.productSinglePage .pageWrapper {
    /*padding: 16px 25px 30px;*/
}

.productSinglePage .productLeft {
    width: 100%;
    /*float: left;*/
    padding-bottom: 70px;
    border-bottom: 1px solid #000000;
}

.productSinglePage {
    margin-top: 50px;
}

.otherProducts {
    margin-bottom: 50px;
}

.productSinglePage .productLeft .productImageBlock {
    position: relative;
    width: 530px;
    height: 500px;
    float: left;
    overflow: hidden;
    padding: 2px;
}

.saleLabel.desktopSaleLabel {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #CB0000;
    background: #F9E4E4;
    text-transform: uppercase;
    padding: 5px 12px;
    box-shadow: 0px 3px 6px #00000014;
    position: relative;
    top: -2px;
    margin-left: 15px;
}

.productSinglePage .productLeft .productImageBlock .productImage {
    width: 400px;
    height: 100%;
    float: right;
    margin-left: 46px;
}

.productSinglePage .productLeft .productImageBlock .productImage .icon {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    width: auto;
    height: auto;
    width: 15px !important;
    height: auto !important;
    top: auto !important;
    bottom: 15px !important;
    right: 15px !important;
    left: auto !important;
}

.productSinglePage .productLeft .productImageBlock .productImage .productImageWrapper {
    /*width: 100%;*/
    /*height: 80%;*/
    /*padding: 10% 5%;*/
    /* border: 1px solid #dadada; */
    /*visibility: hidden;*/
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000014;
    padding: 10px;
}

.productSinglePage .productLeft .productImageBlock .productImage img {
    width: 100%;
    height: auto;
}

.productSinglePage .productLeft .productImageBlock .productImageList {
    width: 80px;
    float: left;
    padding-left: 2px;
    /*padding-top: 2px;*/
}

.productSinglePage .productLeft .productImageBlock .productImageList .upArrow {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    width: 18%;
    padding: 20px 0px 15px;
    text-align: center;
    cursor: pointer;
}

.productSinglePage .productLeft .productImageBlock .productImageList .upArrow img {
    vertical-align: top;
}

.productSinglePage .productLeft .productImageBlock .productImageList .downArrow {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    width: 18%;
    padding: 20px 0px 15px;
    text-align: center;
    cursor: pointer;
}

.productSinglePage .productLeft .productImageBlock .productImageList .downArrow img {
    vertical-align: top;
}

.productSinglePage .productLeft .productImageBlock .productImageList.long .downArrow {
    display: block;
}

.productSinglePage .productLeft .productImageBlock .productImageThumb {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
}

.productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper {
    height: 100%;
    /* border: 1px solid #dadada; */
    padding: 5px;
    cursor: pointer;
}

.productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper {
    cursor: auto;
}

.productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper,
.productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper:hover {
    box-shadow: 0px 3px 6px #00000029;
}

.productSinglePage .productLeft .productImageBlock .productImageThumb img {
    width: 100% !important;
    vertical-align: top;
    top: 0 !important;
}

.productSinglePage .productLeft .productImageBlock .productImageList {
    height: 100%;
    overflow-y: auto;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.productSinglePage .productLeft .productImageBlock .productImageList::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
}

.productSinglePage .productLeft .productInfo {
    width: calc(100% - 530px);
    float: left;
}

.productSinglePage .productLeft .productInfoWrapper {
    /*padding: 18px 40px;*/
    /*border-right: 1px solid #dadada;*/
    padding-left: 76px;
}

.productSinglePage .productLeft .productTitle {
    font-size: 22px;
    line-height: 33px;
    /*text-transform: uppercase;*/
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-weight: 500;
}

.productSinglePage .productLeft .productSubtitle {
    font-size: 16px;
    line-height: 28px;
    /*text-transform: uppercase;*/
    /*font-family: "Roboto Condensed", sans-serif;*/
    margin-bottom: 13px;
    color: #797979;
}

.productSinglePage .productLeft .productText {
    font-size: 16px;
    line-height: 25px;
    /*font-style: italic;*/
    margin-bottom: 50px;
}

.productSinglePage .productLeft .productText a {
    text-decoration: underline;
}

.productSinglePage .productLeft .productComment label {
    color: #4d4d4d;
    /* font-family: "Roboto Condensed", sans-serif; */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
    padding-left: 5px;
}

.productSinglePage .productLeft .productComment textarea {
    width: 100%;
    padding: 7px 2%;
    /* border: 1px solid #dadada; */
    border: 0.5px solid #151515;
}

.productSinglePage .productLeft .productPrice {
    margin-bottom: 20px;
    /*display: none;*/
}

