.selling-page {
    font-size: 17px;
    line-height: 1.6;
}

#supplies .selling-top {
    padding-top: calc(100% * 457 / 1100);
    position: relative;
}

#supplies .selling-top-background {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.selling-top-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    z-index: 2;
    color: var(--primary);
    line-height: 1.1;
    font-size: calc(25px + (35 - 25) * ((100vw - 300px) / (1920 - 300)));
}

.selling-top-content h1 {
    margin: 0 auto;
    font-size: 100%;
    position: relative;
    text-align: center;
}

.selling-top-content .selling-description {
    line-height: 1.4;
    color: var(--darkness);
    font-weight: 400;
    font-size: 23px;
    text-align: center;
}

.selling-top-content small {
    font-weight: 400;
    font-size: 29px;
    line-height: 1.3;
    text-align: center;
}

#supplies .selling-button {
    background-color: var(--secondary);
    color: #fff;
    padding: 10px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 4px;
    margin: 24px auto 0;
    border-radius: 36px;
    font-size: 16px;
    font-weight: 500;
    min-width: 200px;
    line-height: 36px;
}

#supplies .selling-button:hover {
    background-color: var(--secondary-dk);
    color: #fff;
}

#supplies .fees-sticky-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 16px;
    padding: 20px;
}

#supplies .sticky-navigation-link {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 0 0;
}

#supplies .sticky-navigation-link::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary);
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 222ms ease-in-out;
    transform: translateX(-50%);
}

#product-viewed-content,
.topic-link-wrapper {
    display: none !important;
    width: 0;
    height: 0;
    overflow: hidden;
}

#supplies .sticky-navigation-link:hover::after {
    width: 0;
}

#supplies .selling-page picture {
    user-select: none;
    margin: 0 auto 6px;
}

#supplies .selling-page .sell-on-box-item-image {
    margin: 0;
}

#supplies .md-product-viewed-content {
    display: none;
}

#supplies .seller-top-image {
    filter: brightness(0) invert(1);
    pointer-events: none;
    margin-bottom: 1rem;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

#supplies .selling-header {
    font-size: 29px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 2rem auto 1rem;
    color: var(--primary);
    position: relative;
    width: fit-content;
}

#supplies .how-works .selling-header {
    width: fit-content;
    margin: 0 auto 16px;
}

#supplies .how-works-item-title {
    font-size: 19px;
    font-weight: 500;
}

#supplies .how-works-item-desc {
    font-size: 16px;
    color: #595959;
    line-height: 1.3;
}

#supplies .fin-fans-left .selling-header,
#supplies .your-art-content .selling-header,
#supplies .how-works .selling-header {
    margin-bottom: 16px;
}

#supplies .fin-fans-left .selling-header::after,
#supplies .your-art-content .selling-header::after,
#supplies .how-works .selling-header::after {
    content: "";
    width: 80%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eeba70;
}

#supplies .creativity-box {
    padding: 3rem 0;
    text-align: center;
}

#supplies .how-works {
    text-align: center;
    padding: 3rem 0
}

#supplies .how-works-item {
    max-width: 25%;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
}

#supplies .inline-art img {
    display: block;
    pointer-events: none;
}

#supplies .rotate {
    transform: rotate(180deg);
}

#supplies .your-art-content {
    background-color: #D7E6F5;
    padding: 3rem 0;
    position: relative;
}

#supplies .your-art-content::before {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #D7E6F5;
    position: absolute;
    top: -1px;
    left: 0;
    pointer-events: none;
}

#supplies .your-art-content::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #D7E6F5;
    position: absolute;
    bottom: -1px;
    left: 0;
    pointer-events: none;
}

#supplies .ready-start {
    text-align: center;
    padding: 4rem 0;
}

#supplies .successful-artists {
    padding: 3rem 0;
}

#supplies .view-shops {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--secondary);
}

#supplies .view-shops svg {
    margin-left: 0.5rem;
}

#supplies .your-boss {
    background-color: #faf9f5;
    background-image: url('/modules/seller/images/sell-inverted.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/sell-inverted.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/modules/seller/images/sell-inverted.jpg', sizingMethod='scale')";
    text-align: center;
    padding: 6rem 0 0;
    margin: 0;
    position: relative;
}

