/** Shopify CDN: Minification failed

Line 1680:39 Expected ":"
Line 2142:22 Unexpected "{"
Line 2142:31 Expected ":"
Line 2148:22 Unexpected "{"
Line 2148:31 Expected ":"
Line 2151:22 Unexpected "{"
Line 2151:31 Expected ":"
Line 2155:22 Unexpected "{"
Line 2155:31 Expected ":"

**/
.account_header {
    display: none;
}

.header_cart {
    display: inline-flex;
    gap: 4px;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #131313;
    align-items: center;
}

.shopify-section--collection-list-column .section-header h2 {
    margin-bottom: 12px;
}

.collections__row {
    display: flex;
    gap: 12px;
    margin-top: 60px;
}

.collections__row .item {
    width: 50%;
    position: relative;
    display: block;
    aspect-ratio: 1;
}

.item_content_images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 1;
}

.item_content_images::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 5;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.94%, rgba(0, 0, 0, 0.8) 100%);
}

.collections__row .item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    transition: opacity 0.4s ease;
}

.collections__row .item .mob {
    display: none;
}

.collections__row .item .hover_image {
    z-index: 1;
    opacity: 0;
}

.collections__row .item:hover .main_image {
    opacity: 0;
}

.collections__row .item:hover .hover_image {
    opacity: 1;
}


.collections__row .item .item_content {
    position: absolute;
    bottom: 32px;
    z-index: 4;
    left: 32px;
}

.collections__row .item:nth-child(2n) .item_content {
    left: auto;
    right: 32px;
    text-align: right;
}

.collections__row .item .h2 {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: 44px;
    line-height: 110%;
    letter-spacing: 3px;
}



.collections__row .item .button_white__bottom {
    margin-top: 12px;
    min-width: auto;
    display: inline-flex;
    padding-right: 26px;
    font-size: 15px;
}

@media screen and (max-width: 749px) {
    .collections__row {
        gap: 6px;
        margin: 42px 0 0 0;
    }

    .shopify-section--collection-list-column .section-header h2 {
        margin-bottom: 3px;
    }

    .shopify-section--collection-list-column .section-header {
        font-size: 12px;
    }

    .collections__row .item {
        width: 100%;
    }

    .collections__row .item .item_content {
        bottom: 12px;
        left: 12px;
    }

    .collections__row .item:nth-child(2n) .item_content {
        right: 12px;
    }

    .collections__row .item .h2 {
        display: none;
    }

    .collections__row .item .button_white__bottom {
        font-size: 13px;
        letter-spacing: 1px;
    }

.collections__row .item .mob {
    display: block;
}


.collections__row .item .desc {
    display: none;
}
}

.featured-products__row {
    display: flex;
    margin-top: 52px;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
    row-gap: 40px;
    column-gap: 0 !important;
    width: calc(100% + 12px);
}

.featured-products__row_item {
    width: 25%;
    padding: 0 6px;
}

.product-card__info .product-title {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5E5E5E;
}

.product-card__info .price-list {
    color: #131313;
}
.product-card__info .price-list compare-at-price {
color: #908E8E;
}
@media screen and (max-width: 991px) {
    .featured-products__row_item {
        width: 50%;
    }
}

