/* fonts import QuickSand and Poppins */
/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&family=Tenor+Sans&display=swap'); */

* {
    box-sizing: border-box !important;
    /* font-family: 'Quicksand', sans-serif; */
    font-family: "Futura Pt", "Quicksand", sans-serif;
    scroll-behavior: smooth;
}

::selection {
    background-color: var(--selection-bg-color);
    color: var(--text-black);
    text-shadow: none;
}

body {
    font-size: 13px;
    margin: 0;
    font-size: 75%;
}

img {
    max-width: 100%;
}

.theme-dark {}

.theme-morning {
    --selection-bg-color: #b3d4fc;
    --text-black: #000000;

}

.product-wrapper {
    position: relative;
    /* top: 10vh; */
    width: -webkit-fill-available;
    /* border: 2px solid red; */
    /* idea is to like youtube for ultra wide screen the nav will 
    take the left part of the screen and the product-wrapper will get fit
    in the right part */
    max-width: 1628px;
    margin: auto;
}

.product-wrapper .card {
    display: grid;
    grid-template-columns: .5133fr .4867fr;
}

.ProductGallery--main {
    grid-column: 1/span 1;
}

.product_Gallery {

    display: grid;
    grid-template-columns: 0.41fr 0.5862fr;
    height: 96%;
    position: relative;
}

.product_Gallery.fixed {
    grid-template-columns: 0.41fr 0.5862fr 0.85fr;
    position: fixed;
}

.SlideshowNav {
    grid-column: 1/span 1;
    margin: 0 5% 0 15%;

}

.SlideshowNavScroller {
    position: sticky;
    top: 35vh;

    /* display: flex;
    flex-wrap: wrap;
    gap: 2%; */
}

/* 
.SlideshowNavScroller a {
    display: none;
    --dimension-preview-img: 73.13px;
    width: var(--dimension-preview-img);
    height: calc(var(--dimension-preview-img) + 10px);
    overflow: hidden;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    border: 1px solid #d9bdae;
} */

.SlideshowNav--dots {
    display: none;
}

.SlideshowNav--dots .SlideshowNavScroller {
    display: flex;
    flex-direction: column;
    grid-gap: 0.2rem;
}

.SlideshowNav--dots .SlideshowNavScroller a {
    width: 10px;
    height: 10px;
    border: 2px solid #4d4d4d;
    border-radius: 50%;
    margin: 3% 3%;
    align-self: center;
}

.SlideshowNav--dots .SlideshowNavScroller a:hover {
    background: hsl(38deg, 33%, 33%);
}

.main-wrapper {
    height: 100%;
}

.product__slideshow {
    grid-column: 2/span 1;
    max-height: 90vh;
    overflow-y: scroll;
    direction: rtl;
    margin: 0 5% 0 5%;
    padding: 5px 0 0 2%;
    scroll-behavior: smooth;

    position: sticky;
    top: 9vh;
    /* bottom: 2vh; */
    transition: all 0.2s ease-in-out 0s;

    /* mozilla firefox has no -webkit-scollbar thing, and webkit scrollbar pseudo elements styling isn't supported in mozilla firefox
    so we have to use these to control the scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #eee transparent;
}

/* custom scrollbar 
https://stackoverflow.com/a/48212447 
https://css-tricks.com/custom-scrollbars-in-webkit/*/
/* /**vertical */
.product__slideshow::-webkit-scrollbar,
.product__slideshow::-webkit-scrollbar-thumb,
.product__slideshow::-webkit-scrollbar-track {
    width: 4px;
    border: none;
    background: transparent;
    margin-right: 10px;
}

.product__slideshow::-webkit-scrollbar-button,
.product__slideshow::-webkit-scrollbar-track-piece,
.product__slideshow::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

.product__slideshow::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #926027;
}

.product__slideshow::-webkit-scrollbar-track {
    background-image: url("../assets/scrollbar/track-for-vertical.png");
    background-repeat: repeat-y;
    background-size: contain;
}

.item-image>.AspectRatio {
    display: flex;
    flex-direction: column;

    /* padding: 5px 0 0 2%;
    max-height: 90vh;
    overflow-y: scroll;
    scroll-behavior: smooth; */
}

