/* ============================================
   Inter Font (self-hosted)
   ============================================ */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter/inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter/inter-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter/inter-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/inter/inter-700.woff2') format('woff2');
}

/* ============================================
   Design Tokens (CSS Custom Properties)
   ============================================ */
:root {
  /* Brand */
  --pm-primary: #dc3545;
  --pm-primary-hover: #c82333;
  --pm-primary-light: #fff5f5;
  --pm-primary-shadow: rgba(220, 53, 69, 0.15);
  --pm-secondary: #ff6a00;
  --pm-secondary-hover: #e55f00;
  --pm-success: #1a7f37;
  --pm-success-light: #f0faf0;

  /* Trust / Info */
  --pm-info: #2267d8;
  --pm-info-light: #eef4ff;
  --pm-warning: #f59e0b;

  /* Text */
  --pm-text-primary: #191919;
  --pm-text-secondary: #555;
  --pm-text-muted: #595959; /* darkened from #767676 for WCAG AA (4.5:1) on light-gray backgrounds */

  /* Borders */
  --pm-border: #d0d0d0;
  --pm-border-light: #f0f0f0;

  /* Surfaces */
  --pm-surface: #ffffff;
  --pm-surface-muted: #f8f9fa;
  --pm-surface-sunken: #f1f3f5;

  /* Shadows */
  --pm-shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
  --pm-shadow-md: 0 4px 16px rgba(0,0,0,0.08);
  --pm-shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --pm-shadow-primary: 0 4px 16px rgba(220,53,69,0.18);

  /* Typography Scale */
  --pm-text-xs: 11px;
  --pm-text-sm: 13px;
  --pm-text-base: 16px;
  --pm-text-lg: 18px;
  --pm-text-xl: 22px;
  --pm-text-2xl: 28px;
  --pm-text-3xl: 34px;

  /* Line Heights */
  --pm-line-height-tight: 1.25;
  --pm-line-height-normal: 1.5;

  /* Spacing (4px base) */
  --pm-space-1: 4px;
  --pm-space-2: 8px;
  --pm-space-3: 12px;
  --pm-space-4: 16px;
  --pm-space-5: 20px;
  --pm-space-6: 24px;
  --pm-space-8: 32px;
  --pm-space-10: 40px;
  --pm-space-12: 48px;
  --pm-space-16: 64px;

  /* Z-index scale */
  --pm-z-sticky: 100;
  --pm-z-modal: 1000;
  --pm-z-toast: 10001;

  /* Radius */
  --pm-radius-sm: 6px;
  --pm-radius-md: 10px;
  --pm-radius-lg: 14px;
  --pm-radius-full: 9999px;

  /* Motion */
  --pm-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --pm-duration-fast: 150ms;
  --pm-duration: 250ms;
  --pm-duration-slow: 350ms;
}

/* ============================================
   Body & Typography
   ============================================ */
body {
    color: #444 !important;
}

.tt-title,
.tt-block-title .tt-title,
h1, h2, h3, h4 {
    font-family: 'Inter', sans-serif;
}

h3.tt-title,
h4.tt-title {
    font-size: inherit;
    margin: inherit;
}

b, strong {
    color: #000000 !important;
}

/* ============================================
   Existing styles
   ============================================ */
.btn-long {
    width: 80%;
}
.errors {
    color: #dc3545;
}
.error {
    color: #dc3545;
}

.addressList li {
    width: 100%;
    margin: 10px;
    border: 1px solid #e9e7e7;
    padding: 29px 25px 26px;
    font-weight: 700;
    background: #f7f8fa;
    border-radius: 6px;
}

.addressList .radio .outer1 {
    opacity: 0;
    position: fixed;
    width: 0;
}
.addressList li:hover {
    border: #2267d8 1px solid;
}
.addressList li .radio input:focus + label {
    background-color: #bfb;
    border-color: #4c4;
}
input:checked + label {
    border: #2267d8 1px solid;
}

/*ticket*/
.ticket_item {
    background-color: #f7f8fa;
    padding: 5px;
}
/*ticket*/

/*alert*/
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger .alert-link {
    color: #843534;
}
.alert .alert-link {
    font-weight: 700;
}
.alert-link {
    text-decoration: none !important;
}
/*alert*/

/* ============================================
   Slider
   ============================================ */
.owl-carousel {
    background: url("../images/loader.svg") no-repeat center center;
}
.owl-carousel.owl-loaded {
    background: none;
}
#owl-slider {
    /* Owl's own CSS sets .owl-carousel{display:none} until it initializes, which
       leaves ZERO reserved height, so the banner pops in on init (the CLS source).
       Force it visible and reserve the banner box up-front via aspect-ratio, so the
       height is identical before the image paints, before Owl init, and after. */
    display: block;
    aspect-ratio: 1920 / 600;
    overflow: hidden;
    background: #f0f0f5;
}
/* Before Owl wraps the slides in .owl-stage, only the first slide should take up
   space — otherwise the stacked slides blow out the reserved box. */
#owl-slider:not(.owl-loaded) .item:not(:first-child) {
    display: none;
}
#owl-slider .item {
    background: #f0f0f5;
}
/* Image fills the reserved box; object-fit:cover keeps the banner edge-to-edge
   with no letterbox. Its own aspect-ratio matches the container so the first
   slide's intrinsic height equals the reserved height (no shift on image load). */
#owl-slider .item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 600;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    /* When a single wide (1920x600) banner is reused for mobile, object-fit:cover
       center-crops it into this taller box (shows ~57% of the width). The banner
       art MUST keep all text + key products inside the center ~60% safe zone so
       nothing important is cut. If a separate mobile mall-image is uploaded, size
       it to ~1168x635 to match this box exactly. To reduce side-crop of a reused
       desktop banner, move this ratio toward 1920/600 (trade-off: shorter banner). */
    #owl-slider {
        aspect-ratio: 1168 / 635;
    }
    #owl-slider .item img {
        aspect-ratio: 1168 / 635;
    }
    .container-indent.nomargin > .container-fluid > .row {
        margin-bottom: 0;
    }
}

.playstore {
    width: 50%;
}

/* ============================================
   Ticket images
   ============================================ */
.ticket_img-wraps {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 215px;
    padding-left: 5px;
    padding-top: 5px;
}

.ticket_img-wraps .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.modal-body .imagepreview {
    width: 100%;
}

.modal .modal-dialog {
}

/* ============================================
   Add to Cart Loading State
   ============================================ */
.cart-loading-state {
    text-align: center;
    padding: 48px 20px 40px;
}

.cart-loading-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid #dc3545;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: cart-spin 0.8s linear infinite;
}

@keyframes cart-spin {
    to { transform: rotate(360deg); }
}

.cart-data-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.cart-data-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 3px solid #f0f0f0;
    border-top-color: #dc3545;
    border-radius: 50%;
    animation: cart-spin 0.6s linear infinite;
}

.cart-loading-text {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin: 0;
    letter-spacing: 0.02em;
}

/* Modal success message icon color */
#modalAddToCartProduct .tt-modal-messages [class^=icon-] {
    color: #dc3545;
}

/* Neutral resting chip, red reserved for interaction. `.btn.btn_mobile_model`
   (specificity 0,2,0) overrides the theme's red `.btn.btn-border` (my-theme.css). */
.btn.btn_mobile_model,
.btn_mobile_model {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    color: #374151;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.btn.btn_mobile_model:hover,
.btn.btn_mobile_model:focus,
.btn_mobile_model:hover {
    background: #fff5f6;
    color: #dc3545;
    border-color: #dc3545;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.12);
    transform: translateY(-1px);
}

.model-group {
    margin-bottom: 20px;
}

.model-group__title {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding: 8px 0 8px 12px;
    margin-bottom: 12px;
    border-left: 3px solid #dc3545;
}

.model-count {
    font-size: 13px;
    color: #666;
}

/* ============================================
   Category / sub-category search + grids
   ============================================ */
/* The category page wrapper (.container-fluid-custom) has no horizontal padding,
   so a Bootstrap .row here overflows the viewport by its -15px gutters on mobile
   (widening the whole page). Neutralise the negative margins for these grids;
   the columns' own padding keeps a comfortable edge inset + gutter. */
#results.row {
    margin-left: 0;
    margin-right: 0;
}

.btn_mobile_model:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
    border-color: #dc3545;
}

/* In-page search box (models + brands) */
.category-search {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.category-search__icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #9aa0a6;
    pointer-events: none;
}

.category-search .form-control {
    height: 46px;
    padding: 8px 16px 8px 42px;
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    font-size: 15px;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.category-search .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
    outline: none;
}

/* Compact, image-only brand card */
.brand-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    padding: 14px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.brand-card img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
}

.brand-card:hover,
.brand-card:focus-visible {
    border-color: #dc3545;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    outline: none;
}

/* No-results empty state */
.no-results {
    display: none;
    text-align: center;
    padding: 40px 16px;
    color: #666;
}

.no-results__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.no-results__hint {
    font-size: 13px;
    color: #999;
    margin: 0;
}

@media (max-width: 575.98px) {
    .brand-card {
        height: 74px;
        padding: 10px;
        margin-bottom: 12px;
    }
}

/* ============================================
   Product Cards
   ============================================ */
.tt-product:not(.tt-view) .tt-description .tt-add-info li a {
    color: #333;
}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    font-weight: 700;
    font-size: 12px;
    border-radius: var(--pm-radius-sm);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: auto;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    line-height: 1;
}
.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg::before {
    top: 0;
    margin-right: 0;
    font-size: 16px;
}

.tt-product .tt-description .tt-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tt-product .tt-description .tt-title a {
    color: #222;
}

.tt-product .tt-description .tt-price {
    font-weight: 700;
    color: var(--pm-text-primary);
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.dummy-price {
    font-size: var(--pm-text-sm) !important;
    color: var(--pm-text-muted) !important;
    margin-left: 5px;
    font-weight: 400 !important;
}

.tt-product .tt-image-box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.tt-product .tt-image-box .tt-img {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.tt-product .tt-image-box .tt-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tt-product .tt-image-box a img {
    transition: transform var(--pm-duration-slow) var(--pm-ease);
    will-change: transform;
}

.tt-product:hover .tt-image-box a img {
    transform: scale(1.05);
}

.tt-product {
    border: 1px solid var(--pm-border-light);
    border-radius: var(--pm-radius-md);
    padding: 0 0 12px;
    margin-bottom: 20px;
    background: var(--pm-surface);
    transition: box-shadow var(--pm-duration) var(--pm-ease),
                border-color var(--pm-duration) var(--pm-ease),
                transform var(--pm-duration) var(--pm-ease);
}

.tt-product:hover {
    border-color: var(--pm-border);
    box-shadow: var(--pm-shadow-md);
    transform: translateY(-2px);
}

.tt-product .tt-description {
    padding: 12px 14px 8px;
}

/* Discount badge */
.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--pm-success);
    color: #fff;
    font-size: var(--pm-text-xs);
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    padding: 4px 10px;
    border-radius: var(--pm-radius-full);
    z-index: 2;
    letter-spacing: 0.3px;
}

.tt-block-title {
    padding-top: 32px;
}
.tt-block-title .tt-title {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-size: 22px;
}
.tt-block-title .tt-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: #dc3545;
    border-radius: 2px;
}

/* ============================================
   Hero Tagline
   ============================================ */
.hero-tagline {
    text-align: center;
    padding: 32px 16px 12px;
    background: linear-gradient(135deg, #fff5f5 0%, #fff 40%, #f8f9fa 100%);
}
@media (max-width: 767px) {
    .hero-tagline {
        padding: 20px 16px 10px;
    }
}
.hero-tagline h1::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    background: #dc3545;
    border-radius: 2px;
    margin: 10px auto 0;
}

.hero-tagline h1 {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.hero-tagline p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0;
    font-weight: 400;
}