#supplies .your-boss-bottom {
    pointer-events: none;
}

#supplies .your-boss-bottom img {
    display: block;
    margin: 0;
    padding: 0;
}

#supplies .simple-wrapper {
    background-color: #F8EBE6;
}

#supplies .simple-wrapper .wt-fill-denim-tint {
    fill: #F8EBE6;
    margin: 0 auto;
    width: 100vw;
    max-width: 1200px;
    transform: translateY(-20px);
}

#supplies .how-works .selling-description  {
    grid-gap: 48px;
}

#supplies .selling-description strong {
    font-weight: 500;
    color: var(--primary);
}

#supplies .simple-wrapper .selling-description {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    border-top: 1px solid #aaa;
    padding: 12px;
}

#supplies .simple-wrapper .selling-header {
    text-align: center;
}

#supplies .selling-description-bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    padding: 32px 0;
}

#supplies .selling-description-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

#supplies .selling-description-table-item {
    align-items: flex-start;
}

#supplies .selling-description-bottom-content {
    width: calc(100% - 52px);
    padding-left: 16px;
}

#supplies .selling-description-bottom-content div {
    font-size: 15px;
    font-weight: 400;
}

#supplies .selling-description-item .selling-header {
    margin: 0 0 6px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
}

#supplies .selling-description-bottom-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 64px;
    width: 64px;
    min-width: 64px;
    height: 64px;
}

#supplies .selling-description-bottom-icon svg {
    transition: transform 250ms ease-in-out;
    transform: scale(1) rotate(-5deg);
}

#supplies .selling-description-item:hover svg {
    transform: scale(1.2) rotate(-5deg);
}

#supplies .your-boss .selling-description .check-icon {
    min-width: 24px;
    margin-right: 6px;
}

#supplies .max-width-700 {
    max-width: 700px;
    margin: 0 auto;
}

#supplies .sppb-top-shape {
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

#supplies .sppb-top-shape svg {
    height: 40px;
    width: 100vw;
}

#supplies .ready-wrapper {
    background-color: #374d72;
    padding: 4rem 0 3rem;
    ;
    text-align: center;
    position: relative;
}

#supplies .ready-wrapper .selling-header {
    color: var(--white);
}

#supplies .ready-wrapper .selling-description {
    color: rgba(255, 255, 255, 0.6)
}

#supplies .ready-wrapper::after {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    background-color: #374d72;
    position: absolute;
    bottom: -2px;
    left: 0;
    pointer-events: none;
}

/* Account */
#supplies .account-form {
    border: none;
    max-width: 900px;
    width: 100%;
    margin: 2rem auto;
    border-radius: 8px;
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 3rem 5rem;
}

#supplies .account-detail {
    width: 79vw;
    margin: 0 auto;
    border: 2px solid var(--flash);
    border-radius: 8px;
    position: relative;
    margin-bottom: 5rem;
    padding: 3rem 3rem 5rem;
}

#supplies .account-form:not(.active) {
    display: none;
}

#supplies .account-form.active {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#supplies .account-form-image,
#supplies .account-form-content {
    width: 100%;
}

#supplies .account-heading {
    font-size: 135%;
    margin: 0 0 1.5rem;
    display: block;
    padding: 0;
    font-weight: 500;
    line-height: 1;
    color: var(--primary);
    user-select: none;
}

#supplies .account-login-heading {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 0 2rem auto;
    padding: 0 1rem;
    font-size: 150%;
    font-weight: 800;
    line-height: 1;
    color: var(--secondary);
    user-select: none;
}

#supplies .account-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem
}

#supplies .account-page .form-control {
    border-radius: 35px;
    width: 100%;
    padding: 1rem 0.8rem;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
}

#supplies .account-page .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border: 1px solid var(--primary-lt);
    box-shadow: 0 0 0 3px #a397e1;
}

#supplies .form-group {
    position: relative;
    margin-bottom: 1rem;
}

#supplies .form-control.error-required {
    border: 1px solid #dc3545;
    box-shadow: 0 0 0 3px rgba(220 53 69 / 25%)
}

#supplies .error-message {
    font-size: 14px;
    color: #dc3545;
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
    margin-top: 4px;
    position: absolute;
    top: 17px;
    right: 10px;
    max-width: fit-content;
    max-width: -moz-fit-content;
    pointer-events: none;
    user-select: none;
    text-transform: capitalize;
}

