/* ================================================
   AGE CONSENT OVERLAY
   ================================================ */
#ageConsentOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px;
}

#ageConsentModal {
    background: #fff;
    border-radius: 6px;
    max-width: 480px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 36px 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}

#ageConsentLogo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #c62828;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

#ageConsentModal h5 {
    font-weight: bold;
    margin-bottom: 14px;
    color: #212121;
}

#ageConsentModal p {
    color: #555;
    margin-bottom: 10px;
    font-size: 0.97em;
    line-height: 1.5;
}

.ageConsentSmall {
    font-size: 0.82em !important;
    color: #888 !important;
}

#ageConsentButtons {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#ageConsentButtons .btn {
    width: 100%;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    height: auto;
    line-height: 1.4;
    padding: 12px 16px;
    white-space: normal;
}

@media screen and (max-width: 480px) {
    #ageConsentModal {
        padding: 28px 20px 24px;
    }
}

/* ================================================
   DESIGN TOKENS
   ================================================ */
:root {
    --navy:         #1a1535;
    --navy-light:   #2a2250;
    --accent:       #d4a843;
    --accent-dark:  #b8892e;
    --bg:           #f8f6f1;
    --surface:      #ffffff;
    --text:         #1e1b2e;
    --text-muted:   #6b7280;
    --border:       #e5e0d7;
    --danger:       #991b1b;
    --success:      #166534;
    --radius:       12px;
    --radius-sm:    8px;
    --shadow-sm:    0 1px 4px rgba(0,0,0,0.07);
    --shadow-md:    0 4px 20px rgba(0,0,0,0.09);
    --shadow-lg:    0 10px 40px rgba(0,0,0,0.14);
    --transition:   0.2s ease;
    --nav-height:   64px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* ================================================
   BASE
   ================================================ */
body {
    font-family: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    background-image: none;
}

/* ================================================
   NAVBAR
   ================================================ */
.ss-nav {
    background: var(--navy);
    height: var(--nav-height);
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 500;
    box-shadow: 0 2px 24px rgba(0,0,0,0.35);
}

.ss-nav__brand {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.08em;
    text-decoration: none;
    flex-shrink: 0;
}

.ss-nav__brand span {
    color: rgba(255,255,255,0.55);
    font-weight: 300;
    font-size: 0.8em;
    letter-spacing: 0.04em;
    margin-left: 6px;
}

.ss-nav__links {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ss-nav__links a {
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 6px;
    transition: color var(--transition), background var(--transition);
    white-space: nowrap;
}

.ss-nav__links a:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.ss-nav__cta {
    background: var(--accent) !important;
    color: var(--navy) !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 8px 18px !important;
}

.ss-nav__cta:hover {
    background: var(--accent-dark) !important;
    color: var(--navy) !important;
}

/* ================================================
   WRAPPER
   ================================================ */
.ssWrapper {
    min-height: calc(100vh - var(--nav-height));
}

/* ================================================
   HERO BANNER
   ================================================ */
.ss-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #2a1a40 50%, #3a1520 100%);
    padding: 72px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ss-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 65% 30%, rgba(212,168,67,0.12) 0%, transparent 65%);
    pointer-events: none;
}

.ss-hero::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: var(--bg);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.ss-hero__tag {
    display: inline-block;
    background: rgba(212,168,67,0.12);
    color: var(--accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 100px;
    border: 1px solid rgba(212,168,67,0.3);
    margin-bottom: 20px;
}

.ss-hero h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 14px;
}

.ss-hero h1 em {
    font-style: normal;
    color: var(--accent);
}

.ss-hero p {
    color: rgba(255,255,255,0.6);
    font-size: 1rem;
    max-width: 460px;
    margin: 0 auto 0;
}

/* ================================================
   SECTION LAYOUT
   ================================================ */
.section {
    margin-bottom: 48px;
}

.limit {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

.productListing {
    background: transparent;
    margin: 0;
    padding: 52px 0 24px;
}

.ss-section-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-dark);
    margin-bottom: 6px;
}

.ss-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 32px;
}

/* ================================================
   PRODUCT CARDS (home grid)
   ================================================ */
.smProducts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 24px;
    margin-bottom: 8px;
}

.smProducts > div {
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}

.smProducts > div:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.smProducts .productImage {
    width: 100%;
    height: 210px;
    object-fit: cover;
    display: block;
}

.product-card__body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.productName {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.35;
}

.smProducts .btn {
    display: block !important;
    background: var(--navy) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    padding: 10px 16px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    height: auto !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    margin-top: auto !important;
    transition: background var(--transition) !important;
}

.smProducts .btn:hover {
    background: var(--accent-dark) !important;
    box-shadow: none !important;
}

/* ================================================
   INFO / DELIVERY SECTION
   ================================================ */
.ss-info-section {
    background: var(--navy);
    border-radius: var(--radius);
    padding: 36px;
}

.ss-contact-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(212,168,67,0.1);
    border: 1px solid rgba(212,168,67,0.25);
    border-radius: var(--radius-sm);
    padding: 14px 20px;
    margin-bottom: 24px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
}