.hero-cta-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 36px;
    font-size: var(--pm-text-base);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: var(--pm-primary);
    color: #fff;
    border-radius: var(--pm-radius-sm);
    transition: background var(--pm-duration) var(--pm-ease),
                transform var(--pm-duration-fast) var(--pm-ease),
                box-shadow var(--pm-duration) var(--pm-ease);
}

.hero-cta-btn:hover,
.hero-cta-btn:focus {
    background: var(--pm-primary-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--pm-shadow-primary);
    text-decoration: none;
}

/* ============================================
   Trust Strip
   ============================================ */
.trust-strip {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
}

.trust-item i {
    color: #dc3545;
    width: 40px;
    height: 40px;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.trust-item .tt-title {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ============================================
   Category Grid
   ============================================ */
.tt-promo-box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.tt-promo-box:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-color: #d0d0d0;
}

.tt-promo-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: #f8f8f8;
    padding: 35px 30px 45px;
    max-height: 260px;
    transition: transform 0.4s ease;
}

.tt-promo-box:hover img {
    transform: scale(1.05);
}

/* Fix overlay label - bottom strip instead of full overlay */
.tt-promo-box.tt-one-child {
    position: relative;
}

.tt-promo-box.tt-one-child .tt-description {
    position: absolute;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    padding: 0 !important;
    display: block !important;
    background: linear-gradient(0deg, rgba(0,0,0,0.55) 0%, transparent 100%);
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper {
    padding: 20px 16px 12px !important;
    text-align: center;
    display: block !important;
    max-width: none !important;
    min-width: 0 !important;
}

.tt-promo-box.tt-one-child .tt-description .tt-background {
    display: none !important;
}

.tt-promo-box.tt-one-child .tt-description .tt-title-small {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    letter-spacing: 0.02em;
}

/* ============================================
   Brand Logo Grid
   ============================================ */
.logo-container {
    text-align: center;
    padding: 20px 10px 16px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    transition: box-shadow 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    height: 100%;
}
.logo-container:hover {
    border-color: #d0d0d0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.logo-container.active {
    border-color: #dc3545;
    background: #fff5f5;
    box-shadow: 0 4px 16px rgba(220,53,69,0.18);
}
.logo-container.active .brand-name {
    color: #dc3545;
    font-weight: 700;
}
.logo-container img {
    width: 100%;
    max-width: 150px;
    height: 60px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 8px;
}
.brand-name {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.model-btn {
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    padding: 10px 16px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.25s ease;
    color: #333;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.model-btn:hover {
    background-color: #dc3545;
    color: #fff;
    border-color: #dc3545;
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(220,53,69,0.25);
    text-decoration: none;
}
.model-box {
    margin-bottom: 12px;
}
.collapse-list {
    margin-top: 8px;
    margin-bottom: 14px;
    padding: 20px;
    background: #f7f8fa;
    border-radius: 14px;
    border: 1px solid #eef0f3;
}
.collapse:not(.show) {
    display: none;
}
.collapse.show {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

/* ============================================
   SEO Content Section
   ============================================ */
.seo-content-section {
    margin-top: 48px;
    padding: 48px 0 56px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    border-top: 1px solid #eee;
}

.seo-content-section .col-md-12 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.seo-content-section h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    line-height: 1.3;
}

.seo-content-section h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin: 32px 0 10px;
    padding-top: 8px;
    line-height: 1.4;
}

.seo-content-section p {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 12px;
}

.seo-content-section strong {
    color: #333 !important;
    font-weight: 600;
}

/* ============================================
   Floating WhatsApp & Back-to-top Fix
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 16px rgba(0,0,0,0.35);
}

@media (min-width: 790px) {
    .tt-back-to-top.tt-show {
        bottom: 92px !important;
        right: 20px !important;
        width: 48px !important;
        height: 48px !important;
    }
}

/* On the product page a fixed bottom CTA bar (.sticky-mobile-cta) appears at
   <=767px; lift the floating WhatsApp button above it so they don't overlap.
   :has() is progressive — older browsers simply keep the default position. */
@media (max-width: 767px) {
    body:has(.sticky-mobile-cta) .whatsapp-float {
        bottom: 82px;
    }
}

/* ============================================
   Footer
   ============================================ */
footer .tt-color-scheme-03 address p {
    color: #fff;
}

footer .tt-color-scheme-03 .tt-social-icon li a {
    color: #aaa;
}

footer .tt-color-scheme-03 .tt-social-icon li a:hover {
    color: #fff;
}

footer .tt-color-scheme-03 .tt-mobile-collapse .tt-collapse-title {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

footer .tt-color-scheme-04 .tt-box-copyright {
    color: #fff;
}

.tt-footer-custom .tt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 1;
}

.payment-icons span {
    display: inline-flex;
}

@media (max-width: 789px) {
    footer .tt-color-scheme-04 .tt-box-copyright {
        color: #555;
    }

    .payment-icons svg rect {
        fill: #222 !important;
        opacity: 0.8 !important;
    }

    .payment-icons svg text {
        fill: #fff !important;
    }

    .tt-footer-custom .tt-row {
        justify-content: center;
        gap: 12px;
    }

    .tt-footer-custom .tt-col-left,
    .tt-footer-custom .tt-col-right {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .payment-icons {
        justify-content: center;
    }
}

/* ============================================
   Sticky Header Shadow
   ============================================ */
.tt-stuck-nav.stuck {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ============================================
   Button System (3-tier hierarchy)
   ============================================ */

/* Universal button base */
.btn,
.tt-btn-addtocart,
.btn-buy-now,
.hero-cta-btn,
.btn-whatsapp,
.btn-border,
.tt-error-secondary-btn,
.tt-error-home-btn {
    min-height: 44px;
    transition: background var(--pm-duration) var(--pm-ease),
                color var(--pm-duration) var(--pm-ease),
                transform var(--pm-duration-fast) var(--pm-ease),
                box-shadow var(--pm-duration) var(--pm-ease),
                border-color var(--pm-duration) var(--pm-ease);
}

/* Primary buttons (solid) */
.btn-primary,
.btn-danger,
.tt-btn-addtocart.thumbprod-button-bg {
    background: var(--pm-primary) !important;
    border-color: var(--pm-primary) !important;
    color: #fff !important;
}
.btn-primary:hover,
.btn-danger:hover,
.tt-btn-addtocart.thumbprod-button-bg:hover {
    background: var(--pm-primary-hover) !important;
    border-color: var(--pm-primary-hover) !important;
    transform: translateY(-1px);
    box-shadow: var(--pm-shadow-primary);
}
.btn-primary:active,
.btn-danger:active,
.tt-btn-addtocart.thumbprod-button-bg:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Outline buttons (secondary actions) */
.btn-outline-primary,
.btn-border,
.tt-error-secondary-btn {
    background: transparent;
    color: var(--pm-primary);
    border: 2px solid var(--pm-primary);
}
.btn-outline-primary:hover,
.btn-border:hover,
.tt-error-secondary-btn:hover {
    background: var(--pm-primary);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--pm-shadow-primary);
}
.btn-outline-primary:active,
.btn-border:active,
.tt-error-secondary-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* Ghost buttons (tertiary) */
.btn-link,
.btn-ghost {
    background: transparent;
    color: var(--pm-text-secondary);
    border: none;
    padding: var(--pm-space-3) var(--pm-space-4);
}
.btn-link:hover,
.btn-ghost:hover {
    color: var(--pm-primary);
    background: var(--pm-primary-light);
}

/* Disabled state */
.btn:disabled,
.btn.disabled,
.tt-btn-addtocart:disabled {
    opacity: 0.5;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
}

/* Button loading state */
.btn--loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}
.btn--loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: pm-spin 0.6s linear infinite;
}

/* Button success flash */
.btn--success {
    background: var(--pm-success) !important;
    border-color: var(--pm-success) !important;
    color: #fff !important;
}

.tt-btn-addtocart {
    border-radius: var(--pm-radius-sm) !important;
}

/* ============================================
   Mobile Fixes
   ============================================ */
@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {
    #owl-slider .item img {
        /* natural size on mobile too */
    }

    .tt-btn-addtocart,
    .model-btn,
    .btn_mobile_model {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero-tagline h1 {
        font-size: 22px;
    }

    .hero-tagline h1::after {
        width: 36px;
        height: 2px;
    }

    .hero-tagline p {
        font-size: 14px;
    }

    .hero-cta-btn {
        padding: 10px 28px;
        font-size: 13px;
    }

    .trust-item {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .trust-item i {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .trust-item .tt-title {
        font-size: 11px;
    }

    .tt-block-title .tt-title {
        font-size: 18px;
    }

    .tt-block-title .tt-title::after {
        width: 32px;
        height: 2px;
    }

    .tt-product {
        margin-bottom: 8px;
    }

    .tt-product .tt-description {
        padding: 10px 10px 6px;
    }

    .tt-product .tt-description .tt-title {
        font-size: 12px;
        min-height: 32px;
    }

    /* Bottom padding for sticky CTA */
    #tt-pageContent {
        padding-bottom: 80px;
    }

    .logo-container {
        padding: 14px 6px 12px;
    }

    .logo-container img {
        height: 44px;
    }

    .brand-name {
        font-size: 12px;
    }

    .seo-content-section {
        padding: 32px 0 40px;
    }

    .seo-content-section h2 {
        font-size: 20px;
    }

    .seo-content-section h3 {
        font-size: 16px;
    }

    .seo-content-section p {
        font-size: 13.5px;
    }

    .whatsapp-float {
        width: 48px;
        height: 48px;
        bottom: 16px;
        right: 12px;
    }

    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }

    /* Ensure touch targets meet 44px minimum */
    .tt-mobile-header .tt-dropdown-toggle,
    .tt-mobile-header .tt-menu-toggle {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-prev, .slick-next {
        width: 44px !important;
        height: 44px !important;
    }

    /* Auth form buttons - full width on mobile */
    .tt-login-form .btn,
    .tt-login-form button[type="submit"] {
        width: 100%;
        min-height: 48px;
        font-size: 14px;
    }
}

/* ============================================
   Product Page (extracted from inline styles)
   ============================================ */
.case-dummy-price {
    font-size: 15px;
    color: #b5b5b5;
    margin-left: 5px;
    text-decoration: line-through;
}

/* ============================================
   Page Bottom Spacing
   ============================================ */
#tt-pageContent {
    min-height: 50vh;
    padding-bottom: 32px;
}

/* ============================================
   <del> styling (replaces deprecated <strike>)
   ============================================ */
del.dummy-price,
del.case-dummy-price {
    text-decoration: line-through;
}

/* ============================================
   Lazy Image Placeholder
   ============================================ */
img[loading="lazy"]:not([src]) {
    background: #f0f0f0;
}

/* ============================================
   Mobile Touch Feedback
   ============================================ */
@media (max-width: 1024px) {
    .tt-product:active {
        transform: scale(0.98) !important;
        box-shadow: var(--pm-shadow-sm) !important;
    }
}

/* ============================================
   Login Page Cards
   ============================================ */
.tt-login-form .tt-item {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}

.tt-login-form .tt-item .tt-title {
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 2px solid #dc3545;
}


/* ============================================
   Contact Page Cards
   ============================================ */
.tt-contact-info {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
    transition: box-shadow 0.2s ease;
}

.tt-contact-info:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* ============================================
   Empty State Styling
   ============================================ */
.tt-empty-cart {
    text-align: center;
}

.tt-empty-cart .tt-icon {
    font-size: 64px;
    color: #ccc;
    display: block;
    margin-bottom: 20px;
}

/* ============================================
   Error / Empty State Pages
   ============================================ */
.tt-error-wrapper {
    text-align: center;
    padding: 50px 20px 60px;
    max-width: 600px;
    margin: 0 auto;
}

.tt-error-icon {
    margin-bottom: 24px;
}

.tt-error-icon svg {
    animation: floatError 3s ease-in-out infinite;
}

@keyframes floatError {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.tt-error-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
}

.tt-error-subtitle {
    font-size: 15px;
    color: #777;
    margin: 0 0 28px;
}

