/** Shopify CDN: Minification failed

Line 43:33 Unexpected "!"
Line 158:11 Expected identifier but found "1920px"
Line 159:4 "max-with" is not a known CSS property
Line 355:43 Unexpected "!"
Line 654:1 Expected identifier but found "."
Line 861:40 Unexpected "svg"
Line 1330:32 Unexpected "!"
Line 2065:51 Unexpected "!"
Line 2076:0 Unexpected ","
Line 3085:13 Expected ":"
... and 2 more hidden warnings

**/
.announcement-bar__announcements {
    position: relative;
    margin: 1.2em 0;
}

.filter-container--side {
    margin-bottom: 100px;
}

.section-footer__row-lower {
    padding-bottom: 40px;
}

.media-gallery .product-label-container {
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start;
    left: 20px;
    top: 20px;
}

.product-block .image-cont .btn.quickbuy-toggles {
    padding: 24px 5px;
}
.template-product .product-form cc-fetched-content .btn.quickbuy-toggles {
    display: none !important;
}
button.quick-add-size-btn.b2b\:\ !tw-w-full.quick-add-size-btn--atc {
    border-radius: 40px;
    font-size: 16px;
    height: 48px;
    width: 100%;
    margin: 0 10px !important;
}

span.filter-group__heading__indicator {
    margin-right: 0;
}

.collection-slider .has-paging .slider-nav__btn {
    display: inline-block;
    padding: 10px;
    font-size: 80%;
    line-height: 1em;
    vertical-align: middle;
    background: #1e24260a;
    border-radius: 100%;
}

.btn--primary {
    min-width: 200px;
    height: 56px;
    border-radius: 32px;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
}

.btn--primary:hover {
    color: white;
}

.slideshow-nav {
    position: absolute;
    right: 30px;
    bottom: 46px;
    gap: 10px;
}

.slideshow-nav__btn svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke-width: 1;
    stroke: black;
    opacity: 1;
    fill: transparent;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}

button.slideshow-nav__btn.has-ltr-icon {
    background: white;
    border: 1px solid;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-title {
    display: flex;
    justify-content: space-between;
}

.custom-title .has-paging__title {
    font-size: 36px;
}

.collection-block .product-block__title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 140%;
    letter-spacing: -0.48px;
}

.wrapper-til .view-all {
    margin: 0;
    text-align: center;
}

.wrapper-til {
    display: flex;
    align-items: center;
    gap: 20px;
}

.wrapper-til a.small-feature-link {
    border: 1.5px solid #dee1e6;
    border-radius: 32px;
    text-decoration: none;
    text-transform: capitalize;
    color: #1E2426;
    font-size: 18px !important;
    font-weight: 500 !important;
    max-width: fit-content;
    width: 100%;
    padding: 11px 20px !important;
    height: 40px !important;
    min-width: 96px;
    display: block;
}

.wrapper-til a.small-feature-link:hover {
    border-color: black;
    background: black;
    color: white;
}

.tw-max-w-[1920px] {
    max-with: 1920px;
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

carousel-slider.carousel.thumbnails img,
.slider.is-grabbable img {
    pointer-events: none;
    border-radius: 12px;
}

.about-us {
    margin-bottom: 0;
    background-color: #f4f5f7;
}

.about-us__wrap {
    max-width: 1920px;
    margin: 0 auto;
    padding: 160px 64px;
}

.about-us .big_container {
    padding-left: 0;
}

.about-us .main_heading {
    margin-bottom: 48px;
    margin: 0 auto 40px;
    font-size: 48px;
    text-align: center;
}

.about-us-container {
    display: flex;
    gap: 20px;
}

.about-us-item {
    position: relative;
    height: 100%;
    max-height: 620px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    flex: 1 1;
}

.about-us__item-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 32px 48px 48px;
}

.about-us-item:before {
    content: "";
    display: block;
    padding-bottom: 143.65%;
}

.about-us-link {
    position: absolute;
    display: block !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.about-us-link_label {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 40px;
}

.about-us-title {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
}

.about-us-text_link {
    display: block;
    max-width: 142px;
    margin: 0 auto;
    padding: 13px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.5px;
    border: 1px solid transparent;
    border-radius: 100px;
    background-color: #fff;
    color: #000;
}

.about-us-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-text a {
    min-width: 150px;
    min-height: 48px;
    line-height: normal;
    border-color: transparent;
}

div#pageheader {
    border-bottom: 1px solid #e8e9e9;
}

.logo-area.container.container--no-max {
    border: none;
}

.filter-group[data-filter-handle="scrunch-type"] .toggle-target-container {
    flex-direction: column;
}

.filter-group[data-filter-handle="scrunch-type"] label.filter-group__item {
    width: 100%;
}

.filters *:not(.filter-group__heading__text) {
    letter-spacing: 0;
    font-weight: 500 !important;
}

.utility-bar * {
    font-weight: 500 !important;
}

.filters .filter-group.filter-group--layout-two-column {
    border-bottom: 1px solid #1e24261a;
    margin-bottom: 6px;
}

.filter-group:nth-last-of-type(2) {
    border-bottom: none !important;
}

.filter-group__heading {
    padding: 24px 0;
}

.shopify-section.section-slideshow .container,
.section-image-with-text-overlay .container {
    margin: 0 auto;
}

.template-index .price.price--on-sale .price__current span {
    font-size: 16px !important;
    font-weight: 500;
}

.input-row.not-in-quickbuy strong {
    font-size: 18px;
}

.stl-ad .column.column--half {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0;
    border-bottom: 1px solid #1e24261a;
    padding-left: 0;
    margin-left: 20px;
    padding-right: 20px;
}

.stl-ad .column.column--half:last-child {
    border-bottom: none;
}

cc-fetched-content .quick-add-block.b2b\:\ !tw-px-3x.b2b\:\ !tw-py-4x.btn.quickbuy-toggles {
    display: none;
}

.price-container.cs-nw span.money {
    font-size: 18px !important;
    font-weight: 500;
    color: black;
}

.stl-ad .column.column--half:first-child {
    padding-top: 0;
}

a.btn.btn--large.btn--wide .money {
    color: white;
}

.qb-modal-content .mobile-title-part {
    display: none;
}

.about-us__wrap .image-overlay__image.gallery__image img,
.about-us__wrap .slider__item {
    border-radius: 12px;
}

.about-us__wrap .slider__item img {
    transition: transform 0.8s ease-in-out;
}

.about-us__wrap .slider__item:hover img {
    transform: scale(1.1);
}

.btn_white.btn--primary {
    font-size: 14px;
}

.product-block__title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
}

span.money {
    /* font-size: 16px !important; */
    font-weight: 500;
    color: black;
}

.swatch-method-swatches .product-block-options {
    margin: 16px 0 8px -4px;
}

.product-grid .product-block__detail {
    margin-bottom: 0;
}

div#shopify-block-AZTdKQjFONmNPaHg4e__tolstoy_shoppable_video_ugc_carousel_block_apEGyB {
    padding: 0 64px;
    padding-top: 100px !important;
    width: 100%;
}

.shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery) {
    /* max-width: 1920px;
*/
    margin: auto;
}

.tolstoy-carousel-title {
    font-size: 36px !important;
    text-align: left !important;
}

.collection-slider-row.for-collections.use-color-scheme {
    background: white;
}

.shopify-section-group-footer-group .container--no-max {
    max-width: none;
    max-width: 1920px;
    padding: 48px;
}

div#pageheader {
    margin: 0px auto;
}

.logo-area.container.container--no-max,
.container.container--no-max.relative {
    max-width: 1920px;
    /* padding: 0 48px */
}

ul.navigation__tier-1 a {
    letter-spacing: 0.1px !important;
}

.desk-cl * {
    letter-spacing: 0.1px;
}

.filter-group.filter-group--availability {
    display: none;
}

input#header-search::placeholder {
    color: #1e242699;
}

input#header-search {
    color: #1e242699;
    padding-bottom: 2px;
    padding-top: 0;
    height: 36px;
}

.announcement-bar .social li {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-inline-end: 20px;
}

.image-cont--with-secondary-image .image-page-button {
    display: none;
}

.quick-add-block {
    transition: 0.5s;
    width: 100% !important;
    z-index: 12;
    padding: 24px 5px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: #f8f8f880;
    bottom: 0 !important;
    position: absolute;
    margin: 0;
    left: 0 !important;
    right: 0 !important;
    border: none;
}

p.quick-add-text {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 4px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.quick-add-sizes {
    display: flex;
    justify-content: center;
    gap: 6px;
}

button.quick-add-size-btn {
    border-radius: 8px;
    background: #fff;
    border: none;
    cursor: pointer;
    letter-spacing: -0.02em;
    margin-right: 4px;
    margin-top: 8px;
    padding: 0;
    font-size: 14px;
    height: 40px;
    margin-right: 0;
    min-width: 40px;
    font-weight: 600;
}

span.product-block-options__item.is-active {
    box-shadow: 0 0 0 3px rgb(var(--body-bg-color)), 0 0 0 4px rgb(var(--body-text-color) / 0.3);
}

.product-block-options--swatch .product-block-options__inner>.product-block-options__item:nth-of-type(n 7) {
    display: none !important;
}

.product-block-options__more-label {
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-block:not(.product-block--compact) .product-block-options:hover .product-block-options__more-label {
    display: inline-block;
}

.top-part .section-footer__row__col {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #fff3;
    padding: 0px;
}

.top-part .section-footer__text-block__social {
    min-width: 357px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.top-part .social a {
    margin: 0 0 5px;
    margin-inline-end: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border-color: white;
    border-width: 1px;
    border: 1px solid rgb(226 237 247 / 19%);
}

.input-cs {
    display: flex;
    padding: 8px 16px;
    border: 1px solid #fff;
    border-radius: 8px;
}

.input-cs input.signup-form__email {
    background: transparent;
    color: #333;
    border: none;
    padding: 0;
    height: 30px;
}

.input-cs input.signup-form__email:hover {
    border: none;
}

.input-cs input.signup-form__email::placeholder {
    color: #fff3;
    font-size: 14px;
}

.section-footer__row-container {
    border-top: none !important;
}

.section-footer__row--blocks {
    border-bottom: 1px solid #fff3;
}

span.toggle-btn__chevron.has-motion.has-ltr-icon {
    display: none;
}

.template-collection h1.pagetitle.h3 {
    color: #1e2426;
    font: 500 48px / 140% RoobertPRO;
    letter-spacing: -0.96px;
    font-weight: 500 !important;
    font-size: 64px;
    text-align: center;
    margin-bottom: 8px;
}

.utility-bar__item {
    color: #1e242699;
    font-size: 16px;
}

.utility-bar__centre .utility-bar__item {
    font: 500 16px / 110% RoobertPRO;
    letter-spacing: -0.4px;
    min-width: 70px;
    color: #1e242699;
    display: block;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 0;
}

.toggle-btn {
    height: auto;
}

.page-header.page-header--with-upper-spacing.custom-border {
    margin-bottom: 64px;
    border-bottom: 1px solid #1e24261a;
}

.utility-bar__left .utility-bar__item {
    color: black;
    font-size: 24px;
}

.utility-bar__item .btn-icon,
..product-block__image-dots {
    display: none;
}

span.link-dropdown__button-text {
    font-size: 16px;
}

.link-dropdown__link {
    font-size: 16px;
}

.product-block__image .theme-img {
    border-radius: 8px;
}

.show-wishlist-link {
    margin-inline-end: 20px;
}

.h-wishlist-icon {
    vertical-align: middle !important;
    position: relative !important;
    stroke-width: 1.5px !important;
}

.block-inner-inner .wishlist-engine {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 5px;
    scale: 0.9;
}

.block-inner-inner .wishlist-icon svg {
    margin-top: 0px !important;
}

.block-inner-inner .wishlist-engine-button,
.block-inner-inner .wishlist-engine-button:hover,
.block-inner-inner .wishlist-engine-button:focus {
    border-radius: 50%;
    box-shadow: 1px 1px 12px #0000001a;
    line-height: 0;
}

.h-wishlist-icon svg {
    overflow: unset !important;
    stroke-width: 1.5;
}

.wishlist-total-count[data-total="0"] {
    display: none !important;
}

.h-wishlist-icon .wishlist-h-count {
    padding-left: 0px !important;
    display: inline-block !important;
    position: absolute !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    color: #fff !important;
    background: #000 !important;
    text-align: center !important;
    right: -12px !important;
    top: -5px !important;
    line-height: 16px !important;
}

.h-wishlist-icon {
    vertical-align: middle !important;
    position: relative !important;
    stroke-width: 1.5px !important;
}

.h-wishlist-icon svg {
    width: 20px !important;
    height: 20px !important;
}

div#shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
    padding: 0 64px;
    padding-top: 100px !important;
    width: 100%;
    padding-bottom: 120px;
}

.image-overlay__image.gallery__image.img-stretch img {
    border-radius: 8px;
}

p.swatch-color-display {
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 140%;
    color: #1e242661;
    /* color:#1e242699;
*/
    margin-top: 4px;
    margin-bottom: 10px;
}

.product-block__title {
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0;
    padding: 0;
    /* margin-top: 16px */
}

.product-price.product-price--block {
    color: #1e2426 !important;
    letter-spacing: -0.8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

.filter-group--swatch .filter-group__item:before {
    margin-inline-end: 37px;
    position: relative;
    left: 22px;
}

.filter-group--swatch .filter-group__item .filter-group__checkbox {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -0.1rem;
    padding: 0;
    overflow: hidden;
    clip: initial;
    border: 0;
    opacity: 0;
}

label.filter-group__item:after {
    content: "";
    border: 1px solid #1e242629;
    background: #0000;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    position: absolute;
    transition: 0.3s;
    left: 0;
}

label.filter-group__item.filter-group__item--active:after {
    position: absolute;
    top: 7px;
    left: -1px;
    display: block;
    content: url(/cdn/shop/files/checked.svg?v=1765773756);
}

.filter-group--swatch .filter-group__item {
    justify-content: start;
    margin: 0;
    width: calc(100% - 6px);
    border: none;
}

.filter-group[data-filter-handle="size"] .filter-group__item .filter-group__item__text:before {
    display: none;
}

.filter-group--swatch .filter-group__item:before {
    border: none;
}

.filter-group[data-filter-handle="size"] .filter-group__item {
    justify-content: start;
    margin: 0;
    min-width: 76px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #1e242629;
    display: flex;
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

form#CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
    min-width: 69px;
}

.filter-group[data-filter-handle="scrunch-type"] .filter-group__item .filter-group__item__text:before {
    border: none;
    background: none;
}

.filter-group[data-filter-handle="size"] label.filter-group__item.filter-group__item--active {
    background: black;
    color: white;
}

.filter-group[data-filter-handle="size"]svg.filter-tick {
    display: none;
}

.filter-group--swatch .filter-group__item:hover:not(.filter-group__item--active) {
    border: none;
}

.filter-group--swatch .filter-group__item--active {
    box-shadow: none;
}

li.desktop-only.navigation__column.navigation__column--promotion.navigation__column--dynamic {
    margin-left: auto;
    max-width: 22%;
}

.block-inner-inner .wishlist-engine-button,
.block-inner-inner .wishlist-engine-button:hover,
.block-inner-inner .wishlist-engine-button:focus {
    border-radius: 50%;
    box-shadow: none;
    line-height: 0;
    background: transparent !important;
}

button.btn.btn--large.add-to-cart {
    font: 600 20px / 100% RoobertPRO;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 40px !important;
    background: #1e2426;
    color: #fff;
    border: 1px solid transparent;
    margin: 0;
    padding: 25px;
}

.product-form .product-title {
    color: #1e2426;
    font: 500 32px / 140% RoobertPRO;
    letter-spacing: -0.72px;
    margin: 0 0 12px;
}

span.js-value {
    color: #1e2426;
    font: 500 16px / 110% RoobertPRO;
    letter-spacing: -0.04em;
}

.option-Size .option-selector__btns .opt-btn:checked .opt-label {
    background: black;
}

.option-Size .option-selector__btns .opt-btn:checked .opt-label span.js-value {
    color: #fff;
}

label.opt-label.opt-label--btn.btn.relative.text-center {
    font: 500 16px / 100% RoobertPRO;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e2426;
    height: 56px;
    cursor: pointer;
    border: 1px solid #1e242629;
    border-radius: 12px !important;
}

.option-Size label.opt-label.opt-label--btn.btn.relative.text-center {
    width: 62px;
}

a.show-search-link.search-mobile {
    display: none !important;
}

.btn-wrap.mobile.single-product-card {
    display: none;
}

span.quick-buy-modal__close-desktop.quick-buy-modal__close-descktop {
    display: none;
}

.announcement__text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.14px;
    line-height: 19.6px;
}

.section-announcement-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 600;
}

.section-header {
    position: -webkit-sticky;
    position: sticky;
    top: var(--ann-h, 0px);
    z-index: 500;
    transition: transform 0.3s ease;
}

.section-header.header-up {
    transform: translateY(-101%);
}

.cc-animate-enabled .shopify-section {
    overflow: initial;
}

.mobile-navigation-drawer {
    left: auto !important;
    right: -1px;
    transform: translateX(100%);
}

.utility-bar__left span.btn-icon {
    display: none;
}

a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
    font-weight: 500;
}