@media screen and (max-width: 749px) {
    .featured-products__row_item {
        padding: 0 3px;
    }

    .featured-products__row {
        margin-top: 25px;
        flex-wrap: wrap;
        margin-left: -3px;
        margin-right: -3px;
        row-gap: 24px;
         width: calc(100% + 6px);
    }

    .product-card__info .product-title {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .product-card__info .price-list,
    .product-card__info .price-list .h6 {
        font-size: 11px;
        letter-spacing: 1px;
    }
}

.swiper_hidden {
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    position: relative;
    top: auto;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    color: #000000;
    background: #ECECEC;
    left: auto;
    right: auto;
    opacity: 1;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #DBDBDB;
}

.swiper_nav__row {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.swiper_nav__row .swiper-button-next,
.swiper_nav__row .swiper-button-prev {
    margin-top: 0px;
}

.products-slider__row {
    display: flex;
    margin: 0 -6px;
    flex-wrap: wrap;
    row-gap: 40px;
}

.products-slider__row_item {
    padding: 0 6px;
    width: 25%;
}


@media screen and (max-width: 991px) {
    .products-slider__row_item {
        width: 50%;
    }
}


@media screen and (max-width: 749px) {
    .products-slider__row_item {
        padding: 0 3px;
    }

    .products-slider__row {
        flex-wrap: wrap;
        margin-left: -3px;
        margin-right: -3px;
        row-gap: 16px;
    }
}

.shopify-section--best-sellers {
    overflow: hidden;
}

.best-sellers__row {
   display: flex;
    gap: 12px;
}


.best-sellers__content {
    width: 321px;
    min-width: 321px;
    position: relative;
    z-index: 3;
    background: #ffffff;
}

.best-sellers__content>* {
    position: relative;
    z-index: 6;
}

.best-sellers__content::after {
    z-index: 1;
    content: '';
    left: -100vw;
    right: -12px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
}

.best-sellers__sliders {
     z-index: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.best-sellers__content .swiper_nav__row {
    margin-top: 20px;
}

.best-sellers__content .button {
    margin-top: 24px;
}

.best-sellers__slider .swiper-slide {
    width: 320px;
}

.best-sellers__button {
    display: none;
}

@media screen and (max-width: 991px) {

    .best-sellers__row {
        display: flex;
        gap: 24px;
        flex-direction: column;
    }

    .best-sellers__content {
        width: 100%;
        min-width: 100%;
        text-align: center;
    }

    .best-sellers__content h2 br,
    .best-sellers__content .swiper_nav__row,
    .best-sellers__content .button {
        display: none;
    }

    .best-sellers__button {
        display: block;
        margin-top: 34px;
        text-align: center;
    }

    .best-sellers__button a {
        min-width: 320px;
    }
     
}

@media screen and (max-width: 749px) {
     .best-sellers__slider .swiper-slide {
        width: 161px;
    }
    .best-sellers__button a {
        min-width: 100%;
    }
}

.collection-video__slider .swiper-slide {
    width: 320px;
}

.collection-video__row {
    display: flex;
    gap: 60px;
}

.collection-video__content {
    width: 667px;
    overflow: hidden;
    position: relative;
}

.collection-video__sliders {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.collection-video__sliders {
    padding-top: 120px;
    padding-bottom: 80px;
}

.collection-video__sliders .swiper_nav__row {
    margin-top: 67px;
}

.collection-video__content_video,
.collection-video__content_video_mobile {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.collection-video__content_video:before,
.collection-video__content_video_mobile:before {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.7) 79.22%);

}

.collection-video__content_video video,
.collection-video__content_video_mobile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.collection-video__content_video_mobile {
    display: none;
}

.collection-video__content_dann {
    position: relative;
    z-index: 10;
    display: flex;
    padding: 32px 30px 32px 30px;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.collection-video__content_dann h2,
.collection-video__content_dann h2 p {
    color: #ffffff;
}

.collection-video__content_dann .button {
    margin-top: 11px;
    min-width: 10px;
}

@media screen and (max-width: 1360px) {
    .collection-video__row {
        gap: 30px;
    }

    .collection-video__content {
        width: 467px;
    }
}

@media screen and (max-width: 991px) {

    .collection-video__row {
        flex-direction: column;
        gap: 0;

    }

    .collection-video__content,
    .collection-video__sliders {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

    .collection-video__content_video {
        display: none;
    }

    .collection-video__content_video_mobile {
        display: block;
    }

    .collection-video__sliders {
        padding: 0 15px;
        margin-top: 40px;
        padding-bottom: 28px;
         overflow: hidden;
    }

    .collection-video__sliders .swiper_nav__row {
        display: none;
    }

    .collection-video__content {
        aspect-ratio: 1.2;
    }

    .collection-video__content_dann {
        text-align: center;
    }
}

@media screen and (max-width: 749px) {


    .collection-video__content {
        aspect-ratio: unset;
        height: 280px;
    }

    .collection-video__content_dann {
        padding: 16px 16px 18px 16px;
        height: 280px;
    }
}

.shopify-section--about-us {
    background: #131313;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-us__row {
    display: grid;
    grid-template-columns: 1fr 210px 1fr;
    grid-column-gap: 12px;
    align-items: center;
}

.about-us__row .h4 {
    color: #ffffff;
}

.about-us__item1,
.about-us__item3,
.about-us__item2 {
    text-align: center;
}

.about-us__item2 {
    line-height: 0;
}

.about-us__item2 img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    height: 97px;
}

.letter_spacing_0 {
    letter-spacing: 0;
}

.mt_12 {
    margin-top: 12px;
}

@media screen and (max-width: 749px) {
    .mt_12 {
        margin-top: 6px;
    }
}

.color_light_grey {
    color: #B5B5B5;
}

@media screen and (max-width: 991px) {
    .about-us__row {
        display: flex;
        gap: 32px;
        flex-direction: column;
    }
}

.textall_mob {
    display: none;
}

@media screen and (max-width: 749px) {

.textall_desc {
    display: none;
}

.textall_mob {
    display: block;
}
    .about-us__item3 {
        width: 100%;
    }

    .about-us__item3 .button {
        display: flex;
        margin-top: 18px;
    }

    .shopify-section--about-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.shopify-section--contents_full_width {
    overflow: hidden;
    position: relative;
}

.image_full_width__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.image_full_width__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.image_full_width__bg .mob {
    display: none;
}

.image_full_width__bg:before {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.42%, rgba(0, 0, 0, 0.7) 79.22%);
}

.shopify-section--contents_full_width .container {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    justify-content: end;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding-top: 33px;
    padding-bottom: 33px;
}

.shopify-section--contents_full_width .container .button {
    min-width: 10px;
}

.shopify-section--contents_full_width .container .flex_gaps {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.shopify-section--contents_full_width .container .flex_gaps h2 {
    max-width: 100% !important;
}

.shopify-section--contents_full_width .container .flex_gaps h2.mob {
    display: none;
}

.color-white,
.color-white p {
    color: #ffffff;
}

@media screen and (max-width: 749px) {

.image_full_width__bg .mob {
    display: block;
}


.image_full_width__bg .desc {
    display: none;
}
    .shopify-section--contents_full_width .container {
        padding: 22px;
    }


    .shopify-section--contents_full_width .container .flex_gaps {
        gap: 6px;
    }

    .shopify-section--contents_full_width .container .flex_gaps h2.desc {
        display: none;
    }

    .shopify-section--contents_full_width .container .flex_gaps h2.mob {
        display: block;
    }
}

.faq__row {
    display: flex;
    gap: 12px;
}

.faq__row .faq__titles {
    width: 432px;
}

.faq__row .faq__items {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.faq-contents {
    display: flex;
    gap: 0;
    border-top: 1px solid #DBDBDB;
    flex-direction: column;
}

.faq-contents .faq-content {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 23px;
}

.faq-contents .faq-question {
    padding: 24px 40px 0 0;
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #434343;
    cursor: pointer;
}

.faq-contents .faq-question .faq-icons {
    position: absolute;
    right: 0;
    top: 24px;
    transition: all 300ms;
}

.faq-contents .faq-answer {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 24px;
    display: none;
    transition: display 300ms;
}

.faq-contents .faq-content.active .faq-question .faq-icons {
    transform: rotate(45deg);
}

@media screen and (max-width: 991px) {
    .faq__row {
        gap: 24px;
        flex-direction: column;
    }

    .faq__row .faq__titles {
        width: 100%;
        text-align: center;
    }

    .faq__titles h2 br {
        display: none;
    }
}

@media screen and (max-width: 749px) {

    .faq-contents .faq-content {
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 24px;
    }

    .faq-contents .faq-question {
        padding: 12px 40px 0 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.6;
    }

    .faq-contents .faq-answer {
        font-size: 14px;
        padding-top: 16px;
    }

    .faq-contents .faq-question .faq-icons {
        top: 12px;
    }

    .faq-contents .faq-content {
        padding-bottom: 10px;
    }
}

.hide_padding_top {
    margin: 0 !important;
    padding: 0 !important;
}

.hide_padding_top .product-info {
    padding-top: 50px;
    padding-bottom: 60px;
}

.product-gallery__hide_thumbails .product-gallery__thumbnail-list {
    display: none;
}

.shopify-section--main-product .container--full .product-gallery__image-list {
    display: block;
    width: calc(100% + (100vw - 1322px) / 2);
    margin-left: calc(-.5 * (100vw - 1322px));
}

.buy-buttons button {
    justify-content: center;
    gap: 12px;
    padding: 5px 16px;
}

.buy-buttons button i {
    position: relative;
    margin: 0;
    right: auto;
    display: inline-block;
    top: auto;
}

.product-gallery__carousel {
    max-height: 100% !important;
}

@media screen and (max-width: 1322px) {
    .shopify-section--main-product .container--full .product-gallery__image-list {
        width: calc(100% + 40px);
        margin-left: -40px;
    }
}


@media screen and (max-width: 999px) {
    .shopify-section--main-product .container--full .product-gallery__image-list {
        width: calc(100% + 32px);
        margin: 0 -16px;
    }

    .product-gallery carousel-navigation {
        position: absolute;
        z-index: 10;
        bottom: 18px;
        gap: 0;
        left: 0;
        right: 0;
    }

    .product-gallery carousel-navigation button {
        width: 20px;
        height: 2px;
        border-radius: 0;
        background: #DBDBDB;
        opacity: 1 !important;
    }

    .product-gallery carousel-navigation button[aria-current="true"] {
        background: #131313;
    }

    .product-gallery__carousel .product-gallery__media img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 749px) {
    .buy-buttons button {
        height: 46px;
    }
    .product-gallery__carousel .product-gallery__media img {
        height: 100%;
        object-fit: cover;
    }

    .hide_padding_top .product-info {
        padding-top: 32px;
        padding-bottom: 40px;
    }

}

.product-info .price-list {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #131313;
    margin: 16px 0 0 0;
    gap: 12px;
}

.product-info .price-list compare-at-price {
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: line-through;
 color: #908E8E;
}

.product-info__block-item[data-block-type="description"],
.product-info__block-item[data-block-type="variant-picker"],
.product-info__block-item[data-block-type="buy-buttons"] {
    margin-top: 32px;
}

@media screen and (max-width: 749px) {

    .product-info .price-list {
        margin: 8px 0 0 0;
        gap: 10px;
    }

    .product-info .price-list compare-at-price {
        font-size: 13px;
line-height: 1.1;
letter-spacing: 1px;
    }

    .product-info__block-item[data-block-type="description"]  {
        font-size: 14px;
        line-height: 1.5;
    }

    .product-info__block-item[data-block-type="description"],
    .product-info__block-item[data-block-type="variant-picker"],
    .product-info__block-item[data-block-type="buy-buttons"] {
        margin-top: 24px;
    }
}

.product-info .accordion__toggle {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #131313;
     letter-spacing: 0;
}

.product-info .accordion__content {
    font-family: 'Inter';
    font-size: 16px;
    line-height: 1.6;
    color: #5E5E5E;
}
.product-info .accordion__content ul {
    gap: 0;
}

.product-info .animated-plus:after,
.product-info .animated-plus:before {
    display: none;
    background: transparent;
}

.product-info .animated-plus {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5C10.5 5.225 10.275 5 10 5C9.725 5 9.5 5.225 9.5 5.5V11.5H3.5C3.225 11.5 3 11.725 3 12C3 12.275 3.225 12.5 3.5 12.5H9.5V18.5C9.5 18.775 9.725 19 10 19C10.275 19 10.5 18.775 10.5 18.5V12.5H16.5C16.775 12.5 17 12.275 17 12C17 11.725 16.775 11.5 16.5 11.5H10.5V5.5Z' fill='%23131313'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.product-info .accordion[aria-expanded="true"] .animated-plus {
    transform: rotate(45deg);
}


@media screen and (max-width: 749px) {
 .product-info .accordion__content {
        font-size: 14px;
        line-height: 1.5;
    }
}
.variant-picker__option {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #CDCDCD;
    position: relative;
    cursor: pointer;
}

.variant-picker__option-info {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
    color: #131313;
}

.variant-picker__option .selector_dropdown {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.variant-picker__option .selector_dropdown .select {
    box-shadow: none;
    border: 0;
    height: 40px;
    padding: 0 40px 0 0;
    text-align: center;
    font-size: 16px;
    color: #131313;
}
.variant-picker__option .selector_dropdown .select span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.variant_select_svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -10px 0 0 0;
    inset-inline-end: 0 !important;
    inset-block-start: 50% !important;
}

.variant-picker .popover {
    inset-block-start: 100%;
    box-shadow: none;
    border: 1px solid rgb(205, 205, 205) !important;
    --text-color: #131313;
    --popover-header-padding-block: 0;
    --popover-header-padding-inline: 0;
    --popover-body-padding-block: 0;
    --popover-body-padding-inline: 0;
    --distance-to-bleed: 0;
    --popover-block-offset: 0;
    --popover-body-padding-inline: 0;
}

.popover__value-list {
    gap: 0;
}

.popover__value-list button {
    padding: 8px  16px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #131313;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    width: calc(100% - 1.25rem);
  margin-left: -1.25rem;
} 
.variant-picker__option .popover__value-list button {
width: 100%;
margin: 0;
}
.popover__value-list button:hover {
    background: #ECECEC;
}

 @media (max-width: 750px) {
.popover__value-list button {
font-size: 14px;
}
  } 

.variant-picker__option .popover::part(content) {
    width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

.popover:has(.popover__value-list)::part(body) {
    padding-inline-end: 0;
}

.variant-picker__option .popover::part(body) {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.popover__value-list button .active {
    display: none;
}
.popover__value-list button[aria-selected="true"] {
    background: #ECECEC;
    position: relative;
}

.popover__value-list button[aria-selected="true"]:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7953 0.0924789C14.0172 0.254979 14.0672 0.567479 13.9047 0.792479L5.15469 9.79248C5.06719 9.91123 4.93594 9.98623 4.78906 9.99561C4.64219 10.005 4.50156 9.95498 4.39531 9.85186L0.145312 5.60185C-0.0484375 5.4081 -0.0484375 5.08935 0.145312 4.8956C0.339062 4.70185 0.657812 4.70185 0.851562 4.8956L4.68906 8.7331L13.0953 0.204979C13.2578 -0.0168962 13.5703 -0.0668962 13.7953 0.0956038V0.0924789Z' fill='%23131313'/%3E%3C/svg%3E%0A");
    display: none !important;
}
 
.popover__value-list button[aria-selected="true"] .active {
    display: none;
}
  

.popover__value-list button.is-disabled {
    cursor: details;
     color: #888888;
     display: flex !important;
     pointer-events: none;
} 
.popover__value-list button.is-disabled:hover {
    cursor: details;
    background: transparent;
}

@media screen and (max-width: 749px) {

    .variant-picker__option-info,
    .variant-picker__option .popover__value-list button,
    .variant-picker__option .selector_dropdown .select {
        font-size: 13px;
    }

}


.size_chart_page__wrapper {
    text-align: right;
}

.size_chart_page__wrapper button {
    font-family: 'Jost';
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #908E8E !important;
    background: transparent !important;
    margin-bottom: 12px;
}

.size_chart_page__wrapper button:hover {
    color: #131313 !important;
}


@media screen and (max-width: 749px) {
    .size_chart_page__wrapper button {
        font-size: 13px !important;
        margin-bottom: 16px;
    }
}

.product_info {
    background: #131313;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;

}

.product_info__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.product_info__row .mob {
    display: none;
}

@media screen and (max-width: 1200px) {
    .product_info__row {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 749px) {
    .product_info {
        font-size: 14px;
        line-height: 1.1;
        letter-spacing: 1px;
    }

    .product_info__row .mob {
        display: block;
    }

    .product_info__row .desc {
        display: none;
    }
}

.collection-toolbar {
    display: none;
}

.collection__header,
.facets-sidebar__header {
    display: flex;
    gap: 12px;
    padding-bottom: 6px;
    align-items: end;
    justify-content: space-between;
    height: 42px;
}

.collection__flex h1 {
    margin: 0;
    padding: 0;
    color: #5E5E5E;
}

#collection__header__filter_open,
#collection__header__filter_close {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #131313;
    transition: all 0.3s ease-in-out;
}

#collection__header__filter_open:hover,
#collection__header__filter_close:hover {
    color: #888888;
    cursor: pointer;
}

.facets-sidebar__header {
    padding-top: 38px;
}

#collection__header__filter_close {
    display: flex;
    gap: 6px;
    align-items: center;
}

.collection__flex {
    display: flex;
    padding-top: 60px;
    padding-bottom: 100px;
}

.collection__flex .facets-sidebar {
    width: 339px;
    padding-left: 16px;
    top: auto !important;
    position: relative !important;

}

.collection__main {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

}

.collection__flex .facets-sidebar form {
    margin-top: 52px;
}

.facets-sidebar__header .facets-clear-all {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B5B5B5;
    text-decoration: None;
}

.facets-sidebar__header .facets-clear-all:hover {
    text-decoration: underline;
}

.facets-sidebar .accordion-list {

    border-bottom: 1px solid #DBDBDB;
}

.accordion_filter {
    border: 0;
    border-top: 1px solid #DBDBDB;
    margin: 0;
    padding: 16px 0;
}

.accordion_filter__title {
    padding-block: 0;
    padding: 0;
    font-family: 'Jost';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #131313;
}

.accordion_filter .accordion__content {
    padding: 16px 0 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion_filter .checkbox-control label {
    position: relative;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #5E5E5E;
    padding-left: 30px;
    transform: none !important;
}

.accordion_filter .checkbox-control label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #131313;
    background-position: center;
    background-repeat: no-repeat;
}

.accordion_filter .checkbox-control label:hover {
    color: #131313;
}

.accordion_filter .checkbox-control .dot-checkbox:checked {
    opacity: 0;
    display: none !important;
}

.accordion_filter .checkbox-control .dot-checkbox:checked~label:before {
    background-color: #131313;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7953 0.0924789C14.0172 0.254979 14.0672 0.567479 13.9047 0.792479L5.15469 9.79248C5.06719 9.91123 4.93594 9.98623 4.78906 9.99561C4.64219 10.005 4.50156 9.95498 4.39531 9.85186L0.145312 5.60185C-0.0484375 5.4081 -0.0484375 5.08935 0.145312 4.8956C0.339062 4.70185 0.657813 4.70185 0.851562 4.8956L4.68906 8.7331L13.0953 0.204979C13.2578 -0.0168962 13.5703 -0.0668962 13.7953 0.0956038V0.0924789Z' fill='white'/%3E%3C/svg%3E%0A");

}

.collection__flex .active-facets {
    display: none !important;
}

.collection__flex .facets-sidebar {
    display: none;
    transition: all .3s ease-in-out;
}

.collection__flex.active .facets-sidebar {
    display: block;
}

.collection__flex.active #collection__header__filter_open {
    display: none;
}

.collection__flex.active .featured-products__row_item {
    width: 33.3%;
}

@media screen and (max-width: 991px) {
    .collection__flex .featured-products__row_item {
        width: 33.3%;
    }

    .collection__flex.active .featured-products__row_item {
        width: 50%;
    }

    .collection__flex {
        padding-top: 40px;
    }

    .featured-products__row,
    .collection__flex .facets-sidebar form {
        margin-top: 32px;
    }

    .collection__flex .facets-sidebar {
        width: 33.3%;
    }
}

@media screen and (max-width: 749px) {
    .collection__flex .featured-products__row_item {
        width: 50%;
    }

    .collection-toolbar {
        display: inline-block;
        position: absolute;
        right: 0;
        bottom: 5px;
        top: auto;
        min-height: 1px;
        border: 0 !important;
        box-shadow: none;
        background: transparent !important;
        margin: 0;
        padding: 0;
        left: auto;
    }

    #collection__header__filter_open {
        display: none !important;
    }

    .collection__header {
        justify-content: center;
        position: relative;
    }

    .collection__flex {
        padding-top: 24px;
    }

    .featured-products__row {
        margin-top: 24px;
    }

    .collection-toolbar .collection-toolbar__button {
        padding: 0;
        margin: 0;
        font-family: 'Jost';
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #131313;
        opacity: 1;
    }

    .collection-toolbar .collection-toolbar__button:hover {
        color: #888888;
    }

    .accordion_filter .checkbox-control label {
        font-family: 'Inter';
        font-size: 13px;
        line-height: 1.6;
    }

    .accordion_filter__title {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .accordion_filter .checkbox-control label::before {
        top: 0;
    }

    .facets-drawer.drawer::part(header) {
        padding: 22px 16px;
        display: flex;
        border: 0;
        position: relative;
    }

    .facets-drawer_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
        width: 100%;
    }

    .facets-drawer_header span {
        display: inline-block;
        padding-left: 26px;
        font-family: 'Jost';
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #131313;
    }

    .facets-drawer_header a {
        font-family: 'Jost';
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #B5B5B5;
    }

    .facets-drawer::part(close-button) {
        position: absolute !important;
        left: 16px;
        top: 23px;
        z-index: 2;
        width: 100px;
        justify-content: start;
    }

    .facets-drawer.drawer::part(body) {
        padding: 0 16px 16px 16px;
    }

    .collection__flex.active .facets-sidebar {
        display: none !important;
    }

    .collection__flex {
        padding-bottom: 32px;
    }
}


.main-search-form button[type="submit"] {
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}

.featured-products__row_item .product-card {
    opacity: 1 !important;
}

.main-search .collection__flex {
    padding: 0 !important;
 }
 .main-search .featured-products__row {
    margin-top: 0;
 }

 .color-light-grey {
    color: #5E5E5E;
 }


 .cart-drawer::part(header) {
--drawer-header-padding-block: 0;
    --drawer-header-padding-inline: 0;
    --drawer-body-padding-block: 0;
    --drawer-body-padding-inline: 0;
    --drawer-footer-padding-block: 0;
    --drawer-footer-padding-inline: 0;
    --background: #ffffff;
  --text-color: #1E2223;
  --border-color: #fff;
  --distance-to-bleed:0;
  padding: 30px 30px 30px 30px !important;
  min-height: 30px !important;
  border: 0 !important;
 }

 .cart-drawer::part(header) .h4 {
font-family: 'Jost';
font-weight: 400;
font-size: 24px;
line-height: 1.1;
letter-spacing: 2px;
text-transform: uppercase;
color: #1E2223;
 }

 .cart-drawer::part(body) {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
  padding-inline-start: 0 !important; 
  padding-inline-end: 0 !important;
  padding: 0 0 30px 0 !important;
}

 :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    opacity: 1 !important;
    color: #131313;
 }
:where(.modal, .drawer, .popover, .header-search)::part(close-button):hover  {
 color: #DBDBDB;
}
.cart-drawer__items {
    padding: 0 30px;
    padding-block-start: 0;
  padding-block-end: 0;
  gap: 24px;
}


.cart-drawer__items .line-item {
  --line-item-media-width: 90px;
  align-items: center;
  column-gap: 16px;
  display: flex;
  align-items: start;
  position: relative;
}

.cart-drawer__items .line-item-info .line_item_title {
font-family: 'Jost';
font-weight: 400;
font-size: 16px;
line-height: 1.1;
letter-spacing: 2px;
text-transform: uppercase;
color: #1E2223;
}
.cart-drawer__items .line-item-info {
-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 100%;
}

.cart-drawer__items .line-item-info .line-item-info__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.line-item-dopdann {
    white-space: nowrap;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.line-item-dopdann price-list,.line-item-dopdann price-list .h6 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    justify-content: end;
font-weight: 400;
font-size: 16px;
line-height: 1.1;
letter-spacing: 2px;
color: #1E2223;
text-align: right;
}
.line-item .remove_item_link {
font-family: 'Jost';
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
color: #B5B5B5;
transition: all 300ms;
position: absolute;
  right: 0;
  bottom: 4px;
  background: transparent;
}

.line-item .remove_item_link:hover {
    color: #1E2223;
}

.mt4 {
    margin-top: 4px;
}

.cart-drawer__items .secondary_information {
font-family: 'Inter';
font-weight: 400;
font-size: 12px;
line-height: 1.5;
color: #72716F;
}

.quantity-selector {
    border: 0;
  border-bottom: 1px solid #CDCDCD;
}

.quantity-selector__button.minus {
    justify-content: start;
}
.quantity-selector__button.plus {
    justify-content: end;
}
.quantity-selector__input {
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
color: #131313;
}

line-item-quantity quantity-selector {
    margin-top: 4px;
}

.line-item__media {
    background: #0000000d;
}
.line-item__media img {
    mix-blend-mode: multiply;
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
    border: 0 !important;
  padding: 30px !important;
  background: #ECECEC !important;
}

.cart_footer_price {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.cart_footer_price .total {
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
line-height: 1.6;
color: #1E2223;
}

.cart_footer_price .price {
    display: inline-flex;
    gap: 12px;
    align-items: end;
font-family: 'Jost';
font-weight: 400;
font-size: 24px;
line-height: 1.1;
letter-spacing: 2px;
text-transform: uppercase;
color: #1E2223;
}
.cart_footer_price .price .sale {
font-size: 18px;
text-decoration-line: line-through;
color: #72716F;
}

.cart-drawer::part(content) {
    max-width: 560px;
  min-width: 560px;
  width: 560px;
}

.cart-drawer .button-group {
    min-width: 100%;
}

@media screen and (max-width: 749px) {
.cart-drawer::part(content) {
    max-width: 320px;
    min-width: 320px;
    width: 320px ;
}
.cart-drawer::part(header) {
  padding: 20px 20px 20px 20px !important;
  max-width: 320px;
}
.cart-drawer::part(body) {
  padding: 0 0 20px 0 !important;
  max-width: 320px;
}
.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
  padding: 20px !important;
  max-width: 320px;
}
.cart-drawer__items .line-item {
column-gap: 8px;
}
.cart-drawer__items {
  padding: 0 20px;
}
.cart-drawer__items .line-item-info .line_item_title {
    font-size: 12px;
}
.cart-drawer__items .secondary_information {
    font-size: 10px;
}
.line-item-dopdann price-list ,.line-item-dopdann price-list .h6{
    font-size: 11px;
letter-spacing: 1px;
padding-top: 5px;
}
.line-item .remove_item_link{
    font-size: 14px;
letter-spacing: 1px;
}
.quantity-selector__input {
    font-size: 13px;
}
.quantity-selector--sm {
  --quantity-selector-height: 2rem;
  --quantity-selector-input-width: 0rem;
}
.cart_footer_price .total {
font-size: 13px;
}
.cart_footer_price .price {
    font-size: 16px;
}
.cart_footer_price .price .sale {
    font-size: 12px;
}
}

.title_text_row {
display: flex;
gap: 24px;
}

.title_text_row .titles {
    width: 33.3%;
}
.title_text_row .content {
        -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
color: #131313;
}

.title_text_row .content p {
    margin: 1rem 0;
}

@media screen and (max-width: 991px) {
.title_text_row {
flex-direction: column;
}
.title_text_row .titles,.title_text_row .content {
-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.title_text_row .titles {
    text-align: center;
}
}

.main-search .content-tabs [role="tab"] {
font-family: 'Jost';
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
color: #131313;
opacity: 1;
}

.main-search__resource-item {
    padding-top: 30px;
}

.search_main_collection {
    text-align: center;
    gap: 40px;
}
.search_main_collection a {
font-family: 'Jost';
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
color: #131313;
}
.search_main_collection a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 749px) {
.search_main_collection {
    gap: 24px;
}
.search_main_collection a {
font-size: 12px;
}
}

.main-content__row {
    display: flex;
    gap: 12px;
}

.main-content__title {
    width: 33.3%;
}

.main-content__content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

@media screen and (max-width: 991px) {
.main-content__row {
    flex-direction: column;
}
.main-content__title ,.main-content__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}
.main-content__title {
    text-align: center;
}
}



 .section--custom-contact form#contact_form {
    background-color: #F5F5F5;
    padding: 20px;
  }
  .section--custom-contact .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: -webkit-fill-available;
    gap: 0.5rem;
  }
  .section--custom-contact .contact_info > * {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    letter-spacing: var(--text-letter-spacing);
    text-transform: var(--text-text-transform);
    color: #131313;
  }
  .section--custom-contact .contact_info_title {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    font-size: 14px;
  }

  .section--custom-contact .contact_info_mobile {
    display: block;
    width: -webkit-fill-available;
    padding: 0 20px;
  }
  .section--custom-contact .contact_info_desktop {
    display: none;
  }
  .section--custom-contact .contact_info_mobile .contact_info {
    align-items: start;
    margin-top: 1.5rem;
  }
  .section--custom-contact .contact_info_divider {
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    margin-top: 1rem;
  }

  .section--custom-contact form#contact_form .fieldset-row {
    grid-template-columns: auto;
  }
  .section--custom-contact form#contact_form .form-control {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 0;
  }
  .section--custom-contact form#contact_form .form-control .floating-label {
    position: relative;
    opacity: 1;
    order: -1;
    background: transparent;
    width: 100%;
    max-width: fit-content;
    border-bottom: 1px solid #CDCDCD;
    text-align: left;
    inset-inline-start: 0 !important;
  }
  .section--custom-contact form#contact_form .form-control input {
    border: none;
    border-bottom: 1px solid #CDCDCD;
  }
  .section--custom-contact form#contact_form .input-label {
    transform: translateY(0px);
    inset-block-start: 0px;
    height: 100%;
    align-content: center;

    font-weight: 600;
    font-size: 13px;
    color: #131313;
  }
  .section--custom-contact form#contact_form .select {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #CDCDCD;
  }
  .section--custom-contact .form-control:has(.select):before {
    border: none;
    background: none !important;
  }

  @media screen and (min-width: 990px) {
  .section--custom-contact form#contact_form {
    padding: 32px;
  }
    .section--custom-contact .contact_info_title {
      font-size: 18px;
    }
    .section--custom-contact form#contact_form .input-label {
      font-size: 16px;
    }
    #shopify-section-{{ section.id }}.section--custom-contact .section-stack {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      gap: var(--spacing-6, 2rem);
    }
    #shopify-section-{{ section.id }}.section--custom-contact .section-stack > * {
      min-width: 0; /* prevent overflow in grid columns */
    }
    #shopify-section-{{ section.id }}.section--custom-contact .section-stack form {
      width: 100%;
    }
    /* Left column (header + contact info) fills column height and pushes the contact details to the bottom */
    #shopify-section-{{ section.id }}.section--custom-contact .section-stack .section-header {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      height: 100%;
      text-align: left;
    }
    .section--custom-contact .contact_info {

    }
    .section--custom-contact .contact_info_divider {
      margin-top: 0.4rem;
    }
    /* Desktop visibility */
    .section--custom-contact .contact_info_mobile {
      display: none;
    }
    .section--custom-contact .contact_info_desktop {
      display: block;
     width: 100%;
    }
    .section--custom-contact .contact_info {
    max-width: 540px;
  }
  }
  @media screen and (max-width: 749px) {
  .section--custom-contact form#contact_form .fieldset  {
gap: 4px;
  }
}

  .rating-badge__all {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
  }
  .rating-badge__all .rating_value {
font-weight: 600;
font-size: 16px;
line-height: 1.6;
color: #1E2223;
  }

  .rating-badge__all .rating_count {
font-weight: 400;
font-size: 16px;
line-height: 1.6;
color: #72716F;
  }

  .mt24 {
    margin-top: 24px;
  }

  .product-info__block-item .product-title  {
color: #5E5E5E;
  }

  .product-info__block-item[data-block-type="description"],
  .product-info__block-item[data-block-type="description"] p,
  .product-info__block-item[data-block-type="description"] span {
color: #5E5E5E !important;
  }

  .product-info__block-item[data-block-type="buy-buttons"] {
    padding-bottom: 40px;
  }

  @media screen and (max-width: 991px) {
  .product-info__block-item[data-block-type="buy-buttons"] {
    padding-bottom: 24px;
  }
  }

  .color_black {
    color: #1E2223 !important;
  }

  .size_scroll {
  overflow: scroll;
  }

  .size_scroll img {
    min-width: 600px;
  }


  .handcrafted_in_italy {
font-weight: 600;
font-size: 16px;
line-height: 1.6;
color: #131313;
margin-bottom: 24px;
  }

  @media screen and (max-width: 749px) {
  .handcrafted_in_italy {
font-size: 14px;
margin-bottom: 16px;
  }
  }


  .product-info__block-item .accordion__content ul {
    list-style: none;
    margin-left: 0;
  }
  .product-info__block-item .accordion__content ul li {
    position: relative;
    padding-left: 26px;
  }
  .product-info__block-item .accordion__content ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #5E5E5E;
  }

  @media screen and (max-width: 749px) {
  .product-info__block-item .accordion__content ul li:before {
    top: 8px;
  }
  }

  .product-gallery__media.smaller_img {
    text-align: center;
  }
  .product-gallery__media.smaller_img img {
    display: inline-block;
    max-height: 90vh;
    width: auto;
    max-width: 100%;
  }

  @media screen and (max-width: 999px) {
     .product-gallery__media.smaller_img img {
         max-height: 100%;
        height: 100%;
        display: block;
        width: 100%;
    }
}

