/* =============================================================================
   Intelligent Wellbeing â€” Shop Archive Styles
   Scoped under .iwb-shop so nothing leaks to other pages.
   ========================================================================== */

.iwb-shop {
    --iwb-black: #221e1d;
    --iwb-black-soft: #2e2926;
    --iwb-black-deep: #171311;
    --iwb-orange: #e3905d;
    --iwb-dark-orange: #b45309;
    --iwb-light-orange: #f9a673;
    --iwb-gold: #d6b164;
    --iwb-cream: #f9f5ef;
    --iwb-cream-dark: #ede8df;
    --iwb-white: #ffffff;
    --iwb-text-muted: #6b6460;
    --iwb-border: #e8ddd4;
    --iwb-border-soft: #f0e8dc;
    --iwb-font-heading: 'Recoleta', Georgia, serif;
    --iwb-font-body: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --iwb-img-gradient: linear-gradient(180deg, #fefdfb 0%, #f9f5ef 100%);

    font-family: var(--iwb-font-body);
    color: var(--iwb-black);
    background: var(--iwb-white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: visible;
}

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

.iwb-shop-hero {
    background:
        radial-gradient(circle at top, rgba(227, 144, 93, 0.15), transparent 42%),
        linear-gradient(180deg, #fbf7f1 0%, #f5eee4 100%);
    border-bottom: 1px solid var(--iwb-border);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 84px 40px 68px;
    text-align: center;
}

.iwb-shop-hero-inner {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 8px;
}

.iwb-shop-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(180, 83, 9, 0.08);
    border: 1px solid rgba(180, 83, 9, 0.2);
    color: var(--iwb-dark-orange);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 24px;
}

.iwb-shop-stars-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 28px;
}

.iwb-shop-stars {
    display: flex;
    gap: 3px;
    color: var(--iwb-dark-orange);
    font-size: 20px;
}

.iwb-shop-stars-text {
    font-size: 12px;
    font-weight: 700;
    color: var(--iwb-text-muted);
    letter-spacing: 0.03em;
}

.iwb-shop-headline {
    font-family: var(--iwb-font-heading);
    font-size: clamp(42px, 5.4vw, 72px);
    font-weight: 500;
    line-height: 1.01;
    color: var(--iwb-black);
    margin: 0 0 20px;
    letter-spacing: -1.4px;
}

.iwb-shop-headline em {
    display: inline-block;
    font-style: italic;
    color: var(--iwb-dark-orange);
    font-weight: 400;
}

.iwb-shop-subhead {
    font-size: 15px;
    color: var(--iwb-text-muted);
    max-width: 540px;
    margin: 0 auto 26px;
    line-height: 1.8;
    font-weight: 500;
}

.iwb-shop-hero-divider {
    display: none;
}

.iwb-shop-hero-micro {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--iwb-text-muted);
    margin: 0;
}

.iwb-shop-hero-micro span {
    color: var(--iwb-orange);
    margin: 0 6px;
}

.iwb-shop-staples {
    background:
        radial-gradient(circle at top right, rgba(214, 177, 100, 0.18), transparent 28%),
        linear-gradient(180deg, #1d1816 0%, #241d1a 100%);
    color: var(--iwb-cream);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 44px 32px 40px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.iwb-shop-staples-header,
.iwb-shop-staples .iwb-shop-slider,
.iwb-shop-staples .iwb-shop-loyalty {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.iwb-shop-staples .iwb-shop-slider {
    margin: 0 auto;
}

.iwb-shop-staples .iwb-shop-slider-track {
    padding-left: 0;
    padding-right: 0;
}

.iwb-shop-staples-header,
.iwb-shop-category-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
    margin-bottom: 28px;
}

.iwb-shop-category-heading {
    max-width: 620px;
}

.iwb-shop-eyebrow,
.iwb-shop-category-eyebrow,
.iwb-shop-loyalty-kicker {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--iwb-dark-orange);
    margin-bottom: 14px;
}

.iwb-shop-staples .iwb-shop-eyebrow {
    color: var(--iwb-gold);
}

.iwb-shop-staples-title,
.iwb-shop-category-title,
.iwb-shop-loyalty-title {
    font-family: var(--iwb-font-heading);
    font-size: clamp(32px, 3.3vw, 48px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -0.6px;
    margin: 0 0 10px;
}

.iwb-shop-category-title {
    font-size: clamp(26px, 2.8vw, 38px);
    color: var(--iwb-black);
    position: relative;
    padding-left: 20px;
}

.iwb-shop-category-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.38em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--iwb-orange) 0%, var(--iwb-dark-orange) 100%);
    box-shadow: 0 0 0 4px rgba(227, 144, 93, 0.12);
}

