@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Nunito:wght@400;600;700;800;900&display=swap");

:root {
    --ds-ink: #172123;
    --ds-muted: #65716f;
    --ds-teal: #2c9ba4;
    --ds-teal-dark: #15707a;
    --ds-mint: #dff96e;
    --ds-aqua: #b8f7ee;
    --ds-coral: #f2545b;
    --ds-yellow: #ffe46a;
    --ds-cream: #fff7e5;
    --ds-paper: #fffdf8;
    --ds-line: rgba(23, 33, 35, 0.12);
    --ds-shadow: 0 18px 40px rgba(22, 79, 84, 0.16);
}

body.dumplings-site {
    margin: 0;
    padding-top: 0 !important;
    background:
        radial-gradient(circle at 8% 8%, rgba(255, 228, 106, 0.32), transparent 28rem),
        radial-gradient(circle at 92% 12%, rgba(242, 84, 91, 0.18), transparent 24rem),
        linear-gradient(135deg, #f7fbf0 0%, #e8f8f5 48%, #fff4f1 100%);
    color: var(--ds-ink);
    font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
}

.dumplings-site .wp-site-blocks,
.dumplings-site .entry-content,
.dumplings-site .wp-block-post-content {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    background: transparent !important;
}

.dumplings-site .wp-block-group {
    background: transparent !important;
}

.dumplings-site .wp-block-template-part,
.dumplings-site .wp-block-post-title,
.dumplings-site .hostinger-ai-page-title,
.dumplings-site > .wp-site-blocks > header,
.dumplings-site > .wp-site-blocks > footer,
.dumplings-site .site-header,
.dumplings-site .site-footer {
    display: none !important;
}

.ds-page,
.ds-page * {
    box-sizing: border-box;
}

.ds-page {
    width: min(100%, 440px);
    min-height: 100vh;
    margin: 0 auto;
    background: #f7fbf9;
    color: var(--ds-ink);
    line-height: 1.45;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(23, 33, 35, 0.04), 0 30px 90px rgba(22, 79, 84, 0.18);
}

.ds-page img {
    max-width: 100%;
    display: block;
}

.ds-conversion-top {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 58px;
    padding: 9px 34px 8px;
    display: grid;
    grid-template-columns: 132px 1fr;
    align-items: center;
    gap: 42px;
    background: #ddfbff;
    border-bottom: 1px solid var(--ds-line);
}

.ds-countdown-cells {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.ds-countdown-cells span {
    min-height: 30px;
    padding: 4px 2px 3px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: #fff;
    color: var(--ds-ink);
    text-align: center;
    box-shadow: 0 8px 18px rgba(44, 155, 164, 0.08);
}

.ds-countdown-cells b {
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.ds-countdown-cells small {
    margin-top: 1px;
    color: #8d9b99;
    font-size: 7px;
    font-weight: 900;
    line-height: 1;
}

.ds-conversion-top p {
    margin: 0;
    width: max-content;
    justify-self: end;
    color: var(--ds-ink);
    font-size: 11px;
    font-weight: 900;
    line-height: 1.18;
}

.ds-sale-strip {
    min-height: 34px;
    display: grid;
    place-items: center;
    background: #75bdc7;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.ds-sale-strip span {
    display: block;
}

.ds-header {
    height: 64px;
    padding: 0 17px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid rgba(23, 33, 35, 0.07);
}

.ds-brand,
.ds-simple-header a {
    color: var(--ds-ink);
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-decoration: none;
}

.ds-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ds-logo {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    justify-self: center;
    border-radius: 999px;
    text-decoration: none;
}

.ds-logo img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.ds-icon-btn,
.ds-search-btn,
.ds-cart-link,
.ds-gallery-btn,
.ds-carousel button,
.ds-menu-card button,
.ds-footer label button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.ds-icon-btn {
    width: 40px;
    height: 40px;
    padding: 10px 7px;
    display: grid;
    gap: 5px;
    background: transparent;
}

.ds-icon-btn span {
    width: 22px;
    height: 2px;
    background: var(--ds-ink);
    border-radius: 99px;
}

.ds-search-btn {
    position: relative;
    width: 40px;
    height: 40px;
    background: transparent;
}

.ds-search-btn::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 15px;
    height: 15px;
    border: 2px solid var(--ds-ink);
    border-radius: 999px;
}

.ds-search-btn::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 25px;
    width: 10px;
    height: 2px;
    background: var(--ds-ink);
    border-radius: 99px;
    transform: rotate(45deg);
    transform-origin: left center;
}

.ds-cart-link {
    position: relative;
    justify-self: end;
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--ds-ink);
    box-shadow: none;
}

