.product-container {
    display: flex
    ;
    flex-direction: row-reverse;
    position: relative;
    min-height: 100vh;
}
#product-overlays {
    min-height: 100vh !important;
    min-width: calc(100% - 380px);
    background: #f0eeed;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 999;
}
.gf-container-product {
    width: 100%;
    left: 0;
    top: 0 !important;
     bottom: 0;
    position: absolute;
    display: flex !important
;
    flex-direction: column;
    align-items: center;
}
.recommended-container {
    display: flex
;
    justify-content: center;
    position: fixed;
    height: 100vh;
    background: #f0eeed;
    overflow-y: scroll;
    width: 380px;
    left: 0;
    top: 0;
}
.header-similar-item-title {
    display: none;
}
.product-list {
    display: flex
;
    position: relative;
    flex-direction: row;
    align-items: flex-start;
    background: #f0eeed;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.product-list-item {
    display: inline-flex
;
    position: relative;
    align-items: center;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    background: #f0eeed;
    padding: 0 40px;
    width: 100%;
    float: left;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    overflow: hidden;
    width: 100%;
}
.product-gallery {
    background: #f0eeed !important;
    margin-top: 0;
    position: relative;
    top: 0;
    width: 100%;
    display: flex
;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-right: 380px;
    transition: all 0.3s ease-out;
    max-height: 100%;
    overflow-y: scroll;
}
.product-details {
    padding: 0;
    height: auto;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    background: transparent;
    display: block;
    width: 364px;
    border-radius: 6px;
    padding-bottom: 0px;
    height: auto;
    transition: all 0.1s ease-in;
}
.product-details-top {
    display: flex;
    position: relative;
    padding: 0px 38px 0 0;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
    height: 44px;
}
.product-info-top-contain {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-left: 1px solid #f0eeed;
    left: 0px;
    padding-left: 0px;
    padding-right: 56px;
}
.product-close-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 10px;
    background: #f6f6f6;
    border-radius: 6px;
    transition: all 0.2s;
    cursor: pointer;
}
.pp-tag-shadow {
    display: flex;
    background: #f0eeed;
    position: fixed;
    right: 16px;
    width: 51px;
    height: 30px;
    z-index: 850;
    -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%);
    top: 65px;
}
.product-details-tags {
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    display: block;
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-right: 60px;
    z-index: 999;
}
.product-information-contain {
    margin-top: 0px;
    display: flex
;
    background: #fff;
    position: relative;
    height: auto;
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin-bottom: 6px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.08);
    max-height: 280px;
    border-bottom: solid white 12px;
}
.show-product-information {
    display: none;
    background: #fff;
    position: relative;
    width: 100%;
    padding: 6px;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #f0eeed;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 0.9em;
    color: #142161 ! Important;
    cursor: pointer;
}
.product-information-inner {
    display: flex
;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    padding: 34px;
    overflow-y: scroll;
    max-height: 280px;
}
h1.product_title {
    margin-bottom: 10px ! Important;
}
.product-page-description {
    display: inline;
    padding-right: 0;
    margin-bottom: 0px;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    line-height: 1.5;
    transition: all 0.3s;
}
.store-selection {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px;
}
.store-select-width {
    width: 364px;
    border-radius: 0 0 6px 6px;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    overflow-y: scroll;
}
.main-buy-button {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 8px;
}
#open-read:before {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: 999;
}
 .swatch {
    display: block;
    max-height: 95px;
    background: #ffffff7d;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    overflow-y: scroll;
    border-radius: 0 0 6px 6px;
    transition: max-height 0.3s ease;
}
.swatch-element {
    width: 100%;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0px;
    display: flex
;
    align-items: center;
    padding: 0;
    background: transparent;
}
.product-vendor-title {
    display: flex
;
    align-items: center;
    background: #f0eeed;
    border: 1px solid #e9e9e9;
    padding: 1px 9px 1px 9px;
    border-radius: 6px;
    color: #747474 !important;
    z-index: 999;
    position: relative;
    min-width: auto;
    font-size: 0.85em;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    margin-right: 12px;
    font-weight: 500;
    overflow: hidden;
}
.product-single__vendor {
    width: 53%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0px;
    font-weight: 500;
    opacity: 0.8;
    font-family: NTNeuss, Arial, Helvetica, sans-serif;
    margin: 0 !Important;
}
.product-single__vendor {
    font-size: 0.85em;
    margin: 0;
}
.swatch::-webkit-scrollbar-track {
    background-color: transparent /* Set the background color of the track */;
}
.swatch::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
}
.swatch::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
}
.recommended-container::-webkit-scrollbar {
    width: 2px;
    background: #e3e3e3;
    border-radius: 50px;
}
.recommended-container::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
}
.recommended-container::-webkit-scrollbar-track {
    border-radius: 50px;
}
.product-list::-webkit-scrollbar {
    height: 2px;
    background: #e3e3e3;
    border-radius: 50px;
}
.product-list::-webkit-scrollbar {
    height: 2px;
    background: #e3e3e3;
    border-radius: 50px;
}
.product-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
}
.product-list::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 50px;
}
.product-list::-webkit-scrollbar-track {
    border-radius: 50px;
}
.product-list::-webkit-scrollbar-track {
    border-radius: 50px;
}
.product-information-inner::-webkit-scrollbar {
    display: none;
}
.custom-add-to-cart-section .cart-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