.iwb-shop-staples-title {
    color: var(--iwb-white);
}

.iwb-shop-staples-title em,
.iwb-shop-category-title em,
.iwb-shop-loyalty-title em {
    font-style: italic;
    font-weight: 400;
}

.iwb-shop-staples-title em {
    color: var(--iwb-gold);
}

.iwb-shop-category-title em {
    color: var(--iwb-dark-orange);
}

.iwb-shop-loyalty-title {
    color: var(--iwb-cream);
    font-size: clamp(28px, 2.8vw, 42px);
}

.iwb-shop-loyalty-title em {
    color: var(--iwb-gold);
}

.iwb-shop-staples-sub,
.iwb-shop-category-sub,
.iwb-shop-loyalty-text {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

.iwb-shop-staples-sub {
    color: rgba(249, 245, 239, 0.76);
    max-width: 470px;
}

.iwb-shop-category-sub {
    color: var(--iwb-text-muted);
    max-width: 560px;
}

.iwb-shop-filters {
    border-top: 1px solid var(--iwb-border);
    border-bottom: 1px solid var(--iwb-border);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 14px 22px 18px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: static;
    z-index: 50;
}

.iwb-shop-filter-hint {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--iwb-dark-orange);
}

.iwb-shop-filter-hint-arrows {
    font-size: 13px;
    letter-spacing: 0.22em;
}

.iwb-shop-filters-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.iwb-shop .iwb-pill {
    font-family: var(--iwb-font-body) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 9px 16px;
    border: 1px solid var(--iwb-border);
    background: transparent;
    color: var(--iwb-black);
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.3;
}

.iwb-pill:hover {
    border-color: var(--iwb-black);
}

.iwb-shop .iwb-pill.iwb-pill-active {
    background: var(--iwb-black) !important;
    color: var(--iwb-cream) !important;
    border-color: var(--iwb-black) !important;
}

.iwb-shop-sliders {
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px 40px 0;
}

.iwb-shop-loyalty {
    margin: 26px 0 0;
    padding-top: 20px;
    border-top: 1px solid rgba(214, 177, 100, 0.16);
}

.iwb-shop-loyalty-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(214, 177, 100, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--iwb-gold);
    font-family: var(--iwb-font-body);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s ease;
}

.iwb-shop-loyalty-toggle:hover {
    background: rgba(214, 177, 100, 0.14);
    border-color: var(--iwb-gold);
}

.iwb-shop-loyalty-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.iwb-shop-loyalty.iwb-shop-loyalty-expanded .iwb-shop-loyalty-panel {
    max-height: 420px;
    opacity: 1;
    margin-top: 18px;
}

.iwb-shop-loyalty-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    padding: 32px 34px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 177, 100, 0.16), transparent 30%),
        linear-gradient(135deg, #201916 0%, #2a211d 100%);
    color: var(--iwb-cream);
    border: 1px solid rgba(214, 177, 100, 0.28);
}

.iwb-shop-loyalty-copy {
    max-width: 650px;
}

.iwb-shop-loyalty-text {
    color: rgba(249, 245, 239, 0.78);
}

.iwb-shop-loyalty-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.iwb-shop-loyalty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-family: var(--iwb-font-body);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.iwb-shop-loyalty-btn-primary {
    background: var(--iwb-gold);
    color: var(--iwb-black-deep);
}

.iwb-shop-loyalty-btn-primary:hover {
    background: #e1bf7a;
    color: var(--iwb-black-deep);
}

.iwb-shop-loyalty-btn-secondary {
    border: 1px solid rgba(249, 245, 239, 0.24);
    color: var(--iwb-cream);
}

.iwb-shop-loyalty-btn-secondary:hover {
    border-color: var(--iwb-gold);
    color: var(--iwb-gold);
}

.iwb-shop-category {
    padding: 56px 0 28px;
    border-bottom: 1px solid var(--iwb-border);
}

.iwb-shop-category:last-child {
    border-bottom: none;
    padding-bottom: 72px;
}

.iwb-shop-slider-controls {
    display: flex;
    gap: 8px;
}

