/* ===============================
   LAYOUT CONTAINER
================================ */

.ss-container{
    max-width:1200px;
    margin:60px auto;
    padding:0 20px;
}

.ss-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
}

/* ===============================
   GALLERY SECTION FIX
================================ */

/* Remove numbering */
.woocommerce-product-gallery ol{
    list-style:none !important;
    padding-left:0 !important;
}

/* Main image clean */
.woocommerce div.product div.images img{
    width:100%;
    border-radius:16px;
    box-shadow:0 20px 50px rgba(0,0,0,0.08);
}



/* ===== CLEAN PRODUCT GALLERY ===== */

/* Remove numbering */
.woocommerce-product-gallery ol {
    list-style: none !important;
    padding-left: 0 !important;
}

/* Main image full width */
.woocommerce div.product div.images {
    width: 100% !important;
    float: none !important;
}

.woocommerce div.product div.images img {
    width: 100%;
    border-radius: 12px;
}

/* Thumbnail wrapper */
.woocommerce div.product .woocommerce-product-gallery__wrapper {
    display: block !important;
}

/* Make thumbnails horizontal */
.woocommerce div.product .woocommerce-product-gallery__image {
    margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-gallery__image a {
    display: block;
}

.woocommerce div.product .flex-control-thumbs {
    display: flex !important;
    gap: 10px;
    margin-top: 15px;
}

.woocommerce div.product .flex-control-thumbs li {
    width: 80px !important;
    float: none !important;
}

.woocommerce div.product .flex-control-thumbs img {
    border-radius: 6px;
    cursor: pointer;
}


/* ===============================
   SUMMARY CARD
================================ */

.ss-product-summary{
    background:#fff;
    padding:45px;
    border-radius:16px;
    box-shadow:0 25px 70px rgba(0,0,0,0.06);
}

.ss-product-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:10px;
}

.ss-category{
    font-size:13px;
    color:#777;
    margin-bottom:15px;
}

/* ===============================
   PRICE FIX (IMPORTANT)
================================ */

/* Remove underline fully */
.price ins,
.price ins span,
.price ins bdi{
    text-decoration:none !important;
    border-bottom:none !important;
}

/* Sale price color */
.price ins{
    color:#e40046 !important;
    font-weight:700 !important;
}

/* Regular price */
.price del{
    color:#888 !important;
}

/* Discount badge */
.ss-discount,
.ss-discount-badge{
    background:#ffebee;
    color:#e40046;
    padding:5px 10px;
    border-radius:6px;
    font-size:13px;
    font-weight:600;
    margin-left:10px;
}

/* ===============================
   STAR COLOR
================================ */

.woocommerce .star-rating span::before,
.woocommerce p.stars a::before{
    color:#f7b500 !important;
}

/* ===============================
   SHORT DESCRIPTION
================================ */

.ss-product-short-desc{
    margin:15px 0 25px;
    color:#555;
    line-height:1.7;
}

/* ===============================
   FORCE CONSISTENT BUTTON STYLE
================================ */

.ss-product-cart form {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 25px;
}

/* Quantity */
.quantity input.qty {
    height: 50px;
    width: 60px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;
}

