/* Utility: make any element look like H2 (matches index.4ba14118.css h2 rules) */
.h2 {
    leading-trim: both;
    text-edge: cap;
    letter-spacing: -0.04em;
    font-size: 26px;
    font-weight: 500;
    line-height: 100%;
}

@media screen and (min-width: 768px) {
    .h2 {
        font-size: calc(1.05105vw + 17.9279px);
    }
}

@media screen and (min-width: 2100px) {
    .h2 {
        font-size: 40px;
    }
}

/* Visually hidden but accessible to screen readers */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

body.admin-bar {
    padding-top: calc(var(--headerHeight) + 32px)
}

body.admin-bar header {
    top: 32px;
}

main.login {
    padding-top: 0;
}

.category-product-list {
    position: relative;
}

.category-product-list .woocommerce-result-count {
    display: none;
}

.woocommerce-pagination > .page-numbers {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
    margin-top: 100px;
    font-size: 14px;
    display: flex;
}

.woocommerce-pagination .page-numbers .page-numbers.current {
    display: block;
    background-color: #f1f1f1;
    border: 1px solid #d6d6d6;
}


.woocommerce-ordering, .woocommerce-result-count {
    display: none;
}

.product-options.woo-variation-items-wrapper ul {
    display: flex;
    flex-direction: column;
}

.product-options.woo-variation-items-wrapper ul li {
    text-align: left;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
    margin-top: 0 !important;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
    margin-top: 22px !important;
}

.product-subtotal .single_variation {
    text-align: right;
}

.tags > a {
    border: 1px solid var(--grey);
    text-transform: capitalize;
    border-radius: 38px;
    padding: 5px 14px 8px;
    font-size: 17px;
    display: inline-block;
}

.tags > a:hover {
    opacity: 1;
    background-color: var(--grey);
    border-color: var(--grey);
    color: var(--dark);
}

.wcv-product-select-type-lt .buttons-holder .button-big-with-icon {
    background: var(--dark);
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
    color: #fff;
    gap: 10px;
}

.wcvendors-pro-dashboard .quick-link-btn.product {
    display: none;
}

.wcvendors-pro-dashboard .button-title-lt {
    letter-spacing: normal;
}

.font-quanitity-select {
    width: 100%;
}

.font-quanitity-select:not(.type-desktop) {
    display: none;
}

.variations_form.product-type-font .qty {
    display: none;
}

/*
body.woocommerce-account main:not(.login),
body.wcvendors-pro-dashboard main:not(.login) {
    padding-left: 132px;
    padding-right: 132px;
} */

.wcvendors-pro-dashboard-wrapper .wcv-cols-group.wcv-horizontal-gutters .all-20.small-100.medium-100 {
    padding-left: 0;
}


.cart-overlay {
    z-index: 1000 !important;
}

.cart-overlay.empty-cart .cart-checkout {
    display: none;
}

.sf-loader {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -.5em;
    margin-top: -.5em;
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.product-selection-overview {
    position: relative;
}

.product-selection-overview .old-price {
    color: var(--dark-grey);
}

.remove-selected-variant {
    display: none;
}

.mini-cart-items .remove-selected-variant {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 0;
    color: #ccc;
    font-size: 10px;
}

.mini-cart-items .variation-licence {
    /* padding-right: 22px; */
    position: relative;
}

body.woocommerce-lost-password .woocommerce-message {
    color: inherit;
}

body.woocommerce-lost-password .woocommerce > p {
    color: #fff;
}


.wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
    display: none !important;
}

.sf-checkout-cart-items .remove-product,
.sf-checkout-cart-items .remove-selected-variant {
    display: none;
}

.sf-checkout-cart-items .variation-licence {
    padding-right: 0;
}

.collection-total {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--grey);
    padding-top: 45px;
    margin-top: 45px;
}