.size_scroll_table {
  overflow-x: scroll;
}

.size_scroll_table table {
  border: 0;
  border-top: 1px solid #DBDBDB;
  width: 900px;
}

.size_scroll_table table td {
  border: 0;
  border-bottom: 1px solid #DBDBDB;
  padding: 24px 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #1E2223;
  text-align: center;
}

.size_scroll_table table tr td:first-child {
  width: 130px;
  text-align: left;
}

.size_scroll_table table td b,
.size_scroll_table table td strong {
  font-weight: 600;

}

.size_table_descriprion {
  margin-top: 16px;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #5E5E5E;
}

.size-chart-modal::part(body) {
  padding-top: 0 !important;
}



@media screen and (max-width: 768px) {
.size_scroll_table table {
  width: 800px;
}
  .size_table_descriprion,
  .size_scroll_table table td {
    margin-top: 14px;
  }
  .size_scroll_table table tr td:first-child {
  width: 100px;
  }
  .size_scroll_table table td {
  padding: 20px 2px;
  font-size: 14px;
}
}

#sidebar-menu::part(content) {
    max-width: 250px !important;
}

.shopify-section--video_text {
    padding-top: 50px;
}
 

.shopify-payment-button__more-options {
font-family: 'Jost';
font-weight: 400;
font-size: 14px;
line-height: 1.2;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
color: #131313;
}

 .faq-section {border-top: 1px solid #DBDBDB;}
.faq-item { border-bottom: 1px solid #DBDBDB;}

.faq-toggle {
  display:block;
  cursor: pointer;
  outline: none;
}

.faq-toggle__content { position: relative; padding-right: 40px;cursor: pointer;padding: 24px 0;}
.faq-toggle__content .faq-icon {
    position: absolute;
  right: 0;
  top: 24px;
  transition: all 300ms;transition: transform 240ms ease; transform-origin: center; display:block;
}
.faq-icon.svg--active {transform: rotate(45deg);}
.faq-title {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #434343;
 }


.faq-answer-content {
  font-size: 16px;
  line-height: 1.6;
}

.faq-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms ease;
  will-change: max-height;
}
.faq-panel__inner {     padding: 0 0 24px 0; }


@media screen and (max-width: 749px) {
  .faq-toggle__content .faq-icon { top: 16px; }
  .faq-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .faq-answer-content {
    font-size: 14px;
  }
  .faq-panel__inner {     padding: 0 0 16px 0; }
  .faq-toggle__content { padding: 16px 0;}
}

/* ============================================================================
   CART DRAWER UPSELL
   ========================================================================== */
 

.cart-upsell {
  width: calc(100% + 30px);
  margin-right: -30px;
  overflow: hidden;
}

.cart-upsell__heading {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  font-family: var(--heading-font-family);
}

.cart-upsell__grid {
  display: flex;
  gap: 8px;
  padding-bottom: 13px;
  padding-right: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #DBDBDB transparent;
  cursor: grab;
  user-select: none;
  will-change: scroll-position;
}

.cart-upsell__grid.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.cart-upsell__item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border: 1px solid #DBDBDB;
  background-color: rgb(var(--background));
  flex-shrink: 0;
  width: 280px;
  min-width: 280px;
}

