/**
 * GoAariva - Custom Stylesheet (style.css)
 * Consolidated custom CSS extracted from Blade view templates
 */

/* =============================================
   1. CORE FONT & UTILITY OVERRIDES
   ============================================= */
:root {
    --bs-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    --bs-font-sans-serif: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    --brand-cyan: #00abc5;
    --brand-cyan-dark: #008e9b;
    --brand-cyan-light: #e0f7fa;
    --brand-cyan-border: #b2ebf2;
}

body, button, input, select, textarea, .form-control, .form-select, .btn, h1, h2, h3, h4, h5, h6, .nav-link, a, p, span, li, td, th {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

.wrapper {
    overflow-x: hidden !important;
    width: 100% !important;
}

.fw-extrabold { font-weight: 800; }
.fs-7 { font-size: 0.875rem; }
.fs-8 { font-size: 0.75rem; }
.max-w-600 { max-width: 600px; }

/* =============================================
   2. HEADER & SEARCH DROPDOWN STYLES
   ============================================= */
.header-wrapper, .header-wrapper.fixed-header {
    z-index: 1040 !important;
    width: 100% !important;
    max-width: 100vw !important;
}

.header-wrapper .top-menu {
    overflow: hidden !important;
    width: 100% !important;
}

.header-wrapper .top-menu .nav-link {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

.header-wrapper .shiping-title {
    font-size: 12px !important;
    white-space: nowrap !important;
}

.search-results-dropdown {
    position: absolute; top: 100%; left: 0; right: 0; z-index: 9999;
    background: #fff; border: 1px solid #dee2e6; border-top: none;
    max-height: 420px; overflow-y: auto; box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.search-result-item {
    display: flex; align-items: center; gap: 10px; padding: 8px 12px;
    cursor: pointer; border-bottom: 1px solid #f0f0f0; transition: background 0.15s;
}

.search-result-item:hover { background: #f8f9fa; }
.search-result-item img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }
.search-result-item .result-info { flex: 1; min-width: 0; }
.search-result-item .result-info .result-name { font-size: 14px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-item .result-info .result-meta { font-size: 12px; color: #6c757d; }
.search-result-item .result-price { font-size: 14px; font-weight: 600; color: #212529; white-space: nowrap; }
.search-result-section { padding: 6px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; color: #6c757d; background: #f8f9fa; border-bottom: 1px solid #e9ecef; letter-spacing: 0.5px; }

.primary-menu .navbar-nav .nav-link {
    font-size: 14.5px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    padding: 10px 14px !important;
    transition: color 0.2s ease;
}

@media (min-width: 1100px) and (max-width: 1400px) {
    .header-wrapper .header-content .container {
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .header-wrapper .header-content .logo-icon {
        max-width: 130px !important;
        height: auto !important;
    }
    .header-wrapper .header-content #headerSearchInput {
        font-size: 13px !important;
    }
    .header-wrapper .header-content .btn-ecomm {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 13px !important;
    }
    .header-wrapper .top-cart-icons .nav-link {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

/* =============================================
   3. MOBILE MENU OFFCANVAS STYLES
   ============================================= */
.mobile-toggle-menu {
    font-size: 32px;
    color: #111827;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    transition: background 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}
.mobile-toggle-menu:hover, .mobile-toggle-menu:active, .mobile-toggle-menu:focus {
    background: rgba(0, 0, 0, 0.08);
    color: #000;
    outline: none;
}
.mobile-menu-offcanvas.offcanvas {
    width: 330px !important;
    max-width: 88vw !important;
    z-index: 100000 !important;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25) !important;
    background: #ffffff !important;
}
.offcanvas-backdrop {
    z-index: 99999 !important;
}
.mobile-menu-offcanvas .offcanvas-header {
    background: #ffffff;
    min-height: 72px;
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offcanvas-logo img {
    max-height: 46px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}
.mobile-menu-offcanvas .offcanvas-body {
    padding: 0 !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.mobile-menu-scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
}
.mobile-user-card {
    background: linear-gradient(135deg, #fffdf2 0%, #fff8e1 100%);
    border-bottom: 1px solid #feeaa7;
    padding: 18px 20px !important;
}
.mobile-quick-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 10px;
}
.mobile-quick-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1e293b;
    text-decoration: none;
    padding: 6px 4px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    transition: all 0.15s ease;
}
.mobile-quick-item:hover, .mobile-quick-item:active {
    background: #f1f5f9;
    color: #000;
}
.mobile-quick-item i {
    font-size: 24px;
    margin-bottom: 3px;
    color: #0f172a;
}
.mobile-category-item {
    border-bottom: 1px solid #f1f5f9;
}
.mobile-category-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    text-decoration: none;
    padding: 14px 20px !important;
    display: flex;
    align-items: center;
    flex: 1;
}
.mobile-category-link:hover {
    color: #d97706 !important;
}
.mobile-submenu-toggle, .mobile-childcat-toggle {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #475569;
    cursor: pointer;
    transition: background 0.15s ease;
}
.mobile-submenu-toggle:hover, .mobile-childcat-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #0f172a;
}
.transition-rotate {
    transition: transform 0.25s ease-in-out;
    display: inline-block;
}
button[aria-expanded="true"] .transition-rotate,
a[aria-expanded="true"] .transition-rotate {
    transform: rotate(180deg);
}
.mobile-submenu-collapse {
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}
.mobile-offcanvas-footer {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    padding: 18px 20px !important;
}

/* =============================================
   4. TOAST NOTIFICATIONS & BUTTON STYLES
   ============================================= */
.custom-attractive-toast {
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    background: #0f172a;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    gap: 8px;
    pointer-events: none;
    animation: toastBounceUp 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.custom-attractive-toast.toast-hide {
    animation: toastBounceDown 0.35s ease forwards !important;
}

@keyframes toastBounceUp {
    0% {
        opacity: 0;
        transform: translate(-50%, 70px) scale(0.8);
    }
    70% {
        opacity: 1;
        transform: translate(-50%, -8px) scale(1.03);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

@keyframes toastBounceDown {
    0% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 40px) scale(0.85);
    }
}

.add-to-wishlist {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #007185 !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    cursor: pointer;
}
.add-to-wishlist:hover {
    color: #c7511f !important;
}
.add-to-wishlist.active {
    color: #e11d48 !important;
    font-weight: 600 !important;
}
.add-to-wishlist.active i {
    color: #e11d48 !important;
}

/* Custom Attractive Modern Buttons */
.btn-primary-custom {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    border: none !important;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    font-size: 13.5px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.2) !important;
}
.btn-primary-custom:hover {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.3) !important;
    color: #ffffff !important;
}

.btn-wishlist-custom {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    letter-spacing: 0.5px;
    font-size: 13.5px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn-wishlist-custom:hover {
    border-color: #cbd5e1 !important;
    background: #f8fafc !important;
    transform: translateY(-2px);
    color: #0f172a !important;
}
.btn-wishlist-custom.active {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
    box-shadow: 0 2px 10px rgba(220, 38, 38, 0.12) !important;
}

.btn-wishlist-circle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #0f172a !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06) !important;
}
.btn-wishlist-circle.active {
    background: #fef2f2 !important;
    border-color: #fecaca !important;
    color: #dc2626 !important;
}

.btn-social-google {
    background: #ffffff !important;
    color: #1e293b !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    letter-spacing: 0.2px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn-social-google:hover {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}
.btn-social-facebook {
    background: #ffffff !important;
    color: #1877F2 !important;
    border: 1.5px solid #dbeafe !important;
    border-radius: 10px !important;
    font-size: 13.5px !important;
    letter-spacing: 0.2px !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.btn-social-facebook:hover {
    background: #1877F2 !important;
    color: #ffffff !important;
    border-color: #1877F2 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(24, 119, 242, 0.25) !important;
}

/* =============================================
   5. FLIPKART CONFIRMATION MODAL & LIGHTBOX
   ============================================= */
.flipkart-remove-modal {
    border-radius: 16px !important;
    padding: 24px !important;
    max-width: 400px !important;
    font-family: inherit !important;
    border: none !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2) !important;
}
.flipkart-remove-modal .swal2-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
}
.flipkart-remove-modal .swal2-html-container {
    font-size: 0.925rem !important;
    color: #64748b !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}
.flipkart-remove-modal .swal2-actions {
    margin: 0 !important;
    gap: 12px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
}
.flipkart-remove-modal .swal2-actions button {
    flex: 1 !important;
    padding: 10px 16px !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.flipkart-remove-modal .swal2-confirm {
    background-color: #dc2626 !important;
    color: #ffffff !important;
    border: none !important;
}
.flipkart-remove-modal .swal2-confirm:hover {
    background-color: #b91c1c !important;
}
.flipkart-remove-modal .swal2-cancel {
    background-color: #f1f5f9 !important;
    color: #334155 !important;
    border: 1px solid #cbd5e1 !important;
}
.flipkart-remove-modal .swal2-cancel:hover {
    background-color: #e2e8f0 !important;
}
.flipkart-remove-modal .swal2-icon {
    margin: 0 auto 16px auto !important;
    transform: scale(0.85);
}

/* =============================================
   6. PRODUCT SHOW & GALLERY SWATCHES
   ============================================= */
.product-thumb-item {
    width: 80px; height: 80px; padding: 2px;
    background: transparent; cursor: pointer; opacity: 0.6;
    border: 2px solid transparent !important;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.product-thumb-item:hover { opacity: 0.85; }
.product-thumb-item.active-thumb {
    opacity: 1; border-color: #000 !important;
}
.product-thumb-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }

.img-zoom-container {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    border-radius: 10px;
    background-color: #fff;
    touch-action: pan-y;
}
.img-zoom-main {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform 0.12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    will-change: transform, transform-origin;
}
.img-zoom-container.is-zooming .img-zoom-main {
    transform: scale(2.4);
    transition: transform 0.04s ease-out;
}

.zoom-badge-icon {
    z-index: 10;
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.zoom-badge-icon:hover {
    transform: scale(1.1);
    background-color: rgba(0,0,0,0.9) !important;
}

.image-lightbox-modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    align-items: center; justify-content: center;
    backdrop-filter: blur(6px);
}
.image-lightbox-modal.active { display: flex; }
.lightbox-img-wrapper {
    position: relative;
    max-width: 95vw; max-height: 90vh;
    overflow: hidden;
    display: flex; align-items: center; justify-content: center;
}
.lightbox-img {
    max-width: 100%; max-height: 90vh;
    object-fit: contain;
    transition: transform 0.2s ease-out;
    cursor: zoom-in;
    user-select: none;
}
.lightbox-img.zoomed { transform: scale(2.5); cursor: grab; }
.lightbox-close-btn, .lightbox-nav-btn {
    position: absolute;
    color: #fff; background: rgba(255, 255, 255, 0.2);
    border: none; border-radius: 50%;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
    z-index: 1000000;
}
.lightbox-close-btn:hover, .lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.08);
}
.lightbox-close-btn { top: 15px; right: 15px; }
.lightbox-prev-btn { left: 15px; top: 50%; transform: translateY(-50%); }
.lightbox-next-btn { right: 15px; top: 50%; transform: translateY(-50%); }
@media (max-width: 575.98px) {
    .lightbox-close-btn { top: 10px; right: 10px; width: 38px; height: 38px; font-size: 20px; }
    .lightbox-prev-btn { left: 8px; width: 38px; height: 38px; font-size: 20px; }
    .lightbox-next-btn { right: 8px; width: 38px; height: 38px; font-size: 20px; }
}

.color-swatch-btn {
    width: 38px !important; height: 38px !important;
    border-radius: 50% !important; padding: 0 !important;
    border: 3px solid #e0e0e0 !important;
    position: relative; transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.color-swatch-btn:hover { transform: scale(1.1); box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
.color-swatch-btn.active { border-color: #000 !important; box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000; }
.color-swatch-btn .color-check {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%); color: #fff;
    font-size: 14px; font-weight: bold; opacity: 0; transition: opacity 0.2s;
}
.color-swatch-btn.active .color-check { opacity: 1; }

.size-swatch-btn {
    min-width: 44px; border-radius: 8px !important;
    font-weight: 600; letter-spacing: 0.3px; transition: all 0.2s ease;
}
.size-swatch-btn:hover { background-color: #f0f0f0 !important; }
.size-swatch-btn.active { background-color: #000 !important; color: #fff !important; border-color: #000 !important; }

/* Mobile Full Width Image Gallery */
@media (max-width: 767.98px) {
    .product-detail-card { border: none !important; box-shadow: none !important; background: transparent !important; border-radius: 0 !important; }
    .product-detail-body { padding: 0 !important; }
    .mobile-full-gallery-col {
        padding-left: 0 !important; padding-right: 0 !important;
        margin-left: 0 !important; margin-right: 0 !important;
        width: 100vw !important; max-width: 100vw !important;
        position: relative; left: 50%; right: 50%;
        margin-left: -50vw !important; margin-right: -50vw !important;
    }
    .product-gallery { border: none !important; border-radius: 0 !important; margin-bottom: 0 !important; padding: 0 !important; background: #ffffff !important; width: 100% !important; }
    .product-gallery .item { width: 100vw !important; background: #ffffff; }
    .product-gallery .img-zoom-container { border-radius: 0 !important; border: none !important; width: 100vw !important; height: 100vw !important; max-height: 85vh !important; display: flex !important; align-items: center !important; justify-content: center !important; background: #ffffff !important; }
    .product-gallery .img-zoom-main { width: 100% !important; height: 100% !important; object-fit: contain !important; }
    .product-thumbs { display: none !important; }
    .product-gallery .owl-dots { display: flex !important; justify-content: center !important; align-items: center !important; margin-top: 12px !important; margin-bottom: 12px !important; }
    .product-gallery .owl-dot { width: 7px !important; height: 7px !important; margin: 0 4px !important; background: #cbd5e1 !important; border-radius: 50% !important; transition: all 0.25s ease !important; border: none !important; }
    .product-gallery .owl-dot.active { background: #0f172a !important; width: 18px !important; border-radius: 4px !important; }
}

/* =============================================
   7. CART & CHECKOUT STYLES
   ============================================= */
.cart-item-card { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.cart-item-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07) !important; }
.cart-item-title { font-size: 15px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.cart-item-title:hover { color: #2874f0 !important; }

.qty-control-fk { border: 1px solid #d1d5db; }
.qty-control-fk .qty-btn { width: 32px; height: 32px; transition: background-color 0.15s ease; }
.qty-control-fk .qty-btn:hover { background-color: #e5e7eb; }
.qty-control-fk .qty-input { outline: none; -moz-appearance: textfield; }
.qty-control-fk .qty-input::-webkit-inner-spin-button,
.qty-control-fk .qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.saved-address-card { border: 2px solid #e5e7eb !important; transition: all 0.2s ease-in-out; cursor: pointer; }
.saved-address-card:hover { border-color: #2874f0 !important; box-shadow: 0 4px 12px rgba(40, 116, 240, 0.1); }
.saved-address-card.active-address-card { border-color: #2874f0 !important; background-color: #f4f8ff !important; box-shadow: 0 4px 12px rgba(40, 116, 240, 0.12); }

/* =============================================
   8. CYAN THEME COLOR OVERRIDES
   ============================================= */
.bg-success {
    background-color: #00abc5 !important;
    color: #ffffff !important;
}
.text-success {
    color: #008e9b !important;
}
.border-success, .border-success-subtle {
    border-color: #00abc5 !important;
}
.bg-success-subtle {
    background-color: #e0f7fa !important;
    color: #008e9b !important;
}
.btn-success, .btn-success-custom {
    background: linear-gradient(135deg, #00abc5 0%, #008e9b 100%) !important;
    border-color: #00abc5 !important;
    color: #ffffff !important;
}
.btn-success:hover, .btn-success-custom:hover {
    background: linear-gradient(135deg, #008e9b 0%, #00796b 100%) !important;
    border-color: #008e9b !important;
    color: #ffffff !important;
}
.badge.bg-success-subtle, .badge.bg-success {
    background-color: #e0f7fa !important;
    color: #008e9b !important;
    border: 1px solid #b2ebf2 !important;
}

/* =============================================
   9. AMAZON DESKTOP HOVER LENS ZOOM EFFECT
   ============================================= */
.img-zoom-container {
    position: relative;
    cursor: crosshair !important;
}

.amazon-zoom-lens {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1.5px solid #00abc5;
    background-color: rgba(0, 171, 197, 0.22);
    background-image: radial-gradient(#00abc5 1.5px, transparent 0);
    background-size: 8px 8px;
    pointer-events: none;
    z-index: 100;
    box-shadow: 0 0 12px rgba(0, 171, 197, 0.35);
    border-radius: 4px;
    display: none;
}

.amazon-zoom-window {
    position: absolute;
    top: 0;
    left: 102%;
    width: 580px;
    height: 580px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
    z-index: 9999;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .amazon-zoom-lens,
    .amazon-zoom-window {
        display: none !important;
    }
}

/* =============================================
   10. PRODUCT DETAIL LARGER IMAGE & THUMB CAROUSEL
   ============================================= */
.product-gallery .img-zoom-container {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.product-gallery .img-zoom-main {
    max-height: 480px;
    width: auto;
    object-fit: contain;
}

.product-thumbs-carousel-wrap {
    position: relative;
    padding: 0 28px;
}

.product-thumbs-carousel .owl-nav {
    margin-top: 0;
}

.product-thumbs-carousel .owl-nav button.owl-prev,
.product-thumbs-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    transition: all 0.2s ease;
    z-index: 5;
}

.product-thumbs-carousel .owl-nav button.owl-prev:hover,
.product-thumbs-carousel .owl-nav button.owl-next:hover {
    background: #00abc5 !important;
    color: #ffffff !important;
    border-color: #00abc5 !important;
}

.product-thumbs-carousel .owl-nav button.owl-prev {
    left: -4px;
}

.product-thumbs-carousel .owl-nav button.owl-next {
    right: -4px;
}

.product-thumb-item {
    background: #ffffff;
    border: 2px solid #e2e8f0 !important;
    padding: 2px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.product-thumb-item.active-thumb,
.product-thumb-item:hover {
    border-color: #00abc5 !important;
    box-shadow: 0 0 8px rgba(0, 171, 197, 0.3);
    transform: translateY(-1px);
}

/* =============================================
   11. MOBILE PRODUCT DETAIL AMAZON RESPONSIVENESS
   ============================================= */
@media (max-width: 991.98px) {
    .mobile-full-gallery-col,
    .image-zoom-section {
        width: 100% !important;
        display: block !important;
        float: none !important;
        clear: both !important;
        margin-bottom: 1rem !important;
        position: relative !important;
    }
    .product-detail-card,
    .product-info-section {
        width: 100% !important;
        display: block !important;
        clear: both !important;
        position: relative !important;
        padding-bottom: 100px !important;
    }
    .product-gallery .img-zoom-container {
        height: 320px !important;
        max-height: 48vh !important;
        background: #ffffff !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        margin: 0 auto !important;
    }
    .product-gallery .img-zoom-main {
        max-height: 310px !important;
        width: auto !important;
        object-fit: contain !important;
    }
    .product-gallery.owl-carousel {
        margin-bottom: 0.5rem !important;
        clear: both !important;
        display: block !important;
    }
    .product-gallery .owl-dots {
        position: relative !important;
        width: 100% !important;
        clear: both !important;
        margin-top: 10px !important;
        margin-bottom: 14px !important;
        text-align: center !important;
        display: block !important;
        z-index: 10 !important;
    }
    .product-gallery .owl-dot span {
        width: 7px !important;
        height: 7px !important;
        margin: 0 4px !important;
        background: #cbd5e1 !important;
        transition: all 0.25s ease !important;
        display: inline-block !important;
    }
    .product-gallery .owl-dot.active span {
        background: #00abc5 !important;
        width: 18px !important;
        border-radius: 4px !important;
    }
    /* Ensure swatches and selectors never overlap */
    #colorSelectionContainer,
    #sizeSelectionContainer,
    .product-price-section,
    .quantity-section {
        position: relative !important;
        z-index: 10 !important;
        clear: both !important;
        display: block !important;
        width: 100% !important;
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
}

/* =============================================
   12. STUNNING COLOR & SIZE SWATCH STYLES
   ============================================= */
#colorSelectionContainer,
#sizeSelectionContainer {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
    width: 100% !important;
}

.color-swatch-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    border: 2px solid #e2e8f0 !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    outline: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.color-swatch-btn:hover {
    transform: scale(1.1) !important;
    border-color: #94a3b8 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.color-swatch-btn.active {
    border-color: #00abc5 !important;
    box-shadow: 0 0 0 3px rgba(0, 171, 197, 0.3), 0 4px 12px rgba(0, 171, 197, 0.2) !important;
    transform: scale(1.12) !important;
}

.color-swatch-btn .color-check {
    font-size: 15px !important;
    font-weight: bold !important;
    display: none !important;
    line-height: 1 !important;
}

.color-swatch-btn.active .color-check {
    display: inline-block !important;
}

.color-swatch-btn[style*="FAFAFA"] .color-check,
.color-swatch-btn[style*="FFFFFF"] .color-check,
.color-swatch-btn[style*="fff"] .color-check,
.color-swatch-btn[style*="FFF8E1"] .color-check,
.color-swatch-btn[style*="FFFFF0"] .color-check {
    color: #0f172a !important;
}

.color-swatch-btn:not([style*="FAFAFA"]):not([style*="FFFFFF"]):not([style*="fff"]):not([style*="FFF8E1"]):not([style*="FFFFF0"]) .color-check {
    color: #ffffff !important;
}

.size-swatch-btn {
    min-width: 44px !important;
    height: 38px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    border: 1.5px solid #cbd5e1 !important;
    background: #ffffff !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.size-swatch-btn:hover {
    border-color: #00abc5 !important;
    color: #00abc5 !important;
    background: #e0f7fa !important;
}

.size-swatch-btn.active {
    background: #00abc5 !important;
    color: #ffffff !important;
    border-color: #00abc5 !important;
    box-shadow: 0 3px 10px rgba(0, 171, 197, 0.3) !important;
}

/* =============================================
   13. PRODUCT DETAIL PAGE (.pd-* classes)
   ============================================= */

/* Breadcrumb */
.pd-breadcrumb {
    background: #f0f2f2;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.pd-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 15px;
}
.pd-breadcrumb a {
    color: #007185;
    text-decoration: none;
    font-size: 13px;
}
.pd-breadcrumb a:hover { color: var(--brand-cyan-dark); text-decoration: underline; }
.pd-breadcrumb span { color: #555; font-size: 13px; margin: 0 3px; }
.pd-breadcrumb-current { color: #555; }

/* Main Grid */
.pd-main { padding: 20px 0 30px; background: #fff; }
.pd-grid { display: flex; gap: 30px; align-items: flex-start; }

/* ========== GALLERY ========== */
.pd-gallery {
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    display: flex;
    gap: 10px;
}

/* Thumbnails */
.pd-thumbs {
    flex: 0 0 68px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 520px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 4px 0;
}
.pd-thumbs::-webkit-scrollbar { width: 3px; }
.pd-thumbs::-webkit-scrollbar-thumb { background: #ccc; border-radius: 2px; }
.pd-thumb {
    flex: 0 0 60px;
    height: 60px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    padding: 2px;
    transition: border-color 0.15s;
    overflow: hidden;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: contain; border-radius: 4px; }
.pd-thumb:hover, .pd-thumb.active {
    border-color: var(--brand-cyan);
    box-shadow: 0 0 4px rgba(0, 171, 197, 0.4);
}

/* Main Image */
.pd-main-img-wrap {
    flex: 1;
    position: relative;
    cursor: crosshair;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pd-main-img-container { position: relative; width: 100%; height: 100%; }
.pd-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.pd-slide.active { opacity: 1; z-index: 2; }
.pd-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.15s ease-out;
}
.pd-img-counter {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 12px;
    z-index: 5;
}

/* Zoom Lens & Result */
.pd-zoom-lens {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1.5px solid var(--brand-cyan);
    background: rgba(0, 171, 197, 0.12);
    pointer-events: none;
    z-index: 10;
    display: none;
    border-radius: 4px;
}
.pd-zoom-result {
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
    width: 420px;
    height: 420px;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
    z-index: 999;
    border-radius: 8px;
    display: none;
    pointer-events: none;
}

/* Mobile Slider */
.pd-mobile-slider { display: none; width: 100%; position: relative; }
.pd-mobile-slide {
    width: 100%;
    height: 420px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    padding: 8px;
}
.pd-mobile-slide.active { display: flex; }
.pd-mobile-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pd-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 0;
}
.pd-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: all 0.2s;
}
.pd-dot.active {
    background: var(--brand-cyan);
    width: 22px;
    border-radius: 4px;
}

/* ========== INFO COLUMN ========== */
.pd-info {
    flex: 0 0 52%;
    max-width: 52%;
    padding: 0;
}

/* Brand */
.pd-brand {
    margin-bottom: 6px;
    font-size: 14px;
}
.pd-brand a { color: #007185; text-decoration: none; }
.pd-brand a:hover { color: #c7511f; text-decoration: underline; }
.pd-brand-sep { color: #ccc; margin: 0 4px; }
.pd-brand span { color: #555; font-size: 13px; }

/* Title */
.pd-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #0f1111;
    margin: 0 0 8px;
}

/* Rating */
.pd-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.pd-stars { display: flex; gap: 1px; }
.pd-stars .filled { color: #de7921; font-size: 16px; }
.pd-stars .empty { color: #ddd; font-size: 16px; }
.pd-rating-num { color: #007185; font-weight: 600; font-size: 14px; }
.pd-review-link { color: #007185; font-size: 14px; text-decoration: none; }
.pd-review-link:hover { color: #c7511f; text-decoration: underline; }
.pd-sep { color: #ccc; }

/* Price */
.pd-price-wrap { margin: 8px 0 12px; }
.pd-badge {
    display: inline-block;
    background: var(--brand-cyan);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 4px;
}
.pd-price {
    display: flex;
    align-items: flex-start;
    gap: 1px;
}
.pd-price-sym { font-size: 14px; color: #0f1111; position: relative; top: 5px; }
.pd-price-main { font-size: 32px; font-weight: 300; color: #0f1111; line-height: 1; }
.pd-price-dec { font-size: 14px; color: #0f1111; position: relative; top: 5px; }
.pd-mrp { font-size: 13px; color: #565959; margin-top: 4px; }
.pd-mrp #pdMrpPrice, .pd-mrp-price { text-decoration: line-through !important; }
.pd-save { color: #008e9b !important; margin-left: 6px; font-weight: 600 !important; text-decoration: none !important; }
.pd-tax { font-size: 13px; color: #565959; margin-top: 2px; }

/* Color */
.pd-opt { padding: 12px 0; border-top: 1px solid #eee; }
.pd-opt-label { margin-bottom: 8px; font-size: 14px; font-weight: 700; color: #0f1111; }
.pd-opt-label span { font-weight: 400; color: #007185; }
.pd-colors { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-color-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    position: relative;
    transition: all 0.15s;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.pd-color-btn:hover { border-color: #888; box-shadow: 0 0 0 2px rgba(0,0,0,0.1); }
.pd-color-btn.active { border-color: var(--brand-cyan); box-shadow: 0 0 0 2px var(--brand-cyan); }
.pd-color-btn i { display: none; color: #fff; font-size: 14px; font-weight: bold; }
.pd-color-btn.active i { display: inline-block; }
.pd-color-btn[style*="FFFFFF"] i,
.pd-color-btn[style*="FAFAFA"] i,
.pd-color-btn[style*="FFFFF0"] i { color: #333 !important; }

/* Size */
.pd-sizes { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-size-btn {
    min-width: 48px;
    height: 36px;
    padding: 0 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    color: #0f1111;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pd-size-btn:hover { border-color: var(--brand-cyan); box-shadow: 0 0 0 1px var(--brand-cyan); }
.pd-size-btn.active {
    background: var(--brand-cyan);
    color: #fff;
    border-color: var(--brand-cyan);
    box-shadow: 0 0 0 1px var(--brand-cyan);
}

/* Stock */
.pd-stock { margin: 10px 0; }
.pd-instock { color: #007600; font-size: 17px; }
.pd-instock i { font-size: 17px; margin-right: 4px; }
.pd-outstock { color: #cc0c39; font-size: 17px; }
.pd-outstock i { font-size: 17px; margin-right: 4px; }

/* Qty */
.pd-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.pd-qty label { font-size: 14px; font-weight: 700; color: #0f1111; margin: 0; }
.pd-qty select {
    width: 70px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: #f0f2f2;
    cursor: pointer;
}

/* Buttons */
.pd-btns {
    display: flex;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid #eee;
}
.pd-btn-cart {
    flex: 1;
    padding: 12px 24px;
    background: #ffffff;
    border: 2px solid #d4a843;
    border-radius: 5%;
    font-size: 14px;
    font-weight: 600;
    color: #b8860b;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
}
.pd-btn-cart:hover {
    background: #fdf6e3;
    border-color: #b8860b;
    color: #8b6914;
    box-shadow: 0 2px 8px rgba(212, 168, 67, 0.3);
}
.pd-btn-gocart {
    background: #ffffff !important;
    border: 2px solid #d4a843 !important;
    color: #b8860b !important;
}
.pd-btn-gocart:hover { background: #fdf6e3 !important; border-color: #b8860b !important; color: #8b6914 !important; }
.pd-btn-buy {
    flex: 1;
    padding: 12px 24px;
    background: linear-gradient(to bottom, #33d4e8, #00abc5);
    border: 1px solid #008e9b;
    border-radius: 5%;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 171, 197, 0.3);
}
.pd-btn-buy:hover {
    background: linear-gradient(to bottom, #2cc5d9, #009aab);
    box-shadow: 0 4px 12px rgba(0, 171, 197, 0.4);
    color: #fff;
}

/* Wishlist */
.pd-wishlist-row {
    padding: 8px 0;
    border-top: 1px solid #eee;
}
.pd-wishlist {
    background: none;
    border: none !important;
    outline: none;
    color: #007185;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
    box-shadow: none !important;
}
.pd-wishlist:hover { color: #c7511f; }
.pd-wishlist.active { color: #e11d48; }
.pd-wishlist i { font-size: 18px; }

/* Delivery */
.pd-delivery { border-top: 1px solid #eee; padding: 12px 0; }
.pd-del-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #0f1111;
}
.pd-del-row i { font-size: 20px; flex-shrink: 0; margin-top: 2px; }

/* Seller */
.pd-seller {
    border-top: 1px solid #eee;
    padding: 12px 0;
    font-size: 14px;
}
.pd-seller span { color: #565959; }
.pd-seller a { color: #007185; text-decoration: none; }
.pd-seller a:hover { color: #c7511f; text-decoration: underline; }
.pd-seller-sep { color: #ccc; margin: 0 8px; }

/* Short Desc */
.pd-about { border-top: 1px solid #eee; padding: 14px 0; }
.pd-about h4 { font-size: 16px; font-weight: 700; color: #0f1111; margin-bottom: 8px; }
.pd-about p { font-size: 14px; color: #333; line-height: 1.6; margin: 0; }

/* ========== TABS SECTION ========== */
.pd-tabs-section { padding: 20px 0 40px; background: #f0f2f2; }
.pd-tabs-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    overflow: hidden;
}
.pd-tab { padding: 20px 24px; }
.pd-tab h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f1111;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.pd-tab-divider { height: 1px; background: #e7e7e7; margin: 0 24px; }

/* Info Table */
.pd-table { width: 100%; border-collapse: collapse; }
.pd-table tr { border-bottom: 1px solid #f0f0f0; }
.pd-table td { padding: 10px 12px; font-size: 14px; }
.pd-table td:first-child { font-weight: 700; color: #555; width: 180px; background: #f7f7f7; }
.pd-table td:last-child { color: #0f1111; }

/* Review Summary */
.pd-review-summary {
    display: flex;
    gap: 30px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    align-items: center;
}
.pd-review-avg { font-size: 48px; font-weight: 400; color: #0f1111; line-height: 1; }
.pd-review-stars { display: flex; gap: 1px; margin-bottom: 4px; }
.pd-review-stars .filled { color: #de7921; font-size: 18px; }
.pd-review-stars .empty { color: #ddd; font-size: 18px; }

/* Review List */
.pd-review-list { margin-bottom: 24px; }
.pd-review-item { padding: 16px 0; border-bottom: 1px solid #eee; }
.pd-review-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.pd-review-head img { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; }
.pd-review-head span { font-size: 13px; font-weight: 500; color: #333; }
.pd-review-date { font-size: 13px; color: #888; margin-bottom: 6px; }
.pd-review-item p { font-size: 14px; line-height: 1.6; color: #333; margin: 0; }
.pd-review-img { max-height: 120px; border-radius: 6px; border: 1px solid #eee; margin-top: 10px; }
.pd-review-video { display: flex; align-items: center; gap: 4px; margin-top: 10px; color: #cc0c39; font-size: 13px; font-weight: 600; text-decoration: none; }
.pd-review-video:hover { text-decoration: underline; }
.pd-no-review { padding: 20px 0; color: #555; font-size: 14px; }

/* Write Review */
.pd-write-review { background: #f7f7f7; border-radius: 8px; padding: 24px; margin-top: 20px; }
.pd-write-review h4 { font-size: 18px; font-weight: 700; color: #0f1111; margin-bottom: 16px; }
.pd-form-group { margin-bottom: 14px; }
.pd-form-group label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 4px; }
.pd-form-group input,
.pd-form-group select,
.pd-form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    transition: border-color 0.2s;
}
.pd-form-group input:focus,
.pd-form-group select:focus,
.pd-form-group textarea:focus {
    border-color: var(--brand-cyan);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 171, 197, 0.15);
}
.pd-form-group textarea { resize: vertical; }
.pd-btn-submit {
    width: 100%;
    padding: 12px 24px;
    background: linear-gradient(135deg, #00abc5 0%, #008e9b 100%);
    color: #fff;
    border: none;
    border-radius: 5%;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0, 171, 197, 0.3);
}
.pd-btn-submit:hover {
    background: linear-gradient(135deg, #009aab 0%, #007e8b 100%);
    box-shadow: 0 4px 12px rgba(0, 171, 197, 0.4);
}

/* ========== SIMILAR PRODUCTS ========== */
.pd-similar-section { padding: 20px 0 40px; background: #fff; border-top: 1px solid #eee; }
.pd-similar-section h3 { font-size: 20px; font-weight: 700; color: #0f1111; margin-bottom: 16px; }
.pd-similar-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.2s, border-color 0.2s;
    height: 100%;
}
.pd-similar-card:hover { border-color: #ddd; box-shadow: 0 2px 10px rgba(0,0,0,0.08); color: inherit; }
.pd-similar-card img { max-width: 100%; max-height: 180px; object-fit: contain; margin-bottom: 10px; }
.pd-similar-card p { font-size: 13px; color: #333; line-height: 1.4; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pd-similar-stars { display: flex; gap: 1px; margin-bottom: 4px; font-size: 13px; }
.pd-similar-stars .filled { color: #de7921; }
.pd-similar-stars .empty { color: #ddd; }
.pd-similar-price { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-weight: 700; color: #0f1111; }
.pd-similar-old { font-size: 13px; color: #888; text-decoration: line-through; font-weight: 400; }
.pd-similar-off { font-size: 12px; color: #008e9b; font-weight: 600; }

/* ========== LIGHTBOX ========== */
.pd-lightbox {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.pd-lightbox.active { display: flex; }
.pd-lightbox button {
    position: absolute;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
    transition: color 0.2s;
}
.pd-lightbox button:hover { color: var(--brand-cyan); }
.pd-lb-close { top: 16px !important; right: 16px !important; font-size: 36px !important; }
.pd-lb-prev { left: 16px !important; top: 50% !important; transform: translateY(-50%); }
.pd-lb-next { right: 16px !important; top: 50% !important; transform: translateY(-50%); }
.pd-lb-img-wrap { max-width: 85vw; max-height: 85vh; }
.pd-lb-img-wrap img { max-width: 100%; max-height: 85vh; object-fit: contain; }

/* ========== MOBILE STICKY BAR ========== */
.pd-sticky-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 1040;
    display: none;
    gap: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px 12px;
}
.pd-sticky-cart {
    flex: 1;
    padding: 12px 10px;
    background: #ffffff;
    border: 2px solid #d4a843;
    border-radius: 5%;
    font-size: 13px;
    font-weight: 600;
    color: #b8860b;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.pd-sticky-cart:hover { background: #fdf6e3; border-color: #b8860b; color: #8b6914; }
.pd-sticky-gocart {
    background: #ffffff !important;
    border: 2px solid #d4a843 !important;
    color: #b8860b !important;
}
.pd-sticky-buy {
    flex: 1;
    padding: 12px 10px;
    background: linear-gradient(to bottom, #33d4e8, #00abc5);
    border: 1px solid #008e9b;
    border-radius: 5%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 171, 197, 0.3);
}
.pd-sticky-buy:hover { background: linear-gradient(to bottom, #2cc5d9, #009aab); color: #fff; }

/* ========== RESPONSIVE: TABLET & MOBILE ========== */
@media (max-width: 991.98px) {
    .pd-grid {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: stretch !important;
    }
    .pd-gallery {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        flex-direction: column !important;
        margin-bottom: 0 !important;
    }
    .pd-thumbs { display: none !important; }
    .pd-mobile-slider { display: block !important; }
    .pd-main-img-wrap { display: none !important; }
    .pd-zoom-result { display: none !important; }
    .pd-info {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 12px 0 100px !important;
    }
    .pd-title { font-size: 18px !important; }
    .pd-btns { flex-direction: column; gap: 10px; }
    .pd-review-summary { flex-direction: column; gap: 20px; }
}

/* Color/Size - ALWAYS VISIBLE on ALL screens */
.pd-opt,
.pd-colors,
.pd-sizes {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}
.pd-colors,
.pd-sizes {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

/* ========== RESPONSIVE: MOBILE ========== */
@media (max-width: 575.98px) {
    .pd-title { font-size: 18px; }
    .pd-tab { padding: 16px; }
    .pd-tab h3 { font-size: 17px; }
    .pd-write-review { padding: 16px; }
    .pd-similar-section { padding: 16px 0; }
    .pd-sticky-bar { padding: 8px 10px; gap: 8px; }
    .pd-sticky-cart, .pd-sticky-buy { font-size: 12px; padding: 10px 8px; }
    .pd-color-btn { width: 32px !important; height: 32px !important; }
    .pd-size-btn { min-width: 44px; height: 36px; font-size: 13px; padding: 0 12px; }
    .pd-zoom-result { display: none !important; }
}

/* Mobile Image Slider Bottom Bar (Dots + Heart + Share) */
.pd-mobile-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}
.pd-mobile-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}
.pd-mobile-dots .pd-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pd-mobile-dots .pd-dot.active {
    background: #0f1111;
    width: 8px;
    height: 8px;
}
.pd-mobile-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.pd-action-btn {
    background: none;
    border: none !important;
    outline: none;
    padding: 0;
    font-size: 22px;
    color: #0f1111;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
    box-shadow: none !important;
}
.pd-action-btn:hover {
    color: var(--brand-cyan, #00abc5);
}
.pd-action-btn.active {
    color: #e11d48;
}

/* Size Guide Link */
.pd-size-guide-link {
    font-size: 13px;
    color: #007185;
    text-decoration: none;
    font-weight: 500;
}
.pd-size-guide-link:hover {
    color: #c7511f;
    text-decoration: underline;
}


/* ========== AMAZON STYLE PRODUCT DETAIL FEATURES ========== */
/* Share Button */
.pd-share-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    color: #4a5568;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 12;
    transition: all 0.2s ease;
}
.pd-share-btn:hover {
    background: #f7fafc;
    color: var(--brand-cyan, #00abc5);
    transform: scale(1.08);
}

/* Offers Section */
.pd-offers-wrap {
    margin: 16px 0;
    padding: 12px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}
.pd-offers-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0f1111;
}
.pd-offers-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff7ed;
    color: #c7511f;
    border: 1px solid #ffedd5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}
.pd-offers-cards-container {
    position: relative;
    display: flex;
    align-items: center;
}
.pd-offers-cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 2px;
    width: 100%;
}
.pd-offers-cards::-webkit-scrollbar { display: none; }
.pd-offer-card {
    flex: 0 0 160px;
    max-width: 160px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.15s, box-shadow 0.15s;
}
.pd-offer-card:hover {
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    border-color: #cbd5e1;
}
.pd-offer-title {
    font-size: 13px;
    font-weight: 700;
    color: #0f1111;
    margin-bottom: 4px;
}
.pd-offer-sub {
    font-size: 12px;
    color: #565959;
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pd-offer-link {
    font-size: 12px;
    color: #007185;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.pd-offer-link:hover {
    color: #c7511f;
    text-decoration: underline;
}
.pd-offers-nav-btn {
    position: absolute;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 5;
    font-size: 16px;
    color: #334155;
}
.pd-offers-nav-btn:hover {
    background: #f8fafc;
    color: #0f1111;
}

/* Service Highlights (4 Icon Row) */
.pd-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 14px 0;
    margin: 14px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.pd-service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.pd-service-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f0fdfa;
    color: var(--brand-cyan, #00abc5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #ccfbf1;
}
.pd-service-text {
    font-size: 11px;
    font-weight: 600;
    color: #007185;
    line-height: 1.25;
}

/* Variant Selector Cards with Image Thumbnail & Price */
.pd-variant-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.pd-variant-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    min-width: 76px;
    transition: all 0.15s ease;
    text-decoration: none !important;
}
.pd-variant-card:hover {
    border-color: var(--brand-cyan, #00abc5);
    box-shadow: 0 2px 6px rgba(0, 171, 197, 0.15);
}
.pd-variant-card.active {
    border: 2px solid var(--brand-cyan, #00abc5);
    box-shadow: 0 0 0 1px var(--brand-cyan, #00abc5);
    background: #f0fdfa;
}
.pd-variant-card-img {
    width: 50px;
    height: 55px;
    object-fit: contain;
    border-radius: 4px;
    margin-bottom: 4px;
}
.pd-variant-card-info {
    text-align: center;
    line-height: 1.1;
}
.pd-variant-card-price {
    font-size: 12px;
    font-weight: 700;
    color: #0f1111;
}
.pd-variant-card-mrp {
    font-size: 10px;
    color: #64748b;
    text-decoration: line-through;
}

/* Pincode Checker */
.pd-pincode-wrap {
    margin: 12px 0;
    padding: 10px 12px;
    background: #f8fafc;
    border-radius: 6px;
    border: 1px dashed #cbd5e1;
}
.pd-pincode-label {
    font-size: 12px;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.pd-pincode-form {
    display: flex;
    gap: 6px;
}
.pd-pincode-input {
    flex: 1;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    outline: none;
}
.pd-pincode-input:focus {
    border-color: var(--brand-cyan, #00abc5);
}
.pd-pincode-btn {
    padding: 5px 14px;
    font-size: 12px;
    font-weight: 700;
    background: var(--brand-cyan, #00abc5);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}
.pd-pincode-btn:hover {
    opacity: 0.9;
}
.pd-pincode-result {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
}

/* ========== AUTHENTICATION MODAL THEME STYLES ========== */
#checkoutLoginModal .modal-content,
.auth-modal .modal-content {
    border: none !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
}

#checkoutLoginModal .modal-header,
.auth-modal .modal-header {
    background: linear-gradient(135deg, #00abc5 0%, #008e9b 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
}

#checkoutLoginModal .modal-title,
.auth-modal .modal-title {
    color: #ffffff !important;
    font-weight: 700 !important;
}

#checkoutLoginModal .nav-pills,
.auth-modal .nav-pills {
    background-color: #f1f5f9 !important;
    padding: 4px !important;
    border-radius: 50px !important;
}

#checkoutLoginModal .nav-pills .nav-link,
.auth-modal .nav-pills .nav-link {
    color: #64748b !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

#checkoutLoginModal .nav-pills .nav-link.active,
.auth-modal .nav-pills .nav-link.active {
    background: #00abc5 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 171, 197, 0.3) !important;
}

#checkoutLoginModal .input-group-text,
.auth-modal .input-group-text {
    background-color: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #00abc5 !important;
}

#checkoutLoginModal .form-control,
.auth-modal .form-control {
    border-color: #cbd5e1 !important;
}

#checkoutLoginModal .form-control:focus,
.auth-modal .form-control:focus {
    border-color: #00abc5 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 171, 197, 0.18) !important;
}

#checkoutLoginModal .btn-primary,
#checkoutLoginModal #btnModalLogin,
#checkoutLoginModal #btnModalRegister,
.auth-modal .btn-dark,
.auth-modal button[type="submit"] {
    background: linear-gradient(135deg, #00abc5 0%, #008e9b 100%) !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(0, 171, 197, 0.25) !important;
    transition: all 0.25s ease !important;
}

#checkoutLoginModal .btn-primary:hover,
#checkoutLoginModal #btnModalLogin:hover,
#checkoutLoginModal #btnModalRegister:hover,
.auth-modal .btn-dark:hover,
.auth-modal button[type="submit"]:hover {
    background: linear-gradient(135deg, #008e9b 0%, #00737e 100%) !important;
    box-shadow: 0 6px 18px rgba(0, 171, 197, 0.35) !important;
    transform: translateY(-1px);
}