.productSinglePage .productLeft .productPrice.active {
    display: block;
}

.productSinglePage .productLeft .productAmountSize {
    display: none;
}

.productSinglePage .productLeft .productAmountSize.active {
    display: block;
}

.productSinglePage .productLeft .currentPrice {
    font-size: 20px;
    font-weight: 500;
    float: left;
    line-height: 30px;
    margin-top: 15px;
}

.productSinglePage .productLeft .currentPrice.sale-price {
    color: #CB0000;
}

/*.productSinglePage .productLeft .oldPrice {*/
/*    float: left;*/
/*    font-size: 12px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 500;*/
/*    color: #979797;*/
/*    margin-top: 10px;*/
/*}*/

.productSinglePage .productLeft .oldPrice span {
    font-size: 20px;
    font-weight: 500;
    float: left;
    line-height: 30px;
    margin-top: 15px;
    color: #5A5A5A;
    text-decoration: line-through;
    margin-left: 15px;
}

.productSinglePage .productRight {
    width: 100%;
    /*float: right;*/
}

.productStore .right-side {
    float: left;
    width: 60%;
}

.productStore .left-side {
    float: left;
    width: 40%;
}

.productSinglePage .productRight .productStore {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.productSinglePage .productRight .productStore .deliveryRow img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.productSinglePage .productRight .productStore .deliveryRow span {
    display: inline-block;
    vertical-align: middle;
}

.productSinglePage .productRight .productStore .deliveryRow {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-style: italic;
    margin-bottom: 20px;
}

.productSinglePage .productRight .productStore .label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #797979;
}

.productSinglePage .productRight .productStore .storeBtn {
    font-size: 16px;
    background: #EBF4F5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    float: right;
    margin-left: 25px;
    line-height: 21px;
    font-weight: 500;
}

.productSinglePage .productRight .productStore .storeBtn a {
    display: block;
    padding: 12px 30px;
}

.productSinglePage .productRight .productStore .storeBtn:hover {
    /*background: #e6e6e6;*/
    /*text-decoration: underline;*/
}

.productSinglePage .productRight .productStore .storeImage {
    height: 140px;
}

.productSinglePage .productRight .productStore .storeImage img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.productSinglePage .productRight .productStore .storeTitle {
    font-size: 22px;
    line-height: 33px;
    color: #000;
    font-weight: 500;
}

.productSinglePage .productRight .productStore .storeSubtitle {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.productSinglePage .productRight .productStore .storeInfo {
    /*margin-bottom: 20px;*/
}

/* Add these styles to your existing CSS file at line 1050 (after the product popup styles) */

/* Updated dropdown styling to match design */
.productSinglePage .productChanger .selectDiv {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
    border: 0.5px solid #000;
    min-height: 45px;
    border-radius: 1px;
}

.productSinglePage .productChanger .selectDivWrapper {
    font-size: 16px;
    cursor: pointer;
    padding: 12px 15px;
    position: relative;
    height: 43px;
}

.productSinglePage .productChanger .selectDiv .label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    border: none;
    margin: 0;
}

/* Hide label when there's a selected value */
.productSinglePage .productChanger .selectDiv .label.hidden {
    display: none;
}

.productSinglePage .productChanger .selectDiv .currentLabel {
    position: absolute;
    top: 14px;
    left: 15px;
    right: 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    z-index: 1;
    pointer-events: none;
}

.productSinglePage .productChanger .selectDiv .arrowDown {
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    z-index: 2;
}

.productSinglePage .productChanger .selectDiv .arrowDown img {
    width: 12px;
    height: auto;
    vertical-align: top;
}

.productSinglePage .productChanger .selectDiv .selectOptions {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
}

.productSinglePage .productChanger .selectDiv .selectOptions .option {
    padding: 12px 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

.productSinglePage .productChanger .selectDiv .selectOptions .option:last-child {
    border-bottom: none;
}

.productSinglePage .productChanger .selectDiv .selectOptions .option:hover {
    background-color: #f8f9fa;
}

.productSinglePage .productChanger .selectDiv .selectOptions .option.active {
    background-color: #e9ecef;
    font-weight: 500;
}

/*.productSinglePage .productChanger .selectDiv.active {*/
/*    border-color: #007bff;*/
/*    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);*/
/*}*/

.productSinglePage .productChanger .selectDiv.active .selectOptions {
    display: block;
}

.productSinglePage .productChanger .selectDiv.active .arrowDown {
    transform: translateY(-105%) rotate(180deg);
}

/* Amount dropdown specific styling */
.productSinglePage .productChanger .productAmount .selectDiv .currentLabel.changeable {
    position: absolute;
    top: 14px;
    left: 15px;
    right: 50px;
    text-align: left;
}

.productSinglePage .productChanger .productAmount .selectDiv .currentLabel .amountInput {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #333;
    width: 100%;
    padding: 0;
    text-align: left;
    outline: none;
}

.productSinglePage .addToBasketBtn {
    position: relative;
    margin-top: 15px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background: #000000;
    color: #fff;
    padding: 12px 30px 13px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    text-align: center;
}

.productSinglePage .addToBasketBtn .addedConfirm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('elementsOutput/white.png') center center no-repeat #01b527;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.productSinglePage .addToBasketBtn .loader {
    display: none;
}