/* custom scrollbar 
https://stackoverflow.com/a/48212447 
https://css-tricks.com/custom-scrollbars-in-webkit/*/
/* /**vertical */
/* .item-image .AspectRatio::-webkit-scrollbar,
.item-image .AspectRatio::-webkit-scrollbar-thumb,
.item-image .AspectRatio::-webkit-scrollbar-track {
    width: 4px;
    border: none;
    background: transparent;
    margin-right: 10px;
}

.item-image .AspectRatio::-webkit-scrollbar-button,
.item-image .AspectRatio::-webkit-scrollbar-track-piece,
.item-image .AspectRatio::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

.item-image .AspectRatio::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #926027;
}

.item-image .AspectRatio::-webkit-scrollbar-track {
    background-image: url("../assets/scrollbar/track-for-vertical.png");
    background-repeat: repeat-y;
    background-size: contain;
} */
/* horizontal when screen width <=700 */
.item-image .AspectRatio::-webkit-scrollbar,
.item-image .AspectRatio::-webkit-scrollbar-thumb,
.item-image .AspectRatio::-webkit-scrollbar-track {
    width: 4px;
    border: none;
    background: transparent;
    margin-top: 10px;
    display: none;
}

.item-image .AspectRatio::-webkit-scrollbar-button,
.item-image .AspectRatio::-webkit-scrollbar-track-piece,
.item-image .AspectRatio::-webkit-scrollbar-corner,
::-webkit-resizer {
    /* display: none; */
}

.item-image .AspectRatio::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #926027;
}

.item-image .AspectRatio::-webkit-scrollbar-track {
    background-image: url("../assets/scrollbar/track-for-horizontal.png");
    background-repeat: repeat-x;
    background-size: contain;
}


.Product__InfoWrapper {
    grid-column: 2/span 1;
}

.Product__InfoWrapper>.productMeta,
.Product__InfoWrapper>.Product-Asidee {
    position: relative;
    z-index: 0;
    transform: none;
    margin: 1% 18% 2% 2% !important;
    width: auto;
    padding: 1rem 1rem 1rem 2rem;

}

.product-wrapper .custom_heading {
    color: #000;
    font-weight: 400;
    margin-top: 0.25rem;
    /* font-size: 12px; */
    font-size: 0.9rem;
}

.product-wrapper .emp-side {
    padding: 10px 10px 1px;
    position: inherit;
    /* background: linear-gradient(180deg, rgba(212, 168, 168, 0.25), transparent 95%); */
    /* margin-top: 9px; */
    /* border-radius: 26px; */
}

.product-wrapper .double-layer-coating {
    padding: 10px 5px;
    /* background: #dbbfb1; */
    /* hsl(40deg 50% 90%);*/
    border-radius: 10px;
    /* margin: 11px 0; */
    margin: 11px 0 4vh;
}

.product-wrapper .product-Variants {
    margin: 0px 0px 10px 0;
    padding: 32px 10px 10px;
    background: #fff;
    border-radius: 10px;
}

.product-wrapper .variantTitle {
    /* font-size: 18px; */
    font-size: 20px;
}

.variantTitle ul li {
    font-size: inherit;
}

.double-layer-coating .custom_heading {
    padding: 10px 10% 10px 9%;
    /* font-family: inherit; */
    font-family: 'Barlow Condensed';
}

.product-wrapper .productMeta-Text {
    background: #fff;
    padding: 26px 15px;
    border-radius: 10px;
}

.product-wrapper span.money {
    background: none;
}

.custom-fitting {
    padding: 24px 27px 0 0;
    background: #fff;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.75px;
    box-shadow: none !important;
}

.or-option {
    /* border: 1px solid; */
    padding: 12px;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 50%;
    text-decoration: overline;
    text-decoration-style: double;
    background: #fff;
    color: #79633e;
    display: none;
}


.mt-2 {
    margin-top: 2rem;
}

.SelectOptionsHeader {
    font-size: 20px !important;
}

.product-wrapper .Product-Asidee .Header {
    padding: 10px;
    width: fit-content;
    border-radius: 10px;
    /* background: #f2ead9; */
    font-weight: 500;
}

.product-wrapper .Block {
    padding: 36px 28px;
}

.product-wrapper .Product--Tabs {
    padding: 6px 20px 20px;
    /* border: 2px solid #f2ead9; */
    margin-top: -18px;
    border-radius: 11px;
}

.line-below {
    display: flex;
    flex-direction: column;
}

.line-below::after {
    content: " ";
    width: 100%;
    max-width: 400px;
    height: 2px;
    background: #dbbfb1;
}

.product-wrapper .line-below::after {
    max-width: unset;
}

.product-wrapper .hidden,
.hidden2 {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-10%);
}

