/* SG Organic Site Builder widget suite — mobile first, isolated, no global selectors. */
.sgo-sb-widget,
.sgo-sb-widget * { box-sizing: border-box; }
.sgo-sb-widget {
    --sgo-sb-columns: 2;
    --sgo-sb-gap: 14px;
    width: 100%;
    min-width: 0;
    color: #211735;
    overflow: visible;
}
.sgo-sb-widget a { color: inherit; text-decoration: none; }
.sgo-sb-widget button { font: inherit; }
.sgo-sb-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    margin-bottom: 20px;
}
.sgo-sb-heading-copy { display: flex; align-items: center; gap: 10px; min-width: 0; }
.sgo-sb-heading-icon { display: inline-grid; place-items: center; flex: 0 0 auto; }
.sgo-sb-heading-icon svg { width: 1em; height: 1em; }
.sgo-sb-title { margin: 0; font-size: clamp(24px, 6.5vw, 42px); line-height: 1.08; color: #3e258b; }
.sgo-sb-subtitle { margin-top: 6px; font-size: 14px; line-height: 1.5; color: #6d6778; }
.sgo-sb-view-all { flex: 0 0 auto; min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; color: #3e258b; }
.sgo-sb-collection { position: relative; min-width: 0; }
.sgo-sb-grid { display: grid; grid-template-columns: repeat(var(--sgo-sb-columns), minmax(0, 1fr)); column-gap: var(--sgo-sb-gap); row-gap: var(--sgo-sb-gap); min-width: 0; }
.sgo-sb-track {
    display: flex;
    gap: var(--sgo-sb-gap);
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y pinch-zoom;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    padding: 2px 1px 10px;
}
.sgo-sb-track::-webkit-scrollbar { display: none; }
.sgo-sb-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.sgo-sb-track.is-dragging, .sgo-sb-track.is-dragging * { user-select: none !important; -webkit-user-select: none !important; }
.sgo-sb-track > .sgo-sb-card { scroll-snap-stop: always; }
.sgo-sb-track > .sgo-sb-card { flex: 0 0 calc((100% - (var(--sgo-sb-columns) - 1) * var(--sgo-sb-gap)) / var(--sgo-sb-columns)); scroll-snap-align: start; }
.sgo-sb-edge-peek .sgo-sb-track > .sgo-sb-card { flex-basis: calc((100% - (var(--sgo-sb-columns) - 1) * var(--sgo-sb-gap)) / var(--sgo-sb-columns)); }
.sgo-sb-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ece8f4;
    border-radius: 14px;
    color: #211735;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.sgo-sb-card-content { padding: 14px; min-width: 0; }
.sgo-sb-card-title { margin: 0; font-size: 14px; line-height: 1.35; color: inherit; overflow-wrap: anywhere; }
.sgo-sb-card-title a { color: inherit; }
.sgo-sb-description { margin-top: 6px; color: #6f697b; font-size: 13px; line-height: 1.45; }
.sgo-sb-meta, .sgo-sb-vendor, .sgo-sb-taxonomy, .sgo-sb-stock { margin-top: 7px; color: #80798b; font-size: 12px; line-height: 1.35; }
.sgo-sb-price { margin-top: 9px; color: #5a2fb5; font-size: 15px; font-weight: 800; }
.sgo-sb-price del { opacity: .55; font-size: .82em; font-weight: 500; }
.sgo-sb-price ins { text-decoration: none; }
.sgo-sb-rating, .sgo-sb-review-stars { color: #f3a500; font-weight: 800; letter-spacing: .02em; }
.sgo-sb-stock.is-in { color: #198754; }
.sgo-sb-stock.is-out { color: #c23838; }
.sgo-sb-media { position: relative; display: block; overflow: hidden; background: #f7f5fa; aspect-ratio: 1 / 1; }
.sgo-sb-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.sgo-sb-fit-contain .sgo-sb-media img { object-fit: contain; padding: 8px; }
.sgo-sb-ratio-portrait .sgo-sb-media { aspect-ratio: 4 / 5; }
.sgo-sb-ratio-landscape .sgo-sb-media { aspect-ratio: 4 / 3; }
.sgo-sb-ratio-wide .sgo-sb-media { aspect-ratio: 16 / 9; }
.sgo-sb-ratio-original .sgo-sb-media { aspect-ratio: auto; }
.sgo-sb-ratio-original .sgo-sb-media img { height: auto; }
.sgo-sb-media-placeholder { display: block; width: 100%; height: 100%; min-height: 120px; background: linear-gradient(135deg,#f6f3fb,#eee9f5); }
.sgo-sb-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 9px; border-radius: 999px; background: #edf8f0; color: #0f7a45; font-size: 11px; font-weight: 800; }
.sgo-sb-product-card > .sgo-sb-badge { position: absolute; top: 9px; left: 9px; z-index: 2; background: #ed3d35; color: #fff; }
.sgo-sb-card-actions, .sgo-sb-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sgo-sb-action, .sgo-sb-copy, .sgo-sb-arrow, .sgo-sb-tab {
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 14px;
    font-weight: 750;
    line-height: 1.1;
}
.sgo-sb-primary { background: #12a957; color: #fff !important; }
.sgo-sb-secondary { background: rgba(18,169,87,.1); color: #0c8242 !important; }
.sgo-sb-add-to-cart { width: 100%; margin-top: 12px; text-align: center; }
.sgo-sb-card-actions .sgo-sb-action { flex: 1 1 auto; background: #f2f8f4; color: #123b2b; }
.sgo-sb-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    padding: 0;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    box-shadow: 0 8px 30px rgba(0,0,0,.13);
    font-size: 30px;
}
.sgo-sb-arrow.is-prev { left: -14px; }
.sgo-sb-arrow.is-next { right: -14px; }
.sgo-sb-dots { display: flex; justify-content: center; gap: 7px; min-height: 20px; margin-top: 8px; }
.sgo-sb-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #d3cde0; }
.sgo-sb-dots button.is-active { width: 22px; border-radius: 999px; background: #4b2a98; }
.sgo-sb-empty { padding: 28px; border: 1px dashed #dcd5e7; border-radius: 14px; color: #726b7c; text-align: center; }
.sgo-sb-progress { height: 7px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: #eee9f3; }
.sgo-sb-progress span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#ff6a35,#ed3434); }
.sgo-sb-countdown-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; color: #6f6778; font-size: 13px; font-weight: 700; }
.sgo-sb-countdown { display: flex; align-items: center; gap: 5px; }
.sgo-sb-countdown b { min-width: 29px; padding: 5px; border-radius: 6px; background: #2f1b66; color: #fff; text-align: center; }
.sgo-sb-countdown i { font-style: normal; font-size: 10px; }

/* Tabs */
.sgo-sb-tabs { display: flex; gap: 8px; margin-bottom: 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.sgo-sb-tabs::-webkit-scrollbar { display: none; }
.sgo-sb-tab { flex: 0 0 auto; border: 1px solid #e5dfec; background: #fff; color: #4e4759; scroll-snap-align: start; }
.sgo-sb-tab.is-active { border-color: #4b2a98; background: #4b2a98; color: #fff; }
.sgo-sb-tab-panel { display: none; }
.sgo-sb-tab-panel.is-active { display: block; }

/* Categories */
.sgo-sb-category-card .sgo-sb-card-content { text-align: left; }
.sgo-sb-category-card .sgo-sb-card-title { font-weight: 800; }

/* Featured banner */
.sgo-sb-featured-banner {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 22px;
    color: #fff;
    background-image: linear-gradient(90deg,rgba(0,0,0,var(--sgo-banner-overlay)),rgba(0,0,0,.08)),var(--sgo-banner-image);
    background-size: cover;
    background-position: center;
}
.sgo-sb-featured-banner.sgo-sb-content-center { align-items: center; justify-content: center; text-align: center; }
.sgo-sb-featured-banner.sgo-sb-content-right { justify-content: flex-end; text-align: right; }
.sgo-sb-banner-copy { position: relative; z-index: 2; width: min(100%, 620px); padding: 28px; }
.sgo-sb-banner-copy h2, .sgo-sb-hero-copy h2 { margin: 6px 0 12px; color: inherit; font-size: clamp(34px,10vw,72px); line-height: .98; }
.sgo-sb-banner-copy p, .sgo-sb-hero-copy p { margin: 0 0 18px; color: inherit; font-size: 15px; line-height: 1.5; }
.sgo-sb-banner-kicker { font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

/* Hero */
.sgo-sb-hero-track > .sgo-sb-card { flex: 0 0 100%; }
.sgo-sb-hero-slide {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 22px;
    color: var(--sgo-hero-color,#fff);
    background-image: linear-gradient(90deg,rgba(0,0,0,var(--sgo-hero-overlay)),rgba(0,0,0,.04)),var(--sgo-hero-image);
    background-size: cover;
    background-position: center;
}
.sgo-sb-hero-slide.sgo-sb-content-center { justify-content: center; text-align: center; }
.sgo-sb-hero-slide.sgo-sb-content-right { justify-content: flex-end; text-align: right; }
.sgo-sb-hero-copy { width: min(100%,700px); padding: 30px; }
.sgo-sb-slide-counter { margin-top: 18px; font-size: 12px; opacity: .8; }

/* Promo */
.sgo-sb-promo-card { min-height: 240px; display: flex; flex-direction: column; }
.sgo-sb-promo-card .sgo-sb-media { aspect-ratio: 16/9; }
.sgo-sb-promo-card.sgo-sb-content-bottom .sgo-sb-card-content { margin-top: auto; }
.sgo-sb-promo-card.sgo-sb-content-center { justify-content: center; text-align: center; }
.sgo-sb-card-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 9px; border-radius: 12px; background: rgba(18,169,87,.1); color: #0d8444; }
.sgo-sb-card-icon svg { width: 22px; height: 22px; }
.sgo-sb-link { display: inline-block; margin-top: 11px; font-weight: 800; color: #4b2a98; }

/* Voucher */
.sgo-sb-voucher { display: grid; gap: 0; overflow: hidden; border-radius: 22px; background: #0b4a34; color: #fff; }
.sgo-sb-voucher-image { min-height: 220px; background: rgba(255,255,255,.08); }
.sgo-sb-voucher-image img { width: 100%; height: 100%; object-fit: cover; }
.sgo-sb-voucher-copy { padding: 26px; }
.sgo-sb-voucher-copy h2 { margin: 6px 0 10px; font-size: clamp(28px,8vw,52px); line-height: 1.02; }
.sgo-sb-voucher-copy p { margin: 0 0 16px; color: inherit; opacity: .88; }
.sgo-sb-discount { color: #baff66; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sgo-sb-code-row { display: flex; align-items: stretch; gap: 8px; margin: 14px 0 10px; }
.sgo-sb-code { flex: 1; display: flex; align-items: center; min-width: 0; padding: 11px 13px; border: 1px dashed currentColor; border-radius: 10px; color: #baff66; font-size: 18px; font-weight: 900; overflow-wrap: anywhere; }
.sgo-sb-copy { flex: 0 0 auto; background: #fff; color: #0b4a34; }

/* Benefits */
.sgo-sb-benefit { display: flex; align-items: center; gap: 10px; min-height: 90px; padding: 10px; }
.sgo-sb-benefit .sgo-sb-card-content { padding: 0; }
.sgo-sb-benefit-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #edf8f0; color: #0e8f49; overflow: hidden; }
.sgo-sb-benefit-icon img { width: 100%; height: 100%; object-fit: cover; }
.sgo-sb-benefit-icon svg { width: 22px; height: 22px; }

/* Brands */
.sgo-sb-brand-card { min-height: 118px; padding: 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; text-align: center; }
.sgo-sb-brand-card img { max-width: 100%; width: 100%; height: 58px; object-fit: contain; }
.sgo-sb-brand-card span { font-size: 12px; font-weight: 750; }
.sgo-sb-brand-card.is-grayscale img { filter: grayscale(1); opacity: .72; transition: filter .2s, opacity .2s; }
.sgo-sb-brand-card.is-grayscale:hover img { filter: none; opacity: 1; }

/* Vendors */
.sgo-sb-vendor-card { text-align: center; }
.sgo-sb-vendor-avatar { display: block; width: 78px; height: 78px; margin: 18px auto 0; overflow: hidden; border-radius: 50%; border: 1px solid #ece8f4; background: #fff; }
.sgo-sb-vendor-avatar img { width: 100%; height: 100%; object-fit: cover; }
.sgo-sb-vendor-spotlight { overflow: hidden; border-radius: 22px; padding: 26px; background: #063c2a; background-size: cover; background-position: center; color: #fff; }
.sgo-sb-spotlight-copy { display: grid; grid-template-columns: 78px 1fr; gap: 18px; align-items: start; }
.sgo-sb-spotlight-copy .sgo-sb-vendor-avatar { width: 78px; height: 78px; margin: 0; }
.sgo-sb-spotlight-copy h2 { margin: 4px 0 10px; color: inherit; font-size: clamp(30px,8vw,56px); line-height: 1; }
.sgo-sb-spotlight-copy p { max-width: 680px; margin: 0 0 12px; color: inherit; opacity: .88; }
.sgo-sb-spotlight-copy .sgo-sb-meta { display: inline-block; margin-right: 12px; color: inherit; opacity: .8; }
.sgo-sb-spotlight-products { margin-top: 22px; }
.sgo-sb-spotlight-products .sgo-sb-grid { --sgo-sb-columns: 2; }
.sgo-sb-spotlight-products .sgo-sb-card { color: #211735; }

/* Reviews */
.sgo-sb-review-card { padding: 20px; }
.sgo-sb-review-card blockquote { margin: 12px 0 18px; font-size: 15px; line-height: 1.55; }
.sgo-sb-review-author { display: flex; align-items: center; gap: 10px; }
.sgo-sb-review-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.sgo-sb-review-author strong, .sgo-sb-review-author span { display: block; }
.sgo-sb-review-author span { margin-top: 2px; color: #7a7384; font-size: 12px; }

/* Newsletter */
.sgo-sb-newsletter { display: grid; gap: 20px; overflow: hidden; padding: 26px; border-radius: 22px; background: #f0f8f3; color: #123b2b; }
.sgo-sb-newsletter-copy h2 { margin: 8px 0 10px; color: inherit; font-size: clamp(30px,8vw,54px); line-height: 1.02; }
.sgo-sb-newsletter-copy p { margin: 0 0 18px; color: inherit; opacity: .82; }
.sgo-sb-newsletter-form input[type="email"], .sgo-sb-newsletter-form input[type="text"] { min-height: 48px; width: 100%; border: 1px solid rgba(0,0,0,.14); border-radius: 10px; padding: 0 13px; }
.sgo-sb-newsletter-form button, .sgo-sb-newsletter-form input[type="submit"] { min-height: 48px; border: 0; border-radius: 10px; padding: 0 18px; background: #12a957; color: #fff; font-weight: 800; }
.sgo-sb-newsletter-image { min-height: 210px; overflow: hidden; border-radius: 16px; }
.sgo-sb-newsletter-image img { width: 100%; height: 100%; object-fit: cover; }

/* Footer */
.sgo-sb-footer { padding: 30px 20px 18px; background: #073b2a; color: #fff; border-radius: 0; }
.sgo-sb-footer-main { display: grid; grid-template-columns: 1fr; gap: 0; }
.sgo-sb-footer-brand { padding-bottom: 22px; }
.sgo-sb-footer-logo { display: block; max-width: 190px; max-height: 76px; width: auto; height: auto; object-fit: contain; margin-bottom: 14px; }
.sgo-sb-footer-description { max-width: 420px; color: #c7ddd3; font-size: 14px; line-height: 1.55; }
.sgo-sb-footer-meta { display: flex; flex-direction: column; gap: 7px; margin-top: 14px; color: #c7ddd3; font-size: 13px; }
.sgo-sb-footer-column { border-top: 1px solid rgba(255,255,255,.14); }
.sgo-sb-footer-column > h3 { display: none; }
.sgo-sb-footer-toggle { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; font-weight: 800; }
.sgo-sb-footer-toggle b { font-size: 22px; font-weight: 400; transition: transform .2s; }
.sgo-sb-footer-column.is-open .sgo-sb-footer-toggle b { transform: rotate(45deg); }
.sgo-sb-footer-links { display: none; padding: 0 0 16px; }
.sgo-sb-footer-column.is-open .sgo-sb-footer-links { display: block; }
.sgo-sb-footer-links ul { list-style: none; margin: 0; padding: 0; }
.sgo-sb-footer-links li + li { margin-top: 9px; }
.sgo-sb-footer-links a { color: inherit; opacity: .82; font-size: 14px; }
.sgo-sb-footer-bottom { display: grid; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); }
.sgo-sb-socials, .sgo-sb-payment-logos { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.sgo-sb-socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.sgo-sb-socials svg { width: 18px; height: 18px; }
.sgo-sb-payment-logos img { max-width: 60px; max-height: 30px; width: auto; height: auto; object-fit: contain; background: #fff; border-radius: 5px; padding: 3px; }
.sgo-sb-copyright { color: #c7ddd3; font-size: 12px; }

.sgo-sb-hover-lift .sgo-sb-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(22,12,50,.12); }
.sgo-sb-hover-zoom .sgo-sb-card:hover .sgo-sb-media img { transform: scale(1.045); }
.sgo-sb-hide-mobile { display: none; }

@media (max-width: 767px) {
    .sgo-sb-mobile-flush { width: calc(100% + 32px); margin-left: -16px !important; margin-right: -16px !important; border-radius: 0 !important; }
    .sgo-sb-mobile-flush > .sgo-sb-header { padding-inline: 16px; }
    .sgo-sb-mobile-flush .sgo-sb-track { padding-left: 16px; padding-right: 16px; scroll-padding-left: 16px; }
    .sgo-sb-arrow { display: none; }
    .sgo-sb-featured-banner { background-image: linear-gradient(0deg,rgba(0,0,0,var(--sgo-banner-overlay)),rgba(0,0,0,.05)),var(--sgo-banner-mobile); background-position: center; }
    .sgo-sb-hero-slide { background-image: linear-gradient(0deg,rgba(0,0,0,var(--sgo-hero-overlay)),rgba(0,0,0,.04)),var(--sgo-hero-mobile); align-items: flex-end; }
    .sgo-sb-header { align-items: center; }
    .sgo-sb-view-all { font-size: 13px; }
    .sgo-sb-benefit { align-items: flex-start; }
    .sgo-sb-vendor-spotlight { padding: 22px 18px; }
    .sgo-sb-spotlight-copy { grid-template-columns: 1fr; }
    .sgo-sb-spotlight-copy .sgo-sb-vendor-avatar { width: 74px; height: 74px; }
}

@media (min-width: 768px) {
    .sgo-sb-edge-peek .sgo-sb-track > .sgo-sb-card { flex-basis: calc((100% - (var(--sgo-sb-columns) - 1) * var(--sgo-sb-gap)) / var(--sgo-sb-columns)); }
    .sgo-sb-voucher { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); align-items: stretch; }
    .sgo-sb-voucher-copy { padding: 38px; }
    .sgo-sb-newsletter { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); align-items: center; padding: 38px; }
    .sgo-sb-footer { padding: 54px 40px 24px; }
    .sgo-sb-footer-main { grid-template-columns: repeat(5, minmax(0,1fr)); gap: 28px; }
    .sgo-sb-footer-column { border: 0; }
    .sgo-sb-footer-toggle { display: none; }
    .sgo-sb-footer-column > h3 { display: block; margin: 0 0 15px; color: inherit; font-size: 15px; }
    .sgo-sb-footer-links { display: block !important; padding: 0; }
    .sgo-sb-footer-bottom { grid-template-columns: auto 1fr auto; align-items: center; }
    .sgo-sb-hide-mobile { display: block; }
    .sgo-sb-hide-desktop { display: none; }
}

@media (min-width: 1180px) {
    .sgo-sb-card-title { font-size: 15px; }
    .sgo-sb-banner-copy, .sgo-sb-hero-copy { padding: 48px; }
    .sgo-sb-vendor-spotlight { padding: 42px; }
    .sgo-sb-spotlight-copy { grid-template-columns: 110px 1fr; gap: 28px; }
    .sgo-sb-spotlight-copy .sgo-sb-vendor-avatar { width: 110px; height: 110px; }
}

@media (prefers-reduced-motion: reduce) {
    .sgo-sb-widget *, .sgo-sb-track { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Suite quick view */
.sgo-sb-modal-open { overflow: hidden; }
.sgo-sb-quick-modal { position: fixed; inset: 0; z-index: 999999; display: none; align-items: flex-end; justify-content: center; }
.sgo-sb-quick-modal.is-open { display: flex; }
.sgo-sb-quick-backdrop { position: absolute; inset: 0; background: rgba(12,9,20,.62); backdrop-filter: blur(3px); }
.sgo-sb-quick-dialog { position: relative; z-index: 2; width: 100%; max-height: 92vh; overflow: auto; border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 -20px 70px rgba(0,0,0,.25); }
.sgo-sb-quick-close { position: sticky; top: 10px; float: right; z-index: 3; width: 44px; height: 44px; margin: 10px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.14); font-size: 28px; cursor: pointer; }
.sgo-sb-quick-body { clear: both; min-height: 220px; }
.sgo-sb-quick-loading { padding: 70px 24px; text-align: center; }
@media (min-width: 768px) {
    .sgo-sb-quick-modal { align-items: center; padding: 30px; }
    .sgo-sb-quick-dialog { width: min(960px, 96vw); border-radius: 22px; }
}


.sgo-responsive-hidden { display:none !important; }

/* Three-section marketplace footer */
.sgo-sb-footer { background:#fff; color:#5f6368; }
.sgo-sb-footer-inner { width:min(100% - 32px, 1440px); margin:0 auto; }
.sgo-sb-footer-intro,.sgo-sb-footer-directory { padding:42px 0; border-top:1px solid #e4e7e5; background:#fff; }
.sgo-sb-footer-intro h2,.sgo-sb-footer-directory h2 { margin:0 0 22px; color:#3f4542; font-size:18px; font-weight:800; text-transform:uppercase; }
.sgo-sb-footer-intro h3 { margin:28px 0 14px; color:#4b514e; font-size:17px; }
.sgo-sb-footer-intro-copy { font-size:15px; line-height:1.65; }
.sgo-sb-footer-trending { font-size:14px; line-height:1.9; }
.sgo-sb-footer-directory-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:30px 42px; }
.sgo-sb-footer-directory-group h3 { margin:0 0 8px; font-size:14px; font-weight:800; text-transform:uppercase; }
.sgo-sb-footer-directory-group a { color:inherit; text-decoration:none; }
.sgo-sb-footer-directory-links { font-size:14px; line-height:1.65; }
.sgo-sb-footer-commerce { padding:50px 0 24px; background:#f7f8f7; border-top:1px solid #e1e4e2; }
.sgo-sb-footer-commerce .sgo-sb-footer-main { display:grid; gap:32px; }
.sgo-sb-footer-commerce .sgo-sb-footer-bottom { margin-top:36px; padding-top:24px; border-top:1px solid #dde1df; }
@media (max-width:1024px){.sgo-sb-footer-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:767px){
 .sgo-sb-footer-inner{width:min(100% - 28px,720px)}
 .sgo-sb-footer-intro,.sgo-sb-footer-directory{padding:28px 0}
 .sgo-sb-footer-directory-grid{grid-template-columns:1fr 1fr;gap:24px 18px}
 .sgo-sb-footer-intro-copy{font-size:14px}
 .sgo-sb-footer-directory-links{font-size:13px}
 .sgo-sb-footer-commerce{padding:26px 0 18px}
}

/* V1.3.3 — three genuinely independent footer sections */
.sgo-sb-footer {
    padding: 0 !important;
    background: transparent !important;
    color: inherit;
    overflow: visible;
}
.sgo-sb-footer-intro,
.sgo-sb-footer-directory,
.sgo-sb-footer-commerce {
    position: relative;
    width: 100%;
    margin: 0;
    border-style: solid;
    border-width: 1px 0 0;
    box-sizing: border-box;
}
.sgo-sb-footer-intro { padding: 42px 0; background: #fff; color: #4b514e; }
.sgo-sb-footer-directory { padding: 42px 0; background: #fff; color: #45248f; }
.sgo-sb-footer-commerce { padding: 50px 0 24px; background: #f7f8f7; color: #343936; }
.sgo-sb-footer-intro .sgo-sb-footer-inner,
.sgo-sb-footer-directory .sgo-sb-footer-inner,
.sgo-sb-footer-commerce .sgo-sb-footer-inner {
    width: min(calc(100% - 32px), 1440px);
    margin: 0 auto;
}
.sgo-sb-footer-intro h2,
.sgo-sb-footer-intro h3,
.sgo-sb-footer-directory h2,
.sgo-sb-footer-directory h3,
.sgo-sb-footer-commerce h3 { color: inherit; }
.sgo-sb-footer-directory-grid { align-items: start; }
.sgo-sb-footer-directory-group { min-width: 0; }
.sgo-sb-footer-directory-links { overflow-wrap: anywhere; }
.sgo-sb-footer-commerce .sgo-sb-footer-main { align-items: start; }
.sgo-sb-footer-commerce .sgo-sb-footer-links a { color: inherit; }
@media (max-width: 767px) {
    .sgo-sb-footer-intro,
    .sgo-sb-footer-directory { padding: 28px 0; }
    .sgo-sb-footer-commerce { padding: 26px 0 18px; }
    .sgo-sb-footer-intro .sgo-sb-footer-inner,
    .sgo-sb-footer-directory .sgo-sb-footer-inner,
    .sgo-sb-footer-commerce .sgo-sb-footer-inner { width: min(calc(100% - 28px), 720px); }
}


/* V1.3.6 — Flash Deals countdown aligned with the section title */
.sgo-sb-header-actions { display:flex; align-items:center; justify-content:flex-end; gap:16px; margin-left:auto; min-width:0; }
.sgo-sb-header-actions .sgo-sb-countdown-wrap { margin:0; flex-wrap:nowrap; }
.sgo-sb-countdown-wrap { display:flex; align-items:center; gap:8px; color:#5f5968; font-size:13px; font-weight:700; white-space:nowrap; }
.sgo-sb-countdown { display:flex; align-items:center; gap:5px; }
.sgo-sb-countdown b { min-width:29px; padding:5px; border-radius:6px; background:#2f1b66; color:#fff; text-align:center; font-variant-numeric:tabular-nums; }
.sgo-sb-countdown i { font-style:normal; font-size:10px; }
.sgo-sb-countdown.is-expired { opacity:.7; }
@media (max-width:767px) {
  .sgo-sb-header { align-items:flex-start; gap:10px; }
  .sgo-sb-header-actions { max-width:58%; gap:8px; }
  .sgo-sb-countdown-wrap > span { display:none; }
  .sgo-sb-countdown { gap:3px; }
  .sgo-sb-countdown b { min-width:23px; padding:4px 3px; font-size:11px; }
  .sgo-sb-countdown i { font-size:8px; }
}

/* v1.4.1 carousel and category image quality fixes */
.sgo-sb-widget[data-sgo-suite-widget="category_grid"] .sgo-sb-media { background:#faf8fd; }
.sgo-sb-widget[data-sgo-suite-widget="category_grid"].sgo-sb-fit-contain .sgo-sb-media img { object-position:center; }
.sgo-sb-widget[data-sgo-suite-widget="category_grid"] .sgo-sb-card { height:100%; }
.sgo-sb-widget[data-sgo-suite-widget="category_grid"] .sgo-sb-card-content { min-height:88px; }
.sgo-sb-track a, .sgo-sb-track img { -webkit-user-drag:none; }

/* v1.5.4 Hero carousel CTA controls */
.sgo-sb-hero-copy .sgo-sb-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sgo-sb-hero-copy .sgo-sb-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.sgo-sb-hero-copy .sgo-sb-action:hover,
.sgo-sb-hero-copy .sgo-sb-action:focus-visible {
    transform: translateY(-1px);
}


/* v1.5.5 Hero CTA padding fix: allow Elementor top/bottom padding to control the real button height. */
.sgo-sb-widget[data-sgo-suite-widget="hero_slider"] .sgo-sb-hero-copy .sgo-sb-actions .sgo-sb-action {
    box-sizing: border-box;
    height: auto;
}


/* Unified product-card overlay actions — shared by every SGO product widget. */
.sgo-sb-product-card { position: relative; }
.sgo-product-media-wrap { position: relative; }
.sgo-product-actions {
    position: absolute;
    z-index: 7;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    pointer-events: none;
}
.sgo-product-actions.is-vertical { flex-direction: column; align-items: flex-end; }
.sgo-product-actions.is-horizontal { flex-direction: row; align-items: center; }
.sgo-product-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 46px;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid rgba(18,59,43,.12);
    border-radius: 999px;
    background: #fff;
    color: #123b2b;
    box-shadow: 0 8px 24px rgba(18,32,25,.14);
    text-decoration: none !important;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    transition: opacity .2s ease, transform .2s ease, background-color .2s ease, color .2s ease;
}
.sgo-product-action svg { width: 22px; height: 22px; flex: 0 0 auto; }
.sgo-product-actions.is-hover .sgo-product-action,
.sgo-product-actions.is-mobile_always .sgo-product-action { opacity: 0; transform: translateY(7px); }
.sgo-sb-product-card:hover .sgo-product-actions.is-hover .sgo-product-action,
.sgo-sb-product-card:focus-within .sgo-product-actions.is-hover .sgo-product-action,
.sgo-sb-product-card:hover .sgo-product-actions.is-mobile_always .sgo-product-action,
.sgo-sb-product-card:focus-within .sgo-product-actions.is-mobile_always .sgo-product-action { opacity: 1; transform: translateY(0); }
.sgo-action-label { white-space: nowrap; font-size: 12px; line-height: 1; }
.sgo-action-label-left .sgo-product-action .sgo-action-label,
.sgo-product-action .sgo-action-label {
    position: absolute;
    right: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    padding: 7px 9px;
    border-radius: 7px;
    background: #123b2b;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}
.sgo-product-action:hover .sgo-action-label,
.sgo-product-action:focus-visible .sgo-action-label { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(-2px); }
.sgo-action-label-below .sgo-product-action .sgo-action-label { right: 50%; top: calc(100% + 8px); transform: translate(50%,0); }
.sgo-action-label-below .sgo-product-action:hover .sgo-action-label,
.sgo-action-label-below .sgo-product-action:focus-visible .sgo-action-label { transform: translate(50%,2px); }
.sgo-action-label-inside .sgo-product-action { min-width: auto; border-radius: 999px; }
.sgo-action-label-inside .sgo-product-action .sgo-action-label { position: static; transform: none; padding: 0; background: transparent !important; color: inherit !important; opacity: 1; visibility: visible; }
@media (hover:none), (pointer:coarse) {
    .sgo-product-actions.is-mobile_always .sgo-product-action { opacity: 1; transform: none; }
    .sgo-product-actions.is-hover .sgo-product-action { opacity: 1; transform: none; }
    .sgo-product-action .sgo-action-label { display: none; }
}

/* v1.5.8 unified product actions */
.sgo-sb-product-card,.sgo-product-media-wrap{position:relative}.sgo-product-actions{z-index:20!important}.sgo-product-actions.is-hover,.sgo-product-actions.is-mobile_always{opacity:1}.sgo-product-actions.is-hover .sgo-product-action,.sgo-product-actions.is-mobile_always .sgo-product-action{opacity:0;transform:translateY(7px)}.sgo-sb-product-card:hover .sgo-product-actions .sgo-product-action,.sgo-sb-product-card:focus-within .sgo-product-actions .sgo-product-action{opacity:1;transform:none}@media(hover:none),(pointer:coarse){.sgo-product-actions .sgo-product-action{opacity:1!important;transform:none!important}}

/* V1.5.9: all SGO product widgets share the same image-overlay actions. */
.sgo-sb-product-card .sgo-product-media-wrap{position:relative;overflow:visible}
.sgo-sb-product-card .sgo-product-actions{position:absolute;top:12px;right:12px;z-index:30;display:flex;pointer-events:auto}
.sgo-sb-product-card:hover .sgo-product-actions .sgo-product-action,
.sgo-sb-product-card:focus-within .sgo-product-actions .sgo-product-action{opacity:1;visibility:visible;transform:none}