.tt-error-search {
    max-width: 420px;
    margin: 0 auto 24px;
}

.tt-error-search .form-control {
    height: 44px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.tt-error-search .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.15);
}

.tt-error-search .btn {
    height: 44px;
    border-radius: 0 6px 6px 0;
    padding: 0 20px;
    font-size: 14px;
}

.tt-error-or {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 16px;
}

.tt-error-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}

.tt-error-cat-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    transition: all 0.2s ease;
    text-decoration: none;
}

.tt-error-cat-btn:hover {
    border-color: #dc3545;
    color: #dc3545;
    background: #fff5f5;
    text-decoration: none;
}

.tt-error-home-btn {
    margin-top: 0;
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 6px;
}

.tt-error-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.tt-error-secondary-btn {
    display: inline-block;
    padding: 10px 32px;
    font-size: 14px;
    border-radius: 6px;
    background: #fff;
    color: #dc3545;
    border: 2px solid #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.tt-error-secondary-btn:hover {
    background: #dc3545;
    color: #fff;
    text-decoration: none;
}

.tt-error-contact {
    font-size: 13px;
    color: #999;
    margin-top: 20px;
}

.tt-error-contact a {
    color: #dc3545;
    text-decoration: none;
}

.tt-error-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 575px) {
    .tt-error-wrapper {
        padding: 32px 16px 40px;
    }
    .tt-error-icon svg {
        width: 90px;
        height: 90px;
    }
    .tt-error-title {
        font-size: 22px;
    }
    .tt-error-cat-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
    .tt-error-actions {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================
   Product Page
   ============================================ */
.container-indent--product-top {
    margin-top: 16px;
}

.btn-buy-now {
    background: var(--pm-secondary);
    color: #fff;
}

.btn-buy-now:hover,
.btn-buy-now:focus {
    background: var(--pm-secondary-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(255, 106, 0, 0.18);
}

.product-badges {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge-cod {
    font-size: 13px;
    color: #2ecc71;
}

.badge-free-shipping {
    font-size: 13px;
    color: #3498db;
}

.delivery-estimate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 14px;
    background: #f0faf0;
    border-radius: 6px;
    font-size: 13px;
    color: #555;
}

.delivery-estimate i {
    color: #28a745;
    font-size: 18px;
    flex-shrink: 0;
}

.delivery-estimate strong {
    color: #222 !important;
}

.product-share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

.product-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #555;
    font-size: 16px;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none;
}

.product-share__link:hover {
    background: #dc3545;
    color: #fff;
    text-decoration: none;
}

.sticky-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.1);
    padding: 10px 15px;
}

.sticky-mobile-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.sticky-mobile-cta__price {
    font-weight: bold;
    font-size: 16px;
}

.sticky-mobile-cta__price del {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.sticky-mobile-cta__buttons {
    display: flex;
    gap: 8px;
}

.sticky-mobile-cta__buttons .btn {
    font-size: 13px;
    padding: 8px 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--pm-radius-sm);
}
.sticky-mobile-cta__buttons .add_to_cart {
    background: var(--pm-primary);
    border-color: var(--pm-primary);
    color: #fff;
}
.sticky-mobile-cta__buttons .btn-buy-now {
    background: var(--pm-secondary);
    border-color: var(--pm-secondary);
    color: #fff;
}

@media (max-width: 767px) {
    .sticky-mobile-cta { display: flex !important; }
    /* Bottom spacing for the fixed CTA is reserved via body padding (see "Fix 3" below). */
}

/* ============================================
   Contact Page
   ============================================ */
.contact-actions {
    text-align: center;
    margin-top: 30px;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    padding: 12px 30px;
    font-size: 15px;
    border-radius: 6px;
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background: #1ebe5d;
    color: #fff;
}

.btn-whatsapp i {
    margin-right: 8px;
}

/* ============================================
   Cart Empty State
   ============================================ */
.tt-empty-cart {
    padding: 60px 20px;
}

.tt-empty-cart .tt-icon {
    font-size: 64px;
    color: #ccc;
    display: block;
    margin-bottom: 20px;
}

.cart-promo-text {
    color: #28a745;
    font-weight: 600;
    font-size: 14px;
    margin: 8px 0 16px;
}

.cart-promo-text i {
    margin-right: 4px;
}

/* ============================================
   Error Display (Login/Register)
   ============================================ */
.tt-alert-errors {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.tt-alert-errors ul {
    margin: 0;
    padding: 0 0 0 18px;
}

.tt-alert-errors li {
    color: #dc2626;
    font-size: 13px;
    line-height: 1.6;
}

/* ============================================
   Homepage Banner CLS Fix
   ============================================ */
#owl-slider .item img {
    aspect-ratio: 1920 / 600;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* ============================================
   Keyframe Animations
   ============================================ */
@keyframes pm-spin {
    to { transform: rotate(360deg); }
}

@keyframes pm-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

@keyframes pm-fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Wishlist heart pulse */
.store_wishlist.is-active i {
    animation: pm-pulse 0.4s var(--pm-ease);
    color: var(--pm-primary);
}

/* Toast notification */
.pm-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--pm-text-primary);
    color: #fff;
    padding: 12px 24px;
    border-radius: var(--pm-radius-sm);
    font-size: var(--pm-text-sm);
    font-family: 'Inter', sans-serif;
    z-index: 10001;
    animation: pm-fadeIn var(--pm-duration) var(--pm-ease);
    box-shadow: var(--pm-shadow-lg);
}

/* ============================================
   Product Page Gallery Refinements
   ============================================ */
.tt-product-single-img .zoomContainer {
    border-radius: var(--pm-radius-md);
    overflow: hidden;
}

/* Product page button row — side by side */
.tt-product-single-info .tt-row-custom-01 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
}
.tt-product-single-info .tt-row-custom-01 .col-item {
    flex: 0 1 auto;
}
.tt-product-single-info .tt-row-custom-01 .col-item:first-child {
    flex: 0 0 auto;
}

/* Product page Add to Cart button */
.tt-product-single-info .add_to_cart {
    background: var(--pm-primary);
    border-color: var(--pm-primary);
    color: #fff;
    border-radius: var(--pm-radius-sm);
    padding: 10px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tt-product-single-info .add_to_cart:hover,
.tt-product-single-info .add_to_cart:focus {
    background: var(--pm-primary-hover);
    border-color: var(--pm-primary-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: var(--pm-shadow-primary);
}

/* Product page Buy Now button */
.tt-product-single-info .btn-buy-now {
    border-radius: var(--pm-radius-sm);
    padding: 10px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tt-product-single-info .tt-col-thumb {
    display: flex;
    flex-direction: row;
    gap: var(--pm-space-2);
    overflow-x: auto;
    scrollbar-width: thin;
    padding: var(--pm-space-2) 0;
}

.tt-product-single-info .tt-col-thumb li {
    flex-shrink: 0;
}

.tt-product-single-info .tt-col-thumb li a {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: var(--pm-radius-sm);
    border: 2px solid var(--pm-border);
    overflow: hidden;
    transition: border-color var(--pm-duration) var(--pm-ease);
}

.tt-product-single-info .tt-col-thumb li a:hover,
.tt-product-single-info .tt-col-thumb li.zoomGalleryActive a {
    border-color: var(--pm-primary);
}

.tt-product-single-info .tt-col-thumb li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Product page price display */
.tt-price.tt-product-single-price {
    font-size: var(--pm-text-2xl);
    font-weight: 700;
    color: var(--pm-text-primary);
    font-family: 'Inter', sans-serif;
}

.tt-price.tt-product-single-price .case-dummy-price {
    font-size: 16px;
    color: var(--pm-text-muted);
    margin-left: var(--pm-space-2);
}

/* Discount % badge next to price */
.product-discount-pct {
    display: inline-block;
    background: var(--pm-success-light);
    color: var(--pm-success);
    font-size: var(--pm-text-sm);
    font-weight: 700;
    padding: 2px 10px;
    border-radius: var(--pm-radius-full);
    margin-left: var(--pm-space-2);
    vertical-align: middle;
}

/* ============================================
   Mobile UX Refinements
   ============================================ */
html {
    scroll-behavior: smooth;
}

/* Sticky mobile CTA — glassmorphism */
.sticky-mobile-cta {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(255,255,255,0.95);
    padding-bottom: max(12px, env(safe-area-inset-bottom));
}

.sticky-mobile-cta__buttons .btn {
    flex: 1;
    min-height: 44px;
}

/* Quantity buttons touch-friendly */
.tt-input-counter button,
.qty-btn {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ============================================
   Form & Input Polish
   ============================================ */
.form-control,
.tt-input-counter input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select.form-control,
textarea.form-control {
    min-height: 44px;
    border: 1px solid var(--pm-border);
    background-color: #fff;
    transition: border-color var(--pm-duration) var(--pm-ease),
                box-shadow var(--pm-duration) var(--pm-ease);
}

.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select.form-control:focus,
textarea.form-control:focus {
    border-color: var(--pm-primary);
    box-shadow: 0 0 0 3px var(--pm-primary-light);
    outline: none;
}

.form-control::placeholder {
    color: var(--pm-text-muted);
}

/* Error state inputs */
.form-control.is-invalid,
.has-error .form-control {
    border-color: var(--pm-primary);
    background: var(--pm-primary-light);
}

/* Form labels */
.form-group label,
.tt-login-form label {
    font-size: var(--pm-text-sm);
    font-weight: 500;
    color: var(--pm-text-secondary);
    margin-bottom: var(--pm-space-1);
}

/* ============================================
   Utility Classes
   ============================================ */

/* Display */
.u-none { display: none !important; }
.u-block { display: block !important; }
.u-inline-block { display: inline-block !important; }
.u-flex { display: flex !important; }

/* Text Alignment */
.u-text-center { text-align: center !important; }
.u-text-left { text-align: left !important; }
.u-text-right { text-align: right !important; }

/* Margins (4px scale) */
.u-mt-0 { margin-top: 0 !important; }
.u-mt-1 { margin-top: 4px !important; }
.u-mt-2 { margin-top: 8px !important; }
.u-mt-3 { margin-top: 16px !important; }
.u-mt-4 { margin-top: 24px !important; }
.u-mt-5 { margin-top: 32px !important; }

.u-mb-0 { margin-bottom: 0 !important; }
.u-mb-1 { margin-bottom: 4px !important; }
.u-mb-2 { margin-bottom: 8px !important; }
.u-mb-3 { margin-bottom: 16px !important; }
.u-mb-4 { margin-bottom: 24px !important; }
.u-mb-5 { margin-bottom: 32px !important; }

.u-ml-0 { margin-left: 0 !important; }
.u-ml-1 { margin-left: 4px !important; }
.u-ml-2 { margin-left: 8px !important; }
.u-ml-3 { margin-left: 16px !important; }

.u-mr-0 { margin-right: 0 !important; }
.u-mr-1 { margin-right: 4px !important; }
.u-mr-2 { margin-right: 8px !important; }
.u-mr-3 { margin-right: 16px !important; }

/* Padding */
.u-p-0 { padding: 0 !important; }
.u-p-2 { padding: 8px !important; }
.u-p-3 { padding: 16px !important; }
.u-p-4 { padding: 24px !important; }

.u-pt-0 { padding-top: 0 !important; }
.u-pt-2 { padding-top: 8px !important; }
.u-pt-3 { padding-top: 16px !important; }

.u-pb-0 { padding-bottom: 0 !important; }
.u-pb-2 { padding-bottom: 8px !important; }
.u-pb-3 { padding-bottom: 16px !important; }

/* Width */
.u-w-100 { width: 100% !important; }
.u-w-70 { width: 70% !important; }
.u-w-50 { width: 50% !important; }
.u-w-auto { width: auto !important; }

/* Visibility */
.u-visible { visibility: visible !important; }
.u-invisible { visibility: hidden !important; }

/* List */
.u-list-none { list-style: none !important; }

/* Font */
.u-font-normal { font-weight: normal !important; }
.u-font-sm { font-size: 14px !important; }
.u-font-xs { font-size: 12px !important; }

/* Flex */
.u-flex-between { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }

/* ============================================
   Search Page
   ============================================ */

/* --- Search Hero --- */
.search-hero {
    max-width: 560px;
    margin: 0 auto 20px;
}

.search-hero__form {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--pm-border);
    background: var(--pm-surface);
    transition: border-color var(--pm-duration) var(--pm-ease),
                box-shadow var(--pm-duration) var(--pm-ease);
}

.search-hero__form:focus-within {
    border-color: var(--pm-primary);
    box-shadow: 0 0 0 3px var(--pm-primary-shadow);
}

.search-hero__input-wrap {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.search-hero__icon {
    position: absolute;
    left: 14px;
    color: var(--pm-text-muted);
    pointer-events: none;
}

.search-hero__input {
    width: 100%;
    border: none;
    outline: none;
    padding: 11px 36px 11px 42px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--pm-text-primary);
    background: transparent;
}

.search-hero__input::placeholder { color: #aaa; }

.search-hero__clear {
    position: absolute;
    right: 6px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pm-surface-sunken);
    color: var(--pm-text-muted);
    font-size: 16px;
    text-decoration: none;
    line-height: 1;
    transition: all var(--pm-duration-fast) var(--pm-ease);
}

.search-hero__clear:hover {
    background: var(--pm-primary-light);
    color: var(--pm-primary);
    text-decoration: none;
}

.search-hero__btn {
    padding: 11px 22px;
    background: var(--pm-primary);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.02em;
    cursor: pointer;
    white-space: nowrap;
    transition: background var(--pm-duration-fast) var(--pm-ease);
}

.search-hero__btn:hover { background: var(--pm-primary-hover); }

/* --- Results Bar --- */
.search-results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px;
    background: var(--pm-surface-muted);
    border: 1px solid var(--pm-border-light);
    border-radius: 8px;
    margin-bottom: 16px;
}

.search-results-bar__count {
    font-size: 13px;
    font-weight: 400;
    color: var(--pm-text-muted);
    margin: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
}

.search-results-bar__count strong {
    color: var(--pm-text-primary);
    font-weight: 600;
}

.search-results-bar__hint {
    color: var(--pm-primary);
    font-weight: 400;
    font-size: 12px;
}

.search-results-bar__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 1px solid var(--pm-border);
    border-radius: 6px;
    background: var(--pm-surface);
    color: var(--pm-text-secondary);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all var(--pm-duration-fast) var(--pm-ease);
}

.search-filter-toggle:hover {
    border-color: var(--pm-primary);
    color: var(--pm-primary);
}

.search-sort-select {
    padding: 6px 28px 6px 10px;
    border: 1px solid var(--pm-border);
    border-radius: 6px;
    background: var(--pm-surface);
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    color: var(--pm-text-secondary);
    appearance: none;
    -webkit-appearance: none;
    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='%23767676' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    cursor: pointer;
}

.search-sort-select:focus {
    outline: none;
    border-color: var(--pm-primary);
    box-shadow: 0 0 0 2px var(--pm-primary-shadow);
}

/* --- Active Filter Chips --- */
.search-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
}