.collection-total > .right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.collection-total .collection-price {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.collection-price .old-price {
    text-decoration: line-through;
    color: var(--dark-grey);
    font-weight: 500;
}

.product-grid-block-info .new-price {
    color: var(--dark);
    font-weight: 500;
}

.product-grid.columns-3 {
    grid-template-columns: repeat(3, calc((100% - var(--gutter) * 3) / 3))
}

.sf-breadcrumbs-wrapper {
    background-color: var(--white);
    position: relative;
    padding-top: 67px;
    margin-bottom: -67px;
    z-index: 1;
}

@media (max-width: 768px) {
    .sf-breadcrumbs-wrapper {
        padding-top: 37px;
        margin-bottom: -20px;
    }
}

.sf-breadcrumbs-wrapper .sf-breadcrumbs {
    padding: 0 var(--pageMarginTotal);
    max-width: calc(2100px + var(--pageMarginTotal) * 2);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0;
}

.sf-breadcrumbs-wrapper .sf-breadcrumbs-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sf-breadcrumbs-wrapper .sf-breadcrumbs-item:last-child {
    color: var(--dark-grey);
}

.sf-breadcrumbs-wrapper .sf-breadcrumbs-item:not(:last-child):after {
    content: "›";
    /*width: 12px;*/
    /*height: 12px;*/
    /*background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.399902 5.39998L11.1902 5.39998L11.1902 6.59998L0.399902 6.59998L0.399902 5.39998Z' fill='%23101010'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.63232 10.4731L10.3988 5.99998L5.63232 1.52691L6.45349 0.651882L11.6862 5.56247C11.807 5.67588 11.8756 5.83424 11.8756 5.99998C11.8756 6.16572 11.807 6.32408 11.6862 6.4375L6.45349 11.3481L5.63232 10.4731Z' fill='%23101010'/%3E%3C/svg%3E%0A");*/
    /*background-size: 100%;*/
    display: block;
    /*transform: translateY(1px);*/
}

.subtotal_without_discount {
    color: var(--dark-grey);
}

/* .lt-font-styles-table .font-style-row td:first-child {
    display: flex;
    gap: 15px;
} */

.products-content-lt .product_processing_status * {
    line-height: initial !important;
}


.woocommerce-form-row.row-lt_ff_product_price {
    width: 100%;
}

.woocommerce-form-row.row-lt_ff_product_price td {
    width: 50%;
}

.woocommerce-form-row.row-lt_ff_product_price td > div {
    position: relative;
}

.cart-drawer-bottom.cart-drawer-actions {
    background: #101010;
}

.product-variation-with-downloads {
    margin-bottom: 30px;
}


.product-images.embed_src {
    margin-top: 30px;
}

.variations_form .woovr-variations.woovr-variations-default .woovr-variation-selector > [type="radio"] {
    display: none !important;
    visibility: hidden !important;
}


#payment .wc_payment_method.payment_method_paypal svg.icon.icon-paypal {
    font-size: 21px;
    background: url(../img/paypal.svg) center center no-repeat;
}

.fix-input-select-wrapper.input-select-wrapper {
    display: block !important;
    padding: 4px 17px 10px !important;
}

.fix-input-select-wrapper.input-select-wrapper > .select2 .select2-selection__rendered {
    padding: 0 !important;
}

.fix-input-select-wrapper.input-select-wrapper > .select2 {
    width: 100% !important;
}


.all-sellable-collections-shortcode-template > .section-content > .columns {
    margin-top: 0 !important;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lt_form-loader {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #ccc;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.uploaded-file .remove-file {
    display: none;
}

.uploaded-file.uploaded .remove-file {
    display: initial;
}

.uploaded-file.uploaded .lt_form-loader {
    display: none;
}

.uploaded-file.upload-failed {
    color: #FF0000;
}

.add-to-collection-dialog {
    max-width: 620px !important;
}

.add-to-collection-dialog .top {
    padding: 16px 20px !important;
}


@media (max-width: 950px) {
    .all-sellable-collections-shortcode-template .product-grid.columns-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .single-product-save-to-collection .add-to-collection-dialog {
        right: initial !important;
        left: 0;
        width: 90vw;
    }
}

body .creator-settings-form-wrapper .wcv-cols-group.wcv-horizontal-gutters {
    margin-left: 0 !important;
}

body .creator-settings-form-wrapper ul.unstyled {
    list-style: none;
}

body .creator-settings-form-wrapper .wcv-form .control-group .inline li label {
    margin: 0;
}

body .creator-settings-form-wrapper .wcv-cols-group:after {
    display: none;
}

body .creator-settings-form-wrapper .wcv-tabs .tabs-content {
    margin: 0;
}

body .creator-settings-form-wrapper .tabs-nav {
    display: none;
}

body .creator-settings-form-wrapper .wcv-cols-group {
    display: flex !important;
    gap: 20px;
}

.creator-settings-form-wrapper .agree_to_terms-wrapper ul li {
    display: flex;
    align-items: center;
}

.font-listing-preview .font-listing-preview-inner {
    padding-top: 10px;
    padding-left: 15px;
}


.button.disabled,
.button:disabled {
    cursor: not-allowed !important;
}


.download-product-detail-table .td-license {
    padding-right: 6px;
}


.pre-footer > #pf-filter-box {
    bottom: initial !important;
    top: -111px !important;
    position: absolute;
}