.quantity-wrap {
    flex: 1 1 auto;
}


.cart-buttons {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.add-to-cart {
    flex-grow: 1;
    width: 100%;
}
.quantity-wrap input{
   background: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 10px;
    max-width: 50px;
    height: 48px;
    text-align: center;

}
.quantity-wrap input:focus{
   background: transparent;
    border: 1px solid #c3c3c3;
     

}
.cart-buttons .button {
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    cursor: pointer;
}

.woocommerce-notices {
    margin-top: 1.5rem;
}
 .product-gallery__image {
        bottom:0;
    }

@media (max-width: 1340px) {
    #product-overlays {
        min-width: calc(100% - 320px) !important;
    }
    .product-list-item {
        width: 100% !important;
    }
    .recommended-container {
        width: 320px !important;
    }
}
@media only screen and (max-width: 1180px) {
    .recommended-container {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        padding: 16px 0;
        z-index: 999;
        min-width: 100vw;
        z-index: 10;
    }
    .product-list {
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: flex !important;
        position: relative !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        scroll-snap-align: start;
    }
        .product-list {
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: flex !important;
        position: relative !important;
        flex-direction: row !important;
        width: 100% !important;
        flex-wrap: nowrap !important;
        scroll-snap-align: start;
    }
     .product-container {
        flex-direction: column !important;
    }
        .product-list-item {
        min-width: 22vw;
        border: 0 !important;
        padding: 0 20px ! Important;
        overflow: hidden;
    }
    .gf-container-product {
        position: relative !important;
    }
   
    .product-list-link img{
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .product-info-bottom {
        display: none ! Important;
    }
    .gf-container-product {
        max-width: 100vw !important;
        min-height: 100vh;
    }
   
    .show-product-information {
        padding: 8px !important;
    }
    .show-product-information {
        display: flex ! Important;
    }
    .store-select-width {
        overflow-y: unset ! Important;
    }
   .store-select-width {
        width: 100% !important;
        Margin: unset !important;
        padding: 8px ! Important;
        bottom: 0;
        position: fixed ! Important;
        z-index: 999;
        left: 0;
    }
    .main-buy-button{
        display: inline-block;
    }
    #gfqv-btn {
        height: 48px;
        align-items: center;
        justify-content: center;
        display: flex !important;
        font-size: 1em !important;
        width:95%;
         
        
    }
    .quantity-wrap input {
            background: #fff;
            border: 1px solid #ffffff;
            width: 100%;
            max-width: 100%;
    }
    .custom-add-to-cart-section .cart-controls{
        flex-wrap: nowrap;
    }
    .quantity-wrap {
        flex: 0 0 35%;
    }
    .cart-buttons {
        flex: 0 0 60%;
    }
    .product-gallery {
        width: 100vw ! Important;
        max-width: 100vw;
        margin-bottom: -40px;
        margin-top: 0px !important;
        position: relative !important;
        padding-right: 0 !important;
        overflow-y: auto ! Important;
        display: block ! Important;
        opacity: 1 !Important;
    }
    .product-information-inner {
        display: flex;
        padding: 34px !important;
        max-height: unset ! Important;
    }
    .product-information-contain {
        max-height: unset !important;
    }
    .product-details {
        position: relative !important;
        top: 0 !important;
        right: 0 !Important;
        width: 100% ! Important;
        padding-bottom: 0px !important;
        height: 100% !important;
    }
    .product-details-top {
        position: fixed !important;
        top: 8px;
        left: 8px;
        width: calc(100% - 16px) !important;
        height: 44px ! Important;
        z-index: 999 !Important;
        -webkit-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.02);
        box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.02);
    }
    .product-details-tags {
        position: fixed !important;
        top: 58px ! Important;
        left: 8px;
    }
    .recommended-container {
        display: flex ! Important;
        flex-direction: column;
        position: relative ! Important;
        background: transparent !important;
        overflow: hidden;
        width: 100% !important;
        height: 130px !important;
        margin-bottom: 200px;
        z-index: 800 !Important;
        padding: 0 8px;
        border-radius: 6px;
        top: unset !important;
        left: unset !important;
    }
        .header-similar-item-title {
        display: flex !important
;
        background: #fff;
        position: relative;
        width: 100%;
        padding: 8px;
        border-radius: 6px 6px 0 0;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0.9em;
        color: #142161 ! Important;
        cursor: pointer;
        border-bottom: 1px solid #f0eeed;
    }
    .product-gallery__image {
        width: 100%;
        height: 100%;
        min-height: 480px;
        display: block ! Important;
        opacity: 1 !important;
    }
    .product-list {
        scrollbar-width: none;
        background: #fff !important;
        border-radius: 0 0 6px 6px;
        overflow-x: auto;
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        display: flex ! Important;
        position: relative ! Important;
        flex-direction: row ! Important;
        
        width: 100% ! Important;
        flex-wrap: nowrap ! Important;
    }
        .product-list-item {
        min-width: 110px ! Important;
        max-width: 110px ! Important;
        height: 95px;
        overflow: hidden;
        padding: 0 !important;
        border: 0 !Important;
        background: #fff;
        scroll-snap-align: start;
    }

}