.filter-group__heading__text {
    margin: 0.2em 0 0;
    margin-inline-end: 20px;
    font-weight: 600;
    position: relative;
    font: 600 20px / 110% RoobertPRO;
    letter-spacing: 0;
    text-align: left;
    color: #1e2426;
    background: #fff;
}

.filter-group__heading__indicator svg {
    vertical-align: top;
    width: 16px;
    color: black;
}

.filter-group__checkbox:checked:before {
    position: absolute;
    top: -1px;
    left: -1px;
    content: url(/cdn/shop/files/Checkbox_24x24_Active.svg?v=1765773802);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

button.quick-add-size-btn:hover {
    background: black;
    color: white;
}

.mobile-title-part,
h1.ai-mobile-product-header__title-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3,
.ai-mobile-product-header__price-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3,
p.ai-mobile-product-header__shipping-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3 {
    display: none;
}

.price.price--on-sale .price__current span {
    color: #df4243 !important;
}

.product-price--block .price__was .money {
    opacity: 1;
    color: #adb3bc !important;
}

nav.breadcrumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

nav.breadcrumbs {
    margin: 24px auto;
    padding: 0;
    overflow: scroll;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
}

.jdgm-rev-widg__summary-inner {
    display: flex !important;
    align-items: center;
}

.wrapper-he .product-block .image-cont:hover .btn.quickbuy-toggles {
    visibility: visible;
    opacity: 0;
}

.wrapper-he .product-label-container {
    display: none;
}

.section-header .main-search__form {
    margin-top: 60px;
    margin: 30px auto;
    padding-top: 45px;
}

.swatch-method-swatches .product-block-options--swatch .product-block-options__item.product-block-options__item--unavailable {
    box-shadow: 0 0 0 2px rgb(var(--body-bg-color)), 0 0 0 3px rgb(var(--body-text-color) / 0.3);
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-controls,
.result-count {
    display: none;
}

.product-block__detail .product-block__title {
    font-weight: 500;
}

.checkout-buttons .btn--wide {
    width: 100%;
    background: black;
    color: white;
    border-radius: 32px;
    font-weight: 600 !important;
    font-size: 20px;
}

.mobile-label {
    display: none;
}

button.link-dropdown__button.has-motion {
    z-index: 6;
}

div#sort-dropdown-options {
    z-index: 5;
}

button.quick-add-size-btn {
    padding: 0 10px;
}

.mobile-navigation-drawer {
    box-shadow: -24px 0 48px rgba(0, 0, 0, 0.12);
}

button.link-dropdown__button.has-motion span {
    color: #1e2426;
    font: 500 18px / 140% RoobertPRO;
    letter-spacing: -0.5px;
}

.link-dropdown .link-dropdown__button {
    width: fit-content !important;
}

.link-dropdown__button-icon svg {
    display: block;
    width: 16px;
    color: black;
}

.main-search__container.container {
    position: relative;
    max-width: 100%;
}

.wrapper-suggest {
    display: flex;
    min-height: 500px;
    gap: 121px;
    justify-content: initial !important;
}

.wrapper-he {
    margin: 40px auto;
    width: calc(100% - 83px) !important;
    margin-top: 0;
}

p.main-search__results-title {
    font: 500 24px / 140% RoobertPRO;
    text-transform: none !important;
    margin: 0 0 24px !important;
    padding-bottom: 24px !important;
    padding: 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid rgba(30, 36, 38, 0.1);
    text-align: left;
    margin-top: 11px !important;
}

.main-search__container.container {
    position: relative;
    max-width: 100%;
}

.search-suggestions {
    display: flex;
    flex-direction: column;
}

ul.search-suggestions__results-list {
    display: flex;
    flex-direction: column;
}

li.search-suggestions__list-item {
    text-transform: capitalize;
    height: 36px;
    margin-left: 0;
    font: 500 20px / 140% RoobertPRO;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    letter-spacing: -0.5px;
    color: #333 !important;
    padding: 8px;
}

span.search-suggestions__heading {
    font: 500 24px / 140% RoobertPRO;
    text-transform: none !important;
    margin: 0 0 24px !important;
    padding-bottom: 24px !important;
    padding: 0;
    letter-spacing: -0.5px;
    border-bottom: 1px solid rgba(30, 36, 38, 0.1);
}

.main-search__results__pages {
    margin-bottom: 40px;
    display: none;
}

.mob-fil {
    display: none;
}

.media-gallery .product-media--image .theme-img {
    border-radius: 15px;
}

.template-product main .container {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    max-width: 1385px;
}

nav.ai-product-breadcrumbs-amlhzqwnnz3did2q5uaigenblock2c5e656eaecgl {
    font: 500 14px / 140% RoobertPRO;
    letter-spacing: -0.28px;
    margin-left: -20px;
}

ul.custom-select__listbox.absolute.invisible * {
    color: black !important;
}

.show-search .main-search::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.35);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.show-search .main-search>* {
    position: relative;
    z-index: 1;
    background: white;
    top: -12px;
}

span.toggle-btn__count,
.filter-group.filter-group--applied {
    display: none;
}

.desk-cl {
    display: none;
}

.filter-group[data-filter-handle="size"] label.filter-group__item.filter-group__item--active svg {
    display: none;
}

/* toa */

.copyright {
    font-size: 14px;
    font-weight: 500;
}

button#footer-localization-country-button {
    font-size: 14px;
    font-weight: 500;
}

.container.container--no-max.section-footer__row-container.section-footer__row-container--with-localization {
    padding-top: 0;
}

.product-price--block .price__was .money {
    color: #adb3bc;
    text-decoration: line-through;
    opacity: 1;
}

.icon.icon--image.icon--large.mx-auto {
    --icon-size: 43px;
}

.icon-custom-spacing .flex-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 8px;
    border: 1px solid #1e24261a;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    margin-top: 32px;
}

.icon-custom-spacing .mt-2 {
    color: #1e2426;
}

.icon-custom-spacing {
    margin: 0;
    padding: 0;
}

.icon-custom-spacing .flex {
    gap: 16px;
    margin: 0;
    padding: 0;
}

.specific-quick {
    display: none;
}

.stl-ad .quick-add-block.b2b\:\ !tw-px-3x.b2b\:\ !tw-py-4x.btn.quickbuy-toggles {
    display: none;
}

img.ls-is-cached.lazyloaded {
    max-width: 20px;
    filter: invert(1);
}

.stl-ad .specific-quick {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    justify-content: center;
    width: 40px;
    align-items: center;
    border-radius: 50%;
    background-color: #1e2426;
    height: 40px;
    display: flex;
    padding: 0;
}

.stl-ad .block-inner-inner {
    display: flex;
    gap: 16px;
    width: 100%;
}

.stl-ad .product-block .image-cont {
    margin: 0;
    width: 104px;
}

.stl-ad.upsells-ad .product-block .image-cont {
    margin: 0;
    width: 100%;
}

.stl-ad.upsells-ad .specific-quick {
    right: 10px;
    background-color: #fff;
    border-color: white;
}

.stl-ad.upsells-ad img.ls-is-cached.lazyloaded {
    max-width: 20px;
    filter: initial;
}

.stl-ad .product-label-container,
.stl-ad .product-block-options__inner,
.stl-ad .wishlist-engine {
    display: none;
}

.stl-ad .product-block__detail.align-ltr-left {
    margin-top: 0;
}

.stl-ad .fixed-layout.fixed-layout--no-wide-gutter {
    display: block;
    overflow: hidden;
}

.stl-ad .column.column--half {
    width: 100%;
}

.stl-ad .very-lightly-spaced-row .label {
    margin-bottom: 16px;
    font: 500 20px / 28px RoobertPRO;
}

.stl-ad .product-block__title {
    font: 600 16px / 25.2px RoobertPRO;
}

.template-product main .container {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    max-width: 1385px;
}

.template-product main product-form.js-product.product-info.quickbuy-content.spaced-row.container {
    margin-bottom: 48px;
}

.template-product.custom-title .has-paging__title {
    font: 500 32px / 130% RoobertPRO;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1e2426;
}

#shopify-section-template--26309468422469__172985983708b19dcb .fully-spaced-row--medium {
    margin-bottom: 0;
    padding-top: 20px;
}

.jdgm-rev-widg {
    padding-bottom: 0;
}

h2.jdgm-rev-widg__title {
    font: 600 32px / 100% RoobertPRO;
    letter-spacing: -0.02em;
    text-align: left;
}

.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0;
}

.jdgm-rev__body>p {
    padding: 0 5px 0 0;
    font: 400 16px / 130% RoobertPRO;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    width: 630px;
    max-width: 100%;
}

span.jdgm-rev__author-wrapper {
    display: block;
    font: 600 16px / 110% RoobertPRO;
}

.swatch-style-icon_circle .section-main-product .option-selector .opt-label--swatch:after {
    border: 3px solid white;
}

.section-main-product label.opt-label.opt-label--swatch.btn.relative {
    width: 40px;
    height: 40px;
}

.swatch-style-icon_circle .section-main-product .option-selector .opt-btn:checked .opt-label--swatch:after {
    border: none;
}

.swatch-method-swatches.swatch-style-icon_circle .section-main-product .opt-label--swatch:before {
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.jdgm-histogram.jdgm-temp-hidden {
    display: none !important;
    opacity: 0;
}

.jdgm-rev-widg__header {
    display: flex;
    align-items: center;
    gap: 150px;
}

#shopify-pc__banner__btn-decline {
    border-radius: 32px;
}

button#shopify-pc__banner__btn-accept {
    background: black;
    color: white;
    border-radius: 32px;
}

.jdgm-rev-widg__summary-stars span.jdgm-star,
img.jdgm-verified-checkmark,
.jdgm-row-actions {
    display: none !important;
}

.jdgm-rev-widg__summary-stars span.jdgm-star:nth-child(1) {
    display: block !important;
}

.cart-drawer__content .cart-item__price {
    text-align: start;
}

.cart-drawer__content .cart-item__description {
    flex: none;
    padding-inline-end: var(--column-gutter);
}

.cart-drawer__content .small-text.custom-opt {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 6px 0;
    padding-bottom: 3px;
}

.cart-drawer__content .cart-item__quantity {
    width: 100%;
    text-align: start;
    flex: 1;
    display: flex;
    align-items: end;
}

.cart-drawer__content a.cart-item__image-link {
    max-width: 128px;
    height: 100%;
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background: #eff1f4;
}

.backorder {
    width: 100%;
}

.cart-drawer__content .cart-item__image .theme-img {
    mix-blend-mode: var(--product-block-blend-mode, none);
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cart-drawer__content .cart-item__column.cart-item__price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-drawer__content .cart-item__column.cart-item__price * {
    font-size: 16px;
}

.cart-drawer__content .cart-item__column.cart-item__description .lightly-spaced-row {
    margin-bottom: 0;
}

.cart-drawer__content .buttoned-input--small {
    --buttoned-input-size: 33px;
    align-items: center;
    border: 1px solid #dee1e6;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    width: 125px;
    height: 48px;
    padding: 4px;
}
 #cartform .buttoned-input--small {
    --buttoned-input-size: 33px;
    align-items: center;
    border: 1px solid #dee1e6;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    position: relative;
    width: 85px;
    height: 28px;
    padding: 4px;
}
#cartform a.cart-item__image-link {
    max-width: 128px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background: #eff1f4;
}
button#update-cart {
    background: black;
    color: white;
    border-radius: 32px;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 21px;
    letter-spacing: -.4px;
}
.cart-drawer__content .cart-item__not-image {
    display: flex;
    flex-grow: initial;
    flex-wrap: wrap;
    flex-direction: column;
}

.cart-drawer__content .cart-item__column.cart-item__price {
    text-align: start;
}

.cart-drawer__content .buttoned-input a{
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: var(--buttoned-input-size);
    padding-inline-start: calc(var(--buttoned-input-size) / 3);
    padding-inline-end: calc(var(--buttoned-input-size) / 10);
    color: inherit;
    font-size: var(--input-text-size);
    align-items: center;
    background-color: #1e24260f;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 40px;
    min-width: 40px;
    height: 40px;
}
#cartform .buttoned-input a {
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: var(--buttoned-input-size);
    padding-inline-start: calc(var(--buttoned-input-size) / 3);
    padding-inline-end: calc(var(--buttoned-input-size) / 10);
    color: inherit;
    font-size: var(--input-text-size);
    align-items: center;
    background-color: #1e24260f;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    width: 20px;
    min-width: 20px;
    height: 20px;
}
.cart-drawer__content .custom-opt .cart-item__variant:not(:first-child)::before {
    content: " / ";
}

.cart-drawer__content span.cart-item__variant-value {
    color: #1e242699;
    font-size: 14px;
}

.cart-drawer__content .cart-item__title {
    font-size: 16px;
    margin-bottom: 0px;
}

.cart-draw .cart-item__remove {
    display: block;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 30px;
    color: black;
}

.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
    font: 500 16px / 18px RoobertPRO;
    letter-spacing: -0.02em;
    display: block;
    width: 128px;
    margin: 0 0 0 16px;
    padding: 0 0 0 16px;
    border-left: 1px solid #dee1e6;
    text-align: left;
    order: 3;
    color: #1e2426;
}

.jdgm-rev-widg__summary-stars {
    display: flex;
    align-items: center;
    gap: 9px;
}

.jdgm-row-media,
.jdgm-row-search,
.jdgm-subtab,
.jdgm-row-actions,
.jdgm-quest,
.jdgm-rev,
.jdgm-paginate {
    border-top: 1px solid #e9ebef !important;
    border-color: var(--jdgm-secondary-color);
}

.main-search__input-container {
    position: relative;
    padding: 0;
    border-radius: var();
    background: rgb(var() / 0.07);
    background-color: #f4f5f7;
    border: 1px solid #f4f5f7;
    border-radius: 50px;
    left: 0;
    margin-left: auto;
    margin-right: auto !important;
    overflow: hidden;
    transition-duration: 0.5s;
    max-width: 540px;
    height: 36px;
}

.filter-toggle.filter-toggle--inline {
    align-items: center;
}

.product-block-options__more-label {
    margin-bottom: 12px;
}

.load-more-btn {
    margin-bottom: 100px;
    margin-top: 100px;
}

.product-block-options__more-label {
    color: #1e2426d4;
}

.container.container--no-max.section-footer__row-container * {
    color: #ffffffb3;
    font-weight: 500 !important;
}

.section-footer__title.heading-font.h6.no-wrap,
.section-footer__title.heading-font.h6,
.section-footer__text.rte strong,
.section-footer__text.rte a {
    color: white !important;
    font-weight: 600 !important;
}

.section-footer__text.rte p {
    margin-bottom: 0;
}

.section-footer__text.rte.rte-cs {
    line-height: 110%;
}

div#shopify-section-template--26309468094789__collection_list_JEqGg4 {
    overflow: hidden;
}

.section-footer__newsletter-block .section-footer__title.heading-font.h6 {
    margin-bottom: 13px;
}

.section-footer__text {
    margin-bottom: 20px;
}

.section-footer__newsletter-block .signup-form {
    margin-left: 0;
    margin-bottom: 12px;
}

.jdgm-widget.jdgm-widget {
    display: block;
    max-width: 100% !important;
}

