
.simple-product-gallery .main-image img {
    width: 100%;
    height: auto;
    max-height: 460px;
    max-width: 460px;
    object-fit: contain;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

.simple-product-gallery .thumbnail-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.simple-product-gallery .thumbnail img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px;
    transition: border 0.2s ease;
}

.simple-product-gallery .thumbnail img:hover {
    border-color: #000;
}
.product-hero-widget{
    padding: 20px 0;
}
.product-hero-widget .product-hero-widget-wrapper{
    padding: 30px 60px;
    box-shadow: 0px 4px 30px #EEEEEE;
    border-radius: 32px;
    display: flex;

}
.product-hero-widget .product-hero-widget-wrapper .simple-product-gallery{
    width: 50%;
}
.product-hero-widget .product-hero-widget-wrapper .product-content{
    width: 50%;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-title h1{
    font-family: "Archivo", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-description p{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    margin-bottom: 32px;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-description li{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-description  a{
    color: #D50032;
    text-decoration: none;
}

.product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-title p{
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-list{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-list .highlight-item{
    display: flex;
    align-items: center;
    gap: 8px;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-list .highlight-item .highlight-text{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-list .highlight-item .highlight-icon{
    display: flex;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-from-price{
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 16px;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-from-price p{
    font-family: "Archivo", sans-serif;
    font-size: 14px;
    margin: 0;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-from-price .from-price p{
    font-size: 24px;
    font-weight: 700;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-cta{
    display: flex;
    flex-direction: column;
    gap: 16px;   
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-cta .button{
    text-align: center;
    padding: 12px 0;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 600;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-cta .cta-button{
    background-color: #D50032;
    border-radius: 8px;
    color: white;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-cta .snd-cta-button{
    background-color: transparent;
    color: #535862

}

.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation{
    display: flex;
    flex-direction: column;
    gap: 16px;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .product-variation-buttons{
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}


.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .product-variation-buttons .variation-button{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414651;
    width: 78px;
    padding: 12px 0;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #D5D7DA;
    background-color: transparent;
    position: relative;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .product-variation-buttons .variation-button:hover{
    border: 2px solid #D50032;
    background-color: #D500320D;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .product-variation-buttons .variation-button.selected{
    border: 2px solid #D50032;
    background-color: #D500320D;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .selected-variation-price .price-display{
    color: black;
    font-size: 24px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .selected-variation-price .price-display .amount{
    color: black;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .variation-cart-form{
    display: flex;
    align-items: end;
    gap: 10px;

}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .variation-cart-form .selected-quantity{
    display: flex;
    flex-direction: column;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .variation-cart-form .selected-quantity label{
    font-family: "Archivo";
    font-size: 14px;
    margin-bottom: 10px;
}

.product-hero-widget .product-hero-widget-wrapper .product-content .product-variation .variation-cart-form .selected-quantity input{
    text-align: center;
    width: 80px;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 8px;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
}

.product-hero-widget .product-hero-widget-wrapper .product-content  .product-cta-buttons{
    width: 100%;
}
.product-hero-widget .product-hero-widget-wrapper .product-content  .add-to-basket-button{
    background-color: #D50032;
    width: 100%;
    padding: 12px 0;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    transition: opacity 0.2s ease;
}
.product-hero-widget .product-hero-widget-wrapper .product-content  .add-to-basket-button:hover{
    opacity: 0.7;
    background-color: #D50032;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .variation-item .variation-button .variation-tooltip {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 20;
    border-radius: 16px;
    background-color: #FFF;
    padding: 24px 16px;
    border: 1px solid #D5D7DA;
    margin-top: 10px; /* spacing between button and tooltip */
}

/* Tooltip arrow */
.product-hero-widget .product-hero-widget-wrapper .product-content .variation-item .variation-button .variation-tooltip::before {
    content: "";
    position: absolute;
    top: -8px; /* move above the tooltip */
    right: 24px; /* align horizontally as needed */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF; /* arrow color same as tooltip bg */
}

/* Optional: Add a border for the arrow to match tooltip border */
.product-hero-widget .product-hero-widget-wrapper .product-content .variation-item .variation-button .variation-tooltip::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #D5D7DA; /* match tooltip border */
    z-index: -1;
}

.product-hero-widget .product-hero-widget-wrapper .product-content .variation-item .variation-button .variation-tooltip p{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-wrap: nowrap;
    color: black;
    margin: 0;
    margin-bottom: 16px;
}
.product-hero-widget .product-hero-widget-wrapper .product-content .variation-item .variation-button .variation-tooltip a{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414651;
    text-align: center;
    background-color: #FFF;
    padding : 12px 18px;
    border-radius: 8px;
    border: 1px solid #D5D7DA;
}

@media screen and (max-width:767px) {
    .product-hero-widget .product-hero-widget-wrapper{
        flex-direction: column;
        align-items: center;
        padding: 10px 10px;
    }
    .product-hero-widget .product-hero-widget-wrapper .simple-product-gallery{
        width: 100%;
        text-align: center;
    }
    .product-hero-widget .product-hero-widget-wrapper .product-content{
        width: 100%;
    }
    .product-hero-widget .product-hero-widget-wrapper .product-content .product-title h1{
        font-size: 24px;
    }
    .product-hero-widget .product-hero-widget-wrapper .product-content .product-description p{
        font-size: 14px;
    }
    .product-hero-widget .product-hero-widget-wrapper .product-content .product-highlights .highlights-list .highlight-item .highlight-text{
        font-size: 14px;
    }
    .simple-product-gallery .thumbnail-row {
        justify-content: center;
    }


    
}