.productSinglePage .addToBasketBtn .loader img {
    width: 20px;
}

.productSinglePage .addToBasketBtn:hover {
    font-weight: bold;
}

.productSinglePage .addToBasketBtn span,
.productSinglePage .addToBasketBtn img {
    vertical-align: middle;
}

.productSinglePage .addToBasketBtn span {
    position: relative;
    top: 2px;
}

.productSinglePage .addToBasketBtn img {
    margin-right: 15px;
    width: 15px;
}

.productSinglePage .freeDelivery {
    margin-top: 42px;
}

.productSinglePage .freeDelivery .deliveryRow:nth-child(2) {
    /*display: none;*/
}

.productSinglePage .freeDelivery .deliveryRow img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    height: 16px;
}

.productSinglePage .freeDelivery .deliveryRow span {
    display: inline-block;
    vertical-align: middle;
}

.productSinglePage .freeDelivery .deliveryRow {
    font-size: 14px;
    line-height: 16px;
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
    color: #000;
    /*font-style: italic;*/
    margin-bottom: 15px;
}

.productSinglePage .otherProducts .productList {
    padding-bottom: 0;
}

.productSinglePage .otherProducts .productList .productItem .productItemWrapper {
    padding: 0;
}

.lastViewedProducts .productItem .productItemWrapper {
    padding: 0;
}

.productSinglePage .otherProductsTitle {
    margin-bottom: 15px;
    font-size: 24px;
    /*font-family: "Merriweather", serif;*/
    font-weight: 700;
    /*font-style: italic;*/
}

.productSinglePage .otherProductsTitle span {
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto";
    font-style: normal;
    margin-left: 10px;
}

/* Product Image Gallery Hover Design */
.productImageGallery {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.productImageSlider {
    position: relative;
    width: 100%;
    height: 100%;
}

.productImageSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.productImageSlide.active {
    opacity: 1;
}

.productImageSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Arrows */
.imageNavArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #000000;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.imageNavArrow:hover {
    /*background: rgba(0,0,0,0.9);*/
    transform: translateY(-50%) scale(1.1);
}

.favourite-product {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: auto;
    opacity: 0;
    z-index: 1;
}

.productItem:hover .favourite-product {
    opacity: 1;
}

.imageNavArrow.prev {
    left: 10px;
}

.imageNavArrow.next {
    right: 10px;
}

.productItem:hover .imageNavArrow {
    opacity: 1;
}

/* Image Indicators */
.imageIndicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.productItem:hover .imageIndicators {
    opacity: 1;
}

.imageIndicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.imageIndicator.active {
    background: white;
}