@media screen and (max-width: 1440px) {
    .template-product .custom-title .has-paging__title,
    div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
        font-size: 36px !important;
    }
    form#CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
        min-width: 54px;
    }
    .slideshow-nav {
        position: absolute;
        right: 30px;
        bottom: 60px;
    }
    .section-slideshow .text-overlay--for-banner .text-overlay__inner {
        padding: 60px;
    }
    .why_special .why_special_wr .why_special_item p {
        margin: 0 auto;
        font-size: 14px;
    }
    .product-info .media-gallery-size-large+.product-column-right {
        width: calc(38% - 90px);
        margin-left: 0;
    }
    .template-product main .container {
        padding: 0 50px;
        margin: 0px;
    }
    #shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn {
        width: 100%;
        padding: 0 34px;
    }
    .template-product main .collection-slider-row .container {
        max-width: 100%;
    }
    .product-policies {
        font-size: 14px;
    }
    .product-form sticky-content-container {
        width: 360px !important;
    }
    .template-product main product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        margin-bottom: 48px;
        justify-content: flex-start;
        gap: 40px;
    }
    .section-main-product label.opt-label.opt-label--swatch.btn.relative {
        width: 32px !important;
        height: 32px !important;
        margin-top: 0;
    }
    .sticky-mode {
        padding: 16px 0 !important;
    }
}

.product-block-options--swatch .product-block-options__inner>.product-block-options__item:nth-of-type(n + 7) {
    display: none !important;
}

.product-grid {
    column-gap: 16px;
    row-gap: 50px;
}

#qb-modal cc-fetched-content {
    display: none;
}

.option-Size .opt-btn:checked+.opt-label {
    background: black;
}

.option-Size .opt-btn:checked+.opt-label span {
    color: white;
    font-size: 16px;
}

.opt-btn+.opt-label span {
    font-size: 16px;
}

.swatch-method-swatches cc-fetched-content .product-block-options {
    display: none;
}

cc-fetched-content .stl-ad .product-block__title {
    margin-top: 0px;
}

.product-form .option-selector {
    padding-bottom: 24px;
    border-bottom: 1px solid #dee1e6;
}

.product-form .label {
    font-size: 18px;
    margin-bottom: 16px;
}

nav.breadcrumbs {
    margin: 12px auto;
    /* padding: 0 48px;
*/
}

ol.breadcrumbs__list {
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.breadcrumbs__item:not(:last-child):after {
    color: #1e242699;
    content: "/";
    font: 500 16px / 110% RoobertPRO;
    margin: 0 16px;
    position: relative;
    vertical-align: middle;
    top: -2px;
}

li.breadcrumbs__item {
    display: inline-block;
    white-space: nowrap;
}

.breadcrumbs__link {
    font: 500 14px / 140% RoobertPRO;
    letter-spacing: -0.28px;
    text-decoration: none;
    color: #1e242699;
}

.result-count {
    justify-content: center;
    right: 0;
    color: #1e242699;
    font-size: 14px;
    padding: 16px;
    border-top: 1px solid #1e24261a;
    position: fixed;
    background: #fff;
    bottom: 108px;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

button.main-search__button svg {
    width: 20px;
    color: #1e242699;
}

.filter-group--layout-two-column .filter-group__item {
    min-height: 38px;
    align-items: center;
}

.product-block-options--swatch .product-block-options__inner {
    margin-left: 1px;
    margin-bottom: 0;
}

.section-featured-collection .product-block__title {
    margin-top: 0;
}

.product-price--block .price__was {
    opacity: 1;
    text-decoration: none;
}

hr.not-in-quickbuy {
    display: none;
}

.swatch-method-swatches .product-block-options {
    margin-left: 1px;
}

body:not(.template-index) .shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery) .container,
.template-product .section-featured-collection,
div#shopify-section-template--26309468422469__17567234208f9dd128 {
    max-width: 1920px;
}

.video-section video,
.video-section iframe {
    border-radius: 15px;
}

.menu-promotion__image--dynamic {
    /* width: 300px !important;
    max-height: 360px; */
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 3!important;
}

.menu-promotion__image--dynamic .menu-promotion__img {
    /* max-width: 300px;
    max-height: 360px; */
}

form#CollectionFilterForm::-webkit-scrollbar {
    width: 4px;
    height: 50px !important;
    min-height: 50px;
    max-height: 50px;
    background: 0 0;
}

form#CollectionFilterForm::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #1e24261a;
    height: 50px !important;
    min-height: 50px;
    max-height: 50px;
}

.swatch-style-icon_circle .option-selector .opt-btn:checked+.opt-label--swatch:after {
    border-width: 3px;
    border-color: white;
    box-shadow: 0 0 0 1px #17181a;
}

span.size-chart-link__icon {
    display: none;
}

form#CollectionFilterForm {
    border-top: 1px solid #1e24261a;
    display: flex;
    flex-direction: column;
    max-height: 65vh;
    border-bottom: 1px solid #1e24261a;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main-search__results .product-block-options.product-block-options--swatch {
    display: none;
}

search-suggestions {
    text-align: left;
}

a.main-search__results-all-link.btn.btn--secondary {
    font: 500 16px / 110% RoobertPRO;
    background: #000;
    border-radius: 32px;
    text-transform: initial;
    padding: 13px 12px;
    width: auto;
    display: inline-flex;
    min-width: 200px;
    margin-top: 20px;
    justify-content: center;
    color: white;
}

.quick-buy-modal__footer .add-product.btn.button.\ !tw-w-full {
    margin-left: 16px;
    background: black;
    color: white;
    font-weight: 600;
}

.swatch-method-swatches .product-block-options--swatch .product-block-options__item:hover {
    box-shadow: 0 0 0 0px rgb(var(--body-bg-color)), 0 0 0 1px rgb(var(--body-text-color) / 0.9);
}

,
ai-product-info-accordion-item-template-26309468422469175560505317d7a15f:nth-child( 1) button {
    padding-top: 0;
}

.price__was .js-value {
    color: var(--price-was-color);
}

.price.price--on-sale .price__current span {
    color: var(--price-sale-color) !important;
}

.filter-group[data-filter-handle="color"] .toggle-target-container {
    gap: 4px;
}

.filter-group__item[data-swatch="white"]:before {
    border: 1px solid rgb(var(--body-text-color) / 0.3);
}

.cc-price-range__input-row {
    padding-right: 4px;
}

.cart-item-upsells .image-cont:hover .btn.quickbuy-toggles {
    visibility: hidden !important;
    opacity: 0 !important;
}

.template-collection .container:not(.section-footer__row-container) {
    padding: 0 20px;
}

button#footer-localization-country-button {
    background: transparent;
    color: white;
    border: none;
    padding-left: 0;
}

.product-form.sticky-content-container {
    max-width: 483px;
}

span.notify-product {
    min-width: 80px;
}

.quick-add-size-btn:disabled {
    background: grey;
}

.template-index .shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery) {
    max-width: 1920px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
}

span.js-value.old-pri .money {
    color: var(--price-was-color);
}

.option-Size .option-selector__btns.flex.flex-wrap {
    gap: 8px;
    margin-top: 32px;
}

.option-Size .option-selector__btns.flex.flex-wrap label.opt-label.opt-label--btn.btn.relative.text-center {
    margin: 0px;
    min-width: 62px;
    min-height: 56px;
}

.option-Size legend.label {
    margin-bottom: 0px;
}

.why_special {
    margin-top: 32px;
}

.why_special .why_special_wr {
    display: flex;
    gap: 20px;
    margin: 0 0 30px;
}

.why_special .why_special_wr .why_special_item {
    border: 1px solid #1e24261a;
    border-radius: 12px;
    padding: 12px;
    width: 180px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
    min-width: 20%;
}

.why_special .why_special_wr .why_special_item {
    text-align: center;
    font: 500 14px / 16px RoobertPRO;
}

.why_special .why_special_wr .why_special_item p {
    font: 500 16px / 22px RoobertPRO;
    letter-spacing: -0.02em;
    margin: 0 auto;
    text-align: center;
    color: #1e2426;
}

.why_special .why_special_wr .why_special_item .icon_box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.why_special .why_special_wr .why_special_item img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.ai-product-info-accordion-template-26309468422469175560505317d7a15f {
    max-width: 566px;
}

cc-fetched-content .stl-ad .product-block__title,
cc-fetched-content .swatch-color-display,
cc-fetched-content .money {
    font-size: 18px !important;
}

.template-product .custom-title .has-paging__title {
    font: 500 48px / 140% RoobertPRO;
    letter-spacing: -.96px;
}

div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
    margin-bottom: 36px;
    color: #1e2426;
    font: 500 48px / 140% RoobertPRO;
    letter-spacing: -0.72px;
    font-size: 48px;
    padding-top: 20px;
}

div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn div {
    padding: 0 !important;
}

.collection-slider .has-paging .slider-nav__btn {
    margin-left: 0;
    margin-right: 0;
}

h2.jdgm-rev-widg__title {
    color: #1e2426;
    letter-spacing: -.02em;
    font: 600 36px / 36px RoobertPRO;
    display: block;
}

.jdgm-rev-widg.jdgm-rev-widg {
    display: block;
    padding-left: 0;
}

a.collection-clear-all {
    font-size: 18px;
}

span.filter-group__item__text {
    font-size: 16px;
}

.product-block .image-cont .btn.quickbuy-toggles {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 24px 5px;
    transition: all 100ms ease-out;
    border-color: rgb(var(--body-text-color) / 0.15);
    opacity: 0;
    font-size: var(--quickbuy-button-text-size);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.filter-group[data-filter-handle="price"] {
    display: none !important;
}

.btn_toTop.is-show.at-footer {
    background: white;
}

.btn_toTop.is-show.at-footer path {
    fill: black;
}

.product-block-options--swatch .product-block-options__inner {
    display: flex;
    align-items: center;
    gap: 4px;
}

#CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
    height: 46px;
    border-radius: 12px;
}

.cart-drawer__content-item .cart-item__remove {
    display: block !important;
}

.cart-drawer__content-item .cart-item__remove {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 27px;
    color: black;
    font-size: 16px;
    font-weight: 500 !important;
}

.cart-item-upsells.stl-ad.upsells-ad .product-block__title {
    font-size: 16px !important;
}

.cart-item-upsells.stl-ad.upsells-ad p.swatch-color-display {
    font-size: 14px !important;
    margin: 0px !important;
}

.cart-item-upsells.stl-ad.upsells-ad .swatch-method-swatches .product-block-options {
    margin-bottom: 0;
}

.cart-item-upsells.stl-ad.upsells-ad .swatch-method-swatches .swatch-method-swatches .product-block-options__item {
    margin-bottom: 0 !important;
}

.cart-item-upsells.stl-ad.upsells-ad .money {
    font-size: 16px !important;
}

.cart-drawer__title {
    font: 600 24px / 140% RoobertPRO;
    letter-spacing: -.48px;
}

.cart-drawer .cart-item {
    border-bottom: 1px solid rgba(30, 36, 38, .1);
}

.cart-item-upsells.stl-ad.upsells-ad button.slider-nav__btn.has-ltr-icon {
    align-items: center;
    background: #1e24260a;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0 !important;
    justify-content: center;
    transition: .3s;
    width: 40px !important;
    height: 40px !important;
}

.cart-drawer .collection-slider {
    padding-top: 8px;
    overflow: hidden !important;
    background: white;
    margin-left: 32px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 0px;
}

carousel-slider.carousel.block.collection-slider.cart-drawer__content-item.use-color-scheme.use-color-scheme--default .opposing-items.opposing-items--valign-base.very-lightly-spaced-row {
    margin-right: 32px;
}

.cart-drawer .collection-slider .opposing-items--valign-base {
    align-items: center;
    margin-bottom: 0;
}

.product-form .label {
    color: #1e2426;
}

span.size-chart-link__text.underline {
    color: #1e242699;
}

.navigation--left .navigation__tier-1-container .navigation__tier-1>.navigation__item>.navigation__link,
.input-row.not-in-quickbuy strong {
    color: #1e2426;
}

.lightish-spaced-row-above.mobile {
    text-align: center;
    display: none;
}

.cart-item-upsells.stl-ad.upsells-ad .product-block-options.product-block-options--swatch {
    display: none;
}

.cart-item-upsells.stl-ad.upsells-ad .product-block__detail.align-ltr-left {
    padding-top: 16px;
}

.small-text.custom-opt span {
    font-weight: 500 !important;
}

span.cart-drawer__title-count {
    font: 600 18px / 140% RoobertPRO;
    letter-spacing: -.36px;
    margin-left: 12px;
    color: #1e242699;
}

.cart-drawer__header {
    margin-top: 15px;
    border-bottom: 1px solid rgba(30, 36, 38, .1);
    padding-bottom: 15px;
    margin-bottom: 0;
}

div#proxy-nav * {
    font-weight: 500 !important;
}

main-search.main-search * {
    font-weight: 500 !important;
}

div#Huratips-Loop .product-block__title,
div#Huratips-Loop p.swatch-color-display {
    font-size: 20px;
}

div#Huratips-Loop p.swatch-color-display {
    margin-top: 6px;
    margin-bottom: 8px;
}

.shopify-section.section-search-template.page-section-spacing {
    padding-top: 50px;
}

.shopify-section.section-search-template.page-section-spacing .product-grid {
    row-gap: 50px;
}

div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1,
.descrip-tab *,
.product-form .option-selector__label-value,
span.size-chart-link__text.underline,
.input-row.not-in-quickbuy strong,
.product-form .label,
.mobile-navigation-drawer *,
ul.navigation__tier-1 *,
.old-pri span,
.current-pri span,
ol.breadcrumbs__list *,
sticky-atc.sticky-quick-add.product.band-page.sticky-atc--hide-on-mobile.sticky-mode *,
h2.jdgm-rev-widg__title,
.prod-brand *,
.jdgm-legacy-widget-content * {
    font-weight: 500 !important;
}

.cart-item-upsells.stl-ad.upsells-ad .no-wrap.slider-nav {
    position: relative;
    top: -4px;
}

.input[type=text].main-search__input,
.announcement__text,
.about-us .main_heading,
.utility-bar__centre .utility-bar__item,
.product-label-container span,
.title-row.cs-nw h1,
.product-policies,
.lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad label,
h2.ai-product-info-heading-26309468422469175560505317d7a15f,
.ai-product-info-accordion-title-wrapper-26309468422469175560505317d7a15f,
.ai-product-info-accordion-title-wrapper-26309468422469175560505317d7a15f {
    font-weight: 500 !important;
}

input.main-search__input {
    font-weight: 500 !important;
}

.cart-t:last-child .cart-item {
    padding-bottom: 23px !important;
}

.custom-title {
    margin-bottom: 48px;
}

.custom-title .has-paging__title,
#shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD>div p {
    font-size: 48px;
    font-weight: 500 !important;
    color: #1E2426;
}

.upsells-ad span.money {
    font-weight: 600 !important;
}

.stl-ad carousel-slider .image-cont {
    width: 100%;
}

.stl-ad carousel-slider .block-inner-inner {
    display: block;
    position: relative;
}

.stl-ad carousel-slider .image-cont--with-secondary-image:hover .product-block__image--active {
    opacity: 1;
}

.stl-ad carousel-slider .mobile-label,
.stl-ad carousel-slider .specific-quick {
    display: none;
}

.stl-ad carousel-slider .product-block__detail.align-ltr-left {
    margin-top: 20px;
}

.product-block.collection-block .image-cont {
    border-radius: 12px;
}

.related-collection-links--buttons .btn {
    margin: 0 10px var(--gutter-desktop);
    border-radius: 32px;
    line-height: 17px;
    font-size: 16px;
    font-weight: bold;
}

.related-collection-links--buttons .btn:hover {
    background: black;
    color: white;
}

span.price-label.price-label--sold-out {
    font-size: 16px;
}

span.js-value.old-pri {
    letter-spacing: -0.04em;
    text-decoration-line: line-through;
}

.section-main-product .product-label>span {
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 6px;
}

.section-main-product .media-gallery .product-label-container {
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start;
    left: 10px;
    top: 10px;
}

button.slider-nav__btn.has-ltr-icon.text-current {
    display: inline-block;
    padding: 10px;
    font-size: 80%;
    line-height: 1em;
    vertical-align: middle;
    background: #1e24260a;
    border-radius: 100%;
}