.ds-cart-link span {
    position: relative;
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid var(--ds-ink);
    border-radius: 3px;
}

.ds-cart-link span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -8px;
    width: 8px;
    height: 8px;
    border: 2px solid var(--ds-ink);
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
}

.ds-cart-link b {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 18px;
    height: 18px;
    display: none;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--ds-coral);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.ds-cart-link:not(.has-cart-items) b {
    display: none;
}

.ds-cart-link.has-cart-items b {
    display: grid;
}

.ds-menu-panel[hidden],
.ds-search-panel[hidden] {
    display: none !important;
}

.ds-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(23, 33, 35, 0.28);
}

.ds-menu-card {
    width: min(78vw, 310px);
    min-height: 100%;
    padding: 24px 20px;
    display: grid;
    align-content: start;
    gap: 14px;
    background: #fff;
    box-shadow: 18px 0 44px rgba(23, 33, 35, 0.2);
}

.ds-menu-card button {
    width: 38px;
    height: 38px;
    justify-self: end;
    border-radius: 999px;
    background: #effdfa;
    color: var(--ds-ink);
    font-size: 28px;
    line-height: 1;
}

.ds-menu-card h2 {
    margin: 8px 0 4px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 28px;
    line-height: 1;
}

.ds-menu-card a {
    padding: 12px 0;
    border-bottom: 1px solid var(--ds-line);
    color: var(--ds-ink);
    font-weight: 900;
    text-decoration: none;
}

.ds-search-panel {
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    background: #fff;
    border-bottom: 1px solid var(--ds-line);
}

.ds-search-panel input {
    min-width: 0;
    height: 42px;
    padding: 0 12px;
    border: 1px solid var(--ds-line);
    border-radius: 8px;
    font: inherit;
}

.ds-search-panel button {
    height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: var(--ds-teal);
    color: #fff;
    font-weight: 900;
}

.ds-search-panel a {
    grid-column: 1 / -1;
    color: var(--ds-teal-dark);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.ds-hero {
    padding: 0 14px 22px;
    background:
        linear-gradient(180deg, rgba(184, 247, 238, 0.45), rgba(255, 255, 255, 0) 32%),
        #f7fbf9;
}

.ds-gallery {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ds-paper);
    box-shadow: var(--ds-shadow);
}

.ds-gallery-track {
    display: flex;
    transition: transform 420ms cubic-bezier(0.22, 0.7, 0.21, 1);
    touch-action: pan-y;
}

.ds-gallery figure {
    min-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    display: grid;
    place-items: center;
    background: #fff;
}

.ds-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-gallery-btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--ds-ink);
    font-size: 26px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(23, 33, 35, 0.18);
}

.ds-gallery-prev {
    left: 10px;
}

.ds-gallery-next {
    right: 10px;
}

.ds-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.ds-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(23, 33, 35, 0.24);
}

.ds-dots button.is-active {
    width: 18px;
    background: var(--ds-teal);
}

.ds-product-card {
    margin-top: 12px;
    padding: 14px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(22, 79, 84, 0.1);
}

.ds-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ds-muted);
    font-size: 12px;
    font-weight: 800;
}

.ds-rating img {
    width: 65px;
    height: 12px;
}

.ds-product-card h1,
.ds-values h2,
.ds-highlights h2,
.ds-video-zone h2,
.ds-carousel-section h2,
.ds-confidence h2,
.ds-faq h2,
.ds-size h2 {
    margin: 10px 0;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.ds-product-card h1 {
    font-size: 27px;
}

.ds-subtitle {
    margin: 0 0 12px;
    color: var(--ds-muted);
    font-size: 13px;
}

.ds-benefit-list {
    margin: 0 0 14px;
    padding: 0;
    display: grid;
    gap: 7px;
    list-style: none;
    color: var(--ds-ink);
    font-size: 13px;
    font-weight: 900;
}

.ds-benefit-list li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 8px;
    align-items: center;
}