.cart-upsell__grid > .cart-upsell__item:only-child {
  width: 100%;
}

.cart-upsell__image {
  flex-shrink: 0;
  width: 90px;
  height: 100%;
  background: #0000000d;
  overflow: hidden;
}

.cart-upsell__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.cart-upsell__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply !important;
}

.cart-upsell__content {
  padding: 8px 8px 8px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  height: 100%;
}

.cart-upsell__title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #5E5E5E;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-upsell__price {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 1px;
}

.cart-upsell__price-compare {
  text-decoration: line-through;
  font-size: 12px;
  color: #908E8E;
}

.cart-upsell__price-final {
  color: #131313;
}

.cart-upsell__price-regular {
  color: inherit;
}

.cart-upsell__actions {
  margin-top: auto;
  padding-top: 4px;
}

.cart-upsell__buy-buttons .button,
.cart-upsell__show-variants {
  font-family: 'Jost';
  padding: 0;
  background-color: transparent;
  font-weight: 400;
  min-width: inherit;
  height: auto;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #888888;
  transition: all 300ms;
  background: transparent;
}

.cart-upsell__buy-buttons .button i {
  display: none;
}

.cart-upsell__buy-buttons .button::before,
.cart-upsell__buy-buttons .button::after,
.cart-upsell__show-variants::before,
.cart-upsell__show-variants::after {
  content: none;
}