.product-grid--carousel .slider__item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swatch-method-swatches .stl-ad carousel-slider .product-block-options {
    display: flex;
}

.swatch-method-swatches .stl-ad carousel-slider span.product-block-options__more-label {
    display: none;
}

/* tam  */

@media (min-width: 768px) {
    .shopify-section.section-collection-list .collection-listing .product-grid {
        column-gap: 16px;
        justify-content: center;
    }
    .is-grabbable .product-grid-enable-carousel {
        justify-content: flex-start !important;
    }
    .collection-listing.slider--edge-peek .slider__grid:after {
        content: " ";
        display: none;
    }
    .related-collection-links--gallery.gallery.gallery--grid-desktop-5 .gallery__item,
    .related-collection-links--gallery.gallery.gallery--grid-desktop-4 .gallery__item,
    .related-collection-links--gallery.gallery.gallery--grid-desktop-3 .gallery__item {
        flex: 0 0 calc(20% - var(--gallery-gutter)) !important;
    }
    .related-collection-links--gallery.gallery .slider__grid {
        justify-content: center;
    }
    #Huratips-Loop {
        row-gap: 50px;
    }
    .swatch-method-swatches #Huratips-Loop .product-block-options {
        margin-bottom: 16px;
        margin-bottom: 8px;
    }
    .collection-slider span.product-block-options__item.is-active {
        box-shadow: 0 0 0 0px rgb(var(--body-bg-color)), 0 0 0 1px rgb(var(--body-text-color) / 0.9) !important;
    }
    .product-block-options--swatch .product-block-options__item {
        position: relative;
        margin: 0 1px 8px;
        border: 4px solid #fff;
    }
    .swatch-method-swatches .product-block-options__item {
        margin: 0 2px 12px;
    }
    .template-collection span.product-block-options__item.is-active,
    .template-product span.product-block-options__item.is-active {
        box-shadow: 0 0 0 0px rgb(var(--body-bg-color)), 0 0 0 1px rgb(var(--body-text-color) / 0.9);
    }
    .template-collection .product-block-options--swatch .product-block-options__item,
    .template-product .product-block-options--swatch .product-block-options__item {
        position: relative;
        margin: 0 1px 8px;
        border: 4px solid #fff;
    }
    .template-collection .swatch-method-swatches .product-block-options__item,
    .template-product .swatch-method-swatches .product-block-options__item {
        margin: 0 2px 12px;
    }
    .top-part .section-footer__row__col {
        padding-bottom: 40px !important;
    }
    .section-footer__text-block__image:not(:last-child) {
        margin-bottom: 0px;
    }
    .top-part .section-footer__text-block__social {
        min-width: 357px;
        align-items: center;
        display: flex;
        gap: 20px;
    }
    /* ul.section-footer__lower-menu__list {
        display: none;
    } */
    .section-footer__row-lower {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .section-footer__row--blocks .section-footer__row__col:not(:last-child),
    .section-footer__row__col.custom-col {
        margin-bottom: 16px;
        padding: 0;
    }
    .product-block .image-cont .btn.quickbuy-toggles:hover {
        border-color: rgb(var(--body-text-color) / 0.15);
        background: #f8f8f880;
        border: none;
    }
    .product-block .image-cont:hover .btn.quickbuy-toggles {
        visibility: visible;
        opacity: 1;
    }
    .product-block .product-link {
        -webkit-user-drag: none;
        user-drag: none;
        -webkit-user-select: none;
        user-select: none;
    }
    .section-footer .section-footer__title {
        font-size: 16px;
    }
    .section-footer__newsletter-block {
        flex: 0 1 345px;
        padding: 0;
    }
    .custom-title .has-paging__title,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD>div {
        letter-spacing: -0.72px;
        line-height: 140%;
        font-weight: 500;
    }
    .related-collection-links--gallery.gallery .slider__grid {
        padding-bottom: 100px;
    }
    .navigation__item--with-children a.navigation__link:hover svg {
        transform: rotate(180deg);
    }
    .navigation__item--with-children a.navigation__link svg {
        pointer-events: none;
        position: relative;
        top: -2px;
    }
    .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__column-title {
        display: inline-block;
        padding: 0 0 15px;
        opacity: 1;
        font-size: 16px;
        font-weight: 500 !important;
        letter-spacing: 0.08em;
        line-height: 1.2em;
        text-transform: inherit;
        color: black;
    }
    .navigation .navigation__columns .navigation__column:not(.navigation__column--promotion) .navigation__tier-3 .navigation__link {
        padding: 5px 0;
        opacity: 1;
        color: #1e242699;
        font-size: 14px;
    }
    .navigation__item .navigation__hover-trigger:hover {
        color: black !important;
    }
    .product-label>span {
        font-size: 14px;
        padding: 6px 18px;
        border-radius: 6px;
    }
    .mobile-controls,
    .result-count {
        display: none;
    }
    a.collection-clear-all {
        text-decoration: underline;
        color: black;
    }
    .desk-cl {
        max-width: 247px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .desk-fil {
        font-size: 24px;
        margin-bottom: 0;
    }
    .section-footer__row {
        margin-right: 0;
        margin-left: 0;
    }
    page-header .main-search button.main-search__close {
        top: 40px !important;
        right: 50px;
    }
    .wrapper-suggest .product-grid--per-row-4 {
        --product-columns-desktop: 5;
    }
    .wrapper-suggest .product-block__title {
        font-weight: 500;
        margin-bottom: 8px;
    }
    .wrapper-suggest p.swatch-color-display {
        display: none;
    }
    .filter-group[data-filter-handle="size"] label.filter-group__item:after {
        content: "";
        border: none;
    }
    .section-footer__row--blocks {
        margin-bottom: -50px;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .section-footer__row__col.custom-col {
        flex-basis: auto;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }
    .section-footer__localization .localization__selector {
        margin-bottom: 0;
    }
    span.section-footer__text-block__image {
        margin-bottom: 40px;
    }
    .cart-drawer__content .cart-item__image {
        width: 158px;
        padding-inline-end: var(--column-gutter);
    }
}

@media screen and (max-width: 991px) {
    .template-collection h1.pagetitle.h3 {
        font-size: 36px !important;
    }
    .qb-modal-content .slider__grid {
        gap: 16px;
        min-height: 233px;
    }
    .section-main-product label.opt-label.opt-label--swatch.btn.relative {
        width: 40px;
        height: 40px;
    }
    .about-us__wrap {
        padding: 64px 0 64px 16px;
    }
    .about-us-item {
        min-width: 327px;
    }
    .about-us-item:first-child {
        margin-left: 16px;
    }
    .about-us-item:last-child {
        margin-right: 16px;
    }
    .about-us__wrap .about-us__wrap {
        padding-left: 0;
    }
    html[dir="rtl"] .about-us-container {
        padding: 0 16px;
    }
    html[dir="rtl"] .about-us-item:first-child,
    html[dir="rtl"] .about-us-item:last-child {
        margin: 0;
    }
    .about-us-text a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
    }
}

@media screen and (min-width: 992px) {
    .quickbuy-container .inner {
        width: 100%;
        max-width: 840px;
        max-height: 540px;
        border-radius: 10px;
    }
    #qb-modal .media-gallery .product-media--image .theme-img {
        border-radius: 15px;
        /* min-width: 341px;
*/
        border-radius: 6px;
        max-height: 480px;
        object-fit: cover;
    }
    #qb-modal product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        padding: 0;
        margin: 0;
        justify-content: space-between;
    }
    #qb-modal .product-form .product-title {
        font: 500 24px / 26.4px RoobertPRO;
    }
    #qb-modal .option-Size .opt-btn:checked+.opt-label {
        background: black;
    }
    #qb-modal .option-Size .opt-btn:checked+.opt-label span {
        color: white;
        font: 500 24px / 26.4px RoobertPRO;
    }
    @keyframes spin {
        to {
            transform: rotate(360deg);
        }
    }
    #qb-modal label.opt-label.opt-label--btn.btn.relative.text-center span {
        font-size: 14px;
        font-weight: 600;
    }
    #qb-modal label.opt-label.opt-label--btn.btn.relative.text-center {
        width: auto;
        min-width: 40px;
        max-width: 100%;
        max-height: 40px;
        padding: 0 10px;
        border-radius: 8px !important;
        font: 500 14px / 19.6px RoobertPRO;
        min-height: auto;
    }
    .bm-sg__table-title {
        padding: 24px 16px 8px;
        font: 500 18px / 140% RoobertPRO, system-ui, sans-serif;
        margin-bottom: 24px;
        margin-top: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .bm-sg__measure-title {
        font: 500 18px / 140% RoobertPRO, system-ui, sans-serif;
        margin-bottom: 36px;
        margin-top: 40px;
    }
}

@media (min-width: 1000px) {
    .navigation .navigation__column {
        flex: 1 0 20%;
        max-width: 13%;
    }
}