.ds-benefit-list li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--ds-teal);
    box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px rgba(44, 155, 164, 0.35);
}

.ds-static-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.ds-pill {
    padding: 6px 8px;
    border-radius: 999px;
    background: #eefbf9;
    color: var(--ds-teal-dark);
    font-size: 12px;
    font-weight: 900;
}

.ds-stock {
    margin: 12px 0 15px;
}

.ds-stock-alert {
    margin: 0 0 8px;
    color: var(--ds-ink);
    font-size: 13px;
    font-weight: 900;
}

.ds-stock-copy {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: var(--ds-muted);
    font-size: 11px;
}

.ds-stock-copy strong {
    color: var(--ds-ink);
}

.ds-stock-copy span span {
    color: var(--ds-coral);
    font-weight: 900;
}

.ds-stock-bar {
    position: relative;
    height: 8px;
    margin-top: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #e5ecea;
}

.ds-stock-bar span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 20%;
    min-width: 52px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--ds-teal), var(--ds-yellow), var(--ds-coral));
    transition: width 1.6s ease;
}

.ds-stock-bar span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 35%, rgba(255,255,255,0.7) 46%, transparent 60% 100%);
    animation: ds-shine 1.8s linear infinite;
}

@keyframes ds-shine {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

.ds-bundles h2 {
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 18px;
    color: var(--ds-ink);
    font-size: 19px;
    font-weight: 900;
}

.ds-bundles h2::after {
    content: "";
    height: 1px;
    background: #cfcfcf;
}

.ds-bundle {
    position: relative;
    width: 100%;
    min-height: 74px;
    margin-top: 12px;
    padding: 12px 16px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 2px solid #d0d0d0;
    border-radius: 18px;
    background: #fff;
    color: var(--ds-ink);
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ds-bundle:hover,
.ds-bundle.is-selected {
    transform: translateY(-1px);
    border-color: var(--ds-teal);
    background: #e9fbfd;
}

.ds-bundle > span:first-of-type {
    min-width: 0;
    flex: 1 1 auto;
}

.ds-bundle-badge {
    position: absolute;
    top: -14px;
    left: 16px;
    min-height: 28px;
    padding: 4px 13px 4px 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 9px;
    background: linear-gradient(90deg, #74c2cc 0%, #aee4e8 48%, #edfdfd 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 5px 14px rgba(49, 153, 163, 0.14);
    color: var(--ds-ink);
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}

.ds-bundle b {
    display: block;
    font-weight: 900;
    font-size: 21px;
    line-height: 1.1;
}

.ds-bundle small {
    margin-top: 5px;
    display: block;
    color: var(--ds-ink);
    font-size: 12px;
    font-weight: 800;
}

.ds-price {
    display: grid;
    width: 82px;
    flex: 0 0 82px;
    justify-items: end;
}

.ds-price del {
    color: #28965a;
    font-size: 13px;
    font-weight: 900;
}

.ds-price strong {
    color: var(--ds-coral);
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
}

.ds-price em {
    margin-top: 4px;
    padding: 3px 7px;
    border-radius: 5px;
    background: #ffe0dc;
    color: var(--ds-coral);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.ds-delivery {
    margin: 24px 0 16px;
    padding: 0 4px;
    display: grid;
    grid-template-columns: 34px 140px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 14px;
    row-gap: 4px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ds-muted);
    font-size: 14px;
}

.ds-delivery::before {
    content: "";
    width: 23px;
    height: 23px;
    grid-column: 1;
    grid-row: 1 / span 2;
    border: 2px solid #58615f;
    border-radius: 999px;
    background:
        linear-gradient(#58615f 0 0) 50% 4px / 2px 8px no-repeat,
        linear-gradient(#58615f 0 0) 50% 50% / 8px 2px no-repeat;
}

.ds-delivery::after {
    content: "";
    height: 1px;
    grid-column: 3;
    grid-row: 1 / span 2;
    background: #d4d4d4;
}

.ds-delivery span {
    grid-column: 2;
    grid-row: 1;
}

.ds-delivery strong {
    grid-column: 2;
    grid-row: 2;
    color: var(--ds-ink);
    font-size: 15px;
}

.ds-primary-btn,
.ds-highlights button,
.ds-confidence button,
.ds-sticky-add button {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: var(--ds-teal);
    color: #fff;
    cursor: pointer;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: 0 14px 24px rgba(44, 155, 164, 0.26);
    transition: transform 180ms ease, background 180ms ease;
}

.ds-primary-btn:hover,
.ds-highlights button:hover,
.ds-confidence button:hover,
.ds-sticky-add button:hover {
    transform: translateY(-1px);
    background: var(--ds-teal-dark);
}

.ds-primary-btn:disabled,
.ds-highlights button:disabled,
.ds-confidence button:disabled,
.ds-sticky-add button:disabled,
.ds-primary-btn.is-busy,
.ds-highlights button.is-busy,
.ds-confidence button.is-busy,
.ds-sticky-add button.is-busy {
    cursor: wait;
    opacity: 0.72;
    transform: none;
}

.ds-payment-guarantee {
    margin: 16px auto 0;
    width: min(100%, 326px);
    display: grid;
    grid-template-columns: 28px 130px 1fr;
    align-items: center;
    gap: 7px;
    color: var(--ds-ink);
    font-size: 12px;
    line-height: 1.16;
}

.ds-payment-icon {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border: 2px solid #6f7776;
    border-radius: 999px;
    color: #4e5756;
    font-size: 14px;
    font-weight: 900;
}

.ds-payment-copy {
    color: #475250;
    max-width: 130px;
    font-weight: 700;
}

.ds-payment-cards {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    min-width: 0;
}

.ds-payment-cards img {
    width: 28px;
    height: 19px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 1px 0 rgba(23, 33, 35, 0.1));
}

.ds-guarantee,
.ds-video-zone,
.ds-values,
.ds-highlights,
.ds-size,
.ds-carousel-section,
.ds-confidence,
.ds-faq,
.ds-footer {
    padding: 26px 18px;
}

.ds-guarantee {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 14px;
    align-items: center;
    background: #fff;
}

.ds-guarantee img,
.ds-confidence img {
    border-radius: 8px;
}

.ds-guarantee h2,
.ds-confidence h3 {
    margin: 0 0 6px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    line-height: 1.05;
}

.ds-guarantee p,
.ds-confidence p,
.ds-values p,
.ds-highlights p,
.ds-size p,
.ds-faq p,
.ds-footer p {
    margin: 0;
    color: var(--ds-muted);
    font-size: 14px;
}

.ds-section-kicker {
    color: var(--ds-teal-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ds-section-subtitle {
    margin: -4px 0 20px;
    color: rgba(101, 113, 111, 0.62);
    text-align: center;
    font-size: 14px;
}

.ds-video-zone {
    padding-bottom: 22px;
    background: linear-gradient(180deg, #fdfdf7, #f6fffd);
}

.ds-video-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 74%;
    gap: 14px;
    overflow-x: auto;
    margin-right: -18px;
    padding: 4px 18px 10px 0;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scrollbar-width: none;
}

.ds-video-rail::-webkit-scrollbar {
    display: none;
}

.ds-video-card {
    position: relative;
    aspect-ratio: 9 / 13;
    overflow: hidden;
    border-radius: 8px;
    background: #123;
    scroll-snap-align: start;
    box-shadow: 0 16px 32px rgba(22, 79, 84, 0.16);
}

.ds-video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08);
    display: block;
}

.ds-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 68%, rgba(0,0,0,0.2));
    transition: opacity 220ms ease;
    pointer-events: none;
}

.ds-video-card.is-playing::after {
    opacity: 0.08;
}

.ds-video-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 6px;
}

.ds-video-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 99px;
    background: rgba(23, 33, 35, 0.18);
    cursor: pointer;
}