.product-wrapper .show {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0%);
}

/* overwritting the "pair it with" or related accessories section */
.product-wrapper .related_accessories {
    color: hsl(38deg, 33%, 23%);
    background: none;
    /* left margin and right margin */
    margin-inline-start: 2%;
    margin-inline-end: 2%;
    /* top and bottom margin */
    margin-block-start: 0;
    margin-block-end: 4vh;
    border-radius: 8px;
    padding: 36px 42px;
}

.custom_heading span {
    cursor: pointer;
}

.bg-primary {
    background: hsl(213deg 36% 88% / 23%) !important;
}

.bg-warm {
    background: hsl(36deg 46% 93% / 35%) !important;
}

.content-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-wrapper .related_accessories p {
    border-bottom: none;
    margin-bottom: 0px;
}

.product-wrapper .ProductList {
    --carousel-item-each-width: 192.75px;
    grid-template-columns: var(--carousel-item-each-width);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
    overflow-x: scroll;

    width: fit-content;
    margin: auto;

    margin-top: 0.5%;
    /* grid-column-gap: 27px; */
    /* the gap depends on the screen width dynamically */
    grid-column-gap: calc(100vw*0.027);

    /* mozilla firefox has no -webkit-scollbar thing, and webkit scrollbar pseudo elements styling isn't supported in mozilla firefox
    so we have to use these to control the scrollbar */
    scrollbar-width: none;
}

.product-wrapper .productListWrapper {
    display: flex;
    align-items: center;
}

.product-wrapper .productListWrapper .ProductList::-webkit-scrollbar {
    height: 0;
}

/* .productListWrapper .scroll--LeftBtn button, */
.productListWrapper .scroll-btn button {
    position: absolute;
    border: 0;
    background: transparent;
    transition: all 0.2s ease-in-out 0s;
}

.productListWrapper .scroll-btn button:active>svg {
    width: 28px;
    height: 28px;
}