@media (min-width: 1024px) {
    .section-footer__row--blocks {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 96px;
    }
    .section-footer__row--blocks>.section-footer__menu-block {
        flex: 0 0 auto;
        margin: 0;
    }
    .section-footer__row--blocks>.section-footer__newsletter-block {
        margin-left: auto;
        flex: 0 0 356px;
    }
    .section-footer__menu-block .section-footer__menu-block__menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .product-info .product-column-right {
        margin-inline-start: 50px;
    }
    div#pageheader .container,
    announcement-bar .container {
        margin: 0px auto;
        padding-right: 48px;
        padding-left: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .about-us-item:hover {
        background-size: 103% 103%;
        transition: all 0.5s ease-in-out;
    }
}

@media screen and (min-width: 1439px) {
    .template-index .section-collection-list .container,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding: 0 48px !important;
    }
    .template-index .collection-slider-row .container--no-max {
        max-width: none;
        padding: 0 48px;
    }
    cc-fetched-content .stl-ad .product-block__title,
    cc-fetched-content .swatch-color-display,
    cc-fetched-content .money {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 1441px) {
    body:not(.template-index) .shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery) .container,
    .template-product .section-featured-collection,
    div#shopify-section-template--26309468422469__17567234208f9dd128 {
        max-width: 1385px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1919px) {
    .product-block-options__more-label {
        margin-bottom: 8px;
    }
    .template-collection .current-pri span,
    .template-collection .old-pri span {
        font-size: 20px !important;
    }
    .slideshow-nav {
        bottom: 68px;
    }
    .stl-ad .very-lightly-spaced-row .label {
        margin-bottom: 24px;
    }
    .template-collection .block-inner-inner .wishlist-engine {
        right: 24px !important;
        top: 32px !important;
    }
    .template-collection .product-label-container {
        top: 32px;
        left: 32px;
    }
    .product-info .product-column-right {
        margin-inline-start: 0px;
    }
    .current-pri span,
    .old-pri span {
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -0.02em;
    }
    .product-form .label {
        font-size: 18px;
        margin-bottom: 18px;
    }
    .price-container.cs-nw,
    .section-main-product .product-form .option-selector {
        padding-bottom: 32px !important;
        margin-bottom: 32px;
    }
    .product-form .product-title {
        font-size: 40px;
        margin-bottom: 16px;
        line-height: 56px;
    }
    .logo-area.container.container--no-max,
    .container.container--no-max.relative {
        max-width: 1920px;
    }
    .price-container.cs-nw span.money {
        font-size: 24px !important;
    }
    .jdgm-rev-widg {
        padding: 24px 0px;
    }
    product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        display: flex;
        justify-content: flex-start;
        gap: 122px;
    }
    body:not(.template-index) .shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery) .container,
    .template-product .section-featured-collection,
    div#shopify-section-template--26309468422469__17567234208f9dd128,
    .template-product main .container {
        max-width: 1792px;
        padding: 0;
    }
    body:not(.template-index) .container.container--no-max.section-footer__row-container {
        padding: 48px;
    }
    .container {
        max-width: 1792px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1921px) {
    div#pageheader .container,
    announcement-bar .container {
        padding-left: 0;
        padding-right: 0px;
    }
    .template-index .price.price--on-sale .price__current span {
        font-size: 20px !important;
    }
    .cart-item-upsells.stl-ad.upsells-ad .moey,
    .cart-item-upsells.stl-ad.upsells-ad .price__current span {
        font-size: 16px !important;
    }
    search-suggestions {
        min-width: 362px;
    }
    /* .wrapper-suggest .product-block {
max-width: 211px;
}
*/
    .about-us__wrap,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .desk-fil {
        font-size: 32px;
    }
    .template-index .container,
    #shopify-section-template--26309468094789__1729766244a056ef37 {
        max-width: 1920px;
        margin: 0 auto;
    }
    .product-block-options__more-label {
        margin-bottom: 8px !important;
        font-size: 16px;
        ƒ√
    }
    .product-block__title,
    .swatch-color-display,
    span.js-value,
    .quick-add-text {
        font-size: 20px !important;
    }
    label.opt-label.opt-label--btn.btn.relative.text-center span {
    font-size: 16px !important;
}
    .cart-item-upsells.stl-ad.upsells-ad p.swatch-color-display {
        font-size: 14px !important;
        margin: 0px !important;
    }
    .cart-item-upsells.stl-ad.upsells-ad .product-block__title {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1920px) {
    .template-collection .filter-group--swatch .filter-group__item:before {
        content: "";
        flex: 0 0 auto;
        width: 24px;
        height: 24px;
        margin-inline-end: 35px;
    }
    .info_box__dvd,
    .why_special {
        margin-top: 24px;
    }
    .section-collection-list .container,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding: 0 64px;
    }
    .about-us__wrap {
        padding: 120px 48px;
    }
    .about-us .big_container {
        margin: 0 auto;
    }
    .about-us .main_heading {
        margin: 0 auto 40px;
        font-size: 48px;
    }
    .about-us-container {
        gap: 16px;
    }
    .about-us-item {
        border-radius: 9px;
    }
    .about-us__item-wrap {
        padding: 24px 24px 40px;
    }
    .about-us-item:before {
        padding-bottom: 142%;
    }
    .about-us-link_label {
        padding: 0 12px;
        font-size: 16px;
        line-height: 32px;
        border-radius: 30px;
    }
    .about-us-title {
        margin-bottom: 32px;
        font-size: 30px;
    }
    .about-us-text a {
        min-width: 128px;
        min-height: 40px;
        font-size: 14px;
        line-height: initial;
    }
    .about-us__wrap .gallery .slider__grid {
        gap: 16px;
    }
    .about-us__wrap .slider__item {
        margin-left: 0;
    }
    .about-us__wrap .gallery {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1919px) {
    .custom-title .has-paging__title,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD>div p {
        font-size: 36px;
    }
    cc-fetched-content .money {
        font-size: 16px !important;
    }
    span.filter-group__item__text {
        font-size: 14px;
    }
    .why_special .why_special_wr .why_special_item p {
        line-height: 16.8px;
    }
    .product-block-options__more-label {
        margin-bottom: 0px !important;
    }
    form#CollectionFilterForm {
        border-top: 1px solid #1e24261a;
    }
    .filter-group__heading__text,
    .filter-toggle__group-label {
        font-size: 16px;
    }
    button.link-dropdown__button.has-motion span {
        font-size: 14px;
    }
    .template-collection h1.pagetitle.h3 {
        font-size: 64px;
    }
    .filter-toggle.filter-toggle--inline {
        padding-top: 16px;
    }
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD>div {
        margin-top: 0 !important;
        margin-bottom: 36px !important;
        letter-spacing: -0.72px !important;
        font-size: 36px !important;
        text-align: left !important;
        padding-left: 0 !important;
    }
    .related-collection-links--gallery.gallery {
        margin-bottom: 0;
    }
    .page-header.page-header--with-upper-spacing.custom-border {
        margin-top: 0;
    }
    .section-featured-collection .slider-nav__btn,
    .section-collection-list .slider-nav__btn {
        align-items: center;
        background: #1e24260a;
        border: 1px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        font-size: 0 !important;
        height: 48px !important;
        justify-content: center;
        transition: 0.3s;
        width: 48px !important;
    }
    .section-featured-collection .slider-nav__btn[disabled],
    .section-collection-list .slider-nav__btn[disabled] {
        opacity: 1 !important;
    }
    .section-featured-collection .slider-nav__btn:hover,
    .section-collection-list .slider-nav__btn:hover {
        border: 1px solid #000;
    }
    .section-collection-list p.swatch-color-display {
        margin-bottom: 10px;
        color: #1e242699;
        font: 500 20px / 140% RoobertPRO;
        letter-spacing: -0.4px;
        margin-top: 0px;
        text-align: left;
    }
    .price.price--on-sale .price__current span {
        font-size: 16px !important;
        font: 500 16px / 110% RoobertPRO;
        letter-spacing: -0.04em;
    }
    .price-container.cs-nw .price.price--on-sale .price__current span {
        font-size: 18px !important;
    }
    .template-index .product-price--block .price__was .money,
    .template-index .price__was .js-value {
        opacity: 1;
        font-size: 16px !important;
        font: 500 16px / 22px RoobertPRO;
        letter-spacing: -0.04em;
        text-decoration-line: line-through;
    }
    .span.price-label.price-label--sold-out {
        font-size: 16px;
    }
    .template-collection .product-price--block .price__was .money {
        opacity: 1;
        font-size: 16px !important;
        font: 500 16px / 22px RoobertPRO;
        letter-spacing: -0.04em;
        text-decoration-line: line-through;
    }
    .swatch-method-swatches .product-block-options--swatch .product-block-options__item {
        width: 26px;
        height: 26px;
        margin-bottom: 0px;
    }
    .section-featured-collection .wrapper-arrow,
    .section-collection-list .collection-list-carousel .wrapper-arrow {
        gap: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section-featured-collection .slider-nav__btn[disabled],
    .section-collection-list .collection-list-carousel .slider-nav__btn[disabled] {
        opacity: 1 !important;
    }
    .section-featured-collection .slider-nav__btn,
    .section-collection-list .collection-list-carousel .slider-nav__btn {
        align-items: center;
        background: #1e24260a;
        border: 1px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        font-size: 0 !important;
        height: 40px !important;
        justify-content: center;
        transition: 0.3s;
        width: 40px !important;
    }
    .collection-slider .has-paging .slider-nav__btn {
        padding: 0;
        margin: 0;
    }
    input[type="text"].main-search__input {
        padding-bottom: 0;
        padding-top: 0;
        font-size: 16px;
        height: 36px;
    }
    input[type="text"].main-search__input::placeholder {
        color: #1e242699;
        font-size: 16px;
    }
    span.search-suggestions__heading,
    p.main-search__results-title {
        font-size: 18px;
    }
    li.search-suggestions__list-item,
    .main-search__results {
        font-size: 16px;
    }
    .main-search__results {
        margin: 20px auto;
    }
    a.collection-clear-all {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
        padding-left: 15px;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad {
        margin-top: 24px;
    }
    .custom-title {
        margin-bottom: 38px;
    }
    .filter-container--side .filters {
        width: 214px;
    }
    .filter-container--side .filters .filters__inner {
        padding-inline-end: 31px;
    }
    .desk-cl {
        max-width: 183px;
    }
    .filter-group--layout-two-column .toggle-target-container {
        gap: 8px;
    }
    .section-collection-list .container,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding: 0 48px;
    }
    #CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
        height: 40px;
        border-radius: 8px;
    }
    .btn_toTop {
        right: 49px !important;
    }
    div#shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding-left: 48px;
        padding-right: 48px;
    }
    .template-collection .filter-group--swatch .filter-group__item:before {
        content: "";
        flex: 0 0 auto;
        width: 20px;
        height: 20px;
        margin-inline-end: 35px;
    }
    .container.container--no-max.section-footer__row-container {
        padding: 48px;
    }
    .btn_toTop {
        width: 60px !important;
        height: 60px !important;
    }
    .product-block__image .theme-img {
        border-radius: 12px;
    }
    .option-Size .option-selector__btns.flex.flex-wrap {
        margin-top: 16px;
    }
    .option-Size .option-selector__btns.flex.flex-wrap label.opt-label.opt-label--btn.btn.relative.text-center {
        margin: 0px;
        min-width: 46px;
        min-height: 40px;
        font-size: 14px;
        width:auto;
    }
    .size-chart-link {
        margin-bottom: 0;
        line-height: 110%;
    }
    .template-product.media-gallery--layout-columns-2 .product-media-collage .product-media-collage__item {
        flex: 0 0 calc(50% - 16px);
        margin-left: 16px;
    }
    .why_special .why_special_wr .why_special_item {
        width: 154px;
        height: 102px;
    }
    .why_special .why_special_wr {
        gap: 16px;
    }
    .why_special .why_special_wr .why_special_item .icon_box {
        width: 36px;
        height: 36px;
    }
    .template-collection h1.pagetitle.h3 {
        font-size: 64px;
    }
    .template-collection .container:not(.section-footer__row-container) {
        padding: 0 48px;
    }
    .swatch-method-swatches .product-block-options {
        margin-top: 12px;
    }
    nav.breadcrumbs {
        margin: 12px auto;
        padding: 0;
    }
    .swatch-method-swatches .product-block-options--swatch .product-block-options__item {
        margin-bottom: 0;
    }
    .wrapper-til a.small-feature-link {
        font-size: 14px !important;
    }
    .sticky-quick-add .product-info__value {
        font-size: 16px !important;
    }
    .sticky-quick-add .product-info__label {
        font-size: 14px !important;
    }
    .sticky-atc.sticky-quick-add.product.band-page.sticky-atc--hide-on-mobile.sticky-up.sticky-mode .container {
        max-width: 1300px;
    }
    .product-policies {
        font-size: 14px !important;
    }
    .related-collection-links--gallery.gallery.gallery--grid-desktop-5 .gallery__item {
        margin-left: 16px;
    }
    .header-account-link__text+.header-account-link__icon:not(.mobile-only) {
        margin-inline-start: 0;
    }
    span.show-search-link__icon svg {
        width: 20px;
    }
    .swatch-method-swatches .product-block-options__item {
        margin: 0 1px 2px;
    }
    p.swatch-color-display {
        margin-bottom: 8px;
    }
    .collection-block .product-block__title {
        font-size: 18px;
    }
    .swatch-method-swatches .product-block-options--swatch .product-block-options__item {
        margin: 0;
        border-width: 4px;
        border-color: white;
    }
    span.product-block-options__item.is-active {
        box-shadow: 0 0 0 1px #17181a;
    }
    .page-header.page-header--with-upper-spacing.custom-border {
        margin-top: 0;
        padding-bottom: 0;
    }
    .product-form .label {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .product-info .media-gallery-size-large+.product-column-right {
        width: calc(38% - 44px);
        max-width: 360px;
        margin-left: 0;
    }
    .option-Size .opt-btn:checked+.opt-label {
        background: black;
        color: white;
    }
    .option-Size .opt-btn:checked+.opt-label span {
        color: white !important;
    }
    .section-main-product label.opt-label.opt-label--swatch.btn.relative {
        width: 32px;
        height: 32px;
    }
    label.opt-label.opt-label--btn.btn.relative.text-center span.js-value {
        color: #1e2426;
        font: 500 20px / 110% RoobertPRO;
        letter-spacing: -0.04em;
        font-size: 14px;
    }
    .stl-ad .very-lightly-spaced-row .label {
        font-size: 20px;
    }
    .option-selector__btns {
        margin-top: 0;
        row-gap: 5px;
    }
    .product-form .option-selector {
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #dee1e6;
    }
    label.opt-label.opt-label--btn.btn.relative.text-center {
        font: 500 14px / 100% RoobertPRO;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e2426;
        min-width: 46px;
        width: auto;
        height: 40px;
        cursor: pointer;
        border: 1px solid #1e242629;
        border-radius: 12px !important;
        min-height: 40px;
    }
    .icon-custom-spacing .flex {
        padding: 0;
    }
    .template-product main product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        margin-bottom: 48px;
        justify-content: flex-start;
        gap: 83px;
    }
    .icon-custom-spacing .mt-2 {
        color: #1e2426;
        font-size: 14px;
    }
    .product-form .quantity-submit-row .quantity-submit-row__submit button[type="submit"] {
        max-height: 56px;
        font-size: 16px;
    }
    .template-collection h1.pagetitle.h3 {
        font-size: 48px;
    }
    body:not(.template-index) .shopify-section:not( .section-featured-collection, .shopify-section-group-footer-group, .shopify-section-group-header-group, .custom-galery),
    .template-product .section-featured-collection {
        /* max-width: 1300px;
*/
        margin: 0 auto;
    }
    .wrapper-til a.small-feature-link {
        font-size: 14px !important;
    }
    .search-suggestions__list-item:not( .search-suggestions__list-item--collection) {
        padding-left: 8px;
    }
    #pageheader .search-suggestions__list-item:not( .search-suggestions__list-item--collection) {
        padding-left: 0px;
    }
    .related-collection-links h2.text-overlay__title.h4 {
        font-size: 18px !important;
    }
    .related-collection-links .image-overlay--bg-shadow .text-overlay .text-overlay__inner {
        padding-bottom: 0;
    }
    .related-collection-links--gallery.gallery .slider__grid {
        padding-bottom: 48px;
        align-items: baseline;
    }
    .utility-bar__centre .utility-bar__item,
    .template-collection .product-price--block .price__was .money,
    .template-collection .price.price--on-sale .price__current span {
        font-size: 16px !important;
    }
    .product-grid--per-row-3 {
        row-gap: 50px;
    }
    .product-grid .product-label-container {
        top: 24px;
        left: 24px;
    }
    .block-inner-inner .wishlist-engine {
        position: absolute;
        z-index: 3;
        top: 19px;
        right: 12px;
    }
    .template-collection .price.price--on-sale .price__current span {
        font-size: 16px !important;
    }
    label.opt-label.opt-label--btn.btn.relative.text-center {
        /* width: 46px; */
        height: 40px;
        font-size: 14px;
        min-height: unset;
        min-width: unset;
    }
    .option-Size label.opt-label.opt-label--btn.btn.relative.text-center {
        width: 46px;
    }
    .section-main-product label.opt-label.opt-label--swatch.btn.relative {
        width: 32px;
        height: 32px;
    }
    span.size-chart-link__text.underline {
        font-size: 14px;
    }
    .input-row.not-in-quickbuy strong {
        font-size: 14px;
    }
    .product-block-options__more-label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .about-us-text {
        margin-top: auto;
    }
    .about-us-title {
        margin-bottom: 24px;
        font-size: 30px;
    }
    .about-us-link_label {
        padding: 0 14px;
        line-height: 30px;
        letter-spacing: -0.32px;
    }
    .about-us__wrap {
        padding: 112px 50px;
    }
    .about-us-item:before {
        padding-bottom: 147%;
    }
    .about-us-item {
        border-radius: 10px;
    }
}