.ds-video-dots button.is-active {
    width: 20px;
    background: #75bdc7;
}

.ds-marquee {
    overflow: hidden;
    border: 0;
    background: #75bdc7;
    color: #fff;
}

.ds-marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 41px;
    padding: 5px 10px;
    animation: ds-marquee 120s linear infinite;
}

.ds-marquee span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.ds-marquee img {
    width: 30px;
    height: 30px;
    padding: 0;
    flex: 0 0 auto;
    border-radius: 999px;
    background: transparent;
    object-fit: contain;
}

@keyframes ds-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.ds-values {
    background: linear-gradient(180deg, #dffbff, #fff 82%);
}

.ds-value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.ds-value-grid article {
    min-height: 164px;
    padding: 14px;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 8px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--ds-line);
    box-shadow: 0 10px 22px rgba(22, 79, 84, 0.08);
    text-align: center;
}

.ds-value-grid img {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
}

.ds-value-grid h3,
.ds-highlights h3 {
    margin: 0 0 4px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    line-height: 1.1;
}

.ds-value-grid h3 {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.ds-value-grid p {
    font-size: 12px;
    font-weight: 800;
}

.ds-highlights {
    background: #eefbf9;
}

.ds-highlights article {
    margin-top: 16px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ds-shadow);
}