.search-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: var(--pm-radius-full);
    background: var(--pm-primary-light);
    color: var(--pm-primary);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all var(--pm-duration-fast) var(--pm-ease);
    border: 1px solid transparent;
}

.search-chip:hover {
    background: var(--pm-primary);
    color: #fff;
    text-decoration: none;
}

.search-chip:hover svg { stroke: #fff; }

.search-chip--clear-all {
    background: transparent;
    color: var(--pm-text-muted);
    border-color: var(--pm-border);
}

.search-chip--clear-all:hover {
    background: var(--pm-surface-sunken);
    color: var(--pm-text-primary);
}

/* --- Mobile Filters --- */
.search-mobile-filters {
    background: var(--pm-surface);
    border: 1px solid var(--pm-border-light);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 14px;
}

.search-mobile-filters__section + .search-mobile-filters__section {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--pm-border-light);
}

.search-mobile-filters__title {
    font-size: 12px;
    font-weight: 700;
    color: var(--pm-text-primary);
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.search-mobile-filters__options {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.search-mobile-filters__pill {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius-full);
    font-size: 12px;
    color: var(--pm-text-secondary);
    text-decoration: none;
    transition: all var(--pm-duration-fast) var(--pm-ease);
}

.search-mobile-filters__pill:hover,
.search-mobile-filters__pill.active {
    background: var(--pm-primary);
    color: #fff;
    border-color: var(--pm-primary);
    text-decoration: none;
}

/* --- Desktop Sidebar --- */
.search-sidebar {
    background: var(--pm-surface);
    border: 1px solid var(--pm-border-light);
    border-radius: 8px;
    position: sticky;
    top: 16px;
}

.search-sidebar__section {
    padding: 16px;
}

.search-sidebar__divider {
    height: 1px;
    background: var(--pm-border-light);
    margin: 0;
}

.search-sidebar__title {
    font-size: 11px;
    font-weight: 700;
    color: var(--pm-text-muted);
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.search-sidebar__list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-height: 280px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ddd transparent;
}

.search-sidebar__list::-webkit-scrollbar { width: 3px; }
.search-sidebar__list::-webkit-scrollbar-thumb { background: #ddd; border-radius: 3px; }

.search-sidebar__list li {
    position: static !important;
    margin: 0 !important;
}

.search-sidebar__list li + li {
    margin-top: 1px !important;
}

/* Override theme's tt-filter-list pseudo-element icons */
.search-sidebar__list li a:before,
.search-sidebar__list li a::before {
    content: none !important;
    display: none !important;
}

.search-sidebar__link {
    display: flex !important;
    align-items: center;
    gap: 8px;
    padding: 6px 8px !important;
    border-radius: 5px;
    font-size: 13px;
    color: var(--pm-text-secondary) !important;
    text-decoration: none !important;
    transition: all var(--pm-duration-fast) var(--pm-ease);
    letter-spacing: 0 !important;
}

.search-sidebar__link:hover {
    background: var(--pm-surface-muted);
    color: var(--pm-text-primary) !important;
    text-decoration: none !important;
}

.search-sidebar__link.active {
    background: var(--pm-primary-light);
    color: var(--pm-primary) !important;
    font-weight: 600;
}

/* Custom radio indicator */
.search-sidebar__radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--pm-border);
    flex-shrink: 0;
    position: relative;
    transition: all var(--pm-duration-fast) var(--pm-ease);
}

.search-sidebar__radio.checked {
    border-color: var(--pm-primary);
    background: var(--pm-primary);
}

.search-sidebar__radio.checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.search-sidebar__link:hover .search-sidebar__radio {
    border-color: var(--pm-primary);
}

.search-sidebar__clear {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--pm-primary);
    text-decoration: none;
    font-weight: 500;
}

.search-sidebar__clear:hover {
    text-decoration: underline;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .search-hero { margin-bottom: 14px; }
    .search-hero__form {
        flex-direction: column;
        border-radius: 8px;
    }
    .search-hero__input {
        padding: 12px 36px 12px 40px;
    }
    .search-hero__btn {
        padding: 10px 20px;
        justify-content: center;
        border-top: 1px solid var(--pm-border-light);
    }
    .search-results-bar { padding: 8px 12px; }
    .search-results-bar__count { font-size: 12px; }
}

/* ============================================
   Accessibility
   ============================================ */
/* Focus visibility for keyboard navigation */
:focus-visible {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

/* Skip to content link (hidden until focused) */
.skip-to-content {
    position: absolute;
    top: -40px;
    left: 0;
    background: #dc3545;
    color: #fff;
    padding: 8px 16px;
    z-index: 10000;
    transition: top 0.2s;
}
.skip-to-content:focus {
    top: 0;
}

/* ============================================
   Checkout Steps Indicator
   ============================================ */
.checkout-steps {
    padding: 20px 0 8px;
    background: #f8f9fa;
}

.checkout-steps__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 16px;
}

.checkout-steps__step {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.checkout-steps__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #999;
    flex-shrink: 0;
}

.checkout-steps__label {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: #999;
}

.checkout-steps__line {
    flex: 1;
    height: 2px;
    background: #ddd;
    margin: 0 10px;
    min-width: 24px;
}

.checkout-steps__step--active .checkout-steps__num {
    border-color: #dc3545;
    background: #dc3545;
    color: #fff;
}

.checkout-steps__step--active .checkout-steps__label {
    color: #333;
    font-weight: 600;
}

.checkout-steps__step--done .checkout-steps__num {
    border-color: #28a745;
    background: #28a745;
    color: #fff;
}

.checkout-steps__step--done .checkout-steps__label {
    color: #28a745;
}

.checkout-steps__step--done ~ .checkout-steps__line {
    background: #28a745;
}

@media (max-width: 767px) {
    .checkout-steps__label { font-size: 11px; }
    .checkout-steps__num { width: 24px; height: 24px; font-size: 11px; }
}


/* ============================================
   Account Page
   ============================================ */
.account-layout {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 0 48px;
}

.account-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    margin-bottom: 24px;
}

.account-header__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    flex-shrink: 0;
}

.account-header__info {
    flex: 1;
    min-width: 0;
}

.account-header__name {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 4px;
}

.account-header__meta {
    font-size: 13px;
    color: #999;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-header__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .account-header {
        flex-wrap: wrap;
    }
    .account-header__actions {
        width: 100%;
        margin-top: 8px;
    }
}

/* Quick Links */
.account-quick-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.account-quick-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    background: #f8f8f8;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #191919;
    font-size: 14px;
    font-weight: 500;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.account-quick-link:hover {
    border-color: #dc3545;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.08);
    text-decoration: none;
    color: #dc3545;
}

.account-quick-link i {
    font-size: 20px;
    color: #dc3545;
}

@media (max-width: 575px) {
    .account-quick-links {
        grid-template-columns: 1fr;
    }
}

/* Account Section */
.account-section {
    margin-top: 8px;
}

.account-section__title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 16px;
}

.account-empty {
    text-align: center;
    padding: 48px 24px;
    background: #f8f8f8;
    border-radius: 12px;
}

.account-empty i {
    font-size: 48px;
    color: #ccc;
    display: block;
    margin-bottom: 12px;
}

.account-empty p {
    color: #666;
    margin-bottom: 16px;
}

/* Order List */
.order-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.order-card {
    display: block;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #191919;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.order-card:hover {
    border-color: #dc3545;
    box-shadow: 0 2px 12px rgba(220, 53, 69, 0.08);
    text-decoration: none;
    color: #191919;
}

.order-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.order-card__id {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #191919;
}

.order-card__status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.order-card__status--lg {
    padding: 5px 14px;
    font-size: 12px;
}