@media screen and (max-width: 1279px) {
    button.quick-add-size-btn {
        height: 33px;
        min-width: 33px;
        font-size: 12px;
    }
    button.quick-add-size-btn {
        margin-top: 4px;
    }
    .product-block .image-cont .btn.quickbuy-toggles {
        padding: 16px 5px;
    }
    .why_special .why_special_wr .why_special_item {
        width: 70px;
    }
    .shopify-section-group-footer-group .container--no-max {
        padding: 20px 16px;
    }
    .about-us-container {
        position: relative;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .about-us-container::-webkit-scrollbar {
        display: none;
    }
    .about-us-item {
        border-radius: 8px;
    }
    .about-us-text a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1439px) {
    a.show-search-link.search-dt {
        display: none !important;
    }
    a.show-search-link.search-mobile {
        display: block !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .mobile-label.first-b span.product-label.product-label--out-of-stock.mobile-only {
        display: none !important;
    }
    .product-grid--carousel .product-block {
        height: 100%;
        margin-bottom: 10px;
    }
    .mobile-label span.product-label.product-label--new-in span {
        color: white !important;
    }
    .mobile-label span.product-label.product-label--new-in {
        background: black;
        text-align: center;
    }
    .mobile-label span.product-label.product-label--sale {
        background: white;
        overflow: hidden;
        min-width: 53px;
    }
    .mobile-label span.product-label.product-label--sale span {
        background: white !important;
        margin-bottom: 0;
        /* padding: 4px; */
    }
    .mobile-label.norml span.product-label.product-label--sale {
        display: none !important;
    }
    .mobile-label.first-b {
        position: absolute;
        z-index: 1;
        left: 0px;
        top: 10px;
    }
    .collection-slider-row.for-collections h2.hometitle.custom-title {
        margin-left: 16px;
    }
    .collection-slider-row.for-collections h2.hometitle.custom-title .has-paging__title {
        font-size: 20px;
    }
    .stl-ad carousel-slider .product-block__detail.align-ltr-left {
        margin-top: 20px;
        margin-bottom: 24px;
    }
    .stl-ad .mobile-label {
        display: none;
    }
    .stl-ad carousel-slider .collection-listing.slider.slider--no-scrollbar {
        margin: 0 16px;
    }
    .product-form .input-row {
        margin-top: 24px;
    }
    form#CollectionFilterForm {
        position: relative;
        z-index: 10;
    }
    .cart-t .cart-item {
        padding: 16px 0;
    }
    .cart-t:first-child .cart-item {
        padding-top: 23px;
        padding-bottom: 16px;
    }
    .cart-t:last-child .cart-item {
        padding-top: 16px;
        padding-bottom: 23px;
    }
    .cart-drawer__content .cart-item__image {
        width: 143px;
        padding-inline-end: 0;
    }
    form#CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
        width: 100%;
    }
    .cart-drawer .collection-slider {
        overflow: hidden !important;
        background: white;
        margin-left: 16px;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0px;
    }
    carousel-slider.carousel.block.collection-slider.cart-drawer__content-item.use-color-scheme.use-color-scheme--default .opposing-items.opposing-items--valign-base.very-lightly-spaced-row {
        margin-right: 16px;
    }
    .menu-promotion__image--dynamic,
    .menu-promotion__caption {
        display: none;
    }
    .filter-group.mobile-only {
        border-top: 1px solid #1e24261a;
    }
    .filter-container--side .filter-group__item {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    #CollectionFilterForm .filter-group--layout-two-column .filter-group__item {
        min-height: auto;
    }
    .cart-drawer .collection-slider .opposing-items--valign-base {
        margin-bottom: 20px;
    }
    .lightish-spaced-row-above.desktop {
        display: none;
    }
    .qb-modal-content .lightish-spaced-row-above.mobile {
        display: block;
    }
    .cart-item__image {
        width: 148px;
    }
    .cart-drawer__content a.cart-item__image-link {
        width: 128px;
    }
    .stl-ad.upsells-ad .specific-quick {
        top: unset;
        bottom: 87px;
    }
    .template-product .collection-slider-row h2.hometitle.h4.align-center.custom-title.has-paging.slider-nav.cc-animate-init.cc-animate-in {
        margin-right: 16px;
    }
    .cart-drawer .collection-slider .opposing-items--valign-base {
        padding-left: 0;
        font-size: 20px !important;
    }
    .cart-drawer .collection-slider .product-grid--per-row-mob-2 {
        --product-columns-desktop: 2.8;
    }
    .cart-drawer .collection-slider .opposing-items__left.product-info-label {
        font-size: 20px;
    }
    /* .stl-ad.upsells-ad .specific-quick{
bottom: 98px;
} */
    .cart-item-upsells.stl-ad.upsells-ad .money {
        font-size: 14px !important;
    }
    .filter-container--side .filters .filters__inner {
        padding-inline-end: 0;
    }
    form#CollectionFilterForm .filter-group[data-filter-handle="size"] span.filter-group__item__text {
        position: absolute;
        left: 34px;
        width: 100%;
    }
    .filter-container--show-filters-mobile .result-count {
        box-shadow: 0 2px 0 3px #0000001a;
        background-color: white;
    }
    .collection-slider-row.for-collections .product-grid {
        column-gap: 8px;
    }
    .collection-slider-row.for-collections .product-grid--per-row-mob-3 {
        --product-columns-desktop: 2.7;
    }
    .section-collection-list .container,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding: 0px;
    }
    .cus-sc {
        padding-right: 0 !important;
    }
    #Huratips-Loop p.swatch-color-display {
        margin-top: 0;
    }
    #Huratips-Loop .product-block-options--swatch .product-block-options__inner {
        gap: 0;
    }
    .section-main-product label.opt-label.opt-label--swatch.btn.relative {
        width: 40px !important;
        height: 40px !important;
    }
    .option-Size .option-selector__btns.flex.flex-wrap label.opt-label.opt-label--btn.btn.relative.text-center {
        min-width: 81px;
    }
    .why_special .why_special_wr {
        gap: 8px;
        margin-bottom: 0;
    }
    .why_special_wr {
        flex-wrap: wrap;
    }
    .why_special .why_special_wr .why_special_item {
        flex-basis: 48.83%;
        height: 88px;
        border-radius: 8px;
    }
    .why_special .why_special_wr .why_special_item .icon_box {
        height: 32px;
        width: 32px;
    }
    .cart-item-upsells .mobile-label {
        display: none;
    }
    .cart-item-upsells ul {
        margin-bottom: 20px;
    }
    .cart-drawer__content a.cart-item__image-link {
        min-height: auto;
    }
    .price-container.cs-nw .price.price--on-sale .price__current span {
        font-size: 16px !important;
    }
    .top-part .section-footer__text-block__social {
        min-width: auto;
    }
    .template-collection a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
        margin-bottom: 0;
        margin-right: 0;
    }
    .filters-adjacent.collection-listing {
        margin-top: 32px;
    }
    .utility-bar.utility-bar--sticky-mobile-copy,
    .utility-bar-sticky-mobile-copy-reveal .utility-bar--sticky-mobile-copy {
        transform: translateY(0px) !important;
        /* top: 0 !important;
display: none; */
    }
    .section-footer__newsletter-block .section-footer__title.heading-font.h6 {
        margin-bottom: 16px;
    }
    carousel-slider.carousel.block.collection-slider {
        padding-bottom: 5px;
    }
    .img-ar {
        position: relative;
        width: 100%;
        aspect-ratio: var(--aspect-ratio, 1/1);
    }
    .img-ar>img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    @supports not (aspect-ratio: 1/1) {
        .img-ar::before {
            content: "";
            display: block;
            padding-bottom: calc(100% / var(--aspect-ratio, 1));
        }
        .img-ar>img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .block-inner-inner .wishlist-engine {
        position: absolute;
        z-index: 3;
        top: 5px;
        right: 5px;
    }
    .image-label-wrap,
    .image-cont,
    .block-inner,
    .block-inner-inner {
        min-height: 0;
        min-width: 0;
    }
    .navigation__tier-1 a.navigation__link {
        font: 400 24px / 31.2px RoobertPRO;
    }
    li.navigation__column.navigation__column--promotion.navigation__column--promotion-carousel {
        display: none;
    }
    .navigation__tier-2 .navigation .navigation__children-toggle {
        padding: 1px 20px;
        color: inherit;
        line-height: 34px;
    }
    .mobile-navigation-drawer .navigation__tier-2>.navigation__item>.navigation__link {
        font-weight: var(--mobile-menu-font-weight);
        font-size: 16px;
        height: 36px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .navigation .navigation__children-toggle {
        padding: 0px 20px;
        color: inherit;
        height: 50px;
        line-height: 50px;
    }
    ul.navigation__tier-3 {
        padding: 0 12px;
        color: #1e242699;
    }
    /* a.navigation__link.navigation__column-title.navigation__hover-trigger {
font-size: 16px;
line-height: 110% !important;
padding: 0 22px;
}
*/
    .navigation__tier-3 a.navigation__link.navigation__hover-trigger {
        line-height: 110% !important;
        font-size: 16px;
        height: 36px;
    }
    .product-info .media-gallery-size-large+.product-column-right {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .product-block-options__more-label {
        cursor: pointer;
        font-size: 14px;
        line-height: 25px;
    }
    .filter-group--swatch .filter-group__item:before {
        width: 20px;
        height: 20px;
    }
    .filters__heading-text.heading-font.h4 {
        font-size: 20px;
        font-weight: 500;
    }
    form#CollectionFilterForm {
        padding-top: 12px;
        border-bottom: none !important;
    }
    .filter-group--swatch .filter-group__item:before {
        margin-inline-end: 34px;
        position: relative;
        left: 20px;
    }
    .filter-group__item .filter-group__item__text:before {
        opacity: 0;
    }
    .template-product .filter-group[data-filter-handle="size"] span.filter-group__item__text {
        margin-left: 24px;
        width: 100%;
        /* margin-left: 0;
*/
    }
    .filter-group--layout-two-column .toggle-target-container {
        gap: 5px;
    }
    .filter-group[data-filter-handle="scrunch-type"] .toggle-target-container {
        flex-direction: column;
    }
    .filter-group[data-filter-handle="scrunch-type"] .filter-group__item .filter-group__item__text:before {
        opacity: 0;
    }
    .filter-group--layout-two-column .toggle-target-container {
        flex-direction: column;
    }
    .filter-group[data-filter-handle="size"] .filter-group__item {
        border: none;
    }
    span.filter-group__item__text {
        font-size: 16px;
    }
    form#CollectionFilterForm {
        padding-top: 12px;
    }
    header.filters__heading {
        align-items: center;
        margin-bottom: 2px;
        padding-bottom: 16px;
        /* border-bottom: 1px solid #0000001a;
*/
    }
    .filter-container.filter-container--show-filters-mobile .filters {
        transform: translate(100%);
        width: 100%;
    }
    .product-block-options__item.is-hidden-by-limit {
        display: none;
    }
    .related-collection-links h2.text-overlay__title.h4 {
        text-align: center;
        font-size: 14px !important;
    }
    .page-header.page-header--with-upper-spacing.custom-border {
        margin-top: 0;
        font-size: 36px;
        line-height: 140%;
    }
    .related-collection-links .gallery--grid-mobile-2 .slider__grid {
        grid-auto-columns: 25%;
        gap: 8px;
    }
    .related-collection-links .text-overlay .text-overlay__inner {
        padding-top: 6px !important;
        padding-bottom: 0 !important;
    }
    .related-collection-links .slider__grid {
        /* grid-auto-columns: 27% !important; */
        gap: 8px;
    }
    .product-grid,
    #Huratips-Loop.product-grid {
        row-gap: 40px;
    }
    .cart-link__count {
        position: absolute;
        top: unset;
        bottom: -7px;
    }
    .logo-area.container.container--no-max {
        padding: 0 16px;
        height: 60px;
    }
    a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
        margin-bottom: 0px;
    }
    .template-collection h1.pagetitle.h3 {
        font-size: 36px;
    }
    .template-collection .price.price--on-sale .price__current span,
    .template-collection .product-price--block .price__was .money,
    .template-index .price__was .js-value {
        font-size: 14px !important;
    }
    .product-block .image-cont .btn.quickbuy-toggles {
        padding: 24px 5px;
        display: none;
    }
    .descrip-tab {
        padding-bottom: 64px;
        display: block;
    }
    .product-block:not(.product-block--landscape) .product-block__detail .innerer .product-block-options--swatch {
        margin-left: 0;
    }
    .collection-slider-row .wrapper-til {
        margin-bottom: 20px;
    }
    .template-product .collection-slider-row .container.container--not-mobile {
        padding-right: 0;
    }
    .template-product .media-gallery .product-label-container {
        left: 26px;
        top: 32px;
    }
    .template-product .section-main-product .product-label>span {
        padding: 7.5px 16px;
        font-size: 14px;
        border-radius: 8px;
        line-height: 1;
    }
    .template-product .section-main-product .media-gallery .product-label-container {
        z-index: 1;
        align-items: flex-start;
        justify-content: flex-start;
        left: 10px;
        top: 10px;
    }
    .template-collection .product-block:not(.product-block--landscape) .product-block__detail .innerer .product-block-options--swatch {
        margin-bottom: 0;
    }
    .template-collection .mobile-label {
        margin-bottom: 0;
    }
    .container.container--no-max.section-footer__row-container {
        padding: 32px 16px;
    }
    .template-collection .related-collection-links--gallery.gallery.gallery--grid-desktop-5 .gallery__item {
        margin-left: 0px;
        .template-product .section-main-product .product-label>span
    }
    .template-collection .gallery--mobile-carousel.gallery--with-margins.gallery--grid-mobile-2 .slider__grid {
        padding: 0;
    }
    .template-collection .container:not(.section-footer__row-container) {
        padding: 0 16px;
    }
    .template-product .modal--drawer-right .modal__window {
        width: 100%;
    }
    /* .template-product .product-label>span {
padding: 7.5px 16px;
font-size: 14px;
border-radius: 8px;
} */
    .collection-slider-row .collection-listing {
        padding-left: 16px;
    }
    .template-list-collections .collection-slider-row .collection-listing {
        padding-right: 16px;
    }
    .template-product .collection-slider-row .collection-listing {
        padding-left: 0;
        padding-bottom: 15px;
    }
    .quickbuy-container .close-detail {
        position: absolute;
        top: -15px;
    }
    div#shopify-section-template--26309468422469__17567234208f9dd128 {
        padding-top: 0;
    }
    div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
        margin-bottom: 20px;
    }
    #shopify-section-template--26309468422469__17567234208f9dd128 .fully-spaced-row--medium {
        padding-bottom: 52px;
        margin-top: 0;
    }
    #shopify-section-template--26309468422469__172985983708b19dcb .fully-spaced-row--medium {
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0;
    }
    .stl-ad .column.column--half {
        width: 100%;
        margin-right: 16px;
    }
    .stl-ad .column.column--half:not(:first-child) {
        padding-top: 16px;
        border-top: 1px solid rgba(30, 36, 38, 0.1);
    }
    .stl-ad .column.column--half {
        margin-bottom: 16px;
        padding-left: 0px;
    }
    .ai-product-info-mobile-button-template-26309468422469175560505317d7a15f {
        width: 100%;
        padding: 24px 0;
    }
    .ai-product-info-accordion-title-wrapper-template-26309468422469175560505317d7a15f {
        font-size: 20px;
    }
    .template-product .wrapper-til a.small-feature-link {
        height: 44px !important;
    }
    .template-product .wrapper-til {
        padding-left: 0;
        padding-right: 0;
    }
    .template-product .custom-title .has-paging__title,
    div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
        font: 500 20px / 130% RoobertPRO !important;
        letter-spacing: -0.4px !important;
        color: #1e2426;
    }
    div#shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn h1 {
        text-align: center;
        padding-top: 0;
    }
    .stl-ad .fixed-layout.fixed-layout--no-wide-gutter {
        margin-left: 0;
    }
    .product-form .label {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
    }
    .product-form .option-selector {
        margin-bottom: 24px;
    }
    fieldset.option-selector.option-Color {
        padding-bottom: 24px;
        border-bottom: 1px solid #dee1e6;
    }
    .option-Size .option-selector__btns.flex.flex-wrap {
        margin: 0;
    }
    label.opt-label.opt-label--btn.btn.relative.text-center {
        min-width: 81px;
        height: 44px !important;
        min-height: 44px;
        margin-top: 0;
        padding: 0;
        border-radius: 8px !important;
    }
    button.btn.btn--large.add-to-cart {
        font-size: 16px !important;
        letter-spacing: -0.32px;
        padding: 20px;
    }
    .icon-custom-spacing .flex-1 {
        margin-top: 24px;
    }
    buy-buttons.buy-buttons-row.block {
        margin-bottom: 0;
    }
    .product-form .quantity-submit-row .quantity-submit-row__submit {
        margin-top: 24px;
        margin-bottom: 0;
    }
    .icon-custom-spacing .mt-2 {
        color: #1e2426;
        font-size: 14px;
        line-height: 17px;
        max-width: 77px;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad {
        margin-top: 24px;
        padding-top: 24px;
        margin-top: 24px;
        padding-top: 24px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .stl-ad .very-lightly-spaced-row {
        padding: 24px 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }
    .ai-mobile-product-header__breadcrumbs-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3 {
        font: 500 14px / 140% RoobertPRO;
        letter-spacing: -0.28px;
    }
    h1.ai-mobile-product-header__title-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3 {
        font: 500 20px / 100% RoobertPRO;
        letter-spacing: -0.02em;
    }
    .stl-ad .product-label-container,
    .stl-ad .product-block-options__inner,
    .stl-ad .wishlist-engine {
        display: none;
    }
    .stl-ad .product-block__detail.align-ltr-left {
        margin-top: 0;
    }
    .stl-ad .fixed-layout.fixed-layout--no-wide-gutter {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
    }
    .stl-ad .column.column--half {
        width: 100%;
        margin-right: 16px;
    }
    .stl-ad .column.column--half:not(:first-child) {
        padding-top: 16px;
        border-top: 1px solid rgba(30, 36, 38, 0.1);
    }
    .stl-ad .column.column--half {
        margin-bottom: 16px;
        padding-left: 0px;
        margin-left: 0;
        padding-right: 0;
    }
    .ai-product-info-mobile-button-template-26309468422469175560505317d7a15f {
        width: 100%;
        padding: 24px 0;
    }
    .ai-product-info-accordion-title-wrapper-26309468422469175560505317d7a15f {
        font-size: 20px;
    }
    .template-product .wrapper-til a.small-feature-link {
        height: 44px !important;
    }
    .template-product .wrapper-til {
        padding-left: 0;
        padding-right: 0;
    }
    .template-product .custom-title .has-paging__title {
        font: 500 20px / 130% RoobertPRO;
        letter-spacing: -0.4px;
        color: #1e2426;
    }
    .media-gallery .product-media--image .theme-img {
        border-radius: 0;
    }
    .product-form hr.not-in-quickbuy {
        display: none;
    }
    .media-gallery .main-image .slider__item {
        flex: 0 0 81%;
    }
    carousel-slider.carousel.block.thumbnails.mobile-only {
        display: none;
    }
    .media-gallery__inner .cs-nw {
        display: none;
    }
    .qb-modal-content cs-nw {
        display: block;
    }
    .qb-modal-content carousel-slider.carousel.block.thumbnails {
        display: none;
    }
    .qb-modal-content.media-gallery .main-image .slider__item {
        flex: 0 0 39%;
    }
    .qb-modal-content .slider__grid {
        gap: 16px;
    }
    .qb-modal-content {
        padding-top: 50px;
    }
    .quickbuy-container .close-detail {
        position: absolute;
        top: -17px;
        right: 8px;
        z-index: 999999;
    }
    .icon-custom-spacing .flex {
        gap: 8px;
        padding: 0;
    }
    .template-product main .container {
        margin: 0 auto;
        padding: 0 16px;
    }
    .media-gallery__inner .mobile-only .slider__grid {
        display: flex;
        gap: 10px;
    }
    .stl-ad .product-price.product-price--block {
        margin-top: 0;
        color: #1e2426 !important;
        letter-spacing: -0.04em;
        font: 600 16px / 22.4px RoobertPRO;
    }
    .stl-ad .product-block-options.product-block-options--swatch {
        display: none;
    }
    .stl-ad .product-block__title {
        margin-top: 0;
    }
    .stl-adp.swatch-color-display {
        font: 500 16px / 22.4px RoobertPRO !important;
        display: block;
        margin-bottom: 8px;
        color: #1e242699;
    }
    .stl-ad button.btn-quick-buy.button.single-btn {
        display: none;
    }
    .filter-group__heading__text {
        font-size: 16px;
    }
    .layout-switchers {
        display: none;
    }
    .fikl .btn-icon {
        display: block !important;
        order: 1;
    }
    .utility-bar__right {
        display: none;
    }
    a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
        width: 100%;
        gap: 8px;
    }
    .btn-icon svg {
        position: absolute;
        top: 50%;
        left: 0;
        width: 16px;
        height: auto;
        margin-top: -6px;
    }
    span.mob-fil {
        padding: 16px 0;
        font-size: 14px;
        transition: all 0.3s ease;
    }
    .mob-fil {
        display: block;
    }
    .desk-fil {
        display: none;
    }
    .wrapper-suggest {
        flex-direction: column;
        gap: 40px;
    }
    li.search-suggestions__list-item {
        padding-left: 0px;
    }
    .section-header .main-search__form {
        margin: 30px auto;
        margin-top: 12px;
        padding-top: 14px;
    }
    .main-search button.main-search__close {
        font-size: 16px !important;
        top: 11px;
    }
    .wrapper-he {
        margin: 0 auto 40px;
        width: 100% !important;
    }
    .page-header.page-header--with-upper-spacing.custom-border {
        margin-bottom: 0px;
        border-bottom: 1px solid #1e24261a;
        padding-bottom: 0;
    }
    .utility-bar {
        margin-bottom: 0;
    }
    .collection-listing .product-block__title {
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin-top: 0;
    }
    .wrapper-til a.small-feature-link {
        height: 42px;
        min-width: 90px;
        font-size: 14px !important;
        padding: 11px 16px;
    }
    p.swatch-color-display {
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin: 0;
        font: 500 14px / 140% Roobert Pro;
        letter-spacing: -0.28px;
        margin-top: 0;
    }
    .product-price.product-price--block {
        margin-top: 8px;
        color: #1e2426 !important;
        font: 500 14px / 110% Roobert Pro;
        letter-spacing: -0.04em;
    }
    .show-search .page-shade,
    .show-search .section-announcement-bar {
        display: none;
    }
    div#pageheader .main-search button.main-search__close {
        position: absolute;
        padding-left: 0;
        right: 10px;
        z-index: 9999;
    }
    button.main-search__button svg {
        width: 20px;
        height: 20px;
        left: 0;
        position: absolute;
        top: -11px;
    }
    .main-search__input-container {
        order: 1;
        display: flex;
        align-items: center;
        border: 1px solid rgba(30, 36, 38, 0.04);
        background-color: #1e24260a;
        border-radius: 50px;
        overflow: hidden;
        width: calc(100% - 56px);
        height: 40px;
    }
    .quick-buy-modal .quick-buy-modal__close {
        padding: 0;
        position: initial;
    }
    .quick-buy-modal svg {
        height: 10px;
        width: 10px;
    }
    .quick-buy-modal.active.tw-b2b {
        max-height: 576px;
        overflow-y: auto;
        border-radius: 8px 8px 0 0;
        padding: 16px;
    }
    .quick-buy-modal .quick-buy-modal__footer .btn {
        width: 250px;
        line-height: 7px;
        font-size: 16px;
        margin-top: 24px;
        padding: 17px;
        background: #fff;
        border: 1.5px solid #dee1e6;
        border-radius: 32px;
        color: #1e2426;
        min-width: 105px;
        overflow: hidden;
    }
    .add-product.btn.button.\ !tw-w-full {
        background: #000;
        border: 1px solid #000;
        border-radius: 32px;
        color: #fff;
        font-size: 16px;
        margin-top: 24px;
        padding: 17px;
        margin-left: 16px;
        font-weight: 600;
    }
    .quick-buy-modal__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: -0.02em;
    }
    .btn.btn_white.add-and-checkout.add-product {
        max-width: 151px;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        z-index: 999;
    }
    .quick-buy-modal__footer {
        display: flex;
        border-top: 1px solid #1e24261a;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 32px;
        margin-top: 0;
        text-align: center;
    }
    .quick-buy-modal__content {
        flex: auto;
        margin-bottom: 0;
        overflow-y: scroll;
    }
    .single-product {
        flex: 0 0 100%;
        margin-bottom: 0;
        max-width: 100%;
        padding: 0;
    }
    .option-item__wrap {
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #dee1e6;
    }
    .option-item__wrap:last-child,
    .quick-buy-modal .option-items label:last-child {
        border: none;
    }
    .quick-buy-modal__content .info-price,
    .quick-buy-modal .option-items label,
    .quick-buy-modal__content .info-color {
        font-size: 14px;
    }
    .quick-buy-modal .option-items label {
        display: block;
        line-height: 54px;
        position: relative;
        width: 100%;
    }
    .option-item__wrap label {
        border-bottom: none !important;
    }
    .quick-buy-modal .option-items label {
        position: relative;
        display: block;
        cursor: pointer;
    }
    .quick-buy-modal .option-items label input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0;
        z-index: 1;
        cursor: pointer;
    }
    .quick-buy-modal .option-items label input:checked span:before {
        background-image: url(/cdn/shop/files/Frame_420010606.svg?v=1765773835);
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .quick-buy-modal .option-items label span {
        margin: 0;
        padding: 18px 0 18px 30px;
        display: block;
        font: 500 16px / 110% RoobertPRO;
        letter-spacing: -0.02em;
        width: 100%;
    }
    .quick-buy-modal .option-items label input:checked span:before {
        background-image: url(/cdn/shop/files/Frame_420010606.svg?v=1765773835);
        border: none;
    }
    .quick-buy-modal .option-items label span:before {
        top: 16px;
        border-radius: 12px;
        left: 0;
        background: #fff;
        border: 1px solid #adb3bc;
        content: "";
        height: 20px;
        position: absolute;
        transition: 0.3s;
        width: 20px;
    }
    .quick-buy-modal__header {
        margin: 0;
        padding: 0 0 24px;
        border-bottom: 1px solid #dee1e6;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 9999;
    }
    .quick-buy-modal .quick-buy-modal__close {
        right: 10px;
        position: relative;
        z-index: 9999;
    }
    .quick-buy-modal__footer .ripple-effect {
        opacity: 0;
        pointer-events: none;
    }
    .btn-wrap.mobile.single-product-card {
        display: block;
    }
    .btn-quick-buy {
        align-items: center;
        background: #fff;
        border-color: #fff;
        border-radius: 24px;
        bottom: 10px;
        display: flex;
        font-size: 0;
        height: 38px;
        justify-content: center;
        left: initial;
        opacity: 1;
        padding: 0;
        right: 10px;
        visibility: visible;
        width: 38px;
        z-index: 1;
        position: absolute;
    }
    .btn-quick-buy:before {
        content: "";
        background: url(https://cdn.shopify.com/s/files/1/0558/0197/0820/files/Bag_icon_a8d350a0-2efb-451f-95da-13d53dde56ff.svg?v=1698932872) center / cover no-repeat;
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
    }
    .collection-listing .product-label-container {
        display: none;
    }
    .search-mobile {
        display: flex;
    }
    .logo-area__left {
        order: 3;
    }
    .logo-area__middle--logo-image {
        order: 1;
    }
    .logo-area__right {
        order: 1;
    }
    .collection-slider-row.for-collections.use-color-scheme {
        padding: var(--section-padding-mobile) 0;
    }
    .section-collection-list .collection-slider .has-paging .has-paging__title {
        line-height: 28px;
        padding: 0;
        font-size: 20px;
        text-align: center;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .collection-slider .wrapper-arrow {
        display: none;
    }
    .custom-title.h4.align-center.has-paging.slider-nav {
        margin-bottom: 0;
    }
    .collection-block .product-block__title {
        font-size: 14px;
        line-height: 140%;
        letter-spacing: -0.48px;
        padding: 0;
    }
    .collection-block .product-block__detail {
        margin-top: 6px;
    }
    .wrapper-til {
        padding-left: var(--container-pad-x);
        padding-right: var(--container-pad-x);
        width: 100%;
        justify-content: space-between;
        min-height: 44px;
        margin-bottom: 24px;
    }
    .wrapper-til .has-paging__title,
    #shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD>div {
        flex-grow: 1;
        letter-spacing: -0.4px !important;
        font-size: 20px !important;
        line-height: 26px;
        font-weight: 600;
        text-align: left;
    }
    .wrapper-til .view-all {
        margin: 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.4px;
    }
    .swatch-method-swatches .product-block-options--swatch .product-block-options__item {
        width: 26px;
        height: 26px;
        margin-bottom: 4px;
    }
    .section-collection-list .product-block__title {
        font-weight: 600;
        padding: 0;
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin: 0;
    }
    .product-block-options__item.is-hidden-by-limit {
        display: none;
    }
    .product-block-options__more-label {
        cursor: pointer;
    }
    .product-block-options--swatch .product-block-options__inner {
        display: flex;
        gap: 3px;
        margin-left: 1px;
    }
    .stl-ad .very-lightly-spaced-row .label {
        font-size: 20px;
    }
    .section-featured-collection .product-block__title {
        font-weight: 600;
        padding: 0;
        margin-top: 3px;
        font-size: 14px !important;
        line-height: 19.6px !important;
    }
    p.swatch-color-display {
        font-size: 14px !important;
        line-height: 19.6px !important;
        margin: 0;
        margin-top: 5px;
    }
    .section-featured-collection .product-price.product-price--block {
        margin-top: 6px;
    }
    .product-price span.js-value {
        letter-spacing: -0.56px;
        line-height: 14px;
        font-weight: 500;
        font-size: 14px;
    }
    .tolstoy-carousel-title {
        font-size: 20px !important;
        line-height: 130% !important;
        letter-spacing: -0.4px;
        text-align: center !important;
        margin-bottom: 20px;
    }
    div#shopify-block-Ad1ZKVnFPZ1NQYTBSM__moast_carousel_QgtqwD {
        padding: 0 16px;
        padding-top: 0px !important;
        width: 100%;
    }
    .tolstoy-carousel-videos-container {
        height: auto !important;
    }
    .section-featured-collection,
    .section-image-with-text-overlay {
        margin-bottom: 64px !important;
        margin-top: 0px;
    }
    .template-index .collection-slider-row {
        margin-top: 0px;
    }
    .product-block-options__more-label {
        cursor: pointer;
        font-size: 14px;
    }
    .product-grid--per-row-mob-3 {
        --product-columns-desktop: 3;
    }
    .logo-area.container.container--no-max {
        padding: 0 16px;
    }
    a.show-search-link.search-mobile {
        display: inline-block !important;
    }
    .logo-area__left {
        flex: initial;
    }
    .show-wishlist-link {
        margin-inline-end: 0px;
        margin-right: 12px;
    }
    .logo-area__right .show-search-link {
        margin-inline-end: 0;
    }
    .logo-area.container.container--no-max svg {
        width: 20px;
        height: 20px;
    }
    .show-search-link__icon,
    .header-account-link,
    .cart-link {
        padding-right: 0px;
        margin-right: 12px;
        width: 20px;
    }
    .logo-area .mobile-nav-toggle {
        width: 20px;
    }
    .shopify-section-group-footer-group .container--no-max {
        padding: 0 16px;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .top-part .section-footer__row__col {
        padding-bottom: 32px;
    }
    .section-footer__text-block__image:not(:last-child) {
        margin-bottom: 0;
    }
    .section-footer__text-block__social span {
        opacity: 0;
        visibility: hidden;
        display:none;
    }
    .top-part .social a {
        margin-bottom: 0;
        margin-inline-end: 8px;
    }
    .top-part .social li:nth-last-child(1) a {
        margin-inline-end: 0px;
    }
    .section-footer__newsletter-block .signup-form__button {
        width: auto;
    }
    .section-footer__row__col.section-footer__newsletter-block {
        order: -1;
        padding-top: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #fff3;
    }
    .section-footer__row__col.section-footer__menu-block {
        padding-top: 32px;
        padding-bottom: 32px !important;
        margin: 0px !important;
        border-bottom: 1px solid #fff3;
    }
    .section-footer__row--blocks {
        border-bottom: none;
        padding: 0;
    }
    .section-footer__row-lower {
        padding-top: 0;
    }
    .container.container--no-max.section-footer__row-container.section-footer__row-container--with-localization {
        padding-top: 2px;
    }
    .section-footer__lower-menu {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .section-footer .section-footer__title {
        line-height: 110%;
        font-size: 20px;
        letter-spacing: -0.4px;
    }
    .section-footer__title.heading-font.h6.no-wrap {
        margin-bottom: 16px;
    }
    .section-footer__title.heading-font.h6.no-wrap {
        margin-bottom: 16px;
    }
    .section-footer__text {
        margin-bottom: 24px;
    }
    .section-footer__menu-block__menu li {
        margin-bottom: 12px;
    }
    .section-footer__menu-block__menu li a,
    .section-footer__text {
        color: #ffffffb3;
        line-height: 115%;
        letter-spacing: -0.14px;
        font-size: 14px;
    }
    .section-featured-collection .product-grid--per-row-mob-2 {
        --product-columns-desktop: 2.5;
    }
    .product-block__image-dots {
        display: none;
    }
    .template-index .price.price--on-sale .price__current span,
    .template-index .product-price--block .price__was .money {
        font-size: 14px !important;
    }
    .template-index .wrapper-til .has-paging__title {
        font-weight: 500;
    }
    .about-us .main_heading {
        max-width: 100%;
    }
    .about-us-text a,
    .main-search button.main-search__close {
        font-size: 16px !important;
    }
    .about-us-text a {
        font-size: 16px !important;
        top: -4px;
    }
    .main-search__button {
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translateY(-50%);
    }
    input[type="text"].main-search__input {
        padding-left: 38px;
    }
    button.main-search__button svg {
        width: 20px;
        height: 20px;
    }
    .main-search__input-container {
        margin-left: 0px;
    }
    span.search-suggestions__heading,
    p.main-search__results-title {
        font-size: 20px;
        margin-bottom: 16px !important;
        padding-bottom: 16px !important;
    }
    .show-search .main-search {
        height: 100%;
    }
    .btn--primary {
        min-width: 134px;
        height: 44px;
        border-radius: 32px;
        line-height: 17px;
    }
    .wrapper-til a.small-feature-link {
        height: 42px !important;
    }
    #shopify-block-AbEdmeXNTSjF0a0YzQ__moast_carousel_cxJhAn {
        padding: 0 !important;
    }
    .slider__item .price.price--on-sale .price__current span {
        font-size: 14px !important;
    }
    .cart-item-upsells .product-block__detail span.money {
        font-size: 16px !important;
    }
    cart-drawer.drawer.fixed.top-0.right-0.flex.flex-col.w-full.has-motion.js-cart-drawer {
        width: 100%;
    }
    .filter-group__heading {
        padding: 4px 0;
        align-items: center;
    }
    .top-part .social a {
        width: 36px;
        height: 36px;
    }
    .top-part .social a .icon {
        width: 16px;
    }
    span.section-footer__text-block__image {
        /* max-width: 30px !important; */
    }
    .related-collection-links .image-overlay__image.gallery__image.img-stretch * {
        height: 150px;
    }
    .related-collection-links--gallery.gallery.gallery--grid-desktop-5 .gallery__item {
        margin-left: 4px;
    }
    .mobile-label {
        display: block;
    }
    .mobile-label .product-label-container {
        display: block !important;
        position: static;
    }
    .mobile-label .product-label>span {
        line-height: 1;
        vertical-align: top;
        background: #1e24260f !important;
        color: #1e2426 !important;
        display: inline-block !important;
        font-size: 11px !important;
        margin-bottom: 6px;
        position: static;
        border-radius: 3px;
        padding: 5px;
    }

    body.template-collection  .utility-bar.utility-bar--sticky-mobile-copy, body.template-collection  .utility-bar-sticky-mobile-copy-reveal .utility-bar--sticky-mobile-copy {
        display: none !important;
    }
    .mobile-label span.product-label {
        color: #1e2426 !important;
        display: inline-block !important;
        font-size: 10px !important;
        position: static;
        border-radius: 3px;
        height: 20px;
        min-width: 70px;
    }
    .mobile-label {
        margin-bottom: 9px;
    }
    span.product-label.product-label--new-in span {
        line-height: 0.9;
    }
    .navigation__tier-1 a.navigation__link {
        height: 50px;
    }
    .filter-group.mobile-only label.filter-group__item.filter-group__item--active:after {
        position: absolute;
        top: 0;
    }
    .filter-group[data-filter-handle="size"] label.filter-group__item.filter-group__item--active {
        background: white;
        color: #333;
    }
    .filter-container--show-filters-mobile .result-count {
        display: flex;
        background-color: white;
    }
    .filter-container--show-filters-mobile .mobile-controls {
        padding: 16px 16px 48px;
        z-index: 99999;
        bottom: 0;
        box-shadow: 0 2px 0 3px #0000001a;
        display: flex;
        justify-content: space-between;
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
    }
    form#CollectionFilterForm {
        max-height: 66vh !important;
    }
    html.no-scroll,
    body.no-scroll {
        overflow: hidden;
        height: 100%;
    }
    button.apply-btn.btn-filter {
        width: 100%;
        height: 44px;
        align-items: center;
        display: flex;
        justify-content: center;
        margin-left: 10px;
        font-size: 14px;
        background: #000;
        border: none;
        border-radius: 40px;
        color: #fff;
        overflow: hidden;
        padding: 17px;
        position: relative;
    }
    .ripple-effect {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: transparent;
    }
    .apply-btn.mobile-facets__clear {
        width: 100%;
        padding: 10px;
        height: 44px;
        background: #fff;
        color: #000;
        border: 1px solid #aeaeae;
        border-radius: 99px;
        font-size: 14px;
        line-height: 1;
        margin: 0;
        display: flex;
        justify-content: center;
        overflow: hidden;
        font-size: 14px;
        align-items: center;
    }
    facet-remove {
        width: 100%;
        height: 44px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .template-collection span.product-block-options__item.is-active {
        box-shadow: 0 0 0 0px rgb(var(--body-bg-color)), 0 0 0 1px rgb(var(--body-text-color) / 0.9);
    }
    .template-collection .product-block-options__inner {
        padding-bottom: 12px;
    }
    form#CollectionFilterForm .filter-group__heading__text {
        padding: 17px 0;
    }
    #CollectionFilterForm .filter-group[data-filter-handle="size"] .filter-group__item {
        height: 36px;
    }
    .template-collection .product-block-options--swatch .product-block-options__item {
        position: relative;
        margin: 0 4px 12px;
        border: 4px solid #fff;
        margin-bottom: 0;
    }
    .template-collection .swatch-method-swatches .product-block-options__item {
        margin: 0 2px 12px;
    }
    .section-main-product nav.breadcrumbs::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    .section-main-product nav.breadcrumbs {
        margin: 24px auto;
        padding: 0;
        padding: 0;
        overflow: scroll;
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        white-space: nowrap;
    }
    .mobile-title-part .price.price--on-sale .price__current span,
    .mobile-title-part .product-price--block .price__was .money,
    .mobile-title-part .price-container.cs-nw span.money {
        font-size: 16px !important;
    }
    .mobile-title-part .price-container.cs-nw .price__was span.money {
        color: #adb3bc !important;
    }
    .option-Size .option-selector__btns.flex.flex-wrap {
        margin: 0;
        row-gap: 5px;
        margin-top: 10px;
        row-gap: 10px;
    }
    .ai-mobile-product-header-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3 {
        padding: 16px !important;
        padding-bottom: 0px !important;
        text-decoration-line: line-through;
    }
    .mobile-title-part {
        display: block;
        margin: 24px 0;
    }
    .mobile-title-part .price-container.cs-nw {
        padding-bottom: 0;
        border-bottom: none;
    }
    .ai-mobile-product-header__breadcrumbs-abxnwtdm1ekdcry9fuaigenblock1fff2adrweay3 {
        font-size: 16px;
    }
    .mobile-title-part h1.product-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .qb-modal-content {
        padding-top: 16px;
        max-height: 560px;
    }
    #qb-modal buy-buttons.buy-buttons-row.block {
        background: #fff;
        position: sticky;
        bottom: 0;
        width: 100%;
        padding: 16px;
        padding-top: 0px;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad .column.column--half {
        padding-bottom: 0;
        border-bottom: none;
    }
    #qb-modal .media-gallery .media-gallery__inner .main-image .slider__item {
        flex: 0 0 36%;
    }
    #qb-modal .product-policies,
    #qb-modal .product-form .label {
        font-size: 16px;
    }
    #qb-modal .price-container.cs-nw {
        border-bottom: 1px solid #dee1e6;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    #qb-modal .product-form .product-title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    #qb-modal .price-container.cs-nw span.money {
        font-size: 16px !important;
    }
    #qb-modal product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        overflow: visible;
    }
    .section-main-product .sticky-content-container .cs-nw {
        display: none;
    }
    .quick-buy-modal .option-items label input:checked+span:before {
        background-image: url(/cdn/shop/files/Frame_420010606.svg?v=1765773835);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .quick-buy-modal .option-items label input:checked+span:before {
        background-image: url(/cdn/shop/files/Frame_420010606.svg?v=1765773835);
        border: none;
    }
    cc-fetched-content .very-lightly-spaced-row {
        background: white;
    }
    cc-fetched-content .fixed-layout.fixed-layout--no-wide-gutter {
        background: white;
    }
    .stl-ad .very-lightly-spaced-row .label {
        font-size: 20px;
        margin-bottom: 0 !important;
        padding-bottom: 20px;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad {
        margin-top: 24px;
        padding-top: 24px;
        /* background: #f4f5f7; */
        padding-bottom: 54px;
        margin-bottom: 0;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad carousel-slider {
        background: white;
    }
    .template-product main product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        margin-bottom: 24px !important;
    }
    .template-product main product-form.js-product.product-info.quickbuy-content.spaced-row.container {
        margin-bottom: 28px;
    }
    .stl-ad .fixed-layout.fixed-layout--no-wide-gutter {
        display: block;
        padding-bottom: 12px;
        background: white;
    }
    .jdgm-widget .jdgm-temp-hidden {
        display: none;
    }
    h2.jdgm-rev-widg__title {
        font-size: 16px !important;
    }
    .jdgm-rev-widg__header {
        display: block !important;
    }
    .jdgm-rev-widg.jdgm-rev-widg {
        display: block !important;
        padding: 0 !important;
    }
    .jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified {
        margin-left: 0 !important;
        border-left: none !important;
        padding-left: 0 !important;
        max-width: 91px;
    }
    span.size-chart-link__text.underline {
        font-size: 16px;
    }
    .jdgm-rev-widg__summary-inner {
        display: block !important;
    }
    a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
        border-bottom: 1px solid #1e24261a;
        margin-bottom: 24px;
    }
    a.toggle-btn.utility-bar__item.toggle-btn--revealed-desktop {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .template-product span.money {
        font-size: 16px !important;
        font-weight: 500;
        color: #000;
    }
    .template-product .product-block__detail span.money {
        font-size: 14px !important;
        font-weight: 500;
        color: #000;
    }
    .lightly-spaced-row.lightish-spaced-row-above.not-in-quickbuy.stl-ad p.swatch-color-display {
        font-size: 16px !important;
    }
    .template-collection h1.pagetitle.h3 {
        font-size: 36px;
    }
    .utility-bar__centre .utility-bar__item {
        font-size: 16px;
        margin: 0 0 40px;
    }
    .reveal-mobile-nav .mobile-navigation-drawer {
        transform: translateX(0);
    }
    .enable-mobile-nav-transition .mobile-navigation-drawer {
        /* transition: transform 0.34s ease, visibility 0.34s; */
    }
    .section-image-with-text-overlay .text-overlay__inner {
        padding-bottom: 48px;
    }
    div#shopify-section-template--26309468094789__1729766244a056ef37 p {
        text-align: center;
        font-size: 28px;
    }
}