/* Hide cart button on hover */
.productItem:hover .productCartButton,
.productItem:hover .addToCartBtn,
.productItem:hover .cart-button {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Product Info Overlay */
.productHoverInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.productItem:hover .productHoverInfo {
    transform: translateY(0);
}

.productHoverTitle {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.productHoverBrand {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 10px;
}

.productHoverPrice {
    font-size: 18px;
    font-weight: 700;
}

.productHoverPrice .salePrice {
    color: #ff4444;
    margin-right: 10px;
}

.productHoverPrice .originalPrice {
    text-decoration: line-through;
    opacity: 0.7;
    font-size: 14px;
}

/* Size indicators */
.productSizes {
    display: flex;
    gap: 5px;
    margin-top: 8px;
    flex-wrap: wrap;
    display: none;
}

.sizeIndicator {
    padding: 2px 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    font-size: 12px;
}

/* Enhanced product item hover effect */
.productItem {
    transition: all 0.3s ease;
}

.productList .productItem:hover .productItemWrapper {
    box-shadow: 0px 3px 6px #00000014;
    /*transform: translateY(-2px);*/
}

/* Add these styles to your CSS file (paste-2.txt) */

/* Last Viewed Products Section */
.lastViewedProducts {
    margin-top: 50px;
    padding-top: 70px;
    border-top: 1px solid #000000;
}

.lastViewedProducts .productList {
    padding-bottom: 0;
    margin-bottom: 130px;
}

.lastViewedTitle {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 900;
    line-height: 33px;
}

.lastViewedWrapper {
    position: relative;
}

.lastViewedContainer {
    overflow: hidden;
    position: relative;
}

.lastViewedList {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.lastViewedList.productList {
    /* Override any conflicting productList styles */
    display: flex !important;
    flex-wrap: nowrap !important;
}

.lastViewedList .productItem {
    flex: 0 0 calc(25% - 15px);
    min-width: calc(25% - 15px);
}

/* Arrow Navigation */
.lastViewedArrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

/*.lastViewedArrow:hover {*/
/*    background: #f0f0f0;*/
/*    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);*/
/*}*/

.lastViewedArrow.prev {
    left: -30px;
}

.lastViewedArrow.next {
    right: -30px;
}

.lastViewedArrow img {
    width: 15px;
    height: auto;
}

.lastViewedArrow.prev img {
    transform: rotate(90deg);
}

.lastViewedArrow.next img {
    transform: rotate(-90deg);
}

.lastViewedDots {
    display: none;
    justify-content: center;
    gap: 8px;
}

.lastViewedDot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
    transition: background 0.3s ease;
}

.lastViewedDot.active {
    background: #000;
}

.lastViewedArrow.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .lastViewedList .productItem {
        flex: 0 0 calc(33.333% - 14px);
        min-width: calc(33.333% - 14px);
    }

    .productList .productItem:hover .productItemWrapper {
        box-shadow: none !important;
    }


    .productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper,
    .productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper:hover {
        box-shadow: none !important;
    }

    .productItem:hover .imageNavArrow {
        opacity: 0;
    }

    .productItem:hover .imageIndicators {
        opacity: 0;
    }
}

@media screen and (max-width: 900px) {
    .lastViewedList .productItem {
        flex: 0 0 calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .productList .productItem {
        width: 48%;
        margin-right: 4%;
    }

    .productList .productItem.last {
        margin-right: 4%;
    }

    .productList .productItem:nth-child(even) {
        margin-right: 0;
    }

    .productList .productItem:nth-child(even) {
        margin-right: 0;
    }

    .productList .productItem:nth-child(4) {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .lastViewedProducts {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid #000;
        padding-left: 18px;
        padding-right: 18px;
    }

    .lastViewedDots {
        display: flex;
        padding: 0 18px;
    }

    .lastViewedProducts .productList {
        margin-bottom: 60px;
        padding-bottom: 0;
    }

    .lastViewedTitle {
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        display: block;
    }

    .lastViewedWrapper {
        position: relative;
        padding: 0;
        margin: 0 -18px;
    }

    .lastViewedContainer {
        overflow: hidden;
        /* Changed from overflow-x: auto */
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0 18px;
        /* Remove scroll-snap-type: x mandatory; */
    }

    .lastViewedContainer::-webkit-scrollbar {
        display: none;
    }

    .lastViewedList {
        display: flex;
        gap: 13px;
        margin: 0;
        padding: 0;
        /* Add this to enable transform positioning */
        transition: transform 0.3s ease;
    }

    .lastViewedList .productItem {
        flex: 0 0 calc(50% - 6.5px);
        min-width: calc(50% - 6.5px);
        margin: 0;
        /* Remove scroll-snap-align: start; */
    }

    .lastViewedArrow {
        position: absolute;
        top: 0;
        width: 24px;
        height: 24px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
        cursor: pointer;
    }

    .lastViewedArrow.prev {
        display: none;
    }

    .lastViewedArrow.next {
        right: 0;
        top: 0;
    }

    .lastViewedArrow img {
        width: 10px;
        height: auto;
    }

    .lastViewedArrow.prev img {
        transform: rotate(90deg);
    }

    .lastViewedArrow.next img {
        transform: rotate(-90deg);
    }

    .lastViewedTitle {
        font-size: 22px;
        line-height: 33px;
        font-weight: 500;
    }

    .lastViewedArrow img {
        width: 20px;
    }

    .lastViewedArrow.next {
        right: 15px;
        top: -37px;
    }

    .lastViewedArrow.prev {
        right: 70px;
        top: -32px;
        left: auto;
    }
}

/*@media screen and (max-width: 450px) {*/
/*    .lastViewedProducts {*/
/*        padding-left: 15px;*/
/*        padding-right: 15px;*/
/*    }*/

/*    .lastViewedTitle {*/
/*        font-size: 16px;*/
/*        line-height: 24px;*/
/*        padding: 0;*/
/*    }*/

/*    .lastViewedWrapper {*/
/*        margin: 0 -15px;*/
/*    }*/

/*    .lastViewedContainer {*/
/*        padding: 0 15px;*/
/*    }*/

/*    .lastViewedArrow.next {*/
/*        right: 0;*/
/*        top: 0;*/
/*    }*/

/*    .lastViewedList {*/
/*        gap: 10px;*/
/*    }*/

/*    .lastViewedList .productItem {*/
/*        flex: 0 0 calc((100% - 10px) / 2);*/
/*        min-width: calc((100% - 10px) / 2);*/
/*    }*/
/*}*/

/* Ensure product image gallery works in last viewed section */
.lastViewedProducts .productImageSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lastViewedProducts .productImageSlide.active {
    opacity: 1;
}

.lastViewedProducts .productImageSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Image Slider - Hidden on Desktop */
.mobileImageSlider {
    display: none;
}

.mobileImageDots {
    display: none;
}

.mobileImageDotsWrapper {
    display: none;
}

.mobileBackButton {
    display: none;
}

.mobileFavoriteButton {
    display: none;
}

.productInfoItems {
    display: none;
}

.product_favorite {
    cursor: pointer;
    float: right;
}

/* Hide mobile elements on desktop */
@media screen and (min-width: 601px) {
    .mobileImageSlider {
        display: none !important;
    }

    .mobileImageDots {
        display: none !important;
    }

    .productInfoItems {
        display: none !important;
    }
}

@media screen and (max-width: 1000px) {
    .productSinglePage .productLeft {
        width: 100%;
        float: none;
    }

    .productSinglePage .productRight {
        width: 100%;
        float: none;
    }

    .productSinglePage .productLeft .productInfoWrapper {
        border-right: 0;
        padding: 18px 0px 18px 20px;
    }

    .productSinglePage .productRight .productStore .storeImage {
        max-width: 60%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    /* Mobile styles ONLY for .productLeft and its subsections */

    .productSinglePage .productLeft .productImageBlock .productImageList {
        display: none !important;
    }

    .productSinglePage .productLeft .productImageBlock .productImage.desktopImageGallery {
        display: none !important;
    }

    .mobileImageSlider {
        display: block !important;
        position: relative;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        height: 500px !important;
        overflow: hidden;
        touch-action: pan-y;
        background: #fff;
        box-shadow: 0px 3px 6px #00000014;
    }

    .mobileImageSlider .productImageWrapper {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        padding: 11px;
        box-sizing: border-box;
    }

    .mobileImageSlider .productImageWrapper.active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobileImageSlider .productImageWrapper img {
        width: auto !important;
        height: 100% !important;
        object-fit: cover;
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        visibility: visible !important;
        transform: translateX(-50%);
        display: block;
    }

    .mobileImageSlider .icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 24px !important;
        height: 24px !important;
        z-index: 100;
        cursor: pointer;
    }

    .mobileBackButton {
        display: block !important;
        position: absolute;
        top: 9px;
        left: 9px;
        z-index: 1;
        cursor: pointer;
    }

    .mobileBackButton img {
        width: 18px !important;
        height: auto !important;
        position: relative;
        top: 12px;
    }

    .desktopFavoriteButton {
        /*display: none !important;*/
    }

    /* Ensure mobile favorite button is properly styled */
    .mobileFavoriteButton.product_favorite {
        display: none !important;
    }

    .mobileFavoriteButton {
        display: flex !important;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        z-index: 100;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    }

    .mobileFavoriteButton img {
        width: 20px !important;
        height: 20px !important;
    }

    /* Desktop Favorite Button */
    .desktopFavoriteButton {
        /*position: absolute;*/
        top: 20px;
        right: 0;
        cursor: pointer;
        z-index: 10;
    }

    .desktopFavoriteButton img {
        width: 24px;
        height: 24px;
        transition: transform 0.2s ease;
    }

    .desktopFavoriteButton:hover img {
        transform: scale(1.1);
    }

    .product_favorite img {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* Make productInfoWrapper relative for absolute positioning */
    .productSinglePage .productLeft .productInfoWrapper {
        position: relative;
    }

    .mobileImageDotsWrapper {
        display: block !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 15px 0;
        background: #fff;
    }

    .mobileImageDots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
    }

    .mobileImageDot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .mobileImageDot.active {
        background: #000;
    }

    .productSinglePage {
        margin-top: 0;
    }

    .productSinglePage .pageWrapper {
        padding: 0px;
    }

    .productSinglePage .productLeft {
        float: none;
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
    }

    .productSinglePage .productLeft .productImageBlock {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        padding: 0;
        overflow: visible;
    }

    .productSinglePage .productLeft .productInfo {
        width: 100%;
        float: none;
    }

    .productSinglePage .productLeft .productInfoWrapper {
        border-right: 0;
        padding: 25px 0;
    }

    .productSinglePage .productLeft .productSubtitle {
        font-size: 16px;
        margin-bottom: 13px;
        line-height: 20px;
    }

    .productSinglePage .productLeft .productSubtitle a {
        color: #797979;
    }

    .productSinglePage .productLeft .productSubtitle h2 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .productSinglePage .productLeft .productTitle {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .productSinglePage .productLeft .productTitle h1 {
        font-size: 18px;
        margin: 0;
    }

    .productSinglePage .productLeft .productPrice {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .productSinglePage .productLeft .currentPrice {
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
    }

    .productSinglePage .productLeft .oldPrice span {
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
    }

    .productSinglePage .productLeft .productText {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .productSinglePage .productLeft .productSubtitle {
        font-size: 16px;
    }

    .productSinglePage .productLeft .productTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .productTitle h1 {
        font-size: 22px;
        font-weight: 500;
    }

    .productSinglePage .productLeft .currentPrice {
        font-size: 20px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .oldPrice span {
        font-size: 16px;
        line-height: 24px;
    }

    .productSinglePage .productChanger {
        margin-bottom: 20px;
    }

    .productSinglePage .productChanger .selectDiv {
        min-height: 50px;
        margin-bottom: 15px;
        border: 0.5px solid #151515;
    }

    .productSinglePage .productChanger .selectDivWrapper {
        padding: 13px 14px;
        height: 45px;
    }

    .productSinglePage .productChanger .selectDiv .label {
        font-size: 16px;
        color: #6C6C6C;
    }

    .productSinglePage .productChanger .selectDiv .currentLabel {
        font-size: 16px;
        top: 17px;
    }

    .productSinglePage .addRow {
        margin-top: 0;
    }

    .productSinglePage .addToBasketBtn {
        background: #000;
        color: #fff;
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 1px;
        font-weight: 500;
    }

    .productSinglePage .addToBasketBtn .text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productSinglePage .addToBasketBtn img {
        filter: brightness(0) invert(1);
    }

    .productInfoItems {
        display: block !important;
        margin-top: 22px;
        padding-top: 20px;
    }

    .productInfoItem {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    .productInfoItem img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .productInfoItem.highlight {
        color: #000;
        font-weight: 500;
    }

    .productInfoItem a {
        color: #000;
        text-decoration: none;
    }

    .productSinglePage .freeDelivery {
        display: none !important;
    }

    .productSinglePage .productLeft .productImageBlock .productImageThumb.active .productImageThumbWrapper,
    .productSinglePage .productLeft .productImageBlock .productImageThumb .productImageThumbWrapper:hover {
        box-shadow: none !important;
    }

    .productStore .left-side,
    .productStore .right-side {
        width: 100%;
        float: none;
    }

    .productStore .right-side {
        margin-top: 30px;
    }

    .productSinglePage .productRight .productStore .storeBtn {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
}

@media screen and (max-width: 600px) {

    /* Hide desktop image gallery on mobile */
    .productSinglePage .productLeft .productImageBlock .productImageList {
        display: none !important;
    }

    .productSinglePage .productLeft .productImageBlock .productImage.desktopImageGallery {
        display: none !important;
    }

    /* Show mobile slider */
    /*.mobileImageSlider {*/
    /*    display: block !important;*/
    /*    position: relative;*/
    /*    width: 100vw !important;*/
    /*    margin-left: calc(-50vw + 50%) !important;*/
    /*    height: 500px !important;*/
    /*    overflow: hidden;*/
    /*    touch-action: pan-y;*/
    /*    background: #fff;*/
    /*    box-shadow: 0px 3px 6px #00000014;*/
    /*}*/

    .mobileImageSlider .productImageWrapper {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        padding: 11px;
        box-sizing: border-box;
    }

    .mobileImageSlider .productImageWrapper.active {
        opacity: 1;
        pointer-events: auto;
    }

    .mobileImageSlider .productImageWrapper img {
        width: auto !important;
        height: 100% !important;
        object-fit: cover;
        position: absolute !important;
        top: 0 !important;
        left: 50% !important;
        visibility: visible !important;
        transform: translateX(-50%);
        display: block;
    }

    .mobileImageSlider .icon {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 24px !important;
        height: 24px !important;
        z-index: 100;
        cursor: pointer;
    }

    /* Back to list button - mobile */
    .mobileBackButton {
        display: block !important;
        position: absolute;
        top: 15px;
        left: 9px;
        z-index: 1;
        cursor: pointer;
    }

    .mobileBackButton img {
        width: 18px !important;
        height: auto !important;
    }

    /* Favorite button - mobile */
    .mobileFavoriteButton {
        display: block !important;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        z-index: 100;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    }

    .mobileFavoriteButton img {
        width: 20px !important;
        height: 20px !important;
    }

    /* Dots outside slider */
    .mobileImageDotsWrapper {
        display: block !important;
        width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
        padding: 15px 0;
        background: #fff;
    }

    .mobileImageDots {
        display: flex !important;
        justify-content: center;
        gap: 8px;
    }

    .mobileImageDot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #D9D9D9;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .mobileImageDot.active {
        background: #000;
    }

    .productSinglePage {
        margin-top: 0;
    }

    .productSinglePage .pageWrapper {
        padding: 0px;
    }

    .productSinglePage .productLeft {
        float: none;
        width: 100%;
        padding-bottom: 0;
        border-bottom: none;
    }

    .productSinglePage .productRight {
        float: none;
        width: 100%;
    }

    .productSinglePage .productLeft .productImageBlock {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        padding: 0;
        overflow: visible;
    }

    .productSinglePage .productLeft .productInfo {
        width: 100%;
        float: none;
    }

    .productSinglePage .productLeft .productInfoWrapper {
        border-right: 0;
        padding: 25px 0;
    }

    .productSinglePage .productLeft .productSubtitle {
        font-size: 16px;
        margin-bottom: 13px;
        line-height: 20px;
    }

    .productSinglePage .productLeft .productSubtitle a {
        color: #797979;
    }

    .productSinglePage .productLeft .productSubtitle h2 {
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }

    .productSinglePage .productLeft .productTitle {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px;
    }

    .productSinglePage .productLeft .productTitle h1 {
        font-size: 18px;
        margin: 0;
    }

    .productSinglePage .productLeft .productPrice {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .productSinglePage .productLeft .currentPrice {
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
    }

    .productSinglePage .productLeft .oldPrice span {
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
    }

    .productSinglePage .productLeft .productText {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 50px;
    }

    .productSinglePage .productLeft .productSubtitle {
        font-size: 16px;
    }

    .productSinglePage .productLeft .productTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .productTitle h1 {
        font-size: 22px;
        font-weight: 500;
    }

    .productSinglePage .productLeft .currentPrice {
        font-size: 20px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .oldPrice span {
        font-size: 16px;
        line-height: 24px;
    }

    .productSinglePage .productChanger {
        margin-bottom: 20px;
    }

    .productSinglePage .productChanger .selectDiv {
        min-height: 50px;
        margin-bottom: 15px;
        border: 0.5px solid #151515;
    }

    .productSinglePage .productChanger .selectDivWrapper {
        padding: 13px 14px;
        height: 45px;
    }

    .productSinglePage .productChanger .selectDiv .label {
        font-size: 16px;
        color: #6C6C6C;
    }

    .productSinglePage .productChanger .selectDiv .currentLabel {
        font-size: 16px;
        top: 17px;
    }

    .productSinglePage .addRow {
        margin-top: 0;
    }

    .productSinglePage .addToBasketBtn {
        background: #000;
        color: #fff;
        padding: 15px 30px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 1px;
        font-weight: 500;
    }

    .productSinglePage .addToBasketBtn .text {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productSinglePage .addToBasketBtn img {
        filter: brightness(0) invert(1);
    }

    .productInfoItems {
        display: block !important;
        margin-top: 22px;
        padding-top: 20px;
    }

    .productInfoItem {
        display: flex;
        align-items: flex-start;
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }

    .productInfoItem img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .productInfoItem.highlight {
        color: #000;
        font-weight: 500;
    }

    .productInfoItem a {
        color: #000;
        text-decoration: none;
    }

    .productSinglePage .freeDelivery {
        display: none !important;
    }

    .productSinglePage .productRight .productStore {
        padding: 25px 18px;
        text-align: left;
        border-top: 1px solid #000;
    }

    .productStore .left-side,
    .productStore .right-side {
        width: 100%;
        float: none;
    }

    .productStore .right-side {
        margin-top: 30px;
    }

    .productSinglePage .productRight .productStore .label {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .productSinglePage .productRight .productStore .storeBtn {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;
        background: #EBF4F5;
        border-radius: 1px;
    }

    .productSinglePage .productRight .productStore .storeBtn:last-child {
        margin-bottom: 0;
    }

    .productSinglePage .productRight .productStore .storeBtn a {
        font-size: 16px;
        padding: 12px 20px;
        font-weight: 500;
    }

    .productSinglePage .productRight .productStore .storeInfo {
        text-align: left;
    }

    .productSinglePage .productRight .productStore .storeImage {
        display: none;
    }

    .productSinglePage .productRight .productStore .storeTitle {
        font-size: 18px;
        line-height: 27px;
    }

    .productSinglePage .productRight .productStore .storeSubtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .otherProducts {
        margin-top: 37px;
        /*padding: 0 18px;*/
        margin-bottom: 40px;
    }

    .lastViewedProducts {
        margin-top: 40px;
        padding: 40px 0 0;
    }

    .lastViewedProducts .productList {
        margin-bottom: 0;
    }

    .lastViewedProducts {
        margin-bottom: 80px;
    }

    /*.lastViewedTitle {*/
    /*    padding: 0 18px;*/
    /*    font-size: 18px;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    .productList .productItem {
        width: calc(50% - 14.5px);
        margin-right: 29px;
        margin-bottom: 27px;
    }

    /* Prevent overflow in last viewed carousel */
    .lastViewedProducts .lastViewedList.productList .productItem {
        width: calc(50% - 6.5px) !important;
        flex: 0 0 calc(50% - 6.5px) !important;
        min-width: calc(50% - 6.5px) !important;
        margin: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .fancybox-overlay {
        background: rgba(255, 255, 255, 0.9) !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        z-index: 8040 !important;
    }

    .fancybox-wrap {
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: fixed !important;
        z-index: 8050 !important;
        width: auto !important;
        height: auto !important;
        max-width: 90vw !important;
        max-height: 90vh !important;
    }

    .fancybox-skin {
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .fancybox-outer {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: static !important;
    }

    .fancybox-inner {
        width: auto !important;
        height: auto !important;
        max-width: 90vw !important;
        max-height: 85vh !important;
        overflow: visible !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .fancybox-image {
        width: auto !important;
        height: auto !important;
        max-width: 90vw !important;
        max-height: 85vh !important;
        object-fit: contain !important;
    }

    .fancybox-close {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        width: 40px !important;
        height: 40px !important;
        background: rgba(255, 255, 255, 0.9) !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 20px !important;
        color: #000 !important;
        z-index: 8050 !important;
        cursor: pointer !important;
    }

    .fancybox-close::before {
        content: "×";
    }

    .fancybox-nav {
        width: 60px !important;
        height: 60px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .fancybox-prev {
        left: 10px !important;
    }

    .fancybox-next {
        right: 10px !important;
    }
}

@media screen and (max-width: 450px) {
    /*.mobileImageSlider {*/
    /*    height: 450px !important;*/
    /*    margin-left: calc(-50vw + 50%) !important;*/
    /*}*/

    .mobileImageDotsWrapper {
        margin-left: calc(-50vw + 50%) !important;
    }

    .mobileBackButton,
    .mobileFavoriteButton {
        width: 35px;
        height: 35px;
        top: 12px;
    }

    .mobileBackButton {
        left: 12px;
    }

    .mobileFavoriteButton {
        right: 12px;
    }

    .mobileBackButton img,
    .mobileFavoriteButton img {
        width: 18px !important;
        height: 18px !important;
        position: relative;
        top: 9px;
        left: 9px;
    }

    .productSinglePage .productLeft .productInfoWrapper {
        padding: 20px 0;
        padding-bottom: 55px;
    }

    .productSinglePage .productLeft .productSubtitle {
        font-size: 16px;
    }

    .productSinglePage .productLeft .productTitle {
        font-size: 16px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .productTitle h1 {
        font-size: 22px;
        font-weight: 500;
    }

    .productSinglePage .productLeft .currentPrice {
        font-size: 20px;
        line-height: 24px;
    }

    .productSinglePage .productLeft .oldPrice span {
        font-size: 16px;
        line-height: 24px;
    }

    /*.productSinglePage .productLeft .productText {*/
    /*    font-size: 13px;*/
    /*    line-height: 19px;*/
    /*}*/
    .productInfoItem {
        /*font-size: 13px;*/
        /*line-height: 19px;*/
    }

    .productSinglePage .productRight .productStore {
        padding: 0;
        padding-top: 30px;
    }

    .productSinglePage .productRight .productStore .storeTitle {
        font-size: 22px;
        line-height: 33px;
    }

    .productSinglePage .otherProductsTitle {
        font-size: 16px;
    }

    .productSinglePage .otherProductsTitle span {
        font-size: 18px;
    }

    .otherProducts {
        /*padding: 0 15px;*/
    }

    /*.lastViewedTitle {*/
    /*    padding: 0 15px;*/
    /*    font-size: 16px;*/
    /*}*/

    /* Hide desktop elements on mobile */
    .mobileBackButton,
    .mobileFavoriteButton,
    .mobileImageDotsWrapper {
        display: none;
    }

    .mobileFavoriteButton.active {
        background: #000;
    }

    .mobileFavoriteButton.active img {
        filter: brightness(0) invert(1);
    }
}