.order-status--default { background: #f0f0f0; color: #666; }
.order-status--delivered { background: #d4edda; color: #155724; }
.order-status--cancelled { background: #f8d7da; color: #721c24; }
.order-status--shipping { background: #cce5ff; color: #004085; }
.order-status--refunded { background: #fff3cd; color: #856404; }

.order-card__body {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.order-card__detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.order-card__label {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.order-card__value {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.order-card__total {
    color: #dc3545;
    font-weight: 700;
}

.order-card__footer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
}

.order-card__view {
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
}

/* ============================================
   Order Detail Page
   ============================================ */
.order-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.order-detail-back {
    display: inline-block;
    font-size: 13px;
    color: #dc3545;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 500;
}

.order-detail-back:hover {
    color: #b02a37;
    text-decoration: underline;
}

.order-detail-header__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 4px;
}

.order-detail-header__date {
    font-size: 13px;
    color: #999;
    margin: 0;
}

/* Order Progress Tracker */
.order-progress-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}

.order-tracker {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-tracker__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.order-tracker__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e0e0e0;
    border: 3px solid #e0e0e0;
    transition: all 0.3s;
}

.order-tracker__step--done .order-tracker__dot {
    background: #28a745;
    border-color: #28a745;
}

.order-tracker__step--current .order-tracker__dot {
    background: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

.order-tracker__label {
    font-size: 11px;
    color: #999;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.order-tracker__step--done .order-tracker__label {
    color: #28a745;
}

.order-tracker__step--current .order-tracker__label {
    color: #dc3545;
    font-weight: 600;
}

.order-tracker__line {
    flex: 1;
    height: 3px;
    background: #e0e0e0;
    margin: 0 -4px;
    margin-bottom: 20px;
}

.order-tracker__line--done {
    background: #28a745;
}

@media (max-width: 575px) {
    .order-tracker__label { font-size: 9px; }
    .order-progress-card { padding: 16px 12px; }
}

/* Order Items Card */
.order-items-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.order-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 16px;
}

.order-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.order-item__image {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f8f8;
    cursor: pointer;
}

.order-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 24px;
}

.order-item__info {
    flex: 1;
    min-width: 0;
}

.order-item__name {
    font-size: 14px;
    font-weight: 600;
    color: #191919;
    margin: 0 0 4px;
}

.order-item__meta {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.order-item__total {
    font-size: 15px;
    font-weight: 700;
    color: #191919;
    white-space: nowrap;
}

/* Order Summary Sidebar */
.order-summary-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.order-summary__row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.order-summary__row--discount {
    color: #28a745;
}

.order-summary__row--total {
    border-top: 1px solid #e8e8e8;
    margin-top: 8px;
    padding-top: 12px;
    font-size: 16px;
    font-weight: 700;
    color: #191919;
}

/* Order Info Card */
.order-info-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 20px;
}

.order-info-text {
    font-size: 14px;
    color: #555;
    margin: 0;
    line-height: 1.6;
}

/* Order Actions */
.order-actions-card {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* ============================================
   Support Pages
   ============================================ */
.support-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.support-header__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    margin: 0;
}

.support-header__subtitle {
    font-size: 14px;
    color: #999;
    margin: 4px 0 0;
}

/* Ticket List */
.ticket-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ticket-card {
    display: block;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    text-decoration: none;
    color: #191919;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.ticket-card:hover {
    border-color: #dc3545;
    box-shadow: 0 2px 12px rgba(220, 53, 69, 0.08);
    text-decoration: none;
    color: #191919;
}

.ticket-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.ticket-card__id {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.ticket-card__status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ticket-status--open { background: #cce5ff; color: #004085; }
.ticket-status--closed { background: #d4edda; color: #155724; }
.ticket-status--pending { background: #fff3cd; color: #856404; }
.ticket-status--in-progress { background: #e2e3f1; color: #383d6e; }

.ticket-card__subject {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #191919;
    margin: 0 0 6px;
}

.ticket-card__desc {
    font-size: 13px;
    color: #666;
    margin: 0 0 10px;
    line-height: 1.4;
}

.ticket-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-card__date {
    font-size: 12px;
    color: #999;
}

.ticket-card__arrow {
    font-size: 16px;
    color: #dc3545;
}

/* Ticket Form */
.ticket-form-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px;
    margin-top: 16px;
}

.ticket-form-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 20px;
}

/* Ticket Detail Header */
.ticket-detail-header {
    margin-top: 16px;
    margin-bottom: 20px;
}

.ticket-detail-header__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.ticket-detail-header__title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin: 0;
}

.ticket-detail-header__meta {
    font-size: 13px;
    color: #999;
    margin: 6px 0 0;
}

/* Ticket Messages */
.ticket-message {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 12px;
}

.ticket-message--admin {
    background: #f0f7ff;
    border-color: #d0e3f7;
}

.ticket-message__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.ticket-message__author {
    font-size: 13px;
    font-weight: 600;
    color: #191919;
}

.ticket-message--admin .ticket-message__author {
    color: #004085;
}

.ticket-message__time {
    font-size: 11px;
    color: #999;
}

.ticket-message__body {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.ticket-message__body p {
    margin: 0;
}

.ticket-message__attachments {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.ticket-attachment {
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.2s;
}

.ticket-attachment:hover {
    opacity: 0.8;
}

/* Ticket Reply */
.ticket-reply-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 20px;
}

/* ============================================
   Addresses Page
   ============================================ */
.address-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.address-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.address-card:hover {
    border-color: #dc3545;
    box-shadow: 0 2px 12px rgba(220, 53, 69, 0.08);
}

.address-card__name {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #191919;
    margin: 0 0 8px;
}

.address-card__text {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 4px;
}

.address-card__actions {
    display: flex;
    gap: 16px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}

.address-card__actions a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.address-card__actions a:first-child {
    color: #dc3545;
}

.address-card__actions a:last-child {
    color: #999;
}

.address-card__actions a:hover {
    text-decoration: underline;
}

/* Address Form */
.address-form-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px;
    max-width: 600px;
    margin: 16px auto 0;
}

.address-form-card__title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 20px;
}

/* ============================================
   Wishlist Page (refresh)
   ============================================ */
.wishlist-layout {
    max-width: 800px;
    margin: 0 auto;
    padding: 24px 0 48px;
}

.wishlist-layout__title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    margin: 0 0 20px;
}

.wishlist-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.wishlist-item:last-child {
    border-bottom: none;
}

.wishlist-item__image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f8f8;
}

.wishlist-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist-item__info {
    flex: 1;
    min-width: 0;
}

.wishlist-item__name {
    font-size: 14px;
    font-weight: 600;
    color: #191919;
    margin: 0 0 6px;
}

.wishlist-item__name a {
    color: inherit;
    text-decoration: none;
}

.wishlist-item__name a:hover {
    color: #dc3545;
}

.wishlist-item__price {
    font-size: 15px;
    font-weight: 700;
    color: #dc3545;
}

.wishlist-item__price .old-price {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 6px;
}

.wishlist-item__actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.wishlist-item__actions a {
    font-size: 12px;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.2s;
}

.wishlist-item__actions .wishlist-btn-cart {
    background: #dc3545;
    color: #fff;
}

.wishlist-item__actions .wishlist-btn-cart:hover {
    background: #b02a37;
}

.wishlist-item__actions .wishlist-btn-remove {
    background: #f8f8f8;
    color: #999;
    border: 1px solid #e8e8e8;
}

.wishlist-item__actions .wishlist-btn-remove:hover {
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}

@media (max-width: 575px) {
    .wishlist-item {
        flex-wrap: wrap;
    }
    .wishlist-item__actions {
        width: 100%;
        margin-top: 8px;
    }
}

/* ============================================
   Alert Errors (form validation)
   ============================================ */
.tt-alert-errors {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.tt-alert-errors ul {
    margin: 0;
    padding-left: 16px;
}

.tt-alert-errors li {
    font-size: 13px;
    color: #721c24;
    margin-bottom: 2px;
}

/* ============================================
   Utility: font size
   ============================================ */
.u-font-sm { font-size: 13px; }
.u-font-xs { font-size: 11px; }
.u-ml-2 { margin-left: 8px; }
.u-w-100 { width: 100%; }
.u-mt-4 { margin-top: 24px; }

/* Spacer utilities */
.u-spacer-sm { height: 16px; }
.u-spacer-md { height: 32px; }
.u-spacer-lg { height: 48px; }

/* Text muted */
.u-text-muted { color: #999; }

/* Screen reader only */
.u-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ============================================
   Offers Page (extracted from inline)
   ============================================ */
.coupon-wrapper.coupon-single {
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb;
}
.coupon-wrapper {
    min-height: 160px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
}
.coupon-single .ribbon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 80px;
    height: 85px;
}
.badge-danger, .btn-border:active, .btn-border:focus, .btn-border:hover, .post-tags a:hover, .ribbon {
    background-color: #dc3545;
}
.ribbon {
    font-size: 13px;
    position: relative;
    top: 14px;
    left: -3px;
    width: 120px;
    padding: 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    color: #fff;
}
.savings {
    border: 1px dashed #ddd;
    border-radius: 3px;
    background: rgba(242,242,247,.17);
}
.coupon-contain .list-inline {
    font-size: 13px;
    padding-left: 5px;
    color: #a1a3a7;
}
.coupon-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.coupon-title a {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-top: auto;
    color: #212121;
}
.button-contain .btn-code {
    max-width: 160px;
    margin-top: 30px;
}
.btn-code {
    position: relative;
    height: 36px;
    margin: auto;
    border-radius: 2px;
}
.btn-code, .btn-code span.partial-code {
    line-height: 34px;
    display: block;
    overflow: hidden;
}
.button-contain .btn-group {
    margin-top: 15px;
}
.btn-code span.btn-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #dc3545;
    border: 1px solid #dc3545;
    border-radius: 3px;
    background-color: #fff;
}
.savings .large {
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: -10px;
    padding-top: 15px;
}
.savings .type {
    padding: 5px 0;
    border-top: 1px dashed #e7e7e7;
    background: rgba(242,242,247,.86);
}
.savings .small {
    font-weight: 700;
    max-width: 60px;
    margin: 14px auto auto;
    padding: 5px 0 10px;
}
.btn-code span.partial-code {
    color: #4a90e2;
    border: 1px dashed #4a90e2;
    border-radius: 3px;
    background: #e0efff;
}
.coupon-tooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 6px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -86px;
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
}

/* ============================================
   FAQ Accordion (extracted from inline)
   ============================================ */
.tt-box-faq { border-bottom: 1px solid #e8e8e8; padding: 0; margin-bottom: 0; }
.tt-box-faq .tt-title { cursor: pointer; padding: 15px 30px 15px 0; margin: 0; position: relative; }
.tt-box-faq .tt-title::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 20px; font-weight: 300; color: #999; transition: transform 0.2s; }
.tt-box-faq.active .tt-title::after { content: '\2212'; }
.tt-box-faq .tt-title { text-decoration: none; color: inherit; }
.tt-box-faq > p, .tt-box-faq > ul { display: none; padding: 0 0 15px; margin: 0; }
.tt-box-faq.active > p, .tt-box-faq.active > ul { display: block; }

/* ============================================
   Address List Radio (extracted from inline)
   ============================================ */
.frb-group {
    margin: 15px 0;
}
.frb ~ .frb {
    margin-top: 15px;
}
.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
    display: none;
}
.frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
    font-family: FontAwesome;
    content: '\f096';
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 15px;
    font-size: 22px;
}
.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
    content: '\f046';
}
.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f2f2f2;
}
.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
    box-shadow: 0px 0px 3px #333;
}
.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
    color: #fafafa;
    background-color: #f2f2f2;
}
.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
    color: #333;
}
.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
    background-color: #337ab7;
}
.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
    display: inline-block;
}
.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
    font-size: 14px;
    font-weight: 700;
    margin: 5px 5px 5px 50px;
}
.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #999;
    margin: 5px 5px 5px 50px;
}
.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
    color: #fafafa;
}
.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
    color: #999;
}

/* ============================================
   Checkout Progress (standalone pages)
   ============================================ */