#supplies .open-popup .js-help-button {
    opacity: 0;
}

#supplies .account-page .checkbox-label {
    margin: 0.8rem 0;
}

#supplies .account-page .checkbox-label span {
    margin-right: 0.5rem;
}

#supplies #forgot-password {
    cursor: pointer;
    font-size: 90%;
}

#supplies #forgot-password svg {
    margin-right: 0.6rem;
}


#supplies #forgot-password:hover {
    color: var(--primary)
}

#supplies .account-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#supplies .account-action .button {
    min-width: 200px;
    border-radius: 40px;
    padding: 1rem 1.5rem;
    font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
    transition: all 300ms ease-in-out;
}

#supplies .button.btn-primary {
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
    margin-right: 1rem;
    color: var(--white);
}

#supplies .button.btn-primary:hover {
    background-color: #ed1d1d;
    border-color: #ed1d1d
}

#supplies .button.btn-secondary {
    background-color: var(--white);
    border: 2px solid var(--secondary);
    color: var(--secondary);
}

#supplies .button.btn-secondary:hover {
    border-color: #ed1d1d;
    color: #ed1d1d;
}

#supplies .resgiter-message {
    font-size: 80%;
    font-weight: 400;
}

#supplies .resgiter-successful {
    color: #28a745;
    padding: 0.5rem 0;
}

#supplies .resgiter-successful small {
    color: var(--darkness);
}

#supplies .resgiter-error {
    color: #dc3545;
    padding: 0.5rem 0;
}

#supplies .payout-table-wrapper {
    width: 100%;
    padding: 3rem 0;
}

#supplies .payout-table-wrapper .selling-header,
#supplies .payout-table-wrapper .selling-description {
    text-align: center;
}

#supplies .payout-table-wrapper table {
    max-width: 76%;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: left;
}

#supplies .payout-table-wrapper thead {
    background-color: #f6f0eb;
}

#supplies .payout-table-wrapper th {
    font-weight: 400;
    font-size: 85%;
    text-align: left;
    padding: 0.3rem 1rem;
    user-select: none;
}

#supplies .payout-table-wrapper td {
    padding: 0.3rem 1rem;
    user-select: none;
}

#supplies .payout-table-wrapper tfoot td {
    padding: 0.8rem 1rem;
    text-align: center;
    padding-top: 1rem !important;
}

#supplies .seller-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

#supplies .open-popup {
    overflow: hidden;
}

#supplies .open-popup .seller-popup {
    display: flex;
}

#supplies .seller-popup-background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(11, 11, 11, 0.7);
    z-index: 1;
}

#supplies #see-full {
    background-color: var(--secondary);
    padding: 0.8rem 2rem;
    margin: 0 auto;
    color: var(--white);
    cursor: pointer;
    display: inline-block;
    border-radius: 30px;
    margin-top: 1rem;
}

#supplies .seller-popup-content {
    width: 100%;
    max-width: 900px;
    max-height: 86vh;
    margin: 5vh auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
}

#supplies .seller-popup-content table {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

#supplies .seller-popup-content thead {
    background-color: #fdf8f9;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 4px 5px -5px rgb(0 0 0 / 20%)
}

#supplies .seller-popup-content th {
    font-weight: 500;
    text-align: left;
    padding: 0.8rem 1rem;
    user-select: none;
    font-size: 110%;
    width: 100%;
}

#supplies .seller-popup-content td {
    width: 100%;
    padding: 0.3rem 1rem;
    user-select: none;
}

#supplies .seller-popup-content th:nth-child(n + 2),
#supplies .seller-popup-content td:nth-child(n + 2) {
    text-align: left;
    width: auto;
    min-width: 100px;
}

#supplies .seller-popup-content td[colspan="3"] {
    background-color: #f1f1f1;
    font-weight: 500;
    font-size: 110%;
    padding: 0.6rem 1rem;
}

#supplies .seller-popup-content tr:nth-child(odd) {
    background-color: #fafafa;
}

#supplies #close-popup {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-weight: 400;
    ;
    cursor: pointer;
    font-size: 130%;
}

#supplies .back-login {
    text-align: center;
}

