/**
 * Abaya Klosette — Single Product Page Styles v2
 * File: wp-content/themes/khadija-child/assets/ak-single-product.css
 * 
 * CRITICAL FIXES:
 * - Ultra-high specificity selectors to override parent theme
 * - !important on key layout properties
 * - display:none on parent theme elements that leak through
 */

/* ════════════════════════════════════════════════════
   KILL PARENT THEME LEAKAGE ON SINGLE PRODUCT PAGE
   These must come FIRST
════════════════════════════════════════════════════ */

/* Hide ALL default WooCommerce product elements that might leak through */
.single-product .product .woocommerce-product-gallery,
.single-product .product .images,
.single-product .product .summary,
.single-product .product .product_title,
.single-product .product .price,
.single-product .product .woocommerce-tabs,
.single-product .product .woocommerce-product-rating,
.single-product .product .cart,
.single-product .product .product_meta,
.single-product .product .related.products,
.single-product .product .upsells.products,
.single-product .product .woocommerce-product-details__short-description,
.single-product .product .woocommerce-product-attributes,
.single-product .product .woocommerce-Reviews,
.single-product .product .woocommerce-Tabs-panel,
.single-product .product .woocommerce-product-gallery__wrapper,
.single-product .product .woocommerce-product-gallery__image,
.single-product .product .flex-viewport,
.single-product .product .flex-control-nav,
.single-product .product .flex-direction-nav {
    display: none !important;
}

/* Hide any parent theme product layout containers */
.single-product .product .entry-summary,
.single-product .product .entry-content,
.single-product .product .post-content,
.single-product .product .content-area,
.single-product .product .site-main,
.single-product .product .container,
.single-product .product .row,
.single-product .product .col,
.single-product .product .col-md-6,
.single-product .product .col-lg-6,
.single-product .product .col-12 {
    all: unset !important;
    display: block !important;
}