.iwb-slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--iwb-border);
    background: var(--iwb-white);
    color: var(--iwb-black);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: var(--iwb-font-body);
}

.iwb-slider-btn:hover:not(:disabled) {
    background: var(--iwb-black);
    color: var(--iwb-cream);
    border-color: var(--iwb-black);
}

.iwb-slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.iwb-shop-staples .iwb-slider-btn {
    background: rgba(255, 255, 255, 0.06);
    color: var(--iwb-gold);
    border-color: rgba(214, 177, 100, 0.28);
}

.iwb-shop-staples .iwb-slider-btn:hover:not(:disabled) {
    background: var(--iwb-gold);
    color: var(--iwb-black-deep);
    border-color: var(--iwb-gold);
}

.iwb-shop-slider {
    overflow: hidden;
    position: relative;
    margin: 0 -12px;
}

.iwb-shop-slider-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 4px 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.iwb-shop-slider-track::-webkit-scrollbar {
    display: none;
}

.iwb-shop-slider-track > .iwb-card {
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start;
    min-width: 0;
    align-self: stretch;
    display: flex;
}

.iwb-card {
    background: var(--iwb-white);
    border: 1px solid var(--iwb-border-soft);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.iwb-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 26px rgba(34, 30, 29, 0.08);
    border-color: var(--iwb-black);
}

.iwb-card-img-link {
    display: block;
    text-decoration: none;
}

.iwb-card-img {
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    background: var(--iwb-img-gradient);
}

.iwb-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.25s ease;
}

.iwb-card:hover .iwb-card-img img {
    transform: scale(1.03);
}

.iwb-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--iwb-white);
    line-height: 1.4;
    z-index: 2;
}

.iwb-card-badge-sale {
    background: var(--iwb-dark-orange);
}

.iwb-card-badge-new {
    background: var(--iwb-orange);
    color: var(--iwb-black);
}

.iwb-card-badge-partial,
.iwb-card-badge-oos {
    background: var(--iwb-black);
    color: var(--iwb-cream);
}

.iwb-card-body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    min-height: 0;
}

.iwb-card-body > .iwb-atc-btn,
.iwb-card-body > .iwb-variation-selector {
    margin-top: auto;
}

.iwb-card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.iwb-card-stars {
    display: inline-flex;
    gap: 1px;
    font-size: 11px;
    color: var(--iwb-border);
    line-height: 1;
}

.iwb-card-stars .filled {
    color: var(--iwb-dark-orange);
}

.iwb-card-review-count {
    font-size: 11px;
    color: var(--iwb-text-muted);
    font-weight: 600;
}

.iwb-card-title {
    font-family: var(--iwb-font-heading);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.12px;
}

.iwb-card-title a {
    color: var(--iwb-black);
    text-decoration: none;
}

.iwb-card-title a:hover {
    color: var(--iwb-dark-orange);
}

.iwb-card-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.iwb-benefit-pill {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    padding: 3px 9px;
    background: var(--iwb-cream);
    color: var(--iwb-text-muted);
    border-radius: 999px;
}

.iwb-card-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--iwb-black);
    margin-top: 2px;
}

.iwb-card-price .iw-old-price {
    font-size: 11px;
    color: var(--iwb-text-muted);
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-bottom: 2px;
    display: block;
}

.iwb-card-price .iw-old-price del {
    color: var(--iwb-text-muted);
}

.iwb-card-price ins {
    background: transparent;
    text-decoration: none;
}

.iwb-card-price del {
    opacity: 0.5;
    margin-right: 6px;
    font-weight: 500;
}

.iwb-card .wlr-product-message,
.iwb-card .bos4w-or-subscribe,
.iwb-card .screen-reader-text,
.iwb-card .iwb-oos-badge {
    display: none !important;
}