#supplies .c-payout-table {
    width: 100%;
    border-spacing: 0;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#supplies .c-payout-table thead {
    background: #374d72;
    color: #fff;
}

#supplies .c-payout-table th {
    padding: 15px;
}

#supplies .c-payout-table th:first-child {
    border-top-left-radius: 5px;
}

#supplies .c-payout-table th:last-child {
    border-top-right-radius: 5px;
}

#supplies .c-payout-table tbody td {
    padding: 10px 15px;
}

#supplies .c-payout-table .strong {
    font-weight: 500;
}

#supplies .c-payout-table__earning-amount {
    color: #ff7300;
    font-weight: 500;
}

#supplies .c-payout-table__btn-see-full {
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 15px;
    text-transform: capitalize;
    background: var(--pr-color-secondary);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

#supplies .c-payout-table__btn-see-full:hover {
    background-color: var(--pr-color-secondary-500);
    color: #fff;
}

#supplies .c-payout-table__cta {
    text-align: center;
}

#supplies .timeline {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 12px;
    width: 100%;
    align-items: stretch;
    max-width: 1200px;
    margin: 36px auto 0;
    position: relative;
    counter-reset: item;
    padding-inline-start: 1ch;
}

#supplies .timeline::after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #b4bdc5;
    position: absolute;
    bottom: 78px;
    left: 0;
}

#supplies .li {
    transition: all 200ms ease-in;
    display: grid;
    grid-gap: 30px;
    z-index: 2;
    position: relative;
}

#supplies .li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
}

#supplies .timestamp {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
}

#supplies .status {
    padding: 12px 0 0;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    line-height: 1.3;
    font-weight: 500;
    color: var(--primary);
    transition: all 200ms ease-in;
}

#supplies .status h4 {
    font-weight: 600;
}

#supplies .status:after {
    content: "";
    width: 44px;
    height: 44px;
    background-color: #b4bdc5;
    border-radius: 24px;
    border: 2px solid #fff;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 200ms ease-in;
}

#supplies .li.complete .status h4 {
    color: #66DC71;
}

#supplies .selling-content.your-art {
    background-color: #fff;
}

#supplies .seller-store-slider-container {
    position: relative;
}

#supplies .seller-store-slider-container .swiper {
    position: static;
}

#supplies .seller-store-slider-container .seller-store-nav {
    border-radius: 4px;
    box-shadow: none !important;
    bottom: 0;
    top: auto;
    right: 0;
    width: 36px;
    height: 36px;
    opacity: 0.6;
}

#supplies .seller-store-slider-item-desc {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}

#supplies .seller-store-slider-item-desc::before {
    content: "";
    width: 32px;
    height: 32px;
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="23" viewBox="0 0 24 22.4" fill="%23d7e6f5"><path d="m17.51,0C15.74,0,14.06,1.43,13.75,3.2l-1.68,9.6c-.88,5.01,1.19,8.31,5.94,9.55.82.22,1.78-.29,2.15-1.15.37-.86,0-1.73-.81-1.95,0,0-.01,0-.02,0-3.41-.89-4.68-2.92-4.06-6.45l.28-1.6h3.8c1.67,0,3.29-1.29,3.71-2.96l.05-.24.84-4.8c.31-1.77-.87-3.2-2.64-3.2h-3.8Z"/><path d="m5.64,0C3.87,0,2.19,1.43,1.88,3.2L.2,12.8c-.88,5.01,1.19,8.31,5.94,9.55.82.22,1.78-.29,2.15-1.15.37-.86,0-1.73-.81-1.95,0,0-.01,0-.02,0-3.41-.89-4.68-2.92-4.06-6.45l.28-1.6h3.8c1.67,0,3.29-1.29,3.71-2.96l.05-.24.84-4.8c.31-1.77-.87-3.2-2.64-3.2h-3.8Z"/></svg>');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 2px 10px 0 0;
    float: left;
}

#supplies .seller-store-slider-item-desc::after {
    content: "";
    display: block;
    clear: both;
}

#supplies .seller-store-slider-container .seller-store-nav:hover {
    opacity: 1;
}

#supplies .seller-store-slider-container .swiper-button-prev.seller-store-nav {
    left: auto;
    right: 38px;
}

#supplies .fin-fans-left .selling-description {
    font-size: 16px;
    color: var(--primary);
    margin-bottom: 16px;
}