.checkout-progress { padding: 16px 20px 8px; background: #fff; border-bottom: 1px solid #e6e6e6; }
.checkout-progress__inner { display: flex; align-items: center; justify-content: center; max-width: 400px; margin: 0 auto; }
.checkout-progress__step { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.checkout-progress__number { width: 24px; height: 24px; border-radius: 50%; border: 2px solid #ccc; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: #999; }
.checkout-progress__label { font-size: 12px; color: #999; }
.checkout-progress__line { flex: 1; height: 2px; background: #ddd; margin: 0 8px; min-width: 20px; }
.checkout-progress__step--active .checkout-progress__number { border-color: #197bbd; background: #197bbd; color: #fff; }
.checkout-progress__step--active .checkout-progress__label { color: #333; font-weight: 600; }
.checkout-progress__step--done .checkout-progress__number { border-color: #28a745; background: #28a745; color: #fff; }
.checkout-progress__step--done .checkout-progress__label { color: #28a745; }
.checkout-progress__line--done { background: #28a745; }
@media (max-width: 749px) { .checkout-progress__label { font-size: 11px; } }

/* Guest Checkout (standalone page) */
.gc-alt-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e6e6e6; }
.gc-alt-section .btn { padding: 10px 24px; font-size: 13px; width: auto; }
.gc-alt-section p { font-size: 14px; color: #545454; margin: 0; }
.gc-alt-toggle { color: #338dbc; cursor: pointer; text-decoration: underline; font-size: 14px; }
.gc-alt-toggle:hover { color: #2b7aa5; }
.gc-alt-form { display: none; margin-top: 16px; }
.gc-alt-form.is-visible { display: block; }
.gc-login-actions { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.gc-login-actions a { color: #338dbc; font-size: 13px; white-space: nowrap; }
.gc-error-list { background: #fef2f2; border: 1px solid #fca5a5; border-radius: 4px; padding: 12px 16px; margin-bottom: 20px; }
.gc-error-list ul { margin: 0; padding: 0 0 0 18px; }
.gc-error-list li { color: #dc2626; font-size: 13px; line-height: 1.6; }
.gc-login-error { display: none; background: #fef2f2; border: 1px solid #fca5a5; border-radius: 4px; padding: 10px 14px; margin-bottom: 14px; color: #dc2626; font-size: 13px; }
.gc-footer-terms { text-align: center; margin-top: 12px; color: #737373; font-size: 12px; }
.gc-footer-terms a { color: #338dbc; }
.product-thumbnail__placeholder { background: #f0f0f0; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #999; }
.checkout-secure-badge { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 12px; color: #737373; margin-bottom: 8px; }
.checkout-secure-badge svg { width: 14px; height: 14px; fill: #737373; }
.checkout-trust-strip { display: flex; justify-content: center; gap: 24px; padding: 16px 0; margin-top: 16px; border-top: 1px solid #e6e6e6; }
.checkout-trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #737373; }
.checkout-trust-item svg { width: 16px; height: 16px; fill: #737373; flex-shrink: 0; }
.checkout-payment-icons { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 0 4px; border-top: 1px solid #e6e6e6; margin-top: 12px; }
.checkout-payment-icons span.cpi-label { font-size: 11px; color: #999; }
.checkout-payment-icons svg { opacity: 0.85; }
@media (max-width: 749px) {
    .checkout-trust-strip { flex-wrap: wrap; gap: 12px 20px; }
}

/* ============================================
   Pagination
   ============================================ */
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 24px 0;
    gap: 4px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
}

.page-item .page-link:hover {
    background: #f5f5f5;
    border-color: #ccc;
    color: #dc3545;
    text-decoration: none;
}

.page-item.active .page-link {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
    cursor: default;
}

.page-item.disabled .page-link {
    color: #ccc;
    background: #f9f9f9;
    border-color: #eee;
    cursor: not-allowed;
    pointer-events: none;
}

.tt-collapse-content .tt-filter-list::-webkit-scrollbar {
    width: 4px;
}

.tt-collapse-content .tt-filter-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

/* ============================================
   REDESIGN: Cart Sidebar
   ============================================ */
.cart-sidebar {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
}
.cart-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: var(--pm-surface-sunken, #f8f9fa);
}
.cart-sidebar__title {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--pm-text-primary, #222);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.cart-sidebar__item-count {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--pm-text-muted);
    background: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

/* Shipping threshold inside sidebar */
.cart-sidebar .shipping-threshold {
    margin: 16px 20px 0;
    border-radius: 8px;
}

/* Totals */
.cart-sidebar__totals {
    padding: 16px 20px;
}
.cart-sidebar__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--pm-text-secondary, #555);
}
.cart-sidebar__shipping-note {
    font-size: 12px;
    color: var(--pm-text-muted);
    font-style: italic;
}
.cart-sidebar__row--savings {
    color: var(--pm-success);
    font-weight: 600;
}
.cart-sidebar__row--savings svg {
    vertical-align: -2px;
    margin-right: 3px;
}
.cart-sidebar__divider {
    height: 1px;
    background: #e8e8e8;
    margin: 8px 0;
}
.cart-sidebar__row--total {
    font-size: 18px;
    font-weight: 700;
    color: var(--pm-text-primary, #222);
    padding: 8px 0 0;
}
.cart-sidebar__row--total span:last-child {
    color: var(--pm-primary);
    font-size: 22px;
}

/* Actions */
.cart-sidebar__actions {
    padding: 0 20px 16px;
}
.btn-checkout-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 16px;
    background: var(--pm-primary);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(220, 53, 69, 0.25);
}
.btn-checkout-primary:hover {
    background: var(--pm-primary-dark, #c0392b);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(220, 53, 69, 0.35);
}
.btn-checkout-primary:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(220, 53, 69, 0.2);
}
.btn-checkout-guest {
    display: block;
    width: 100%;
    padding: 12px 24px;
    margin-top: 8px;
    background: transparent;
    color: var(--pm-text-secondary, #555);
    border: 1.5px solid #d0d0d0;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.btn-checkout-guest:hover {
    border-color: var(--pm-text-primary, #333);
    color: var(--pm-text-primary, #333);
    background: var(--pm-surface-sunken, #f8f9fa);
    text-decoration: none;
}

/* Inline trust badges for sidebar */
.cart-sidebar__trust {
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
    background: var(--pm-surface-sunken, #f8f9fa);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--pm-text-muted);
    text-align: center;
    letter-spacing: 0.02em;
}

/* WhatsApp float raised on mobile to avoid overlapping sticky checkout buttons */
@media (max-width: 575px) {
    .whatsapp-float {
        bottom: 76px;
    }
}

/* Cart action links spacing on mobile */
@media (max-width: 575px) {
    .tt-shopcart-btn {
        flex-direction: column;
        gap: 8px;
    }

    .tt-shopcart-btn .col-left,
    .tt-shopcart-btn .col-right {
        text-align: center;
    }
}

/* ============================================
   REDESIGN: Category Grid Cards
   ============================================ */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 15px;
}
.category-card {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    position: relative;
}
.category-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    border-color: #d0d0d0;
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}
.category-card__img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background: var(--pm-surface-sunken, #f5f5f5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.category-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-card__body {
    flex: 1;
    padding: 14px 16px;
    min-width: 0;
}
.category-card__name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--pm-text-dark, #222);
    line-height: 1.3;
}
.category-card__count {
    display: block;
    font-size: 12px;
    color: var(--pm-text-muted);
    margin-top: 3px;
}
.category-card__arrow {
    flex-shrink: 0;
    padding: 0 14px;
    color: #bbb;
    transition: color 0.2s, transform 0.2s;
}
.category-card:hover .category-card__arrow {
    color: var(--pm-primary);
    transform: translateX(3px);
}
@media (max-width: 991px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}
@media (max-width: 575px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .category-card__img {
        width: 80px;
        height: 80px;
        padding: 10px;
    }
    .category-card__name {
        font-size: 14px;
    }
}

/* ============================================
   REDESIGN: Trust Strip (SVG icons + stats)
   ============================================ */
.trust-strip-v2 {
    background: #fff;
    padding: 24px 0;
    border-bottom: 1px solid var(--pm-border-light);
}
.trust-strip-v2__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}
.trust-strip-v2__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.trust-strip-v2__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pm-primary-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-strip-v2__icon svg {
    width: 22px;
    height: 22px;
    fill: var(--pm-primary);
}
.trust-strip-v2__stat {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--pm-text-primary);
    line-height: 1.2;
}
.trust-strip-v2__label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--pm-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .trust-strip-v2__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 12px;
    }
    .trust-strip-v2__stat {
        font-size: 16px;
    }
    .trust-strip-v2__icon {
        width: 40px;
        height: 40px;
    }
    .trust-strip-v2__icon svg {
        width: 20px;
        height: 20px;
    }
}

/* ============================================
   REDESIGN: Trust Badges (Product/Cart/Checkout)
   ============================================ */
.trust-badges {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 20px 0;
}
.trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 8px;
    background: var(--pm-surface-muted);
    border-radius: var(--pm-radius-sm);
    border: 1px solid var(--pm-border-light);
    gap: 6px;
}
.trust-badge svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.trust-badge__text {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: var(--pm-text-secondary);
    line-height: 1.3;
}
@media (max-width: 575px) {
    .trust-badges {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .trust-badge {
        padding: 10px 6px;
    }
}

/* ============================================
   REDESIGN: Price Block (Product Page)
   ============================================ */
.price-block {
    margin: 12px 0 16px;
}
.price-block__sale {
    font-family: 'Inter', sans-serif;
    font-size: var(--pm-text-2xl);
    font-weight: 700;
    color: var(--pm-text-primary);
}
.price-block__mrp {
    font-size: var(--pm-text-base);
    color: var(--pm-text-muted);
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
}
.price-block__savings {
    display: inline-block;
    background: var(--pm-success-light);
    color: var(--pm-success);
    font-size: var(--pm-text-sm);
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--pm-radius-full);
    margin-left: 8px;
    vertical-align: middle;
}
.price-block__tax {
    display: block;
    font-size: var(--pm-text-xs);
    color: var(--pm-text-muted);
    margin-top: 4px;
}

/* ============================================
   Star Rating (removed - no review system)
   ============================================ */
.star-rating-placeholder {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 8px 0;
}
.star-rating-placeholder__stars {
    display: flex;
    gap: 2px;
}
.star-rating-placeholder__stars svg {
    width: 16px;
    height: 16px;
    fill: #ddd;
}
.star-rating-placeholder__text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: var(--pm-text-muted);
}
.star-rating-placeholder__text a {
    color: var(--pm-info);
    text-decoration: none;
}
.star-rating-placeholder__text a:hover {
    text-decoration: underline;
}

/* Star rating on product card (compact) */
.product-card-stars {
    display: flex;
    gap: 1px;
    margin: 4px 0 2px;
}
.product-card-stars svg {
    width: 12px;
    height: 12px;
    fill: #ddd;
}

/* ============================================
   REDESIGN: Shipping Threshold Bar (Cart)
   ============================================ */
.shipping-threshold {
    padding: 12px 14px;
    background: var(--pm-success-light);
    border-radius: 8px;
    margin-bottom: 0;
    border: 1px solid rgba(26, 127, 55, 0.12);
}
.shipping-threshold--achieved {
    background: var(--pm-success-light);
}
.shipping-threshold__text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: var(--pm-text-secondary);
    margin-bottom: 8px;
}
.shipping-threshold__text strong {
    color: var(--pm-success) !important;
}
.shipping-threshold__bar {
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    overflow: hidden;
}
.shipping-threshold__fill {
    height: 100%;
    background: var(--pm-success);
    border-radius: 3px;
    transition: width 0.4s var(--pm-ease);
    max-width: 100%;
}
.shipping-threshold__icon {
    display: inline;
    margin-right: 4px;
}

/* ============================================
   REDESIGN: Social Proof Banner
   ============================================ */
.social-proof-banner {
    background: var(--pm-surface-sunken);
    padding: 40px 0;
    margin-top: 40px;
}
.social-proof-banner__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.social-proof-stat__number {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--pm-primary);
    line-height: 1.2;
}
.social-proof-stat__label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--pm-text-muted);
    margin-top: 4px;
}
@media (max-width: 575px) {
    .social-proof-banner__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .social-proof-stat__number {
        font-size: 22px;
    }
}

/* ============================================
   REDESIGN: SEO Accordion
   ============================================ */
.seo-accordion {
    max-width: 900px;
    margin: 0 auto;
}
.seo-accordion__toggle {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pm-info);
    cursor: pointer;
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}
.seo-accordion__toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}
.seo-accordion__toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.seo-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.seo-accordion__content.is-open {
    max-height: 2000px;
}

/* ============================================
   REDESIGN: Product Description Accordion
   ============================================ */
.product-accordion {
    border-top: 1px solid var(--pm-border);
    margin-top: 20px;
}
.product-accordion__item {
    border-bottom: 1px solid var(--pm-border);
}
.product-accordion__trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--pm-text-primary);
}
.product-accordion__trigger svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    fill: var(--pm-text-muted);
}
.product-accordion__trigger[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
.product-accordion__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.product-accordion__panel.is-open {
    max-height: 600px;
}
.product-accordion__panel-inner {
    padding: 0 0 16px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--pm-text-secondary);
}

/* ============================================
   REDESIGN: Unified Progress Bar (Cart + Checkout)
   ============================================ */
.pm-progress {
    padding: 20px 0 20px;
    background: var(--pm-surface-muted);
    margin-bottom: 8px;
}
.pm-progress__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 460px;
    margin: 0 auto;
    padding: 0 16px;
}
.pm-progress__step {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}
.pm-progress__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: var(--pm-text-muted);
    flex-shrink: 0;
}
.pm-progress__label {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
    color: var(--pm-text-muted);
}
.pm-progress__line {
    flex: 1;
    height: 2px;
    background: #ddd;
    margin: 0 10px;
    min-width: 24px;
}
.pm-progress__step--active .pm-progress__num {
    border-color: var(--pm-primary);
    background: var(--pm-primary);
    color: #fff;
}
.pm-progress__step--active .pm-progress__label {
    color: var(--pm-text-primary);
    font-weight: 600;
}
.pm-progress__step--done .pm-progress__num {
    border-color: var(--pm-success);
    background: var(--pm-success);
    color: #fff;
}
.pm-progress__step--done .pm-progress__label {
    color: var(--pm-success);
}
.pm-progress__line--done {
    background: var(--pm-success);
}
@media (max-width: 767px) {
    .pm-progress__label { font-size: 11px; }
    .pm-progress__num { width: 24px; height: 24px; font-size: 11px; }
}

/* ============================================
   REDESIGN: Cart Savings Line
   ============================================ */
.cart-savings {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pm-success);
}
.cart-savings svg {
    width: 18px;
    height: 18px;
    fill: var(--pm-success);
    flex-shrink: 0;
}

/* Cart page title */
.cart-page-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--pm-text-primary, #222);
    text-transform: none;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

/* ============================================
   REDESIGN: Cart Sidebar Sticky
   ============================================ */
@media (min-width: 1200px) {
    .tt-shopcart-wrapper {
        position: sticky;
        top: 80px;
    }
}

/* ============================================
   REDESIGN: Cart Coupon Input
   ============================================ */
.cart-coupon {
    padding: 16px;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius-sm);
    margin-bottom: 16px;
}
.cart-coupon__title {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-text-primary);
    margin-bottom: 8px;
}
.cart-coupon__row {
    display: flex;
    gap: 8px;
}
.cart-coupon__input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius-sm);
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}
.cart-coupon__input:focus {
    border-color: var(--pm-primary);
    outline: none;
    box-shadow: 0 0 0 3px var(--pm-primary-light);
}
.cart-coupon__btn {
    padding: 8px 16px;
    background: var(--pm-primary);
    color: #fff;
    border: none;
    border-radius: var(--pm-radius-sm);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.cart-coupon__btn:hover {
    background: var(--pm-primary-hover);
}

/* ============================================
   REDESIGN: Checkout Place Order Button
   ============================================ */
.btn-place-order {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--pm-primary);
    color: #fff;
    border: none;
    border-radius: var(--pm-radius-sm);
    cursor: pointer;
    transition: background var(--pm-duration) var(--pm-ease),
                transform var(--pm-duration-fast) var(--pm-ease),
                box-shadow var(--pm-duration) var(--pm-ease);
}
.btn-place-order:hover {
    background: var(--pm-primary-hover);
    transform: translateY(-1px);
    box-shadow: var(--pm-shadow-primary);
}
.btn-place-order svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Stacked footer layout */
.step__footer--stacked {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 1.5em;
}

.btn-return-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    min-height: 44px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: transparent;
    border: 1.5px solid #d9d9d9;
    border-radius: var(--pm-radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.btn-return-cart:hover {
    color: #333;
    border-color: #999;
    background: #f9f9f9;
    text-decoration: none;
}
.btn-return-cart svg {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
.btn-return-cart:hover svg {
    transform: translateX(-3px);
}

/* ============================================
   REDESIGN: Checkout Trust Strip (Enhanced)
   ============================================ */
.checkout-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 24px;
    padding: 20px 0;
    border-top: 1px solid var(--pm-border-light);
}
.checkout-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.checkout-trust-item svg {
    width: 24px;
    height: 24px;
    fill: var(--pm-text-muted);
}
.checkout-trust-item span {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--pm-text-muted);
}
@media (max-width: 575px) {
    .checkout-trust-strip {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   REDESIGN: Checkout Payment Logos
   ============================================ */
.checkout-payment-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.cpi-label {
    font-size: 12px;
    color: var(--pm-text-muted);
    font-weight: 500;
}
.payment-method-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    opacity: 0.7;
}

/* ============================================
   REDESIGN: Category Product Count
   ============================================ */
.product-count {
    font-weight: 400;
    font-size: 16px;
    color: var(--pm-text-muted);
    margin-left: 4px;
}

/* ============================================
   REDESIGN: Sticky Mobile CTA (Single Button)
   ============================================ */
@media (max-width: 767px) {
    .sticky-mobile-cta__buttons {
        flex: 1;
    }
    .sticky-mobile-cta__buttons .btn-buy-now {
        flex: 1;
        min-height: 44px;
    }
    .sticky-mobile-cta__buttons .add_to_cart.u-hide-mobile {
        display: none !important;
    }
}

/* ============================================
   REDESIGN: Category Column Toggle Hidden
   ============================================ */
.tt-quantity {
    display: none !important;
}

/* ============================================
   REDESIGN: Empty Cart Enhancement
   ============================================ */
.empty-cart-illustration {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}
.empty-cart-illustration svg {
    width: 100%;
    height: 100%;
}
.empty-cart-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}
.empty-cart-cat-pill {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius-full);
    color: var(--pm-text-secondary);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}
.empty-cart-cat-pill:hover {
    border-color: var(--pm-primary);
    color: var(--pm-primary);
    background: var(--pm-primary-light);
    text-decoration: none;
}

/* ============================================
   REDESIGN: Customer Testimonials
   ============================================ */
.testimonials-section {
    padding: 48px 0 56px;
    background: var(--pm-surface-sunken);
}
.testimonials-header {
    text-align: center;
    margin-bottom: 32px;
}
.testimonials-header__title {
    font-family: 'Inter', sans-serif;
    font-size: var(--pm-text-2xl);
    font-weight: 700;
    color: var(--pm-text-primary);
    margin: 0 0 12px;
}
.testimonials-header__source {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: var(--pm-text-sm);
    color: var(--pm-text-muted);
}
.testimonials-header__rating {
    font-weight: 700;
    color: var(--pm-text-primary);
    font-size: var(--pm-text-base);
}
.testimonials-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--pm-border) transparent;
    margin: 0 -15px;
    padding: 0 15px;
    position: relative;
    mask-image: linear-gradient(to right, #000 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 85%, transparent 100%);
}
.testimonials-scroll::-webkit-scrollbar {
    height: 6px;
}
.testimonials-scroll::-webkit-scrollbar-track {
    background: transparent;
}
.testimonials-scroll::-webkit-scrollbar-thumb {
    background: var(--pm-border);
    border-radius: 3px;
}
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(8, 300px);
    gap: 20px;
    padding-bottom: 12px;
}
.testimonial-card {
    background: var(--pm-surface);
    border: 1px solid var(--pm-border);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 160px;
    transition: box-shadow 0.2s ease;
}
.testimonial-card:hover {
    box-shadow: var(--pm-shadow-sm);
}
.testimonial-card__stars {
    display: flex;
    gap: 2px;
    margin-bottom: 12px;
}
.testimonial-card__stars svg {
    width: 16px;
    height: 16px;
}
.testimonial-card__text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: var(--pm-text-secondary);
    margin: 0;
    flex: 1;
}
.testimonial-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--pm-border-light);
}
.testimonial-card__author {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--pm-text-primary);
}
.testimonial-card__source {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--pm-text-muted);
    background: var(--pm-surface-muted);
    padding: 3px 8px;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .testimonials-grid {
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 0;
    }
    .testimonials-scroll {
        overflow-x: visible;
        margin: 0;
        padding: 0;
        mask-image: none;
        -webkit-mask-image: none;
    }
}
@media (max-width: 575px) {
    .testimonials-section {
        padding: 32px 0 40px;
    }
    .testimonials-header__title {
        font-size: var(--pm-text-xl);
    }
    .testimonials-grid {
        grid-template-columns: repeat(8, 260px);
        gap: 14px;
    }
    .testimonial-card {
        padding: 18px;
    }
}