.productListWrapper .scroll-btn button svg {
    width: 26px;
    height: 26px;
    fill: var(--primary-color, #000);
}

.productListWrapper .scroll--LeftBtn button {
    left: 10px;
}

.productListWrapper .scroll--RightBtn button {
    right: 10px;
}

/* .product-wrapper .productListWrapper::before,
.product-wrapper .productListWrapper::after {
    display: block;
    width: 20px;
    height: 20px;
}

.product-wrapper .productListWrapper::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/></svg>');
}

.product-wrapper .productListWrapper::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
} */

.product-wrapper .ProductList::-webkit-scrollbar,
.product-wrapper .ProductList::-webkit-scrollbar-thumb,
.product-wrapper .ProductList::-webkit-scrollbar-track {
    width: 1px;
    /* width: 100px;
    height: 3px; */
}

.product-wrapper .ProductList::-webkit-scrollbar-button,
.product-wrapper .ProductList::-webkit-scrollbar-track-piece,
.product-wrapper .ProductList::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

.product-wrapper .ProductList::-webkit-scrollbar-thumb {
    display: none;
}

.product-wrapper .ProductItem__Info .productMeta-title {
    color: #000;
    font-size: 13px;
    /* height: 32px; */
    -webkit-font-smoothing: antialiased;

    /* update after exam completion #001*/
    margin: 6px 11px 18px;
}

.product-wrapper .ProductItem__Info .productMeta-title .ready-to-ship {
    font-size: 10px;
}

.product-wrapper .column-reverse .ProductItem__Info .productMeta-title {
    font-size: 14px;
    text-align: left;
}

.product-wrapper .productItem__Wrapper {
    min-width: 192.75px;
    min-width: calc(100vw/5.9);
    max-width: 225px;

    /* update after exam completion #001*/
    margin-top: 10px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 2px hsl(0deg 0% 12% / 20%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
}

.product-wrapper a.productItem__Wrapper {
    text-decoration: none !important;
    color: inherit !important;
}

.product-wrapper .productItem__Wrapper:first-child {
    margin-left: 10px;
}

.product-wrapper .productItem__Wrapper:last-child {
    margin-right: 10px;
}

.product-wrapper .productItem__Wrapper::after {
    content: none;
}

.product-wrapper .productItem__Wrapper:hover {
    transform: scale(1.025);
    -webkit-transform: scale(1.025);
}

.product-wrapper .productItem__Wrapper.column-reverse {
    flex-direction: column-reverse;
}

.taylor-fit-checkbox {
    display: flex;
    align-items: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
}

.buy-entire-btn {
    /* border-radius: 0; */
    outline: rgb(85 71 47);
    font-weight: 400;
    transition: transform 400ms ease-out 50ms, color 300ms ease-in, all 500ms ease 0s;
    font-size: 1.1rem;
    line-height: 2.25rem;
}

.buy-entire-btn:hover {
    transform: scale(1.01);
    /* outline: rgba(85, 71, 47, 0.35);
    outline-style: outset;
    outline-width: 1px; */
    /* background-color: rgb(85 71 47); */
    color: rgb(85, 71, 47);
    /* box-shadow: 0px -1px 1px 0px rgb(85 71 47 / 35%); */
    font-weight: 500;
}

.buy-entire-btn:hover::after {
    width: 100%;
    height: 2px;
}

.buy-entire-btn::after {
    content: "";
    width: 101px;
    height: 1px;
    background: rgb(85 71 47);
    display: block;
    margin: auto;
    transition: 400ms ease;
}

.items-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.7rem;
    row-gap: 0.5rem;
    margin-top: 5px;
}

.each--item {
    --max-sub-item-product-w: 132px;
    height: var(--max-sub-item-product-w, 132px);
    max-width: calc(100%/3.3);
    overflow: hidden;
    /* width: calc(100%/3.3); */
}

.each--item>label {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

/* this below line of css controls the view without the need of writing
any js */
.each--item input[type='checkbox']:not(:checked)~label {
    opacity: 0.35;
}

.blur-item {
    opacity: 0.35;
}

.cover-img {
    height: 100%;
}

.cover-img>img {
    background-size: cover;
    object-fit: cover;
    /* max-width: min(100%, var(--max-sub-item-product-w)); */
    height: min(100%, var(--max-sub-item-product-w));
    border-radius: 8px;
}

.caption {
    position: absolute;
    /* bottom: 1vh; */
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;

}

.caption>span {
    position: relative;
    bottom: 36px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mt-1 {
    margin-top: 1rem !important;
}

.multiple-items-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

span.total-calculated {
    font-size: initial;
    font-family: "Barlow Condensed", sans-serif;
    margin-right: 2rem;
    color: rgb(85 71 47);
}


/* list of product image */
.product-img-w_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}

.pr-img-w {
    /* height: 80px; */
    height: 90px;
    width: auto;
}


.pr-img-w img {
    max-width: unset;
    max-height: 100%;
    border-radius: 4px;
}

/* image prev next nav buttons */
.pr-img-nav {
    position: relative !important;
    transform: none !important;
    right: unset !important;
    display: none;
}

.pr-img-nav .prev-btn,
.pr-img-nav .next-btn {
    color: #fff !important;
    fill: #fff !important;
    position: absolute;
    top: 30vh;
    z-index: 1;
}

.pr-img-nav .prev-btn {
    left: 0.5vw;
}

.pr-img-nav .next-btn {
    right: 0.5vw;
}

.pr-img-nav .prev-btn:hover,
.pr-img-nav .next-btn:hover {
    fill: hsl(38deg, 33%, 33%) !important;
}

.multiple-items {
    margin-bottom: 20px;
}

/* handling when screen size is more than 1500px */
@media screen and (min-width: 1500px) {
    .product-wrapper .card {
        grid-template-columns: .65fr .4867fr;
    }

    .product_Gallery {
        grid-template-columns: 0.4fr 0.6fr;
    }

    .SelectOptionsHeader {
        font-size: 23px !important;
    }
    span.Heading {
        font-size: 19px;
    }
    
    .product-wrapper .variantTitle {
        font-size: 23px;
    }
    
    .variantTitle span {
        font-size: 24px;
    }
}

@media screen and (min-width: 1370px) {
    .product-wrapper .card {
       grid-template-columns: .6133fr .4867fr;
    }
}

/* handling when screen width is less than 1100px */
@media screen and (max-width: 1100px) {
    .SlideshowNav {
        display: none;
        /* display: block; */
    }

    .product_Gallery {
        grid-template-columns: 0.15fr 0.85fr;
    }

    .SlideshowNav--dots {
        grid-column: 1/span 1;
        display: initial;
    }

    .SlideshowNavScroller {
        top: 43vh;
    }

    .main_wrapper {
        grid-column: 2/span 1;
    }

    .Product__InfoWrapper>.productMeta,
    .Product__InfoWrapper>.Product-Asidee {
        margin: 1% 2% 2% 2% !important;
    }

    .product-wrapper .productItem__Wrapper {
        min-width: calc(100vw/4);
    }
}

@media screen and (max-width: 700px) {
    .product-wrapper .card {
        grid-template-columns: 1fr;
    }

    .Product__InfoWrapper {
        grid-column: 1/ span 1;
    }

    .SlideshowNav--dots {
        display: none;
    }

    .product_Gallery {
        grid-template-columns: 1fr;
    }

    .main-wrapper {
        grid-column: 1/span 1;
    }

    .product__slideshow {
        overflow-y: hidden;
        overflow-x: scroll;
        margin: 0vh 1% 0 1%;
        padding: 0;
    }


    .item-image>.AspectRatio {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        overflow-x: scroll;
        /* max-width: 100%; */
        max-width: 99vw;
    }

    .item-image>.AspectRatio a,
    .item-image>.AspectRatio figure {
        min-width: 100%;
        max-height: 80vh;
    }

    .item-image>.AspectRatio figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .item-image .AspectRatio::-webkit-scrollbar,
    .item-image .AspectRatio::-webkit-scrollbar-thumb,
    .item-image .AspectRatio::-webkit-scrollbar-track {
        display: hidden;
    }

    .product__slideshow::-webkit-scrollbar,
    .product__slideshow::-webkit-scrollbar-thumb,
    .product__slideshow::-webkit-scrollbar-track {
        display: none;
    }

    .product-wrapper .productItem__Wrapper {
        min-width: calc(100vw/4);
    }

    .product-wrapper .productItem__Wrapper {
        min-width: calc(100vw/3);
    }

    .product__slideshow {
        /* grid-column: 2/span 1; */
        max-height: unset !important;
    }

    .pr-img-nav {
        display: initial;
    }

    .pr-img-nav .prev-btn,
    .pr-img-nav .next-btn {
        top: 50vh;
    }
}

@media screen and (max-width: 512px) {
    .SlideshowNav {
        display: block;
        max-width: 100vw;
    }

    .product_Gallery {
        display: flex;
        /* grid-template-columns: 0.41fr 0.5862fr; */
        height: unset;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
    }

    .product-wrapper .productItem__Wrapper {
        min-width: calc(100vw/2);
    }

    .productMeta-title {
        /* font-size: 20px; */
        font-size: 30px;
    }

    span.productMeta-price {
        /* font-size: 10px; */
        font-size: 15px;
    }

    .variantTitle span {
        /* font-size: 15px; */
        /* font-size: 18px; */
        font-size: inherit;
    }

    .variantTitle {
        font-size: 20px;
    }

    .Product__InfoWrapper>.productMeta,
    .Product__InfoWrapper>.Product-Asidee {
        margin: 1% 0px 1% 0px !important;
    }

    .product-wrapper .productMeta-Text {
        padding: 26px 0px;
        /* border-top: 1px groove; */
        border-radius: 0;
        /* padding: 10px 15px; */
        margin: 0;
        /* border-bottom: 1px solid; */
        border-color: #9a8a6e;
        /* font-size: 0.85rem; */
    }

    .product-wrapper .productMeta-Text .Heading {
        font-size: inherit;
    }

    .product-wrapper .emp-side {
        /* border-top: 1px groove; */

    }

    .product-wrapper .double-layer-coating {
        padding: 3px 3px;
        border-radius: 10px;
        margin: 11px 0 4vh;
    }

    .SlideshowNav {
        grid-column: 1/span 1;
        margin: 0.5rem 1% 0;
    }

    .product-img-w_list {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }

    .product-img-w_list::-webkit-scrollbar {
        height: 0px;
    }

    .SlideshowNavScroller>.SectionHeader_SubHeading {
        display: none;
    }

    .Product__InfoWrapper>.productMeta,
    .Product__InfoWrapper>.Product-Asidee {
        /* padding: 0rem 1rem 1rem 2rem; */
        padding: 0rem 1rem 1rem 0.85rem;
    }

    .pr-img-nav .prev-btn,
    .pr-img-nav .next-btn {
        top: 35vh;
    }
}

@media screen and (max-width: 400px) {
    .product-wrapper .productItem__Wrapper {
        min-width: 290px;
    }

    .product-wrapper .related_accessories {
        padding: 36px 27px;
    }
}

/* aspect ratio: width/height */
@media (max-aspect-ratio: 768/1024) {
    .product__slideshow {
        /* max-height: 66vh; */
        max-height: 82vh;
    }
}