#supplies .seller-store-slider-item-auth {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 8px;
    font-size: 14px;
    color: #595959;
}

#supplies .seller-store-slider-item-auth::before {
    content: "";
    width: 12px;
    height: 1px;
    display: block;
    background-color: #495057;
}

#supplies .sell-on-box {
    display: grid;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 24px;
}

#supplies .sell-on-box-item {
    display: flex;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

#supplies .sell-on-box-item-image {
    width: 100%;
    display: block;
    position: relative;
}

#supplies .sell-on-box-item-image::after {
    content: "";
    padding-bottom: 100%;
    display: block;
}

#supplies .sell-on-box-item-image img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#supplies .sell-on-box-item-content {
    padding: 8px 6px;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #d1d1d1;
}

#supplies .selling-on-box-description {
    font-size: 16px;
    display: block;
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 48px auto 24px;
}

#supplies .selling-on-box-description strong {
    font-weight: 500;
}

#supplies .ready-start .selling-description {
    font-size: 17px;
    max-width: 740px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
}

#supplies .selling-footer {
    background-color: #2f466c;
    padding: 0 0 32px;
    color: #fff;
    border-bottom: 1px solid rgba(255 255 255 / 20%);
}

#supplies .selling-footer .selling-header {
    color: #fff;
}

#supplies .selling-footer .selling-description {
    color: #fff;
    font-size: 19px;
}

#supplies .selling-footer svg {
    height: 40px;
    width: 100vw;
}

#supplies .selling-footer .selling-button {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

#supplies .ready-start .ready-header {
    margin: 0;
    color: var(--primary);
    font-size: 21px;
    font-weight: 500;
}

#supplies .ready-start .ready-main-header {
    font-size: 31px;
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: 600;
}

.menu-top {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 24px;
    margin-top: 2rem;
}

.menu-link {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    color: var(--primary);
}

.menu-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--secondary);
    transition: all 222ms ease-in-out;
}

.menu-link:hover::after {
    width: 70%;
}

.js-back-top {
    width: 44px;
    height: 44px;
    position: absolute;
    background-color: rgba(11 11 11 / 33%);
    border-radius: 5px;
    color: #fff;
    position: fixed;
    z-index: 1823;
    bottom: 28px;
    right: 126px;
    display: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

#supplies .selling-footer .selling-description {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
}

#supplies .selling-button.fixbutton {
    position: fixed;
    border: 2px solid #fff;
    margin: 0;
    line-height: 20px;
    padding-left: 14px;
    padding-right: 14px;
    min-width: fit-content;
    width: fit-content;
    bottom: 28px;
    right: 136px;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.6);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 87, 34, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
    }
}

.seller-video .banner-core img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    #supplies .creativity-box .selling-description {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    #supplies .timestamp {
        min-height: 230px;
    }

    #supplies .selling-header-table {
        padding-top: 10px;
    }

    #supplies .status:after {
        top: -42px;
    }

    #supplies .li:before {
        bottom: 66px;
    }

    #supplies .status {
        height: 60px;
    }
}

@media (min-width: 992px) {
    #supplies .fin-fans-left {
        width: 45%
    }

    #supplies .fin-fans-right {
        width: 45%;
        position: relative;
    }

    #supplies .fin-fans-right.video-contain::after {
        content: "";
        padding-top: 56.25%;
        display: block;
    }

    #supplies .fin-fans-right iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        z-index: 1
    }

    #supplies .account-form-image {
        width: 290px;
    }

    #supplies .account-form-content {
        width: calc(100% - 290px);
        padding-left: 1.5rem
    }
}

@media (max-width: 992px) {
    #supplies .account-form-image {
        display: none;
    }

    #supplies .selling-page .seller-top-image {
        display: none;
    }

    #supplies .creativity-box,
    #supplies .how-works {
        padding-top: 0
    }

    #supplies .your-boss {
        padding-top: 2rem
    }

    #supplies .main-content iframe {
        width: 100%
    }
}