.ss-contact-strip strong {
    color: var(--accent);
    font-weight: 700;
}

.ss-info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.ss-info-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-sm);
    padding: 20px;
}

.ss-info-card__icon {
    font-size: 1.4rem;
    margin-bottom: 10px;
    display: block;
}

.ss-info-card__title {
    font-weight: 700;
    color: #fff;
    font-size: 0.88rem;
    margin-bottom: 6px;
}

.ss-info-card__text {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.6;
    margin: 0;
}

/* ================================================
   PRODUCT PAGE LAYOUT
   ================================================ */
.ss-product-page {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 32px;
    padding: 36px 24px 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.infoCol {
    width: auto !important;
    float: none !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}

.orderCol {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
}

.ss-breadcrumb {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ss-breadcrumb a {
    color: var(--accent-dark);
    text-decoration: none;
    font-weight: 500;
}

.ss-breadcrumb a:hover {
    text-decoration: underline;
}

.ss-breadcrumb .sep {
    color: var(--border);
}

/* ================================================
   PRODUCT INFO CARD
   ================================================ */
.productInfo {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
    background: var(--surface);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
    margin-bottom: 24px;
}

.productInfo h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    padding: 20px 22px 12px;
    margin: 0;
    border-bottom: 1px solid var(--border);
}

.productInfo .productImage {
    width: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
    max-height: 380px;
}

.productInfo .btn.openProductPopUp {
    margin: 16px 20px 20px;
    background: transparent !important;
    border: 1.5px solid var(--navy) !important;
    color: var(--navy) !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 9px 18px !important;
    font-size: 0.82rem !important;
    text-transform: none !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    transition: background var(--transition), color var(--transition) !important;
    display: inline-block !important;
}

.productInfo .btn.openProductPopUp:hover {
    background: var(--navy) !important;
    color: #fff !important;
}

/* ================================================
   DELIVERY INFO CARD (on product page)
   ================================================ */
.delInfo {
    width: auto !important;
    float: none !important;
    background: var(--navy);
    border-radius: var(--radius);
    padding: 24px;
    margin-bottom: 24px;
}

.delInfo h5 {
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent) !important;
    margin-bottom: 16px !important;
}

.delInfo p {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    line-height: 1.6;
}

.delInfo p b {
    color: rgba(255,255,255,0.9);
}

.delInfo .ss-contact-line {
    background: rgba(212,168,67,0.1);
    border: 1px solid rgba(212,168,67,0.25);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.75);
}

.delInfo .ss-contact-line strong {
    color: var(--accent);
}

/* ================================================
   ORDER FORM
   ================================================ */
.orderCol form {
    background: var(--surface) !important;
    border-radius: var(--radius) !important;
    padding: 28px !important;
    box-shadow: var(--shadow-md) !important;
    border: 1px solid var(--border);
    position: sticky;
    top: calc(var(--nav-height) + 16px);
}

.orderForm .formOpen > h5 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: var(--text) !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid var(--border) !important;
}

.formInput {
    margin-bottom: 14px;
}

.formInput label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.formInput input[type="text"] {
    width: 100%;
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 10px 14px !important;
    font-size: 0.88rem !important;
    color: var(--text) !important;
    background: #fff !important;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
    height: auto !important;
    margin: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box;
    font-family: inherit;
}

.formInput input[type="text"]:focus {
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 3px rgba(212,168,67,0.15) !important;
}

/* Materialize select override */
.select-wrapper {
    width: 100%;
}