/* Reset any parent theme flex/grid on product containers */
.single-product .product {
    display: block !important;
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* ════════════════════════════════════════════════════
   DIAMOND UTILITIES
════════════════════════════════════════════════════ */
.ak-single-product .cf-dia,
body.single-product .cf-dia {
    width: 5px !important; 
    height: 5px !important; 
    background: #C9972A !important; 
    transform: rotate(45deg) !important; 
    flex-shrink: 0 !important; 
    display: inline-block !important; 
}
.ak-single-product .cf-dia-sm,
body.single-product .cf-dia-sm {
    width: 3px !important; 
    height: 3px !important; 
    background: #C9972A !important; 
    transform: rotate(45deg) !important; 
    flex-shrink: 0 !important; 
    display: inline-block !important; 
    opacity: 0.4 !important; 
}

/* ════════════════════════════════════════════════════
   HERO SECTION
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-hero,
body.single-product .ak-sp-hero {
    width: 100% !important; 
    min-height: 45vh !important;
    background: #0d0d0d !important;
    position: relative !important;
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ak-single-product .ak-sp-hero-bg,
body.single-product .ak-sp-hero-bg {
    position: absolute !important; 
    inset: 0 !important;
    background-size: cover !important; 
    background-position: center 35% !important;
    background-color: #0d0d0d !important;
    z-index: 1 !important;
}
.ak-single-product .ak-sp-hero-overlay,
body.single-product .ak-sp-hero-overlay {
    position: absolute !important; 
    inset: 0 !important;
    background: linear-gradient(to bottom, rgba(13,13,13,0.38) 0%, rgba(13,13,13,0.78) 100%) !important;
    z-index: 2 !important;
}
.ak-single-product .ak-sp-hero-content,
body.single-product .ak-sp-hero-content {
    position: relative !important; 
    z-index: 3 !important;
    text-align: center !important; 
    padding: 80px 48px !important;
    max-width: 680px !important; 
    width: 100% !important;
    margin: 0 auto !important;
}
.ak-single-product .ak-sp-eyebrow,
body.single-product .ak-sp-eyebrow {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important; 
    font-weight: 400 !important; 
    letter-spacing: 0.36em !important;
    color: #C9972A !important; 
    text-transform: uppercase !important;
    display: block !important; 
    margin-bottom: 1.6rem !important;
    animation: akcp-fadeUp 0.7s 0.2s ease both !important;
}
.ak-single-product .ak-sp-rule,
body.single-product .ak-sp-rule {
    display: flex !important; 
    align-items: center !important; 
    gap: 12px !important; 
    justify-content: center !important;
    margin-bottom: 2rem !important;
    animation: akcp-fadeUp 0.6s 0.35s ease both !important;
}
.ak-single-product .ak-sp-rule-line,
body.single-product .ak-sp-rule-line {
    height: 0.5px !important; 
    background: #C9972A !important;
    animation: akcp-growLine 1.2s 0.5s ease both !important;
    width: 80px !important;
    display: block !important;
}
.ak-single-product .ak-sp-title,
body.single-product .ak-sp-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(36px, 5vw, 64px) !important;
    font-weight: 300 !important; 
    line-height: 1.05 !important;
    color: #fff !important; 
    margin-bottom: 0.5rem !important;
    animation: akcp-fadeUp 0.8s 0.55s ease both !important;
    text-align: center !important;
}
.ak-single-product .ak-sp-sub,
body.single-product .ak-sp-sub {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(14px, 1.6vw, 18px) !important;
    font-weight: 500 !important; 
    font-style: italic !important;
    color: rgba(255,255,255,0.70) !important; 
    line-height: 1.6 !important;
    animation: akcp-fadeUp 0.7s 0.75s ease both !important;
    text-align: center !important;
    margin: 0 !important;
}
.ak-single-product .ak-sp-hero-corner,
body.single-product .ak-sp-hero-corner {
    position: absolute !important; 
    width: 26px !important; 
    height: 26px !important;
    border-color: rgba(201,151,42,0.22) !important; 
    border-style: solid !important;
    z-index: 3 !important;
}
.ak-single-product .ak-sp-tl,
body.single-product .ak-sp-tl { top: 22px !important; left: 22px !important; border-width: 0.5px 0 0 0.5px !important; }
.ak-single-product .ak-sp-tr,
body.single-product .ak-sp-tr { top: 22px !important; right: 22px !important; border-width: 0.5px 0.5px 0 0 !important; }
.ak-single-product .ak-sp-bl,
body.single-product .ak-sp-bl { bottom: 22px !important; left: 22px !important; border-width: 0 0 0.5px 0.5px !important; }
.ak-single-product .ak-sp-br,
body.single-product .ak-sp-br { bottom: 22px !important; right: 22px !important; border-width: 0 0.5px 0.5px 0 !important; }

/* ════════════════════════════════════════════════════
   PRODUCT WRAP — 2 Column Layout
════════════════════════════════════════════════════ */
.ak-single-product,
body.single-product .ak-single-product {
    background: #f5f2eb !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ak-single-product .ak-sp-wrap,
body.single-product .ak-sp-wrap {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 60px 48px 80px !important;
    display: grid !important;
    grid-template-columns: 55% 45% !important;
    gap: 60px !important;
    align-items: start !important;
    box-sizing: border-box !important;
}

/* ════════════════════════════════════════════════════
   GALLERY
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-gallery,
body.single-product .ak-sp-gallery {
    position: sticky !important;
    top: 100px !important;
    display: block !important;
}

.ak-single-product .ak-sp-main-image-wrap,
body.single-product .ak-sp-main-image-wrap {
    position: relative !important;
    background: #fff !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    cursor: zoom-in !important;
    border: 1px solid #e0dbd0 !important;
    display: block !important;
}

.ak-single-product .ak-sp-main-image,
body.single-product .ak-sp-main-image {
    position: relative !important;
    display: block !important;
}

.ak-single-product .ak-sp-main-image img,
body.single-product .ak-sp-main-image img,
#ak-sp-featured-img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: opacity 0.3s ease !important;
    max-width: 100% !important;
}

/* Badges */
.ak-single-product .ak-sp-badges,
body.single-product .ak-sp-badges {
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    z-index: 2 !important;
}

.ak-single-product .ak-sp-badge,
body.single-product .ak-sp-badge {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    color: #fff !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.ak-single-product .ak-sp-badge-new,
body.single-product .ak-sp-badge-new { background: #C9972A !important; }
.ak-single-product .ak-sp-badge-sale,
body.single-product .ak-sp-badge-sale { background: #c0392b !important; }
.ak-single-product .ak-sp-badge-oos,
body.single-product .ak-sp-badge-oos { background: #7f8c8d !important; }

/* Zoom hint */
.ak-single-product .ak-sp-zoom-hint,
body.single-product .ak-sp-zoom-hint {
    position: absolute !important;
    bottom: 16px !important;
    right: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(13,13,13,0.6) !important;
    backdrop-filter: blur(4px) !important;
    padding: 8px 14px !important;
    color: rgba(255,255,255,0.8) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    z-index: 2 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: none !important;
}

.ak-single-product .ak-sp-main-image-wrap:hover .ak-sp-zoom-hint,
body.single-product .ak-sp-main-image-wrap:hover .ak-sp-zoom-hint {
    opacity: 1 !important;
}

/* Thumbnails */
.ak-single-product .ak-sp-thumbs,
body.single-product .ak-sp-thumbs {
    display: flex !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.ak-single-product .ak-sp-thumb,
body.single-product .ak-sp-thumb {
    width: 80px !important;
    height: 100px !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: border-color 0.3s ease, transform 0.3s ease !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.ak-single-product .ak-sp-thumb img,
body.single-product .ak-sp-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    pointer-events: none !important;
}

.ak-single-product .ak-sp-thumb:hover,
body.single-product .ak-sp-thumb:hover {
    border-color: #C9972A !important;
    transform: translateY(-2px) !important;
}

.ak-single-product .ak-sp-thumb.active,
body.single-product .ak-sp-thumb.active {
    border-color: #C9972A !important;
    box-shadow: 0 4px 12px rgba(201,151,42,0.2) !important;
}

/* ════════════════════════════════════════════════════
   PRODUCT INFO
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-info,
body.single-product .ak-sp-info {
    padding-top: 10px !important;
    display: block !important;
}

.ak-single-product .ak-sp-cat,
body.single-product .ak-sp-cat {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #C9972A !important;
    margin-bottom: 16px !important;
    display: block !important;
}

.ak-single-product .ak-sp-cat a,
body.single-product .ak-sp-cat a {
    color: #C9972A !important;
    text-decoration: none !important;
}

.ak-single-product .ak-sp-mobile-title,
body.single-product .ak-sp-mobile-title {
    display: none !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    margin: 0 0 16px !important;
    line-height: 1.1 !important;
}

.ak-single-product .ak-sp-price-wrap,
body.single-product .ak-sp-price-wrap {
    margin-bottom: 24px !important;
    display: block !important;
}

.ak-single-product .ak-sp-price-wrap .price,
.ak-single-product .ak-sp-price-wrap .woocommerce-Price-amount,
body.single-product .ak-sp-price-wrap .price,
body.single-product .ak-sp-price-wrap .woocommerce-Price-amount {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #0d0d0d !important;
    display: inline !important;
}

.ak-single-product .ak-sp-price-wrap ins,
.ak-single-product .ak-sp-price-wrap .price ins,
body.single-product .ak-sp-price-wrap ins,
body.single-product .ak-sp-price-wrap .price ins {
    text-decoration: none !important;
    color: #C9972A !important;
    display: inline !important;
}

.ak-single-product .ak-sp-price-wrap del,
.ak-single-product .ak-sp-price-wrap .price del,
body.single-product .ak-sp-price-wrap del,
body.single-product .ak-sp-price-wrap .price del {
    color: #b0a99e !important;
    margin-right: 12px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    display: inline !important;
}

.ak-single-product .ak-sp-short-desc,
body.single-product .ak-sp-short-desc {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #5a5348 !important;
    margin-bottom: 24px !important;
    display: block !important;
}

/* Stock */
.ak-single-product .ak-sp-stock,
body.single-product .ak-sp-stock {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 24px !important;
    padding: 12px 16px !important;
    background: rgba(39,174,96,0.06) !important;
    border: 0.5px solid rgba(39,174,96,0.2) !important;
}

.ak-single-product .ak-sp-stock.out,
body.single-product .ak-sp-stock.out {
    background: rgba(192,57,43,0.06) !important;
    border-color: rgba(192,57,43,0.2) !important;
}

.ak-single-product .ak-sp-stock-dot,
body.single-product .ak-sp-stock-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

.ak-single-product .ak-sp-stock-dot.in-stock,
body.single-product .ak-sp-stock-dot.in-stock { background: #27ae60 !important; }
.ak-single-product .ak-sp-stock-dot.out-stock,
body.single-product .ak-sp-stock-dot.out-stock { background: #c0392b !important; }

.ak-single-product .ak-sp-stock-text,
body.single-product .ak-sp-stock-text {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #27ae60 !important;
}

.ak-single-product .ak-sp-stock.out .ak-sp-stock-text,
body.single-product .ak-sp-stock.out .ak-sp-stock-text {
    color: #c0392b !important;
}

.ak-single-product .ak-sp-stock-qty,
body.single-product .ak-sp-stock-qty {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    color: #8a7e6b !important;
    margin-left: 4px !important;
}

/* ════════════════════════════════════════════════════
   ADD TO CART FORM
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-cart-wrap,
body.single-product .ak-sp-cart-wrap {
    margin-bottom: 32px !important;
    display: block !important;
}

.ak-single-product .ak-sp-cart-wrap form.cart,
body.single-product .ak-sp-cart-wrap form.cart {
    margin: 0 !important;
    display: block !important;
}

.ak-single-product .ak-sp-cart-wrap .quantity,
body.single-product .ak-sp-cart-wrap .quantity {
    margin-bottom: 16px !important;
    display: block !important;
}

.ak-single-product .ak-sp-cart-wrap .quantity .qty,
body.single-product .ak-sp-cart-wrap .quantity .qty {
    width: 80px !important;
    padding: 14px 12px !important;
    border: 1px solid #e0dbd0 !important;
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #0d0d0d !important;
    outline: none !important;
    display: inline-block !important;
}

.ak-single-product .ak-sp-cart-wrap .quantity .qty:focus,
body.single-product .ak-sp-cart-wrap .quantity .qty:focus {
    border-color: #C9972A !important;
}

/* Variations table */
.ak-single-product .ak-sp-cart-wrap table.variations,
body.single-product .ak-sp-cart-wrap table.variations {
    width: 100% !important;
    border: none !important;
    margin-bottom: 20px !important;
    border-collapse: collapse !important;
}

.ak-single-product .ak-sp-cart-wrap table.variations th,
.ak-single-product .ak-sp-cart-wrap table.variations td,
body.single-product .ak-sp-cart-wrap table.variations th,
body.single-product .ak-sp-cart-wrap table.variations td {
    border: none !important;
    padding: 8px 0 !important;
    vertical-align: middle !important;
    background: transparent !important;
}

.ak-single-product .ak-sp-cart-wrap table.variations label,
body.single-product .ak-sp-cart-wrap table.variations label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #0d0d0d !important;
    display: block !important;
}

.ak-single-product .ak-sp-cart-wrap table.variations select,
body.single-product .ak-sp-cart-wrap table.variations select {
    width: 100% !important;
    padding: 12px 14px !important;
    border: 1px solid #e0dbd0 !important;
    background: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #5a5348 !important;
    outline: none !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%235a5348' stroke-width='1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
    display: block !important;
}

.ak-single-product .ak-sp-cart-wrap table.variations select:focus,
body.single-product .ak-sp-cart-wrap table.variations select:focus {
    border-color: #C9972A !important;
}

.ak-single-product .ak-sp-cart-wrap .reset_variations,
body.single-product .ak-sp-cart-wrap .reset_variations {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    color: #8a7e6b !important;
    text-decoration: none !important;
    margin-top: 8px !important;
    display: inline-block !important;
    transition: color 0.25s !important;
}

.ak-single-product .ak-sp-cart-wrap .reset_variations:hover,
body.single-product .ak-sp-cart-wrap .reset_variations:hover {
    color: #C9972A !important;
}

/* Add to cart button */
.ak-single-product .ak-sp-cart-wrap button.single_add_to_cart_button,
body.single-product .ak-sp-cart-wrap button.single_add_to_cart_button,
.ak-single-product .ak-sp-cart-wrap .single_add_to_cart_button,
body.single-product .ak-sp-cart-wrap .single_add_to_cart_button {
    background: #C9972A !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    padding: 18px 48px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    border-radius: 0 !important;
    width: 100% !important;
    margin-top: 8px !important;
    display: block !important;
    line-height: 1 !important;
}

.ak-single-product .ak-sp-cart-wrap button.single_add_to_cart_button:hover,
body.single-product .ak-sp-cart-wrap button.single_add_to_cart_button:hover {
    background: #b38620 !important;
}

.ak-single-product .ak-sp-cart-wrap button.single_add_to_cart_button:disabled,
body.single-product .ak-sp-cart-wrap button.single_add_to_cart_button:disabled {
    background: #b0a99e !important;
    cursor: not-allowed !important;
}

/* Grouped products */
.ak-single-product .ak-sp-cart-wrap .group_table,
body.single-product .ak-sp-cart-wrap .group_table {
    width: 100% !important;
    margin-bottom: 20px !important;
    border-collapse: collapse !important;
}

.ak-single-product .ak-sp-cart-wrap .group_table td,
body.single-product .ak-sp-cart-wrap .group_table td {
    padding: 12px 0 !important;
    border-bottom: 0.5px solid #e0dbd0 !important;
    background: transparent !important;
}

/* External product button */
.ak-single-product .ak-sp-cart-wrap .single_add_to_cart_button.button.alt,
body.single-product .ak-sp-cart-wrap .single_add_to_cart_button.button.alt {
    text-decoration: none !important;
    text-align: center !important;
}

/* ════════════════════════════════════════════════════
   META
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-meta,
body.single-product .ak-sp-meta {
    border-top: 1px solid #e0dbd0 !important;
    padding-top: 24px !important;
    margin-bottom: 32px !important;
    display: block !important;
}

.ak-single-product .ak-sp-meta-item,
body.single-product .ak-sp-meta-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 0 !important;
    border-bottom: 0.5px solid rgba(224,219,208,0.5) !important;
}

.ak-single-product .ak-sp-meta-label,
body.single-product .ak-sp-meta-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #8a7e6b !important;
    display: inline !important;
}

.ak-single-product .ak-sp-meta-value,
body.single-product .ak-sp-meta-value {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    display: inline !important;
}

/* ════════════════════════════════════════════════════
   TRUST BADGES
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-trust,
body.single-product .ak-sp-trust {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    padding: 20px !important;
    background: #fff !important;
    border: 1px solid #e0dbd0 !important;
}

.ak-single-product .ak-sp-trust-item,
body.single-product .ak-sp-trust-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: center !important;
}

.ak-single-product .ak-sp-trust-item svg,
body.single-product .ak-sp-trust-item svg {
    flex-shrink: 0 !important;
    display: block !important;
}

.ak-single-product .ak-sp-trust-item span,
body.single-product .ak-sp-trust-item span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #5a5348 !important;
    display: block !important;
}

/* ════════════════════════════════════════════════════
   TABS
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-tabs-wrap,
body.single-product .ak-sp-tabs-wrap {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 48px 80px !important;
    display: block !important;
}

.ak-single-product .ak-sp-tabs-nav,
body.single-product .ak-sp-tabs-nav {
    display: flex !important;
    gap: 0 !important;
    border-bottom: 1px solid #e0dbd0 !important;
    margin-bottom: 32px !important;
    flex-wrap: wrap !important;
}

.ak-single-product .ak-sp-tab-btn,
body.single-product .ak-sp-tab-btn {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #8a7e6b !important;
    padding: 16px 32px !important;
    background: none !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.ak-single-product .ak-sp-tab-btn:hover,
body.single-product .ak-sp-tab-btn:hover {
    color: #0d0d0d !important;
}

.ak-single-product .ak-sp-tab-btn.active,
body.single-product .ak-sp-tab-btn.active {
    color: #0d0d0d !important;
    border-bottom-color: #C9972A !important;
}

.ak-single-product .ak-sp-tabs-content,
body.single-product .ak-sp-tabs-content {
    position: relative !important;
    display: block !important;
}

.ak-single-product .ak-sp-tab-panel,
body.single-product .ak-sp-tab-panel {
    display: none !important;
    animation: akcp-fadeIn 0.4s ease !important;
}

.ak-single-product .ak-sp-tab-panel.active,
body.single-product .ak-sp-tab-panel.active {
    display: block !important;
}

.ak-single-product .ak-sp-tab-inner,
body.single-product .ak-sp-tab-inner {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #5a5348 !important;
    display: block !important;
}

.ak-single-product .ak-sp-tab-inner h2,
.ak-single-product .ak-sp-tab-inner h3,
body.single-product .ak-sp-tab-inner h2,
body.single-product .ak-sp-tab-inner h3 {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    margin-bottom: 16px !important;
}

.ak-single-product .ak-sp-tab-inner p,
body.single-product .ak-sp-tab-inner p {
    margin-bottom: 16px !important;
}

.ak-single-product .ak-sp-tab-inner ul,
.ak-single-product .ak-sp-tab-inner ol,
body.single-product .ak-sp-tab-inner ul,
body.single-product .ak-sp-tab-inner ol {
    margin: 0 0 16px 20px !important;
    padding: 0 !important;
}

.ak-single-product .ak-sp-tab-inner li,
body.single-product .ak-sp-tab-inner li {
    margin-bottom: 8px !important;
}

/* Reviews tab */
.ak-single-product .ak-sp-tab-inner .woocommerce-Reviews-title,
body.single-product .ak-sp-tab-inner .woocommerce-Reviews-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    margin-bottom: 24px !important;
}

.ak-single-product .ak-sp-tab-inner .commentlist,
body.single-product .ak-sp-tab-inner .commentlist {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ak-single-product .ak-sp-tab-inner .commentlist .comment,
body.single-product .ak-sp-tab-inner .commentlist .comment {
    margin-bottom: 24px !important;
    padding-bottom: 24px !important;
    border-bottom: 0.5px solid #e0dbd0 !important;
}

.ak-single-product .ak-sp-tab-inner .comment-text,
body.single-product .ak-sp-tab-inner .comment-text {
    background: #fff !important;
    padding: 20px !important;
    border: 1px solid #e0dbd0 !important;
}

.ak-single-product .ak-sp-tab-inner .star-rating,
body.single-product .ak-sp-tab-inner .star-rating {
    color: #C9972A !important;
}

.ak-single-product .ak-sp-tab-inner .comment-respond,
body.single-product .ak-sp-tab-inner .comment-respond {
    margin-top: 32px !important;
}

.ak-single-product .ak-sp-tab-inner .comment-reply-title,
body.single-product .ak-sp-tab-inner .comment-reply-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
}

.ak-single-product .ak-sp-tab-inner .comment-form label,
body.single-product .ak-sp-tab-inner .comment-form label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #5a5348 !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.ak-single-product .ak-sp-tab-inner .comment-form input,
.ak-single-product .ak-sp-tab-inner .comment-form textarea,
body.single-product .ak-sp-tab-inner .comment-form input,
body.single-product .ak-sp-tab-inner .comment-form textarea {
    border: 1px solid #e0dbd0 !important;
    padding: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: #0d0d0d !important;
    outline: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}

.ak-single-product .ak-sp-tab-inner .comment-form input:focus,
.ak-single-product .ak-sp-tab-inner .comment-form textarea:focus,
body.single-product .ak-sp-tab-inner .comment-form input:focus,
body.single-product .ak-sp-tab-inner .comment-form textarea:focus {
    border-color: #C9972A !important;
}

.ak-single-product .ak-sp-tab-inner .comment-form .submit,
body.single-product .ak-sp-tab-inner .comment-form .submit {
    background: #C9972A !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 14px 32px !important;
    border: none !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    display: inline-block !important;
    width: auto !important;
}

.ak-single-product .ak-sp-tab-inner .comment-form .submit:hover,
body.single-product .ak-sp-tab-inner .comment-form .submit:hover {
    background: #b38620 !important;
}

/* Additional info table */
.ak-single-product .ak-sp-tab-inner .shop_attributes,
body.single-product .ak-sp-tab-inner .shop_attributes {
    width: 100% !important;
    border: none !important;
    border-collapse: collapse !important;
}

.ak-single-product .ak-sp-tab-inner .shop_attributes th,
.ak-single-product .ak-sp-tab-inner .shop_attributes td,
body.single-product .ak-sp-tab-inner .shop_attributes th,
body.single-product .ak-sp-tab-inner .shop_attributes td {
    padding: 14px 16px !important;
    border-bottom: 0.5px solid #e0dbd0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    text-align: left !important;
}

.ak-single-product .ak-sp-tab-inner .shop_attributes th,
body.single-product .ak-sp-tab-inner .shop_attributes th {
    font-weight: 500 !important;
    color: #0d0d0d !important;
    width: 30% !important;
    background: rgba(201,151,42,0.04) !important;
}

.ak-single-product .ak-sp-tab-inner .shop_attributes td,
body.single-product .ak-sp-tab-inner .shop_attributes td {
    color: #5a5348 !important;
}

/* ════════════════════════════════════════════════════
   RELATED PRODUCTS
════════════════════════════════════════════════════ */
.ak-single-product .ak-sp-related,
body.single-product .ak-sp-related {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 48px 100px !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-header,
body.single-product .ak-sp-related-header {
    text-align: center !important;
    margin-bottom: 48px !important;
}

.ak-single-product .ak-sp-related-eyebrow,
body.single-product .ak-sp-related-eyebrow {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important;
    font-weight: 400 !important;
    letter-spacing: 0.36em !important;
    color: #C9972A !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 12px !important;
}

.ak-single-product .ak-sp-related-title,
body.single-product .ak-sp-related-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    margin: 0 !important;
}

.ak-single-product .ak-sp-related-title em,
body.single-product .ak-sp-related-title em {
    color: #C9972A !important;
    font-style: italic !important;
}

.ak-single-product .ak-sp-related-grid,
body.single-product .ak-sp-related-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

.ak-single-product .ak-sp-related-card,
body.single-product .ak-sp-related-card {
    background: #fff !important;
    overflow: hidden !important;
    transition: transform 0.35s ease, box-shadow 0.35s ease !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-card:hover,
body.single-product .ak-sp-related-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08) !important;
}

.ak-single-product .ak-sp-related-link,
body.single-product .ak-sp-related-link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
}

.ak-single-product .ak-sp-related-img-wrap,
body.single-product .ak-sp-related-img-wrap {
    position: relative !important;
    overflow: hidden !important;
    aspect-ratio: 3 / 4 !important;
    background: #f0ede6 !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-img-wrap img,
body.single-product .ak-sp-related-img-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.ak-single-product .ak-sp-related-card:hover .ak-sp-related-img-wrap img,
body.single-product .ak-sp-related-card:hover .ak-sp-related-img-wrap img {
    transform: scale(1.05) !important;
}

.ak-single-product .ak-sp-related-overlay,
body.single-product .ak-sp-related-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(13, 13, 13, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    transition: opacity 0.35s ease !important;
}

.ak-single-product .ak-sp-related-card:hover .ak-sp-related-overlay,
body.single-product .ak-sp-related-card:hover .ak-sp-related-overlay {
    opacity: 1 !important;
}

.ak-single-product .ak-sp-related-view,
body.single-product .ak-sp-related-view {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border: 1px solid rgba(255,255,255,0.5) !important;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(4px) !important;
    display: inline-block !important;
}

.ak-single-product .ak-sp-related-badge,
body.single-product .ak-sp-related-badge {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    background: #C9972A !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    padding: 5px 10px !important;
    z-index: 2 !important;
    display: inline-block !important;
    line-height: 1 !important;
}

.ak-single-product .ak-sp-related-sale,
body.single-product .ak-sp-related-sale {
    background: #c0392b !important;
}

.ak-single-product .ak-sp-related-info,
body.single-product .ak-sp-related-info {
    padding: 16px 14px 12px !important;
    text-align: center !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-cat,
body.single-product .ak-sp-related-cat {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #C9972A !important;
    margin-bottom: 6px !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-name,
body.single-product .ak-sp-related-name {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #0d0d0d !important;
    margin: 0 0 8px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-price,
body.single-product .ak-sp-related-price {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #5a5348 !important;
    display: block !important;
}

.ak-single-product .ak-sp-related-price ins,
body.single-product .ak-sp-related-price ins {
    text-decoration: none !important;
    color: #C9972A !important;
    font-weight: 600 !important;
}

.ak-single-product .ak-sp-related-price del,
body.single-product .ak-sp-related-price del {
    color: #b0a99e !important;
    margin-right: 6px !important;
    font-size: 11px !important;
}

/* ════════════════════════════════════════════════════
   KEYFRAMES
════════════════════════════════════════════════════ */
@keyframes akcp-fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes akcp-growLine {
  from { width: 0; }
  to   { width: 80px; }
}
@keyframes akcp-fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — TABLET 1024px
════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .ak-single-product .ak-sp-wrap,
    body.single-product .ak-sp-wrap {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        padding: 40px 36px 60px !important;
    }

    .ak-single-product .ak-sp-gallery,
    body.single-product .ak-sp-gallery {
        position: relative !important;
        top: 0 !important;
    }

    .ak-single-product .ak-sp-mobile-title,
    body.single-product .ak-sp-mobile-title {
        display: block !important;
    }

    .ak-single-product .ak-sp-hero-content,
    body.single-product .ak-sp-hero-content {
        padding: 60px 36px !important;
    }

    .ak-single-product .ak-sp-tabs-wrap,
    body.single-product .ak-sp-tabs-wrap {
        padding: 0 36px 60px !important;
    }

    .ak-single-product .ak-sp-related,
    body.single-product .ak-sp-related {
        padding: 0 36px 80px !important;
    }

    .ak-single-product .ak-sp-related-grid,
    body.single-product .ak-sp-related-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 16px !important;
    }
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — MOBILE 768px
════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    .ak-single-product .ak-sp-hero,
    body.single-product .ak-sp-hero {
        min-height: 35vh !important;
    }

    .ak-single-product .ak-sp-hero-content,
    body.single-product .ak-sp-hero-content {
        padding: 48px 24px !important;
    }

    .ak-single-product .ak-sp-title,
    body.single-product .ak-sp-title {
        font-size: 32px !important;
    }

    .ak-single-product .ak-sp-wrap,
    body.single-product .ak-sp-wrap {
        padding: 32px 24px 48px !important;
        gap: 32px !important;
    }

    .ak-single-product .ak-sp-thumbs,
    body.single-product .ak-sp-thumbs {
        gap: 8px !important;
    }

    .ak-single-product .ak-sp-thumb,
    body.single-product .ak-sp-thumb {
        width: 60px !important;
        height: 75px !important;
    }

    .ak-single-product .ak-sp-price-wrap .price,
    .ak-single-product .ak-sp-price-wrap .woocommerce-Price-amount,
    body.single-product .ak-sp-price-wrap .price,
    body.single-product .ak-sp-price-wrap .woocommerce-Price-amount {
        font-size: 20px !important;
    }

    .ak-single-product .ak-sp-price-wrap del,
    .ak-single-product .ak-sp-price-wrap .price del,
    body.single-product .ak-sp-price-wrap del,
    body.single-product .ak-sp-price-wrap .price del {
        font-size: 16px !important;
    }

    .ak-single-product .ak-sp-cart-wrap button.single_add_to_cart_button,
    body.single-product .ak-sp-cart-wrap button.single_add_to_cart_button {
        padding: 16px 32px !important;
        font-size: 11px !important;
    }

    .ak-single-product .ak-sp-trust,
    body.single-product .ak-sp-trust {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .ak-single-product .ak-sp-trust-item,
    body.single-product .ak-sp-trust-item {
        flex-direction: row !important;
        text-align: left !important;
    }

    .ak-single-product .ak-sp-tabs-wrap,
    body.single-product .ak-sp-tabs-wrap {
        padding: 0 24px 48px !important;
    }

    .ak-single-product .ak-sp-tabs-nav,
    body.single-product .ak-sp-tabs-nav {
        flex-wrap: wrap !important;
    }

    .ak-single-product .ak-sp-tab-btn,
    body.single-product .ak-sp-tab-btn {
        padding: 12px 20px !important;
        font-size: 10px !important;
    }

    .ak-single-product .ak-sp-related,
    body.single-product .ak-sp-related {
        padding: 0 24px 60px !important;
    }

    .ak-single-product .ak-sp-related-grid,
    body.single-product .ak-sp-related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .ak-single-product .ak-sp-related-title,
    body.single-product .ak-sp-related-title {
        font-size: 24px !important;
    }

    .ak-single-product .ak-sp-bl,
    .ak-single-product .ak-sp-br,
    body.single-product .ak-sp-bl,
    body.single-product .ak-sp-br { 
        display: none !important; 
    }
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — SMALL MOBILE 480px
════════════════════════════════════════════════════ */
@media (max-width: 480px) {
    .ak-single-product .ak-sp-hero-content,
    body.single-product .ak-sp-hero-content {
        padding: 36px 16px !important;
    }

    .ak-single-product .ak-sp-title,
    body.single-product .ak-sp-title {
        font-size: 28px !important;
    }

    .ak-single-product .ak-sp-wrap,
    body.single-product .ak-sp-wrap {
        padding: 24px 16px 40px !important;
    }

    .ak-single-product .ak-sp-thumb,
    body.single-product .ak-sp-thumb {
        width: 50px !important;
        height: 65px !important;
    }

    .ak-single-product .ak-sp-cart-wrap button.single_add_to_cart_button,
    body.single-product .ak-sp-cart-wrap button.single_add_to_cart_button {
        padding: 14px 24px !important;
        font-size: 10px !important;
        letter-spacing: 2px !important;
    }

    .ak-single-product .ak-sp-tabs-wrap,
    body.single-product .ak-sp-tabs-wrap {
        padding: 0 16px 40px !important;
    }

    .ak-single-product .ak-sp-tab-btn,
    body.single-product .ak-sp-tab-btn {
        padding: 10px 14px !important;
        font-size: 9px !important;
        letter-spacing: 1px !important;
    }

    .ak-single-product .ak-sp-related,
    body.single-product .ak-sp-related {
        padding: 0 16px 48px !important;
    }

    .ak-single-product .ak-sp-related-grid,
    body.single-product .ak-sp-related-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .ak-single-product .ak-sp-related-info,
    body.single-product .ak-sp-related-info {
        padding: 12px 10px 10px !important;
    }

    .ak-single-product .ak-sp-related-name,
    body.single-product .ak-sp-related-name {
        font-size: 13px !important;
    }

    .ak-single-product .ak-sp-related-price,
    body.single-product .ak-sp-related-price {
        font-size: 11px !important;
    }
}

/* ════════════════════════════════════════════════════
   RESPONSIVE — VERY SMALL 380px
════════════════════════════════════════════════════ */
@media (max-width: 380px) {
    .ak-single-product .ak-sp-title,
    body.single-product .ak-sp-title {
        font-size: 24px !important;
    }

    .ak-single-product .ak-sp-thumb,
    body.single-product .ak-sp-thumb {
        width: 44px !important;
        height: 55px !important;
    }

    .ak-single-product .ak-sp-related-grid,
    body.single-product .ak-sp-related-grid {
        gap: 8px !important;
    }

    .ak-single-product .ak-sp-related-name,
    body.single-product .ak-sp-related-name {
        font-size: 12px !important;
    }
}