.ds-highlights article img {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    object-fit: cover;
}

.ds-highlights h3,
.ds-highlights p {
    padding: 0 14px;
}

.ds-highlights h3 {
    margin-top: 14px;
}

.ds-highlights p {
    min-height: 76px;
    font-size: 14px;
    line-height: 1.45;
}

.ds-highlights button {
    width: calc(100% - 28px);
    margin: 14px;
}

.ds-size {
    background: #fff;
    text-align: center;
}

.ds-size h2 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}

.ds-size > p {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}

.ds-size img {
    width: 100%;
    max-width: 360px;
    margin: 18px auto 12px;
    border-radius: 0;
    border: 0;
}

.ds-specs {
    width: min(100%, 318px);
    margin: 12px auto 18px;
    padding: 14px 18px;
    border: 1px solid rgba(242, 84, 91, 0.42);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 33, 35, 0.08);
}

.ds-specs div {
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: 14px;
    align-items: baseline;
    text-align: left;
}

.ds-specs dt,
.ds-specs dd {
    margin: 0;
    font-size: 13px;
    line-height: 1.9;
}

.ds-specs dt {
    color: #9aa3a1;
    font-weight: 800;
}

.ds-specs dd {
    color: var(--ds-ink);
    font-weight: 900;
    text-align: right;
}

.ds-stock-note {
    padding: 12px 14px;
    border-radius: 4px;
    background: #75bdc7;
    color: #fff !important;
    font-weight: 900;
}

.ds-carousel-section {
    background: #fff8e7;
}

.ds-carousel-section-alt {
    background: #f7fbf9;
}

.ds-carousel-section .ds-section-subtitle {
    margin: 6px auto 18px;
    max-width: 310px;
    text-align: center;
}

.ds-carousel {
    position: relative;
}

.ds-carousel-track {
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}

.ds-carousel article {
    min-width: 100%;
    min-height: 262px;
    padding: 18px 16px;
    background: #fff;
    border: 1px solid var(--ds-line);
    border-radius: 8px;
    box-shadow: 0 14px 26px rgba(23, 33, 35, 0.1);
    transition: transform 420ms ease;
}

