/* Modern header refresh */
.header-modern {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.header-utility-bar {
    background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e7eb;
    padding: 6px 0;
    color: #475569;
    font-size: 13px;
}

.header-utility-links a,
.header-utility-actions a {
    color: inherit;
    font-weight: 600;
}

.header-main-wrap {
    padding: 6px 0 14px;
}

.header-main-panel {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
    padding: 12px 14px;
    gap: 14px;
}

.header-main-panel .front-header-search {
    flex: 1 1 320px;
}

@media (min-width: 1200px) {
    .header-main-panel {
        padding: 18px 22px;
        gap: 18px;
    }
}

@media (max-width: 991.98px) {
    .header-main-panel {
        padding: 12px;
        border-radius: 12px;
    }
}

.header-hamburger {
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.header-hamburger:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.header-search-shell {
    background: #f8fafc;
    border-radius: 999px;
    padding: 6px 12px;
    box-shadow: inset 0 0 0 1px #e5e7eb;
}

.header-search-shell .search-input-box>input {
    border: 0 !important;
    box-shadow: none;
    background: transparent;
    height: 48px;
    font-weight: 500;
    padding-left: 0;
}

.header-search-shell .search-input-box>input::placeholder {
    color: #94a3b8;
}

.header-search-shell .search-input-box>svg {
    right: 18px;
    top: 12px;
    opacity: 0.65;
}

html[dir="rtl"] .header-search-shell .search-input-box>svg {
    right: auto;
    left: 18px;
}

.header-search-shell:focus-within {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px var(--primary), 0 12px 40px rgba(15, 23, 42, 0.08);
}

.header-icon-tray {
    gap: 12px;
}

.header-icon-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 10px;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.header-icon-pill>a {
    display: inline-flex;
    align-items: center;
}

.header-icon-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border-color: var(--primary);
}

.header-icon-pill .badge {
    top: -6px;
    right: -8px;
}

.header-notification-tray .dropdown-toggle {
    padding: 10px 0;
}

.header-account {
    padding-left: 16px;
    border-left: 1px solid #e5e7eb;
    gap: 10px;
}

.header-account .nav-user-info {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.header-account .nav-user-img {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.header-account a {
    font-weight: 700;
}

.header-nav-rail {
    background: linear-gradient(120deg, var(--primary), #0f172a) !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 46px rgba(15, 23, 42, 0.25);
}

.header-nav-rail .header-category-trigger {
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.header-nav-rail .header-category-trigger .fw-700,
.header-nav-rail .header-category-trigger a,
.header-nav-rail .header-category-trigger i {
    color: #ffffff !important;
}

.header-nav-rail .header-nav-links ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header-nav-rail .header_menu_links {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 700;
    border-radius: 10px;
}

.header-nav-rail .header_menu_links.active,
.header-nav-rail .header_menu_links:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.product-thumb-shell {
    aspect-ratio: 1 / 1;
    min-height: 140px;
}

/* Match X.com share icon sizing with other jssocial buttons */
.jssocials-share-twitter img.jssocials-share-logo {
    height: 1em;
    width: auto;
}
@media (min-width: 768px) {
    .product-thumb-shell {
        min-height: 170px;
    }
}
.product-thumb-shell img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.header-cart-trigger {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
}

.header-cart-trigger .nav-cart-box {
    padding-left: 10px;
    padding-right: 10px;
}

.header-cart-trigger .nav-cart-box .text-white {
    color: #ffffff !important;
}

@media (max-width: 1199.98px) {
    .header-nav-rail {
        border-radius: 0;
    }
}

/* Search / Listing page refresh */
.search-results-page {
    background: #f7f8fb;
}

.search-hero-card {
    background: linear-gradient(135deg, #ffffff 0%, #f3f6fb 100%);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px 18px 16px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.search-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}

.search-hero-text .search-meta {
    letter-spacing: 0.01em;
}

.search-hero-actions {
    gap: 10px;
}

.search-filter-toggle {
    border-radius: 12px;
    border-color: #cbd5e1;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.search-sort {
    min-width: 200px;
}

.search-sort-control {
    border-radius: 12px !important;
    border-color: #e2e8f0 !important;
    background: #ffffff !important;
    color: #0f172a !important;
}

.search-sort-control:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
}

.search-reset {
    font-weight: 700;
    color: #475569;
}

.search-filter-card {
    border-radius: 16px;
    border-color: #e2e8f0 !important;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.search-filter-card .fs-16 {
    font-size: 15px;
}

.search-grid-wrap {
    margin-top: 6px;
}

.search-grid {
    row-gap: 12px;
    margin-left: -6px;
    margin-right: -6px;
}

.search-grid-item {
    padding: 6px;
}

.search-results-page .aiz-card-box,
.search-results-page .carousel-box {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
    background: #ffffff;
    height: 100%;
}

.search-results-page .aiz-card-box:hover,
.search-results-page .carousel-box:hover {
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.16);
    transform: translateY(-3px);
}

@media (max-width: 575.98px) {
    .search-hero-card {
        padding: 16px 12px;
    }
    .search-hero-actions {
        width: 100%;
    }
    .search-filter-toggle {
        width: 100%;
        justify-content: center;
    }
    .search-sort {
        width: 100%;
        min-width: 0;
    }
    .search-sort-control {
        width: 100%;
    }
    .search-reset {
        width: 100%;
        text-align: left;
        padding-left: 0;
    }
}

/* Cart thumbs */
.cart-thumb-square {
    width: 64px;
    height: 64px;
    min-width: 64px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    display: block;
    border-radius: 10px;
}

.cart-thumb-square--sm {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 8px;
}

/* Cart page refresh */
.cart-page {
    background: radial-gradient(circle at 20% 20%, rgba(46, 151, 255, 0.03), transparent 35%), #f8fafc;
    padding-top: 12px;
}

.cart-shell {
    max-width: 1280px;
}

.cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.95fr);
    grid-column-gap: 26px;
    grid-row-gap: 22px;
    align-items: start;
}

.cart-listing-panel {
    margin-bottom: 18px;
    width: 100%;
}

.cart-list-card {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    padding: 18px 18px 12px;
}

.cart-select-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-list {
    margin-top: 12px;
}

.cart-item-row {
    margin-bottom: 12px;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px;
    padding: 14px 12px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.cart-item-grid {
    gap: 10px;
}

.cart-item-main {
    column-gap: 12px;
}

.cart-thumb-wrap img {
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.cart-summary-panel {
    position: sticky;
    top: 90px;
    align-self: start;
}

.cart-summary-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.cart-summary-head {
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
    padding: 16px 18px 12px;
}

.cart-summary-heading h3 {
    color: #0f172a;
    font-weight: 800;
}

.cart-summary-title {
    font-size: 15px;
}

.cart-summary-eyebrow {
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 800;
    color: #6b7280;
}

.cart-summary-hint {
    color: #6b7280;
    font-size: 12px;
}

.cart-summary-badges .cart-minimum-badge {
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(234, 179, 8, 0.2);
}

.cart-summary-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
}

.cart-summary-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
}

.summary-stat {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.summary-stat.primary {
    border-color: rgba(16, 185, 129, 0.3);
}

.summary-stat.accent {
    border-color: rgba(59, 130, 246, 0.28);
}

.summary-stat .stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--primary);
    font-size: 17px;
    border: 1px solid #e5e7eb;
}

.summary-stat.accent .stat-icon {
    color: #2563eb;
}

.summary-stat .stat-label {
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    opacity: 0.9;
}

.summary-stat .stat-value {
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.summary-stat .stat-suffix {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
    margin-left: 4px;
}

.cart-summary-breakdown {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}

.summary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #1f2937;
    border-bottom: 1px dashed #e5e7eb;
}

.summary-line:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.summary-line .line-label {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-weight: 700;
}

.summary-line .line-note {
    color: #6b7280;
    font-weight: 600;
    font-size: 12px;
}

.summary-line .line-value {
    font-weight: 800;
    color: #0f172a;
}

.summary-line.saving .line-value {
    color: #dc2626;
}

.cart-summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 14px;
    padding: 12px 14px;
    color: #fff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.24);
}

.cart-summary-total .total-label {
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #cbd5e1;
}

.cart-summary-total .total-note {
    color: #e2e8f0;
    font-weight: 600;
}

.cart-summary-total .total-amount {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.cart-coupon-shell {
    border: 1px dashed #d7dee8;
    border-radius: 12px;
    padding: 12px;
    background: #f9fafb;
}

.coupon-input {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.coupon-input .form-control {
    border-radius: 10px;
    border: 1px solid #d7dee8;
    background: #ffffff;
    height: 46px;
    font-weight: 600;
    color: #0f172a;
}

.coupon-input .form-control:focus {
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
    border-color: var(--primary);
}

.coupon-apply-btn {
    border-radius: 10px;
    padding: 0 16px;
    font-weight: 800;
    box-shadow: none;
}

.coupon-active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.coupon-chip {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.coupon-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 800;
    color: #475569;
}

.coupon-code {
    font-weight: 800;
    font-size: 15px;
    color: var(--primary);
}

.coupon-change-btn {
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 700;
}

.cart-summary-cta {
    margin-top: 8px;
}

.cart-checkout-btn {
    border-radius: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    box-shadow: 0 14px 30px rgba(16, 185, 129, 0.24);
}

.cart-checkout-btn:hover {
    color: #fff;
}

.checkout-shell {
    background: #f8fafc;
}

.checkout-layout {
    align-items: flex-start;
}

.checkout-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.checkout-step-card {
    border: 1px solid #e5e7eb !important;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    background: #ffffff;
}

.checkout-step-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 18px 12px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
}

.checkout-step-left {
    gap: 10px;
}

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(16, 185, 129, 0.12);
    color: var(--primary);
    font-weight: 800;
    font-size: 14px;
    border: 1px solid rgba(16, 185, 129, 0.24);
}

.step-kicker {
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #6b7280;
    font-weight: 700;
}

.step-title-row svg {
    flex-shrink: 0;
}

.step-title {
    font-size: 16px;
    font-weight: 800;
    color: #0f172a;
}

.step-subtitle {
    color: #6b7280;
    font-size: 12px;
}

.step-chevron {
    color: #94a3b8;
}

.checkout-step-body {
    padding: 18px;
    background: #ffffff;
}

.checkout-step-body .border {
    border-color: #e5e7eb !important;
}

.checkout-address-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.checkout-address-card .aiz-megabox-elem {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.checkout-address-card .fs-14.text-secondary {
    color: #6b7280 !important;
}

.checkout-ghost-btn {
    border-width: 1px;
}

.checkout-add-address {
    border-radius: 12px;
    border: 1px dashed #d7dee8 !important;
    background: #f9fafb !important;
    color: #0f172a;
}

.checkout-add-address:hover {
    background: #ffffff !important;
}

.checkout-delivery-card {
    border-color: #e5e7eb !important;
}

.checkout-delivery-card .card-header {
    border-color: #e5e7eb !important;
    padding-bottom: 12px;
}

.checkout-delivery-card h5 {
    font-weight: 800;
}

.checkout-step-body .aiz-megabox-elem {
    border-radius: 10px;
    border-color: #e5e7eb;
}

.checkout-step-body .aiz-megabox-elem:hover {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.checkout-note {
    border-radius: 10px !important;
    border-color: #e5e7eb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.checkout-block-title {
    margin-bottom: 8px;
}

.checkout-pay-option .aiz-megabox-elem {
    border-radius: 12px;
    border-color: #e5e7eb;
    background: #f9fafb;
    transition: all 0.2s ease;
}

.checkout-pay-option input:checked ~ .aiz-megabox-elem {
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(16, 185, 129, 0.12);
}

.checkout-agree {
    border-top: 1px dashed #e5e7eb;
    margin-top: 10px;
    padding-top: 14px !important;
}

.checkout-back-link {
    color: #0f172a;
}

.checkout-submit-btn {
    border-radius: 12px;
    height: 46px;
    box-shadow: 0 14px 30px rgba(16, 185, 129, 0.25);
}

.checkout-submit-btn:disabled {
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .cart-layout {
        display: block;
    }
    .cart-summary-panel {
        position: static;
        top: auto;
        margin-top: 18px;
    }
    .cart-item-row {
        padding: 12px 10px;
    }
}

@media (max-width: 767.98px) {
    .cart-summary-head {
        flex-direction: column;
        gap: 8px;
    }
    .cart-summary-body {
        padding: 16px;
    }
    .cart-summary-total {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 575.98px) {
    .coupon-change-btn {
        width: 100%;
        text-align: center;
    }
    .coupon-active {
        align-items: flex-start;
    }
}

/* Product detail refresh */
.product-hero-section {
    background: radial-gradient(circle at 12% 20%, rgba(59, 130, 246, 0.06), transparent 32%), #f7f9fb;
}

.product-hero-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 40%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.08);
}

.product-gallery-modern .product-media-frame {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 14px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.product-gallery-modern .product-media-main .carousel-box {
    border-radius: 14px;
    overflow: hidden;
}

.product-gallery-modern .product-media-main img {
    border-radius: 14px;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.2);
}

.product-thumb-rail {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.product-thumb-rail .carousel-box {
    transition: all 0.15s ease;
    border-radius: 10px;
}

.product-thumb-rail .carousel-box:hover {
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    transform: translateY(-2px);
}

.product-detail-modern {
    color: #0f172a;
}

.product-title-modern {
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -0.01em;
}

@media (min-width: 1200px) {
    .product-title-modern {
        font-size: 32px;
    }
}

.product-meta-top {
    gap: 12px;
}

.product-rating-chip {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 700;
}

.product-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid rgba(148, 163, 184, 0.5);
    background: #ffffff;
    color: #475569;
}

.product-pill.pill-success {
    background: #ecfdf3;
    border-color: #bbf7d0;
    color: #166534;
}

.product-pill.pill-danger {
    background: #fef2f2;
    border-color: #fecdd3;
    color: #991b1b;
}

.product-pill.pill-muted {
    background: #f8fafc;
}

.product-pill.pill-soft-primary {
    background: rgba(59, 130, 246, 0.08);
    border-color: rgba(59, 130, 246, 0.3);
    color: #1d4ed8;
}

.product-action-rail {
    gap: 8px;
}

.product-icon-btn,
.product-ghost-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition: all 0.15s ease;
}

.product-icon-btn:hover,
.product-ghost-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
    border-color: var(--primary);
    color: var(--primary);
}

