/** Shopify CDN: Minification failed

Line 246:11 Expected ":"

**/
:root{
--auto-gallery-aspect-ratio: 4 / 8;
}
header-component.header {
    mix-blend-mode: difference;
    transition: box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms !important;
    background-color: transparent !important;
    top: 15px !important;
    left: 0 !important;
    z-index: 99 !important;
    width: 100%;
    padding: 0 10px !important;
    position: fixed !important;
}

header-component.header .header__row {
    max-width: 380px;
    border: 1px solid #FFF;
    width: 100%;
}

header-component.header .header__row.header__row--bottom {
    display: none;
}
header-component.header .header__row.header__row--top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    padding: 11px;
    color: #fff;
        border: 1px solid #fff !important;
            backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

header-component.header .header__row.header__row--top .header__columns {
    --padding-block-start: 0;
    --padding-block-end: 0;
    display: flex;
    width: 100%;
    gap: 0px;
    align-items: center;
    justify-content: flex-end;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--left search-button.search-action,
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--left .header__drawer {
    display: none !important;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer summary.header__icon {
    padding: 0;
        display: flex !important;
    align-items: center;
    color: currentcolor;
}

header-component.header .header__row.header__row--top .header__columns .cust_header {
    margin-left: 12px;
}

header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right {
    gap: 12px;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--left {
    flex: 1;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right dropdown-localization-component.dropdown-localization button.button.dropdown-localization__button {
    padding-top: 0;
    padding-bottom: 0;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right dropdown-localization-component.dropdown-localization {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right search-button.search-action button span.svg-wrapper {
    height: 100%;
        justify-content: flex-start;
}
header-component.header .header__row.header__row--top .header__columns .cust_header details summary.header__icon span.svg-wrapper.header-drawer-icon.header-drawer-icon--open,
header-component.header .header__row.header__row--top .header__columns .cust_header details summary.header__icon span.svg-wrapper.header-drawer-icon.header-drawer-icon--open svg.Icon.Icon--nav {
    width: 18px;
    height: 18px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header details summary.header__icon span.svg-wrapper.header-drawer-icon.header-drawer-icon--open{
    vertical-align: sub;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer {
    width: 18px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer {
    position: absolute;
    top: 100%;
    /* overflow-y: auto; */
    padding: 10px 0 0px;
    transition: all 0.3s ease;
    width: 100%;
    transform: translate(0);
    height: 0;
    box-shadow: none;
    border: 1px solid #000;
    border-top: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer+.menu-drawer__backdrop {backdrop-filter: none !important;z-index: -1;}

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer button.button.button-unstyled.close-button.menu-drawer__close-button {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer {
    /* height: var(--drawer-height); */
    height: auto;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] summary.header__icon[aria-expanded="true"] span.svg-wrapper.header-drawer-icon.header-drawer-icon--open {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] summary.header__icon[aria-expanded="true"] span.svg-wrapper.header-drawer-icon.header-drawer-icon--close {
    display: block;
    vertical-align: sub;
    height: 18px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    min-height: unset;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li a+.menu-drawer__menu.menu-drawer__menu--childlist,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li a+ul.menu-drawer__menu.menu-drawer__menu--childlist {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li {
    margin: 0;
    min-height: unset;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links {
    margin: 0;
    padding: 20px 16px 8px;
}

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li details summary.menu-drawer__menu-item span,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li accordion-custom details summary span.menu-drawer__menu-item-text {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    min-height: unset;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li details summary.menu-drawer__menu-item,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li accordion-custom details summary {
    padding: 0;
}
/* header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li details summary.menu-drawer__menu-item {
    min-height: unset;
    height: unset;
} */
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li details summary.menu-drawer__menu-item span.svg-wrapper,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li accordion-custom details summary span.svg-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    /* position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    transform: translate(0);
    visibility: visible;
    background-attachment: fixed;
    padding: 20px; */
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row {
    flex-wrap: wrap;
}

footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary span.menu__heading__default {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas {
    max-width: 140px;
    width: 100%;
}

footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary {
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary+.details-content {
    display: none;
    transition: none;
}
footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary span.menu__heading__default svg.plus-footer {
    position: absolute;
    right: 0;
}
footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary span.menu__heading__default  svg.minus-footer {
    position: absolute;
    right: 0;
    display: none;
}
footer .email-signup-block h2 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-bottom: 23px;
}

footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer .social-icons__icon-wrapper a svg {
    width: 20px;
}

footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer .social-icons__icon-wrapper {
    margin: 0 14px;
    padding-top: 5px;
}

footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer .social-icons__icon-wrapper:first-child {
    margin-left: 0;
}

footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer .social-icons__icon-wrapper:last-child {
    margin-right: 0;
}

footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer {
    gap: 0;
    padding*-t: 5;
}

footer .email-signup-block  h3 {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 0;
    color: #000;
}

footer .email-signup-block form#contact_form {
    margin-top: 18px;
    background: #F8F8F8;
}

footer .email-signup-block form#contact_form .email-signup__input-group {
    --border-width: none !important;
}

footer .email-signup-block form#contact_form .email-signup__input-group input {
    padding: 12px 14px;
}

footer .email-signup-block form#contact_form .email-signup__input-group  button.email-signup__button {
    position: relative;
    padding: 14px 28px;
    font-weight: bold;
    font-size: 13px;
}

footer .email-signup-block form#contact_form .email-signup__input-group input::placeholder {
    color: #000;
}
footer {
    border-top: 1px solid rgb(217 217 217);
}
footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style {
    margin-top: 20px;
    margin-left: 20px;
    padding-bottom: 0px;
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group .footer-utilities__group-copyright span.footer-utilities__text, footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group .footer-utilities__group-copyright span.footer-utilities__text a {
    font-size: 10px;
    color: #000;
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group ul.policy_list.custom-font-size li a.footer-utilities__text {
    color: #000;
    font-size: 10px;
}
footer .email-signup-block:not(.cust_follow_us) .email_heading, footer .email-signup-block:not(.cust_follow_us) form {
    max-width: 370px;
    margin-left: auto;
}
/* header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation .menu-drawer__menu.menu-drawer__menu--childlist,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu.menu-drawer__menu--childlist {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
    transform: translate(0);
    visibility: visible;
    background-attachment: fixed;
    padding: 20px;
} */

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.menu-drawer__menu-item-text,
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl .menu-drawer__nav-buttons button.button.close-button.menu-drawer__close-button {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.svg-wrapper {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
}

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl {
    padding: 20px 10px;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.3s linear;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li details[open] .menu-drawer__submenu.cust_sec_lvl {
    transform: translateX(0);
    transition: all 0.3s linear;
}

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button {
    padding-left: 10px;
    padding-right: 10px;
}

header-component.header .header__row.header__row--top .header__columns .cust_header .menu-drawer nav.menu-drawer__navigation ul.menu-drawer__menu li .menu-drawer__submenu.cust_sec_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.svg-wrapper svg {
    width: 100%;
    height: 100%;
}
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) {
    background: #fff !important;
        border: 1px solid #000 !important;
    border-bottom: none;
}
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) .header__column.header__column--left a.header-logo, header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) .header__column.header__column--left a.header-logo span,
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) search-button.search-action button.button.button-unstyled.search-modal__button.header-actions__action span.svg-wrapper,
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) .cust_header details summary.header__icon span.svg-wrapper.header-drawer-icon.header-drawer-icon--close {
    color: #000;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links drawer-localization-component.menu-drawer__localization summary .drawer-localization__button--label span.icon-flag {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links drawer-localization-component.menu-drawer__localization summary span.svg-wrapper {
    transform: translateY(-50%) rotate(90deg);
    padding: 0 0 0 12px;
}

header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links drawer-localization-component.menu-drawer__localization summary {
    min-height: unset;
    height: unset;
    padding-bottom: 2px;
}
.custom_another_menu_lbl.third_menu_cust {
    height: 100%;
    background: #fff;
    /* transform: translateX(0); */
    padding: 20px 10px;
    visibility: visible;
    opacity: 1;
    transform: translateX(100%);
    transition: all 0.3s linear;
}


.third_lvl[open] .custom_another_menu_lbl.third_menu_cust {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    width: 100%;
}
.custom_another_menu_lbl.third_menu_cust.menu-drawer__submenu.has-submenu.gradient.motion-reduce.no_third_lvl {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.custom_another_menu_lbl.third_menu_cust.no_third_lvl .menu-drawer__nav-buttons button.button.close-button.menu-drawer__close-button {
    display: none;
}

.custom_another_menu_lbl.third_menu_cust.no_third_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.menu-drawer__menu-item-text {
    display: none;
}

.custom_another_menu_lbl.third_menu_cust.no_third_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.svg-wrapper.icon-caret {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
}

.custom_another_menu_lbl.third_menu_cust.no_third_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button {
    padding-left: 10px;
    padding-right: 10px;
}

.custom_another_menu_lbl.third_menu_cust.no_third_lvl .menu-drawer__nav-buttons button.button.menu-drawer__back-button span.svg-wrapper.icon-caret svg {
    width: 100%;
    height: 100%;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-filter,
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links .menu-drawer__nav-buttons {
    display: none;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results {
    /* position: absolute; */
    position: fixed;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, 0.2);
    max-width:fit-content ;
    transform: translateY(-30px);
    bottom: auto;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul{
max-width: 385px;
    max-height: calc(385px + env(safe-area-inset-bottom, 0px));
    padding: 18px 0;
    overflow-y: auto;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul::-webkit-scrollbar {
    width: 100px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul li {
    padding: 3px 20px;
    text-align: center;
    font-size: 12px;
    background: transparent;
    gap: 0;
    justify-content: center;
    font-weight: 500;
    color: #000;
}

header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul li span.svg-wrapper.icon-checkmark {
    display: none;
}

header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul li span.country {
    width: auto;
    max-width: max-content;
}

header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul li span.localization-form__currency {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer button.button.header-actions__action svg.header-actions__cart-icon.cust_search_icon g path {
    fill: #fff;
}
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) cart-drawer-component.cart-drawer svg.header-actions__cart-icon.cust_search_icon path{
fill: #000 !important;
 }
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions a#swym-fabric-header-inject {
    margin-right: 10px;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions a.swym-header-launcher+cart-drawer-component.cart-drawer button.button.header-actions__action.button-unstyled {
    top: 3px;
    position: relative;
}
header-component.header .header__row.header__row--top:has(.cust_header header-drawer summary.header__icon[aria-expanded="true"]) header-actions a#swym-fabric-header-inject span svg path {
    stroke: #000;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links {
    flex-direction: unset;
    justify-content: space-between;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links a.swym-header-launcher.custom_bottom_label {
    top: -4px;
}

header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links a.swym-header-launcher.custom_bottom_label svg {
    width: 16px;
    height: 16px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results h2#drawer-CountryLabel {
    display: none;
}
header.difference {
    mix-blend-mode: difference;
}
header.difference:has(.cust_header details.menu-drawer-container.menu-open[open]) {
    mix-blend-mode: unset;
}
.drawer_desk_butn_main.facets-toggle {
    display: block;
    padding: 0;
    width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 1;
    top: 80px;
    right: 20px;
}

.drawer_desk_butn_main.facets-toggle .facets-toggle__wrapper.mob_desk_filter button.drawer_desk_butn {
    display: flex;
    /* position: fixed; */
    /* top: 80px; */
    background: transparent;
    width: 100%;
    justify-content: flex-end;
    color: #000;
    font-size: 14px;
    right: 30px;
    z-index: 1;
    align-items: unset;
        padding-right: 1px;
}
.drawer_desk_butn_main.facets-toggle .facets-toggle__wrapper.mob_desk_filter button.drawer_desk_butn span.svg-wrapper.before_svg {
    display: none;
}
.collection-wrapper div#ResultsList ul li product-card .product-card__content + .swym-wishlist-collections-v2-container {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets {
    transform: translate(100%) !important;
    left: auto;
    right: 0;
    width: 100%;
    max-width: 400px;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] {
    transform: translate(0) !important;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__title-wrapper h2.facets-drawer__title.h3 {
    text-align: center;
    width: 100%;
    justify-content: center;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__title-wrapper button.button.facets-drawer__close span.svg-wrapper svg {
    width: 100%;
    height: 100%;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__title-wrapper button.button.facets-drawer__close span.svg-wrapper {
    width: 20px;
    height: 20px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form  .facets__filters-wrapper accordion-custom.facets__item:before {
    border: none;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__title-wrapper {
    box-shadow: 0 -1px #d9d9d999 inset;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper {
    padding-top: 35px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary {
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper {
    margin: 0;
    padding-bottom: 20px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label {
    font-size: 12px;
    color: #000;
    position: relative;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul {
    gap: 5px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input {
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label svg.icon-checkmark {
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    position: absolute !important;
    top: 50%;
    display: none;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper {
    padding-top: 35px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary {
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}



floating-panel-component#facet-inputs-filter-v-availability {}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper {
    margin: 0;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label {
    font-size: 12px;
    color: #000;
    position: relative;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul {
    gap: 5px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input {
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label svg.icon-checkmark {
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    position: absolute !important;
    top: 50%;
    display: none;
    left:0
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input:checked+label svg.icon-checkmark {
    display: block;    
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input:checked+label{
        padding-left: 15px;

}
.drawer_desk_butn_main.facets-toggle .facets-toggle__wrapper.mob_desk_filter button.drawer_desk_butn div#filter-count-bubble-toggle {
    border: none;
    background: transparent;
    font-size: 14px;
    position: relative;
    top: 100%;
}

.drawer_desk_butn_main.facets-toggle .facets-toggle__wrapper.mob_desk_filter button.drawer_desk_butn div#filter-count-bubble-toggle span.filter-count-bubble__text {
    background: transparent;
    font-size: 14px;
}

.drawer_desk_butn_main.facets-toggle .facets-toggle__wrapper.mob_desk_filter button.drawer_desk_butn div#filter-count-bubble-toggle span.filter-count-bubble__background {
    background: transparent;
}
.top_filters,
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets-remove.facets-remove--mobile-and-vertical,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__title-wrapper h2.facets-drawer__title.h3 span.bubble.facets__bubble {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper  .top_filters {
    display: block;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter accordion-custom {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter:before {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter:before {
    display: none;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container {
    padding-top: 0;
    padding-bottom: 0;
    display: flex !important;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul {
    display: unset;
    text-align: left;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li {
    width: 100%;
    text-align: left;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label.facets__pill-label {
    width: max-content;
    background: transparent;
    border: none;
    min-height: unset;
    height: unset;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    color: #000;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input:checked+label {
    position: relative;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li input:checked+label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    transform: translateY(-50%);
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details floating-panel-component .facets__inputs-wrapper ul li label span.checkbox__label-text {
    padding-left: 0;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper facet-status-component.facets__status {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets[open] facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary span.facets__label {
    color: #000;
    font-size: 14px;
}
span.svg-wrapper.icon-caret.icon-animated.cust_icon_main {
    display: none;
}
span.svg-wrapper.icon-caret.icon-animated.cust_icon_main {
    display: none;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret {
    display: none;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus {
    position: absolute;
    right: 0;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus:before,dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus:before {
    width: 11px;
    height: 1px;
    opacity: 1;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus:after {
    width: 1px;
    height: 11px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets facets-form-component form .facets__filters-wrapper accordion-custom.facets__item details[open] summary.facets__summary .facets__status-wrapper span.svg-wrapper.icon-caret.cust_icon_main span.Collapsible__Plus:before {
    opacity: 0;
}
.drawer_desk_butn_main.facets-toggle+.facets-toggle {
    display: none;
}
dialog-component.drawer_siderbar .facets__actions facet-remove-component {
    display: none;
}
dialog-component.drawer_siderbar .facets__actions {
    padding-top: 30px;
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0 -1px #d9d9d999;
    gap: 0;
}
dialog-component.drawer_siderbar facets-form-component.facets__form-wrapper sorting-filter-component.sorting-filter {
    display: none;
}
dialog-component.drawer_siderbar .facets__actions button.button.button-primary.facets__see-results {padding: 13px 24px;font-size: 13px;color: #fff;opacity: 1;}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters accordion-custom.facets__item sorting-filter-component.sorting-filter label.facets__label {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .sorting-filter__select-wrapper {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter accordion-custom {
    display: block;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter accordion-custom summary.facets__summary span {
    display: none;
}
 
 dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort{    
    block-size: unset;
    opacity: 1;
    position: relative;    
    top: 0 !important;
    left: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
        padding-bottom: 20px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters details summary.facets__summary {
    display: none;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label span.svg-wrapper,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters details floating-panel-component label .sorting-filter__option span.svg-wrapper {
    width: 0;
    height: 0;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label .sorting-filter__option,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters details floating-panel-component label .sorting-filter__option {
    display: block;
    padding-left: 0;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label input:checked+span+span.sorting-filter__label,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters details floating-panel-component label input:checked+span+span.sorting-filter__label {
    position: relative;
        padding-left: 16px;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label input:checked+span+span.sorting-filter__label:before,
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters details floating-panel-component label input:checked+span+span.sorting-filter__label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background: #000;
    transform: translateY(-50%);
    border-radius: 50%;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container .sorting-filter__select-wrapper {
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
        padding-bottom: 20px;
        color: #000;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label .sorting-filter__option span.sorting-filter__label {
    font-size: 12px;
    color: #000;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label .sorting-filter__option {
    padding-top: 0;
    padding-bottom: 0;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon span.Collapsible__Plus {
    position: absolute;
    right: 0;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon span.Collapsible__Plus:before, dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon span.Collapsible__Plus:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: #000;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon span.Collapsible__Plus:before {
    width: 11px;
    height: 1px;
    opacity: 1;
}

dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label span.svg-wrapper.cust_icon_main_icon span.Collapsible__Plus:after {
    width: 1px;
    height: 11px;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .cust_sort_main_sort label .sorting-filter__option:hover {
    background: transparent;
}
span.filter_data_count {
    padding-left: 5px;
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters sorting-filter-component.sorting-filter .sorting-filter__container label.facets__label.active span.cust_icon_main_icon span.Collapsible__Plus::before {
    opacity: 0;
}
header-component.header .header__row.header__row--top .header__columns a.header-logo {
    color: currentColor;
}
/*
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer button.button.header-actions__action.button-unstyled span.svg-wrapper {
    justify-content: flex-start;
    height: 22px;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer button.button.header-actions__action.button-unstyled span.svg-wrapper svg.header-actions__cart-icon.cust_search_icon {
    mask: unset;
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer button.button.header-actions__action.button-unstyled .cart-bubble {
    top: 0;
    right: 20px !important;
    background: #000 !important;
    width: 10px;
    height: 10px;
}

header-component.header .header__row.header__row--top .header__columns .header__column.header__column--right header-actions cart-drawer-component.cart-drawer button.button.header-actions__action.button-unstyled .cart-bubble span.cart-bubble__text {
    font-size: 0;
}
*/

ul.product-grid.product-grid--grid.auto_card_title {
    --product-grid-columns-desktop: repeat(4,1fr);
    --product-grid-gap: 16px 2px;
}
ul.product-grid.product-grid--grid.auto_card_title li product-card-link .product-card__content slideshow-container .product-media {
    aspect-ratio: var(--auto-gallery-aspect-ratio, var(--ratio));
}

ul.product-grid.product-grid--grid.auto_card_title li product-card-link .product-card__content slideshow-container slideshow-slide.product-media-container.media-fit {
    aspect-ratio: 4 / 6;
}
.cart-drawer__content span.h3.cart-drawer__heading--empty+.cart-drawer__items {
    display: none;
}
.cart-drawer__content span.h3.cart-drawer__heading--empty {
        color: #000;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 600;
}
.cart-drawer:not(:has(.cart-form)) .cart-drawer__content.empty_cart_drawer {
    justify-content: flex-start;
}
body .cart-drawer--empty .cart-drawer__header {
    padding-bottom: var(--padding-xl);
    justify-content: space-between;
    align-items: center;
        box-shadow: 0 -1px rgb(217 217 217) inset;
}
span.empty_drawer_heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}
cart-drawer-component.cart-drawer .close-button svg {
    width: 18px;
    height: 18px;
}
.cart_drawer_recommed_prod ul li {
    position: relative;
}
.cart_drawer_recommed_prod ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cart_drawer_recommed_prod_main {
    padding: 1rem;
    padding-left: 0;
    padding-right: 0;
    transition: .7s ease all;
    transition-property: opacity, visibility;
    border-top: solid 1px #e6e6e6;
    display: block;
    flex-flow: column;
}
.cart_drawer_recommed_prod_main .cart_drawer_recommed_head h3 {
    padding: 0 2rem;
    font-weight: 300;
    text-transform: capitalize !important;
    text-align: left;
    font-size: 14px;
    color: #000;
}
.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod {
    overflow-x: scroll;
    margin-top: 1rem;
    padding: 2rem;
    padding-bottom: 0;
    padding-top: 0;
}
.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul {
    padding-left: 0;
    display: flex;
    margin: 0 -0.3rem;
    list-style: none;
}

.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li {
    display: flex;
    flex-flow: column;
    margin: 0 0.3rem;
    min-width: calc(45.4545454545% - 0.6rem);
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}

.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li .cart-recom--responsive__img {
    display: flex;
    margin-bottom: 0.8rem;
    position: relative;
    height: 200px;
}

.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li .cart-recom--responsive__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li .cart-recom--responsive__details  .cart-recom--responsive__prices {
    color: #4d4d4d;
    font-size: 12px;
}
.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li .cart-recom--responsive__details .cart-recom--responsive__prices span.recom_disc_price {
    opacity: .4;
    margin-right: 3px;
}

.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod ul li .cart-recom--responsive__details p.cart-recom--responsive__title {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2rem;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.cart-drawer__inner div#cart-drawer-header span.cart-drawer__heading  .cart-bubble {
    display: none;
}

.cart-drawer__inner div#cart-drawer-header span.cart-drawer__heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
}

.cart-drawer__inner div#cart-drawer-header {
    box-shadow: 0 -1px rgb(217 217 217) inset;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row {
    margin: 30px 0;
}

cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__price.cart-secondary-typography {
    display: none;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row {
    gap: 0;
    grid-template-columns: 120px 1fr;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity,
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography {
    padding-left: 25px;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__media a.cart-items__media-container {
    aspect-ratio: unset;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity {
    padding-left: 25px;
    margin-top: 25px;
        width: 100%;
    justify-content: space-between;
}

cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography p a.cart-items__title {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 12px));
    color: #000;
    font-weight: 500;
    line-height: 1.65;
}


cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography dl.cart-items__variants .cart-items__variant dd,
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography s.compare-at-price,
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography span {font-size: 12px;color: #000;}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography dl.cart-items__variants {
    margin-top: 0;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity quantity-selector-component.quantity-selector.cart-primary-typography {
    border-radius: 0;
    background: transparent;
    align-self: unset;
    --quantity-selector-width: 100px;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity quantity-selector-component.quantity-selector.cart-primary-typography input[type="number"] {
    font-weight: 600;
    max-width: calc(var(--quantity-selector-width) - var(--minimum-touch-target) * 1.5);
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity quantity-selector-component.quantity-selector.cart-primary-typography button.button.button-unstyled {
    width: 38px;
    height: 38px;
}
.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary span.cart__summary-item.cart__total.sub_total-cust {
    display: none;
}
.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary .cart__summary-totals .cart__original-total-container.cart-primary-typography:empty+.cart__total-container span.cart__summary-item.cart__total.sub_total-cust {
    display: flex;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity button.button.button--tertiary.cart-items__remove {
    position: relative;
    font-size: 11px;
    color: #000;
    font-weight: 500;
    height: unset;
}

cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity button.button.button--tertiary.cart-items__remove:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #000;
    border: 0;
    top: auto;
    bottom: -4px;
    transition: all .3s linear;
}

cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity button.button.button--tertiary.cart-items__remove:hover:after {
    width: 0;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row {
    border: none;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row:last-child {
    margin-bottom: 30px;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row:last-child {
    margin-bottom: 30px;
}

cart-drawer-component.cart-drawer table +.cart_drawer_recommed_prod_main  .cart_drawer_recommed_head h3,
cart-drawer-component.cart-drawer table +.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod {
    padding-left: 0;
}
.cart-drawer__inner scroll-hint.cart-drawer__items {
    padding-inline: 0;
}

.cart-drawer__inner scroll-hint.cart-drawer__items .cart-items__wrapper form {
    padding-inline: var(--cart-drawer-padding-desktop);
}

.cart-drawer__inner scroll-hint.cart-drawer__items .cart-items__wrapper form .cart_drawer_recommed_prod_main .cart_drawer_recommed_prod {}

.cart-drawer__inner scroll-hint.cart-drawer__items .cart-items__wrapper form+.cart_drawer_recommed_prod_main .cart_drawer_recommed_prod {
    padding-inline: var(--cart-drawer-padding-desktop);
}

.cart-drawer__inner scroll-hint.cart-drawer__items .cart-items__wrapper form+.cart_drawer_recommed_prod_main .cart_drawer_recommed_head h3 {
    padding-inline: var(--cart-drawer-padding-desktop);
}

.cart-drawer__inner scroll-hint.cart-drawer__items {
    mask-image: none !important;
}
.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary {
    padding-left: 0;
    padding-right: 0;
    gap: 18px;
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary .cart__summary-totals {
    padding-inline: var(--padding-2xl);
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary .cart__ctas {
    padding-inline: var(--padding-2xl);
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary p.cart_footer_details {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #000;
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary span.cart__summary-item.cart__total {}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary span.cart__summary-item.cart__total span.cart__total-label.cart-primary-typography {
    font-size: 12px;
    color: #000;
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary span.cart__summary-item.cart__total text-component.cart__total-value.cart-secondary-typography {
    font-size: 13px;
    color: #000;
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary .cart__summary-totals .cart__total-container .cart__summary-item.tax-note.cart-primary-typography {
    display: none;
}

.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary .cart__ctas button#checkout {
    height: 43px;
    font-size: 13px;
    font-weight: 600;
}
.cart-drawer__inner cart-items-component.cart-items-component .cart-drawer__summary span.cart__summary-item.cart__total text-component.cart__total-value.cart-secondary-typography {
    font-weight: 600;
}
.cust_icon_header_cart_drawer cart-icon.header-actions__cart-icon.header-actions__cart-icon--has-cart>span.svg-wrapper {
    width: 20px;
    height: auto;
}
.cust_icon_header_cart_drawer cart-icon.header-actions__cart-icon.header-actions__cart-icon--has-cart .cart-bubble span.cart-bubble__background {
    background: #fff;
}
.cust_icon_header_cart_drawer cart-icon.header-actions__cart-icon.header-actions__cart-icon--has-cart .cart-bubble  span.cart-bubble__text {font-size: 0;}
.cust_icon_header_cart_drawer cart-icon.header-actions__cart-icon.header-actions__cart-icon--has-cart .cart-bubble {
    width: 10px;
    aspect-ratio: 1/1;
    top: 0;
}
dialog.cart-drawer__dialog.dialog-modal.dialog-drawer {
    top: 0;
}
.cust_icon_header_cart_drawer span.svg-wrapper {
    justify-content: flex-start;
        height: auto;
            width: 18px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component div#swym-atw-button-container span#swym-atw-pdp-button-text {
    text-transform: uppercase;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component div#swym-atw-button-container svg#swym-atw-pdp-button-icon path {
    stroke-width: 1.50px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form  div#ultimateTrustBadgeswidgetDiv {
    display: none;
}

.prod_style_with .prod_style_with_heading h2 {
    font-size: 17px;
    color: #000;
}

.prod_style_with .prod_style_with_product ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.prod_style_with .prod_style_with_product ul li .metafield_main_value_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.prod_style_with .prod_style_with_product ul li .metafield_main_value_image {
    aspect-ratio: 1/1.5;
}

.prod_style_with .prod_style_with_product ul li .metafield_main_value_desc h2 {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.prod_style_with .prod_style_with_product ul li .metafield_main_value_desc .metafield_main_value_price {
    color: #000;
    font-size: 11px;
}

.prod_style_with .prod_style_with_product ul li .metafield_main_value_desc .metafield_main_value_price span.recom_disc_price {
    margin-left: 6px;
}
.product-information__grid .product-details{
            max-width: 50%;
            width: 100%;
        margin-inline: auto;
        padding-left:0 !important;
}
.product-information__grid .product-details .accordion accordion-custom details.details summary span.svg-wrapper {
    color: #000;
}
.group-block.group-block--height-fit.group-block--width-fit-content.border-style.spacing-style.size-style {}

.product-information__grid .product-details rte-formatter {
    max-width: 100%;
    width: 100%;
}

.product-information__grid .product-details rte-formatter h2 {
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #000;
}
.mobeil_add_cart {
    text-align: center;
}
.mobeil_add_cart {
    background-color: #000000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity:0;
    visibility: hidden;
}
.mobeil_add_cart button.mobeil_add_cart {
    border: none;
    width: 100%;
    margin: 0;
    font-size: 12px;
    padding: 14px 28px;
    font-weight: bold !important;
    line-height: normal;
        transition: opacity 0.2s;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
        transition: opacity 0.2s;
        cursor: pointer;
}
.mobeil_add_cart.show_mob_btn button.mobeil_add_cart,
.mobeil_add_cart.show_mob_btn{
    opacity:1;
    visibility: visible;
}
.home_banner .hero__content-wrapper rte-formatter h2 {
    position: absolute;
    top: 85%;
    font-size: 18px;
}
.top_margin {
    margin-top: 4px;
}

.bottom_margin {
    margin-bottom: 4px;
}
.hero__container .hero__media-wrapper img.hero__image.mob_media_cust {
    display: none;
}
footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary.active span.menu__heading__default svg.plus-footer {
    display: none;
}

footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas summary.active span.menu__heading__default svg.minus-footer {
    display: block;
}
.static_cust_btn {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.static_cust_btn svg {
    width: 15px;
    height: 15px;
}
ul.product-grid li product-card-link product-card .text-block p {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
}
ul.product-grid li product-card-link product-card product-price div[ref="priceContainer"] span.price {
    color: #000;
    font-size: 12px;
    color: rgb(249 76 67);
}
body ul.product-grid li product-card-link product-card product-price div[ref="priceContainer"]>.price {
    color: #000;
}

ul.product-grid li product-card-link product-card product-price div[ref="priceContainer"]  span.compare-at-price {
    color: #000;
    font-size: 11px;
    opacity: 1;
    line-height: normal;
}
ul.product-grid li product-card-link product-card  p.cust_color {
    color: #000;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    margin-top: -2px;
}
.product-information__grid .product-details>.group-block {
    width: 100%;
}

.product-information__grid .product-details  product-price {
    margin-top: 8px;
}

.product-information__grid .product-details product-price span.price {
    font-size: 17px;
    color: #f94c43;
    font-weight: 400;
    letter-spacing: 0;
}

.product-information__grid .product-details product-price span.compare-at-price {
    opacity: 1;
    margin-left: 5px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
    text-decoration-line: none;
    color: #000;
}

.product-information__grid .product-details product-price span.compare-at-price:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: currentColor;
    height: 1px;
    width: calc(100% + 0.8em);
    left: -0.4em;
}
.product-information__grid .product-details variant-picker {
    margin-top: 24px;
}

.product-information__grid .product-details variant-picker fieldset legend {
    color: #000;
    font-size: 14px;
}

.product-information__grid .product-details variant-picker fieldset+fieldset {
    margin-top: 20px;
}

.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label:not(:last-child) {
    margin-right: 8px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button span.add-to-cart-text span.svg-wrapper.add-to-cart-icon {
    display: none;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button span.add-to-cart-text span.add-to-cart-text__content {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button {
    height: 43px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component div#swym-atw-button-container {
    margin-top: 5px;
}
.product-information__grid .product-details .accordion accordion-custom details.details {
    border: none;
}
.product-information__grid .product-details .accordion accordion-custom details.details {
    border: none;
}

.product-information__grid .product-details .accordion accordion-custom details.details summary.details__header {
    padding: 5px 0;
    min-height: 31px;
    color: #000;
    text-transform: unset;
}

product-recommendations slideshow-arrows button.slideshow-control {top: -60px;transform: translateY(0);position: absolute;right: 40px;opacity: 1;animation: none;min-height: unset;}
product-recommendations slideshow-arrows button.slideshow-control.slideshow-control--previous {
    right: 80px;
}
product-recommendations slideshow-arrows button.slideshow-control[disabled] {
    /* display: flex !important; */
    opacity: .5;
}
product-recommendations slideshow-arrows button.slideshow-control svg {
    width: 35px;
    height: 35px;
}
product-recommendations slideshow-arrows button.slideshow-control svg path {
    stroke-width: .8px;
}
product-recommendations slideshow-slides .group-block-content a.contents p {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
}

product-recommendations slideshow-slides .group-block-content product-price div[ref="priceContainer"] span.price {
    color: #000;
    font-size: 12px;
    color: rgb(249 76 67);
}

product-recommendations slideshow-slides .group-block-content product-price div[ref="priceContainer"]  span.compare-at-price {
    color: #000;
    font-size: 11px;
    opacity: 1;
    line-height: normal;
    position: relative;
    text-decoration-line: none;
    margin-left: 10px;
    letter-spacing: 0;
}

product-recommendations slideshow-slides .group-block-content product-price div[ref="priceContainer"] span.compare-at-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.4em;
    width: calc(100% + 0.8em);
    height: 1px;
    background: currentColor;
}
.product-information__grid .product-details product-price div[ref="priceContainer"]>.price {
    color: #000;
}
product-recommendations slideshow-component slideshow-slides product-card .swym-wishlist-collections-v2-container {
    display: none;
}
product-recommendations .product-card-variants {
    padding: 14px;
}
.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label span.cust_var_image {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
}
.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label span.cust_var_image img {
    width: 100%;
    height: 100%;
    display: block;
}
.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label:has(span.cust_var_image) {
    border:2px solid transparent;
    border-radius: 50%;
}
.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label:has(input:checked) {
    border-color: #000;
}
.product-information__grid .product-details variant-picker fieldset label.variant-option__button-label:has(span.cust_var_image) {
    margin: 0;
}
.collection_bottom_details {
    display: block;
    padding: 15px;
    margin-top: 75px;
    margin-bottom: -15px;
    text-transform: capitalize;
    color: #000;
}
.collection_bottom_details h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}
.collection_bottom_details  .metafield-rich_text_field {font-size: 14px;line-height: 1.65;}
.recently_view_product .products-list ul.js-recentPdpBlock {
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    list-style: none;
}

.recently_view_product .products-list ul.js-recentPdpBlock li {
    width: 25%;
    padding: 0 1px;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details h3 {color: #000;font-size: 12px;line-height: 1.2;margin-bottom: 4px;}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details {
    margin-top: 20px;
        padding-left: 10px;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details h3 a {
    color: currentColor;
    white-space: normal;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details .recently_main_list_details_price span.before_price {
    color: #000;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details .recently_main_list_details_price {
    font-size: 11px;
    color: #000;
    line-height: 1.65;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details .recently_main_list_details_price span.after_price {
    position: relative;
    margin-left: 10px;
    font-weight: 200;
}

.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details .recently_main_list_details_price span.after_price:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -0.4em;
    width: calc(100% + 0.8em);
    height: 1px;
    background: currentColor;
}
.recently_view_product  .heading {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: var(--max-width, 100%);
}
.recently_view_product .heading h2 {
    font-size: 24px;
    font-weight: 500;
}
.recently_view_product  .heading_arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.recently_view_product .heading_arrows button {
    background: transparent;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border: none;
}
.recently_view_product .heading_arrows button svg path {
    stroke-width: 4px;
}
.recently_view_product .heading_arrows button svg {
    width: 30px;
    height: 30px;
    display: block;
}
.recently_view_product .products-list ul.js-recentPdpBlock li .recently_main_list_details .recently_main_list_details_price span.before_price{
        color: rgb(249 76 67);
}
.recently_main_list ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.recently_main_list ul li.size-label.addtocart {
    width: auto;
    font-size: 12px;
    margin-right: 10px;
    color: #000;
    cursor: pointer;
}
.recently_view_product_main .recently_main_list_image a+div {    
    padding: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
        transform: translateY(100%);
        transition: all 0.3s linear;
}

.recently_view_product_main .recently_main_list_image {
    position: relative;
    overflow:hidden;
}.recently_view_product_main .recently_main_list_image li.size-label.addtocart.active {
    font-weight: 700;
}

.recently_view_product_main .recently_main_list_image .adcart {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.product-information .product-information__grid.product-information--media-left .product-information__media media-gallery slideshow-component slideshow-controls{
    display: none;
}
.recently_view_product .products-list ul.js-recentPdpBlock li:hover .recently_main_list_image a+div {
    transform: translateY(0);
}
.recently_main_list .color {
    font-size: 11px;
    color: #000;
    margin-top: 2px;
}
.footer_free_shipping {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
        z-index: 11;
        display: none;
}
.footer_free_shipping_main p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.65;
}
.footer_free_shipping h2 {
    margin: 0;
    font-size: 14px;
}
.footer_free_shipping_main p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.65;
}

.footer_free_shipping_main {position: relative;}

.footer_free_shipping_main .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}
.footer_free_shipping_main .text-div {
    max-width: calc(100% - 25px);
    width: 100%;
    margin: 0 auto;
}
.recently_view_product_main .recently_main_list_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.recently_view_product ul.js-recentPdpBlock button.slick-arrow{
    display: none !important;
}
.recently_view_product .heading_arrows button.slick-disabled {
    opacity: .4;
}
.recently_view_product .heading.no_arrows {
    margin-bottom: 80px;
}


@media (max-width: 1024px){
            footer .email-signup-block:not(.cust_follow_us) .email_heading, footer .email-signup-block:not(.cust_follow_us) form {
            max-width: 100%;
        }
        
}

@media (max-width: 749px){
    footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas {
    max-width: 100%;
    width: 100%;
}
footer .email-signup-block .follow_us_social_icons .social-icons__wrapper.cust_footer {
    width: 100%;
    justify-content: flex-start;
            padding-bottom: 5px;
}
footer .email-signup-block h2 {
    margin-bottom: 10px;
}
.email-signup-block {;
    margin-top: 25px;
}
footer .spacing-style.layout-panel-flex .group-block .group-block-content.layout-panel-flex {
    gap: 0;
}
footer .spacing-style.layout-panel-flex.layout-panel-flex--row {
    flex-direction: row;
}
footer .spacing-style.layout-panel-flex.layout-panel-flex--row .group-block {
    flex-basis: 100%;
        order: 3;
        margin-top: 25px;
}
footer .email-signup-block form#contact_form .email-signup__input-group {
    display: flex;
}
footer .email-signup-block form#contact_form .email-signup__input-group  button.email-signup__button {
    width: 100%;
    max-width: fit-content;
}
footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style {
    margin-top: 60px;
    margin-left: 0;
    white-space: normal;
    order: 4;
}
footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group.footer-utilities__group--left {
    display: inline-block;
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group.footer-utilities__group--left .footer-utilities__group-copyright.custom-typography.custom-font-size {
    display: inline;
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group.footer-utilities__group--left ul.policy_list.list-unstyled.custom-typography.custom-font-size {
    display: inline;
}

footer .spacing-style.layout-panel-flex.layout-panel-flex--row .footer-utilities.spacing-style .footer-utilities__group.footer-utilities__group--left ul.policy_list.list-unstyled.custom-typography.custom-font-size li {
    width: auto;
    display: inline;
    margin: 0 8px;
}
.cust_follow_us.email-signup-block.size-style {
    margin-top: 0;
}
footer .email-signup-block  h3 {
    font-size: 14px;
    line-height: 1.4;
}
footer .email-signup-block form#contact_form .email-signup__input-group input::placeholder {
    font-size: 13px;
}
footer .email-signup-block form#contact_form .email-signup__input-group  button.email-signup__button {
    font-weight: 600;
}
footer .group-block .group-block-content accordion-custom.menu details.cust_footer_menu_detilas .details-content {
    margin-top: 20px;
    margin-bottom: 20px;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results ul {
    max-width: 100%;
    max-height: calc(385px + 100px);
}
header-component.header .header__row.header__row--top .header__columns .header__column.header__column--left {
    display: flex;
}
header-component.header .header__row.header__row--top .header__columns .cust_header .header__drawer {
    min-height: unset;
}
header-component.header .header__row {
    max-width: 100%;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer {
    max-width: 100%;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results {
    max-width: 100%;
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results {
    position: fixed;
    top: calc(100% + 25px);
}
header-component.header .header__row.header__row--top .header__columns .cust_header header-drawer.header-drawer details[open] .menu-drawer .menu-drawer__utility-links form .country-selector-form__wrapper div#drawer-country-results h2#drawer-CountryLabel {
    display: block;
    text-align: center;
    padding: 13px 20px;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid rgba(0,0,0,.4);
}
dialog-component#filters-drawer.drawer_siderbar dialog.facets form .facets__filters-wrapper .top_filters .mobile\:hidden {
    display: block !important;
}
span.empty_drawer_heading,
.cart-drawer__inner div#cart-drawer-header span.cart-drawer__heading {
    font-size: 18px;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography p a.cart-items__title {
    font-size: 13px;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography dl.cart-items__variants .cart-items__variant dd, cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography s.compare-at-price, cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__details.cart-primary-typography span {
    font-size: 11px;
    color: #000;
}
cart-drawer-component.cart-drawer table tbody tr.cart-items__table-row td.cart-items__quantity quantity-selector-component.quantity-selector.cart-primary-typography input[type="number"] {
    max-width: calc(var(--quantity-selector-width) - var(--minimum-touch-target) * 2);
    font-size: 12px;
}
.product-information__grid .product-details {
    grid-column: 1/4;
    padding-left: 24px !important;
        padding-right: 24px;
        max-width: 100%;

}
.product-information__grid .product-details>.group-block {
    padding-top: 28px;
}
.product-information__grid .product-details rte-formatter h2 {
    font-size: 16px;
    color: #000;
    letter-spacing: normal;
    font-weight: 500;
    text-align:center;
}
.product-information__grid .product-details product-price div[ref="priceContainer"] {
    text-align: center;
            margin-top: 8px;
}
.product-information__grid .product-details>.group-block {
    width: 100%;
}

.product-information__grid .product-details product-price div[ref="priceContainer"] span.compare-at-price {
    color: #000;
    margin-left: 5px;
}
.product-information__grid .product-details variant-picker.variant-picker form fieldset.variant-option legend {
    color: #000;
    font-size: 13px;
}
.product-information__grid .product-details product-price div[ref="priceContainer"] span.price {
    font-size: 15px;
    color: rgb(249 76 67);
}

.product-information__grid .product-details product-price div[ref="priceContainer"] span.compare-at-price {
    color: #000;
    margin-left: 5px;
}

.product-information__grid .product-details variant-picker.variant-picker {
    margin-top: 24px;
}

.product-information__grid .product-details variant-picker.variant-picker form fieldset.variant-option legend {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.product-information__grid .product-details variant-picker.variant-picker form fieldset.variant-option label.variant-option__button-label {
    max-width: unset;
    width: 100%;
    flex: 0 0 calc(3ch + 0em);
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button {height: 45px;}

.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button span.add-to-cart-text span.add-to-cart-text__content {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component button.button.add-to-cart-button span.svg-wrapper.add-to-cart-icon {
    display: none;
}
.product-information__grid .product-details variant-picker.variant-picker form fieldset.variant-option label.variant-option__button-label:not(:last-child) {
    margin-right: 8px;
}
.prod_style_with .prod_style_with_heading h2 {
    font-size: 16px;
}
.product-information__grid .product-details .accordion accordion-custom summary.details__header {padding-block: 20px;padding-inline: 20px;}

.product-information__grid .product-details .accordion accordion-custom details.details {
    border: none;
}
.product-information__grid .product-details variant-picker.variant-picker form fieldset+fieldset {
    margin-top: 10px;
}
.prod_style_with {
    margin-top: 30px;
}
.product-information__grid .product-details span.buy-buttons-block product-form-component form add-to-cart-component div#swym-atw-button-container {
    margin-top: .5rem;
}
body .home_banner {
    min-height: 600px;
    height: 100%;
    max-height: 100%;
}
.hero__container .hero__media-wrapper img.hero__image.desk_media_cust+.mob_media_cust {
    display: block;
}
.hero__container .hero__media-wrapper img.hero__image.desk_media_cust:has(+.mob_media_cust) {
    display: none;
}
.home_banner .hero__content-wrapper rte-formatter h2 {
    top: 87%;
    font-size: 14px;
}
ul.product-grid.auto_card_title {
    row-gap: 16px;
}
.product-card__content.layout-panel-flex.layout-panel-flex--column.product-grid__card.spacing-style.border-style.gap-style {
    row-gap: 5px;
}
ul.product-grid li product-card-link product-card product-price div[ref="priceContainer"] span.price,
ul.product-grid li product-card-link product-card p.cust_color,
ul.product-grid li product-card-link product-card .text-block p {
    font-size: 11px;
}
ul.product-grid li product-card-link product-card .group-block,
ul.product-grid li product-card-link product-card p.cust_color {
    padding-left: 5px;
}
product-recommendations slideshow-arrows button.slideshow-control[disabled],
body product-recommendations slideshow-arrows button.slideshow-control {
    display: none !important;
    opacity: 0;
}
product-recommendations .section-resource-list__content .spacing-style {
    padding-bottom: 40px;
}
product-recommendations .section-resource-list__content .spacing-style h3 {
    font-size: 18px;
}
.recently_view_product .products-list ul.js-recentPdpBlock {
    overflow-x: auto;
    white-space: nowrap;
}
.recently_view_product .products-list ul.js-recentPdpBlock li {
    width: 62%;
            max-width: 62%;
        flex: 0 0 62%;
    padding: 0 1px;
}
.recently_view_product  .heading_arrows {
    display: none;
}
.recently_view_product .heading h2 {
    font-size: 18px;
        font-weight: 600;
        margin-bottom: 40px;
}
.recently_view_product .products-list ul.js-recentPdpBlock {
    padding-bottom: 38px;
}
.product-information .product-information__grid.product-information--media-left .product-information__media media-gallery slideshow-component slideshow-controls {
    display: none;
}
.product-information .product-information__grid.product-information--media-left .product-information__media media-gallery slideshow-component slideshow-container slideshow-arrows.mobile\:hidden {
    display: flex !important;
}
.product-information__grid .product-details .accordion accordion-custom details.details summary.details__header {
    padding: 20px 24px;
            font-size: 13px;
}
.product-information .product-information__grid.product-information--media-left .product-information__media media-gallery slideshow-component slideshow-container slideshow-slide {
    aspect-ratio: 1/1.5;
}
.product-information__grid .product-details .accordion accordion-custom details.details  .details-content {
    padding: 0 24px;
}
product-recommendations slideshow-slide slideshow-slides slideshow-slide {
    aspect-ratio: 1/1.5 !important;
}
.footer_free_shipping {
    display: block;
}
.footer_free_shipping_main p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3;
    font-size: 11px;
}
.recently_view_product_main .recently_main_list_image img {
    aspect-ratio: 1 / 1.5;
}
.recently_view_product .products-list ul.js-recentPdpBlock li:hover .recently_main_list_image a+div ul li {
    width: auto;
            max-width: fit-content;
}
.recently_view_product .heading.no_arrows {
    margin-bottom: 40px;
}


}


@media (max-width: 600px){
 dialog-component#filters-drawer.drawer_siderbar dialog.facets {
    max-width: calc(100vw - 65px);
}
header-component.header .header__row.header__row--top {
    padding: 5px 11px;
}   

}