.iwb-shop-staples .iwb-card {
    background: transparent;
    border: 1px solid rgba(214, 177, 100, 0.22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.iwb-shop-staples .iwb-card:hover {
    border-color: rgba(214, 177, 100, 0.55);
}

.iwb-shop-staples .iwb-card-img {
    background: linear-gradient(180deg, #f7f0e4 0%, #efe5d2 100%);
}

.iwb-shop-staples .iwb-card-body {
    background: linear-gradient(180deg, #221b18 0%, #191412 100%);
    border-top: 1px solid rgba(214, 177, 100, 0.12);
}

.iwb-shop-staples .iwb-card-title a,
.iwb-shop-staples .iwb-card-price,
.iwb-shop-staples .iwb-card-review-count {
    color: var(--iwb-cream);
}

.iwb-shop-staples .iwb-card-title a:hover {
    color: var(--iwb-gold);
}

.iwb-shop-staples .iwb-card-stars {
    color: rgba(214, 177, 100, 0.22);
}

.iwb-shop-staples .iwb-card-stars .filled {
    color: var(--iwb-gold);
}

.iwb-shop-staples .iwb-benefit-pill {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(249, 245, 239, 0.82);
    border: 1px solid rgba(214, 177, 100, 0.16);
}

.iwb-variation-selector {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
}

.iwb-attr-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.iwb-shop .iwb-attr-label {
    font-family: var(--iwb-font-body) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--iwb-text-muted);
}

.iwb-attr-select-wrap {
    position: relative;
}

.iwb-attr-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
    color: var(--iwb-text-muted);
}

.iwb-shop .iwb-attr-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-family: var(--iwb-font-body) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 11px 38px 11px 12px;
    border: 1px solid var(--iwb-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--iwb-black);
    line-height: 1.35;
    cursor: pointer;
}

.iwb-shop .iwb-attr-select:focus {
    outline: none;
    border-color: var(--iwb-dark-orange);
    box-shadow: 0 0 0 3px rgba(227, 144, 93, 0.14);
}

.iwb-shop .iwb-attr-select:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.iwb-shop .iwb-attr-select option[disabled] {
    color: #9b948d;
}

.iwb-shop .iwb-attr-pill {
    font-family: var(--iwb-font-body) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 12px;
    border: 1px solid var(--iwb-border);
    background: transparent;
    color: var(--iwb-black);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.15s ease;
    line-height: 1.3;
}

.iwb-attr-pill:hover:not(.iwb-attr-pill-disabled):not(.iwb-attr-pill-active) {
    border-color: var(--iwb-black);
}

.iwb-shop .iwb-attr-pill.iwb-attr-pill-active {
    background: var(--iwb-black) !important;
    color: var(--iwb-cream) !important;
    border-color: var(--iwb-black) !important;
}

.iwb-attr-pill.iwb-attr-pill-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    text-decoration: line-through;
}

.iwb-shop-staples .iwb-attr-label {
    color: rgba(249, 245, 239, 0.58);
}

.iwb-shop-staples .iwb-attr-select-wrap::after {
    color: rgba(249, 245, 239, 0.72);
}