.product-in-bundel-wrappper .sf-product-in-bundle-shortcode {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sf-product-in-bundle-shortcode {
    background: #F6F6F6;
    padding: 30px;

    * > {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: -0.02em;
    }

    .sf-product-in-bundle__info {
        display: flex;
        gap: 14px;
        height: 46px;
        align-items: center;
        margin-bottom: 40px;

        > .col1 {
            width: 46px
        }

        > .col2 {
            line-height: 22px;
            width: 240px;
        }
    }

    .sf-product-in-bundle__list {
        display: flex;
        flex-direction: column;
        gap: 18px;

        .sf-product-in-bundle__item {
            border: 1px solid #DCDCDC;
            padding: 24px;
            display: flex;
            flex-direction: column;
            gap: 24px;

            > .top {
                > * {
                    font-size: 17px;
                    font-weight: 400;
                }

                .collection-name {
                    font-weight: 500;
                }

                .includes-text {
                    line-height: 25px;
                }
            }

            > .bottom {
                display: flex;
                justify-content: space-between;
                align-items: end;

                > * {
                    font-size: 17px;
                    font-weight: 500;
                }

                .bundle-discont {

                }

                .bundle-price {
                    .old-price {
                        color: #AAAAAA;
                        text-decoration: line-through;
                    }
                }
            }
        }

        .sf-product-in-bundle__item:hover {
            border-color: #AAAAAA;
            color: inherit;
        }
    }
}

.sf-quick-order {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 1;
    padding: 0 20px;
    bottom: 20px;
    width: 100%;

    > button {
        width: 100%;
    }
}

.sf-quick-order:hover button.button.yellow-button {
    background: #F5B608 !important;
    opacity: 1 !important;
}

.product-grid-block:not(.collection-active):hover .sf-quick-order {
    display: block;
}

.product-grid-block.big .sf-quick-order {
    bottom: 80px;
    padding: 0 54px;
}

body .with-cart-sidebar .cart-drawer.sidebar {
    overflow: visible;
}

.sf-checkout_you_might_like-shortcode-wrapper {
    position: relative;
    z-index: 1;
    padding: 24px 24px 24px 0;
}

body.admin-bar .sf-checkout_you_might_like-shortcode-wrapper {
    margin-top: 28px;
}

.sf-checkout_you_might_like-shortcode {
    background: #101010;
    height: 100%;
    width: 300px;
    padding: 56px 28px 28px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;

    > * {
        color: #fff;
    }
}

.sf-checkout_you_might_like-shortcode::-webkit-scrollbar {
    display: none;
}

.sf-checkout_you_might_like-shortcode__title {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 50px;
}

.sf-checkout_you_might_like-shortcode__products {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sf-checkout_you_might_like-shortcode__product {
    display: flex;
    flex-direction: column;
    gap: 18px;

    > * {
        letter-spacing: -0.02em;
    }

    .row1 > img {
        width: 244px;
        height: 165px;
    }

    .row2 {
        display: flex;
        flex-direction: column;
        gap: 11px;

        > * {
            font-size: 17px;
        }

        .sf-product-link, .sf-product-price {
            font-weight: 500;
        }

        .sf-product-by {
            color: #AAAAAA;
            font-weight: 400;
        }
    }

    button {
        width: 100%;
        border: 1px solid #4E4E4E;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        background: none;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: var(--dark) !important;
    }

    button:hover {
        background-color: #4a4a4a !important;
    }

    button:disabled {
        background-color: #4a4a4a !important;
        cursor: not-allowed;
        opacity: 0.5;
    }
}

@media (max-width: 1007px) {
    .sf-checkout_you_might_like-shortcode-wrapper {
        display: none;
    }
}

.section-header-block h2 {
    font-size: 40px;
}

.collection-howto-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

    > div {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 30px;
        border: 1px solid #DADADA;
        font-weight: 400;
        font-size: 17px;
        line-height: 25px;
        letter-spacing: -0.02em;
        vertical-align: middle;

        .icon-wrapper {
            height: 44px;
            width: 44px;
            background: #fff;
            border: 1px solid #DADADA;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .icon-save {
            height: 16px;
        }

        .icon-dollar {
            height: 21px;
        }
    }
}

body.woocommerce-lost-password .woocommerce-message {
    display: none !important;
}


body.page-slug__curated-collections main,
body.page-slug__value-bundles main {
    padding-top: 0;
}

body.page-slug__curated-collections main > section > .columns,
body.page-slug__value-bundles main > section > .columns {
    padding-left: 0;
    padding-right: 0;
}

body .max-contaner-width {
    padding: 0 var(--pageMarginTotal);
}

body .collections-items-container {
    padding: 0 var(--pageMarginTotal) !important;
    padding-top: 54px !important;
}


.collection-filter-wrapper {
    margin-bottom: 43px;
}

.collection-filter-wrapper .collection-filter-form {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.collection-filter-wrapper .category-filter-items {
    display: flex;
    gap: 10px;
}

.collection-filter-wrapper .creators-filter-item {
    display: flex;
    gap: 20px;
}

.collection-filter-wrapper {
    .selected-creators {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .creator-chip {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        border-radius: 12px;
        background: #f1f1f1;
    }

    .creator-chip .remove-creator-item {
        border: 0;
        background: transparent;
        cursor: pointer;
        position: relative;

        span {
            display: block;
            position: relative;
            top: -1px;
        }
    }

    .category-filter-items .js-collection-category-filter-item.selected {
        background: #ddd;
    }

    .category-filter-items input {
        display: none;
    }
}

.collection-filter-wrapper .js-clear-filter {
    color: #aaa;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Visually hide but keep accessible/submittable */
.collection-filter-wrapper .is-visually-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Pseudo select */
.collection-filter-wrapper .creators-dropdown {
    position: relative;
    display: flex;
}

.collection-filter-wrapper .creators-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.collection-filter-wrapper .creators-trigger .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    transition: transform .15s ease;
    margin-left: 4px;
}

.collection-filter-wrapper .creators-dropdown.open .creators-trigger .arrow {
    transform: rotate(-135deg);
}

.collection-filter-wrapper .creators-menu {
    display: none;
    position: absolute;
    z-index: 50;
    top: calc(100% + 8px);
    left: 0;
    min-width: 220px;
    max-height: 300px;
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
    padding: 6px;
}

.collection-filter-wrapper .creators-dropdown.open .creators-menu {
    display: block;
}

.collection-filter-wrapper .creitors-menu,
.collection-filter-wrapper .creators-menu {
    list-style: none;
    margin: 0;
    padding: 6px;
}

.collection-filter-wrapper .creators-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    cursor: pointer;
}

.collection-filter-wrapper .creators-option:hover {
    background: #f6f6f6;
    outline: none;
}

/* Selection is indicated by highlighting the whole item */
.collection-filter-wrapper .creators-option.selected {
    background: #f0f0f0;
}

/* Chips area already exists; keep spacing aligned */
.collection-filter-wrapper .selected-creators {
    align-items: center;
}

.collection-filter-wrapper .creator-chip {
    background: none;
}

.collection-filter-wrapper .creator-chip .remove-creator-item {
    color: #111;
}

@media (max-width: 1200px) {
    .collection-filter-wrapper .collection-filter-form {
        flex-direction: column;
        align-items: start;
    }

    .collection-filter-wrapper .collection-filter-form .creators-filter-item {
        flex-direction: column;
        gap: 30px;
    }
}

.curated-collections-shortcode-template .sf-breadcrumbs-wrapper .sf-breadcrumbs,
.all-sellable-collections-shortcode-template .sf-breadcrumbs-wrapper .sf-breadcrumbs {
    padding: 0;
}

.curated-collections-shortcode-template .sf-breadcrumbs-wrapper,
.all-sellable-collections-shortcode-template .sf-breadcrumbs-wrapper {
    background: none;
    padding: 0;
    margin: 0;
    opacity: .3;
}

.curated-collections-shortcode-template .sf-breadcrumbs-wrapper *:not(a:hover),
.all-sellable-collections-shortcode-template .sf-breadcrumbs-wrapper *:not(a:hover) {
    color: #000 !important;
}

.all-sellable-collections-shortcode-template .section-header h2 {
    margin-top: 39px;
}


.curated-collections-shortcode-template {

}

.curated-collections-shortcode-template .section-header-block {
    background: none !important;
}

body.pc-all-sellable-collections .section-header-block-wrapper {
    background: linear-gradient(0deg, #FFF4F7 14.11%, #FBC815 94.06%);
}

.curated-collections-shortcode-template .section-header-block-wrapper {
    background: linear-gradient(0deg, #FFF4F4 14.11%, #15FBE0 94.06%);
}


.curated-collections-shortcode-template .collection-card {
    padding: 30px;
    gap: 30px;
}

.curated-collections-shortcode-template .collection-card .curated-collection-info {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 29px;
}

.curated-collections-shortcode-template .collection-card .curated-collection-info * {
    color: #000;
}

.curated-collections-shortcode-template .collection-card .curated-collection-info .desc {
    grid-template-columns: calc((100% - var(--gutter) * 1) / 2);
    display: grid;
}

.curated-collections-shortcode-template .product-grid {
    grid-template-columns: repeat(2, calc((100% - var(--gutter) * 1) / 2));
}

.curated-collections-shortcode-template .collection-card-cover {
    width: 100%;
    /*aspect-ratio: 952 / 322;*/
}

@media (max-width: 1200px) {
    .curated-collections-shortcode-template .collections-items-container {
        padding: 0 !important;
        margin: 39px 0 0 !important;
    }
    .curated-collections-shortcode-template .product-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .curated-collections-shortcode-template .collection-card-cover {
        /*aspect-ratio: 333 / 112;*/
    }

    .curated-collections-shortcode-template .collection-card-thumbs.product-grid {
        gap: 30px;
    }

    .curated-collections-shortcode-template .collection-card .curated-collection-info .desc {
        display: block;
    }
}

.single-collection-curated .collection-cover > img {
    width: 100%;
    /*aspect-ratio: 1027 / 500;*/
}

.single-collection-curated section .section-header .columns {
    align-items: stretch !important;
}

.single-collection-curated section .section-header .columns > .two-blocks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
}

.single-collection-curated .collection-product-categories-wrapper .info {
    margin-bottom: 24px;
}

.single-collection-curated section .section-header .collection-product-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.single-collection-curated section .section-header h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.single-collection-curated section .section-header .desc {
    font-weight: 500;
    font-size: 26px;
    max-width: 740px;
    letter-spacing: -1.04px;
}

.single-collection-curated .sf-breadcrumbs-wrapper,
.single-collection-curated .sf-breadcrumbs-wrapper .sf-breadcrumbs {
    margin: 0;
    padding: 0;
}

.single-collection-curated > .margin-top-smaller {
    margin-top: 80px;
}


body.pc-all-sellable-collections,
body.pc-curated-collections {
    main > section > .columns {
        width: 100% !important;
        margin: 0;
        max-width: 100%;

        .section-content {
            .section-header {
                max-width: calc(2100px + var(--pageMarginTotal) * 2);
                margin: 0 auto;
            }
        }
    }
}

.all-sellable-collections-shortcode-template .product-grid.no-collections-wrappper {
    grid-template-columns: 1fr;
}

.collection-product-categories-wrapper.mobile-only {
    display: none;
}

@media (max-width: 1200px) {
    .single-collection-curated section .section-header .columns > .two-blocks {
        gap: 50px;
    }

    .collection-product-categories-wrapper.mobile-only {
        display: block;
        margin-bottom: 50px;
    }

    .collection-product-categories-wrapper.desktop-only {
        display: none !important;
    }

    .single-collection-curated .section-header > .columns {
        flex-direction: column;
    }

    .single-collection-curated section .section-header h2 {
        margin-top: 39px;
        margin-bottom: 39px;
    }

    .single-collection-curated section .section-header .desc {
        font-weight: 500;
        font-size: 26px;
        line-height: 140%;
    }

    .single-collection-curated > .margin-top-smaller {
        margin-top: 50px;
    }

    .single-collection-curated .collection-product-categories {
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
    }
}