.ds-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.ds-platform,
.ds-verified,
.ds-carousel article em {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 9px;
    border-radius: 999px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.ds-platform {
    color: #fff;
}

.ds-platform-instagram {
    background: linear-gradient(90deg, #dd35c7, #9336ff);
}

.ds-platform-tiktok {
    background: #030303;
}

.ds-platform-youtube {
    background: #d90000;
}

.ds-verified {
    background: #d8fae8;
    color: #36c384;
}

.ds-carousel article h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.ds-carousel article p {
    min-height: 96px;
    margin: 0 0 12px;
    color: #46514f;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.55;
}

.ds-carousel-section-alt .ds-carousel article p {
    min-height: 116px;
}

.ds-stars {
    color: #ffcd1d;
    font-size: 14px;
    letter-spacing: 1px;
}

.ds-review-author {
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-top: 1px solid var(--ds-line);
}

.ds-review-author img {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    object-fit: cover;
}

.ds-review-author strong,
.ds-review-author small {
    display: block;
}

.ds-review-author small,
.ds-carousel article > small {
    color: var(--ds-muted);
    font-size: 10px;
    line-height: 1.35;
}

.ds-review-author small {
    color: #8a35d6;
}

.ds-carousel article strong {
    display: block;
    color: var(--ds-ink);
    font-size: 12px;
    font-weight: 900;
}

.ds-carousel article > small {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.ds-carousel article em {
    margin-top: 12px;
    background: #eaf3ff;
    color: #3e79dd;
}

.ds-carousel button {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: var(--ds-ink);
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.ds-carousel button[data-carousel-prev] {
    left: -8px;
}

.ds-carousel button[data-carousel-next] {
    right: -8px;
}

.ds-confidence {
    background: linear-gradient(180deg, #dff7f5, #2f8790);
    color: #fff;
    text-align: center;
}

.ds-confidence img {
    width: 116px;
    margin: 0 auto 12px;
}

.ds-confidence p {
    color: rgba(255,255,255,0.86);
}

.ds-confidence button {
    width: auto;
    min-width: 180px;
    margin-top: 16px;
    background: #fff;
    color: var(--ds-teal-dark);
}

.ds-faq {
    background: #fff;
}

.ds-faq details {
    border-bottom: 1px solid var(--ds-line);
}

.ds-faq summary {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    font-weight: 900;
}

.ds-faq summary::after {
    content: "+";
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #effdfa;
    color: var(--ds-teal-dark);
}

.ds-faq details[open] summary::after {
    content: "-";
}

.ds-faq p {
    padding-bottom: 16px;
}

.ds-footer {
    padding-bottom: 86px;
    background: #2f8790;
    color: #fff;
}

.ds-footer h2 {
    margin: 0;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 28px;
}

.ds-footer p {
    color: rgba(255,255,255,0.78);
}

.ds-footer label {
    position: relative;
    display: block;
    margin: 14px 0 20px;
}

.ds-footer label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.ds-footer input {
    width: 100%;
    height: 44px;
    padding: 0 52px 0 14px;
    border: 0;
    border-radius: 4px;
    background: rgba(255,255,255,0.94);
    color: var(--ds-ink);
}

.ds-footer label button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background: var(--ds-teal-dark);
    color: #fff;
    font-size: 24px;
}

.ds-footer-columns {
    display: grid;
    gap: 16px;
}

.ds-footer h3 {
    margin: 0 0 8px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 18px;
}

.ds-footer-columns p {
    margin: 4px 0;
}

.ds-footer a {
    color: rgba(255,255,255,0.88);
    text-decoration: none;
}

.ds-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.ds-policy-page {
    background: #fff;
}

.ds-policy-document {
    padding: 24px 20px 42px;
    background: #fff;
}

.ds-policy-document h1 {
    margin: 0 0 18px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: 0;
}

.ds-policy-document section {
    padding: 16px 0;
    border-bottom: 1px solid var(--ds-line);
}

.ds-policy-document h2 {
    margin: 0 0 8px;
    color: var(--ds-teal-dark);
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 20px;
    line-height: 1.12;
}

.ds-policy-document p {
    margin: 8px 0 0;
    color: #354240;
    font-size: 15px;
}

.ds-sticky-add {
    position: fixed;
    left: 50%;
    bottom: 12px;
    z-index: 50;
    width: min(calc(100% - 24px), 416px);
    min-height: 64px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 96px;
    gap: 10px;
    align-items: center;
    border-radius: 8px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 34px rgba(23, 33, 35, 0.24);
    transform: translate(-50%, calc(100% + 30px));
    opacity: 0;
    pointer-events: none;
    transition: transform 260ms ease, opacity 260ms ease;
    backdrop-filter: blur(10px);
}

.ds-sticky-add.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.ds-sticky-add strong,
.ds-sticky-add span {
    display: block;
}

.ds-sticky-add strong {
    font-size: 13px;
}

.ds-sticky-add b {
    color: var(--ds-coral);
}

.ds-sticky-add del {
    color: #28965a;
    font-size: 12px;
}

.ds-sticky-add button {
    min-height: 44px;
}

.ds-generic {
    background: #f7fbf9;
}

.ds-simple-header {
    height: 66px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid var(--ds-line);
}

.ds-simple-header span {
    color: var(--ds-muted);
    font-weight: 900;
}

.ds-panel {
    margin: 18px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--ds-shadow);
}

.ds-panel h1 {
    margin: 0 0 18px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-size: 30px;
    line-height: 1.05;
}

.ds-empty {
    padding: 18px;
    border: 1px dashed var(--ds-line);
    border-radius: 8px;
    color: var(--ds-muted);
    text-align: center;
}

.ds-cart-item,
.ds-order-item {
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--ds-line);
}

.ds-cart-item img,
.ds-order-item img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    object-fit: cover;
}

.ds-cart-item h2,
.ds-order-item h2 {
    margin: 0;
    font-size: 14px;
}

.ds-cart-item p,
.ds-order-item p,
.ds-note,
.ds-muted-link {
    margin: 4px 0 0;
    color: var(--ds-muted);
    font-size: 13px;
}

.ds-cart-item button {
    border: 0;
    background: transparent;
    color: var(--ds-coral);
    cursor: pointer;
    font-weight: 900;
}

.ds-cart-total {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 900;
}

.ds-muted-link {
    display: block;
    margin-top: 14px;
    text-align: center;
    text-decoration: none;
}

.ds-checkout-grid {
    display: grid;
    gap: 18px;
}

.ds-checkout-form {
    display: grid;
    gap: 12px;
}

.ds-checkout-form label {
    display: grid;
    gap: 6px;
    color: var(--ds-muted);
    font-size: 13px;
    font-weight: 900;
}

.ds-checkout-form input {
    height: 44px;
    padding: 0 12px;
    border: 1px solid var(--ds-line);
    border-radius: 8px;
    font: inherit;
}

.ds-order-summary {
    padding: 14px;
    border-radius: 8px;
    background: #f7fbf9;
}

.ds-order-summary h2 {
    margin: 0 0 10px;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
}

.ds-woo-panel {
    overflow: hidden;
}

.ds-woo-page {
    background:
        linear-gradient(180deg, rgba(184, 247, 238, 0.34), rgba(255, 255, 255, 0) 260px),
        #f7fbf9;
}

.ds-woo-page .ds-simple-header {
    background: rgba(255, 255, 255, 0.94);
}

.ds-cart-page .ds-panel,
.ds-checkout-page .ds-panel {
    margin: 0;
    padding: 18px 14px 28px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ds-woo-panel .woocommerce {
    font-family: "Nunito", ui-sans-serif, system-ui, sans-serif;
}

.ds-woo-panel .woocommerce-notices-wrapper {
    margin-bottom: 10px;
}

.ds-woo-panel table,
.ds-woo-panel .cart_totals,
.ds-woo-panel .woocommerce-checkout-review-order,
.ds-woo-panel .woocommerce-billing-fields,
.ds-woo-panel .woocommerce-additional-fields {
    width: 100%;
    border-radius: 8px;
}

.ds-woo-panel table.shop_table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 10px;
    overflow: hidden;
}

.ds-woo-panel table.shop_table th,
.ds-woo-panel table.shop_table td {
    padding: 12px;
    border: 0;
}

.ds-woo-panel .product-thumbnail {
    display: none !important;
}

.ds-woo-panel .product-name a,
.ds-woo-panel a {
    color: var(--ds-ink);
}

.ds-woo-panel .quantity .qty {
    width: 64px;
    min-height: 34px;
    border: 1px solid var(--ds-line);
    border-radius: 4px;
    text-align: center;
}

.ds-woo-panel .shop_table.cart tbody tr.cart_item,
.ds-woo-panel .woocommerce-checkout-review-order-table tr.cart_item {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(22, 79, 84, 0.1);
}

.ds-woo-panel table.shop_table_responsive tr.cart_item {
    display: block;
    padding: 14px;
    border: 1px solid var(--ds-line) !important;
}

.ds-woo-panel table.shop_table_responsive tr.cart_item td {
    min-height: 44px;
    padding: 9px 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 0 !important;
    border-bottom: 1px solid rgba(23, 33, 35, 0.08) !important;
    text-align: right !important;
}

.ds-woo-panel table.shop_table_responsive tr.cart_item td:last-child {
    border-bottom: 0 !important;
}

.ds-woo-panel table.shop_table_responsive tr.cart_item td.product-thumbnail {
    display: none !important;
}

.ds-woo-panel table.shop_table_responsive tr.cart_item td::before {
    color: var(--ds-ink);
    font-weight: 900;
}

.ds-woo-panel table.shop_table_responsive tr.cart_item .product-remove {
    min-height: 0;
    justify-content: flex-end;
    padding: 0 0 8px !important;
}

.ds-woo-panel .product-remove a.remove {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #fff2f0;
    color: #cf1e1e !important;
    font-size: 20px;
    line-height: 1;
}

.ds-woo-panel .product-name a {
    max-width: 230px;
    display: inline-block;
    font-weight: 900;
    line-height: 1.25;
    text-decoration: none;
}

.ds-woo-panel .product-quantity .quantity {
    display: flex;
    justify-content: flex-end;
}

.ds-woo-panel .shop_table.cart tbody tr.cart_item td:first-child {
    border-radius: 10px 0 0 10px;
}

.ds-woo-panel .shop_table.cart tbody tr.cart_item td:last-child {
    border-radius: 0 10px 10px 0;
}

.ds-woo-panel .coupon {
    display: grid;
    gap: 8px;
    margin: 14px 0;
    padding: 14px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(22, 79, 84, 0.08);
}

.ds-woo-panel input.input-text,
.ds-woo-panel textarea,
.ds-woo-panel select {
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--ds-line);
    border-radius: 8px;
    font: inherit;
}