@media screen and (max-width: 565px) {
    .about-us__wrap {
        padding: 64px 0;
    }
    .about-us .main_heading {
        margin: 0 auto 32px;
    }
    .about-us-title {
        font-size: 20px;
    }
    .about-us-item:before {
        padding-bottom: 122.5%;
    }
}

@media screen and (max-width: 468px) {
    div#shopify-section-template--26309468094789__1729766244a056ef37 p {
        font-size: 20px;
    }
    .stl-ad.upsells-ad .specific-quick {
        bottom: 130px;
    }
    .stl-ad .product-block__detail.align-ltr-left {
        min-height: 120px;
    }
    .about-us .main_heading {
        font-size: 28px;
        letter-spacing: -0.28px;
    }
    .about-us .main_heading {
        padding: 0px;
        max-width: 320px;
    }
    .about-us-link_label {
        padding: 0 16px;
        border-radius: 40px;
        line-height: 34px;
    }
    .about-us-text a {
        min-width: 134px;
        padding: 11px 16px;
        letter-spacing: -0.32px;
    }
}

@media (max-width: 389px) {
    .utility-bar-sticky-mobile-copy-reveal .utility-bar--sticky-mobile-copy {
        transform: translateY(0) !important;
        top: 0;
    }
}

@media (hover: hover) {
    a.main-search__results-all-link.btn.btn--secondary:hover {
        border-color: rgb(var(--btn-border-hover-color));
        color: white;
    }
}