@media (max-width: 760px) {
    .selling-top-content {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        font-size: 21px;
    }

    .menu-top {
        flex-wrap: wrap;
        grid-gap: 10px;
        margin-bottom: 48px;
    }

    .menu-top .menu-link,
    .selling-top-content .selling-description {
        font-size: 17px;
    }

    .selling-top-content .selling-description br {
        display: none;
    }

    .selling-top-content .selling-description strong {
        font-weight: 500 !important;
    }

    #supplies .account-action {
        justify-content: space-between;
    }

    #supplies .sell-on-box {
        display: grid;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
        padding: 0 16px;
    }
    .sell-on-box-item:first-child {
        grid-column-start: span 2;
    }

    #supplies .account-action-confirm,
    #supplies .account-action-cancel {
        width: 48%;
    }

    #supplies .account-action .button {
        min-width: 1px;
        width: 100%;
    }

    #supplies .selling-page img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #supplies .selling-top {
        background-position: center;
        background-size: cover;
        padding: 4rem 2rem;
    }

    #supplies .account-form {
        padding: 1rem;
    }

    #supplies .creativity-box {
        padding: 2.5rem 1rem;
    }

    #supplies .find-fans {
        padding: 0;
        margin-bottom: 0;
    }

    #supplies .fin-fans-right {
        width: 100%;
    }

    #supplies .fin-fans-right iframe {
        width: 100%;
        height: 230px;
    }

    #supplies .how-works {
        padding: 0 0 2rem 0;
    }

    #supplies .selling-description,
    #supplies .seller-store-slider-container {
        display: block;
        width: 90vw;
        position: relative;
    }

    .creativity-action-button {
        padding: 10px;
    }

    .selling-button {
        line-height: 26px;
    }

    #supplies .how-works-item {
        max-width: 90%;
    }

    #supplies .view-shops {
        margin: 1rem auto;
        width: fit-content;
        width: -moz-fit-content;
        display: flex;
    }

    #supplies .payout-table-wrapper table {
        padding: 0;
        max-width: 100%;
    }

    #supplies .selling-description-bottom-content {
        width: 100%;
        padding: 0 16px;
    }

    #supplies .selling-description-bottom-icon {
        display: none;
    }

    #supplies .c-payout-table__btn-see-full {
        font-size: 12px;
    }

    #stories {
        padding-top: 16px;
    }

    #supplies .selling-header {
        margin: 0 auto 16px;
        font-size: 23px;
    }
}


@media (min-device-width: 320px) and (max-device-width: 700px) {
    #supplies .timeline {
        list-style-type: none;
        display: block;
        width: 100%;
        max-width: 900px;
        margin: 36px auto 0;
        position: relative;
    }
    
    #supplies .timeline::after {
        content: "";
        height: 100%;
        width: 2px;
        display: block;
        background-color: #b4bdc5;
        position: absolute;
        top: 0;
        left: 128px;
    }
    
    #supplies .li {
        transition: all 200ms ease-in;
        display: flex;
        grid-gap: 48px;
        z-index: 2;
        position: relative;
    }
    
    #supplies .li:before {
        content: counters(item, ".");
        counter-increment: item;
        position: absolute;
        text-align: left;
        top: 26px;
        left: 115px;
        z-index: 2;
        font-size: 17px;
        font-weight: 500;
        color: #fff;
    }
    
    #supplies .timestamp {
        width: 100px;
    }
    
    #supplies .status {
        padding: 27px 0 0;
        display: flex;
        justify-content: center;
        position: relative;
        line-height: 1.3;
        transition: all 200ms ease-in;
    }
    
    #supplies .status h4 {
        font-weight: 600;
    }
    
    #supplies .status:after {
        content: "";
        width: 36px;
        height: 36px;
        background-color: #0973ba;
        border-radius: 24px;
        border: 2px solid #fff;
        position: absolute;
        top: 20px;
        left: -46px;
        transition: all 200ms ease-in;
    }
    
    #supplies .li.complete .status h4 {
        color: #66DC71;
    }

    #supplies .status {
        padding: 27px 0 0;
        display: flex;
        justify-content: center;
        position: relative;
        line-height: 1.3;
        transition: all 200msease-in;
    }

    #supplies .status:after {
        content: "";
        width: 36px;
        height: 36px;
        background-color: #0973ba;
        border-radius: 24px;
        border: 2px solid #fff;
        position: absolute;
        top: 20px;
        left: -30px;
        text-align: left;
    }

    #supplies .timestamp img {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    #supplies .li:before {
        left: 118px;
    }
}