.iwb-shop-staples .iwb-attr-select {
    border-color: rgba(214, 177, 100, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: var(--iwb-cream);
}

.iwb-shop-staples .iwb-attr-select:focus {
    border-color: var(--iwb-gold);
    box-shadow: 0 0 0 3px rgba(214, 177, 100, 0.14);
}

.iwb-shop-staples .iwb-attr-pill {
    border-color: rgba(214, 177, 100, 0.2);
    color: var(--iwb-cream);
    background: rgba(255, 255, 255, 0.03);
}

.iwb-shop-staples .iwb-attr-pill:hover:not(.iwb-attr-pill-disabled):not(.iwb-attr-pill-active) {
    border-color: var(--iwb-gold);
}

.iwb-shop-staples .iwb-attr-pill.iwb-attr-pill-active {
    background: var(--iwb-gold) !important;
    color: var(--iwb-black-deep) !important;
    border-color: var(--iwb-gold) !important;
}

.iwb-variation-message {
    font-size: 11px;
    color: var(--iwb-dark-orange);
    font-weight: 700;
    min-height: 14px;
    letter-spacing: 0.01em;
}

.iwb-shop-staples .iwb-variation-message {
    color: var(--iwb-gold);
}

.iwb-variation-message:empty {
    display: none;
}

.iwb-shop .iwb-atc-btn {
    font-family: var(--iwb-font-body) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 14px 20px;
    background: var(--iwb-black);
    color: var(--iwb-cream);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
    line-height: 1.4;
    position: relative;
    overflow: hidden;
}

.iwb-card .added_to_cart {
    display: none !important;
}

.iwb-atc-btn:hover:not(:disabled):not(.iwb-atc-disabled) {
    background: var(--iwb-black-soft);
    color: var(--iwb-cream);
}

.iwb-atc-btn.iwb-atc-ready {
    box-shadow: inset 3px 0 0 var(--iwb-orange);
}

.iwb-atc-btn:disabled,
.iwb-atc-btn.iwb-atc-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.iwb-atc-btn.iwb-atc-loading {
    opacity: 0.7;
    cursor: wait;
}

.iwb-atc-btn.iwb-atc-success {
    background: var(--iwb-dark-orange);
    color: var(--iwb-white);
    box-shadow: none;
}

.iwb-atc-btn.iwb-atc-link {
    background: transparent;
    color: var(--iwb-black);
    border: 1px solid var(--iwb-black);
    padding: 12px 20px;
}

.iwb-atc-btn.iwb-atc-link:hover {
    background: var(--iwb-black);
    color: var(--iwb-cream);
}

.iwb-shop-staples .iwb-atc-btn {
    background: var(--iwb-gold);
    color: var(--iwb-black-deep);
}

.iwb-shop-staples .iwb-atc-btn:hover:not(:disabled):not(.iwb-atc-disabled) {
    background: #e1bf7a;
    color: var(--iwb-black-deep);
}

.iwb-shop-staples .iwb-atc-btn.iwb-atc-ready {
    box-shadow: inset 3px 0 0 var(--iwb-orange);
}

.iwb-shop-staples .iwb-atc-btn.iwb-atc-link {
    background: transparent;
    color: var(--iwb-cream);
    border-color: rgba(214, 177, 100, 0.3);
}

.iwb-shop-staples .iwb-atc-btn.iwb-atc-link:hover {
    background: rgba(255, 255, 255, 0.08);
}

.iwb-shop [data-section].iwb-section-hidden {
    display: none;
}

body.cfw-side-cart-open,
body.cfw-open {
    overflow: hidden !important;
}

@media (max-width: 1024px) {
    .iwb-shop-slider-track > .iwb-card {
        flex: 0 0 calc(33.333% - 14px);
    }

    .iwb-shop-loyalty.iwb-shop-loyalty-expanded .iwb-shop-loyalty-panel {
        max-height: 520px;
    }

    .iwb-shop-loyalty-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .iwb-shop-loyalty-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .iwb-shop-hero {
        padding: 62px 24px 54px;
    }

    .iwb-shop-hero-inner {
        padding: 0 10px;
    }

    .iwb-shop-staples {
        padding: 34px 22px 30px;
    }

    .iwb-shop-sliders {
        padding: 8px 24px 0;
    }

    .iwb-shop-filters {
        padding: 22px 16px 10px;
        border-bottom: none;
    }

    .iwb-shop-filter-hint {
        display: flex;
        margin-bottom: 14px;
    }

    .iwb-shop-sliders .iwb-shop-category:first-child {
        padding-top: 26px;
    }

    .iwb-shop-category {
        padding: 36px 0 22px;
    }

    .iwb-shop-staples-header,
    .iwb-shop-category-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .iwb-shop-slider-track > .iwb-card {
        flex: 0 0 calc(50% - 10px);
    }

    .iwb-card-body {
        padding: 14px;
        gap: 8px;
    }

    .iwb-card-title {
        font-size: 15px;
    }

    .iwb-variation-selector {
        margin-top: auto;
        padding-top: 8px;
        gap: 8px;
    }

    .iwb-attr-group {
        gap: 5px;
    }

    .iwb-attr-pills {
        gap: 4px;
    }

    .iwb-atc-btn {
        padding: 12px 18px;
        font-size: 12px;
    }

    .iwb-shop-loyalty-toggle {
        font-size: 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .iwb-shop-hero {
        padding: 54px 22px 42px;
    }

    .iwb-shop-hero-inner {
        padding: 0 14px;
    }

    .iwb-shop-subhead {
        font-size: 14px;
    }

    .iwb-shop-filters-inner {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .iwb-shop-filters-inner::-webkit-scrollbar {
        display: none;
    }

    .iwb-pill {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .iwb-shop-slider-track > .iwb-card {
        flex: 0 0 82%;
    }

    .iwb-shop-staples {
        padding-left: 18px;
        padding-right: 18px;
    }

    .iwb-shop-slider-controls {
        display: none;
    }

    .iwb-shop-loyalty-inner {
        padding: 24px 20px;
    }

    .iwb-shop-loyalty-actions,
    .iwb-shop-loyalty-btn {
        width: 100%;
    }

    .iwb-shop-loyalty-btn {
        justify-content: center;
    }
}