/* header */

.main-search__container.container {
    opacity: 0.8;
    max-width: 100%;
    padding: 0px !important;
}

div#snize-instant-search-results {
    text-align: left;
}

body.show-search .main-search__container.container .logo {
    display: none !important;
}

main-search .snize-ac-results {
    top: 48px !important;
    margin-top: 0px;
    text-align: left !important;
}

form.main-search__form {
    margin: 0px auto !important;
    padding-top: 0px !important;
}

main-search .snize-ac-results-content {
    padding-top: 15px !important;
}

main-search .snize-ac-results-columns {
    padding-top: 43px;
}

.main-search__results__products .product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

product-block.product-block.main-search-result {
    min-width: 280px !important;
}

.main-search__results {
    margin: 20px auto !important;
}

.snize-ac-results-column * {
    font-weight: 600 !important;
}

.snize-ac-results-column .product-block__title {
    font-weight: 600 !important;
}

.snize-new-design .main-search__button {
    right: auto !important;
    left: 12px !important;
}

.snize-new-design input#header-search {
    padding-left: 45px;
    color: #000 !important;
}

span.header__icon.close.header__icon--search {
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.snize-ac-results-content .logo {
    position: absolute;
    padding: 0px;
}

.snize-ac-results-content-inner {
    max-width: 1920px;
    margin: 0 auto !important;
}

@media screen and (min-width: 750px) {
    cc-cart-cross-sell .img-ar {
        height: 234px;
    }
    .stl-ad.upsells-ad .specific-quick {
        top: 187px;
    }
    body.show-search .main-search__container.container .logo {
        position: absolute;
        top: 30px !important;
        display: block !important;
    }
}

@media screen and (max-width: 1439px) {
    .product-block.product-block.main-search-result {
        min-width: 180px !important;
    }
}

@media screen and (max-width: 991px) {
    div#snize-instant-search-results {
        overflow: auto;
    }
    .product-block.product-block.main-search-result {
        min-width: 47% !important;
    }
    .snize-ac-results-content .logo {
        display: none;
    }
    main-search .snize-ac-results-columns {
        padding-top: 12px;
    }
    .snize-ac-results-content {
        padding: 20px !important;
    }
    main-search .snize-ac-results {
        top: 0px !important;
    }
    form.main-search__form {
        margin: 0px !important;
    }
    button.main-search__close.hidden {
        display: block !important;
    }
    .main-search__input-container .close {
        display: none !important;
    }
    main-search .snize-ac-results-content {
        padding-top: 20px !important;
    }
}

/* variant */

body:has(.option-selector-swatch-1):has(.option-selector-swatch-2) .option-selector-swatch-1,
body:has(.option-selector-swatch-1):has(.option-selector-swatch-3) .option-selector-swatch-1,
body:has(.option-selector-swatch-1):has(.option-selector-swatch-2):has(.option-selector-swatch-3) .option-selector-swatch-1,
body:has(.option-selector-swatch-1):has(.option-selector-swatch-2):has(.option-selector-swatch-3) .option-selector-swatch-2 {
    border: 0px !important;
    margin-bottom: 0px !important;
}

.stl-ad carousel-slider .product-block__detail.align-ltr-left {
    min-height: 0;
}

/* hambuger menu */

@media only screen and (max-width: 1255px) {
    body {
        position: relative;
        overflow-x: hidden;
    }
    html {
        overflow-x: hidden;
    }
    .logo-area__left {
        flex: initial !important;
    }
    .logo-area__left {
        order: 3 !important;
    }
    .logo-area .mobile-nav-toggle {
        display: inline-block !important;
    }
    .logo-area .mobile-nav-toggle {
        width: 20px !important;
    }
    .logo-area.container.container--no-max {
        padding: 0 16px !important;
        height: 60px !important;
    }
    .logo-area.container.container--no-max {
        padding: 0 16px !important;
    }
    .pageheader--layout-inline-menu-center .logo-area__left__inner {
        position: unset !important;
        width: 100% !important;
        transform: unset !important;
    }
    .pageheader--layout-inline-menu-center .logo-area__left {
        margin-right: 0px !important;
    }
    .enable-mobile-nav-transition .mobile-navigation-drawer {
        transition: transform 0.34s ease, visibility 0.34s;
    }
    .reveal-mobile-nav .mobile-navigation-drawer {
        transform: translateX(0);
    }
    .reveal-mobile-nav .mobile-navigation-drawer {
        visibility: visible;
        transform: translate(0);
    }
    .enable-mobile-nav-transition .mobile-navigation-drawer {
        visibility: visible;
        transition: transform .34s ease, visible .34s;
    }
    .mobile-navigation-drawer {
        display: block !important;
    }
    .mobile-navigation-drawer .navigation .navigation__tier-1 {
        padding: 12px 0 !important;
    }
    .mobile-navigation-drawer .navigation .navigation__tier-1>.navigation__item {
        display: flex !important;
    }
    .mobile-navigation-drawer .navigation__tier-1 a.navigation__link {
        height: 50px !important;
    }
    .mobile-navigation-drawer .navigation__tier-1 a.navigation__link {
        font: 400 24px / 31.2px RoobertPRO !important;
    }
    .navigation__tier-2 a.navigation__link {
        font-size:16px;
    }
    .mobile-navigation-drawer .reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1>.navigation__item>.navigation__link,
    .mobile-navigation-drawer .reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__tier-1>.navigation__item>.navigation__children-toggle,
    .mobile-navigation-drawer .reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .navigation__mobile-products,
    .mobile-navigation-drawer .reveal-mobile-nav .mobile-navigation-drawer:not(.mobile-navigation-drawer--child-open) .mobile-navigation-drawer__footer {
        transform: translateZ(0) !important;
        opacity: 1 !important;
    }
    .mobile-navigation-drawer .navigation .navigation__children-toggle {
        display: block !important;
    }
    .mobile-navigation-drawer .navigation .navigation__tier-1>.navigation__item>.navigation__link:before {
        display: none !important;
    }
    .mobile-navigation-drawer .navigation__link {
        padding: 12px 20px !important;
    }
    .mobile-navigation-drawer .navigation {
        border: 0px !important;
    }
    .mobile-navigation-drawer .navigation__tier-2-container {
        opacity: 11 !important;
        pointer-events: all !important;
    }
  

        .mobile-navigation-drawer .navigation .navigation__columns,
    .mobile-navigation-drawer .navigation .navigation__tier-2>.navigation__item {
        display: block !important;
        padding: 0px !important;
        max-width:100%!important;
    }
    .menu-promotion__image--dynamic .menu-promotion__img.is-active , .menu-promotion__caption{
    opacity: 1;
    opacity: 0;
    display: none;
}
    .mobile-navigation-drawer .container:not(.section-footer__row-container) {
        padding: 0 16px !important;
    }
    .mobile-navigation-drawer li.navigation__item.navigation__item--with-children.navigation__column {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .mobile-navigation-drawer .navigation__tier-3 {
        padding: 0 12px !important;
        padding-bottom: 20px !important;
    }
    li.navigation__column.navigation__column--promotion.navigation__column--promotion-carousel {
        display: none !important;
    }
    .reveal-mobile-nav .page-shade,
    .reveal-mobile-nav .header-shade {
        visibility: visible;
        height: 100%;
        opacity: 1;
        pointer-events: auto;
        z-index: 1000;
    }
    main-navigation#main-nav {
        display: none;
    }
}

/* end hambuger menu */

/* pagination */

span.pagination__sep {
    display: none;
}

.container.pagination-row {
    margin-bottom: 30px !important;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__link,
span.pagination__number {
    font-size: 16px;
    margin: 0 6px;
    border-radius: 6px;
    background: #f5f5f5;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    text-decoration: none;
    color: #696969;
}

span.pagination__number {
    max-width: 32px;
}

span.pagination__number.underline,
span.pagination__number:hover {
    background: #282828;
    color: #f5f5f5;
}
.paginate-number {
    padding-bottom: 10px;
}
@media only screen and (max-width: 749px) {
    .pagination__link,
    span.pagination__number {
        margin: 0 2px;
        border-radius: 4px;
        min-width: 28px;
        height: 28px;
    }
}
@media only screen and (max-width: 410px) {
    .pagination__link, span.pagination__number {
        margin: 0 1px;
        min-width: 26px;
        height: 26px;
        font-size: 12px;
    }
}
/* end pagination */

/* custom product */

@media only screen and (max-width: 767.98px) {
    .thumbnails .slider.slider--no-scrollbar {
        padding-bottom: 10px;
        scrollbar-width: auto;
    }
    carousel-slider.carousel.block.thumbnails.mobile-only {
        display: block !important;
    }
}

/* end custom product */