.ds-woo-panel textarea {
    min-height: 92px;
    padding-top: 10px;
}

.ds-woo-panel .button,
.ds-woo-panel button.button,
.ds-woo-panel #place_order,
.ds-woo-panel .checkout-button {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: var(--ds-teal) !important;
    color: #fff !important;
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 24px rgba(44, 155, 164, 0.2);
}

.ds-woo-panel .checkout-button,
.ds-woo-panel #place_order {
    width: 100%;
    display: grid;
    place-items: center;
}

.ds-woo-panel .cart_totals h2,
.ds-woo-panel .woocommerce-billing-fields h3,
.ds-woo-panel #order_review_heading {
    font-family: "Baloo 2", ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
}

.ds-woo-panel .cart_totals {
    padding: 16px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(22, 79, 84, 0.1);
}

.ds-woo-panel .cart_totals table.shop_table {
    border-spacing: 0;
}

.ds-woo-panel .cart_totals table.shop_table th,
.ds-woo-panel .cart_totals table.shop_table td {
    border-bottom: 1px solid var(--ds-line);
}

.ds-woo-panel .woocommerce-info,
.ds-woo-panel .woocommerce-message,
.ds-woo-panel .woocommerce-error {
    border-top-color: var(--ds-teal);
    border-radius: 8px;
    background: #f0fffb;
    color: var(--ds-ink);
}

.ds-woo-panel .woocommerce-privacy-policy-text,
.ds-woo-panel .woocommerce-form-coupon-toggle,
.ds-woo-panel .woocommerce-shipping-fields,
.ds-woo-panel .woocommerce-additional-fields {
    color: var(--ds-muted);
    font-size: 13px;
}

@media (min-width: 900px) {
    .ds-page {
        width: min(100%, 520px);
    }

    .ds-product-card h1,
    .ds-values h2,
    .ds-highlights h2,
    .ds-video-zone h2,
    .ds-carousel-section h2,
    .ds-confidence h2,
    .ds-faq h2,
    .ds-size h2 {
        font-size: 34px;
    }

    .ds-video-rail {
        grid-auto-columns: 66%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ds-gallery-track,
    .ds-carousel article,
    .ds-sticky-add {
        transition: none;
    }

    .ds-marquee-track,
    .ds-stock-bar span::after {
        animation: none;
    }
}