/* COMMON BUTTON RESET */
.ss-product-cart button,
.ss-product-cart .button {
    height: 50px !important;
    padding: 0 26px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* ADD TO CART */
.single_add_to_cart_button {
    background: #7b5cf1 !important;
    color: #fff !important;
}

/* BUY NOW */
.ss-buy-now-btn {
    background: #000 !important;
    color: #fff !important;
}


/* Hover */
.single_add_to_cart_button:hover {
    background: #6a4be0 !important;
}

.ss-buy-now-btn:hover {
    background: #111 !important;
}


/* ===== Wishlist Button Full Style ===== */

.ss-wishlist {
    background: linear-gradient(135deg, #ff4d94, #e60073) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px;
    padding: 0 24px;
    height: 50px;
    font-weight: 600;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(230, 0, 115, 0.25);
}

/* Icon Bigger */
.ss-wishlist .heart {
    font-size: 18px;
}

/* Hover Effect */
.ss-wishlist:hover {
    background: linear-gradient(135deg, #e60073, #cc005f) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(230, 0, 115, 0.35);
}


/* Default heart */
.ss-wishlist .heart {
    font-size: 18px;
    transition: all 0.3s ease;
}

/* When clicked (added state) */
.ss-wishlist.added {
    background: #ffffff !important;
    color: #e60073 !important;
    border: 2px solid #e60073 !important;
    box-shadow: none !important;
}

/* Heart when added */
.ss-wishlist.added .heart {
    color: #e60073 !important;
    transform: scale(1.2);
}





/* ===== PINCODE BLOCK ===== */

.ss-pincode-box {
    margin-top: 25px;
}

.ss-pincode-input-row {
    display: flex;
    gap: 10px;
}

#ss-pincode {
    flex: 1;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 14px;
}

#ss-check-pincode {
    height: 50px;
    padding: 0 22px;
    border-radius: 12px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
}

#ss-check-pincode:hover {
    background: #222;
}

/* RESULT BOX */

.ss-pincode-result {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    min-height: 30px;
}

/* SUCCESS STYLE */

.ss-success {
    color: #16a34a;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* FAIL STYLE */

.ss-fail {
    color: #dc2626;
}

/* SHIPPING VAN ANIMATION */

.ss-van {
    font-size: 20px;
    animation: runVan 1.2s linear infinite;
}

@keyframes runVan {
    0% { transform: translateX(0); }
    50% { transform: translateX(6px); }
    100% { transform: translateX(0); }
}





/* ===============================
   TRUST SECTION
================================ */

.ss-product-trust{
    margin-top:30px;
    display:grid;
    gap:8px;
    font-size:14px;
    color:#555;
}

/* ===============================
   DESCRIPTION / REVIEWS
================================ */

.ss-description-box,
.ss-review-box{
    margin-top:70px;
    background:#fff;
    padding:50px;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,0.05);
}

/* ===============================
   RELATED
================================ */

.ss-related-products{
    margin-top:80px;
}


/* ===============================
   CUSTOM PRODUCT GALLERY
================================ */

/* Gallery Wrapper */
.ss-gallery {
    width: 100%;
}

/* ===============================
   MAIN IMAGE
================================ */

.ss-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: zoom-in;
}

.ss-main-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
    transition: transform 0.15s ease;
    transform-origin: center center;
}

/* ===============================
   THUMBNAILS ROW
================================ */

.ss-thumbnail-row {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.ss-thumb {
    width: 80px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s ease;
}

.ss-thumb img {
    width: 100%;
    display: block;
}

.ss-thumb.active {
    border-color: #d32f2f;
}

/* Hover effect */
.ss-thumb:hover {
    transform: scale(1.05);
}










/* ===============================
   MOBILE
================================ */

@media(max-width:992px){

    .ss-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .ss-product-summary{
        padding:30px;
    }

    .ss-description-box,
    .ss-review-box{
        padding:30px;
    }

    .ss-product-cart form{
        flex-direction:column;
        align-items:stretch;
    }

    .single_add_to_cart_button,
    .ss-buy-now-btn,
    .ss-wishlist{
        width:100%;
    }

}


/* ===== TRUST BLOCK ===== */

.ss-trust-block {
    margin-top: 30px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    display: grid;
    gap: 18px;
}

.ss-trust-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ss-trust-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #fdf2f8, #ffe4ec);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ss-trust-item strong {
    font-size: 15px;
    color: #111;
}

.ss-trust-item p {
    margin: 2px 0 0;
    font-size: 13px;
    color: #777;
}




/* Force remove description & review links under gallery */
ul.tabs.wc-tabs {
    display: none !important;
}




.ss-fullwidth-section {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

.ss-fullwidth-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