/* ============================================
   REDESIGN: Product Page Social Proof Strip
   ============================================ */
.product-social-proof-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: var(--pm-text-muted);
    margin-top: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--pm-border-light);
}
.product-social-proof-strip svg {
    flex-shrink: 0;
}
.product-social-proof-strip strong {
    color: var(--pm-text-primary);
}
.product-social-proof-strip__divider {
    color: var(--pm-border);
    margin: 0 4px;
}

/* ============================================
   MOBILE UI FIXES (2026-07-14)
   ============================================ */

/* Fix 1: Product page mobile slider — prevent blank space when Slick hasn't initialized.
   The .slick-animated-show-js class hides content (opacity:0) until Slick adds .slick-initialized.
   On mobile, if Slick JS is deferred/slow, images stay invisible. This ensures visibility. */
@media (max-width: 767px) {
    .tt-mobile-product-layout .tt-mobile-product-slider {
        opacity: 1 !important;
    }
    .tt-mobile-product-layout .tt-mobile-product-slider:not(.slick-initialized) {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: flex;
        scroll-snap-type: x mandatory;
    }
    .tt-mobile-product-layout .tt-mobile-product-slider:not(.slick-initialized) > div {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }
    .tt-mobile-product-layout .tt-mobile-product-slider img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: contain;
    }
}

/* Fix 2: Product info spacing on mobile */
@media (max-width: 767px) {
    .tt-product-single-info .tt-title {
        padding-top: 8px;
    }
}

