.swpe-product,
.swpe-product * {
    box-sizing: border-box;
}

.swpe-waitlist {
    display: grid !important;
    width: 100% !important;
    max-width: 680px !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px 18px !important;
    box-sizing: border-box !important;
    margin: 18px 0 0 !important;
    border: 1px solid #efb8e3 !important;
    border-radius: 8px !important;
    background: #fff7fc !important;
    padding: 18px !important;
    color: #3d1740 !important;
}

.swpe-waitlist[hidden] {
    display: none !important;
}

.swpe-waitlist__icon {
    display: grid !important;
    width: 52px !important;
    height: 52px !important;
    place-items: center !important;
    border-radius: 8px !important;
    background: #d946b6 !important;
    color: #fff !important;
}

.swpe-waitlist__icon svg {
    width: 24px !important;
    height: 24px !important;
}

.swpe-waitlist__copy {
    min-width: 0 !important;
}

.swpe-waitlist__copy h2 {
    margin: 0 0 6px !important;
    color: #3d1740 !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__copy p,
.swpe-waitlist__copy strong {
    margin: 0 !important;
    color: #6d3b67 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__form,
.swpe-waitlist__message {
    grid-column: 1 / -1 !important;
}

.swpe-waitlist__form {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.swpe-waitlist__form[hidden],
.swpe-waitlist__message[hidden] {
    display: none !important;
}

.swpe-waitlist__form label:not(.swpe-waitlist__consent) {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 7px !important;
    margin: 0 !important;
    color: #3d1740 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__form label:not(.swpe-waitlist__consent) span {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.swpe-waitlist__form input[type="email"],
.swpe-waitlist__form input[type="text"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
    float: none !important;
    border: 2px solid #ead4e8 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    box-shadow: none !important;
}

.swpe-waitlist__form input:focus {
    border-color: #d946b6 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .14) !important;
}

.swpe-waitlist__consent {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    margin: 2px 0 !important;
    color: #6d3b67 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__consent input {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 1px 0 0 !important;
    accent-color: #d946b6 !important;
}

.swpe-waitlist__form button,
.swpe-waitlist__form button[type="submit"],
.swpe-waitlist button.swpe-waitlist__submit {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #d946b6 !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

.swpe-waitlist__form button:hover,
.swpe-waitlist__form button[type="submit"]:hover,
.swpe-waitlist button.swpe-waitlist__submit:hover {
    background: #a8268e !important;
}

@media (max-width: 640px) {
    .swpe-waitlist {
        max-width: none !important;
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 12px 14px !important;
        padding: 14px !important;
    }

    .swpe-waitlist__icon {
        width: 44px !important;
        height: 44px !important;
    }

    .swpe-waitlist__copy h2 {
        font-size: 21px !important;
    }
}

/* Dedicated Silkworms route: purchase first, supporting ranges second. */
.swpe-silkworms {
    --swpe-silk-ink: #172033;
    --swpe-silk-text: #344158;
    --swpe-silk-muted: #66758a;
    --swpe-silk-pink: #cf2eaa;
    --swpe-silk-pink-dark: #a8268e;
    --swpe-silk-pink-wash: #fff3fc;
    --swpe-silk-blue: #28a6de;
    --swpe-silk-blue-wash: #edf9ff;
    --swpe-silk-green: #287743;
    --swpe-silk-green-wash: #edf9f1;
    --swpe-silk-line: #dce5ef;
    --swpe-silk-shadow: 0 18px 44px rgba(23, 32, 51, .10);
    display: grid;
    gap: 22px;
    width: min(1260px, calc(100% - 32px));
    margin: 24px auto 68px;
    color: var(--swpe-silk-text);
}

.swpe-silkworms a {
    text-decoration: none !important;
}

.swpe-silkworms__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
    min-height: 520px;
    border: 1px solid var(--swpe-silk-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 88% 15%, rgba(40, 166, 222, .20), transparent 34%),
        radial-gradient(circle at 12% 88%, rgba(207, 46, 170, .12), transparent 30%),
        #fff;
    box-shadow: var(--swpe-silk-shadow);
    overflow: hidden;
}

.swpe-silkworms__hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vw, 68px);
}

.swpe-silkworms__eyebrow,
.swpe-silkworms__section-head > div > span,
.swpe-silkworms__closing > div:first-child > span {
    color: var(--swpe-silk-pink-dark);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.swpe-silkworms h1,
.swpe-silkworms__hero h1 {
    max-width: 720px;
    margin: 14px 0 16px !important;
    color: var(--swpe-silk-ink) !important;
    font-size: clamp(42px, 5vw, 68px) !important;
    font-weight: 950 !important;
    letter-spacing: -.045em !important;
    line-height: .98 !important;
}

.swpe-silkworms__hero-copy > p {
    max-width: 640px;
    margin: 0 !important;
    color: var(--swpe-silk-text) !important;
    font-size: clamp(17px, 1.7vw, 21px) !important;
    font-weight: 600;
    line-height: 1.52;
}

.swpe-silkworms__rating {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-top: 22px;
}

.swpe-silkworms__rating > span {
    color: #e49a18;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
}

.swpe-silkworms__rating strong {
    color: var(--swpe-silk-ink);
    font-size: 16px;
    font-weight: 950;
}

.swpe-silkworms__rating small {
    color: var(--swpe-silk-muted);
    font-size: 14px;
    font-weight: 800;
}

.swpe-silkworms__hero-actions,
.swpe-silkworms__closing > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.swpe-silkworms__hero-actions a,
.swpe-silkworms__closing > div:last-child a,
.swpe-silkworms__fallback {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--swpe-silk-line);
    border-radius: 10px;
    background: #fff;
    color: var(--swpe-silk-ink) !important;
    font-size: 14px;
    font-weight: 950;
    padding: 0 18px;
}

.swpe-silkworms a.swpe-silkworms__primary,
.swpe-silkworms__fallback {
    border-color: var(--swpe-silk-pink);
    background: var(--swpe-silk-pink);
    color: #fff !important;
}

.swpe-silkworms__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 25px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-silkworms__trust li {
    position: relative;
    margin: 0 !important;
    color: var(--swpe-silk-muted);
    font-size: 12px;
    font-weight: 850;
    padding-left: 18px;
}

.swpe-silkworms__trust li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--swpe-silk-green);
    content: "✓";
    font-weight: 950;
}

.swpe-silkworms__hero-visual {
    position: relative;
    display: grid;
    min-height: 100%;
    place-items: center;
    background: linear-gradient(145deg, rgba(237, 249, 255, .82), rgba(255, 243, 252, .90));
    padding: clamp(24px, 4vw, 52px);
}

.swpe-silkworms__image {
    display: flex;
    width: min(100%, 470px);
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(255, 255, 255, .66);
    box-shadow: 0 24px 60px rgba(40, 73, 104, .12);
    padding: 40px;
}

.swpe-silkworms__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.swpe-silkworms__visual-note {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    border: 1px solid rgba(220, 229, 239, .9);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 30px rgba(23, 32, 51, .10);
    padding: 16px 18px;
}

.swpe-silkworms__visual-note span,
.swpe-silkworms__visual-note strong {
    display: block;
}