.select-wrapper input.select-dropdown {
    border: 1.5px solid var(--border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 10px 36px 10px 14px !important;
    font-size: 0.88rem !important;
    color: var(--text) !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.select-wrapper .caret {
    right: 14px !important;
    fill: var(--text-muted) !important;
}

.formInput .btn {
    width: 100%;
    background: var(--navy) !important;
    color: #fff !important;
    border: none !important;
    border-radius: var(--radius-sm) !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 14px 20px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    box-shadow: none !important;
    transition: background var(--transition) !important;
}

.formInput .btn:hover {
    background: var(--accent-dark) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

.orderCol form > p,
.orderCol .orderForm form p {
    font-size: 0.76rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-top: 10px;
}

.orderCol form p b {
    color: var(--text);
}

.orderTotal {
    font-weight: 700;
    color: var(--accent-dark);
}

/* ================================================
   ORDER OVERLAY / SPINNER / COMPLETE
   ================================================ */
.overlay {
    background: rgba(255,255,255,0.96);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3;
    box-sizing: border-box;
    padding: 60px 20px 0;
    text-align: center;
    display: none;
    border-radius: var(--radius);
    font-size: 0.88rem;
    color: var(--text-muted);
    font-weight: 500;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    background-color: var(--accent);
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-radius: 100%;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    display: none;
}

@keyframes sk-scaleout {
    0%   { transform: scale(0); }
    100% { transform: scale(1.0); opacity: 0; }
}

.orderComplete {
    position: relative;
    z-index: 4;
    margin-top: 40px;
    display: none;
    text-align: center;
    padding: 16px;
}

.orderComplete h5 {
    color: var(--success) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 8px !important;
}

.orderComplete p {
    color: var(--text-muted);
    font-size: 0.88rem;
}

.orderComplete .btn {
    background: var(--navy) !important;
    color: #fff !important;
    margin-top: 12px;
    text-transform: none !important;
}

.loader {
    text-align: center;
    padding: 40px 0;
}

/* ================================================
   PRODUCT POPUP MODAL
   ================================================ */
.productPopUp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--surface);
    border-radius: var(--radius);
    min-width: 320px;
    max-width: 620px;
    width: 90%;
    z-index: 600;
    padding: 32px;
    box-shadow: var(--shadow-lg), 0 0 0 100vmax rgba(0,0,0,0.55);
    display: none;
    max-height: 82vh;
    overflow-y: auto;
}

.productPopUp h6 {
    font-weight: 700;
    font-size: 1rem;
    color: var(--text);
    margin-bottom: 12px;
}

.productPopUp .btn.closeProductPopUp {
    background: var(--navy) !important;
    color: #fff !important;
    margin-top: 20px;
    text-transform: none !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: none !important;
    font-weight: 600 !important;
    height: auto !important;
    line-height: 1.4 !important;
    padding: 10px 22px !important;
}

/* ================================================
   UNAVAILABLE STATE
   ================================================ */
.ss-unavailable {
    background: #fff5f5;
    border: 1.5px solid #fca5a5;
    border-radius: var(--radius);
    padding: 28px;
    text-align: center;
}

.ss-unavailable h4 {
    color: var(--danger);
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* ================================================
   REVIEWS
   ================================================ */
.samsu-review {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border);
    margin-bottom: 24px;
}

/* ================================================
   DELIVERY OPTIONS (dynamically injected)
   ================================================ */
.deliveryOptions {
    margin-bottom: 14px;
}

.deliveryOptions label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ================================================
   TOAST NOTIFICATIONS
   ================================================ */
.ss-toast-container {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 8000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
    max-width: 360px;
    width: calc(100vw - 48px);
}

.ss-toast {
    background: var(--navy);
    color: #fff;
    padding: 14px 18px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    pointer-events: all;
    border-left: 4px solid var(--accent);
    animation: ss-toast-in 0.28s cubic-bezier(0.34, 1.3, 0.64, 1) both;
}

.ss-toast--success { border-left-color: #22c55e; }
.ss-toast--error   { border-left-color: #ef4444; }
.ss-toast--warning { border-left-color: #f59e0b; }

.ss-toast__icon {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

.ss-toast__msg { flex: 1; }

.ss-toast.ss-toast--out {
    animation: ss-toast-out 0.22s ease forwards;
}

@keyframes ss-toast-in {
    from { transform: translateX(24px); opacity: 0; }
    to   { transform: translateX(0);    opacity: 1; }
}

@keyframes ss-toast-out {
    from { transform: translateX(24px); opacity: 1; }
    to   { transform: translateX(24px); opacity: 0; }
}

/* ================================================
   MOBILE / INNER LIST
   ================================================ */
.btn.mobile-show {
    display: none !important;
    background: var(--accent) !important;
    color: var(--navy) !important;
    font-weight: 700 !important;
    text-transform: none !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: none !important;
    margin: 16px 0 !important;
}

.inner-product-list {
    display: none;
}

.inner-product-list h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text);
}

/* ================================================
   GLOBAL BUTTON OVERRIDES
   ================================================ */
.btn, .btn-large {
    text-transform: none !important;
    border-radius: var(--radius-sm) !important;
    box-shadow: none !important;
    font-family: inherit !important;
}

/* ================================================
   FOOTER
   ================================================ */
.ss-footer {
    background: var(--navy);
    padding: 56px 24px 24px;
    margin-top: 0;
}

.ss-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.ss-footer__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 24px;
}

.ss-footer__brand-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.ss-footer__brand-name span {
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    font-size: 0.75em;
    margin-left: 6px;
}

.ss-footer__tagline {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 0;
}

.ss-footer__col h6 {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
}

.ss-footer__col a,
.ss-footer__col p {
    display: block;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    font-size: 0.82rem;
    margin-bottom: 8px;
    line-height: 1.5;
    transition: color var(--transition);
}

.ss-footer__col a:hover {
    color: var(--accent);
}

.ss-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.28);
    flex-wrap: wrap;
    gap: 8px;
}

.ss-footer__18 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    flex-shrink: 0;
}

/* ================================================
   RESPONSIVE
   ================================================ */
@media screen and (max-width: 960px) {
    .ss-product-page {
        grid-template-columns: 1fr;
        padding: 24px 16px;
    }

    .orderCol form {
        position: static;
    }

    .ss-footer__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ss-footer__grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 640px) {
    .ss-nav {
        padding: 0 16px;
    }

    .ss-nav__links a:not(.ss-nav__cta) {
        display: none;
    }

    .ss-hero {
        padding: 48px 16px 52px;
    }

    .limit {
        padding: 0 16px;
    }

    .smProducts {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .smProducts .productImage {
        height: 160px;
    }

    .ss-info-section {
        padding: 24px 20px;
    }

    .ss-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .btn.mobile-show {
        display: inline-flex !important;
    }
}