.cart-upsell__buy-buttons .button:hover,
.cart-upsell__show-variants:hover {
  color: #888888;
  opacity: 0.7;
}

/* Variant selector container */
.cart-upsell__variant-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: slideDown 0.3s ease;
}

.cart-upsell__variant-selector.js\:hidden {
  display: none !important;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Select dropdown */
.cart-upsell__select {
  padding: 0;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  border-bottom: 1px solid #CDCDCD;
  border-radius: 0;
  background: #fff;
  color: #888;
  font-family: 'Jost';
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cart-upsell__select:focus {
  outline: none;
  border-color: #888888;
}

@media screen and (max-width: 749px) {
  .cart-upsell__heading {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .cart-upsell__grid {
    padding-bottom: 10px;
  }

  .cart-upsell__item {
    display: flex;
    gap: 6px;
    width: 230px;
    min-width: 230px;
  }

  .cart-upsell__image {
    width: 70px;
  }

  .cart-upsell__content {
    padding: 6px 8px 6px 0;
  }

  .cart-upsell__title,
  .cart-upsell__price,
  .cart-upsell__buy-buttons .button,
  .cart-upsell__show-variants {
    font-size: 11px;
  }

  .cart-upsell__select {
    font-size: 11px;
  }

  .cart-upsell__price-compare {
    font-size: 8px;
  }
}
 
.collection-toolbar__button-list ,#collection__header__filter_open{
    display: none;
} 