/* Fix: Homepage hero — full bleed banner + centered SHOP NOW on mobile */
@media (max-width: 767px) {
    .hero-tagline {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* Full-bleed banner on mobile */
    .container-indent.nomargin > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Fix: Trending carousel arrows not overlapping product text on mobile */
@media (max-width: 1024px) {
    .arrow-location-tab .slick-prev,
    .arrow-location-tab .slick-next {
        top: 35% !important;
    }
    .arrow-location-tab .slick-prev {
        left: -4px !important;
    }
    .arrow-location-tab .slick-next {
        right: -4px !important;
    }
}

/* Fix 3: Back-to-top button — ensure full width on mobile, clear sticky CTA */
@media (max-width: 789px) {
    .tt-back-to-top {
        width: 100% !important;
        box-sizing: border-box;
        position: relative;
        z-index: 1050;
    }
    /* Reserve space at the very bottom of the page so the fixed sticky CTA bar
       never overlaps the footer / back-to-top bar (which sits after </footer>). */
    body:has(.sticky-mobile-cta) {
        padding-bottom: 64px;
    }
}

/* Fix 4: Testimonial cards — prevent text truncation on mobile */
@media (max-width: 575px) {
    .testimonials-grid {
        grid-template-columns: repeat(8, 280px) !important;
    }
    .testimonial-card {
        min-height: auto !important;
    }
    .testimonial-card__text {
        display: block !important;
        -webkit-line-clamp: unset !important;
        overflow: visible !important;
    }
}

/* Fix 5: Product card images — consistent sizing with object-fit */
.tt-product .tt-image-box .tt-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}
.tt-product .tt-image-box .tt-img {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* Fix 6: Search results — tighter product card layout on mobile */
@media (max-width: 575px) {
    .tt-product .tt-description .tt-title {
        font-size: 13px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .tt-product .tt-description .tt-price {
        font-size: 14px;
    }
}

/* Fix 7: YOU MAY ALSO LIKE carousel — ensure images don't collapse */
.tt-carousel-products .tt-product .tt-image-box .tt-img {
    min-height: 150px;
}
.tt-carousel-products .tt-product .tt-image-box .tt-img img {
    max-height: 250px;
}

/* ==========================================================================
   Product variant selector — colour swatches + option pills (redesign)
   Loaded last (after bundle) so these override the theme defaults.
   ========================================================================== */
.tt-swatches-container { margin-top: 18px; }
.variant-group { margin-bottom: 18px; }
.variant-group .tt-title-options {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #222;
    margin-bottom: 10px;
    text-transform: none;
}
.variant-selected-value {
    font-weight: 600;
    color: #dc3545;
    margin-left: 4px;
    text-transform: none;
    letter-spacing: 0;
}

/* ---- Colour swatch tiles ------------------------------------------------ */
.variant-group--color ul.tt-options-swatch { gap: 14px 16px; margin: 0; }
.pm-swatch-li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    margin: 0 !important;
    cursor: pointer;
    max-width: 72px;
}
.pm-swatch-frame {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.variant-group--color ul.tt-options-swatch li a.pm-swatch {
    display: block;
    width: 52px !important;
    height: 52px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
    transition: box-shadow .18s ease;
    cursor: pointer;
}
.pm-swatch--solid { background-repeat: no-repeat; }
/* Image swatches: show the actual product photo (best practice for phone cases).
   Light backing so white-background product photos still read as a defined tile. */
.variant-group--color ul.tt-options-swatch li a.pm-swatch--img {
    /* Show the whole product photo, filling the tile (crop edges rather than a center-only crop,
       which would land on the white gap in multi-item shots). !important beats the theme's own
       .options-color background-size. */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f4f5f6;
}
/* Light colours need a stronger inner edge so the tile reads against the white page. */
.variant-group--color ul.tt-options-swatch li a.pm-swatch--light {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.22);
}
/* Neutralise the theme's own hover/active ring pseudo-element; we draw our own. */
.variant-group--color ul.tt-options-swatch li a.pm-swatch:after,
.variant-group--color ul.tt-options-swatch li a.pm-swatch:before {
    display: none !important;
    border-width: 0 !important;
}
.pm-swatch-li:hover a.pm-swatch,
.pm-swatch-li a.pm-swatch:focus-visible {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.10), 0 0 0 2px #f1a7ae;
    outline: none;
}
.pm-swatch-li.active a.pm-swatch,
.pm-swatch-li.active:hover a.pm-swatch {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.10), 0 0 0 2px #fff, 0 0 0 4px #dc3545;
}
/* selected check badge */
.pm-swatch-check {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #dc3545;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
    opacity: 0;
    transform: scale(.4);
    transition: opacity .16s ease, transform .16s ease;
    pointer-events: none;
}
.pm-swatch-li.active .pm-swatch-check { opacity: 1; transform: scale(1); }
.pm-swatch-name {
    font-size: 12px;
    line-height: 1.2;
    color: #444;
    text-align: center;
    max-width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pm-swatch-li.active .pm-swatch-name { color: #111; font-weight: 600; }

/* Override the Wokiee theme's blue active/hover ring on colour + image swatches */
ul.tt-options-swatch li .options-color:after,
ul.tt-options-swatch li .options-color:before,
ul.tt-options-swatch li .options-color-img:after { border-color: #dc3545 !important; }

/* Out-of-stock colour value */
.pm-swatch-li.is-oos { pointer-events: none; }
.pm-swatch-li.is-oos .pm-swatch { opacity: .4; filter: grayscale(.6); }
.pm-swatch-li.is-oos .pm-swatch-frame::after {
    content: "";
    position: absolute;
    top: 50%; left: -2px; right: -2px;
    height: 2px;
    background: #b0b0b0;
    transform: rotate(-45deg);
}
.pm-swatch-li.is-oos .pm-swatch-name { color: #b0b0b0; text-decoration: line-through; }

/* ---- Non-colour option pills ------------------------------------------- */
.variant-group--pill ul.tt-options-swatch { gap: 10px; margin: 0; }
.pm-pill-li { margin: 0 !important; }
.pm-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 44px;
    padding: 6px 16px;
    border: 1px solid #dcdfe3;
    border-radius: 8px;
    background: #f7f8fa;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    transition: border-color .16s ease, background .16s ease, color .16s ease;
}
.pm-pill-li:hover .pm-pill { border-color: #dc3545; color: #dc3545; }
.pm-pill-li a.pm-pill:focus-visible { outline: 2px solid #dc3545; outline-offset: 2px; }
.pm-pill-li.active .pm-pill {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.pm-pill-li.is-oos { pointer-events: none; }
.pm-pill-li.is-oos .pm-pill {
    opacity: .5;
    color: #b0b0b0;
    text-decoration: line-through;
    background: #f1f1f1;
}

@media (max-width: 575px) {
    .variant-group--color ul.tt-options-swatch { gap: 12px 12px; }
    .pm-swatch, .pm-swatch-li { max-width: 64px; }
    .pm-swatch { width: 48px; height: 48px; }
}
@media (prefers-reduced-motion: reduce) {
    .pm-swatch, .pm-swatch-check, .pm-pill { transition: none; }
    .pm-swatch-li:hover .pm-swatch { transform: none; }
}

/* ============================================
   Audit fixes (2026-07-30)
   ============================================ */

/* PDP-03: keep long breadcrumbs on one line (scroll instead of wrapping) on mobile */
@media (max-width: 575px) {
    .tt-breadcrumb ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .tt-breadcrumb ul::-webkit-scrollbar { display: none; }
    .tt-breadcrumb li { white-space: nowrap; flex: 0 0 auto; }
}

/* NAV-01: hide the WhatsApp float while the mobile menu is open so it doesn't overlap the panel/scrim */
body.mm-open .whatsapp-float,
html.mm-opened .whatsapp-float {
    display: none;
}

/* H-04: nudge small UI text toward the 14px mobile-readability floor (kept modest to avoid wrapping) */
.tt-btn-addtocart { font-size: 13px; }
.brand-name { font-size: 13px; }
.trust-strip-v2__label { font-size: 13px; }
.social-proof-stat__label { font-size: 14px; }
.category-card__count { font-size: 13px; }

/* H-05: give key controls a >=44px touch target without changing their visual icon size */
.tt-btn-addtocart { min-height: 44px; }
.tt-btn-search,
.tt-btn-close {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Mini-cart (header dropdown) quantity stepper — mirrors the product-page counter:
   one light rounded pill, borderless glyph buttons, centered tabular number. */
.mini-cart-qty {
    display: inline-flex;
    align-items: center;
    background: #f5f6f8;
    border: 1px solid var(--pm-border, #e6e7eb);
    border-radius: 8px;
    height: 32px;
    overflow: hidden;
    margin-top: 0;
    flex: 0 0 auto;          /* never shrink — otherwise the +/- get clipped in a tight row */
}
.mini-cart-qty .mini-qty-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 0;
    color: #3a3a3a;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color .15s ease, background .15s ease;
}
.mini-cart-qty .mini-qty-btn svg { display: block; pointer-events: none; }
.mini-cart-qty .mini-qty-btn:hover { color: var(--pm-primary, #dc3545); background: rgba(0, 0, 0, .05); }
.mini-cart-qty .mini-qty-btn:active { background: rgba(0, 0, 0, .09); }
.mini-cart-qty .mini-qty-btn:disabled { opacity: .4; cursor: default; }
.mini-cart-qty .mini-qty-val {
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--pm-text-primary, #191919);
    font-variant-numeric: tabular-nums;
    padding: 0 2px;
}

/* INT-01: mobile product-gallery zoom button + desktop 44px tap target */
.tt-product-single-img .tt-btn-zomm {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.tt-mobile-product-layout { position: relative; }
.tt-btn-zomm.tt-mobile-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #191919;
    font-size: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* ============================================
   Mini-cart redesign (clean item row + subtle loading)
   ============================================ */
.mini-cart-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 2px;
    border-bottom: 1px solid var(--pm-border, #eeeeee);
}
.mini-cart-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
}
.mini-cart-thumb img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eef0f2;
    background: #fafafa;
}
.mini-cart-body {
    flex: 1 1 auto;
    min-width: 0;
}
.mini-cart-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: var(--pm-text-primary, #191919);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 10px;
    padding-right: 26px; /* clear the absolutely-positioned remove button */
}
.mini-cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mini-cart-price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;              /* hug the text so it optically centers against the stepper */
    color: var(--pm-primary, #dc3545);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}
.mini-cart-row .mini-cart-qty {
    margin-top: 0;
}
.mini-cart-remove {
    position: absolute;
    top: 12px;
    right: 2px;
    width: 28px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    color: #b0b0b0;
    cursor: pointer;
    border-radius: 6px;
    transition: color .15s ease, background .15s ease;
}
.mini-cart-remove:hover,
.mini-cart-remove:focus { color: var(--pm-primary, #dc3545); background: #f7f7f7; }
/* Subtle in-place loading instead of a large floating spinner */
.tt-cart-layout.mini-cart-updating { opacity: 0.55; transition: opacity .15s ease; pointer-events: none; }
#header-cart-loader { display: none !important; }
/* Suppress the "Cart" hover tooltip when the dropdown is engaged */
.tt-cart .tt-dropdown-menu { z-index: 1001; }

/* =====================================================================
   UI/UX polish — accessibility (WCAG AA) & consistency  (2026-08-03)
   Override layer: this file loads after bundle.min.css.
   ===================================================================== */

/* B2 — Back-to-top failed contrast: white icon/text on rgba(237,33,20,.75)
   (renders ~#f2594f, 3.32:1). Solid darker red passes AA (~5:1). */
.tt-back-to-top { background-color: var(--pm-primary-hover) !important; } /* #c82333 */
.tt-back-to-top:hover { background-color: #a71d2a !important; color: #fff; }

/* D4 — Breadcrumb links were #777 on #f7f8fa (4.21:1). Darken to pass AA. */
.tt-breadcrumb ul li a { color: var(--pm-text-secondary); }              /* #555 */
.tt-breadcrumb ul li a:hover { color: var(--pm-primary); }
.tt-breadcrumb ul li { color: var(--pm-text-secondary); }               /* current crumb */

/* D4 — Low-contrast inline "read more / return policy" links in the product
   description were #777 on #fff (4.47:1). Use the brand red (link affordance
   also satisfies link-in-text-block, D6). */
.product-accordion__panel-inner a,
.tt-product-single-info .tt-collapse-content a { color: var(--pm-primary); text-decoration: underline; }

/* B2/D4 — "BUY NOW" CTA: white on #ff6a00 = 2.87:1 (fails AA badly for a
   primary checkout action). Darken the button background only (brand orange
   is preserved elsewhere) to reach AA. See report note for manual sign-off. */
.btn-buy-now, .buy_now_btn,
.tt-product-single-info .btn-buy-now {
    background-color: #c2410c !important;
}
.btn-buy-now:hover, .buy_now_btn:hover,
.tt-product-single-info .btn-buy-now:hover {
    background-color: #9a3412 !important;
    box-shadow: 0 4px 16px rgba(194,65,12,0.28);
}

/* G1/B1 — Button radius consistency: product-card action buttons rendered at
   10px while site CTAs use --pm-radius-sm (6px). Normalize to the token. */
.tt-btn-addtocart.thumbprod-button-bg,
.btn.btn_mobile_model { border-radius: var(--pm-radius-sm); }

/* Hero "SHOP NOW" CTA — the uppercase label sat ~5px high (top 10px / bottom
   15px): an inline-block line-box offset from Inter's metrics + no descenders
   in the caps. Flex-center so the text is vertically centered in the button. */
.hero-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Top-level desktop nav links were inline-flex without cross-axis centering, so
   the label sat ~6px high (top 9 / bottom 15) inside the 40px link. Center it
   (align-items only — no line-height change, so link height stays 40px). */
.tt-desctop-menu nav > ul > li > a { align-items: center; }