.swpe-silkworms__visual-note span {
    color: var(--swpe-silk-pink-dark);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-silkworms__visual-note strong {
    margin-top: 4px;
    color: var(--swpe-silk-ink);
    font-size: 15px;
    line-height: 1.35;
}

.swpe-silkworms__journeys {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.swpe-silkworms__journeys a {
    position: relative;
    display: grid;
    gap: 4px;
    min-height: 104px;
    align-content: center;
    border: 1px solid var(--swpe-silk-line);
    border-radius: 12px;
    background: #fff;
    color: var(--swpe-silk-text) !important;
    padding: 16px 42px 16px 17px;
}

.swpe-silkworms__journeys a:hover {
    border-color: var(--swpe-silk-pink);
    box-shadow: 0 10px 24px rgba(23, 32, 51, .07);
}

.swpe-silkworms__journeys strong {
    color: var(--swpe-silk-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-silkworms__journeys span {
    color: var(--swpe-silk-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.swpe-silkworms__journeys b {
    position: absolute;
    top: 50%;
    right: 16px;
    color: var(--swpe-silk-pink);
    font-size: 20px;
    transform: translateY(-50%);
}

.swpe-silkworms__purchase,
.swpe-silkworms__sizes,
.swpe-silkworms__support {
    scroll-margin-top: 110px;
    border: 1px solid var(--swpe-silk-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(23, 32, 51, .06);
    padding: clamp(20px, 3vw, 34px);
}

.swpe-silkworms__purchase {
    background: linear-gradient(180deg, var(--swpe-silk-pink-wash), #fff 220px);
}

.swpe-silkworms__section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
    gap: 24px;
    align-items: end;
    margin-bottom: 20px;
}

.swpe-silkworms__section-head h2,
.swpe-silkworms__closing h2 {
    margin: 5px 0 0 !important;
    color: var(--swpe-silk-ink) !important;
    font-size: clamp(28px, 3.3vw, 42px) !important;
    font-weight: 950 !important;
    letter-spacing: -.035em !important;
    line-height: 1.05 !important;
}

.swpe-silkworms__section-head > p,
.swpe-silkworms__closing p {
    margin: 0 !important;
    color: var(--swpe-silk-muted) !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.5;
}

.swpe-silkworms__section-head > a {
    align-self: center;
    color: var(--swpe-silk-pink-dark) !important;
    font-size: 13px;
    font-weight: 950;
    text-align: right;
}

.swpe-livefood-enhance--embedded {
    margin: 0;
    overflow: visible;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__bar {
    border-color: #e8cde2;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 255, 255, .86);
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__grid {
    grid-template-columns: 1fr;
    border: 1px solid #e8cde2;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: #fff;
    padding: 12px;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__card {
    grid-column: 1 / -1;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__card > .swpe-livefood-enhance__image > span {
    display: none;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__options {
    border-top-color: #eadce7;
    background: #fff;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity {
    display: grid;
    grid-template-columns: 46px minmax(72px, 1fr) 46px;
    width: min(100%, 176px);
    min-height: 46px;
    overflow: hidden;
    border: 2px solid rgba(203, 74, 178, .28);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(23, 32, 51, .07);
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity button {
    display: grid;
    min-width: 0;
    min-height: 44px;
    place-items: center;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff4fb !important;
    color: var(--swpe-lfe-magenta) !important;
    cursor: pointer;
    font-size: 18px !important;
    font-weight: 950 !important;
    padding: 0 !important;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity button:hover,
.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity button:focus-visible {
    background: var(--swpe-lfe-magenta) !important;
    color: #fff !important;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity input {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    border: 0 !important;
    border-right: 1px solid #efd2e7 !important;
    border-left: 1px solid #efd2e7 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--swpe-silk-ink) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    text-align: center;
    appearance: textfield;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity input::-webkit-outer-spin-button,
.swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-quantity input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.swpe-livefood-enhance--embedded .swpe-livefood-enhance__stock-note {
    margin: 0 !important;
    color: var(--swpe-silk-green) !important;
    font-size: 12px !important;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (min-width: 900px) {
    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__card.is-expanded .swpe-livefood-enhance__options {
        grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
        align-content: start;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-main {
        grid-column: 1;
        grid-row: 1 / span 6;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__packs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__step--purchase {
        grid-column: 2;
        grid-row: 1;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__step--quantity {
        grid-column: 2;
        grid-row: 2;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__stock-note {
        grid-column: 2;
        grid-row: 3;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__waitlist-panel,
    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__waitlist-link {
        grid-column: 2;
        grid-row: 4;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__option-submit {
        grid-column: 2;
        grid-row: 5;
        justify-self: stretch;
        width: 100%;
        margin-top: 0;
    }
}

.swpe-silkworms__size-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-silkworms__size-grid > li {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    border: 1px solid var(--swpe-silk-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(23, 32, 51, .055);
    overflow: hidden;
    padding: 12px;
}

.swpe-silkworms__size-number {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--swpe-silk-pink-wash);
    color: var(--swpe-silk-pink-dark);
    font-size: 12px;
    font-weight: 950;
}

.swpe-silkworms__size-rule {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px 18px;
    align-items: center;
    margin: 0 0 18px;
    border: 1px solid #c9dfef;
    border-radius: 12px;
    background: linear-gradient(135deg, #effbf5, #eefbff);
    padding: 14px 16px;
}

.swpe-silkworms__size-rule strong {
    color: var(--swpe-silk-ink);
    font-size: 13px;
    font-weight: 950;
}

.swpe-silkworms__size-rule span {
    color: var(--swpe-silk-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.swpe-silkworms__size-rule a {
    color: var(--swpe-silk-pink-dark) !important;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-silkworms__size-photo {
    display: flex;
    height: 132px;
    align-items: center;
    justify-content: center;
    margin: -12px -12px 12px;
    background: linear-gradient(145deg, var(--swpe-silk-blue-wash), var(--swpe-silk-pink-wash));
    padding: 14px 30px 8px;
}

.swpe-silkworms__size-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.swpe-silkworms__size-name {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    align-items: baseline;
}

.swpe-silkworms__size-name h3 {
    margin: 0 !important;
    color: var(--swpe-silk-ink) !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    letter-spacing: -.02em;
    line-height: 1.15 !important;
}

.swpe-silkworms__size-name strong {
    color: var(--swpe-silk-pink-dark);
    font-size: 15px;
    font-weight: 950;
}

.swpe-silkworms__size-name small {
    color: var(--swpe-silk-muted);
    font-size: 11px;
    font-weight: 800;
}

.swpe-silkworms__size-meter {
    position: relative;
    height: 27px;
    margin-top: 11px;
    border-top: 1px solid #b9c9d9;
    background: repeating-linear-gradient(90deg, transparent 0, transparent calc(10% - 1px), rgba(37, 70, 103, .18) calc(10% - 1px), rgba(37, 70, 103, .18) 10%);
}

.swpe-silkworms__size-meter i {
    position: absolute;
    top: -3px;
    left: 0;
    width: max(7px, var(--swpe-silk-size));
    height: 5px;
    border-radius: 999px;
    background: var(--swpe-silk-pink);
}

.swpe-silkworms__size-meter span {
    position: absolute;
    top: 8px;
    color: var(--swpe-silk-muted);
    font-size: 9px;
    font-weight: 850;
}

.swpe-silkworms__size-meter span:first-of-type {
    left: 0;
}

.swpe-silkworms__size-meter span:last-of-type {
    right: 0;
}

.swpe-silkworms__size-pets {
    flex: 1 1 auto;
    margin-top: 4px;
    border-top: 1px solid var(--swpe-silk-line);
    padding-top: 10px;
}

.swpe-silkworms__size-pets > b {
    color: var(--swpe-silk-muted);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.swpe-silkworms__size-pets ul {
    display: grid;
    gap: 6px;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-silkworms__size-pets li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    margin: 0 !important;
    color: var(--swpe-silk-text);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.swpe-silkworms__size-pets img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--swpe-silk-blue-wash);
    object-fit: cover;
}

.swpe-silkworms__size-choice {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border: 1px solid #e8cde2;
    border-radius: 8px;
    background: var(--swpe-silk-pink-wash);
    color: var(--swpe-silk-pink-dark) !important;
    font-size: 12px;
    font-weight: 950;
}

.swpe-silkworms__size-choice:hover,
.swpe-silkworms__size-choice:focus-visible {
    border-color: var(--swpe-silk-pink);
    background: var(--swpe-silk-pink);
    color: #fff !important;
}

.swpe-silkworms__size-note {
    margin: 14px 0 0 !important;
    color: var(--swpe-silk-muted) !important;
    font-size: 11px !important;
    font-weight: 700;
    line-height: 1.45;
}

.swpe-silkworms__subscription-kit {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 0 18px;
    border: 1px solid rgba(201, 42, 160, .22);
    border-radius: 14px;
    background: linear-gradient(135deg, #fff8fd, #f1fbff);
    color: var(--swpe-silk-ink);
    padding: 10px 12px 10px 10px;
    box-shadow: 0 9px 24px rgba(23, 32, 51, .06);
    text-decoration: none !important;
}

.swpe-silkworms__subscription-kit img {
    width: 82px !important;
    height: 68px !important;
    max-width: 82px !important;
    border-radius: 10px;
    background: #fff;
    object-fit: contain !important;
}

.swpe-silkworms__subscription-kit span,
.swpe-silkworms__subscription-kit small,
.swpe-silkworms__subscription-kit strong,
.swpe-silkworms__subscription-kit b {
    display: block;
}

.swpe-silkworms__subscription-kit small {
    color: var(--swpe-silk-pink-dark);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.swpe-silkworms__subscription-kit strong {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.25;
}

.swpe-silkworms__subscription-kit b {
    margin-top: 3px;
    color: var(--swpe-silk-muted);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.3;
}

.swpe-silkworms__subscription-kit em {
    color: var(--swpe-silk-pink-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-silkworms__keeper-pro {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) minmax(190px, 220px);
    gap: clamp(18px, 2.5vw, 30px);
    align-items: center;
    border: 1px solid #cfe4ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at 4% 12%, rgba(40, 166, 222, .16), transparent 30%),
        linear-gradient(135deg, #f4fbff, #fff7fd 74%);
    padding: clamp(16px, 2.2vw, 24px);
    box-shadow: 0 14px 34px rgba(23, 32, 51, .07);
}

.swpe-silkworms__keeper-pro-image {
    display: flex;
    width: 140px;
    min-height: 120px;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 14px;
    background: rgba(255, 255, 255, .72);
    padding: 14px;
}

.swpe-silkworms__keeper-pro-image img {
    width: auto !important;
    height: auto !important;
    max-width: 112px !important;
    max-height: 104px !important;
    object-fit: contain !important;
    mix-blend-mode: multiply;
}

.swpe-silkworms__keeper-pro-copy {
    min-width: 0;
}

.swpe-silkworms__keeper-pro-copy > span {
    color: var(--swpe-silk-pink-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.swpe-silkworms__keeper-pro-copy h2 {
    margin: 5px 0 8px !important;
    color: var(--swpe-silk-ink) !important;
    font-size: clamp(24px, 2.6vw, 34px) !important;
    font-weight: 950 !important;
    letter-spacing: -.03em !important;
    line-height: 1.06 !important;
}

.swpe-silkworms__keeper-pro-copy p {
    max-width: 650px;
    margin: 0 !important;
    color: var(--swpe-silk-muted) !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.48;
}

.swpe-silkworms__keeper-pro-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-silkworms__keeper-pro-copy li {
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--swpe-silk-text);
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 900;
}

.swpe-silkworms__keeper-pro-copy li::before {
    content: "✓";
    margin-right: 5px;
    color: var(--swpe-silk-green);
}

.swpe-silkworms__keeper-pro-buy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
    border-left: 1px solid rgba(102, 117, 138, .18);
    padding-left: clamp(18px, 2.5vw, 28px);
}

.swpe-silkworms__keeper-pro-buy small {
    color: var(--swpe-silk-muted);
    font-size: 11px;
    font-weight: 850;
}

.swpe-silkworms__keeper-pro-buy small b {
    color: #e49a18;
    letter-spacing: .03em;
}

.swpe-silkworms__keeper-pro-buy > strong {
    margin-top: 7px;
    color: var(--swpe-silk-ink);
    font-size: 24px;
    font-weight: 950;
}

.swpe-silkworms__keeper-pro-buy > strong del {
    color: var(--swpe-silk-muted);
    font-size: 17px;
    font-weight: 800;
}

.swpe-silkworms__keeper-pro-buy > strong ins {
    color: var(--swpe-silk-blue);
    text-decoration: none;
}

.swpe-silkworms__keeper-pro-buy > strong .wcsatt-sub-options {
    display: block;
    margin-top: 3px;
    color: var(--swpe-silk-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.25;
}

.swpe-silkworms__keeper-pro-buy > span {
    margin-top: 1px;
    font-size: 11px;
    font-weight: 900;
}

.swpe-silkworms__keeper-pro-buy > span.is-in-stock {
    color: var(--swpe-silk-green);
}

.swpe-silkworms__keeper-pro-buy > span.is-out-of-stock {
    color: #a33a3a;
}

.swpe-silkworms__keeper-pro-buy > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 14px;
    border-radius: 9px;
    background: var(--swpe-silk-pink);
    color: #fff !important;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 950;
    text-align: center;
}

.swpe-silkworms__keeper-pro-buy > a:hover,
.swpe-silkworms__keeper-pro-buy > a:focus-visible {
    background: var(--swpe-silk-pink-dark);
}

.swpe-silkworms__support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.swpe-silkworms__support-grid article {
    display: grid;
    border: 1px solid var(--swpe-silk-line);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.swpe-silkworms__support-image {
    display: flex;
    aspect-ratio: 1.28;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--swpe-silk-pink-wash), var(--swpe-silk-blue-wash));
    padding: 18px;
}

.swpe-silkworms__support-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.swpe-silkworms__support-grid article > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 15px;
}

.swpe-silkworms__support-grid article > div > span {
    color: var(--swpe-silk-pink-dark);
    font-size: 10px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-silkworms__support-grid h3 {
    margin: 6px 0 8px !important;
    color: var(--swpe-silk-ink) !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
}

.swpe-silkworms__support-grid h3 a {
    color: inherit !important;
}

.swpe-silkworms__support-rating {
    color: var(--swpe-silk-muted);
    font-size: 11px;
    font-weight: 800;
}

.swpe-silkworms__support-rating b {
    color: #e49a18;
}

.swpe-silkworms__support-grid article > div > strong {
    margin-top: 10px;
    color: var(--swpe-silk-ink);
    font-size: 18px;
    font-weight: 950;
}

.swpe-silkworms__support-cta {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    border-radius: 8px;
    background: var(--swpe-silk-pink-wash);
    color: var(--swpe-silk-pink-dark) !important;
    font-size: 12px;
    font-weight: 950;
}

.swpe-silkworms__closing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #18243a, #342452);
    padding: clamp(24px, 4vw, 42px);
}

.swpe-silkworms__closing > div:first-child > span {
    color: #f3a7e5;
}

.swpe-silkworms__closing h2 {
    color: #fff !important;
}

.swpe-silkworms__closing p {
    max-width: 760px;
    margin-top: 10px !important;
    color: #d8deea !important;
}

.swpe-silkworms__closing > div:last-child {
    min-width: 220px;
    flex-direction: column;
    margin: 0;
}

@media (max-width: 980px) {
    .swpe-silkworms__hero {
        grid-template-columns: 1fr;
    }

    .swpe-silkworms__hero-visual {
        min-height: 430px;
    }

    .swpe-silkworms__journeys,
    .swpe-silkworms__support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-silkworms__size-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-silkworms__keeper-pro {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .swpe-silkworms__keeper-pro-image {
        width: 120px;
        min-height: 108px;
    }

    .swpe-silkworms__keeper-pro-buy {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        border-top: 1px solid rgba(102, 117, 138, .18);
        border-left: 0;
        padding-top: 16px;
        padding-left: 0;
    }

    .swpe-silkworms__keeper-pro-buy > strong,
    .swpe-silkworms__keeper-pro-buy > span {
        grid-column: 1;
    }

    .swpe-silkworms__keeper-pro-buy > a {
        grid-column: 2;
        grid-row: 1 / 4;
        min-width: 190px;
        margin-top: 0;
    }

    .swpe-silkworms__size-rule {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .swpe-silkworms__size-rule a {
        margin-top: 3px;
        white-space: normal;
    }

    .swpe-silkworms__closing {
        grid-template-columns: 1fr;
    }

    .swpe-silkworms__closing > div:last-child {
        min-width: 0;
        flex-direction: row;
    }
}

@media (max-width: 680px) {
    .swpe-silkworms {
        gap: 14px;
        width: min(100% - 20px, 1260px);
        margin-top: 12px;
    }

    .swpe-silkworms__hero {
        min-height: 0;
        border-radius: 14px;
    }

    .swpe-silkworms__hero-copy {
        padding: 25px 20px;
    }

    .swpe-silkworms h1,
    .swpe-silkworms__hero h1 {
        font-size: clamp(36px, 11vw, 48px) !important;
    }

    .swpe-silkworms__hero-actions a {
        width: 100%;
    }

    .swpe-silkworms__hero-visual {
        min-height: 350px;
        padding: 28px 28px 96px;
    }

    .swpe-silkworms__image {
        width: min(100%, 290px);
        padding: 24px;
    }

    .swpe-silkworms__visual-note {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .swpe-silkworms__journeys {
        display: flex;
        overflow-x: auto;
        padding-bottom: 3px;
        scrollbar-width: thin;
    }

    .swpe-silkworms__journeys a {
        flex: 0 0 230px;
    }

    .swpe-silkworms__purchase,
    .swpe-silkworms__sizes,
    .swpe-silkworms__support {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .swpe-silkworms__subscription-kit {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 10px;
        padding: 9px;
    }

    .swpe-silkworms__subscription-kit img {
        width: 62px !important;
        height: 58px !important;
        max-width: 62px !important;
    }

    .swpe-silkworms__subscription-kit strong {
        font-size: 12px;
    }

    .swpe-silkworms__subscription-kit em {
        display: none;
    }

    .swpe-silkworms__keeper-pro {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        border-radius: 14px;
        padding: 13px;
    }

    .swpe-silkworms__keeper-pro-image {
        width: 72px;
        min-height: 72px;
        max-height: 72px;
        align-self: start;
        padding: 6px;
    }

    .swpe-silkworms__keeper-pro-image img {
        max-width: 58px !important;
        max-height: 58px !important;
    }

    .swpe-silkworms__keeper-pro-copy h2 {
        font-size: 21px !important;
    }

    .swpe-silkworms__keeper-pro-copy {
        display: contents;
    }

    .swpe-silkworms__keeper-pro-copy > span,
    .swpe-silkworms__keeper-pro-copy > h2 {
        grid-column: 2;
    }

    .swpe-silkworms__keeper-pro-copy p {
        grid-column: 1 / -1;
        margin-top: 2px !important;
        font-size: 13px !important;
    }

    .swpe-silkworms__keeper-pro-copy ul {
        grid-column: 1 / -1;
        gap: 5px;
        margin-top: 10px !important;
    }

    .swpe-silkworms__keeper-pro-copy li {
        padding: 5px 8px;
        font-size: 10px;
    }

    .swpe-silkworms__keeper-pro-buy {
        grid-column: 1 / -1;
        display: flex;
        align-items: stretch;
    }

    .swpe-silkworms__keeper-pro-buy > a {
        width: 100%;
        min-width: 0;
        margin-top: 10px;
    }

    .swpe-silkworms__section-head {
        grid-template-columns: 1fr;
        gap: 9px;
        align-items: start;
    }

    .swpe-silkworms__section-head > a {
        text-align: left;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__bar {
        border-radius: 10px 10px 0 0;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__grid {
        padding: 7px;
    }

    .swpe-silkworms__size-grid,
    .swpe-silkworms__support-grid {
        grid-template-columns: 1fr;
    }

    .swpe-silkworms__size-grid > li {
        min-height: 0;
    }

    .swpe-silkworms__size-photo {
        height: 150px;
    }

    .swpe-silkworms__support-grid article {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .swpe-silkworms__support-image {
        aspect-ratio: auto;
        min-height: 100%;
        padding: 10px;
    }

    .swpe-silkworms__closing {
        border-radius: 14px;
    }

    .swpe-silkworms__closing > div:last-child,
    .swpe-silkworms__closing > div:last-child a {
        width: 100%;
    }
}

.swpe-product .amount,
.swpe-product .woocommerce-Price-amount,
.swpe-product .woocommerce-Price-amount bdi,
.swpe-product .woocommerce-Price-currencySymbol {
    display: inline !important;
    white-space: nowrap !important;
}

.swpe-weather-panel {
    display: grid;
    gap: 11px;
    margin-top: 14px;
    border: 1px solid #c9dfef;
    border-radius: 8px;
    background: linear-gradient(135deg, #effbf5, #eefbff);
    color: var(--swpe-generic-text, #2d394b);
    padding: 14px;
}

.swpe-weather-panel__head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: start;
}

.swpe-weather-panel__icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    background: var(--swpe-generic-green, #087842);
    color: #fff;
    font-size: 15px;
    font-weight: 950;
}

.swpe-weather-panel__icon svg,
.swpe-weather-panel__day-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    overflow: visible;
}

.swpe-weather-panel__icon svg *,
.swpe-weather-panel__day-icon svg * {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.swpe-weather-panel strong {
    display: block;
    color: var(--swpe-generic-ink, #142033);
    font-size: 14px;
    font-weight: 950;
}

.swpe-weather-panel p {
    margin: 3px 0 0 !important;
    color: var(--swpe-generic-text, #2d394b) !important;
    font-size: 13px !important;
    font-weight: 720;
    line-height: 1.42 !important;
}

.swpe-weather-panel__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.swpe-weather-panel__days {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.swpe-weather-panel__day {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    min-width: 0;
    border: 1px solid #d7e7ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
    padding: 8px;
}

.swpe-weather-panel__day-icon {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 8px;
    background: #eef8fd;
    color: #168ec2;
}

.swpe-weather-panel__day strong,
.swpe-weather-panel__day small {
    display: block;
}

.swpe-weather-panel__day small {
    color: var(--swpe-generic-muted, #657389);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.25;
}

.swpe-weather-panel__chips span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid #c9dfef;
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--swpe-generic-green, #087842);
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
}

.swpe-weather-panel__note {
    color: var(--swpe-generic-muted, #657389) !important;
}

.swpe-weather-panel--cold {
    border-color: #f0b4b4;
    background: #fff0f0;
}

.swpe-weather-panel--cold .swpe-weather-panel__icon,
.swpe-weather-panel--cold .swpe-weather-panel__day-icon {
    background: #c33636;
    color: #fff;
}

.swpe-weather-panel--hot {
    border-color: #f0d39a;
    background: #fff7db;
}

.swpe-weather-panel--hot .swpe-weather-panel__icon,
.swpe-weather-panel--hot .swpe-weather-panel__day-icon {
    background: #b96d13;
    color: #fff;
}

.swpe-existing-subscription-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    border: 2px solid #15a35d;
    border-radius: 8px;
    background: #fff;
    color: #0f7a45;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(21, 131, 77, .12);
    padding: 12px 16px;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}

.swpe-existing-subscription-trigger span {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #15a35d;
    color: #fff;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
}

.swpe-existing-subscription-trigger:hover,
.swpe-existing-subscription-trigger:focus-visible {
    background: #ecfff5;
    color: #0f7a45;
    box-shadow: 0 14px 26px rgba(21, 131, 77, .18);
    transform: translateY(-1px);
}

.swpe-existing-subscription-trigger:disabled,
.swpe-existing-subscription-trigger[aria-disabled="true"] {
    border-color: #a9d8bf;
    background: #f6fbf8;
    color: #6b9d80;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.swpe-existing-subscription-trigger:disabled span,
.swpe-existing-subscription-trigger[aria-disabled="true"] span {
    background: #8ec8a8;
}

.swpe-generic__cta-row .swpe-existing-subscription-trigger,
.swpe-locust__cta-row .swpe-existing-subscription-trigger,
.swpe-pm__cta-row .swpe-existing-subscription-trigger {
    flex: 1 1 220px;
}

.swpe-pm__atc + .swpe-existing-subscription-trigger {
    width: 100%;
    margin-top: 10px;
}

.swpe-review-intel {
    --swpe-ri-ink: var(--swpe-generic-ink, var(--swpe-locust-ink, var(--swpe-ink, #111827)));
    --swpe-ri-text: var(--swpe-generic-text, var(--swpe-locust-text, var(--swpe-text, #263445)));
    --swpe-ri-muted: var(--swpe-generic-muted, var(--swpe-locust-muted, var(--swpe-muted, #66758a)));
    --swpe-ri-line: var(--swpe-generic-line, var(--swpe-locust-line, var(--swpe-line, #dfe7f1)));
    --swpe-ri-soft: var(--swpe-generic-soft, var(--swpe-locust-soft, var(--swpe-wash, #f7f9fc)));
    --swpe-ri-pink: var(--swpe-generic-pink, var(--swpe-locust-pink, var(--swpe-pink, #d946b6)));
    --swpe-ri-pink-wash: var(--swpe-generic-pink-wash, var(--swpe-locust-pink-wash, var(--swpe-pink-soft, #fdf2fb)));
    --swpe-ri-blue-wash: var(--swpe-generic-blue-wash, var(--swpe-locust-blue-wash, var(--swpe-cyan-soft, #ecf8ff)));
    display: grid;
    gap: 12px;
    max-width: 650px;
    margin: 14px 0 0;
    border: 1px solid var(--swpe-ri-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .82)),
        linear-gradient(135deg, var(--swpe-ri-pink-wash), var(--swpe-ri-blue-wash));
    color: var(--swpe-ri-text);
    box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
    padding: 14px;
}

.swpe-review-intel--sample {
    border-style: dashed;
}

.swpe-product .swpe-review-intel__head {
    display: grid;
    gap: 3px;
}

.swpe-product .swpe-review-intel__head span {
    color: var(--swpe-ri-pink);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-product .swpe-review-intel__head strong {
    color: var(--swpe-ri-ink);
    font-size: 17px;
    font-weight: 950;
    line-height: 1.18;
}

.swpe-product .swpe-review-intel__head p {
    margin: 0 !important;
    color: var(--swpe-ri-muted) !important;
    font-size: 12px !important;
    font-weight: 750;
    line-height: 1.35 !important;
}

.swpe-product .swpe-review-intel__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
    gap: 8px;
}

.swpe-product .swpe-review-intel__grid article {
    display: grid;
    gap: 4px;
    min-width: 0;
    border: 1px solid rgba(223, 231, 241, .92);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

.swpe-product .swpe-review-intel__grid article span {
    color: var(--swpe-ri-muted);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-product .swpe-review-intel__grid article strong {
    color: var(--swpe-ri-ink);
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-product .swpe-review-intel__grid article small {
    color: var(--swpe-ri-muted);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.25;
}

.swpe-product .swpe-review-intel__foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(223, 231, 241, .78);
    padding-top: 10px;
}

.swpe-product .swpe-review-intel__foot span {
    color: var(--swpe-ri-muted);
    font-size: 11px;
    font-weight: 750;
    line-height: 1.25;
}

.swpe-product .swpe-review-intel__foot a {
    color: var(--swpe-ri-pink) !important;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none !important;
}

.swpe-existing-subscription {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 18px;
}

.swpe-existing-subscription[hidden] {
    display: none !important;
}

.swpe-existing-subscription__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, .62);
    backdrop-filter: blur(6px);
}

.swpe-existing-subscription__panel {
    position: relative;
    width: min(560px, 100%);
    max-height: min(720px, calc(100vh - 36px));
    overflow: auto;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background: #fff;
    color: #182234;
    box-shadow: 0 28px 70px rgba(17, 24, 39, .26);
    padding: clamp(22px, 4vw, 34px);
}

.swpe-existing-subscription__panel h2 {
    margin: 0 36px 8px 0 !important;
    color: #111827 !important;
    font-size: clamp(24px, 4vw, 34px) !important;
    font-weight: 950 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.swpe-existing-subscription__panel p {
    margin: 0 0 18px !important;
    color: #526173;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.45;
}

.swpe-existing-subscription__close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #eef3f7;
    color: #1f2937;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.swpe-existing-subscription__list {
    display: grid;
    gap: 10px;
}

.swpe-existing-subscription__group {
    margin: 12px 0 2px;
    color: #66758a;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.swpe-existing-subscription__group:first-child {
    margin-top: 0;
}

.swpe-existing-subscription__option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background: #f8fbfd;
    cursor: pointer;
    padding: 14px;
}

.swpe-existing-subscription__option:has(input:checked) {
    border-color: #15a35d;
    background: #ecfff5;
    box-shadow: inset 0 0 0 1px rgba(21, 163, 93, .34);
}

.swpe-existing-subscription__option input {
    width: 18px;
    height: 18px;
    accent-color: #15a35d;
}

.swpe-existing-subscription__option.is-disabled {
    cursor: default;
    opacity: .72;
}

.swpe-existing-subscription__option.is-disabled input {
    accent-color: #9aa8b8;
}

.swpe-existing-subscription__option strong,
.swpe-existing-subscription__option small,
.swpe-existing-subscription__option em {
    display: block;
    letter-spacing: 0;
}

.swpe-existing-subscription__option strong {
    color: #142033;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.22;
}

.swpe-existing-subscription__option small {
    margin-top: 4px;
    color: #66758a;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.3;
}

.swpe-existing-subscription__option em {
    border-radius: 999px;
    background: #eaf2ff;
    color: #245c96;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    padding: 6px 9px;
    text-transform: capitalize;
}

.swpe-existing-subscription__message {
    min-height: 20px;
    margin-top: 12px;
    color: #526173;
    font-size: 14px;
    font-weight: 750;
}

.swpe-existing-subscription__message[data-type="success"] {
    color: #0f7a45;
}

.swpe-existing-subscription__message[data-type="error"] {
    color: #b42318;
}

.swpe-existing-subscription__empty {
    border: 1px dashed #cfd8e3;
    border-radius: 8px;
    background: #f8fbfd;
    color: #526173;
    font-size: 14px;
    font-weight: 750;
    padding: 16px;
}

.swpe-existing-subscription__submit {
    width: 100%;
    min-height: 52px;
    margin-top: 14px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #17a45d, #0f7a45);
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 0;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(21, 131, 77, .24);
}

.swpe-existing-subscription__submit:disabled {
    cursor: not-allowed;
    opacity: .58;
    box-shadow: none;
}

body.swpe-existing-subscription-open {
    overflow: hidden;
}

@media (max-width: 680px) {
    .swpe-existing-subscription-trigger {
        width: 100%;
        min-height: 46px;
        font-size: 14px;
        padding: 11px 14px;
    }

    .swpe-pm__cta-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .swpe-existing-subscription__panel {
        max-height: calc(100vh - 24px);
        padding: 22px 16px;
    }

    .swpe-existing-subscription__option {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .swpe-existing-subscription__option em {
        grid-column: 2;
        justify-self: start;
    }
}

.swpe-reptipedia,
.swpe-reptipedia * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.swpe-livefood,
.swpe-livefood * {
    box-sizing: border-box;
    letter-spacing: 0;
}

body.swpe-livefood-active {
    background: #f6f8f5;
}

body.swpe-livefood-enhanced-active .woocommerce-result-count,
body.swpe-livefood-enhanced-active .woocommerce-ordering,
body.swpe-livefood-enhanced-active .wd-products-per-page,
body.swpe-livefood-enhanced-active .wd-products-per-row,
body.swpe-livefood-enhanced-active .wd-products-shop-view,
body.swpe-livefood-enhanced-active .wd-products-view,
body.swpe-livefood-enhanced-active .wd-shop-view,
body.swpe-livefood-enhanced-active .products,
body.swpe-livefood-enhanced-active .wd-loop-footer,
body.swpe-livefood-enhanced-active .woocommerce-pagination {
    display: none !important;
}

body.swpe-livefood-enhanced-active .swpe-livefood-enhance ~ .wd-shop-tools,
body.swpe-livefood-enhanced-active .swpe-livefood-enhance ~ .shop-loop-head,
body.swpe-livefood-enhanced-active .swpe-livefood-enhance ~ .products {
    display: none !important;
}

body.swpe-livefood-enhanced-active .swpe-livefood-enhance {
    display: grid !important;
}

body.swpe-livefood-enhanced-active .swpe-livefood-enhance__grid {
    display: grid !important;
}

@media (min-width: 1025px) {
    body.swpe-livefood-enhanced-active > .wd-sticky-nav.wd-hide-md {
        display: none !important;
    }

    body.swpe-livefood-enhanced-active .sidebar-container,
    body.swpe-livefood-enhanced-active .shop-sidebar,
    body.swpe-livefood-enhanced-active .wd-sidebar,
    body.swpe-livefood-enhanced-active aside.sidebar {
        display: none !important;
    }

    body.swpe-livefood-enhanced-active .site-content,
    body.swpe-livefood-enhanced-active .content-with-products {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.swpe-livefood {
    --swpe-lf-ink: #172033;
    --swpe-lf-text: #2c384b;
    --swpe-lf-muted: #667386;
    --swpe-lf-line: #dce4dd;
    --swpe-lf-soft: #f3f7f4;
    --swpe-lf-white: #fff;
    --swpe-lf-green: #1d5b38;
    --swpe-lf-green-dark: #10291b;
    --swpe-lf-blue: #147ca3;
    --swpe-lf-coral: #d9674e;
    width: min(1220px, calc(100% - 32px));
    margin: 0 auto 56px;
    color: var(--swpe-lf-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.swpe-livefood a {
    color: inherit;
    text-decoration: none;
}

.swpe-livefood button,
.swpe-livefood input {
    font: inherit;
}

.swpe-livefood__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 16px;
    padding: 26px 0 18px;
}

.swpe-livefood__hero-copy,
.swpe-livefood__hero-panel,
.swpe-livefood__basket-bar,
.swpe-livefood__product,
.swpe-livefood__route-grid a {
    border: 1px solid var(--swpe-lf-line);
    border-radius: 8px;
    background: var(--swpe-lf-white);
}

.swpe-livefood__hero-copy {
    display: flex;
    min-height: 238px;
    flex-direction: column;
    justify-content: center;
    border-color: #173722;
    background: var(--swpe-lf-green-dark);
    color: var(--swpe-lf-white);
    padding: clamp(24px, 4vw, 44px);
    overflow: hidden;
}

.swpe-livefood__hero-copy::after {
    display: block;
    width: 84px;
    height: 6px;
    margin-top: 24px;
    border-radius: 8px;
    background: var(--swpe-lf-coral);
    content: "";
}

.swpe-livefood__eyebrow {
    margin: 0 0 8px;
    color: #2f8f56;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-livefood__hero-copy .swpe-livefood__eyebrow {
    color: #9fe0b3;
}

.swpe-livefood h1,
.swpe-livefood h2,
.swpe-livefood h3,
.swpe-livefood p {
    margin-top: 0;
}

.swpe-livefood h1 {
    max-width: 760px;
    margin-bottom: 12px;
    color: inherit;
    font-size: clamp(34px, 5vw, 62px);
    font-weight: 950;
    line-height: 0.98;
}

.swpe-livefood__hero-copy p:last-child {
    max-width: 690px;
    margin-bottom: 0;
    color: #dceee3;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
}

.swpe-livefood__hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 238px;
    padding: 24px;
}

.swpe-livefood__hero-panel span,
.swpe-livefood__basket-bar span,
.swpe-livefood__product-meta span,
.swpe-livefood__product-foot em,
.swpe-livefood__route-grid span {
    color: var(--swpe-lf-muted);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.swpe-livefood__hero-panel strong {
    display: block;
    margin: 8px 0;
    color: var(--swpe-lf-ink);
    font-size: 26px;
    font-weight: 950;
    line-height: 1.05;
}

.swpe-livefood__hero-panel small {
    color: var(--swpe-lf-green);
    font-size: 14px;
    font-weight: 900;
}

.swpe-livefood__notices {
    margin: 0 0 14px;
}

.swpe-livefood__controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    gap: 12px;
    align-items: stretch;
    margin-bottom: 12px;
}

.swpe-livefood__filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px 0;
    scrollbar-width: thin;
}

.swpe-livefood__filters button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    border: 1px solid var(--swpe-lf-line);
    border-radius: 8px;
    background: var(--swpe-lf-white);
    color: var(--swpe-lf-ink);
    padding: 0 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
}

.swpe-livefood__filters button small {
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    background: var(--swpe-lf-soft);
    color: var(--swpe-lf-muted);
    font-size: 11px;
    font-weight: 950;
}

.swpe-livefood__filters button.is-active {
    border-color: var(--swpe-lf-green);
    background: var(--swpe-lf-green);
    color: var(--swpe-lf-white);
}

.swpe-livefood__filters button.is-active small {
    background: rgba(255, 255, 255, 0.16);
    color: var(--swpe-lf-white);
}

.swpe-livefood__search {
    display: grid;
    gap: 6px;
}

.swpe-livefood__search span {
    color: var(--swpe-lf-muted);
    font-size: 12px;
    font-weight: 900;
}

.swpe-livefood__search input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--swpe-lf-line);
    border-radius: 8px;
    background: var(--swpe-lf-white);
    color: var(--swpe-lf-ink);
    padding: 0 12px;
    font-size: 14px;
    font-weight: 750;
}

.swpe-livefood__builder {
    display: block;
}

.swpe-livefood__basket-bar {
    position: sticky;
    z-index: 20;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
    padding: 14px;
    box-shadow: 0 12px 32px rgba(23, 32, 51, 0.08);
}

.swpe-livefood__basket-bar strong,
.swpe-livefood__basket-bar small {
    display: block;
}

.swpe-livefood__basket-bar strong {
    margin: 2px 0;
    color: var(--swpe-lf-ink);
    font-size: 16px;
    font-weight: 950;
}

.swpe-livefood__basket-bar small {
    color: var(--swpe-lf-muted);
    font-size: 13px;
    font-weight: 750;
}

.swpe-livefood__basket-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.swpe-livefood__basket-actions button,
.swpe-livefood__basket-actions a,
.swpe-livefood__quick-add > button,
.swpe-livefood__choose {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 1px solid var(--swpe-lf-green);
    border-radius: 8px;
    background: var(--swpe-lf-green);
    color: var(--swpe-lf-white) !important;
    padding: 0 14px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
    text-align: center;
}

.swpe-livefood__basket-actions button:disabled {
    border-color: #cbd7d0;
    background: #dfe7e2;
    color: #758276 !important;
    cursor: not-allowed;
}

.swpe-livefood__basket-actions a,
.swpe-livefood__choose {
    border-color: var(--swpe-lf-line);
    background: var(--swpe-lf-white);
    color: var(--swpe-lf-green) !important;
}

.swpe-livefood__featured,
.swpe-livefood__catalog,
.swpe-livefood__routes {
    margin-top: 28px;
}

.swpe-livefood__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.swpe-livefood__section-head h2 {
    margin-bottom: 0;
    color: var(--swpe-lf-ink);
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 950;
    line-height: 1.05;
}

.swpe-livefood__section-head > span {
    color: var(--swpe-lf-blue);
    font-size: 13px;
    font-weight: 950;
}

.swpe-livefood__featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swpe-livefood__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swpe-livefood__product {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
}

.swpe-livefood__product[hidden] {
    display: none !important;
}

.swpe-livefood__product-media {
    position: relative;
    display: grid;
    aspect-ratio: 1.12;
    place-items: center;
    background: #eef3ef;
    overflow: hidden;
}

.swpe-livefood__product-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 18px;
    mix-blend-mode: multiply;
}

.swpe-livefood__product-media span {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-grid;
    min-width: 38px;
    min-height: 30px;
    place-items: center;
    border-radius: 8px;
    background: rgba(16, 41, 27, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.swpe-livefood__product-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.swpe-livefood__product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.swpe-livefood__product-meta span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swpe-livefood__product-meta span:first-child {
    color: var(--swpe-lf-blue);
}

.swpe-livefood__product h3 {
    margin-bottom: 0;
    color: var(--swpe-lf-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-livefood__product h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swpe-livefood__rating {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 20px;
    color: var(--swpe-lf-muted);
    font-size: 12px;
    font-weight: 850;
}

.swpe-livefood__rating span {
    color: #f2a73b;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}

.swpe-livefood__product-foot {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.swpe-livefood__product-foot strong,
.swpe-livefood__product-foot .price {
    color: var(--swpe-lf-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-livefood__product-foot del {
    color: var(--swpe-lf-muted);
    font-weight: 750;
}

.swpe-livefood__product-foot ins {
    color: var(--swpe-lf-coral);
    text-decoration: none;
}

.swpe-livefood__product-foot em {
    flex: 0 0 auto;
    color: var(--swpe-lf-coral);
    font-style: normal;
}

.swpe-livefood__quick-add {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
}

.swpe-livefood__qty {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    min-height: 42px;
    overflow: hidden;
    border: 1px solid var(--swpe-lf-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-livefood__qty button {
    display: grid;
    place-items: center;
    border: 0;
    background: var(--swpe-lf-soft);
    color: var(--swpe-lf-ink);
    cursor: pointer;
    font-size: 18px;
    font-weight: 950;
}

.swpe-livefood__qty input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: #fff;
    color: var(--swpe-lf-ink);
    text-align: center;
    font-size: 14px;
    font-weight: 950;
    appearance: textfield;
}

.swpe-livefood__qty input::-webkit-outer-spin-button,
.swpe-livefood__qty input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.swpe-livefood__quick-add.has-quantity .swpe-livefood__qty {
    border-color: var(--swpe-lf-green);
}

.swpe-livefood__choose {
    width: 100%;
}

.swpe-livefood__empty {
    border: 1px dashed var(--swpe-lf-line);
    border-radius: 8px;
    background: var(--swpe-lf-white);
    padding: 18px;
    color: var(--swpe-lf-muted);
    font-weight: 850;
}

.swpe-livefood__route-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.swpe-livefood__route-grid a {
    display: grid;
    gap: 4px;
    padding: 16px;
}

.swpe-livefood__route-grid strong {
    color: var(--swpe-lf-ink);
    font-size: 17px;
    font-weight: 950;
}

.swpe-livefood__route-grid span {
    color: var(--swpe-lf-green);
}

.swpe-livefood__routes--priority {
    border: 1px solid #b9dfc2;
    border-radius: 10px;
    background: linear-gradient(135deg, #f2fbf4 0%, #f3faff 100%);
    padding: 18px;
}

@media (max-width: 1100px) {
    .swpe-livefood__featured-grid,
    .swpe-livefood__grid,
    .swpe-livefood__route-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .swpe-livefood {
        width: min(100% - 24px, 760px);
    }

    .swpe-livefood__hero,
    .swpe-livefood__controls {
        grid-template-columns: 1fr;
    }

    .swpe-livefood__hero-copy,
    .swpe-livefood__hero-panel {
        min-height: auto;
    }

    .swpe-livefood__basket-bar {
        position: static;
        flex-direction: column;
        align-items: stretch;
    }

    .swpe-livefood__basket-actions {
        width: 100%;
    }

    .swpe-livefood__basket-actions button,
    .swpe-livefood__basket-actions a {
        flex: 1 1 0;
    }

    .swpe-livefood__featured-grid,
    .swpe-livefood__grid,
    .swpe-livefood__route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .swpe-livefood {
        width: calc(100% - 20px);
        margin-bottom: 34px;
    }

    .swpe-livefood__hero {
        padding-top: 12px;
    }

    .swpe-livefood h1 {
        font-size: 34px;
    }

    .swpe-livefood__hero-copy,
    .swpe-livefood__hero-panel,
    .swpe-livefood__basket-bar {
        padding: 16px;
    }

    .swpe-livefood__hero-panel strong {
        font-size: 22px;
    }

    .swpe-livefood__section-head {
        align-items: start;
        flex-direction: column;
        gap: 6px;
    }

    .swpe-livefood__featured-grid,
    .swpe-livefood__grid,
    .swpe-livefood__route-grid {
        grid-template-columns: 1fr;
    }

    .swpe-livefood__product-media {
        aspect-ratio: 1.45;
    }
}

.swpe-livefood-enhance,
.swpe-livefood-enhance * {
    box-sizing: border-box;
    letter-spacing: 0;
}

.swpe-livefood-enhance {
    --swpe-lfe-ink: #172033;
    --swpe-lfe-text: #2c384b;
    --swpe-lfe-muted: #6d7889;
    --swpe-lfe-line: #dce4df;
    --swpe-lfe-soft: #f3f8f4;
    --swpe-lfe-green: #2f7b45;
    --swpe-lfe-magenta: #cb4ab2;
    --swpe-lfe-blue: #3ba0dc;
    clear: both;
    max-width: 100%;
    margin: 0 0 24px;
    color: var(--swpe-lfe-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: clip;
}

.swpe-livefood-enhance a {
    color: inherit;
    text-decoration: none;
}

.swpe-livefood-enhance button,
.swpe-livefood-enhance input {
    font: inherit !important;
    letter-spacing: 0;
}

.swpe-livefood-enhance button,
.swpe-livefood-enhance__actions a,
.swpe-livefood-enhance__choose {
    font-family: inherit !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-livefood-enhance button:focus {
    outline: 0 !important;
}

.swpe-livefood-enhance button:focus-visible {
    box-shadow: 0 0 0 3px rgba(203, 74, 178, 0.28);
}

.swpe-livefood-enhance__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: 12px;
    margin-bottom: 10px;
}

.swpe-livefood-enhance__subscription-kit {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    margin: 0 0 10px;
    border: 1px solid rgba(203, 74, 178, .28);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff7fc, #effaff);
    color: var(--swpe-lfe-ink) !important;
    padding: 9px 12px 9px 9px;
    box-shadow: 0 8px 20px rgba(23, 32, 51, .05);
}

.swpe-livefood-enhance__subscription-kit img {
    width: 76px !important;
    height: 62px !important;
    max-width: 76px !important;
    border-radius: 7px;
    background: #fff;
    object-fit: contain !important;
}

.swpe-livefood-enhance__subscription-kit span,
.swpe-livefood-enhance__subscription-kit small,
.swpe-livefood-enhance__subscription-kit strong,
.swpe-livefood-enhance__subscription-kit b {
    display: block;
}

.swpe-livefood-enhance__subscription-kit small {
    color: var(--swpe-lfe-magenta);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.swpe-livefood-enhance__subscription-kit strong {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.25;
}

.swpe-livefood-enhance__subscription-kit b {
    margin-top: 3px;
    color: var(--swpe-lfe-muted);
    font-size: 10px;
    font-weight: 750;
}

.swpe-livefood-enhance__subscription-kit em {
    color: var(--swpe-lfe-magenta);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-livefood-enhance__intro,
.swpe-livefood-enhance__dispatch,
.swpe-livefood-enhance__bar,
.swpe-livefood-enhance__card {
    min-width: 0;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-livefood-enhance__intro {
    padding: 20px;
}

.swpe-livefood-enhance__intro p,
.swpe-livefood-enhance__card p,
.swpe-livefood-enhance__bar span {
    margin: 0;
    color: var(--swpe-lfe-magenta);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.swpe-livefood-enhance__intro h1 {
    margin: 6px 0 8px;
    color: var(--swpe-lfe-ink);
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 950;
    line-height: 1.05;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.swpe-livefood-enhance__intro-subhead {
    display: block;
    margin: -3px 0 8px;
    color: var(--swpe-lfe-text);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.25;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.swpe-livefood-enhance__intro span,
.swpe-livefood-enhance__dispatch span,
.swpe-livefood-enhance__bar small {
    display: block;
    color: var(--swpe-lfe-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.45;
    min-width: 0;
    overflow-wrap: break-word;
    white-space: normal !important;
}

.swpe-livefood-enhance__dispatch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    border-color: #b9dfc2;
    background: var(--swpe-lfe-soft);
    padding: 18px;
}

.swpe-livefood-enhance__dispatch strong {
    color: var(--swpe-lfe-green);
    font-size: 21px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-livefood-enhance__dispatch em {
    color: var(--swpe-lfe-ink);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.swpe-livefood-enhance__guide {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
}

.swpe-livefood-enhance__guide[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__specialist {
    display: grid;
    grid-template-columns: minmax(220px, .7fr) minmax(0, 1.6fr);
    gap: 16px;
    align-items: center;
    margin-top: 14px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #f8fbfd;
    padding: 15px;
}

.swpe-livefood-enhance__specialist > div > span {
    color: var(--swpe-lfe-magenta);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-livefood-enhance__specialist h2 {
    margin: 3px 0 4px;
    color: var(--swpe-lfe-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-livefood-enhance__specialist p {
    margin: 0;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.35;
}

.swpe-livefood-enhance__specialist nav {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.swpe-livefood-enhance__specialist nav a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 36px;
    border: 1px solid #cddde7;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-blue);
    padding: 0 10px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.swpe-livefood-enhance__specialist nav a:hover,
.swpe-livefood-enhance__specialist nav a:focus-visible {
    border-color: var(--swpe-lfe-blue);
    background: #eef7fc;
}

.swpe-livefood-enhance__specialist--priority {
    border-color: #b9dfc2;
    background: linear-gradient(135deg, #f2fbf4 0%, #f3faff 100%);
}

.swpe-livefood-enhance__specialist--priority > div > span {
    color: var(--swpe-lfe-green);
}

.swpe-livefood-enhance__specialist--priority nav a:first-child,
.swpe-livefood-enhance__specialist--priority nav a:nth-child(2) {
    border-color: var(--swpe-lfe-green);
    background: var(--swpe-lfe-green);
    color: #fff;
}

.swpe-livefood-enhance__specialist--priority nav a:first-child:hover,
.swpe-livefood-enhance__specialist--priority nav a:first-child:focus-visible,
.swpe-livefood-enhance__specialist--priority nav a:nth-child(2):hover,
.swpe-livefood-enhance__specialist--priority nav a:nth-child(2):focus-visible {
    border-color: #1e6436;
    background: #1e6436;
}

.swpe-livefood-enhance__animal-guide {
    margin-top: 12px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-livefood-enhance__animal-guide summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 12px;
    align-items: center;
    padding: 14px 15px;
    cursor: pointer;
    list-style: none;
}

.swpe-livefood-enhance__animal-guide summary::-webkit-details-marker {
    display: none;
}

.swpe-livefood-enhance__animal-guide summary > span {
    grid-column: 1;
    color: var(--swpe-lfe-magenta);
    font-size: 11px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-livefood-enhance__animal-guide summary > strong {
    grid-column: 1;
    color: var(--swpe-lfe-ink);
    font-size: 17px;
    font-weight: 950;
}

.swpe-livefood-enhance__animal-guide summary > small {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: var(--swpe-lfe-blue);
    font-size: 12px;
    font-weight: 900;
}

.swpe-livefood-enhance__animal-guide summary > small::after {
    content: " +";
}

.swpe-livefood-enhance__animal-guide[open] summary {
    border-bottom: 1px solid var(--swpe-lfe-line);
}

.swpe-livefood-enhance__animal-guide[open] summary > small::after {
    content: " −";
}

.swpe-livefood-enhance__animal-guide .swpe-livefood-enhance__filter-block {
    padding: 14px;
}

.swpe-livefood-enhance__filter-block {
    display: grid;
    gap: 8px;
}

.swpe-livefood-enhance__filter-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.swpe-livefood-enhance__filter-head span {
    color: var(--swpe-lfe-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-livefood-enhance__filter-head small {
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.swpe-livefood-enhance__routes {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: thin;
}

.swpe-livefood-enhance__routes button,
.swpe-livefood-enhance__routes a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-ink);
    padding: 0 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.swpe-livefood-enhance__routes button small {
    display: inline-grid;
    min-width: 23px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: #eef6fb;
    color: var(--swpe-lfe-blue);
    font-size: 11px;
    font-weight: 950;
}

.swpe-livefood-enhance__routes button:hover,
.swpe-livefood-enhance__routes a:hover,
.swpe-livefood-enhance__routes button.is-active {
    border-color: var(--swpe-lfe-blue);
    color: var(--swpe-lfe-blue);
}

.swpe-livefood-enhance__routes a {
    border-color: #cfe4d5;
    color: var(--swpe-lfe-green);
}

.swpe-livefood-enhance__routes button.is-active {
    background: #f0f9fe;
}

.swpe-livefood-enhance__animals {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
    gap: 10px;
}

.swpe-livefood-enhance__animals button {
    position: relative;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 92px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-ink);
    cursor: pointer;
    padding: 8px 34px 8px 8px;
    text-align: left;
}

.swpe-livefood-enhance__animals button:hover,
.swpe-livefood-enhance__animals button.is-active {
    border-color: #b7d9ec;
    background: #f7fbfe;
}

.swpe-livefood-enhance__animal-image {
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f7f8;
}

.swpe-livefood-enhance__animal-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swpe-livefood-enhance__animals strong,
.swpe-livefood-enhance__animals small {
    display: block;
}

.swpe-livefood-enhance__animals strong {
    color: var(--swpe-lfe-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-livefood-enhance__animals small {
    margin-top: 4px;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.swpe-livefood-enhance__animals em {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: #fff1fb;
    color: var(--swpe-lfe-magenta);
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.swpe-livefood-enhance__hardware-cats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
    gap: 10px;
}

.swpe-livefood-enhance__category-open {
    display: none;
}

.swpe-livefood-enhance__category-panel-head {
    display: none;
}

.swpe-livefood-enhance__hardware-cats button {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    min-height: 78px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-ink);
    cursor: pointer;
    padding: 8px 34px 8px 8px;
    text-align: left;
}

.swpe-livefood-enhance__hardware-cats button:hover,
.swpe-livefood-enhance__hardware-cats button.is-active {
    border-color: #b7d9ec;
    background: #f7fbfe;
}

.swpe-livefood-enhance__hardware-image {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f7fa;
}

.swpe-livefood-enhance__hardware-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swpe-livefood-enhance__hardware-image b {
    color: var(--swpe-lfe-blue);
    font-size: 17px;
    font-weight: 950;
    letter-spacing: 0;
}

.swpe-livefood-enhance__hardware-cats strong,
.swpe-livefood-enhance__hardware-cats small {
    display: block;
}

.swpe-livefood-enhance__hardware-cats strong {
    color: var(--swpe-lfe-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-livefood-enhance__hardware-cats small {
    margin-top: 4px;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}

.swpe-livefood-enhance__hardware-cats em {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: #eef6fb;
    color: var(--swpe-lfe-blue);
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.swpe-livefood-enhance__builder {
    margin: 0;
}

.swpe-livefood-enhance__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    padding: 14px;
}

.swpe-livefood-enhance__bar strong {
    display: block;
    margin: 2px 0;
    color: var(--swpe-lfe-ink);
    font-size: 16px;
    font-weight: 950;
    overflow-wrap: break-word;
}

.swpe-livefood-enhance__bar small {
    display: block;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
}

.swpe-livefood-enhance__active-filter {
    margin-top: 3px;
    font-size: 12px !important;
}

.swpe-livefood-enhance__active-filter b {
    color: var(--swpe-lfe-ink);
    font-weight: 950;
}

.swpe-livefood-enhance__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.swpe-livefood-enhance__view-actions {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.swpe-livefood-enhance__view-switch {
    display: flex;
    gap: 6px;
    padding: 4px;
    border: 1px solid var(--swpe-lfe-line);
    border-radius: 8px;
    background: #f8fbfc;
}

.swpe-livefood-enhance__actions button,
.swpe-livefood-enhance__actions a,
.swpe-livefood-enhance__quick > button,
.swpe-livefood-enhance__choose {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid var(--swpe-lfe-green);
    border-radius: 8px;
    background: var(--swpe-lfe-green);
    color: #fff !important;
    padding: 0 13px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
    text-align: center;
}

.swpe-livefood-enhance__quick > button.is-busy,
.swpe-livefood-enhance__option-submit.is-busy {
    opacity: .72;
    pointer-events: none;
}

.swpe-livefood-enhance__actions .swpe-livefood-enhance__mode-toggle {
    gap: 6px;
    min-height: 34px;
    border-color: transparent;
    background: transparent;
    color: var(--swpe-lfe-ink) !important;
    padding: 0 11px;
}

.swpe-livefood-enhance__actions .swpe-livefood-enhance__mode-toggle small {
    display: inline-grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 999px;
    background: #eef2f4;
    color: var(--swpe-lfe-muted);
    font-size: 11px;
    font-weight: 950;
}

.swpe-livefood-enhance__actions .swpe-livefood-enhance__mode-toggle.is-active {
    border-color: #b7d9ec;
    background: #eef7fc;
    color: #236f9c !important;
    box-shadow: inset 0 0 0 1px rgba(59, 160, 220, 0.08);
}

.swpe-livefood-enhance__actions .swpe-livefood-enhance__mode-toggle.is-active small {
    background: #dceffa;
    color: #236f9c;
}

.swpe-livefood-enhance__actions button:disabled {
    border-color: #d5ded8;
    background: #e6ece8;
    color: #7b877e !important;
    cursor: not-allowed;
}

.swpe-livefood-enhance__actions a,
.swpe-livefood-enhance__choose {
    border-color: var(--swpe-lfe-line);
    background: #fff;
    color: var(--swpe-lfe-green) !important;
}

.swpe-livefood-enhance__filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    margin: 0 0 12px;
    border: 1px solid #b7d9ec;
    border-radius: 8px;
    background: #f7fbfe;
    color: var(--swpe-lfe-ink);
    padding: 8px 10px;
}

.swpe-livefood-enhance__filter-chip[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__filter-chip span {
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 850;
}

.swpe-livefood-enhance__filter-chip strong {
    min-width: 0;
    font-size: 13px;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.swpe-livefood-enhance__filter-chip button {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: #dceffa;
    color: #236f9c !important;
    cursor: pointer;
    font-size: 15px;
    font-weight: 950;
    line-height: 1;
    padding: 0;
}

.swpe-livefood-enhance__choose:focus {
    outline: 2px solid rgba(203, 74, 178, 0.32) !important;
    outline-offset: 2px;
}

.swpe-livefood-enhance__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
    gap: 12px;
    min-width: 0;
    scroll-margin-top: 180px;
}

.swpe-livefood-enhance__route-divider {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #d7e4ec;
    border-radius: 8px;
    background: #f8fbfd;
    padding: 10px 12px;
}

.swpe-livefood-enhance__route-divider[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__route-divider span {
    color: var(--swpe-lfe-ink);
    font-size: 13px;
    font-weight: 950;
}

.swpe-livefood-enhance__route-divider small {
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 800;
    text-align: right;
}

.swpe-livefood-enhance__card {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    min-width: 0;
    overflow: hidden;
}

.swpe-livefood-enhance__card[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__card.is-expanded {
    grid-column: 1 / -1;
    border-color: #d27ac2;
    box-shadow: 0 16px 36px rgba(23, 32, 51, 0.08);
}

.swpe-livefood-enhance__more {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.swpe-livefood-enhance__more[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__more button {
    min-height: 42px;
    border: 1px solid var(--swpe-lfe-blue);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-blue);
    padding: 0 18px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 950;
}

.swpe-livefood-enhance__sentinel {
    width: 100%;
    height: 1px;
}

.swpe-livefood-enhance__toast {
    position: fixed;
    right: 22px;
    bottom: 96px;
    z-index: 10020;
    display: grid;
    gap: 3px;
    width: min(330px, calc(100vw - 28px));
    border: 1px solid #bfe6cd;
    border-radius: 8px;
    background: #f2fbf5;
    box-shadow: 0 18px 40px rgba(23, 32, 51, .16);
    color: var(--swpe-lfe-ink);
    padding: 14px 16px;
    pointer-events: none;
    transform: translateY(18px);
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
}

.swpe-livefood-enhance__toast.is-visible {
    transform: translateY(0);
    opacity: 1;
}

.swpe-livefood-enhance__toast strong {
    color: var(--swpe-lfe-green);
    font-size: 15px;
    font-weight: 950;
}

.swpe-livefood-enhance__toast span {
    color: var(--swpe-lfe-muted);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.swpe-livefood-enhance__image {
    position: relative;
    display: grid;
    width: 100%;
    height: 150px;
    min-height: 0;
    border: 0;
    place-items: center;
    align-self: start;
    background: #f3f6f8;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
}

.swpe-livefood-enhance__image img {
    display: block;
    width: auto !important;
    max-width: calc(100% - 24px);
    height: auto !important;
    max-height: calc(100% - 24px);
    object-fit: contain;
    padding: 0;
    mix-blend-mode: multiply;
}

.swpe-livefood-enhance__image span {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-grid;
    min-width: 34px;
    min-height: 28px;
    place-items: center;
    border-radius: 8px;
    background: var(--swpe-lfe-magenta);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}

.swpe-livefood-enhance__card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
}

.swpe-livefood-enhance__card h3 {
    margin: 0;
    color: var(--swpe-lfe-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-livefood-enhance__card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.swpe-livefood-enhance__title-button {
    display: -webkit-box;
    overflow: hidden;
    width: 100%;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    text-align: left;
}

.swpe-livefood-enhance__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 18px;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 850;
}

.swpe-livefood-enhance__rating span {
    color: #f2a73b;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}

.swpe-livefood-enhance__card-body > strong,
.swpe-livefood-enhance__card-body .price {
    color: var(--swpe-lfe-blue);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.swpe-livefood-enhance__card-body del {
    color: var(--swpe-lfe-muted);
}

.swpe-livefood-enhance__card-body ins {
    color: var(--swpe-lfe-magenta);
    text-decoration: none;
}

.swpe-livefood-enhance__subscription-price {
    display: block;
    color: #157347;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.3;
}

.swpe-livefood-enhance__subscription-price .woocommerce-Price-amount {
    color: inherit;
    font-weight: 950;
}

.swpe-livefood-enhance__quick {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 8px;
    margin-top: auto;
}

.swpe-livefood-enhance__quick.has-quantity .swpe-livefood-enhance__qty {
    border-color: var(--swpe-lfe-green);
}

.swpe-livefood-enhance__options {
    grid-column: 1 / -1;
    container-type: inline-size;
    border-top: 1px solid var(--swpe-lfe-line);
    background: #fff;
    padding: 16px;
}

.swpe-livefood-enhance__options[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__option-main {
    display: grid;
    gap: 16px;
}

.swpe-livefood-enhance__step {
    display: grid;
    gap: 10px;
}

.swpe-livefood-enhance__step + .swpe-livefood-enhance__step {
    margin-top: 16px;
}

.swpe-livefood-enhance__option-main .swpe-livefood-enhance__step + .swpe-livefood-enhance__step {
    margin-top: 0;
}

.swpe-livefood-enhance__step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--swpe-lfe-ink);
}

.swpe-livefood-enhance__step-head > span {
    display: inline-grid;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 999px;
    background: var(--swpe-lfe-magenta);
    color: #fff;
    font-size: 14px;
    font-weight: 950;
}

.swpe-livefood-enhance__step-head strong {
    min-width: 0;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-livefood-enhance__step-head em {
    color: var(--swpe-lfe-magenta);
    font-style: normal;
}

.swpe-livefood-enhance__pills,
.swpe-livefood-enhance__frequency > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.swpe-livefood-enhance__pills button,
.swpe-livefood-enhance__frequency button {
    min-height: 40px;
    border: 2px solid #dfe6ef;
    border-radius: 999px;
    background: #fff;
    color: #263243;
    padding: 0 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
}

.swpe-livefood-enhance__pills button {
    display: inline-grid;
    align-content: center;
    gap: 2px;
    min-height: 50px;
    text-align: left;
}

.swpe-livefood-enhance__pills button strong,
.swpe-livefood-enhance__pills button small {
    display: block;
}

.swpe-livefood-enhance__pills button small {
    color: var(--swpe-lfe-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
}

.swpe-livefood-enhance__pills button.is-active small {
    color: var(--swpe-lfe-magenta);
}

.swpe-livefood-enhance__pills button.is-active,
.swpe-livefood-enhance__frequency button.is-active {
    border-color: var(--swpe-lfe-magenta);
    background: #fff4fc;
    color: var(--swpe-lfe-magenta);
}

.swpe-livefood-enhance__pills button:focus,
.swpe-livefood-enhance__packs button:focus,
.swpe-livefood-enhance__purchase > button:focus,
.swpe-livefood-enhance__frequency button:focus,
.swpe-livefood-enhance__option-submit:focus {
    outline: 2px solid rgba(203, 74, 178, 0.32) !important;
    outline-offset: 2px;
}

.swpe-livefood-enhance__packs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
    gap: 10px;
}

.swpe-livefood-enhance__packs button {
    display: grid;
    min-width: 0;
    min-height: 132px;
    border: 2px solid #dfe6ef;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-ink);
    padding: 12px;
    cursor: pointer;
    text-align: left;
}

.swpe-livefood-enhance__packs button[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__packs button.is-active {
    border-color: var(--swpe-lfe-magenta);
    background: #fff5fc;
    box-shadow: inset 0 0 0 1px var(--swpe-lfe-magenta);
}

.swpe-livefood-enhance__packs strong {
    display: block;
    min-width: 0;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
    overflow-wrap: anywhere;
}

.swpe-livefood-enhance__packs button > span {
    display: block;
    min-width: 0;
    margin: 4px 0 8px;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.swpe-livefood-enhance__packs button > .swpe-livefood-enhance__silkworm-facts,
.swpe-livefood-enhance__packs button > .swpe-livefood-enhance__option-facts {
    display: grid;
    gap: 4px;
    margin: 7px 0 10px;
    line-height: 1.25;
}

.swpe-livefood-enhance__silkworm-facts > span,
.swpe-livefood-enhance__option-facts > span {
    display: grid;
    grid-template-columns: 8px auto minmax(0, 1fr);
    gap: 4px;
    align-items: baseline;
}

.swpe-livefood-enhance__fact-bullet {
    color: var(--swpe-lfe-magenta);
    font-size: 15px;
    font-weight: 950;
    line-height: .8;
}

.swpe-livefood-enhance__fact-label {
    color: var(--swpe-lfe-ink);
    font-weight: 950;
}

.swpe-livefood-enhance__packs button[data-swpe-silkworm-standalone-option].is-out-of-stock {
    border-color: #e9badc;
    background: #fff9fd;
}

.swpe-livefood-enhance__packs button[data-swpe-silkworm-standalone-option].is-active {
    border-color: var(--swpe-lfe-magenta);
    background: #fff5fc;
}

.swpe-livefood-enhance__stock-pill.is-out-of-stock {
    color: #a23b36;
    font-weight: 950;
}

[data-swpe-livefood-purchase-step][hidden],
[data-swpe-livefood-quantity-step][hidden],
[data-swpe-livefood-option-submit][hidden],
[data-swpe-silkworm-standalone-waitlist-panel][hidden],
[data-swpe-silkworm-standalone-waitlist-link][hidden] {
    display: none !important;
}

.swpe-livefood-enhance__option-quantity {
    display: grid !important;
    grid-template-columns: 46px minmax(72px, 1fr) 46px;
    width: min(100%, 176px);
    min-height: 46px;
    overflow: hidden;
    border: 2px solid rgba(203, 74, 178, .28);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(23, 32, 51, .07);
}

.swpe-livefood-enhance__option-quantity button {
    display: grid !important;
    place-items: center;
    min-width: 0 !important;
    min-height: 44px;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff4fb !important;
    color: var(--swpe-lfe-magenta) !important;
    padding: 0 !important;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transition: background-color .16s ease, color .16s ease;
}

.swpe-livefood-enhance__option-quantity button:hover,
.swpe-livefood-enhance__option-quantity button:focus-visible {
    background: var(--swpe-lfe-magenta) !important;
    color: #fff !important;
}

.swpe-livefood-enhance__option-quantity button:disabled {
    background: #f4f5f7 !important;
    color: #a6aeb9 !important;
    cursor: not-allowed;
}

.swpe-livefood-enhance__option-quantity input {
    width: 100% !important;
    min-width: 0;
    min-height: 44px;
    border: 0 !important;
    border-right: 1px solid #efd2e7 !important;
    border-left: 1px solid #efd2e7 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: var(--swpe-lfe-ink) !important;
    padding: 0 6px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 44px !important;
    text-align: center;
    appearance: textfield;
}

.swpe-livefood-enhance__option-quantity input::-webkit-outer-spin-button,
.swpe-livefood-enhance__option-quantity input::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
}

.swpe-livefood-enhance__quantity-line {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    width: min(100%, 320px);
}

.swpe-livefood-enhance__quantity-line .swpe-livefood-enhance__option-quantity {
    flex: 0 0 176px;
}

.swpe-livefood-enhance__quantity-total {
    display: grid;
    flex: 1 1 124px;
    align-content: center;
    min-width: 124px;
    min-height: 48px;
    border: 1px solid #dfe6ef;
    border-radius: 10px;
    background: #f7f9fb;
    padding: 6px 11px;
}

.swpe-livefood-enhance__quantity-total small,
.swpe-livefood-enhance__quantity-total strong {
    display: block;
}

.swpe-livefood-enhance__quantity-total small {
    color: var(--swpe-lfe-muted);
    font-size: 10px;
    font-weight: 850;
    line-height: 1.1;
}

.swpe-livefood-enhance__quantity-total strong {
    margin-top: 2px;
    color: var(--swpe-lfe-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-livefood-enhance__packs b {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: baseline;
    min-width: 0;
    margin-top: auto;
    color: var(--swpe-lfe-ink);
    font-size: 16px;
    font-weight: 950;
    overflow-wrap: anywhere;
}

.swpe-livefood-enhance__packs b span {
    color: inherit;
}

.swpe-livefood-enhance__packs b s {
    color: var(--swpe-lfe-muted);
    font-size: 13px;
    font-weight: 850;
}

.swpe-livefood-enhance__packs em {
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    margin-top: 8px;
    border-radius: 999px;
    background: #e9fbef;
    color: #14884d;
    padding: 7px 9px;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
}

.swpe-livefood-enhance__purchase {
    display: grid;
    gap: 8px;
}

.swpe-livefood-enhance__purchase > button {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 62px;
    border: 2px solid #dfe6ef;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-lfe-ink);
    padding: 12px;
    cursor: pointer;
    text-align: left;
}

.swpe-livefood-enhance__purchase > button.is-active {
    border-color: var(--swpe-lfe-magenta);
    background: #fff5fc;
}

.swpe-livefood-enhance__radio {
    width: 20px;
    height: 20px;
    border: 3px solid #dfe6ef;
    border-radius: 999px;
}

.swpe-livefood-enhance__purchase > button.is-active .swpe-livefood-enhance__radio {
    border-color: var(--swpe-lfe-magenta);
    box-shadow: inset 0 0 0 4px #fff;
    background: var(--swpe-lfe-magenta);
}

.swpe-livefood-enhance__purchase strong {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 950;
}

.swpe-livefood-enhance__purchase strong em {
    border-radius: 7px;
    background: var(--swpe-lfe-magenta);
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-style: normal;
}

.swpe-livefood-enhance__purchase small {
    display: block;
    color: var(--swpe-lfe-muted);
    font-size: 13px;
    font-weight: 750;
}

.swpe-livefood-enhance__frequency {
    margin-top: 8px;
    border: 2px solid var(--swpe-lfe-magenta);
    border-radius: 8px;
    padding: 12px;
}

.swpe-livefood-enhance__frequency > span {
    display: block;
    margin-bottom: 8px;
    color: var(--swpe-lfe-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.swpe-livefood-enhance__frequency button {
    flex: 1 1 120px;
    border-radius: 8px;
}

.swpe-livefood-enhance__frequency ul {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.swpe-livefood-enhance__frequency li {
    position: relative;
    margin: 0;
    padding-left: 18px;
    color: #263243;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
}

.swpe-livefood-enhance__frequency li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #18884d;
    content: "";
}

.swpe-livefood-enhance__frequency > .swpe-livefood-enhance__subscription-benefits {
    display: block;
    margin-top: 12px;
    border: 1px solid rgba(203, 74, 178, .32);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff7fc, #effaff);
    padding: 8px;
}

.swpe-livefood-enhance__subscription-benefits[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__kit-teaser {
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) 26px;
    gap: 9px;
    align-items: center;
    width: 100%;
    border: 0 !important;
    background: transparent !important;
    color: var(--swpe-lfe-ink) !important;
    padding: 0 !important;
    cursor: pointer;
    text-align: left;
}

.swpe-livefood-enhance__kit-teaser img {
    width: 48px !important;
    height: 40px !important;
    border: 1px solid rgba(203, 74, 178, .2);
    border-radius: 6px;
    background: #fff;
    object-fit: contain !important;
}

.swpe-livefood-enhance__kit-teaser span,
.swpe-livefood-enhance__kit-teaser strong,
.swpe-livefood-enhance__kit-teaser small {
    display: block;
}

.swpe-livefood-enhance__kit-teaser strong {
    color: var(--swpe-lfe-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-livefood-enhance__kit-teaser small {
    margin-top: 2px;
    color: var(--swpe-lfe-muted);
    font-size: 10px;
    font-weight: 750;
    line-height: 1.25;
    text-transform: none !important;
}

.swpe-livefood-enhance__kit-teaser > b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--swpe-lfe-magenta);
    font-size: 17px;
    font-weight: 950;
}

.swpe-livefood-enhance__kit-progress {
    margin-top: 8px;
}

.swpe-livefood-enhance__kit-progress > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.swpe-livefood-enhance__kit-progress > div span {
    color: var(--swpe-lfe-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
}

.swpe-livefood-enhance__kit-progress > div strong {
    flex: 0 0 auto;
    color: var(--swpe-lfe-ink);
    font-size: 10px;
    font-weight: 950;
}

.swpe-livefood-enhance__kit-progress-track {
    display: block;
    height: 6px;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4eaf0;
}

.swpe-livefood-enhance__kit-progress-track i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--swpe-lfe-magenta), var(--swpe-lfe-blue), #18884d);
    transition: width .2s ease;
}

.swpe-livefood-enhance__kit-modal {
    position: fixed;
    z-index: 1000002;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
}

.swpe-livefood-enhance__kit-modal[hidden] {
    display: none !important;
}

.swpe-livefood-enhance__kit-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    border: 0;
    border-radius: 0 !important;
    background: rgba(19, 28, 44, .7) !important;
    cursor: pointer;
}

.swpe-livefood-enhance__kit-modal-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 24px;
    width: min(980px, 100%);
    max-height: min(760px, calc(100vh - 36px));
    overflow: auto;
    border: 1px solid rgba(203, 74, 178, .28);
    border-radius: 14px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 26px 80px rgba(12, 20, 36, .32);
}

.swpe-livefood-enhance__kit-modal-image {
    position: relative;
    display: block !important;
    min-width: 0;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(203, 74, 178, .2) !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #fff7fc, #effaff) !important;
    padding: 8px !important;
    cursor: zoom-in;
}

.swpe-livefood-enhance__kit-modal-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 340px;
    border-radius: 8px;
    object-fit: contain !important;
}

.swpe-livefood-enhance__kit-modal-image span {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border-radius: 999px;
    background: rgba(23, 32, 51, .88);
    color: #fff;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 850;
    line-height: 1;
}

.swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-panel {
    display: block;
    width: min(1180px, 100%);
    max-height: calc(100vh - 36px);
    padding: 12px;
}

.swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-image {
    width: 100%;
    height: calc(100vh - 60px);
    max-height: 820px;
    border: 0 !important;
    padding: 0 !important;
    cursor: zoom-out;
}

.swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-image img {
    min-height: 0;
}

.swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-panel > div {
    display: none;
}

.swpe-livefood-enhance__kit-modal-panel h2 {
    margin: 0 !important;
    color: var(--swpe-lfe-ink);
    font-size: 25px;
    font-weight: 950;
    line-height: 1.12;
    text-transform: none !important;
}

.swpe-livefood-enhance__kit-modal-panel p {
    margin: 10px 0 0 !important;
    color: #344055 !important;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.5;
    text-transform: none !important;
}

.swpe-livefood-enhance__kit-progress--modal {
    margin-top: 14px;
    border-radius: 9px;
    background: #f5f8fb;
    padding: 10px;
}

.swpe-livefood-enhance__kit-progress--modal > div span,
.swpe-livefood-enhance__kit-progress--modal > div strong {
    font-size: 12px;
}

.swpe-livefood-enhance__kit-progress--modal .swpe-livefood-enhance__kit-progress-track {
    height: 9px;
}

.swpe-livefood-enhance__kit-modal-panel .swpe-livefood-enhance__kit-rewards {
    color: #166f42 !important;
    font-weight: 850;
}

.swpe-livefood-enhance__kit-modal-panel small {
    display: block;
    margin-top: 10px;
    color: var(--swpe-lfe-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
}

.swpe-livefood-enhance__kit-modal-close {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--swpe-lfe-ink) !important;
    padding: 0 !important;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 4px 16px rgba(23, 32, 51, .18);
    cursor: pointer;
}

body.swpe-livefood-kit-modal-open {
    overflow: hidden;
}

@media (max-width: 620px) {
    .swpe-livefood-enhance__kit-modal {
        align-items: end;
        padding: 10px;
    }

    .swpe-livefood-enhance__kit-modal-panel {
        grid-template-columns: 1fr;
        gap: 12px;
        width: 100%;
        max-height: calc(100vh - 20px);
        border-radius: 14px;
        padding: 14px;
    }

    .swpe-livefood-enhance__kit-modal-image {
        min-height: 250px;
    }

    .swpe-livefood-enhance__kit-modal-image img {
        height: 235px !important;
        min-height: 235px;
    }

    .swpe-livefood-enhance__kit-modal-panel h2 {
        padding-right: 34px;
        font-size: 21px;
    }

    .swpe-livefood-enhance__kit-modal-panel p {
        font-size: 13px !important;
    }

    .swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-panel {
        padding: 8px;
    }

    .swpe-livefood-enhance__kit-modal.is-image-expanded .swpe-livefood-enhance__kit-modal-image {
        height: calc(100vh - 36px);
    }
}

.swpe-livefood-enhance__option-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    border: 1px solid var(--swpe-lfe-green);
    border-radius: 8px;
    background: var(--swpe-lfe-green) !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
}

@media (min-width: 900px) {
    .swpe-livefood-enhance__card.is-expanded {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .swpe-livefood-enhance__card.is-expanded .swpe-livefood-enhance__image {
        height: 176px;
    }

    .swpe-livefood-enhance__card.is-expanded .swpe-livefood-enhance__options {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
        gap: 14px 16px;
        align-items: start;
    }

    .swpe-livefood-enhance__card.is-expanded .swpe-livefood-enhance__step + .swpe-livefood-enhance__step {
        margin-top: 0;
    }

    .swpe-livefood-enhance__option-main {
        grid-column: 1;
    }

    .swpe-livefood-enhance__step--purchase {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .swpe-livefood-enhance__option-submit {
        grid-column: 1;
        justify-self: start;
        width: min(100%, 320px);
        margin-top: 0;
    }
}

@container (max-width: 560px) {
    .swpe-livefood-enhance__packs {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .swpe-livefood-enhance__packs button {
        grid-template-columns: clamp(56px, 18cqw, 76px) minmax(0, 1fr);
        align-items: center;
        min-height: 0;
        padding: 10px;
    }

    .swpe-livefood-enhance__packs strong {
        grid-row: 1 / 4;
        font-size: clamp(18px, 8cqw, 22px);
    }

    .swpe-livefood-enhance__packs button > span {
        margin: 0;
    }

    .swpe-livefood-enhance__packs button > .swpe-livefood-enhance__silkworm-facts,
    .swpe-livefood-enhance__packs button > .swpe-livefood-enhance__option-facts {
        gap: 3px;
        margin: 0 0 4px;
    }

    .swpe-livefood-enhance__packs b {
        margin-top: 2px;
        font-size: clamp(14px, 4.6cqw, 16px);
    }

    .swpe-livefood-enhance__packs b s {
        font-size: clamp(11px, 3.6cqw, 13px);
    }

    .swpe-livefood-enhance__packs em {
        justify-self: start;
        margin-top: 4px;
        padding: 6px 8px;
        font-size: clamp(10px, 3.4cqw, 11px);
        text-align: left;
    }
}

@media (max-width: 760px) {
    .swpe-livefood-enhance__top,
    .swpe-livefood-enhance__specialist,
    .swpe-livefood-enhance__hardware-cats,
    .swpe-livefood-enhance__grid {
        grid-template-columns: 1fr;
    }

    .swpe-livefood-enhance__subscription-kit {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .swpe-livefood-enhance__subscription-kit img {
        width: 60px !important;
        height: 56px !important;
        max-width: 60px !important;
    }

    .swpe-livefood-enhance__subscription-kit strong {
        font-size: 12px;
    }

    .swpe-livefood-enhance__subscription-kit em {
        display: none;
    }

    .swpe-livefood-enhance__top {
        gap: 6px;
        margin-bottom: 8px;
    }

    .swpe-livefood-enhance__intro,
    .swpe-livefood-enhance__dispatch {
        padding: 12px;
    }

    .swpe-livefood-enhance__intro h1 {
        margin: 3px 0 5px;
        font-size: 28px;
    }

    .swpe-livefood-enhance__intro-subhead {
        margin: 0 0 4px;
        font-size: 14px;
    }

    .swpe-livefood-enhance__intro span,
    .swpe-livefood-enhance__dispatch span {
        font-size: 12px;
        line-height: 1.35;
    }

    .swpe-livefood-enhance__dispatch {
        gap: 4px;
    }

    .swpe-livefood-enhance__dispatch strong {
        font-size: 17px;
    }

    .swpe-livefood-enhance__dispatch em {
        font-size: 11px;
    }

    .swpe-livefood-enhance > .swpe-livefood-enhance__animal-guide {
        margin: 0 0 8px;
    }

    .swpe-livefood-enhance__animal-guide summary {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 46px;
        padding: 9px 11px;
    }

    .swpe-livefood-enhance__animal-guide summary > span {
        display: none;
    }

    .swpe-livefood-enhance__animal-guide summary > strong {
        grid-column: 1;
        grid-row: 1;
        font-size: 15px;
    }

    .swpe-livefood-enhance__animal-guide summary > small {
        grid-column: 2;
        grid-row: 1;
        margin-top: 0;
        font-size: 11px;
    }

    .swpe-livefood-enhance__animals {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: thin;
    }

    .swpe-livefood-enhance__animals button {
        flex: 0 0 min(76vw, 300px);
    }

    .swpe-livefood-enhance__filter-head {
        align-items: start;
        flex-direction: column;
        gap: 3px;
    }

    .swpe-livefood-enhance__filter-head small {
        text-align: left;
    }

    .swpe-livefood-enhance__bar {
        align-items: stretch;
        flex-direction: column;
        padding: 10px;
    }

    .swpe-livefood-enhance__bar [data-swpe-livefood-view-copy],
    .swpe-livefood-enhance__view-actions {
        display: none !important;
    }

    .swpe-livefood-enhance__actions {
        width: 100%;
        flex-direction: column;
    }

    .swpe-livefood-enhance__actions button,
    .swpe-livefood-enhance__actions a {
        width: 100%;
    }

    .swpe-livefood-enhance__view-switch {
        width: 100%;
    }

    .swpe-livefood-enhance__actions .swpe-livefood-enhance__mode-toggle {
        flex: 1 1 0;
        width: auto;
    }

    .swpe-livefood-enhance__guide--hardware .swpe-livefood-enhance__filter-head {
        display: none;
    }

    .swpe-livefood-enhance__category-open {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 46px;
        border: 1px solid var(--swpe-lfe-line);
        border-radius: 8px;
        background: #fff;
        color: var(--swpe-lfe-ink) !important;
        cursor: pointer;
        padding: 0 14px;
    }

    .swpe-livefood-enhance__category-open span {
        font-size: 13px;
        font-weight: 950;
    }

    .swpe-livefood-enhance__category-open strong {
        color: #236f9c;
        font-size: 13px;
        font-weight: 950;
    }

    .swpe-livefood-enhance__category-panel {
        display: none;
    }

    .swpe-livefood-enhance__category-panel.is-open {
        position: fixed;
        inset: 0;
        z-index: 999999;
        display: grid;
        align-items: end;
        background: rgba(23, 32, 51, 0.42);
        padding: 14px;
    }

    .swpe-livefood-enhance__category-panel.is-open .swpe-livefood-enhance__category-panel-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid var(--swpe-lfe-line);
        border-bottom: 0;
        border-radius: 8px 8px 0 0;
        background: #fff;
        padding: 14px;
    }

    .swpe-livefood-enhance__category-panel-head strong {
        color: var(--swpe-lfe-ink);
        font-size: 15px;
        font-weight: 950;
    }

    .swpe-livefood-enhance__category-panel-head button {
        min-height: 34px;
        border: 1px solid var(--swpe-lfe-line);
        border-radius: 8px;
        background: #fff;
        color: var(--swpe-lfe-green) !important;
        cursor: pointer;
        padding: 0 12px;
        font-size: 13px;
        font-weight: 950;
    }

    .swpe-livefood-enhance__category-panel.is-open .swpe-livefood-enhance__hardware-cats {
        display: grid;
        grid-template-columns: 1fr;
        max-height: 68vh;
        overflow: auto;
        border: 1px solid var(--swpe-lfe-line);
        border-radius: 0 0 8px 8px;
        background: #fff;
        padding: 12px;
    }

    .swpe-livefood-enhance__category-panel.is-open .swpe-livefood-enhance__hardware-cats button {
        flex: none;
    }

    .swpe-livefood-enhance__packs {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .swpe-livefood-enhance__packs button {
        grid-template-columns: 76px minmax(0, 1fr);
        align-items: center;
        min-height: 0;
        padding: 10px;
    }

    .swpe-livefood-enhance__packs strong {
        grid-row: 1 / 4;
        font-size: 22px;
    }

    .swpe-livefood-enhance__packs button > span {
        margin: 0;
    }

    .swpe-livefood-enhance__packs b {
        margin-top: 2px;
    }

    .swpe-livefood-enhance__packs em {
        justify-self: start;
        margin-top: 4px;
        padding: 6px 8px;
        font-size: 11px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .swpe-livefood-enhance {
        overflow-x: hidden;
    }

    .swpe-livefood-enhance__intro,
    .swpe-livefood-enhance__dispatch,
    .swpe-livefood-enhance__bar {
        padding: 10px;
    }

    .swpe-livefood-enhance__animals {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: thin;
    }

    .swpe-livefood-enhance__animals button {
        flex: 0 0 220px;
        grid-template-columns: 54px minmax(0, 1fr);
        min-height: 74px;
        padding: 8px 30px 8px 8px;
    }

    .swpe-livefood-enhance__animal-image {
        width: 54px;
        height: 54px;
    }

    .swpe-livefood-enhance__route-divider {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .swpe-livefood-enhance__route-divider small {
        text-align: left;
    }

    .swpe-livefood-enhance__hardware-cats {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: thin;
    }

    .swpe-livefood-enhance__hardware-cats button {
        flex: 0 0 230px;
        grid-template-columns: 52px minmax(0, 1fr);
        min-height: 72px;
        padding: 8px 30px 8px 8px;
    }

    .swpe-livefood-enhance__hardware-image {
        width: 52px;
        height: 52px;
    }

    .swpe-livefood-enhance__toast {
        right: 14px;
        bottom: 84px;
    }

    .swpe-livefood-enhance__intro h1 {
        font-size: 24px;
        line-height: 1.08;
    }

    .swpe-livefood-enhance__card {
        grid-template-columns: 88px minmax(0, 1fr);
    }

    .swpe-livefood-enhance__quick {
        grid-template-columns: 1fr;
    }

    .swpe-livefood-enhance__quick > button,
    .swpe-livefood-enhance__choose {
        width: 100%;
    }

    .swpe-livefood-enhance__options {
        padding: 12px;
    }

    .swpe-livefood-enhance__pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .swpe-livefood-enhance__pills button {
        flex: 0 0 auto;
    }

    .swpe-livefood-enhance__packs button {
        grid-template-columns: 64px minmax(0, 1fr);
    }
}

body.swpe-reptipedia-standalone {
    margin: 0;
    background: #f7faf8;
    color: #2c384b;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

body.swpe-reptipedia-standalone a {
    color: inherit;
}

.swpe-rp-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0;
}

.swpe-rp-shell__brand {
    display: grid;
    gap: 2px;
    color: #172033;
    text-decoration: none;
}

.swpe-rp-shell__brand span {
    font-size: 24px;
    font-weight: 950;
    line-height: 1;
}

.swpe-rp-shell__brand small {
    color: #657287;
    font-size: 12px;
    font-weight: 850;
}

.swpe-rp-shell__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.swpe-rp-shell__nav a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid #dce5df;
    border-radius: 999px;
    background: #fff;
    color: #1a4a2e;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.swpe-rp-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 26px 0 38px;
    color: #657287;
    font-size: 13px;
    font-weight: 850;
}

.swpe-rp-footer a {
    color: #1a4a2e;
    text-decoration: none;
}

.swpe-reptipedia {
    --swpe-rp-green: #1a4a2e;
    --swpe-rp-green-2: #2e7d46;
    --swpe-rp-pink: #e25bca;
    --swpe-rp-blue: #1ca7dc;
    --swpe-rp-ink: #172033;
    --swpe-rp-text: #2c384b;
    --swpe-rp-muted: #657287;
    --swpe-rp-line: #dce5df;
    --swpe-rp-wash: #f5f8f6;
    --swpe-rp-blue-wash: #eef8fc;
    --swpe-rp-white: #fff;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 52px;
    color: var(--swpe-rp-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

.swpe-reptipedia a {
    color: inherit;
    text-decoration: none;
}

.swpe-reptipedia__hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin: 28px 0 18px;
    padding: 30px;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(28, 167, 220, .12), rgba(226, 91, 202, .10)),
        var(--swpe-rp-wash);
}

.swpe-reptipedia__hero--simple {
    align-items: center;
}

.swpe-reptipedia__eyebrow {
    margin: 0 0 8px;
    color: var(--swpe-rp-green-2);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.swpe-reptipedia__hero h1,
.swpe-reptipedia__article-header h1 {
    max-width: 860px;
    margin: 0;
    color: var(--swpe-rp-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 950;
    line-height: 1.02;
}

.swpe-reptipedia__hero p:last-child,
.swpe-reptipedia__article-header > p {
    max-width: 740px;
    margin: 14px 0 0;
    color: var(--swpe-rp-muted);
    font-size: 17px;
}

.swpe-reptipedia__hero-link,
.swpe-reptipedia__read,
.swpe-reptipedia__pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    background: var(--swpe-rp-green);
    color: #fff !important;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.swpe-reptipedia__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.swpe-reptipedia__categories a,
.swpe-reptipedia__meta a,
.swpe-reptipedia__card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 999px;
    background: #fff;
    color: var(--swpe-rp-green);
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 900;
}

.swpe-reptipedia__categories a.is-active {
    border-color: var(--swpe-rp-green);
    background: var(--swpe-rp-green);
    color: #fff;
}

.swpe-reptipedia__filter-note {
    margin: 0 0 16px;
    color: var(--swpe-rp-muted);
    font-weight: 800;
}

.swpe-reptipedia__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.swpe-reptipedia__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 32, 51, .08);
}

.swpe-reptipedia__card-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--swpe-rp-blue-wash);
}

.swpe-reptipedia__card-image img,
.swpe-reptipedia__article-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swpe-reptipedia__card-body {
    display: flex;
    min-height: 260px;
    flex: 1;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.swpe-reptipedia__card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.swpe-reptipedia__card-tags span {
    min-height: 24px;
    background: var(--swpe-rp-wash);
    padding: 3px 9px;
    font-size: 11px;
}

.swpe-reptipedia__card h2 {
    margin: 0;
    color: var(--swpe-rp-ink);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.18;
}

.swpe-reptipedia__card p {
    margin: 0;
    color: var(--swpe-rp-muted);
    font-size: 14px;
}

.swpe-reptipedia__read {
    width: fit-content;
    margin-top: auto;
    background: var(--swpe-rp-blue);
}

.swpe-reptipedia__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 24px 0;
}

.swpe-reptipedia__pagination span {
    color: var(--swpe-rp-muted);
    font-size: 13px;
    font-weight: 900;
}

.swpe-reptipedia__legacy {
    display: grid;
    grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
    gap: 22px;
    margin: 32px 0 0;
    padding: 24px;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-reptipedia__legacy h2,
.swpe-reptipedia__side h2 {
    margin: 0;
    color: var(--swpe-rp-ink);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-reptipedia__legacy p,
.swpe-reptipedia__side p {
    margin: 10px 0 0;
    color: var(--swpe-rp-muted);
}

.swpe-reptipedia__legacy-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-reptipedia__legacy-list a {
    display: grid;
    gap: 5px;
    min-width: 0;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background: var(--swpe-rp-wash);
    padding: 14px;
}

.swpe-reptipedia__legacy-list strong {
    color: var(--swpe-rp-green);
    font-weight: 950;
}

.swpe-reptipedia__legacy-list span {
    color: var(--swpe-rp-muted);
    font-size: 13px;
}

.swpe-reptipedia__notice {
    display: grid;
    gap: 4px;
    margin: 18px 0;
    border: 1px solid #f0c7e8;
    border-radius: 8px;
    background: #fff5fc;
    padding: 16px;
    color: var(--swpe-rp-muted);
}

.swpe-reptipedia__notice strong {
    color: var(--swpe-rp-ink);
}

.swpe-reptipedia__article {
    margin: 28px 0 0;
}

.swpe-reptipedia__crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--swpe-rp-muted);
    font-size: 13px;
    font-weight: 900;
}

.swpe-reptipedia__crumbs a {
    color: var(--swpe-rp-green);
}

.swpe-reptipedia__article-image {
    aspect-ratio: 21 / 8;
    margin: 0 0 22px;
    overflow: hidden;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background: var(--swpe-rp-blue-wash);
}

.swpe-reptipedia__article-header {
    max-width: 920px;
    margin: 0 0 24px;
}

.swpe-reptipedia__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 16px 0 0;
    color: var(--swpe-rp-muted);
    font-size: 13px;
    font-weight: 900;
}

.swpe-reptipedia__article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
    gap: 32px;
    align-items: start;
}

.swpe-reptipedia__content {
    min-width: 0;
    color: var(--swpe-rp-text);
    font-size: 17px;
}

.swpe-reptipedia__content > *:first-child {
    margin-top: 0;
}

.swpe-reptipedia__content h2,
.swpe-reptipedia__content h3 {
    margin: 30px 0 12px;
    color: var(--swpe-rp-ink);
    font-weight: 950;
    line-height: 1.16;
}

.swpe-reptipedia__content h2 {
    font-size: 28px;
}

.swpe-reptipedia__content h3 {
    font-size: 22px;
}

.swpe-reptipedia__content p,
.swpe-reptipedia__content ul,
.swpe-reptipedia__content ol {
    margin: 0 0 17px;
}

.swpe-reptipedia__content a {
    color: var(--swpe-rp-green);
    font-weight: 900;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.swpe-reptipedia__content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.swpe-reptipedia__content table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.swpe-reptipedia__side {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 12px;
    border: 1px solid var(--swpe-rp-line);
    border-radius: 8px;
    background: var(--swpe-rp-wash);
    padding: 18px;
}

.swpe-reptipedia__side .swpe-reptipedia__legacy-list {
    grid-template-columns: 1fr;
}

@media (max-width: 980px) {
    .swpe-reptipedia__hero,
    .swpe-reptipedia__legacy,
    .swpe-reptipedia__article-layout {
        grid-template-columns: 1fr;
    }

    .swpe-reptipedia__hero {
        align-items: start;
    }

    .swpe-reptipedia__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-reptipedia__side {
        position: static;
    }
}

@media (max-width: 640px) {
    .swpe-rp-shell {
        width: min(100% - 20px, 1180px);
        align-items: flex-start;
        flex-direction: column;
    }

    .swpe-rp-shell__nav {
        justify-content: flex-start;
    }

    .swpe-rp-footer {
        width: min(100% - 20px, 1180px);
    }

    .swpe-reptipedia {
        width: min(100% - 20px, 1180px);
    }

    .swpe-reptipedia__hero,
    .swpe-reptipedia__legacy {
        padding: 18px;
    }

    .swpe-reptipedia__hero h1,
    .swpe-reptipedia__article-header h1 {
        font-size: 34px;
    }

    .swpe-reptipedia__grid,
    .swpe-reptipedia__legacy-list {
        grid-template-columns: 1fr;
    }

    .swpe-reptipedia__article-image {
        aspect-ratio: 16 / 10;
    }

    .swpe-reptipedia__content {
        font-size: 16px;
    }
}

body.swpe-pm-active .product-image-summary .product-images,
body.swpe-pm-active .product-image-summary .woocommerce-product-gallery {
    display: none !important;
}

body.swpe-pm-active .single-breadcrumbs-wrapper,
body.swpe-pm-active .woocommerce-breadcrumb,
body.swpe-pm-active .wd-breadcrumbs {
    display: none !important;
}

body.swpe-pm-active .swpe-pm,
body.swpe-pm-active .swpe-pm * {
    box-sizing: border-box;
}

body.swpe-pm-active .single-product-content,
body.swpe-pm-active .product-image-summary,
body.swpe-pm-active .product-image-summary-inner,
body.swpe-pm-active .product-image-summary .summary.entry-summary,
body.swpe-pm-active .product-image-summary > .summary,
body.swpe-pm-active .product-image-summary > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

body.swpe-pm-active .product-image-summary {
    display: block !important;
}

body.swpe-pm-active .product-image-summary-inner {
    display: block !important;
    grid-template-columns: 1fr !important;
    --wd-col: 1 !important;
    --wd-gap: 0 !important;
}

body.swpe-pm-active .summary.entry-summary {
    float: none !important;
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    --wd-col: 12 !important;
    --wd-col-lg: 12 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.swpe-pm {
    --swpe-pink: #d946b6;
    --swpe-pink-dark: #bd329d;
    --swpe-pink-soft: #fdf2fb;
    --swpe-cyan: #198fc7;
    --swpe-cyan-soft: #ecf8ff;
    --swpe-green: #16834d;
    --swpe-green-soft: #ecfdf3;
    --swpe-ink: #111827;
    --swpe-text: #263445;
    --swpe-muted: #66758a;
    --swpe-line: #dfe7f1;
    --swpe-soft-line: #edf2f7;
    --swpe-wash: #f7f9fc;
    --swpe-dark: #17152a;
    --swpe-white: #fff;
    --swpe-shadow: 0 18px 42px rgba(17, 24, 39, .12);
    --swpe-radius: 8px;
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 0 0;
    color: var(--swpe-text);
    font-family: "Nunito Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
    clear: both;
}

.swpe-pm,
.swpe-pm div,
.swpe-pm p,
.swpe-pm span,
.swpe-pm strong,
.swpe-pm small,
.swpe-pm h1,
.swpe-pm h2,
.swpe-pm h3,
.swpe-pm li,
.swpe-pm button,
.swpe-pm input {
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.swpe-pm button {
    appearance: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    min-height: 0;
    line-height: 1.2;
}

.swpe-pm button:before,
.swpe-pm button:after {
    display: none !important;
}

.swpe-pm__gallery {
    position: sticky;
    top: 16px;
    z-index: 1;
    display: grid;
    gap: 12px;
    min-width: 0;
    align-self: start;
}

.swpe-pm__main-image {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    background:
        radial-gradient(circle at 28% 18%, rgba(217, 70, 182, .18), transparent 30%),
        linear-gradient(135deg, var(--swpe-pink-soft), var(--swpe-cyan-soft));
    box-shadow: var(--swpe-shadow);
    overflow: hidden;
}

.swpe-pm__ribbon {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 5;
    border-radius: 999px;
    background: var(--swpe-pink);
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-pm__box-scene {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 16%, rgba(255, 255, 255, .74), transparent 22%),
        radial-gradient(circle at 28% 18%, rgba(217, 70, 182, .18), transparent 30%),
        linear-gradient(135deg, var(--swpe-pink-soft), var(--swpe-cyan-soft));
}

.swpe-pm__box-scene:before {
    display: none;
}

.swpe-pm__box-scene:after {
    display: none;
}

.swpe-pm__bundle-box {
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: 2;
    width: min(430px, 88%);
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 22px 28px rgba(17, 24, 39, .22));
}

.swpe-pm__box-fill {
    position: absolute;
    left: 22%;
    top: 34%;
    width: 56%;
    height: 31%;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 2px 8px;
    padding: 2px 4px;
    pointer-events: none;
    overflow: hidden;
    transform: perspective(560px) rotateX(10deg);
    transform-origin: center bottom;
}

.swpe-pm__box-fill:empty:before {
    content: "Your five picks will appear in the box";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(23,32,51,.48);
    font-weight: 900;
    font-size: 13px;
    text-align: center;
}

.swpe-pm__box-zone {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    animation: swpePackDrop .34s ease both;
}

.swpe-pm__box-zone.slot-1 { grid-column: 1 / 3; grid-row: 1; }
.swpe-pm__box-zone.slot-2 { grid-column: 3 / 5; grid-row: 1; }
.swpe-pm__box-zone.slot-3 { grid-column: 5 / 7; grid-row: 1; }
.swpe-pm__box-zone.slot-4 { grid-column: 2 / 4; grid-row: 2; }
.swpe-pm__box-zone.slot-5 { grid-column: 4 / 6; grid-row: 2; }

.swpe-pm__box-item {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    transform: rotate(var(--rot));
}

.swpe-pm__box-item img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    object-fit: contain;
    filter: drop-shadow(0 8px 8px rgba(0,0,0,.26));
}

.swpe-pm__scene-copy {
    position: absolute;
    left: 22px;
    right: 22px;
    top: 64px;
    z-index: 3;
    color: var(--swpe-ink);
    text-shadow: none;
}

.swpe-pm__scene-copy strong {
    display: block;
    max-width: 320px;
    font-size: 22px;
    font-weight: 950;
    line-height: 1.08;
}

.swpe-pm__scene-copy span {
    display: block;
    max-width: 320px;
    margin-top: 7px;
    color: var(--swpe-muted);
    font-size: 13px;
    font-weight: 800;
}

.swpe-pm__stock {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: calc(100% - 32px);
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--swpe-green);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .08);
}

.swpe-pm__stock span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-green);
    box-shadow: 0 0 0 5px rgba(22, 131, 77, .14);
}

@keyframes swpePackDrop {
    from { opacity: 0; transform: translateY(-28px) scale(.86); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.swpe-pm__details {
    min-width: 0;
}

.swpe-pm__brand-line {
    color: var(--swpe-muted);
    font-size: 10px;
    font-weight: 850;
    margin-bottom: 4px;
    opacity: .82;
}

.swpe-pm__title {
    margin: 0;
    color: var(--swpe-ink) !important;
    font-size: clamp(25px, 2.6vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    text-transform: none !important;
}

.swpe-pm__sale {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    margin-top: 12px;
    border-radius: 999px;
    background: var(--swpe-pink-soft) !important;
    color: var(--swpe-pink-dark) !important;
    font-size: 13px !important;
    font-weight: 900;
}

.swpe-pm__eligibility {
    max-width: 560px;
    margin-top: 10px;
    border: 1px solid #b9e8ca;
    border-radius: 8px;
    background: var(--swpe-green-soft);
    color: #12663c !important;
    padding: 9px 12px;
    font-size: 12px !important;
    font-weight: 850;
}

.swpe-pm__reviews {
    margin-top: 12px;
    color: var(--swpe-ink) !important;
    font-size: 14px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    font-weight: 900;
}

.swpe-pm__stars {
    color: #d97706;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(120, 53, 15, .18);
}

.swpe-pm__stars:before {
    content: "\2605\2605\2605\2605\2605";
}

.swpe-pm__reviews a {
    color: var(--swpe-muted) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.swpe-pm__promise {
    max-width: 650px;
    margin: 6px 0 0;
    color: var(--swpe-text) !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
}

.swpe-pm__tick-list {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.swpe-pm__tick-list li {
    color: var(--swpe-text);
    font-weight: 750;
    font-size: 14px;
}

.swpe-pm__tick-list li:before {
    content: "\2713";
    color: var(--swpe-green);
    font-weight: 950;
    margin-right: 8px;
}

.swpe-pm__headline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 12px;
    margin: 12px 0 0;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--swpe-soft-line);
}

.swpe-pm__headline strong {
    color: var(--swpe-green);
    font-size: clamp(28px, 3.1vw, 36px);
    font-weight: 900;
    line-height: 1;
}

.swpe-pm__headline > span {
    color: var(--swpe-green);
    font-size: clamp(17px, 1.7vw, 22px);
    font-weight: 900;
    line-height: 1.15;
}

.swpe-pm__headline em {
    border-radius: 999px;
    background: var(--swpe-green-soft);
    color: var(--swpe-green);
    padding: 6px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.swpe-pm__progress {
    height: 7px;
    border-radius: 999px;
    background: #e8edf4;
    overflow: hidden;
    margin: -2px 0 12px 36px;
}

.swpe-pm__choice-note {
    margin: -2px 0 10px 36px !important;
    border-left: 3px solid var(--swpe-cyan);
    color: var(--swpe-muted) !important;
    padding-left: 10px;
    font-size: 11px !important;
    font-weight: 750;
    line-height: 1.4 !important;
}

.swpe-pm__progress span {
    display: block;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--swpe-pink), var(--swpe-cyan), var(--swpe-green));
    transition: width .22s ease;
}

.swpe-pm__form {
    margin: 0;
}

.swpe-pm__step {
    margin-top: 17px;
}

.swpe-pm__step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.swpe-pm__step-head > span {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--swpe-pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
    flex: 0 0 26px;
}

.swpe-pm__step-head strong {
    color: var(--swpe-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-pm__step-head em {
    margin-left: auto;
    color: var(--swpe-pink-dark);
    font-size: 13px;
    font-style: normal;
    font-weight: 950;
}

.swpe-pm__product-tiles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
    padding-left: 36px;
}

.swpe-pm__product-tile {
    min-height: 94px;
    position: relative;
    display: grid;
    grid-template-rows: 42px minmax(28px, auto);
    align-content: start;
    justify-items: center;
    gap: 6px;
    border: 2px solid var(--swpe-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-ink) !important;
    text-align: center;
    font-weight: 950;
    padding: 9px 7px !important;
    transition: border-color .16s ease, background .16s ease, transform .16s ease;
    min-width: 0;
    overflow: visible;
}

.swpe-pm__product-tile:hover {
    border-color: #c8d2df !important;
    transform: translateY(-1px);
}

.swpe-pm__product-tile.is-active {
    border-color: var(--swpe-pink) !important;
    background: var(--swpe-pink-soft) !important;
    box-shadow: inset 0 0 0 2px var(--swpe-pink);
}

.swpe-pm__tile-photo {
    width: 58px;
    height: 42px;
    object-fit: contain;
}

.swpe-pm__tile-name {
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    color: var(--swpe-ink);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.16;
    overflow-wrap: normal;
    word-break: normal;
}

.swpe-pm__tile-count {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
    display: none;
    place-items: center;
    background: var(--swpe-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 950;
    box-shadow: 0 5px 12px rgba(226,91,202,.28);
}

.swpe-pm__product-tile.has-items .swpe-pm__tile-count {
    display: grid;
}

.swpe-pm__active-panel {
    border: 1px solid var(--swpe-line);
    border-radius: var(--swpe-radius);
    background: #fff;
    padding: 14px;
    margin: 0 0 8px 36px;
}

.swpe-pm__active-panel[hidden] {
    display: none;
}

.swpe-pm__active-panel.is-shaking {
    animation: swpePmShake .38s ease both;
}

.swpe-pm__drawer-overlay[hidden] {
    display: none;
}

.swpe-pm__drawer-collapse {
    display: none;
}

.swpe-pm__drawer-box,
.swpe-pm__drawer-confirm-wrap {
    display: none;
}

.swpe-pm__active-head {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.swpe-pm__mark {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: var(--group-soft);
    color: var(--group-ink);
    font-weight: 950;
    font-size: 12px;
}

.swpe-pm__active-head strong {
    color: var(--swpe-ink);
    display: block;
}

.swpe-pm__active-head small {
    color: var(--swpe-muted);
    display: block;
    font-size: 12px;
}

.swpe-pm__group-count {
    color: var(--swpe-muted);
    font-size: 13px;
    font-weight: 850;
}

.swpe-pm__active-progress {
    grid-column: 1 / -1;
    display: grid;
    gap: 6px;
}

.swpe-pm__active-progress span {
    color: var(--swpe-muted);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.swpe-pm__active-progress div {
    height: 6px;
    border-radius: 999px;
    background: #e8edf4;
    overflow: hidden;
}

.swpe-pm__active-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--swpe-pink), var(--swpe-cyan), var(--swpe-green));
    transition: width .22s ease;
}

.swpe-pm__limit-message {
    margin: -2px 0 10px;
    border-radius: 8px;
    background: #fff1f1;
    color: #b42318;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.25;
    padding: 8px 10px;
}

.swpe-pm__limit-message:empty {
    display: none;
}

.swpe-pm__variant-list {
    display: grid;
    gap: 8px;
}

.swpe-pm__variant-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 58px;
    padding: 10px 12px;
    border: 2px solid var(--swpe-line);
    border-radius: var(--swpe-radius);
    background: #fff;
}

.swpe-pm__variant-row.is-active {
    background: var(--swpe-pink-soft);
    border-color: #efb4e5;
}

.swpe-pm__variant-name {
    color: var(--swpe-ink);
    font-weight: 850;
    font-size: 14px;
    overflow-wrap: anywhere;
}

.swpe-pm__variant-info {
    color: var(--swpe-muted);
    font-size: 12px;
    line-height: 1.25;
    margin-top: 2px;
    overflow-wrap: anywhere;
}

.swpe-pm__qty {
    display: grid;
    grid-template-columns: 34px 32px 34px;
    border: 1px solid var(--swpe-line);
    border-radius: 8px;
    overflow: hidden;
}

.swpe-pm__qty button {
    border: 0 !important;
    background: #f1f5f9 !important;
    color: var(--swpe-ink) !important;
    font-size: 18px;
    height: 34px;
    min-height: 34px;
    padding: 0 !important;
    line-height: 1;
}

.swpe-pm__qty button:disabled {
    cursor: not-allowed;
    opacity: .35;
}

.swpe-pm__qty output {
    height: 34px;
    display: grid;
    place-items: center;
    border-left: 1px solid var(--swpe-line);
    border-right: 1px solid var(--swpe-line);
    font-weight: 950;
    color: var(--swpe-ink);
}

.swpe-pm__purchase-card {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    border: 2px solid var(--swpe-line) !important;
    border-radius: var(--swpe-radius) !important;
    background: #fff !important;
    color: var(--swpe-ink) !important;
    text-align: left;
    padding: 14px 16px !important;
    margin-bottom: 8px;
    margin-left: 36px;
    width: calc(100% - 36px);
}

.swpe-pm__purchase-card--sub {
    border-color: var(--swpe-line) !important;
    background: #fff !important;
}

.swpe-pm__purchase-card.is-active {
    border-color: #f0aee4 !important;
    background: var(--swpe-pink-soft) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-pink);
}

.swpe-pm__purchase-card--sub.is-active {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.swpe-pm__radio {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    border: 2px solid #b6c1ce;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.swpe-pm__purchase-card.is-active .swpe-pm__radio {
    border-color: var(--swpe-pink);
}

.swpe-pm__purchase-card.is-active .swpe-pm__radio:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--swpe-pink);
}

.swpe-pm__purchase-card strong {
    display: block;
    color: var(--swpe-ink) !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

.swpe-pm__purchase-card small {
    color: var(--swpe-muted) !important;
    display: block;
    margin-top: 2px;
    font-size: 13px !important;
}

.swpe-pm__purchase-copy {
    display: grid;
    gap: 3px;
}

.swpe-pm__offer-badge {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--swpe-green);
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-pm__purchase-price {
    margin-left: auto;
    color: var(--swpe-ink) !important;
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
    text-align: right;
}

.swpe-pm__purchase-price small {
    display: block;
    color: var(--swpe-muted) !important;
    font-size: 11px !important;
    font-weight: 850;
}

.swpe-pm__sub-details {
    display: none;
    border: 2px solid var(--swpe-pink);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--swpe-pink);
    padding: 14px 16px;
    margin: -8px 0 10px 36px;
}

.swpe-pm__sub-details.is-visible {
    display: block;
}

.swpe-pm__sub-details > span {
    display: block;
    margin-bottom: 8px;
    color: var(--swpe-muted);
    font-size: 11px;
    font-weight: 950;
}

.swpe-pm__frequency-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.swpe-pm__frequency-option {
    min-height: 44px;
    border: 2px solid var(--swpe-line) !important;
    border-radius: var(--swpe-radius);
    background: #fff !important;
    color: var(--swpe-ink) !important;
    font-weight: 900;
    padding: 0 10px;
}

.swpe-pm__frequency-option.is-active {
    border-color: var(--swpe-pink) !important;
    background: var(--swpe-pink-soft) !important;
    color: var(--swpe-pink-dark) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-pink);
}

.swpe-pm__sub-details ul {
    display: grid;
    gap: 5px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    color: var(--swpe-text);
    font-size: 13px;
}

.swpe-pm__sub-details li {
    position: relative;
    padding-left: 18px;
    font-weight: 750;
}

.swpe-pm__sub-details li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-green);
}

.swpe-pm__slot-help {
    margin: 8px 0 0 36px;
    color: var(--swpe-muted);
    font-size: 13px;
    font-weight: 850;
}

.swpe-pm__subscription-pack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 148px);
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    border: 1px solid #b7ead0;
    border-radius: 8px;
    background: var(--swpe-green-soft);
    color: var(--swpe-text);
    padding: 14px 16px;
}

.swpe-pm__subscription-pack[hidden] {
    display: none;
}

.swpe-pm__subscription-pack strong {
    color: var(--swpe-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-pm__subscription-pack p {
    margin: 0 !important;
    color: var(--swpe-text) !important;
    font-size: 13px !important;
    font-weight: 750;
}

.swpe-pm__subscription-pack ul {
    display: grid;
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-pm__subscription-pack li {
    position: relative;
    padding-left: 18px;
    color: var(--swpe-text);
    font-size: 12px;
    font-weight: 750;
}

.swpe-pm__subscription-pack li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-green);
}

.swpe-pm__pack-preview {
    display: flex;
    width: 100%;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 1px solid #9ddfbd;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-green);
    padding: 6px;
    text-align: center;
}

.swpe-pm__pack-preview img {
    display: block;
    width: 100%;
    max-width: 132px;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: cover;
}

.swpe-pm__pack-preview span {
    display: block;
    color: var(--swpe-green);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.swpe-pm__summary {
    display: grid;
    gap: 8px;
    background: linear-gradient(135deg, var(--swpe-dark), #2b1a48);
    color: #fff;
    padding: 18px;
    border-radius: var(--swpe-radius);
    margin-top: 14px;
}

.swpe-pm__summary-items {
    display: grid;
    gap: 6px;
    min-height: 42px;
}

.swpe-pm__summary-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255,255,255,.76);
    font-size: 13px;
    font-weight: 750;
}

.swpe-pm__summary-row strong {
    color: #fff;
}

.swpe-pm__summary-empty {
    color: rgba(255,255,255,.58);
    font-size: 13px;
}

.swpe-pm__summary-total {
    border-top: 1px solid rgba(255,255,255,.14);
    padding-top: 8px;
    margin-top: 8px;
}

.swpe-pm__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    margin-top: 18px;
}

.swpe-pm .swpe-pm__form .swpe-pm__atc {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 2 1 280px;
    order: 0 !important;
    width: 100%;
    min-height: 62px !important;
    height: auto !important;
    border: 0 !important;
    border-radius: var(--swpe-radius);
    background: var(--swpe-pink) !important;
    color: #fff !important;
    font-weight: 950;
    font-size: 17px !important;
    line-height: 1.2 !important;
    margin-top: 0;
    padding: 18px 22px !important;
    text-align: center;
    white-space: normal;
    box-shadow: 0 16px 30px rgba(226, 91, 202, .24);
}

.swpe-pm .swpe-pm__form .swpe-pm__atc:hover,
.swpe-pm__mobile-bar button:hover {
    background: var(--swpe-pink-dark) !important;
}

.swpe-pm .swpe-pm__form .swpe-pm__atc:disabled {
    background: #e9a3dc !important;
    color: #fff !important;
    opacity: 1;
    cursor: not-allowed;
    box-shadow: none;
}

.swpe-pm__delivery {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 2px 10px;
    margin-top: 14px;
    border: 1px solid #b9e3f7;
    border-radius: 8px;
    background: var(--swpe-cyan-soft);
    color: #155f85;
    padding: 14px;
}

.swpe-pm__delivery:before {
    content: "24";
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-cyan);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    grid-row: 1 / span 2;
    font-size: 13px;
    font-weight: 950;
}

.swpe-pm__delivery strong {
    display: block;
    font-size: 14px;
    font-weight: 950;
}

.swpe-pm__delivery span {
    display: block;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 750;
}

.swpe-pm__rewards {
    margin-top: 14px;
    border: 1px solid var(--swpe-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.swpe-pm__rewards > button {
    width: 100%;
    border: 0 !important;
    background: linear-gradient(135deg, var(--swpe-dark), #2b1a48) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px !important;
    text-align: left;
}

.swpe-pm__rewards > button span {
    flex: 1;
    font-size: 14px;
    font-weight: 950;
}

.swpe-pm__rewards > button strong {
    border-radius: 999px;
    background: var(--swpe-pink);
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 950;
}

.swpe-pm__rewards > button em {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-style: normal;
    font-weight: 950;
    transition: transform .18s ease;
}

.swpe-pm__rewards > button[aria-expanded="true"] em {
    transform: rotate(180deg);
}

.swpe-pm__rewards > div {
    padding: 16px;
}

.swpe-pm__rewards > div[hidden] {
    display: none;
}

.swpe-pm__rewards p {
    margin: 0 0 12px !important;
    color: var(--swpe-muted) !important;
    font-size: 13px !important;
}

.swpe-pm__rewards div div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-pm__rewards article {
    border: 1px solid var(--swpe-line);
    border-radius: 8px;
    background: var(--swpe-wash);
    padding: 12px;
}

.swpe-pm__rewards article.swpe-pm__reward-card--premium {
    border-color: #ead27b;
    background: linear-gradient(135deg, #fffdf2, #fff3c9);
}

.swpe-pm__rewards article.swpe-pm__reward-card--standard {
    border-color: #d6dce5;
    background: linear-gradient(135deg, #fbfcfe, #edf1f6);
}

.swpe-pm__rewards article strong,
.swpe-pm__rewards article span {
    display: block;
}

.swpe-pm__rewards article strong {
    color: var(--swpe-ink);
    font-size: 13px;
    font-weight: 950;
}

.swpe-pm__rewards article span {
    margin-top: 4px;
    color: var(--swpe-muted);
    font-size: 12px;
}

.swpe-pm__tabs {
    grid-column: 1 / -1;
    position: relative;
    z-index: 2;
    margin-top: 14px;
    padding-top: 22px;
    background: #fff;
}

.swpe-pm__tabs > div[role="tablist"] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid var(--swpe-line);
}

.swpe-pm__tabs > div[role="tablist"] button {
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--swpe-muted) !important;
    padding: 13px 16px 11px !important;
    font-size: 14px;
    font-weight: 950;
}

.swpe-pm__tabs > div[role="tablist"] button.is-active {
    border-bottom-color: var(--swpe-pink) !important;
    color: var(--swpe-pink-dark) !important;
}

.swpe-pm__tabs section {
    display: none;
    max-width: 920px;
    padding: 22px 0 4px;
}

.swpe-pm__tabs section.is-active {
    display: block;
}

.swpe-pm__tabs h2 {
    margin: 0 0 8px;
    color: var(--swpe-ink);
    font-size: 20px;
    font-weight: 950;
}

.swpe-pm__tabs p {
    margin: 0 0 12px !important;
    color: var(--swpe-text) !important;
    font-size: 15px !important;
    line-height: 1.65;
}

.swpe-pm__toast {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -120%);
    min-width: min(440px, calc(100vw - 32px));
    opacity: 0;
    padding: 12px 14px;
    border-radius: var(--swpe-radius);
    background: #172033;
    color: #fff;
    font-weight: 900;
    text-align: center;
    box-shadow: var(--swpe-shadow);
    transition: transform .2s ease, opacity .2s ease;
    pointer-events: none;
}

.swpe-pm__toast.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
}

.swpe-pm__mobile-bar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid var(--swpe-line);
    padding: 10px 12px;
    box-shadow: 0 -8px 24px rgba(23,32,51,.10);
    gap: 10px;
    align-items: center;
}

.swpe-pm__mobile-summary-toggle,
.swpe-pm__mobile-summary-panel {
    display: none;
}

.swpe-pm__mobile-bar div {
    flex: 1;
}

.swpe-pm__mobile-bar strong {
    display: block;
    color: var(--swpe-ink);
}

.swpe-pm__mobile-bar span {
    color: var(--swpe-muted);
    font-size: 12px;
}

.swpe-pm__mobile-bar button {
    min-height: 44px;
    border: 0 !important;
    border-radius: var(--swpe-radius);
    background: var(--swpe-pink) !important;
    color: #fff !important;
    padding: 0 16px !important;
    font-weight: 950;
}

.swpe-pm__mobile-bar button:disabled {
    opacity: .5;
    cursor: not-allowed;
}

@media (max-width: 820px) {
    .swpe-pm {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .swpe-pm__gallery {
        position: static;
    }

    .swpe-pm__main-image {
        aspect-ratio: 16 / 9;
        max-height: 420px;
    }

    .swpe-pm__box-scene {
        min-height: 300px;
    }
}

@media (max-width: 680px) {
    body.swpe-pm-active {
        padding-bottom: 104px;
    }

    .swpe-pm {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        overflow-x: clip;
        padding-top: 8px;
    }

    .swpe-pm__gallery,
    .swpe-pm__details,
    .swpe-pm__tabs,
    .swpe-pm__main-image,
    .swpe-pm__box-scene {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .swpe-pm__main-image {
        aspect-ratio: auto;
        height: clamp(350px, 92vw, 390px);
        max-height: none;
    }

    .swpe-pm__box-scene {
        height: 100%;
        min-height: 0;
    }

    .swpe-pm__scene-copy {
        left: 22px;
        right: 22px;
        top: 78px;
        z-index: 6;
        width: min(310px, calc(100% - 44px));
        border: 1px solid rgba(255, 255, 255, .72);
        border-radius: 8px;
        background: rgba(255, 255, 255, .82);
        padding: 8px 10px;
        box-shadow: 0 12px 24px rgba(17, 24, 39, .08);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .swpe-pm__scene-copy strong {
        font-size: 19px;
    }

    .swpe-pm__scene-copy span {
        max-width: 100%;
        font-size: 12px;
        line-height: 1.28;
    }

    .swpe-pm__box-fill {
        left: 5%;
        top: 39%;
        width: 90%;
        height: 42%;
        gap: 3px 6px;
        padding: 6px 8px 11px;
        transform: perspective(540px) rotateX(10deg) scale(.96);
    }

    .swpe-pm__box-fill:empty:before {
        font-size: 11px;
    }

    .swpe-pm__bundle-box {
        width: min(390px, 92%);
        top: 64%;
    }

    .swpe-pm__choice-note {
        margin-left: 0 !important;
    }

    .swpe-pm__box-item {
        position: relative;
        width: 92%;
        height: 92%;
        overflow: visible;
    }

    .swpe-pm__box-item img {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        transform: scale(1.08);
    }

    .swpe-pm__product-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        overflow: visible;
        padding: 0 0 0 0;
    }

    .swpe-pm__product-tile {
        min-height: 88px;
        padding: 8px 6px !important;
    }

    .swpe-pm__tile-name {
        font-size: 11px;
    }

    .swpe-pm__active-head {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .swpe-pm__group-count {
        grid-column: 2;
    }

    .swpe-pm__drawer-overlay {
        position: fixed;
        inset: 0;
        z-index: 10000;
        display: block;
        background: rgba(18, 26, 45, .38);
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
    }

    .swpe-pm__active-panel {
        position: fixed;
        top: calc(96px + env(safe-area-inset-top, 0px));
        bottom: calc(104px + env(safe-area-inset-bottom, 0px));
        left: 0;
        z-index: 10001;
        width: min(360px, 88vw);
        margin: 0;
        overflow-y: auto;
        border-width: 0 2px 0 0;
        border-color: var(--swpe-pink);
        border-radius: 0 14px 14px 0;
        padding: 22px 14px 16px;
        box-shadow: 22px 0 42px rgba(18, 26, 45, .22);
        animation: swpePmDrawerIn .22s ease both;
        overscroll-behavior: contain;
    }

    .swpe-pm__drawer-box {
        display: grid;
        grid-template-columns: 68px minmax(0, 1fr);
        align-items: stretch;
        min-height: 132px;
        margin: 0 0 12px;
        overflow: hidden;
        border: 1px solid #d9e4f0;
        border-radius: 10px;
        background: linear-gradient(135deg, var(--swpe-pink-soft), var(--swpe-cyan-soft));
    }

    .swpe-pm__drawer-box-label {
        position: relative;
        z-index: 2;
        display: grid;
        align-content: center;
        gap: 5px;
        padding: 11px 0 11px 12px;
    }

    .swpe-pm__drawer-box-label strong {
        color: var(--swpe-ink);
        font-size: 13px;
        font-weight: 950;
        line-height: 1.1;
    }

    .swpe-pm__drawer-box-label span {
        width: fit-content;
        border-radius: 999px;
        background: #fff;
        color: var(--swpe-pink-dark);
        padding: 3px 7px;
        font-size: 11px;
        font-weight: 950;
        line-height: 1.1;
        box-shadow: 0 4px 12px rgba(17, 24, 39, .08);
    }

    .swpe-pm__drawer-box-stage {
        position: relative;
        min-width: 0;
        min-height: 132px;
        background: url('../images/pick-n-mix/emptybox.webp') center / 100% auto no-repeat;
    }

    .swpe-pm__drawer-box-fill {
        position: absolute;
        top: 12%;
        left: 5%;
        z-index: 2;
        display: grid;
        width: 90%;
        height: 76%;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: 3px 4px;
        overflow: hidden;
        padding: 6px 6px 9px;
        pointer-events: none;
        transform: perspective(300px) rotateX(10deg);
        transform-origin: center bottom;
    }

    .swpe-pm__drawer-box-fill:empty:before {
        content: "Your picks";
        position: absolute;
        inset: 0;
        display: grid;
        place-items: center;
        color: rgba(23, 32, 51, .46);
        font-size: 8px;
        font-weight: 950;
        text-align: center;
    }

    .swpe-pm__drawer-box-fill .swpe-pm__box-item img {
        filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .22));
    }

    .swpe-pm__drawer-confirm-wrap {
        position: sticky;
        right: 0;
        bottom: -16px;
        left: 0;
        z-index: 4;
        display: block;
        margin: 14px -14px -16px;
        border-top: 1px solid var(--swpe-line);
        background: rgba(255, 255, 255, .96);
        padding: 10px 14px 12px;
        box-shadow: 0 -10px 22px rgba(17, 24, 39, .08);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .swpe-pm__drawer-confirm {
        display: block;
        width: 100%;
        min-height: 46px !important;
        border: 0 !important;
        border-radius: 9px !important;
        background: var(--swpe-pink) !important;
        color: #fff !important;
        padding: 11px 16px !important;
        font-size: 15px;
        font-weight: 950;
        text-align: center;
        box-shadow: 0 10px 22px rgba(217, 70, 182, .25);
    }

    .swpe-pm__drawer-collapse {
        display: grid;
        grid-column: 3;
        grid-row: 1 / span 2;
        place-items: center;
        width: 38px;
        height: 38px;
        align-self: center;
        border: 0 !important;
        border-radius: 999px !important;
        background: var(--swpe-pink) !important;
        color: #fff !important;
        padding: 0 !important;
        box-shadow: 0 10px 22px rgba(226, 91, 202, .28);
    }

    .swpe-pm__drawer-collapse span {
        display: block;
        color: #fff;
        font-size: 22px;
        font-weight: 950;
        line-height: 1;
        animation: swpePmNudgeLeft 1.1s ease-in-out infinite;
    }

    .swpe-pm__frequency-options {
        grid-template-columns: 1fr;
    }

    .swpe-pm__purchase-card {
        align-items: flex-start;
        margin-left: 0;
        width: 100%;
    }

    .swpe-pm__variant-row > div {
        min-width: 0;
    }

    .swpe-pm__purchase-price {
        white-space: normal;
        text-align: right;
    }

    .swpe-pm__progress,
    .swpe-pm__active-panel,
    .swpe-pm__slot-help,
    .swpe-pm__sub-details {
        margin-left: 0;
    }

    .swpe-pm__subscription-pack {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .swpe-pm__subscription-pack li {
        font-size: 11px;
    }

    .swpe-pm__pack-preview {
        justify-self: center;
        width: min(132px, 100%);
        padding: 5px;
    }

    .swpe-pm__stock {
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: center;
        max-width: none;
        border-radius: 8px;
        padding: 8px 10px;
        font-size: 11px;
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .swpe-pm__stock span {
        flex: 0 0 auto;
        margin-top: 1px;
    }

    .swpe-pm__rewards div div {
        grid-template-columns: 1fr;
    }

    .swpe-pm__tabs > div[role="tablist"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .swpe-pm__tabs > div[role="tablist"] button {
        flex: 0 0 auto;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .swpe-pm__mobile-bar {
        display: flex;
        min-height: 78px;
        padding: 18px 12px calc(12px + env(safe-area-inset-bottom, 0px));
    }

    .swpe-pm__mobile-bar > div:not(.swpe-pm__mobile-summary-panel) {
        display: grid;
        gap: 3px;
    }

    .swpe-pm__mobile-summary-toggle {
        position: absolute;
        top: -17px;
        left: 50%;
        z-index: 2;
        display: grid;
        place-items: center;
        width: 44px;
        height: 28px;
        min-height: 28px;
        border: 1px solid var(--swpe-pink) !important;
        border-bottom: 0 !important;
        border-radius: 999px 999px 0 0 !important;
        background: var(--swpe-pink) !important;
        padding: 0 !important;
        transform: translateX(-50%);
        box-shadow: 0 -8px 18px rgba(226, 91, 202, .24);
    }

    .swpe-pm__mobile-summary-toggle span {
        width: 11px;
        height: 11px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(-135deg) translate(-1px, -1px);
        transition: transform .18s ease;
    }

    .swpe-pm__mobile-summary-toggle[aria-expanded="true"] span {
        transform: rotate(45deg) translate(-2px, -2px);
    }

    .swpe-pm__mobile-summary-panel {
        position: absolute;
        right: 12px;
        bottom: calc(100% + 10px);
        left: 12px;
        z-index: 1;
        display: block;
        max-height: min(44vh, 320px);
        max-height: min(52vh, calc(100dvh - 170px));
        overflow: auto;
        border: 1px solid var(--swpe-line);
        border-radius: 8px;
        background: #fff;
        padding: 12px 12px calc(12px + env(safe-area-inset-bottom, 0px));
        box-shadow: 0 -16px 36px rgba(23, 32, 51, .14);
        overscroll-behavior: contain;
    }

    .swpe-pm__mobile-summary-panel[hidden] {
        display: none;
    }

    .swpe-pm__mobile-summary-panel > strong {
        display: block;
        margin-bottom: 8px;
        color: var(--swpe-ink);
        font-size: 13px;
        font-weight: 950;
    }

    .swpe-pm__mobile-summary-panel [data-swpe-mobile-summary-items] {
        display: grid;
        gap: 7px;
    }

    .swpe-pm__mobile-summary-panel [data-swpe-mobile-summary-items] span {
        display: block;
        border: 1px solid var(--swpe-soft-line);
        border-radius: 7px;
        background: var(--swpe-wash);
        color: var(--swpe-text);
        padding: 8px 9px;
        font-size: 12px;
        font-weight: 750;
        line-height: 1.25;
    }

    .swpe-pm__mobile-summary-panel [data-swpe-mobile-summary-items] b {
        color: var(--swpe-pink-dark);
        font-weight: 950;
    }

    .swpe-pm__mobile-summary-empty {
        color: var(--swpe-muted) !important;
        background: #fff !important;
    }

    .swpe-pm__mobile-bar span[data-swpe-mobile-status] {
        display: inline-flex;
        width: fit-content;
        border-radius: 999px;
        background: var(--swpe-pink-soft);
        color: var(--swpe-pink-dark);
        padding: 3px 8px;
        font-size: 11px;
        font-weight: 900;
    }

    .swpe-pm__mobile-bar button:not(.swpe-pm__mobile-summary-toggle) {
        max-width: 48%;
        padding: 0 14px !important;
        font-size: 13px;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    body.swpe-pm-summary-open {
        padding-bottom: calc(270px + env(safe-area-inset-bottom, 0px));
    }

    body.swpe-pm-active.swpe-pm-summary-open {
        --swpe-pm-whatsapp-bottom: calc(430px + env(safe-area-inset-bottom, 0px));
    }

    @supports (height: 100dvh) {
        body.swpe-pm-active.swpe-pm-summary-open {
            --swpe-pm-whatsapp-bottom: calc(min(52vh, calc(100dvh - 170px)) + 112px + env(safe-area-inset-bottom, 0px));
        }
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-pm__mobile-bar,
    body.swpe-pm-active.swpe-mini-cart-lock .swpe-pm__mobile-summary-panel {
        transform: translateY(120%);
        pointer-events: none;
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-site-header .mini-cart-backdrop {
        z-index: 10020;
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-site-header .mini-cart-panel {
        z-index: 10021;
        height: 100vh;
        height: 100dvh;
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-site-header .mini-cart-form {
        flex: 1 1 auto;
        min-height: 0;
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-site-header .mini-cart-items {
        flex: 1 1 auto;
    }

    body.swpe-pm-active.swpe-mini-cart-lock .swpe-site-header .mini-cart-footer {
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    }

    body.swpe-pm-active #wa-chat-widget,
    body.swpe-pm-active .swpe-pm-chat-safe,
    body.swpe-pm-active .joinchat,
    body.swpe-pm-active .qlwapp,
    body.swpe-pm-active .qlwapp-container,
    body.swpe-pm-active .ht-ctc,
    body.swpe-pm-active [class*="whatsapp"] {
        right: auto !important;
        left: 14px !important;
        bottom: var(--swpe-pm-whatsapp-bottom, calc(104px + env(safe-area-inset-bottom, 0px))) !important;
        z-index: 10002 !important;
    }

    body.swpe-pm-options-open #wa-chat-widget,
    body.swpe-pm-options-open .swpe-pm-chat-safe,
    body.swpe-pm-options-open .joinchat,
    body.swpe-pm-options-open .qlwapp,
    body.swpe-pm-options-open .qlwapp-container,
    body.swpe-pm-options-open .ht-ctc,
    body.swpe-pm-options-open [class*="whatsapp"] {
        opacity: 0 !important;
        pointer-events: none !important;
        transform: translateY(8px) !important;
    }
}

@keyframes swpePmDrawerIn {
    from {
        opacity: .82;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes swpePmNudgeLeft {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-4px);
    }
}

@keyframes swpePmShake {
    0%, 100% {
        transform: translateX(0);
    }

    20%, 60% {
        transform: translateX(-7px);
    }

    40%, 80% {
        transform: translateX(7px);
    }
}

body.swpe-locust-active .product-image-summary .product-images,
body.swpe-locust-active .product-image-summary .woocommerce-product-gallery {
    display: none !important;
}

body.swpe-locust-active .swpe-locust,
body.swpe-locust-active .swpe-locust * {
    box-sizing: border-box;
}

body.swpe-locust-active .swpe-locust {
    float: none !important;
    min-width: 0;
}

body.swpe-locust-active .single-product-content,
body.swpe-locust-active .product-image-summary,
body.swpe-locust-active .product-image-summary-inner,
body.swpe-locust-active .product-image-summary .summary.entry-summary,
body.swpe-locust-active .product-image-summary > .summary,
body.swpe-locust-active .product-image-summary > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

body.swpe-locust-active .product-image-summary-inner {
    display: block !important;
}

.swpe-locust {
    --swpe-locust-pink: #d946b6;
    --swpe-locust-pink-dark: #bd329d;
    --swpe-locust-pink-wash: #fdf2fb;
    --swpe-locust-blue: #198fc7;
    --swpe-locust-blue-wash: #ecf8ff;
    --swpe-locust-green: #16834d;
    --swpe-locust-green-wash: #ecfdf3;
    --swpe-locust-ink: #111827;
    --swpe-locust-text: #263445;
    --swpe-locust-muted: #66758a;
    --swpe-locust-soft: #f7f9fc;
    --swpe-locust-line: #dfe7f1;
    --swpe-locust-line-soft: #edf2f7;
    --swpe-locust-dark: #17152a;
    --swpe-locust-shadow: 0 18px 42px rgba(17, 24, 39, .12);
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 0 0;
    color: var(--swpe-locust-text);
    font-family: "Nunito Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
    clear: both;
}

.swpe-locust,
.swpe-locust div,
.swpe-locust p,
.swpe-locust span,
.swpe-locust strong,
.swpe-locust small,
.swpe-locust h1,
.swpe-locust h2,
.swpe-locust em,
.swpe-locust b,
.swpe-locust button,
.swpe-locust input {
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.swpe-locust button {
    appearance: none;
    min-height: 0;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}

.swpe-locust button:before,
.swpe-locust button:after {
    display: none !important;
}

.swpe-locust__media {
    align-self: start;
    position: relative;
    top: 16px;
    position: sticky;
    z-index: 1;
}

.swpe-locust__hero {
    position: relative;
    aspect-ratio: 1;
    width: 100%;
    min-height: 0;
    max-width: 100%;
    border-radius: 8px;
    background:
        radial-gradient(circle at 28% 18%, rgba(217, 70, 182, .18), transparent 30%),
        linear-gradient(135deg, var(--swpe-locust-pink-wash), var(--swpe-locust-blue-wash));
    box-shadow: var(--swpe-locust-shadow);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(28px, 5vw, 58px);
}

.swpe-locust__hero img {
    display: block;
    width: min(380px, 82%);
    height: auto !important;
    max-height: 76%;
    max-width: 82% !important;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(17, 24, 39, .22));
}

.swpe-locust__ribbon {
    position: absolute;
    top: 16px;
    left: 16px;
    border-radius: 6px;
    background: var(--swpe-locust-pink);
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.swpe-locust__stock {
    position: absolute;
    left: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 999px;
    background: rgba(255, 255, 255, .94);
    color: var(--swpe-locust-green);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(17, 24, 39, .08);
}

.swpe-locust__stock span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-locust-green);
    box-shadow: 0 0 0 5px rgba(22, 131, 77, .14);
}

.swpe-locust__brand {
    color: var(--swpe-locust-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    margin-bottom: 4px;
    opacity: .82;
    text-transform: uppercase;
}

.swpe-locust h1 {
    margin: 0;
    color: var(--swpe-locust-ink) !important;
    font-size: clamp(25px, 2.6vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
}

.swpe-locust__intro {
    max-width: 650px;
    margin: 6px 0 0;
    color: var(--swpe-locust-text) !important;
    font-size: 14px !important;
}

.swpe-locust__rating {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin-top: 12px;
    color: var(--swpe-locust-ink);
    font-size: 14px;
    font-weight: 900;
}

.swpe-locust__stars {
    color: #d97706;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(120, 53, 15, .18);
}

.swpe-locust__rating a {
    color: var(--swpe-locust-muted) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.swpe-locust__headline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 12px;
    margin: 12px 0 0;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--swpe-locust-line-soft);
}

.swpe-locust__headline strong {
    color: var(--swpe-locust-green);
    font-size: clamp(28px, 3.1vw, 36px);
    font-weight: 900;
    line-height: 1;
}

.swpe-locust__headline > span {
    color: var(--swpe-locust-green);
    font-size: clamp(17px, 1.7vw, 22px);
    font-weight: 900;
    line-height: 1.15;
}

.swpe-locust__headline em {
    border-radius: 999px;
    background: var(--swpe-locust-green-wash);
    color: var(--swpe-locust-green);
    padding: 6px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.swpe-locust__notice {
    margin-top: 10px;
    border: 1px solid #b9e8ca;
    border-radius: 8px;
    background: var(--swpe-locust-green-wash);
    color: #12663c;
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 850;
}

.swpe-locust__form {
    margin: 0;
}

.swpe-locust__step {
    margin-top: 17px;
}

.swpe-locust__step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.swpe-locust__step-head > span {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--swpe-locust-pink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
    flex: 0 0 26px;
}

.swpe-locust__step-head strong {
    color: var(--swpe-locust-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-locust__step-head em {
    color: var(--swpe-locust-pink-dark);
    font-style: normal;
}

.swpe-locust__pills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-left: 36px;
}

.swpe-locust__pills button {
    display: grid;
    gap: 3px;
    min-width: 0;
    min-height: 58px;
    border: 2px solid var(--swpe-locust-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-locust-text) !important;
    padding: 9px 11px !important;
    text-align: left;
}

.swpe-locust__pills strong,
.swpe-locust__pills small {
    display: block;
}

.swpe-locust__pills strong {
    font-size: 13px;
    font-weight: 950;
}

.swpe-locust__pills small {
    color: var(--swpe-locust-muted);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.15;
}

.swpe-locust__pills button:hover,
.swpe-locust__ladder button:hover,
.swpe-locust__purchase button:hover,
.swpe-locust__frequency button:hover {
    border-color: #b9c8d8 !important;
}

.swpe-locust__pills button.is-active {
    border-color: var(--swpe-locust-pink) !important;
    background: var(--swpe-locust-pink-wash) !important;
    color: var(--swpe-locust-pink-dark) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-locust-pink);
}

.swpe-locust__pills button.is-active small {
    color: var(--swpe-locust-pink-dark);
}

.swpe-locust__size-note {
    margin: -2px 0 10px 36px !important;
    color: var(--swpe-locust-muted) !important;
    font-size: 11px !important;
    font-weight: 750;
    line-height: 1.35;
}

.swpe-locust__ladder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding-left: 36px;
}

.swpe-locust__ladder button {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    align-items: flex-start;
    border: 2px solid var(--swpe-locust-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-locust-ink) !important;
    min-height: 92px;
    padding: 10px 12px !important;
    text-align: left;
    overflow: visible;
}

.swpe-locust__ladder button.is-active {
    border-color: var(--swpe-locust-pink) !important;
    background: var(--swpe-locust-pink-wash) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-locust-pink);
}

.swpe-locust__ladder strong,
.swpe-locust__ladder small {
    display: block;
}

.swpe-locust__ladder span {
    min-width: 0;
}

.swpe-locust__ladder strong {
    color: var(--swpe-locust-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-locust__ladder small {
    color: var(--swpe-locust-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.swpe-locust__ladder b {
    display: block;
    color: var(--swpe-locust-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
}

.swpe-locust__ladder em {
    grid-column: 1 / -1;
    justify-self: start;
    max-width: 100%;
    border-radius: 999px;
    background: var(--swpe-locust-green-wash);
    color: var(--swpe-locust-green);
    padding: 3px 6px;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
}

.swpe-locust__purchase {
    display: grid;
    gap: 8px;
    padding-left: 36px;
}

.swpe-locust__purchase button {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    border: 2px solid var(--swpe-locust-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-locust-ink) !important;
    padding: 14px 16px !important;
    text-align: left;
}

.swpe-locust__purchase button > span:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.swpe-locust__purchase button.is-active {
    border-color: var(--swpe-locust-pink) !important;
    background: var(--swpe-locust-pink-wash) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-locust-pink);
}

.swpe-locust__purchase [data-swpe-locust-purchase="sub"].is-active {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.swpe-locust__radio {
    width: 18px;
    height: 18px;
    border: 2px solid var(--swpe-locust-line);
    border-radius: 999px;
    flex: 0 0 18px;
    position: relative;
}

.swpe-locust__purchase button.is-active .swpe-locust__radio {
    border-color: var(--swpe-locust-pink);
}

.swpe-locust__purchase button.is-active .swpe-locust__radio:after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    background: var(--swpe-locust-pink);
}

.swpe-locust__purchase strong,
.swpe-locust__purchase small {
    display: block;
}

.swpe-locust__purchase strong {
    color: var(--swpe-locust-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-locust__purchase small {
    margin-top: 2px;
    color: var(--swpe-locust-muted);
    font-size: 13px;
}

.swpe-locust__purchase em {
    display: inline-flex;
    margin-left: 6px;
    border-radius: 5px;
    background: var(--swpe-locust-pink);
    color: #fff;
    padding: 3px 7px;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
    vertical-align: middle;
}

.swpe-locust__purchase b {
    color: var(--swpe-locust-ink);
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-locust__purchase s {
    color: var(--swpe-locust-muted);
    font-size: 13px;
    font-weight: 750;
}

.swpe-locust__frequency {
    margin: -8px 0 0;
    border: 2px solid var(--swpe-locust-pink);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--swpe-locust-pink);
    padding: 14px 16px;
}

.swpe-locust__frequency[hidden] {
    display: none;
}

.swpe-locust__frequency > span {
    display: block;
    margin-bottom: 8px;
    color: var(--swpe-locust-muted);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.swpe-locust__frequency > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.swpe-locust__frequency button {
    border: 2px solid var(--swpe-locust-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-locust-text) !important;
    padding: 10px 8px !important;
    font-size: 12px;
    font-weight: 900;
}

.swpe-locust__frequency button.is-active {
    border-color: var(--swpe-locust-pink) !important;
    background: var(--swpe-locust-pink-wash) !important;
    color: var(--swpe-locust-pink-dark) !important;
}

.swpe-locust__frequency ul {
    display: grid;
    gap: 5px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-locust__frequency li {
    position: relative;
    padding-left: 18px;
    color: var(--swpe-locust-text);
    font-size: 13px;
    font-weight: 750;
}

.swpe-locust__frequency li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-locust-green);
}

.swpe-locust__summary {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swpe-locust-dark), #2b1a48);
    color: #fff;
    padding: 18px;
}

.swpe-locust__summary div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 750;
}

.swpe-locust__summary div[hidden] {
    display: none;
}

.swpe-locust__summary div:last-child {
    margin-top: 5px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    font-size: 16px;
}

.swpe-locust__summary strong {
    color: #fff;
    font-weight: 950;
    text-align: right;
}

.swpe-locust__summary div:last-child strong,
.swpe-locust__summary div:nth-child(3) strong {
    color: #f472d0;
}

.swpe-locust__cta-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 14px;
}

.swpe-locust__qty {
    display: flex;
    width: 126px;
    flex: 0 0 126px;
    border: 2px solid var(--swpe-locust-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.swpe-locust__qty button {
    width: 40px;
    border: 0 !important;
    background: var(--swpe-locust-soft) !important;
    color: var(--swpe-locust-ink) !important;
    font-size: 18px;
    font-weight: 950;
}

.swpe-locust__qty input {
    width: 42px;
    min-width: 0;
    border: 0 !important;
    border-left: 1px solid var(--swpe-locust-line) !important;
    border-right: 1px solid var(--swpe-locust-line) !important;
    background: #fff !important;
    color: var(--swpe-locust-ink) !important;
    text-align: center;
    font-size: 15px;
    font-weight: 950;
    -moz-appearance: textfield;
}

.swpe-locust__qty input::-webkit-outer-spin-button,
.swpe-locust__qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.swpe-locust__atc {
    flex: 1;
    min-width: 0;
    min-height: 50px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--swpe-locust-pink) !important;
    color: #fff !important;
    font-weight: 950 !important;
    font-size: 15px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.swpe-locust__atc:hover,
.swpe-locust__mobile-cta button:hover {
    background: var(--swpe-locust-pink-dark) !important;
}

.swpe-locust__points {
    margin: 10px 0 0 !important;
    color: #6d45b7 !important;
    font-size: 13px !important;
    font-weight: 850;
}

.swpe-locust__delivery {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 2px 10px;
    margin-top: 14px;
    border: 1px solid #b9e3f7;
    border-radius: 8px;
    background: var(--swpe-locust-blue-wash);
    color: #155f85;
    padding: 14px;
}

.swpe-locust__delivery:before {
    content: "24";
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-locust-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    grid-row: 1 / span 2;
    font-size: 13px;
    font-weight: 950;
}

.swpe-locust__delivery strong {
    display: block;
    font-size: 14px;
    font-weight: 950;
}

.swpe-locust__delivery span {
    display: block;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 750;
}

.swpe-locust__subscription-pack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 148px);
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    border: 1px solid #b7ead0;
    border-radius: 8px;
    background: var(--swpe-locust-green-wash);
    color: var(--swpe-locust-text);
    padding: 14px 16px;
}

.swpe-locust__subscription-pack[hidden] {
    display: none;
}

.swpe-locust__subscription-pack-copy {
    min-width: 0;
}

.swpe-locust__subscription-pack strong {
    color: var(--swpe-locust-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-locust__subscription-pack p {
    margin: 0 !important;
    color: var(--swpe-locust-text) !important;
    font-size: 13px !important;
    font-weight: 750;
}

.swpe-locust__subscription-pack ul {
    display: grid;
    gap: 5px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-locust__subscription-pack li {
    position: relative;
    padding-left: 18px;
    color: var(--swpe-locust-text);
    font-size: 12px;
    font-weight: 750;
}

.swpe-locust__subscription-pack li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-locust-green);
}

.swpe-locust__pack-preview {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    width: 100%;
    min-width: 0;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    border: 1px solid #9ddfbd !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-locust-green) !important;
    padding: 6px !important;
    text-align: center !important;
    white-space: normal !important;
}

.swpe-locust__pack-preview img {
    display: block;
    width: 100%;
    max-width: 132px;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: cover;
    flex: 0 0 auto;
}

.swpe-locust__pack-preview span {
    display: block;
    color: var(--swpe-locust-green);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
    white-space: normal;
}

.swpe-locust__pack-modal {
    position: fixed;
    inset: 0;
    z-index: 1002;
    display: grid;
    place-items: center;
    padding: 18px;
}

.swpe-locust__pack-modal[hidden] {
    display: none;
}

.swpe-locust__pack-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, .72);
}

.swpe-locust__pack-modal-panel {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .28);
    padding: 16px;
}

.swpe-locust__pack-modal-panel h2 {
    margin: 0 48px 12px 0;
    color: var(--swpe-locust-ink);
    font-size: 18px;
    font-weight: 950;
}

.swpe-locust__pack-modal-panel img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 128px);
    border-radius: 6px;
    object-fit: contain;
}

.swpe-locust__pack-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--swpe-locust-soft) !important;
    color: var(--swpe-locust-ink) !important;
    font-size: 28px;
    font-weight: 750;
    line-height: 1;
}

body.swpe-locust-pack-modal-open {
    overflow: hidden;
}

.swpe-locust__rewards {
    margin-top: 14px;
    border: 1px solid var(--swpe-locust-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.swpe-locust__rewards > button {
    width: 100%;
    border: 0 !important;
    background: linear-gradient(135deg, var(--swpe-locust-dark), #2b1a48) !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px !important;
    text-align: left;
}

.swpe-locust__rewards > button span {
    flex: 1;
    font-size: 14px;
    font-weight: 950;
}

.swpe-locust__rewards > button strong {
    border-radius: 999px;
    background: var(--swpe-locust-pink);
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 950;
}

.swpe-locust__rewards > button em {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-style: normal;
    font-weight: 950;
    transition: transform .18s ease;
}

.swpe-locust__rewards > button[aria-expanded="true"] em {
    transform: rotate(180deg);
}

.swpe-locust__rewards > div {
    padding: 16px;
}

.swpe-locust__rewards > div[hidden] {
    display: none;
}

.swpe-locust__rewards p {
    margin: 0 0 12px !important;
    color: var(--swpe-locust-muted) !important;
    font-size: 13px !important;
}

.swpe-locust__rewards div div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-locust__rewards article {
    border: 1px solid var(--swpe-locust-line);
    border-radius: 8px;
    background: var(--swpe-locust-soft);
    padding: 12px;
}

.swpe-locust__rewards article.swpe-locust__reward-card--premium {
    border-color: #ead27b;
    background: linear-gradient(135deg, #fffdf2, #fff3c9);
}

.swpe-locust__rewards article.swpe-locust__reward-card--standard {
    border-color: #d6dce5;
    background: linear-gradient(135deg, #fbfcfe, #edf1f6);
}

.swpe-locust__rewards article strong,
.swpe-locust__rewards article span {
    display: block;
}

.swpe-locust__rewards article strong {
    color: var(--swpe-locust-ink);
    font-size: 13px;
    font-weight: 950;
}

.swpe-locust__rewards article span {
    margin-top: 4px;
    color: var(--swpe-locust-muted);
    font-size: 12px;
}

.swpe-locust__tabs {
    grid-column: 1 / -1;
    position: relative;
    z-index: 2;
    margin-top: 14px;
    padding-top: 22px;
    background: #fff;
}

.swpe-locust__tabs > div[role="tablist"] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid var(--swpe-locust-line);
}

.swpe-locust__tabs > div[role="tablist"] button {
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--swpe-locust-muted) !important;
    padding: 13px 16px 11px !important;
    font-size: 14px;
    font-weight: 950;
}

.swpe-locust__tabs > div[role="tablist"] button.is-active {
    border-bottom-color: var(--swpe-locust-pink) !important;
    color: var(--swpe-locust-pink-dark) !important;
}

.swpe-locust__tabs section {
    display: none;
    padding: 22px 0 4px;
    max-width: 920px;
}

.swpe-locust__tabs section.is-active {
    display: block;
}

.swpe-locust__tabs h2 {
    margin: 0 0 8px;
    color: var(--swpe-locust-ink);
    font-size: 20px;
    font-weight: 950;
}

.swpe-locust__tabs p {
    margin: 0 0 12px !important;
    color: var(--swpe-locust-text) !important;
    font-size: 15px !important;
    line-height: 1.65;
}

.swpe-locust__tabs p:last-child {
    margin-bottom: 0 !important;
}

.swpe-locust__size-table {
    width: 100%;
    border: 1px solid var(--swpe-locust-line);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 14px;
}

.swpe-locust__size-table th,
.swpe-locust__size-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--swpe-locust-line-soft);
    color: var(--swpe-locust-text);
    text-align: left;
}

.swpe-locust__size-table tr:last-child td {
    border-bottom: 0;
}

.swpe-locust__size-table th {
    background: var(--swpe-locust-soft);
    color: var(--swpe-locust-ink);
    font-weight: 950;
}

.swpe-locust__size-table td:first-child {
    color: var(--swpe-locust-pink-dark);
    font-weight: 950;
}

.swpe-locust__mobile-cta {
    display: none;
}

@media (max-width: 820px) {
    body.swpe-locust-active {
        padding-bottom: 84px;
    }

    .swpe-locust__mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 12px;
        border-top: 1px solid var(--swpe-locust-line);
        background: #fff;
        box-shadow: 0 -10px 24px rgba(17, 24, 39, .12);
        padding: 10px 12px;
    }

    .swpe-locust__mobile-cta div {
        min-width: 0;
        flex: 1;
    }

    .swpe-locust__mobile-cta span,
    .swpe-locust__mobile-cta strong {
        display: block;
    }

    .swpe-locust__mobile-cta span {
        overflow: hidden;
        color: var(--swpe-locust-muted);
        font-size: 12px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swpe-locust__mobile-cta strong {
        color: var(--swpe-locust-ink);
        font-size: 17px;
        font-weight: 950;
    }

    .swpe-locust__mobile-cta button {
        min-height: 44px;
        max-width: 48%;
        border: 0 !important;
        border-radius: 8px !important;
        background: var(--swpe-locust-pink) !important;
        color: #fff !important;
        padding: 0 14px !important;
        font-size: 13px;
        font-weight: 950;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }

    body.swpe-locust-active #wa-chat-widget,
    body.swpe-locust-active .joinchat,
    body.swpe-locust-active .qlwapp,
    body.swpe-locust-active .qlwapp-container,
    body.swpe-locust-active .ht-ctc,
    body.swpe-locust-active [class*="whatsapp"] {
        bottom: calc(108px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1001 !important;
    }
}

@media (max-width: 900px) {
    .swpe-locust {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        overflow-x: clip;
    }

    .swpe-locust__media,
    .swpe-locust__details,
    .swpe-locust__tabs,
    .swpe-locust__hero,
    .swpe-locust__thumbs {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .swpe-locust__media {
        position: static;
    }

    .swpe-locust__hero {
        max-height: 560px;
    }
}

@media (max-width: 640px) {
    body.swpe-locust-active {
        padding-bottom: 84px;
    }

    .swpe-locust {
        padding-top: 8px;
    }

    .swpe-locust__hero {
        aspect-ratio: 1.05;
        padding: 24px;
    }

    .swpe-locust__stock {
        align-items: flex-start;
        border-radius: 8px;
        line-height: 1.25;
    }

    .swpe-locust h1 {
        font-size: 26px !important;
    }

    .swpe-locust__pills,
    .swpe-locust__ladder,
    .swpe-locust__purchase {
        padding-left: 0;
        margin-left: 0;
    }

    .swpe-locust__pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .swpe-locust__size-note {
        margin-left: 0 !important;
    }

    .swpe-locust__frequency {
        margin-left: 0;
    }

    .swpe-locust__ladder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .swpe-locust__ladder button {
        min-height: 86px;
        padding: 8px 7px !important;
    }

    .swpe-locust__ladder strong {
        font-size: 12px;
    }

    .swpe-locust__ladder small {
        font-size: 10px;
    }

    .swpe-locust__ladder b {
        font-size: 12px;
    }

    .swpe-locust__ladder em {
        display: block;
        font-size: 9px;
        padding: 3px 5px;
    }

    .swpe-locust__purchase button {
        align-items: flex-start;
    }

    .swpe-locust__purchase b {
        white-space: normal;
        text-align: right;
    }

    .swpe-locust__frequency > div {
        grid-template-columns: 1fr;
    }

    .swpe-locust__cta-row {
        display: grid;
        grid-template-columns: 126px minmax(0, 1fr);
    }

    .swpe-locust__atc {
        font-size: 14px !important;
    }

    .swpe-locust__subscription-pack {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .swpe-locust__subscription-pack li {
        font-size: 11px;
    }

    .swpe-locust__pack-preview {
        justify-self: center;
        width: min(132px, 100%);
        padding: 5px !important;
    }

    .swpe-locust__pack-preview span {
        font-size: 11px;
    }

    .swpe-locust__pack-modal {
        padding: 10px;
    }

    .swpe-locust__pack-modal-panel {
        max-height: calc(100vh - 20px);
        padding: 12px;
    }

    .swpe-locust__pack-modal-panel img {
        max-height: calc(100vh - 104px);
    }

    .swpe-locust__rewards div div {
        grid-template-columns: 1fr;
    }

    .swpe-locust__tabs > div[role="tablist"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .swpe-locust__tabs > div[role="tablist"] button {
        flex: 0 0 auto;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .swpe-locust__size-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .swpe-locust__size-table th,
    .swpe-locust__size-table td {
        padding: 10px 12px;
    }

    .swpe-locust__mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 12px;
        border-top: 1px solid var(--swpe-locust-line);
        background: #fff;
        box-shadow: 0 -10px 24px rgba(17, 24, 39, .12);
        padding: 10px 12px;
    }

    .swpe-locust__mobile-cta div {
        min-width: 0;
        flex: 1;
    }

    .swpe-locust__mobile-cta span,
    .swpe-locust__mobile-cta strong {
        display: block;
    }

    .swpe-locust__mobile-cta span {
        overflow: hidden;
        color: var(--swpe-locust-muted);
        font-size: 12px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swpe-locust__mobile-cta strong {
        color: var(--swpe-locust-ink);
        font-size: 17px;
        font-weight: 950;
    }

    .swpe-locust__mobile-cta button {
        min-height: 44px;
        border: 0 !important;
        border-radius: 8px !important;
        background: var(--swpe-locust-pink) !important;
        color: #fff !important;
        padding: 0 16px !important;
        font-size: 14px;
        font-weight: 950;
    }
}

body.swpe-generic-active .single-breadcrumbs-wrapper,
body.swpe-generic-active .woocommerce-breadcrumb,
body.swpe-generic-active .wd-breadcrumbs {
    display: none !important;
}

body.single-product .wd-shipping-progress-bar,
body.single-product .wd-free-progress-bar,
body.swpe-generic-active .wd-shipping-progress-bar,
body.swpe-generic-active .wd-free-progress-bar {
    display: none !important;
}

body.swpe-generic-active .main-page-wrapper,
body.swpe-generic-active .site-content,
body.swpe-generic-active .single-product-content,
body.swpe-generic-active .product-image-summary-wrap,
body.swpe-generic-active .product-image-summary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.swpe-generic-active .product-image-summary .product-images,
body.swpe-generic-active .product-image-summary .woocommerce-product-gallery,
body.swpe-generic-active .product-image-summary .woocommerce-product-gallery__wrapper {
    display: none !important;
}

body.swpe-generic-active .swpe-generic,
body.swpe-generic-active .swpe-generic * {
    box-sizing: border-box;
}

body.swpe-generic-active .swpe-generic {
    position: relative;
    z-index: 3;
    display: grid !important;
    float: none !important;
    min-width: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

body.swpe-generic-active .single-product-content,
body.swpe-generic-active .product-image-summary,
body.swpe-generic-active .product-image-summary-inner,
body.swpe-generic-active .product-image-summary .summary.entry-summary,
body.swpe-generic-active .product-image-summary > .summary,
body.swpe-generic-active .product-image-summary > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

body.swpe-generic-active .product-image-summary-inner {
    display: block !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    --wd-col: 1 !important;
    --wd-gap: 0 !important;
}

body.swpe-generic-active .summary.entry-summary {
    float: none !important;
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    --wd-col: 12 !important;
    --wd-col-lg: 12 !important;
}

.swpe-generic {
    --swpe-generic-pink: #d946b6;
    --swpe-generic-pink-dark: #bd329d;
    --swpe-generic-pink-wash: #fdf2fb;
    --swpe-generic-blue: #198fc7;
    --swpe-generic-blue-wash: #ecf8ff;
    --swpe-generic-green: #16834d;
    --swpe-generic-green-wash: #ecfdf3;
    --swpe-generic-ink: #111827;
    --swpe-generic-text: #263445;
    --swpe-generic-muted: #66758a;
    --swpe-generic-soft: #f7f9fc;
    --swpe-generic-line: #dfe7f1;
    --swpe-generic-line-soft: #edf2f7;
    --swpe-generic-dark: #17152a;
    --swpe-generic-shadow: 0 18px 42px rgba(17, 24, 39, .12);
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
    gap: 36px;
    align-items: start;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 0 0;
    clear: both;
    color: var(--swpe-generic-text);
    font-family: "Nunito Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.45;
}

.swpe-generic,
.swpe-generic div,
.swpe-generic p,
.swpe-generic span,
.swpe-generic strong,
.swpe-generic small,
.swpe-generic h1,
.swpe-generic h2,
.swpe-generic h3,
.swpe-generic em,
.swpe-generic b,
.swpe-generic button,
.swpe-generic input,
.swpe-generic select,
.swpe-generic textarea {
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.swpe-generic button,
.swpe-generic input,
.swpe-generic select,
.swpe-generic textarea {
    max-width: 100%;
}

.swpe-generic button {
    appearance: none;
    min-height: 0;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: none;
    text-decoration: none;
}

.swpe-generic button:before,
.swpe-generic button:after {
    display: none !important;
}

.swpe-generic__media {
    position: sticky;
    top: 16px;
    z-index: 1;
    display: grid;
    gap: 12px;
    min-width: 0;
    align-self: start;
}

.swpe-generic__hero {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 0;
    max-width: 100%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 28% 18%, rgba(217, 70, 182, .18), transparent 30%),
        linear-gradient(135deg, var(--swpe-generic-pink-wash), var(--swpe-generic-blue-wash));
    box-shadow: var(--swpe-generic-shadow);
    padding: clamp(28px, 5vw, 58px);
}

.swpe-generic__ribbon {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    border-radius: 999px;
    background: var(--swpe-generic-pink);
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
}

.swpe-generic__hero img,
.swpe-generic__hero picture,
.swpe-generic__hero .wp-post-image {
    display: block;
    max-width: 100% !important;
}

.swpe-generic__hero img,
.swpe-generic__hero .wp-post-image {
    width: min(420px, 86%);
    height: auto !important;
    max-height: 80%;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(17, 24, 39, .22));
}

.swpe-generic__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.swpe-generic__thumbs button,
.swpe-generic__thumbs a {
    display: flex;
    min-width: 0;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-ink, #111827) !important;
    padding: 6px !important;
    text-decoration: none;
}

.swpe-generic__thumbs button:hover,
.swpe-generic__thumbs a:hover {
    border-color: #b9c8d8 !important;
}

.swpe-generic__thumbs button.is-active,
.swpe-generic__thumbs a.is-active,
.swpe-generic__thumbs [aria-current="true"] {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink);
}

.swpe-generic__thumbs img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.swpe-generic__details {
    min-width: 0;
}

.swpe-generic__brand {
    margin: 0 0 4px;
    color: var(--swpe-generic-muted);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .04em;
    opacity: .82;
    text-transform: uppercase;
}

.swpe-generic h1,
.swpe-generic__title {
    margin: 0;
    color: var(--swpe-generic-ink) !important;
    font-size: clamp(25px, 2.6vw, 34px) !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
}

.swpe-generic__intro {
    max-width: 650px;
    margin: 6px 0 0;
    color: var(--swpe-generic-text) !important;
    font-size: 14px !important;
}

.swpe-generic__rating {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
    align-items: center;
    margin-top: 12px;
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 900;
}

.swpe-generic__rating .star-rating,
.swpe-generic__stars {
    color: #d97706;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(120, 53, 15, .18);
}

.swpe-generic__rating > strong {
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__rating a,
.swpe-generic__rating .woocommerce-review-link {
    color: var(--swpe-generic-muted) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.swpe-generic__feeder-cues {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin-top: 11px;
}

.swpe-generic__feeder-cues strong,
.swpe-generic__feeder-cues span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.15;
    text-decoration: none !important;
}

.swpe-generic__feeder-cues strong {
    background: var(--swpe-generic-green-wash);
    color: var(--swpe-generic-green);
}

.swpe-generic__feeder-cues span {
    border: 1px solid var(--swpe-generic-line-soft);
    background: #fff;
    color: var(--swpe-generic-text);
}

.swpe-generic__size-guide-link {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    margin: -2px 0 14px;
    border-radius: 10px;
    background: var(--swpe-generic-pink-wash);
    color: var(--swpe-generic-pink-dark) !important;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
}

.swpe-generic__headline {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 12px;
    margin: 12px 0 0;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--swpe-generic-line-soft);
}

.swpe-generic__headline .price,
.swpe-generic__headline strong {
    color: var(--swpe-generic-green) !important;
    font-size: clamp(28px, 3.1vw, 36px) !important;
    font-weight: 900;
    line-height: 1;
}

.swpe-generic__headline .price {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: baseline;
    margin: 0 !important;
}

.swpe-generic__headline .price del,
.swpe-generic__headline .price small,
.swpe-generic__headline s {
    color: var(--swpe-generic-muted) !important;
    font-size: 14px !important;
    font-weight: 750;
    opacity: 1;
}

.swpe-generic__headline .price ins {
    color: var(--swpe-generic-green) !important;
    text-decoration: none;
}

.swpe-generic__headline > span,
.swpe-generic__headline em {
    color: var(--swpe-generic-green);
    font-size: clamp(17px, 1.7vw, 22px);
    font-weight: 900;
    line-height: 1.15;
}

.swpe-generic__headline em {
    border-radius: 999px;
    background: var(--swpe-generic-green-wash);
    padding: 6px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
}

.swpe-generic__stock,
.swpe-generic .stock,
.swpe-generic .subscription-details,
.swpe-generic .wcsatt-sub-options,
.swpe-generic .wcsatt-options-wrapper {
    border: 1px solid #b9e8ca;
    border-radius: 8px;
    background: var(--swpe-generic-green-wash);
    color: #12663c !important;
}

.swpe-generic__stock,
.swpe-generic .stock {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 10px 0 0 !important;
    padding: 8px 12px;
    font-size: 12px !important;
    font-weight: 850;
    line-height: 1.3;
}

.swpe-generic__stock span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 8px;
    background: var(--swpe-generic-green);
    box-shadow: 0 0 0 5px rgba(22, 131, 77, .14);
}

.swpe-generic__hero > .swpe-generic__stock {
    position: absolute;
    bottom: 18px;
    left: 18px;
    width: auto;
    max-width: calc(100% - 36px);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.swpe-generic__stock:before,
.swpe-generic .stock:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 8px;
    background: var(--swpe-generic-green);
    box-shadow: 0 0 0 5px rgba(22, 131, 77, .14);
}

.swpe-generic__stock:before {
    display: none;
}

.swpe-generic__stock.is-out-of-stock {
    border-color: #f0c7e8;
    background: #fff5fc;
    color: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic__stock.is-out-of-stock span,
.swpe-generic__stock.is-out-of-stock:before {
    background: var(--swpe-generic-pink);
    box-shadow: 0 0 0 5px rgba(217, 70, 182, .14);
}

.swpe-generic .stock.out-of-stock,
.swpe-generic .stock.available-on-backorder {
    border-color: #f0c7e8;
    background: #fff5fc;
    color: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic .stock.out-of-stock:before,
.swpe-generic .stock.available-on-backorder:before {
    background: var(--swpe-generic-pink);
    box-shadow: 0 0 0 5px rgba(217, 70, 182, .14);
}

.swpe-generic__form-card {
    display: grid;
    gap: 0;
    margin-top: 17px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.swpe-generic__custom {
    display: grid;
    gap: 0;
}

.swpe-generic__notice {
    margin-top: 10px;
    border: 1px solid #b9e8ca;
    border-radius: 8px;
    background: var(--swpe-generic-green-wash);
    color: #12663c;
    padding: 9px 12px;
    font-size: 12px;
    font-weight: 850;
}

.swpe-generic__steps {
    display: grid;
    gap: 17px;
}

.swpe-generic__step {
    margin-top: 17px;
}

.swpe-generic__steps .swpe-generic__step {
    margin-top: 0;
}

.swpe-generic.has-no-generated-options .swpe-generic__steps {
    display: none;
}

.swpe-generic__step-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.swpe-generic__step-head > span {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--swpe-generic-pink);
    color: #fff;
    flex: 0 0 26px;
    font-size: 13px;
    font-weight: 950;
}

.swpe-generic__step-head strong {
    color: var(--swpe-generic-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-generic__step-head em {
    color: var(--swpe-generic-pink-dark);
    font-style: normal;
}

.swpe-generic__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 36px;
}

.swpe-generic__pills button {
    min-width: 68px;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--swpe-generic-text) !important;
    padding: 10px 16px !important;
    font-size: 13px;
    font-weight: 900;
}

.swpe-generic__pills button strong,
.swpe-generic__pills button small {
    display: block;
    line-height: 1.15;
}

.swpe-generic__pills button strong {
    color: inherit;
    font-size: 13px;
    font-weight: 950;
}

.swpe-generic__pills button small {
    margin-top: 3px;
    color: var(--swpe-generic-muted);
    font-size: 10px;
    font-weight: 850;
}

.swpe-generic__pills button:hover,
.swpe-generic__ladder button:hover,
.swpe-generic__purchase button:hover,
.swpe-generic__frequency button:hover {
    border-color: #b9c8d8 !important;
}

.swpe-generic__pills button.is-active {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    color: var(--swpe-generic-pink-dark) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink);
}

.swpe-generic__ladder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    padding-left: 36px;
}

.swpe-generic__ladder button {
    position: relative;
    display: grid;
    min-height: 92px;
    align-items: flex-start;
    overflow: visible;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-ink) !important;
    padding: 10px 12px !important;
    text-align: left;
}

.swpe-generic__ladder button.is-active {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink);
}

.swpe-generic__ladder strong,
.swpe-generic__ladder small {
    display: block;
}

.swpe-generic__ladder strong {
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__ladder small {
    color: var(--swpe-generic-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.swpe-generic__ladder b {
    display: block;
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.1;
    white-space: nowrap;
}

.swpe-generic__ladder em {
    justify-self: start;
    max-width: 100%;
    border-radius: 999px;
    background: var(--swpe-generic-green-wash);
    color: var(--swpe-generic-green);
    padding: 3px 6px;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.swpe-generic__purchase {
    display: grid;
    gap: 8px;
    padding-left: 36px;
}

.swpe-generic__purchase button {
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-ink) !important;
    padding: 14px 16px !important;
    text-align: left;
}

.swpe-generic__purchase button > span:nth-child(2) {
    flex: 1;
    min-width: 0;
}

.swpe-generic__purchase button.is-active {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink);
}

.swpe-generic__purchase [data-swpe-generic-purchase="sub"].is-active {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.swpe-generic__radio {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid var(--swpe-generic-line);
    border-radius: 999px;
    flex: 0 0 18px;
}

.swpe-generic__purchase button.is-active .swpe-generic__radio {
    border-color: var(--swpe-generic-pink);
}

.swpe-generic__purchase button.is-active .swpe-generic__radio:after {
    position: absolute;
    inset: 3px;
    border-radius: inherit;
    background: var(--swpe-generic-pink);
    content: "";
}

.swpe-generic__purchase strong,
.swpe-generic__purchase small {
    display: block;
}

.swpe-generic__purchase strong {
    color: var(--swpe-generic-ink);
    font-size: 15px;
    font-weight: 950;
}

.swpe-generic__purchase small {
    margin-top: 2px;
    color: var(--swpe-generic-muted);
    font-size: 13px;
}

.swpe-generic__purchase em {
    display: inline-flex;
    margin-left: 6px;
    border-radius: 5px;
    background: var(--swpe-generic-pink);
    color: #fff;
    padding: 3px 7px;
    font-size: 11px;
    font-style: normal;
    font-weight: 950;
}

.swpe-generic__purchase b {
    color: var(--swpe-generic-ink);
    font-size: 16px;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-generic__purchase s {
    color: var(--swpe-generic-muted);
    font-size: 13px;
    font-weight: 750;
}

.swpe-generic__frequency {
    margin: -8px 0 0;
    border: 2px solid var(--swpe-generic-pink);
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink);
    padding: 14px 16px;
}

.swpe-generic__frequency[hidden] {
    display: none;
}

.swpe-generic__frequency > span {
    display: block;
    margin-bottom: 8px;
    color: var(--swpe-generic-muted);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.swpe-generic__frequency > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.swpe-generic__frequency button {
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-text) !important;
    padding: 10px 8px !important;
    font-size: 12px;
    font-weight: 900;
}

.swpe-generic__frequency button.is-active {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    color: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic__frequency ul,
.swpe-generic__subscription-pack ul {
    display: grid;
    gap: 5px;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-generic__frequency li,
.swpe-generic__subscription-pack li {
    position: relative;
    padding-left: 18px;
    color: var(--swpe-generic-text);
    font-size: 13px;
    font-weight: 750;
}

.swpe-generic__frequency li:before,
.swpe-generic__subscription-pack li:before {
    position: absolute;
    top: .55em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-generic-green);
    content: "";
}

.swpe-generic__addons {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.swpe-generic__addon-group {
    display: grid;
    gap: 12px;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: #fff;
    padding: 14px;
}

.swpe-generic__addon-head {
    display: flex;
    gap: 10px;
    align-items: center;
}

.swpe-generic__addon-head span {
    display: inline-grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    border-radius: 999px;
    background: var(--swpe-generic-pink-wash);
    color: var(--swpe-generic-pink-dark);
    font-size: 13px;
    font-weight: 950;
}

.swpe-generic__addon-head strong {
    color: var(--swpe-generic-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-generic__addon-group p {
    margin: -4px 0 0 !important;
    color: var(--swpe-generic-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.45;
}

.swpe-generic__addon-options {
    display: grid;
    gap: 8px;
}

.swpe-generic__addon-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin: 0 !important;
    border: 2px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: var(--swpe-generic-soft);
    color: var(--swpe-generic-text);
    cursor: pointer;
    padding: 12px;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.swpe-generic__addon-option:hover {
    border-color: rgba(236, 72, 153, .44);
    transform: translateY(-1px);
}

.swpe-generic__addon-option.is-selected {
    border-color: var(--swpe-generic-pink);
    background: var(--swpe-generic-pink-wash);
}

.swpe-generic__addon-option input {
    width: 18px;
    height: 18px;
    accent-color: var(--swpe-generic-pink);
}

.swpe-generic__addon-option span {
    min-width: 0;
    color: var(--swpe-generic-ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.3;
}

.swpe-generic__addon-option strong {
    color: var(--swpe-generic-pink-dark);
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-generic__summary {
    display: grid;
    gap: 8px;
    margin-top: 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swpe-generic-dark), #2b1a48);
    color: #fff;
    padding: 18px;
}

.swpe-generic__summary div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 750;
}

.swpe-generic__summary div[hidden] {
    display: none;
}

.swpe-generic__summary div:last-child {
    margin-top: 5px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    font-size: 16px;
}

.swpe-generic__summary strong {
    color: #fff;
    font-weight: 950;
    text-align: right;
}

.swpe-generic__summary div:last-child strong,
.swpe-generic__summary [data-swpe-generic-summary-save-row] strong {
    color: #f472d0;
}

.swpe-generic__cta-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    margin-top: 14px;
}

.swpe-generic__qty {
    display: flex;
    width: 126px;
    flex: 0 0 126px;
    overflow: hidden;
    border: 2px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-generic__qty button {
    width: 40px;
    border: 0 !important;
    background: var(--swpe-generic-soft) !important;
    color: var(--swpe-generic-ink) !important;
    font-size: 18px;
    font-weight: 950;
}

.swpe-generic__qty input {
    width: 42px;
    min-width: 0;
    border: 0 !important;
    border-right: 1px solid var(--swpe-generic-line) !important;
    border-left: 1px solid var(--swpe-generic-line) !important;
    background: #fff !important;
    color: var(--swpe-generic-ink) !important;
    padding: 0 !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 950;
    -moz-appearance: textfield;
}

.swpe-generic__qty input::-webkit-outer-spin-button,
.swpe-generic__qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.swpe-generic__atc {
    flex: 1;
    min-width: 0;
    min-height: 50px;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--swpe-generic-pink) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 950 !important;
}

.swpe-generic__points {
    margin: 10px 0 0 !important;
    color: #6d45b7 !important;
    font-size: 13px !important;
    font-weight: 850;
}

.swpe-generic__native {
    margin-top: 14px;
}

.swpe-generic.is-swpe-standard-options-enhanced .swpe-generic__native {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.swpe-generic.is-swpe-standard-options-enhanced .swpe-generic__native * {
    pointer-events: none !important;
}

.swpe-generic__form-card form,
.swpe-generic__form-card form.cart,
.swpe-generic__form-card .variations_form {
    display: grid;
    gap: 17px;
    margin: 0 !important;
}

.swpe-generic__form-card table.variations,
.swpe-generic__form-card table.variations tbody,
.swpe-generic__form-card table.variations tr,
.swpe-generic__form-card table.variations th,
.swpe-generic__form-card table.variations td {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.swpe-generic__form-card table.variations {
    display: grid;
    gap: 17px;
    border-collapse: collapse;
    counter-reset: swpe-generic-step;
}

.swpe-generic__form-card table.variations tr {
    position: relative;
    display: grid;
    gap: 10px;
    min-width: 0;
    padding-left: 36px !important;
    counter-increment: swpe-generic-step;
}

.swpe-generic__form-card table.variations tr:before {
    content: counter(swpe-generic-step);
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--swpe-generic-pink);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    line-height: 1;
}

.swpe-generic__form-card table.variations label,
.swpe-generic__form-card label {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin: 0;
    color: var(--swpe-generic-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.25;
}

.swpe-generic__selected-label {
    color: var(--swpe-generic-pink-dark);
    font-style: normal;
}

.swpe-generic__selected-label[hidden] {
    display: none !important;
}

.swpe-generic__form-card select,
.swpe-generic__form-card input[type="text"],
.swpe-generic__form-card input[type="email"],
.swpe-generic__form-card input[type="number"],
.swpe-generic__form-card textarea {
    width: 100%;
    min-height: 46px;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-ink) !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 800;
    line-height: 1.25;
    box-shadow: none !important;
}

.swpe-generic__form-card select:focus,
.swpe-generic__form-card input:focus,
.swpe-generic__form-card textarea:focus {
    border-color: var(--swpe-generic-pink) !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .14) !important;
}

.swpe-generic.is-swpe-standard-options-enhanced .variations select[data-swpe-standard-enhanced="1"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

.swpe-generic-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.swpe-generic-options__button {
    display: inline-flex !important;
    flex: 0 1 auto;
    min-width: 68px;
    min-height: 0;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    overflow: visible;
    border: 2px solid var(--swpe-generic-line) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: var(--swpe-generic-text) !important;
    padding: 10px 16px !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    box-shadow: none !important;
    cursor: pointer;
}

.swpe-generic-options__button:hover {
    border-color: #b9c8d8 !important;
}

.swpe-generic-options__button:focus-visible {
    border-color: var(--swpe-generic-pink) !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .14) !important;
}

.swpe-generic-options__button.is-active {
    border-color: var(--swpe-generic-pink) !important;
    background: var(--swpe-generic-pink-wash) !important;
    color: var(--swpe-generic-pink-dark) !important;
    box-shadow: inset 0 0 0 1px var(--swpe-generic-pink) !important;
}

.swpe-generic-options__button.is-disabled,
.swpe-generic-options__button:disabled {
    cursor: not-allowed;
    opacity: .42;
}

.swpe-generic__form-card .reset_variations {
    display: inline-flex !important;
    width: fit-content;
    color: var(--swpe-generic-pink-dark) !important;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.swpe-generic__form-card .single_variation_wrap,
.swpe-generic__form-card .woocommerce-variation,
.swpe-generic__form-card .woocommerce-variation-add-to-cart {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.swpe-generic__form-card .woocommerce-variation-description,
.swpe-generic__form-card .woocommerce-variation-availability,
.swpe-generic__form-card .woocommerce-variation-price {
    margin: 0 !important;
}

.swpe-generic__form-card .woocommerce-variation-price .price {
    color: var(--swpe-generic-green) !important;
    font-size: 22px !important;
    font-weight: 950;
}

.swpe-generic__form-card .quantity {
    display: inline-flex !important;
    width: 126px;
    max-width: 100%;
    min-height: 50px;
    flex: 0 0 auto;
    overflow: hidden;
    border: 2px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-generic__form-card .quantity input.qty {
    width: 100% !important;
    min-width: 0;
    min-height: 46px;
    border: 0 !important;
    background: #fff !important;
    color: var(--swpe-generic-ink) !important;
    padding: 0 8px !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 950;
    -moz-appearance: textfield;
}

.swpe-generic__form-card .quantity input.qty::-webkit-outer-spin-button,
.swpe-generic__form-card .quantity input.qty::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.swpe-generic__form-card .woocommerce-variation-add-to-cart,
.swpe-generic__form-card form.cart:not(.variations_form) {
    grid-template-columns: 126px minmax(0, 1fr);
    align-items: stretch;
}

.swpe-generic__form-card form.cart:not(.variations_form) > *:not(.quantity):not(.single_add_to_cart_button):not(.added_to_cart) {
    grid-column: 1 / -1;
}

.swpe-generic__form-card .single_add_to_cart_button,
.swpe-generic__form-card button[type="submit"],
.swpe-generic__form-card .added_to_cart,
.swpe-generic__mobile-cta a,
.swpe-generic__mobile-cta button {
    display: inline-flex !important;
    min-width: 0;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--swpe-generic-pink) !important;
    color: #fff !important;
    padding: 0 18px !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.15;
    white-space: normal;
    box-shadow: none !important;
}

.swpe-generic__form-card .single_add_to_cart_button:hover,
.swpe-generic__form-card button[type="submit"]:hover,
.swpe-generic__form-card .added_to_cart:hover,
.swpe-generic__mobile-cta a:hover,
.swpe-generic__mobile-cta button:hover {
    background: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic__form-card .single_add_to_cart_button.disabled,
.swpe-generic__form-card .single_add_to_cart_button:disabled,
.swpe-generic__form-card button[type="submit"]:disabled,
.swpe-generic__mobile-cta a.is-disabled,
.swpe-generic__mobile-cta button:disabled {
    cursor: not-allowed;
    opacity: .54;
}

.swpe-generic__form-card .single_add_to_cart_button.is-waitlist-trigger,
.swpe-generic__mobile-cta button.is-waitlist-trigger {
    cursor: pointer;
    opacity: 1;
    background: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic .subscription-details,
.swpe-generic .wcsatt-sub-options,
.swpe-generic .wcsatt-options-wrapper {
    margin: 0 !important;
    padding: 12px 14px !important;
    font-size: 13px !important;
    font-weight: 750;
    line-height: 1.5;
}

.swpe-waitlist {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px 14px;
    margin-top: 16px;
    border: 1px solid #f0c7e8;
    border-radius: 8px;
    background: #fff7fc;
    color: #3d1740;
    padding: 16px;
}

.swpe-waitlist[hidden] {
    display: none !important;
}

.swpe-waitlist__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 8px;
    background: #d946b6;
    color: #fff;
}

.swpe-waitlist__icon svg {
    width: 22px;
    height: 22px;
}

.swpe-waitlist__copy {
    min-width: 0;
}

.swpe-waitlist__copy h2 {
    margin: 0 0 4px !important;
    color: #3d1740 !important;
    font-size: 20px !important;
    font-weight: 950;
    line-height: 1.18;
}

.swpe-waitlist__copy p {
    margin: 0 !important;
    color: #6d3b67 !important;
    font-size: 14px !important;
    font-weight: 750;
    line-height: 1.45;
}

.swpe-waitlist__form,
.swpe-waitlist__message {
    grid-column: 1 / -1;
}

.swpe-waitlist__form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-waitlist__form[hidden],
.swpe-waitlist__message[hidden] {
    display: none !important;
}

.swpe-waitlist__form label {
    display: grid;
    gap: 6px;
    margin: 0 !important;
    color: #3d1740 !important;
    font-size: 13px !important;
    font-weight: 900;
}

.swpe-waitlist__form input[type="email"],
.swpe-waitlist__form input[type="text"] {
    width: 100%;
    min-height: 46px;
    border: 2px solid #ead4e8 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #3d1740 !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    font-weight: 800;
    box-shadow: none !important;
}

.swpe-waitlist__form input:focus {
    border-color: #d946b6 !important;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .14) !important;
}

.swpe-waitlist__consent {
    grid-column: 1 / -1;
    display: flex !important;
    grid-template-columns: none !important;
    flex-direction: row;
    align-items: flex-start;
    gap: 9px !important;
    color: #6d3b67 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35;
}

.swpe-waitlist__consent input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    flex: 0 0 18px;
    accent-color: #d946b6;
}

.swpe-waitlist__form button {
    grid-column: 1 / -1;
    display: inline-flex !important;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 8px !important;
    background: #d946b6 !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    box-shadow: none !important;
}

.swpe-waitlist__form button:hover {
    background: #a8268e !important;
}

.swpe-waitlist__form button:disabled {
    cursor: wait;
    opacity: .66;
}

.swpe-waitlist__message {
    border-radius: 8px;
    background: #e9f8ef;
    color: #12663c;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 850;
}

.swpe-waitlist__message[data-tone="error"] {
    background: #fff1f2;
    color: #9f1239;
}

@media (max-width: 640px) {
    .swpe-waitlist,
    .swpe-waitlist__form {
        grid-template-columns: 1fr;
    }

    .swpe-waitlist__icon {
        width: 38px;
        height: 38px;
    }
}

.swpe-generic .swpe-waitlist,
.swpe-livefood-enhance .swpe-waitlist {
    width: 100%;
    max-width: none;
    align-items: start;
    box-sizing: border-box;
    gap: 14px 16px;
    padding: 18px;
}

.swpe-generic .swpe-waitlist__copy h2,
.swpe-livefood-enhance .swpe-waitlist__copy h2 {
    margin-bottom: 6px !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
}

.swpe-generic .swpe-waitlist__copy p,
.swpe-generic .swpe-waitlist__copy strong,
.swpe-livefood-enhance .swpe-waitlist__copy p,
.swpe-livefood-enhance .swpe-waitlist__copy strong {
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-generic .swpe-waitlist__form,
.swpe-livefood-enhance .swpe-waitlist__form {
    display: grid !important;
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}

.swpe-generic .swpe-waitlist__form label,
.swpe-livefood-enhance .swpe-waitlist__form label {
    display: flex !important;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    float: none !important;
    clear: none !important;
    flex-direction: column;
    align-items: stretch;
    gap: 7px !important;
    line-height: 1.25 !important;
}

.swpe-generic .swpe-waitlist__form label span,
.swpe-livefood-enhance .swpe-waitlist__form label span {
    display: block;
    width: 100%;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.swpe-generic .swpe-waitlist__form input[type="email"],
.swpe-generic .swpe-waitlist__form input[type="text"],
.swpe-livefood-enhance .swpe-waitlist__form input[type="email"],
.swpe-livefood-enhance .swpe-waitlist__form input[type="text"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.swpe-generic .swpe-waitlist__consent,
.swpe-livefood-enhance .swpe-waitlist__consent {
    display: grid !important;
    width: 100%;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start;
    gap: 10px !important;
}

.swpe-generic .swpe-waitlist__consent input,
.swpe-livefood-enhance .swpe-waitlist__consent input {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    margin: 1px 0 0 !important;
}

.swpe-generic .swpe-waitlist__form button,
.swpe-livefood-enhance .swpe-waitlist__form button {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 48px;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: #d946b6 !important;
    color: #fff !important;
    padding: 0 18px !important;
    text-align: center !important;
    white-space: nowrap;
}

.swpe-generic__delivery {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 2px 10px;
    margin-top: 14px;
    border: 1px solid #b9e3f7;
    border-radius: 8px;
    background: var(--swpe-generic-blue-wash);
    color: #155f85;
    padding: 14px;
}

.swpe-generic__delivery:before {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-generic-blue);
    content: "24";
    flex: 0 0 34px;
    grid-row: 1 / span 2;
    font-size: 13px;
    font-weight: 950;
}

.swpe-generic__delivery strong {
    display: block;
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__delivery span {
    display: block;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 750;
}

.swpe-generic__subscription-pack {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(132px, 148px);
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    border: 1px solid #b7ead0;
    border-radius: 8px;
    background: var(--swpe-generic-green-wash);
    color: var(--swpe-generic-text);
    padding: 14px 16px;
}

.swpe-generic__subscription-pack[hidden] {
    display: none;
}

.swpe-generic__subscription-pack strong {
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__subscription-pack p {
    margin: 0 !important;
    color: var(--swpe-generic-text) !important;
    font-size: 13px !important;
    font-weight: 750;
}

.swpe-generic__subscription-pack li {
    font-size: 12px;
}

.swpe-generic__pack-preview {
    display: flex !important;
    width: 100%;
    min-width: 0;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 6px;
    border: 1px solid #9ddfbd !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: var(--swpe-generic-green) !important;
    padding: 6px !important;
    text-align: center !important;
}

.swpe-generic__pack-preview img {
    display: block;
    width: 100%;
    max-width: 132px;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    object-fit: cover;
}

.swpe-generic__pack-preview span {
    display: block;
    color: var(--swpe-generic-green);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.swpe-generic__pack-modal {
    position: fixed;
    inset: 0;
    z-index: 1002;
    display: grid;
    place-items: center;
    padding: 18px;
}

.swpe-generic__pack-modal[hidden] {
    display: none;
}

.swpe-generic__pack-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, .72);
}

.swpe-generic__pack-modal-panel {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(17, 24, 39, .28);
    padding: 16px;
}

.swpe-generic__pack-modal-panel h2 {
    margin: 0 48px 12px 0;
    color: var(--swpe-generic-ink);
    font-size: 18px;
    font-weight: 950;
}

.swpe-generic__pack-modal-panel img {
    display: block;
    width: 100%;
    max-height: calc(100vh - 128px);
    border-radius: 6px;
    object-fit: contain;
}

.swpe-generic__pack-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--swpe-generic-soft) !important;
    color: var(--swpe-generic-ink) !important;
    font-size: 28px;
    font-weight: 750;
    line-height: 1;
}

body.swpe-generic-pack-modal-open {
    overflow: hidden;
}

.swpe-generic__rewards {
    margin-top: 14px;
    overflow: hidden;
    border: 1px solid var(--swpe-generic-line, #dfe7f1);
    border-radius: 8px;
    background: #fff;
}

.swpe-generic__rewards > button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 0 !important;
    background: linear-gradient(135deg, var(--swpe-generic-dark), #2b1a48) !important;
    color: #fff !important;
    padding: 14px 16px !important;
    text-align: left;
}

.swpe-generic__rewards > button span {
    flex: 1;
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__rewards > button strong {
    border-radius: 999px;
    background: var(--swpe-generic-pink);
    padding: 4px 9px;
    font-size: 11px;
    font-weight: 950;
}

.swpe-generic__rewards > button em {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-style: normal;
    font-weight: 950;
    transition: transform .18s ease;
}

.swpe-generic__rewards > button[aria-expanded="true"] em {
    transform: rotate(180deg);
}

.swpe-generic__rewards > div {
    padding: 16px;
}

.swpe-generic__rewards > div[hidden] {
    display: none;
}

.swpe-generic__rewards p {
    margin: 0 0 12px !important;
    color: var(--swpe-generic-muted) !important;
    font-size: 13px !important;
}

.swpe-generic__rewards div div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-generic__rewards article {
    border: 1px solid var(--swpe-generic-line, #dfe7f1);
    border-radius: 8px;
    background: var(--swpe-generic-soft);
    padding: 12px;
}

.swpe-generic__rewards article.swpe-generic__reward-card--premium {
    border-color: #ead27b;
    background: linear-gradient(135deg, #fffdf2, #fff3c9);
}

.swpe-generic__rewards article.swpe-generic__reward-card--standard {
    border-color: #d6dce5;
    background: linear-gradient(135deg, #fbfcfe, #edf1f6);
}

.swpe-generic__rewards article strong,
.swpe-generic__rewards article span {
    display: block;
}

.swpe-generic__rewards article strong {
    color: var(--swpe-generic-ink);
    font-size: 13px;
    font-weight: 950;
}

.swpe-generic__rewards article span {
    margin-top: 4px;
    color: var(--swpe-generic-muted);
    font-size: 12px;
}

.swpe-generic__info-grid {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.swpe-generic__info-grid > *,
.swpe-generic__info-card {
    min-width: 0;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-generic-text);
    padding: 16px;
}

.swpe-generic__info-grid > .is-dark,
.swpe-generic__info-card--dark,
.swpe-generic__info-card.is-dark {
    border-color: transparent;
    background: linear-gradient(135deg, var(--swpe-generic-dark), #2b1a48);
    color: rgba(255, 255, 255, .76);
}

.swpe-generic__info-grid h2,
.swpe-generic__info-grid h3,
.swpe-generic__info-card strong {
    margin: 0 0 6px;
    color: var(--swpe-generic-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.18;
}

.swpe-generic__info-grid > .is-dark h2,
.swpe-generic__info-grid > .is-dark h3,
.swpe-generic__info-grid > .is-dark strong,
.swpe-generic__info-card--dark h2,
.swpe-generic__info-card--dark h3,
.swpe-generic__info-card--dark strong,
.swpe-generic__info-card.is-dark h2,
.swpe-generic__info-card.is-dark h3,
.swpe-generic__info-card.is-dark strong {
    color: #fff;
}

.swpe-generic__info-grid p,
.swpe-generic__info-card p {
    margin: 0 !important;
    color: inherit !important;
    font-size: 13px !important;
    line-height: 1.55;
}

.swpe-generic__tabs {
    grid-column: 1 / -1;
    position: relative;
    z-index: 2;
    margin-top: 14px;
    padding-top: 22px;
    background: #fff;
}

.swpe-generic__tabs > div[role="tablist"],
.swpe-generic__tabs [role="tablist"] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    border-bottom: 1px solid var(--swpe-generic-line);
}

.swpe-generic__tabs > div[role="tablist"] button,
.swpe-generic__tabs [role="tab"] {
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--swpe-generic-muted, #66758a) !important;
    padding: 13px 16px 11px !important;
    font-size: 14px;
    font-weight: 950;
}

.swpe-generic__tabs > div[role="tablist"] button.is-active,
.swpe-generic__tabs [role="tab"].is-active,
.swpe-generic__tabs [role="tab"][aria-selected="true"] {
    border-bottom-color: var(--swpe-generic-pink) !important;
    color: var(--swpe-generic-pink-dark) !important;
}

.swpe-generic__tabs section,
.swpe-generic__tabs [role="tabpanel"] {
    display: none;
    max-width: 920px;
    padding: 22px 0 4px;
}

.swpe-generic__tabs section.is-active,
.swpe-generic__tabs [role="tabpanel"].is-active,
.swpe-generic__tabs [role="tabpanel"]:not([hidden]) {
    display: block;
}

.swpe-generic__tabs h2,
.swpe-generic__tabs h3 {
    margin: 0 0 8px;
    color: var(--swpe-generic-ink);
    font-size: 20px;
    font-weight: 950;
}

.swpe-generic__tabs p,
.swpe-generic__tabs li {
    color: var(--swpe-generic-text) !important;
    font-size: 15px !important;
    line-height: 1.65;
}

.swpe-generic__tabs p {
    margin: 0 0 12px !important;
}

.swpe-generic__tabs p:last-child {
    margin-bottom: 0 !important;
}

.swpe-generic__tabs table {
    width: 100%;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    font-size: 14px;
}

.swpe-generic__tabs th,
.swpe-generic__tabs td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--swpe-generic-line-soft);
    color: var(--swpe-generic-text, #263445);
    text-align: left;
}

.swpe-generic__tabs tr:last-child td {
    border-bottom: 0;
}

.swpe-generic__tabs th {
    background: var(--swpe-generic-soft);
    color: var(--swpe-generic-ink, #111827);
    font-weight: 950;
}

.swpe-generic-reviews {
    display: grid;
    gap: 16px;
    margin-top: 14px;
}

.swpe-generic-reviews__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .86)),
        linear-gradient(135deg, var(--swpe-generic-pink-wash), var(--swpe-generic-blue-wash));
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
    padding: 16px;
}

.swpe-generic-reviews__summary span {
    display: block;
    color: var(--swpe-generic-pink-dark);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-generic-reviews__summary strong {
    display: block;
    margin: 5px 0 4px;
    color: var(--swpe-generic-ink);
    font-size: 24px;
    font-weight: 950;
    line-height: 1.08;
}

.swpe-generic-reviews__summary p,
.swpe-generic-reviews__note {
    margin: 0 !important;
    color: var(--swpe-generic-muted) !important;
    font-size: 13px !important;
    font-weight: 760;
    line-height: 1.45 !important;
}

.swpe-generic-reviews__score {
    display: grid;
    min-width: min(100%, 260px);
    gap: 10px;
    justify-items: end;
    text-align: right;
}

.swpe-generic-reviews__score > div:first-child > span {
    color: #d97706;
    font-size: 20px;
    line-height: 1;
    text-transform: none;
}

.swpe-generic-reviews__score small {
    max-width: 185px;
    color: var(--swpe-generic-muted);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.28;
}

.swpe-generic-reviews__bars {
    display: grid;
    width: min(100%, 245px);
    gap: 5px;
}

.swpe-generic-reviews__bar {
    display: grid;
    grid-template-columns: 14px minmax(88px, 1fr) 24px;
    gap: 7px;
    align-items: center;
    color: var(--swpe-generic-muted);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.swpe-generic-reviews__bar span,
.swpe-generic-reviews__bar em {
    display: block;
    color: var(--swpe-generic-muted);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

.swpe-generic-reviews__bar i {
    display: block;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #eef4fb;
}

.swpe-generic-reviews__bar b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d946b6, #35aee2);
}

.swpe-generic-reviews__list {
    display: grid;
    gap: 12px;
}

.swpe-generic-review-card {
    display: grid;
    gap: 10px;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .05);
    padding: 14px;
}

.swpe-generic-review-card header {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.swpe-generic-review-card__avatar {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 999px;
    background: var(--swpe-generic-green-wash);
    color: var(--swpe-generic-green);
    font-size: 15px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-generic-review-card header strong {
    display: block;
    margin: 0;
    color: var(--swpe-generic-ink);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-generic-review-card time {
    display: block;
    margin-top: 2px;
    color: var(--swpe-generic-muted);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.25;
}

.swpe-generic-review-card__rating {
    color: #d97706;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.swpe-generic-review-card__content p {
    margin: 0 0 8px !important;
    color: var(--swpe-generic-text) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.swpe-generic-review-card__content p:last-child {
    margin-bottom: 0 !important;
}

.swpe-generic-review-card footer {
    justify-self: start;
    border-radius: 999px;
    background: var(--swpe-generic-green-wash);
    color: var(--swpe-generic-green);
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 950;
    line-height: 1;
}

.swpe-generic-reviews__form {
    border: 1px solid #f3b7e5;
    border-radius: 8px;
    background: #fff7fd;
    padding: 16px;
}

.swpe-generic-reviews__form .comment-form {
    display: grid;
    gap: 12px;
}

.swpe-generic-reviews__form .comment-form p {
    margin: 0 !important;
}

.swpe-generic-reviews__form .stars,
.swpe-generic-reviews__form .star-rating {
    display: none !important;
}

.swpe-generic-reviews__field select {
    min-height: 44px;
}

.swpe-generic__tabs .woocommerce-Reviews,
.swpe-locust__tabs .woocommerce-Reviews,
.swpe-pm__tabs .woocommerce-Reviews {
    display: grid;
    gap: 18px;
}

.swpe-generic__tabs .woocommerce-Reviews-title,
.swpe-locust__tabs .woocommerce-Reviews-title,
.swpe-pm__tabs .woocommerce-Reviews-title {
    margin: 0 !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    color: var(--swpe-generic-ink) !important;
}

.swpe-generic__tabs .commentlist,
.swpe-locust__tabs .commentlist,
.swpe-pm__tabs .commentlist {
    display: grid;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-generic__tabs .commentlist li,
.swpe-locust__tabs .commentlist li,
.swpe-pm__tabs .commentlist li {
    margin: 0 !important;
    padding: 0 !important;
}

.swpe-generic__tabs .comment_container,
.swpe-locust__tabs .comment_container,
.swpe-pm__tabs .comment_container {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #f5fbff 100%);
    box-shadow: 0 14px 32px rgba(15, 23, 42, .06);
}

.swpe-generic__tabs .comment_container img.avatar,
.swpe-locust__tabs .comment_container img.avatar,
.swpe-pm__tabs .comment_container img.avatar {
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
    border: 1px solid var(--swpe-generic-line);
    border-radius: 999px;
    background: #fff;
}

.swpe-generic__tabs .comment-text,
.swpe-locust__tabs .comment-text,
.swpe-pm__tabs .comment-text {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.swpe-generic__tabs .star-rating,
.swpe-locust__tabs .star-rating,
.swpe-pm__tabs .star-rating {
    color: #d97706;
}

.swpe-generic__tabs .meta,
.swpe-locust__tabs .meta,
.swpe-pm__tabs .meta {
    margin: 8px 0 6px !important;
    color: var(--swpe-generic-muted) !important;
    font-size: 13px !important;
    font-weight: 850;
}

.swpe-generic__tabs .description,
.swpe-locust__tabs .description,
.swpe-pm__tabs .description {
    color: var(--swpe-generic-text);
}

.swpe-generic__tabs #review_form_wrapper,
.swpe-locust__tabs #review_form_wrapper,
.swpe-pm__tabs #review_form_wrapper {
    padding: 16px;
    border: 1px solid #f3b7e5;
    border-radius: 8px;
    background: #fff7fd;
}

.swpe-generic__tabs #reply-title,
.swpe-locust__tabs #reply-title,
.swpe-pm__tabs #reply-title {
    display: block;
    margin-bottom: 10px;
    color: var(--swpe-generic-ink);
    font-size: 18px;
    font-weight: 950;
}

.swpe-generic__tabs .comment-form label,
.swpe-locust__tabs .comment-form label,
.swpe-pm__tabs .comment-form label {
    display: block;
    margin: 0 0 6px;
    color: var(--swpe-generic-muted, #66758a);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.swpe-generic__tabs .comment-form input,
.swpe-generic__tabs .comment-form select,
.swpe-generic__tabs .comment-form textarea,
.swpe-locust__tabs .comment-form input,
.swpe-locust__tabs .comment-form select,
.swpe-locust__tabs .comment-form textarea,
.swpe-pm__tabs .comment-form input,
.swpe-pm__tabs .comment-form select,
.swpe-pm__tabs .comment-form textarea {
    width: 100%;
    border: 1px solid var(--swpe-generic-line, #dfe7f1);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-generic-ink, #111827);
}

.swpe-generic__tabs .comment-form .submit,
.swpe-locust__tabs .comment-form .submit,
.swpe-pm__tabs .comment-form .submit {
    width: auto;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--swpe-generic-pink, #d946b6) !important;
    color: #fff !important;
    padding: 12px 18px !important;
    font-weight: 950 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .cr-summaryBox-wrap,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .cr-overall-rating-wrap,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .ivole-summaryBox,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .cr-ajax-reviews-sort-div,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .cr-ajax-search,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .cr-summaryBox-wrap,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .cr-overall-rating-wrap,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .ivole-summaryBox,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .cr-ajax-reviews-sort-div,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .cr-ajax-search,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .cr-summaryBox-wrap,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .cr-overall-rating-wrap,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .ivole-summaryBox,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .cr-ajax-reviews-sort-div,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .cr-ajax-search {
    display: none !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .commentlist,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .commentlist,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .commentlist {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 14px !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .commentlist::before,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .commentlist::after,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .commentlist::before,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .commentlist::after,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .commentlist::before,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .commentlist::after {
    display: none !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .commentlist li,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .commentlist li,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .commentlist li {
    width: auto !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .comment_container,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .comment_container,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .comment_container,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .cr-review-card,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .cr-review-card,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .cr-review-card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    min-height: 0 !important;
    border: 1px solid var(--swpe-generic-line, #dfe7f1) !important;
    border-radius: 8px !important;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(245, 251, 255, .92)),
        linear-gradient(135deg, rgba(248, 214, 241, .32), rgba(199, 235, 252, .28)) !important;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .06) !important;
    padding: 16px !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .comment_container img.avatar,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .comment_container img.avatar,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .comment_container img.avatar {
    display: none !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .star-rating,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .star-rating,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .star-rating,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .crstar-rating,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .crstar-rating,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .crstar-rating {
    display: inline-flex !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    color: #d97706 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0 !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .star-rating::before,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .star-rating::before,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .star-rating::before,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .crstar-rating::before,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .crstar-rating::before,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .crstar-rating::before {
    content: "★★★★★" !important;
    color: #d97706 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .star-rating span,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .star-rating span,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .star-rating span,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .crstar-rating span,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .crstar-rating span,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .crstar-rating span {
    display: none !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .meta,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .meta,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .meta,
.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .woocommerce-review__author,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .woocommerce-review__author,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .woocommerce-review__author {
    margin: 6px 0 8px !important;
    color: var(--swpe-generic-ink, #111827) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.3 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .woocommerce-review__verified,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .woocommerce-review__verified,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .woocommerce-review__verified {
    display: inline-flex !important;
    width: fit-content !important;
    margin-left: 0 !important;
    border-radius: 999px !important;
    background: var(--swpe-generic-green-wash, #e9fbf1) !important;
    color: var(--swpe-generic-green, #0b8f4f) !important;
    padding: 4px 8px !important;
    font-size: 11px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .woocommerce-review__published-date,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .woocommerce-review__published-date,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .woocommerce-review__published-date {
    display: block !important;
    margin-top: 3px !important;
    color: var(--swpe-generic-muted, #66758a) !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.swpe-generic__tabs [data-swpe-generic-panel="reviews"] .description p,
.swpe-locust__tabs [data-swpe-locust-panel="reviews"] .description p,
.swpe-pm__tabs [data-swpe-pm-panel="reviews"] .description p {
    margin: 0 !important;
    color: var(--swpe-generic-text, #213047) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.swpe-generic__mobile-cta {
    display: none;
}

@media (max-width: 640px) {
    .swpe-generic-reviews__summary,
    .swpe-generic-review-card header {
        grid-template-columns: minmax(0, 1fr);
    }

    .swpe-generic-reviews__score {
        justify-items: start;
        text-align: left;
    }
}

@media (max-width: 900px) {
    .swpe-generic {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
        overflow-x: clip;
    }

    .swpe-generic__media,
    .swpe-generic__details,
    .swpe-generic__tabs,
    .swpe-generic__hero,
    .swpe-generic__thumbs {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .swpe-generic__media {
        position: static;
    }

    .swpe-generic__hero {
        max-height: 560px;
    }

    .swpe-generic__info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    body.swpe-generic-active {
        padding-bottom: 84px;
    }

    .swpe-generic__mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 12px;
        border-top: 1px solid var(--swpe-generic-line);
        background: #fff;
        box-shadow: 0 -10px 24px rgba(17, 24, 39, .12);
        padding: 10px 12px;
    }

    .swpe-generic__mobile-cta div {
        min-width: 0;
        flex: 1;
    }

    .swpe-generic__mobile-cta > div > span,
    .swpe-generic__mobile-cta > div > strong {
        display: block;
    }

    .swpe-generic__mobile-cta > div > span {
        overflow: hidden;
        color: var(--swpe-generic-muted);
        font-size: 12px;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .swpe-generic__mobile-cta > div > strong {
        color: var(--swpe-generic-ink);
        font-size: 17px;
        font-weight: 950;
    }

    .swpe-generic__mobile-cta a,
    .swpe-generic__mobile-cta button {
        max-width: 48%;
        min-height: 44px;
        padding: 0 14px !important;
        font-size: 13px !important;
    }

    body.swpe-generic-active #wa-chat-widget,
    body.swpe-generic-active .joinchat,
    body.swpe-generic-active .qlwapp,
    body.swpe-generic-active .qlwapp-container,
    body.swpe-generic-active .ht-ctc,
    body.swpe-generic-active [class*="whatsapp"] {
        bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1001 !important;
    }
}

@media (max-width: 640px) {
    body.swpe-generic-active {
        padding-bottom: 84px;
    }

    .swpe-generic {
        padding-top: 8px;
    }

    .swpe-generic__hero {
        aspect-ratio: 4 / 3;
        padding: 20px;
    }

    .swpe-generic__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 6px;
    }

    .swpe-generic h1,
    .swpe-generic__title {
        font-size: 26px !important;
    }

    .swpe-generic__headline .price,
    .swpe-generic__headline strong {
        font-size: 28px !important;
    }

    .swpe-generic__stock,
    .swpe-generic .stock {
        width: 100%;
        align-items: flex-start;
    }

    .swpe-generic__form-card {
        padding: 14px;
    }

    .swpe-generic__pills,
    .swpe-generic__ladder,
    .swpe-generic__purchase {
        padding-left: 0;
    }

    .swpe-generic__ladder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .swpe-generic__ladder button {
        min-height: 86px;
        padding: 8px 7px !important;
    }

    .swpe-generic__ladder strong,
    .swpe-generic__ladder b {
        font-size: 12px;
    }

    .swpe-generic__ladder small {
        font-size: 10px;
    }

    .swpe-generic__ladder em {
        font-size: 9px;
        padding: 3px 5px;
    }

    .swpe-generic__purchase button {
        align-items: flex-start;
    }

    .swpe-generic__purchase b {
        text-align: right;
        white-space: normal;
    }

    .swpe-generic__frequency > div {
        grid-template-columns: 1fr;
    }

    .swpe-generic__cta-row {
        display: grid;
        grid-template-columns: 126px minmax(0, 1fr);
    }

    .swpe-generic__subscription-pack {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .swpe-generic__subscription-pack li {
        font-size: 11px;
    }

    .swpe-generic__pack-preview {
        justify-self: center;
        width: min(132px, 100%);
        padding: 5px !important;
    }

    .swpe-generic__pack-modal {
        padding: 10px;
    }

    .swpe-generic__pack-modal-panel {
        max-height: calc(100vh - 20px);
        padding: 12px;
    }

    .swpe-generic__pack-modal-panel img {
        max-height: calc(100vh - 104px);
    }

    .swpe-generic__rewards div div {
        grid-template-columns: 1fr;
    }

    .swpe-generic__form-card .woocommerce-variation-add-to-cart,
    .swpe-generic__form-card form.cart:not(.variations_form) {
        grid-template-columns: 116px minmax(0, 1fr);
    }

    .swpe-generic__form-card .quantity {
        width: 116px;
    }

    .swpe-generic__form-card .single_add_to_cart_button,
    .swpe-generic__form-card button[type="submit"],
    .swpe-generic__form-card .added_to_cart {
        padding: 0 12px !important;
        font-size: 14px !important;
    }

    .swpe-generic__info-grid {
        grid-template-columns: 1fr;
    }

    .swpe-generic__tabs > div[role="tablist"],
    .swpe-generic__tabs [role="tablist"] {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .swpe-generic__tabs > div[role="tablist"] button,
    .swpe-generic__tabs [role="tab"] {
        flex: 0 0 auto;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .swpe-generic__tabs table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .swpe-generic__tabs th,
    .swpe-generic__tabs td {
        padding: 10px 12px;
    }

    .swpe-generic__mobile-cta a,
    .swpe-generic__mobile-cta button {
        padding: 0 16px !important;
        font-size: 14px !important;
    }
}

body.swpe-category-concept-active .woocommerce-products-header,
body.swpe-category-concept-active .woocommerce-result-count,
body.swpe-category-concept-active .woocommerce-ordering,
body.swpe-category-concept-active .wd-products-per-page,
body.swpe-category-concept-active .wd-products-per-row,
body.swpe-category-concept-active .wd-products-shop-view,
body.swpe-category-concept-active .wd-products-view,
body.swpe-category-concept-active .wd-shop-view,
body.swpe-category-concept-active .products,
body.swpe-category-concept-active .wd-loop-footer,
body.swpe-category-concept-active .woocommerce-pagination,
body.swpe-category-concept-active .sidebar-container,
body.swpe-category-concept-active .wd-sidebar,
body.swpe-category-concept-active .wd-show-sidebar-btn,
body.swpe-category-concept-active .wd-sticky-sidebar-opener,
body.tax-product_cat.swpe-category-concept-active .wd-content-area.site-content {
    display: none !important;
}

body.swpe-category-concept-active #main-content,
body.swpe-category-concept-active .content-layout-wrapper {
    display: block !important;
}

body.swpe-category-concept-active .main-page-wrapper,
body.swpe-category-concept-active .content-with-products {
    overflow: visible !important;
}

.swpe-category-concept,
.swpe-category-concept * {
    box-sizing: border-box;
}

.swpe-category-concept {
    --swpe-cat-pink: #d946b6;
    --swpe-cat-pink-dark: #bd329d;
    --swpe-cat-pink-wash: #fdf2fb;
    --swpe-cat-blue: #36aee2;
    --swpe-cat-blue-wash: #ecf8ff;
    --swpe-cat-green: #15834d;
    --swpe-cat-green-wash: #eafaf1;
    --swpe-cat-gold: #d07a13;
    --swpe-cat-gold-wash: #fff7e8;
    --swpe-cat-ink: #111827;
    --swpe-cat-text: #263445;
    --swpe-cat-muted: #66758a;
    --swpe-cat-line: #dfe7f1;
    --swpe-cat-line-soft: #edf2f7;
    --swpe-cat-soft: #f7f9fc;
    --swpe-cat-dark: #17152a;
    --swpe-cat-shadow: 0 18px 42px rgba(17, 24, 39, .10);
    grid-column: 1 / -1;
    width: min(1320px, calc(100% - 32px));
    margin: 28px auto 64px;
    color: var(--swpe-cat-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.swpe-category-concept--green {
    --swpe-cat-pink: #20a464;
    --swpe-cat-pink-dark: #15834d;
    --swpe-cat-pink-wash: #eafaf1;
}

.swpe-category-concept--blue {
    --swpe-cat-pink: #36aee2;
    --swpe-cat-pink-dark: #1f83b3;
    --swpe-cat-pink-wash: #ecf8ff;
}

.swpe-category-concept--gold {
    --swpe-cat-pink: #d98519;
    --swpe-cat-pink-dark: #a96110;
    --swpe-cat-pink-wash: #fff7e8;
}

.swpe-category-concept a {
    text-decoration: none !important;
}

.swpe-category-concept button,
.swpe-category-concept input {
    font: inherit;
    letter-spacing: 0;
}

.swpe-category-concept__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.swpe-category-concept__hero-copy {
    min-height: 282px;
    border: 1px solid var(--swpe-cat-line-soft);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 20%, rgba(217, 70, 182, .14), transparent 34%),
        linear-gradient(135deg, #fff, var(--swpe-cat-blue-wash));
    box-shadow: var(--swpe-cat-shadow);
    padding: clamp(22px, 4vw, 44px);
}

.swpe-category-concept__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border-radius: 999px;
    background: var(--swpe-cat-pink);
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    padding: 6px 14px;
}

.swpe-category-concept h1 {
    margin: 18px 0 10px !important;
    color: var(--swpe-cat-ink) !important;
    font-size: clamp(36px, 5vw, 64px) !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

.swpe-category-concept__hero-copy p {
    max-width: 760px;
    margin: 0 !important;
    color: var(--swpe-cat-text) !important;
    font-size: clamp(16px, 1.5vw, 21px) !important;
    font-weight: 500;
    line-height: 1.5;
}

.swpe-category-concept__hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.swpe-category-concept__hero-stats span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: var(--swpe-cat-text);
    font-size: 13px;
    font-weight: 850;
    padding: 8px 14px;
}

.swpe-category-concept__hero-stats strong {
    margin-right: 5px;
    color: var(--swpe-cat-green);
    font-size: 18px;
    font-weight: 950;
}

.swpe-category-concept__hero-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.swpe-category-concept__hero-panel article,
.swpe-category-concept__hero-panel a {
    display: grid;
    align-content: center;
    min-height: 86px;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(17, 24, 39, .07);
    padding: 16px;
}

.swpe-category-concept__hero-panel > article > span,
.swpe-category-concept__hero-panel > article > strong,
.swpe-category-concept__hero-panel > article > small,
.swpe-category-concept__hero-panel > a > span,
.swpe-category-concept__hero-panel > a > strong,
.swpe-category-concept__hero-panel > a > small {
    display: block;
}

.swpe-category-concept__hero-panel > article > span,
.swpe-category-concept__hero-panel > a > span {
    color: var(--swpe-cat-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.swpe-category-concept__hero-panel .swpe-category-concept__stars {
    margin-top: 7px;
    color: #d97706;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
}

.swpe-category-concept__hero-panel > article > strong,
.swpe-category-concept__hero-panel > a > strong {
    margin-top: 3px;
    color: var(--swpe-cat-ink);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.12;
}

.swpe-category-concept__hero-panel .amount {
    display: inline;
    color: var(--swpe-cat-green);
}

.swpe-category-concept__hero-panel > article > small,
.swpe-category-concept__hero-panel > a > small {
    margin-top: 5px;
    color: var(--swpe-cat-muted);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.35;
}

.swpe-category-concept__routes {
    display: flex;
    gap: 8px;
    margin: 14px 0 18px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.swpe-category-concept__routes a {
    flex: 0 0 auto;
    border: 2px solid var(--swpe-cat-line);
    border-radius: 999px;
    background: #fff;
    color: var(--swpe-cat-text) !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    padding: 10px 14px;
}

.swpe-category-concept__routes a:hover,
.swpe-category-concept__routes a.is-active {
    border-color: var(--swpe-cat-pink);
    background: var(--swpe-cat-pink-wash);
    color: var(--swpe-cat-pink-dark) !important;
}

.swpe-category-concept__toolbar {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
    padding: 12px;
}

.swpe-category-concept__search {
    display: grid;
    gap: 6px;
    margin: 0;
}

.swpe-category-concept__search span {
    color: var(--swpe-cat-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.swpe-category-concept__search input {
    width: 100%;
    min-height: 46px;
    border: 2px solid var(--swpe-cat-line) !important;
    border-radius: 8px !important;
    background: var(--swpe-cat-soft) !important;
    color: var(--swpe-cat-ink) !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    padding: 0 14px !important;
}

.swpe-category-concept__search input:focus {
    border-color: var(--swpe-cat-pink) !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .16) !important;
}

.swpe-category-concept__sort {
    display: inline-flex;
    gap: 6px;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 999px;
    background: var(--swpe-cat-soft);
    padding: 4px;
}

.swpe-category-concept__sort button {
    min-height: 36px;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--swpe-cat-muted) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    padding: 0 13px !important;
}

.swpe-category-concept__sort button.is-active {
    background: #fff !important;
    color: var(--swpe-cat-pink-dark) !important;
    box-shadow: 0 4px 12px rgba(17, 24, 39, .10);
}

.swpe-category-concept__toolbar p {
    margin: 0 !important;
    color: var(--swpe-cat-muted) !important;
    font-size: 13px !important;
    font-weight: 850;
    text-align: right;
}

.swpe-category-concept__toolbar p strong {
    color: var(--swpe-cat-ink);
    font-size: 20px;
    font-weight: 950;
}

.swpe-category-concept__popular {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.swpe-category-concept__popular a {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 94px;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}

.swpe-category-concept__popular span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swpe-cat-pink-wash), var(--swpe-cat-blue-wash));
}

.swpe-category-concept__popular img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swpe-category-concept__popular strong,
.swpe-category-concept__popular small {
    display: block;
    min-width: 0;
}

.swpe-category-concept__popular strong {
    overflow: hidden;
    color: var(--swpe-cat-ink);
    font-size: 15px;
    font-weight: 950;
    line-height: 1.22;
    text-overflow: ellipsis;
}

.swpe-category-concept__popular small,
.swpe-category-concept__popular .price {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 3px;
    align-items: baseline;
    color: var(--swpe-cat-green);
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-category-concept__popular .amount {
    white-space: nowrap;
}

.swpe-category-concept__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
    gap: 14px;
}

.swpe-category-concept__card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(17, 24, 39, .07);
    overflow: hidden;
}

.swpe-category-concept__card[hidden] {
    display: none !important;
}

.swpe-category-concept__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1.12;
    background: linear-gradient(135deg, var(--swpe-cat-pink-wash), var(--swpe-cat-blue-wash));
    padding: 16px;
}

.swpe-category-concept__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.swpe-category-concept__image em {
    position: absolute;
    right: auto !important;
    bottom: 10px;
    left: 10px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: max-content;
    max-width: calc(100% - 20px);
    border-radius: 999px;
    background: var(--swpe-cat-green-wash);
    color: var(--swpe-cat-green);
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    line-height: 1.15;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap !important;
}

.swpe-category-concept--route-dubia-roaches .swpe-category-concept__image em {
    right: auto;
    left: 10px;
}

.swpe-category-concept__card-body {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
    padding: 14px;
}

.swpe-category-concept__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.swpe-category-concept__meta span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    border-radius: 999px;
    background: var(--swpe-cat-soft);
    color: var(--swpe-cat-muted);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 5px 8px;
}

.swpe-category-concept__meta span:last-child {
    background: var(--swpe-cat-green-wash);
    color: var(--swpe-cat-green);
}

.swpe-category-concept__meta span.is-out-of-stock {
    background: #fff5fc;
    color: #a8268e;
}

.swpe-category-concept__card h2 {
    margin: 0 !important;
    color: var(--swpe-cat-ink) !important;
    font-size: 18px !important;
    font-weight: 950 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

.swpe-category-concept__card h2 a {
    color: inherit !important;
}

.swpe-category-concept__rating {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: var(--swpe-cat-muted);
}

.swpe-category-concept__rating span {
    color: #d97706;
    font-size: 14px;
    letter-spacing: 0;
}

.swpe-category-concept__rating small {
    color: var(--swpe-cat-muted);
    font-size: 12px;
    font-weight: 800;
}

.swpe-category-concept__insight {
    display: grid;
    gap: 3px;
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: linear-gradient(135deg, var(--swpe-cat-pink-wash), #fff);
    padding: 9px 10px;
}

.swpe-category-concept__insight--sample {
    border-style: dashed;
}

.swpe-category-concept__insight span {
    color: var(--swpe-cat-pink-dark);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1.1;
    text-transform: uppercase;
}

.swpe-category-concept__insight strong {
    color: var(--swpe-cat-ink);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-category-concept__price {
    display: grid;
    gap: 4px;
    margin-top: auto;
}

.swpe-category-concept__price strong,
.swpe-category-concept__price .price {
    color: var(--swpe-cat-ink);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-category-concept__price del {
    color: var(--swpe-cat-muted);
    font-size: 14px;
}

.swpe-category-concept__price ins {
    color: var(--swpe-cat-green);
    text-decoration: none;
}

.swpe-category-concept__price small {
    display: inline-block;
    align-items: center;
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
    background: var(--swpe-cat-green-wash);
    color: var(--swpe-cat-green);
    font-size: 12px;
    font-weight: 950;
    line-height: 1.2;
    padding: 6px 9px;
    overflow-wrap: anywhere;
    white-space: normal;
}

.swpe-category-concept__price strong .amount {
    color: var(--swpe-cat-ink);
}

.swpe-category-concept__price small .amount {
    color: var(--swpe-cat-green);
}

.swpe-category-concept__cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--swpe-cat-pink) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
    padding: 0 14px !important;
    text-align: center;
    text-transform: none !important;
}

.swpe-category-concept__cta:hover,
.swpe-category-concept__cta:focus {
    background: var(--swpe-cat-pink-dark) !important;
    color: #fff !important;
}

.swpe-category-concept__empty {
    border: 1px solid var(--swpe-cat-line);
    border-radius: 8px;
    background: var(--swpe-cat-soft);
    color: var(--swpe-cat-muted) !important;
    font-size: 16px !important;
    font-weight: 800;
    margin: 16px 0 0 !important;
    padding: 18px;
    text-align: center;
}

@media (max-width: 980px) {
    .swpe-category-concept__hero {
        grid-template-columns: 1fr;
    }

    .swpe-category-concept__hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .swpe-category-concept__toolbar {
        grid-template-columns: 1fr;
    }

    .swpe-category-concept__toolbar p {
        text-align: left;
    }
}

@media (prefers-reduced-motion: reduce) {
    .swpe-feeder-species__track {
        animation: none;
    }
}

@media (max-width: 720px) {
    .swpe-category-concept {
        width: min(100% - 20px, 1320px);
        margin-top: 14px;
    }

    .swpe-category-concept__hero-copy {
        min-height: 0;
        padding: 22px;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__hero {
        margin-bottom: 10px;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__hero-copy {
        padding: 18px;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__hero-panel {
        display: none;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__hero-stats {
        gap: 6px;
        margin-top: 14px;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__hero-stats span {
        min-height: 34px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .swpe-category-concept--compact-range .swpe-category-concept__routes--after-products {
        margin-top: 16px;
    }

    .swpe-category-concept h1 {
        font-size: 34px !important;
    }

    .swpe-category-concept__hero-panel,
    .swpe-category-concept__popular {
        grid-template-columns: 1fr;
    }

    .swpe-category-concept__routes {
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .swpe-category-concept__sort {
        width: 100%;
        justify-content: stretch;
    }

    .swpe-category-concept__sort button {
        flex: 1;
    }

    .swpe-category-concept__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .swpe-category-concept__image {
        padding: 10px;
    }

    .swpe-category-concept__image em,
    .swpe-category-concept__price small {
        font-size: 10px;
    }

    .swpe-category-concept__image em {
        right: auto !important;
        bottom: 6px;
        left: 6px !important;
        max-width: calc(100% - 12px);
        padding: 5px 7px;
        line-height: 1.1;
    }

    .swpe-category-concept--route-dubia-roaches .swpe-category-concept__image em {
        right: auto;
        left: 6px;
    }

    .swpe-category-concept__card-body {
        gap: 8px;
        padding: 10px;
    }

    .swpe-category-concept__card h2 {
        font-size: 15px !important;
    }

    .swpe-category-concept__price strong,
    .swpe-category-concept__price .price {
        font-size: 17px;
    }
}

@media (max-width: 420px) {
    .swpe-category-concept__grid {
        grid-template-columns: 1fr;
    }
}

/* Support and guide pages */
body.swpe-support-standalone {
    margin: 0;
    background: #f7fbff;
}

body.swpe-support-active .main-page-wrapper,
body.swpe-support-active .site-content,
body.swpe-support-active .content-layout-wrapper {
    overflow: visible !important;
}

.swpe-support,
.swpe-support * {
    box-sizing: border-box;
}

.swpe-support {
    --swpe-support-ink: #101827;
    --swpe-support-muted: #607089;
    --swpe-support-line: #dce6f1;
    --swpe-support-soft: #f4fbff;
    --swpe-support-pink: #d944b8;
    --swpe-support-pink-dark: #bd2f9c;
    --swpe-support-blue: #42afe4;
    --swpe-support-green: #10864b;
    width: min(100% - 32px, 1320px);
    margin: 28px auto 64px;
    color: var(--swpe-support-ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.swpe-support a {
    color: inherit;
    text-decoration: none;
}

.swpe-support__crumbs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--swpe-support-muted);
    font-size: 13px;
    font-weight: 800;
}

.swpe-support__crumbs a {
    color: var(--swpe-support-green);
}

.swpe-support__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.swpe-support__hero-copy,
.swpe-support__hero-panel,
.swpe-support__card,
.swpe-support__guide-card,
.swpe-support__action-card,
.swpe-support__existing,
.swpe-support__table-wrap {
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
}

.swpe-support__hero-copy {
    min-height: 390px;
    padding: 44px;
    background:
        radial-gradient(circle at 0 0, rgba(217, 68, 184, 0.15), transparent 34%),
        radial-gradient(circle at 100% 100%, rgba(66, 175, 228, 0.16), transparent 36%),
        linear-gradient(135deg, #fff8fd 0%, #f2fbff 100%);
}

.swpe-support__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    margin: 0 0 18px !important;
    padding: 7px 18px;
    border-radius: 999px;
    background: var(--swpe-support-pink);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

.swpe-support h1,
.swpe-support h2,
.swpe-support h3,
.swpe-support p {
    letter-spacing: 0 !important;
}

.swpe-support h1 {
    max-width: 720px;
    margin: 0 0 16px !important;
    color: var(--swpe-support-ink) !important;
    font-size: clamp(40px, 5.2vw, 76px) !important;
    font-weight: 950 !important;
    line-height: 0.95 !important;
}

.swpe-support__hero-copy > p:not(.swpe-support__eyebrow) {
    max-width: 680px;
    margin: 0 !important;
    color: #25344a !important;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.48 !important;
}

.swpe-support__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.swpe-support__hero-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border: 2px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-support-ink);
    font-size: 14px;
    font-weight: 950;
}

.swpe-support__hero-actions a:first-child {
    border-color: var(--swpe-support-pink);
    background: var(--swpe-support-pink);
    color: #fff;
}

.swpe-support__hero-actions a:hover,
.swpe-support__hero-actions a:focus {
    border-color: var(--swpe-support-pink-dark);
    color: var(--swpe-support-pink-dark);
}

.swpe-support__hero-actions a:first-child:hover,
.swpe-support__hero-actions a:first-child:focus {
    background: var(--swpe-support-pink-dark);
    color: #fff;
}

.swpe-support__hero-panel {
    display: grid;
    gap: 12px;
    align-content: stretch;
    padding: 14px;
    background: var(--swpe-support-soft);
}

.swpe-support__hero-panel > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid #cfe0ef;
    border-radius: 8px;
    background: #fff;
}

.swpe-support__hero-panel span,
.swpe-support__card span,
.swpe-support__guide-card span,
.swpe-support__action-card span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-support__hero-panel strong {
    color: var(--swpe-support-ink);
    font-size: 26px;
    font-weight: 950;
    line-height: 1.05;
}

.swpe-support__hero-panel small {
    color: var(--swpe-support-muted);
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.swpe-support__section,
.swpe-support__actions,
.swpe-support__existing-section {
    margin-top: 22px;
}

.swpe-support__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.swpe-support__section-head .swpe-support__eyebrow {
    margin-bottom: 8px !important;
}

.swpe-support h2 {
    margin: 0 !important;
    color: var(--swpe-support-ink) !important;
    font-size: clamp(26px, 3vw, 40px) !important;
    font-weight: 950 !important;
    line-height: 1.04 !important;
}

.swpe-support__card-grid,
.swpe-support__guide-grid,
.swpe-support__action-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.swpe-support__card,
.swpe-support__guide-card,
.swpe-support__action-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 210px;
    padding: 22px;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.05);
}

.swpe-support__card h3,
.swpe-support__guide-card strong,
.swpe-support__action-card strong {
    margin: 0 !important;
    color: var(--swpe-support-ink) !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
}

.swpe-support__card p,
.swpe-support__guide-card small,
.swpe-support__action-card small {
    margin: 0 !important;
    color: var(--swpe-support-muted) !important;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.48 !important;
}

.swpe-support__card ul {
    display: grid;
    gap: 8px;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.swpe-support__card li {
    position: relative;
    margin: 0 !important;
    padding-left: 20px;
    color: #25344a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.swpe-support__card li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--swpe-support-green);
}

.swpe-support__guide-card:hover,
.swpe-support__guide-card:focus,
.swpe-support__action-card:hover,
.swpe-support__action-card:focus {
    border-color: var(--swpe-support-pink);
    transform: translateY(-1px);
}

.swpe-support__existing {
    padding: 24px;
    color: #25344a;
    font-size: 16px;
    line-height: 1.6;
}

.swpe-support__existing > *:first-child {
    margin-top: 0 !important;
}

.swpe-support__status {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #e9fff3;
    color: var(--swpe-support-green);
    font-size: 13px;
    font-weight: 950;
}

.swpe-support__table-wrap {
    overflow-x: auto;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.05);
}

.swpe-support__size-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
}

.swpe-support__size-table th,
.swpe-support__size-table td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--swpe-support-line);
    color: #25344a;
    text-align: left;
    vertical-align: top;
}

.swpe-support__size-table th {
    background: var(--swpe-support-soft);
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-support__size-table td {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.swpe-support__size-table td:first-child,
.swpe-support__size-table td a,
.swpe-support__size-table .amount {
    color: var(--swpe-support-ink);
    font-weight: 950;
}

.swpe-support__size-table td a:hover,
.swpe-support__size-table td a:focus {
    color: var(--swpe-support-pink);
}

.swpe-support__table-note {
    margin: 12px 0 0 !important;
    color: var(--swpe-support-muted) !important;
    font-size: 14px !important;
    font-weight: 750;
}

.swpe-feeder-finder {
    margin-top: 22px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(16, 134, 75, 0.08), rgba(66, 175, 228, 0.12)),
        #fff;
    padding: 24px;
    box-shadow: 0 18px 44px rgba(16, 24, 39, 0.07);
}

.swpe-feeder-finder__intro {
    display: grid;
    gap: 8px;
    max-width: 860px;
    margin-bottom: 18px;
}

.swpe-feeder-finder__intro h2,
.swpe-feeder-rhythm h2 {
    margin: 0 !important;
    color: var(--swpe-support-ink) !important;
    font-size: clamp(28px, 3.2vw, 46px) !important;
    font-weight: 950 !important;
    line-height: 1.02 !important;
}

.swpe-feeder-finder__intro p:not(.swpe-support__eyebrow),
.swpe-feeder-rhythm > div:first-child p:not(.swpe-support__eyebrow) {
    margin: 0 !important;
    color: #25344a !important;
    font-size: 17px !important;
    font-weight: 750;
    line-height: 1.5 !important;
}

.swpe-feeder-finder__workspace {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    gap: 16px;
    align-items: stretch;
}

.swpe-feeder-finder__controls,
.swpe-feeder-result {
    border: 1px solid #cfe0ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    padding: 18px;
}

.swpe-feeder-finder__controls {
    display: grid;
    gap: 14px;
    align-content: start;
}

.swpe-feeder-passports {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.swpe-feeder-passports__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.swpe-feeder-species {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.swpe-feeder-passports__head span,
.swpe-feeder-species > span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-feeder-passports__head button {
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-support-green);
    cursor: pointer;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 950;
}

.swpe-feeder-passport-prompt {
    display: grid;
    gap: 8px;
    border: 1px solid #cfe0ef;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(16, 134, 75, 0.08), rgba(217, 70, 182, 0.08)),
        #fff;
    padding: 14px;
}

.swpe-feeder-passport-prompt span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-feeder-passport-prompt strong {
    color: var(--swpe-support-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.12;
}

.swpe-feeder-passport-prompt p {
    margin: 0 !important;
    color: #405068 !important;
    font-size: 13px !important;
    font-weight: 760;
    line-height: 1.45 !important;
}

.swpe-feeder-passport-prompt a {
    width: fit-content;
    color: var(--swpe-support-pink) !important;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-passports__track,
.swpe-feeder-species__track {
    display: grid;
    grid-auto-columns: minmax(126px, 42%);
    grid-auto-flow: column;
    gap: 10px;
    min-width: 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 2px 2px 9px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
}

.swpe-feeder-species__track {
    animation: swpe-species-slider-nudge 4.8s ease-in-out 1s 2;
}

.swpe-feeder-passport,
.swpe-feeder-species__option {
    display: grid;
    grid-template-rows: 72px auto;
    gap: 7px;
    min-height: 132px;
    border: 1px solid #d5e4f2;
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-support-ink);
    cursor: pointer;
    padding: 9px;
    text-align: left;
    scroll-snap-align: start;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.swpe-feeder-passport img,
.swpe-feeder-species__option img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    object-position: center bottom;
}

.swpe-feeder-passport__initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    align-self: center;
    justify-self: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--swpe-support-green), var(--swpe-support-blue));
    color: #fff;
    font-size: 24px;
    font-weight: 950;
}

.swpe-feeder-passport strong,
.swpe-feeder-species__option strong {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-feeder-passport small {
    display: block;
    color: var(--swpe-support-muted);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.25;
}

.swpe-feeder-passport:hover,
.swpe-feeder-passport:focus-visible,
.swpe-feeder-species__option:hover,
.swpe-feeder-species__option:focus-visible {
    border-color: var(--swpe-support-green);
    box-shadow: 0 12px 24px rgba(16, 134, 75, 0.12);
    transform: translateY(-1px);
}

.swpe-feeder-passport.is-active,
.swpe-feeder-species__option.is-active {
    border-color: var(--swpe-support-green);
    background: linear-gradient(180deg, rgba(16, 134, 75, 0.08), #fff 58%);
    box-shadow: inset 0 0 0 2px rgba(16, 134, 75, 0.16);
}

.swpe-feeder-passports > p {
    margin: 0 !important;
    color: var(--swpe-support-muted) !important;
    font-size: 12px !important;
    font-weight: 760;
    line-height: 1.4 !important;
}

@keyframes swpe-species-slider-nudge {
    0%,
    100% {
        transform: translateX(0);
    }

    18% {
        transform: translateX(-12px);
    }

    36% {
        transform: translateX(6px);
    }

    54% {
        transform: translateX(-8px);
    }

    72% {
        transform: translateX(0);
    }
}

.swpe-feeder-control {
    display: grid;
    gap: 7px;
    margin: 0;
}

.swpe-feeder-control span,
.swpe-feeder-control label,
.swpe-feeder-goals > span,
.swpe-feeder-result > span,
.swpe-feeder-result__stats span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-feeder-control select,
.swpe-feeder-control input[type="number"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-support-ink);
    padding: 0 12px;
    font-size: 15px;
    font-weight: 900;
}

.swpe-feeder-control--range > div:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.swpe-feeder-control--range output {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 34px;
    border-radius: 999px;
    background: var(--swpe-support-ink);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-control input[type="range"] {
    width: 100%;
    accent-color: var(--swpe-support-green);
}

.swpe-feeder-goals {
    display: grid;
    gap: 8px;
}

.swpe-feeder-goals > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.swpe-feeder-goals button {
    min-height: 42px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    color: var(--swpe-support-ink);
    cursor: pointer;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-goals button.is-active {
    border-color: var(--swpe-support-green);
    background: var(--swpe-support-green);
    color: #fff;
}

.swpe-feeder-finder__hint,
.swpe-feeder-result__note {
    margin: 0 !important;
    color: var(--swpe-support-muted) !important;
    font-size: 13px !important;
    font-weight: 780;
    line-height: 1.45 !important;
}

.swpe-feeder-result {
    display: grid;
    gap: 14px;
    align-content: start;
}

.swpe-feeder-result h3 {
    margin: 0 !important;
    color: var(--swpe-support-ink) !important;
    font-size: clamp(24px, 2.8vw, 34px) !important;
    font-weight: 950 !important;
    line-height: 1.06 !important;
}

.swpe-feeder-result > p:not(.swpe-feeder-result__note) {
    margin: 0 !important;
    color: #25344a !important;
    font-size: 16px !important;
    font-weight: 760;
    line-height: 1.5 !important;
}

.swpe-feeder-meter {
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: #e6eef6;
}

.swpe-feeder-meter span {
    display: block;
    width: 18%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--swpe-support-green), var(--swpe-support-blue));
    transition: width 180ms ease;
}

.swpe-feeder-result__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.swpe-feeder-result__stats > div {
    display: grid;
    gap: 4px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: var(--swpe-support-soft);
    padding: 12px;
}

.swpe-feeder-result__stats strong {
    color: var(--swpe-support-ink);
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.swpe-feeder-result__cards {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--swpe-support-line);
}

.swpe-feeder-result__cards article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--swpe-support-line);
}

.swpe-feeder-result__cards article > div {
    display: grid;
    gap: 3px;
}

.swpe-feeder-result__cards strong {
    color: var(--swpe-support-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
}

.swpe-feeder-result__cards span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 900;
}

.swpe-feeder-result__cards em {
    align-self: start;
    border-radius: 999px;
    background: #effaf4;
    color: var(--swpe-support-green);
    padding: 6px 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 950;
    white-space: nowrap;
}

.swpe-feeder-result__cards p {
    grid-column: 1 / -1;
    margin: 0 !important;
    color: #405068 !important;
    font-size: 13px !important;
    font-weight: 750;
    line-height: 1.45 !important;
}

.swpe-feeder-result__cards a {
    grid-column: 1 / -1;
    width: fit-content;
    color: var(--swpe-support-pink) !important;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-result__bundle {
    display: grid;
    gap: 7px;
    border: 1px solid #cfe0ef;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(16, 134, 75, 0.08), rgba(66, 175, 228, 0.1));
    padding: 12px;
}

.swpe-feeder-result__bundle button {
    min-height: 44px;
    border: 2px solid var(--swpe-support-green);
    border-radius: 8px;
    background: var(--swpe-support-green);
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 950;
}

.swpe-feeder-result__bundle button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.swpe-feeder-result__bundle button.is-loading {
    background: var(--swpe-support-ink);
    border-color: var(--swpe-support-ink);
}

.swpe-feeder-result__bundle span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 780;
    line-height: 1.35;
}

.swpe-feeder-result__bundle span[data-type="success"] {
    color: var(--swpe-support-green);
}

.swpe-feeder-result__bundle span[data-type="error"] {
    color: #b42318;
}

.swpe-feeder-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.swpe-feeder-result__actions a,
.swpe-feeder-rhythm > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 2px solid var(--swpe-support-green);
    border-radius: 8px;
    background: var(--swpe-support-green);
    color: #fff !important;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 950;
}

.swpe-feeder-result__actions a + a {
    border-color: var(--swpe-support-line);
    background: #fff;
    color: var(--swpe-support-ink) !important;
}

.swpe-feeder-map__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.swpe-feeder-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.05);
}

.swpe-feeder-card > span {
    color: var(--swpe-support-muted);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.swpe-feeder-card h3 {
    margin: 0 !important;
    color: var(--swpe-support-ink) !important;
    font-size: 22px !important;
    font-weight: 950 !important;
    line-height: 1.1 !important;
}

.swpe-feeder-card p {
    margin: 0 !important;
    color: var(--swpe-support-muted) !important;
    font-size: 14px !important;
    font-weight: 740;
    line-height: 1.45 !important;
}

.swpe-feeder-card__bands {
    display: grid;
    gap: 7px;
}

.swpe-feeder-card__bands div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 34px;
    border: 1px solid #e3edf6;
    border-radius: 8px;
    background: var(--swpe-support-soft);
    padding: 7px 10px;
}

.swpe-feeder-card__bands strong,
.swpe-feeder-card__bands small {
    font-size: 13px;
    line-height: 1.15;
}

.swpe-feeder-card__bands strong {
    color: var(--swpe-support-ink);
    font-weight: 950;
}

.swpe-feeder-card__bands small {
    color: var(--swpe-support-green);
    font-weight: 950;
}

.swpe-feeder-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
}

.swpe-feeder-card__badges span {
    border-radius: 999px;
    background: #f8eef7;
    color: var(--swpe-support-pink-dark);
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 950;
}

.swpe-feeder-card > a {
    width: fit-content;
    color: var(--swpe-support-green) !important;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-rhythm {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
    align-items: center;
    margin-top: 22px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(16, 24, 39, 0.05);
}

.swpe-feeder-rhythm__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.swpe-feeder-rhythm__steps article {
    display: grid;
    gap: 8px;
    min-height: 170px;
    border: 1px solid var(--swpe-support-line);
    border-radius: 8px;
    background: var(--swpe-support-soft);
    padding: 15px;
}

.swpe-feeder-rhythm__steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--swpe-support-pink);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
}

.swpe-feeder-rhythm__steps strong {
    color: var(--swpe-support-ink);
    font-size: 16px;
    font-weight: 950;
    line-height: 1.18;
}

.swpe-feeder-rhythm__steps small {
    color: var(--swpe-support-muted);
    font-size: 13px;
    font-weight: 760;
    line-height: 1.42;
}

.swpe-feeder-rhythm > a {
    grid-column: 1 / -1;
    width: fit-content;
}

@media (max-width: 980px) {
    .swpe-support__hero,
    .swpe-support__card-grid,
    .swpe-support__guide-grid,
    .swpe-support__action-grid,
    .swpe-feeder-finder__workspace,
    .swpe-feeder-rhythm {
        grid-template-columns: 1fr;
    }

    .swpe-support__hero-copy {
        min-height: 0;
    }

    .swpe-support__hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .swpe-feeder-map__grid,
    .swpe-feeder-rhythm__steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .swpe-support {
        width: min(100% - 20px, 1320px);
        margin-top: 18px;
    }

    .swpe-support__hero-copy,
    .swpe-support__card,
    .swpe-support__guide-card,
    .swpe-support__action-card,
    .swpe-support__existing {
        padding: 18px;
    }

    .swpe-support__hero-panel {
        grid-template-columns: 1fr;
    }

    .swpe-support h1 {
        font-size: 38px !important;
    }

    .swpe-support__hero-copy > p:not(.swpe-support__eyebrow) {
        font-size: 17px !important;
    }

    .swpe-support__section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .swpe-feeder-finder,
    .swpe-feeder-rhythm {
        padding: 16px;
    }

    .swpe-feeder-passports__track,
    .swpe-feeder-species__track {
        grid-auto-columns: minmax(112px, 58%);
    }

    .swpe-feeder-passport,
    .swpe-feeder-species__option {
        grid-template-rows: 64px auto;
        min-height: 118px;
    }

    .swpe-feeder-passport img,
    .swpe-feeder-species__option img {
        height: 64px;
    }

    .swpe-feeder-goals > div,
    .swpe-feeder-result__stats,
    .swpe-feeder-result__cards article {
        grid-template-columns: 1fr;
    }

    .swpe-feeder-result__cards em {
        justify-self: start;
    }

    .swpe-feeder-result__actions,
    .swpe-feeder-result__bundle button,
    .swpe-feeder-result__actions a,
    .swpe-feeder-rhythm > a {
        width: 100%;
    }

    .swpe-support__size-table,
    .swpe-support__size-table thead,
    .swpe-support__size-table tbody,
    .swpe-support__size-table tr,
    .swpe-support__size-table th,
    .swpe-support__size-table td {
        display: block;
    }

    .swpe-support__size-table thead {
        display: none;
    }

    .swpe-support__size-table tr {
        padding: 12px 0;
        border-bottom: 1px solid var(--swpe-support-line);
    }

    .swpe-support__size-table td {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 10px;
        padding: 7px 14px;
        border: 0;
    }

    .swpe-support__size-table td::before {
        content: attr(data-label);
        color: var(--swpe-support-muted);
        font-size: 11px;
        font-weight: 950;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
}

/* Silkworm route mobile refinements: keep the product visible and the selector roomy. */
@media (max-width: 680px) {
    .swpe-silkworms {
        width: calc(100% - 8px);
    }

    .swpe-silkworms__hero {
        grid-template-columns: minmax(0, 1fr) clamp(104px, 27vw, 148px);
        grid-template-rows: auto auto auto auto auto auto;
        gap: 6px 12px;
        padding: 22px 18px 24px;
    }

    .swpe-silkworms__hero-copy {
        display: contents;
    }

    .swpe-silkworms__eyebrow {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
    }

    .swpe-silkworms h1,
    .swpe-silkworms__hero h1 {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        margin: 8px 0 6px !important;
        font-size: clamp(32px, 8.4vw, 42px) !important;
        line-height: .98 !important;
    }

    .swpe-silkworms__hero-visual {
        grid-column: 2;
        grid-row: 1 / 3;
        align-self: center;
        min-height: 0;
        background: transparent;
        padding: 0;
    }

    .swpe-silkworms__image {
        width: 100%;
        padding: 12px;
    }

    .swpe-silkworms__visual-note {
        display: none;
    }

    .swpe-silkworms__hero-copy > p {
        grid-column: 1 / -1;
        grid-row: 3;
        margin-top: 8px !important;
        font-size: 17px !important;
    }

    .swpe-silkworms__rating {
        grid-column: 1 / -1;
        grid-row: 4;
        margin-top: 14px;
    }

    .swpe-silkworms__hero-actions {
        grid-column: 1 / -1;
        grid-row: 5;
        margin-top: 14px;
    }

    .swpe-silkworms__trust {
        grid-column: 1 / -1;
        grid-row: 6;
        margin-top: 14px !important;
    }

    .swpe-silkworms__purchase {
        padding: 16px 5px;
    }

    .swpe-silkworms__purchase > .swpe-silkworms__section-head {
        padding: 0 9px;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__grid {
        padding: 4px;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__options {
        padding: 10px 8px;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__packs button {
        grid-template-columns: clamp(124px, 35vw, 146px) minmax(0, 1fr);
        padding: 10px;
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__packs strong {
        font-size: clamp(17px, 4.6vw, 20px);
        overflow-wrap: normal;
        word-break: normal;
        white-space: nowrap;
    }
}

@media (max-width: 360px) {
    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__packs button {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .swpe-livefood-enhance--embedded .swpe-livefood-enhance__packs strong {
        font-size: 16px;
    }
}

.swpe-waitlist {
    display: grid !important;
    width: 100% !important;
    max-width: 680px !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 14px 18px !important;
    box-sizing: border-box !important;
    margin: 18px 0 0 !important;
    border: 1px solid #efb8e3 !important;
    border-radius: 8px !important;
    background: #fff7fc !important;
    padding: 18px !important;
    color: #3d1740 !important;
}

.swpe-waitlist[hidden] {
    display: none !important;
}

.swpe-waitlist__icon {
    display: grid !important;
    width: 52px !important;
    height: 52px !important;
    place-items: center !important;
    border-radius: 8px !important;
    background: #d946b6 !important;
    color: #fff !important;
}

.swpe-waitlist__icon svg {
    width: 24px !important;
    height: 24px !important;
}

.swpe-waitlist__copy {
    min-width: 0 !important;
}

.swpe-waitlist__copy h2 {
    margin: 0 0 6px !important;
    color: #3d1740 !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__copy p,
.swpe-waitlist__copy strong {
    margin: 0 !important;
    color: #6d3b67 !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__form,
.swpe-waitlist__message {
    grid-column: 1 / -1 !important;
}

.swpe-waitlist__form {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.swpe-waitlist__form[hidden],
.swpe-waitlist__message[hidden] {
    display: none !important;
}

.swpe-waitlist__form label:not(.swpe-waitlist__consent) {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 7px !important;
    margin: 0 !important;
    color: #3d1740 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__form label:not(.swpe-waitlist__consent) span {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

.swpe-waitlist__form input[type="email"],
.swpe-waitlist__form input[type="text"] {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
    float: none !important;
    border: 2px solid #ead4e8 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    box-shadow: none !important;
}

.swpe-waitlist__form input:focus {
    border-color: #d946b6 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 3px rgba(217, 70, 182, .14) !important;
}

.swpe-waitlist__consent {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 10px !important;
    box-sizing: border-box !important;
    margin: 2px 0 !important;
    color: #6d3b67 !important;
    font-size: 13px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.swpe-waitlist__consent input {
    display: block !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin: 1px 0 0 !important;
    accent-color: #d946b6 !important;
}

.swpe-waitlist__form button,
.swpe-waitlist__form button[type="submit"],
.swpe-waitlist button.swpe-waitlist__submit {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 50px !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #d946b6 !important;
    color: #fff !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    font-weight: 950 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-shadow: none !important;
}

.swpe-waitlist__form button:hover,
.swpe-waitlist__form button[type="submit"]:hover,
.swpe-waitlist button.swpe-waitlist__submit:hover {
    background: #a8268e !important;
}

@media (max-width: 640px) {
    .swpe-waitlist {
        max-width: none !important;
        grid-template-columns: 44px minmax(0, 1fr) !important;
        gap: 12px 14px !important;
        padding: 14px !important;
    }

    .swpe-waitlist__icon {
        width: 44px !important;
        height: 44px !important;
    }

    .swpe-waitlist__copy h2 {
        font-size: 21px !important;
    }
}