.product-icon-btn {
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    font-size: 16px;
}

.product-info-row {
    padding: 8px 0;
}

.product-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.02));
}

.product-price-card {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.product-price-row {
    padding-top: 4px;
    padding-bottom: 4px;
}

.product-option-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-option-row {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.product-option-row .aiz-megabox-elem {
    border-radius: 10px !important;
    box-shadow: inset 0 0 0 1px #e2e8f0;
}

.product-option-row .aiz-megabox input:checked + .aiz-megabox-elem {
    box-shadow: inset 0 0 0 2px var(--primary);
}

.product-quantity .btn {
    border-radius: 10px !important;
}

.product-quantity .input-number {
    background: #ffffff;
}

.product-cta-rail {
    gap: 12px;
}

.product-cta-rail .btn {
    border-radius: 12px !important;
    padding: 12px 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    font-weight: 700;
}

.product-cta-rail .btn-secondary-base {
    background: #0f172a;
}

.product-share-row {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
}

.product-content-card {
    border-radius: 18px;
    box-shadow: 0 14px 50px rgba(15, 23, 42, 0.08);
    border-color: #e5e7eb !important;
}

/* Lift WhatsApp chat button above the mobile bottom nav */
@media (max-width: 620px) {
    .wh-widget-send-button,
    .wh-widget-send-button-wrapper,
    #wh-widget-send-button,
    #wh-widget-send-button-wrapper,
    [id^="gb-widget-"] {
        bottom: calc(70px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

/* Center-align icons and labels in the mobile bottom nav */
.aiz-mobile-bottom-nav .row > [class*="col"] > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.aiz-mobile-bottom-nav .row > [class*="col"] svg,
.aiz-mobile-bottom-nav .row > [class*="col"] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
