/* Public storefront — desktop catalog + dedicated mobile shop chrome */
.storefront {
    --shop-teal: #00a7a7;
    --shop-teal-dark: #00838a;
    --shop-teal-soft: #e7f7f7;
    --shop-ink: #0f172a;
    --shop-muted: #64748b;
    --shop-line: #e5e7eb;
    --shop-bg: #f3f6f6;
    --shop-card: #ffffff;
    --shop-yellow: #ffe55d;
    --shop-radius: 1.15rem;
    --shop-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --shop-dock: 4.35rem;
    background: var(--shop-bg);
    color: var(--shop-ink);
    padding-bottom: 2.5rem;
    min-height: 70vh;
}

body.front-shop {
    background: var(--shop-bg, #f3f6f6);
}

body.front-shop .header-section {
    background: transparent;
}

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

.storefront button,
.storefront-chip,
.storefront-groups__item,
.storefront-card__cart {
    cursor: pointer;
}

.storefront input,
.storefront select,
.storefront textarea,
.storefront option,
.storefront label {
    color: var(--shop-ink) !important;
    font-family: "Poppins", sans-serif;
}

.storefront input,
.storefront select,
.storefront textarea {
    background: #fff !important;
    -webkit-text-fill-color: var(--shop-ink);
}

.storefront input::placeholder,
.storefront textarea::placeholder {
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8;
    opacity: 1;
}

.storefront h2,
.storefront h3,
.storefront h4 {
    font-family: "Poppins", sans-serif;
    color: var(--shop-ink);
}

.storefront-tax summary {
    list-style: none;
}

.storefront-tax summary::-webkit-details-marker {
    display: none;
}

.storefront a span,
.storefront-card__title a,
.storefront-tax a,
.storefront-groups a,
.storefront-chip,
.storefront-crumb a {
    color: inherit !important;
}

.storefront-hero {
    position: relative;
    padding: 9.5rem 0 2rem;
    background:
        radial-gradient(ellipse 80% 70% at 8% 0%, rgba(0, 167, 167, 0.18), transparent 55%),
        radial-gradient(ellipse 60% 50% at 100% 10%, rgba(255, 229, 93, 0.22), transparent 50%),
        linear-gradient(180deg, #ffffff 0%, #f3fbfb 58%, var(--shop-bg) 100%);
    border-bottom: 1px solid rgba(0, 167, 167, 0.12);
}

.storefront-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(17rem, 0.95fr);
    gap: 2rem 2.4rem;
    align-items: center;
}

.storefront-hero__copy {
    min-width: 0;
}

.storefront-hero__promo {
    position: relative;
}

.storefront-hero__promo img {
    display: block;
    width: 100%;
    height: 20rem;
    object-fit: cover;
    border-radius: 1.4rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: 1px solid rgba(0, 167, 167, 0.12);
}

.storefront-hero__promo-badge {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: var(--shop-teal);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 18px rgba(0, 167, 167, 0.32);
}

.storefront-hero__eyebrow {
    display: inline-block;
    margin: 0 0 0.7rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    background: var(--shop-teal);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.storefront-hero__title {
    font-family: "Fredoka One", cursive;
    font-size: clamp(1.85rem, 4vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0 0 0.65rem;
    color: var(--shop-ink);
}

.storefront-hero__lead {
    max-width: 38rem;
    margin: 0 0 1.15rem;
    color: var(--shop-muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.storefront-crumb {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin: 0 0 1.15rem;
    font-size: 0.82rem;
    color: var(--shop-muted);
}

.storefront-crumb a:hover {
    color: var(--shop-teal-dark) !important;
}

.storefront-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    max-width: 42rem;
    width: 100%;
    padding: 0.35rem 0.35rem 0.35rem 0.95rem;
    background: #fff;
    border: 1px solid #d7e4e4;
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.storefront-search i {
    color: var(--shop-teal);
    font-size: 1.15rem;
}

.storefront-search input {
    flex: 1;
    border: 0;
    outline: none;
    background: transparent;
    min-width: 0;
    font-size: 0.95rem;
    color: var(--shop-ink);
}

.storefront-search button {
    border: 0;
    border-radius: 999px;
    background: var(--shop-teal);
    color: #fff;
    font-weight: 700;
    padding: 0.62rem 1.15rem;
}

.storefront-search button:hover {
    background: var(--shop-teal-dark);
}

.storefront-search__clear {
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--shop-muted) !important;
}

.storefront-body {
    padding: 1.35rem 0 2rem;
}

.storefront-groups-wrap {
    margin-bottom: 1rem;
}

.storefront-groups-scroller {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
}

.storefront-groups__arrow {
    display: none;
}

.storefront-groups__label {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--shop-muted);
}

.storefront-groups {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    width: auto;
    max-width: 100%;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1.05rem;
    box-shadow: var(--shop-shadow);
}

.storefront-groups__item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 16rem;
    padding: 0.42rem 0.7rem 0.42rem 0.42rem;
    background: transparent;
    border: 0;
    border-radius: 0.8rem;
    box-shadow: none;
    color: var(--shop-ink);
}

.storefront-groups__item:hover,
.storefront-groups__item:focus-visible {
    background: var(--shop-teal-soft);
}

.storefront-groups__item:focus-visible {
    outline: 3px solid var(--shop-teal);
    outline-offset: 2px;
}

.storefront-groups__item.is-active {
    background: var(--shop-teal);
    color: #fff !important;
    box-shadow: none;
}

.storefront-groups__ico {
    width: 2rem;
    height: 2rem;
    border-radius: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
    font-size: 1.05rem;
    flex: 0 0 auto;
}

.storefront-groups__item.is-active .storefront-groups__ico {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.storefront-groups__name {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    color: inherit !important;
}

.storefront a .storefront-groups__count {
    margin-left: 0.15rem;
    min-width: 1.4rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--shop-muted) !important;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    flex: 0 0 auto;
}

.storefront-groups__item.is-active .storefront-groups__name,
.storefront a.storefront-groups__item.is-active .storefront-groups__count {
    color: #fff !important;
}

.storefront-groups__item.is-active .storefront-groups__count,
.storefront a.storefront-groups__item.is-active .storefront-groups__count {
    background: rgba(255, 255, 255, 0.22);
}

.storefront-chips-scroller {
    max-width: 100%;
}

.storefront-chips {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.15rem 0 0.85rem;
    margin-bottom: 0.35rem;
    scrollbar-width: none;
}

.storefront-chips::-webkit-scrollbar {
    display: none;
}

.storefront-chips__arrow {
    display: none;
}

.storefront-chip {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.48rem 0.85rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--shop-line);
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.storefront-chip em {
    font-style: normal;
    color: var(--shop-muted);
    font-weight: 600;
}

.storefront-chip.is-active {
    background: var(--shop-teal);
    border-color: var(--shop-teal);
    color: #fff !important;
}

.storefront-chip.is-active em {
    color: rgba(255, 255, 255, 0.85);
}

.storefront-chip--sub {
    background: #f8fafc;
}

.storefront-rail-wrap {
    margin: 0.5rem 0 1.5rem;
}

.storefront-rail-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.28rem;
    margin-bottom: 1.2rem;
    padding: 0.15rem 0 0.15rem 0.95rem;
    border-left: 3px solid var(--shop-teal);
}

.storefront-rail-head h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--shop-ink);
}

.storefront-rail-head p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: var(--shop-muted);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.4;
}

.storefront-rail-scroller {
    position: relative;
}

.storefront-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(230px, 270px);
    gap: 0.9rem;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--shop-teal) #e7f7f7;
}

.storefront-rail::-webkit-scrollbar {
    height: 3px;
}

.storefront-rail::-webkit-scrollbar-track {
    background: #e7f7f7;
    border-radius: 999px;
}

.storefront-rail::-webkit-scrollbar-thumb {
    background: var(--shop-teal);
    border-radius: 999px;
}

.storefront-rail::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.storefront-rail .storefront-card {
    scroll-snap-align: start;
}

.storefront-rail__arrow {
    display: none;
    position: absolute;
    top: 38%;
    z-index: 4;
    align-items: center;
    justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 1px solid rgba(0, 167, 167, 0.28);
    border-radius: 999px;
    background: #fff;
    color: var(--shop-teal);
    font-size: 1.05rem;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.16);
}

.storefront-rail__arrow--prev {
    left: 0.35rem;
}

.storefront-rail__arrow--next {
    right: 0.35rem;
}

.storefront-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.storefront-sidebar {
    position: sticky;
    top: 5.5rem;
}

.storefront-panel {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    box-shadow: var(--shop-shadow);
    padding: 1rem 1rem 1.1rem;
    margin-bottom: 1rem;
}

.storefront-panel__title {
    margin: 0 0 0.75rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--shop-ink);
}

.storefront-tax__all,
.storefront-tax__group-head,
.storefront-tax__cat-head,
.storefront-tax__link,
.storefront-tax__sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 0.48rem 0.4rem;
    border-radius: 0.65rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--shop-ink);
}

.storefront-tax__all {
    margin-bottom: 0.35rem;
    background: #f8fafc;
}

.storefront-tax__all.is-active,
.storefront-tax__group-head.is-active,
.storefront-tax__cat-head.is-active,
.storefront-tax__link.is-active,
.storefront-tax__sub.is-active {
    background: var(--shop-teal-soft);
    color: var(--shop-teal-dark);
}

.storefront-tax__group {
    border-bottom: 1px solid #f1f5f9;
}

.storefront-tax__group-head {
    cursor: pointer;
    list-style: none;
}

.storefront-tax__group-head::-webkit-details-marker,
.storefront-tax__cat-head::-webkit-details-marker {
    display: none;
}

.storefront-tax__group-head {
    display: flex;
}

.storefront-tax__ico {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
    margin-right: 0.35rem;
}

.storefront-tax__label {
    flex: 1;
}

.storefront-tax__count {
    color: var(--shop-muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.storefront-tax__group-body,
.storefront-tax__subs {
    padding: 0.15rem 0 0.55rem 0.4rem;
}

.storefront-tax__cat-head {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

.storefront-tax__sub {
    font-weight: 500;
    color: #475569;
    padding-left: 0.7rem;
}

.storefront-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-bottom: 0.75rem;
}

.storefront-price label {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin: 0;
    font-weight: 600;
}

.storefront-price label span {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--shop-muted) !important;
    margin-bottom: 0;
}

.storefront-price input {
    width: 100%;
    height: 2.45rem;
    border: 1px solid #d7e4e4;
    border-radius: 0.75rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--shop-ink) !important;
    background: #fff !important;
    box-shadow: none;
}

.storefront-price input:focus {
    border-color: var(--shop-teal);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 167, 167, 0.14);
}

.storefront-price input,
.storefront-sort select,
.storefront-ship select,
.storefront select {
    width: 100%;
    border: 1px solid #d7e4e4;
    border-radius: 0.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--shop-ink) !important;
    background: #fff;
    box-shadow: none;
}

.storefront select,
.storefront option {
    color: var(--shop-ink) !important;
    background-color: #fff !important;
}

.storefront-dropdown {
    position: relative;
    min-width: 13.75rem;
    z-index: 8;
}

.storefront-dropdown__native {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    border: 0;
}

.storefront-dropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    height: 2.55rem;
    padding: 0 0.8rem 0 0.95rem;
    border: 1px solid #d7e4e4;
    border-radius: 0.8rem;
    background: #fff;
    color: var(--shop-ink);
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: none;
}

.storefront-dropdown__btn i {
    color: var(--shop-teal);
    font-size: 1rem;
    transition: transform 0.15s ease;
}

.storefront-dropdown.is-open .storefront-dropdown__btn {
    border-color: var(--shop-teal);
    box-shadow: 0 0 0 3px rgba(0, 167, 167, 0.14);
}

.storefront-dropdown.is-open .storefront-dropdown__btn i {
    transform: rotate(180deg);
}

.storefront-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    left: 0;
    z-index: 30;
    margin: 0;
    padding: 0.4rem;
    list-style: none;
    background: #fff;
    border: 1px solid #d7e4e4;
    border-radius: 0.95rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.storefront-dropdown__menu[hidden] {
    display: none !important;
}

.storefront-dropdown__option {
    padding: 0.58rem 0.75rem;
    border-radius: 0.65rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--shop-ink);
    cursor: pointer;
}

.storefront-dropdown__option:hover,
.storefront-dropdown__option.is-active {
    background: var(--shop-teal-soft);
    color: var(--shop-teal-dark);
}

.storefront-dropdown__option.is-selected {
    background: var(--shop-teal);
    color: #fff;
}

.storefront-dropdown__option.is-selected:hover {
    background: var(--shop-teal-dark);
    color: #fff;
}

.storefront-select select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 2.55rem;
    padding: 0 2.4rem 0 0.9rem;
    border: 1px solid #d7e4e4;
    border-radius: 0.8rem;
    background: #fff;
    color: var(--shop-ink) !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 2.55rem;
    box-shadow: none;
    color-scheme: light;
}

.storefront-select select::-ms-expand {
    display: none;
}

.storefront-select select:hover,
.storefront-select select:focus {
    border-color: var(--shop-teal);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 167, 167, 0.14);
}

.storefront-select::after {
    content: "";
    position: absolute;
    right: 0.95rem;
    top: 50%;
    width: 0.42rem;
    height: 0.42rem;
    border-right: 2px solid var(--shop-teal);
    border-bottom: 2px solid var(--shop-teal);
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
}

.storefront-toolbar {
    position: relative;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    padding: 0.7rem 0.85rem 0.7rem 1rem;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1rem;
    box-shadow: var(--shop-shadow);
}

.storefront-toolbar__count {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.45rem 0.7rem;
    margin: 0;
    color: var(--shop-ink);
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
}

.storefront-toolbar__kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: var(--shop-teal-soft);
    color: var(--shop-teal-dark);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.storefront-toolbar__range strong {
    font-weight: 700;
    color: var(--shop-ink);
}

.storefront-toolbar__of {
    color: var(--shop-muted);
    font-weight: 500;
}

.storefront-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex: 0 0 auto;
}

.storefront-toolbar__toggle {
    display: none;
}

.storefront-filter-btn {
    display: none;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid #d7e4e4;
    background: #fff;
    color: var(--shop-ink);
    border-radius: 0.8rem;
    padding: 0.5rem 0.85rem;
    font-weight: 700;
    font-size: 0.82rem;
}

.storefront-sort {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
}

.storefront-sort label {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--shop-muted);
    margin: 0;
    white-space: nowrap;
}

.storefront-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 0;
    border-radius: 0.85rem;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
    cursor: pointer;
}

.storefront-btn--primary {
    width: 100%;
    background: var(--shop-teal);
    color: #fff !important;
}

.storefront-btn--primary:hover {
    background: var(--shop-teal-dark);
}

.storefront-btn--ghost {
    background: #fff;
    border: 1px solid var(--shop-line);
    color: var(--shop-ink);
}

.storefront-btn--icon {
    width: 2.85rem;
    padding: 0;
    background: #fff;
    border: 1px solid var(--shop-line);
    color: var(--shop-teal);
    font-size: 1.2rem;
}

.storefront-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.storefront-active {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    margin-bottom: 0.9rem;
}

.storefront-active__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.28rem 0.28rem 0.28rem 0.8rem;
    border: 1px solid rgba(0, 167, 167, 0.28);
    border-radius: 999px;
    background: #fff;
    color: var(--shop-teal-dark) !important;
    font-size: 0.78rem;
    font-weight: 700;
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.14),
        0 2px 6px rgba(0, 167, 167, 0.18);
}

.storefront-active__chip:hover {
    box-shadow:
        0 10px 22px rgba(15, 23, 42, 0.16),
        0 3px 8px rgba(0, 167, 167, 0.24);
}

.storefront-active__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    background: var(--shop-teal);
    color: #fff !important;
    flex: 0 0 auto;
    box-shadow: 0 2px 6px rgba(0, 167, 167, 0.35);
}

.storefront-active__close i {
    font-size: 0.82rem;
    line-height: 1;
    color: #fff !important;
}

.storefront-active__chip:hover .storefront-active__close {
    background: var(--shop-teal-dark);
}

.storefront-active__clear {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--shop-teal) !important;
}

.storefront-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.storefront-card {
    background: var(--shop-card);
    border: 1px solid var(--shop-line);
    border-radius: 1.05rem;
    overflow: hidden;
    box-shadow: var(--shop-shadow);
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.storefront-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.storefront-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    background: #eef3f3;
    overflow: hidden;
}

.storefront-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.storefront-card__badge {
    position: absolute;
    top: 0.7rem;
    left: 0.7rem;
    z-index: 2;
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
}

.storefront-card__badge--sale {
    background: #ef4444;
}

.storefront-card__badge--new {
    background: var(--shop-teal);
}

.storefront-card__badge--stock {
    left: auto;
    right: 0.7rem;
    max-width: calc(100% - 4.4rem);
    line-height: 1.2;
    text-align: center;
}

.storefront-card__badge--stock.is-in {
    background: #dff7ea;
    color: #147a42 !important;
}

.storefront-card__badge--stock.is-out {
    background: #fee2e2;
    color: #b91c1c !important;
}

.storefront-card--compact .storefront-card__badge {
    font-size: 0.68rem;
    padding: 0.18rem 0.48rem;
}

.storefront-card__soldout {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
    font-weight: 800;
    font-size: 0.82rem;
}

.storefront-card.is-soldout {
    opacity: 0.86;
}

.storefront-card__body {
    padding: 0.8rem 0.85rem 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    flex: 1;
}

.storefront-card__meta {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--shop-teal-dark);
}

.storefront-card__title {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--shop-ink);
}

.storefront-card__title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--shop-ink) !important;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.storefront-card__title a:hover {
    color: var(--shop-teal-dark) !important;
}

.storefront-card--compact .storefront-card__title {
    font-size: 0.92rem;
    line-height: 1.42;
}

.storefront-card__row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.45rem;
}

.storefront-card__price {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.storefront-card__price-old {
    font-size: 0.72rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.storefront-card__price-now,
.storefront-pdp__price-now {
    font-size: 1rem;
    font-weight: 800;
    color: var(--shop-ink);
}

.storefront-card__cart {
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 50%;
    background: var(--shop-teal);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.storefront-card__cart i {
    line-height: 1;
}

.storefront-card__cart:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.storefront-card__cart[hidden] {
    display: none !important;
}

.storefront-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.storefront-card__qty {
    display: inline-flex;
    align-items: center;
    height: 2.2rem;
    border-radius: 999px;
    background: var(--shop-teal);
    color: #fff;
    overflow: hidden;
}

.storefront-card__qty[hidden] {
    display: none !important;
}

.storefront-card__qty-btn {
    width: 1.85rem;
    height: 2.2rem;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
}

.storefront-card__qty-btn:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.12);
}

.storefront-card__qty-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.storefront-card__qty-val {
    min-width: 1.2rem;
    text-align: center;
    font-size: 0.82rem;
    font-weight: 800;
    color: #fff !important;
}

.storefront-card__actions[data-busy="1"] {
    pointer-events: none;
    opacity: 0.72;
}

.storefront-card__cart:hover {
    background: var(--shop-teal-dark);
}

.storefront-empty {
    text-align: center;
    background: #fff;
    border: 1px dashed #d5e0e0;
    border-radius: var(--shop-radius);
    padding: 2.5rem 1.25rem;
}

.storefront-empty i {
    font-size: 2.4rem;
    color: var(--shop-teal);
}

.storefront-empty h2 {
    margin: 0.6rem 0 0.35rem;
    font-size: 1.2rem;
}

.storefront-empty p {
    color: var(--shop-muted);
}

.storefront-empty .storefront-btn {
    width: auto;
    margin-top: 0.75rem;
    padding-inline: 1.2rem;
}

.storefront-pager {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.storefront-loadmore {
    width: auto;
    min-width: 12.5rem;
    padding-inline: 1.5rem;
    border-radius: 999px;
}

.storefront-loadmore__rest {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.4rem;
    margin-left: 0.15rem;
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    font-size: 0.78rem;
}

.storefront-loadmore.is-loading {
    opacity: 0.75;
    pointer-events: none;
}

.storefront-sheet {
    position: fixed;
    inset: 0;
    z-index: 1080;
}

.storefront-sheet__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
}

.storefront-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: min(88vh, 720px);
    background: #fff;
    border-radius: 1.2rem 1.2rem 0 0;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(var(--shop-dock) + env(safe-area-inset-bottom));
}

.storefront-sheet__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--shop-line);
}

.storefront-sheet__head h2 {
    margin: 0;
    font-size: 1.05rem;
}

.storefront-sheet__close {
    border: 0;
    background: #f1f5f9;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
}

.storefront-sheet__body {
    overflow: auto;
    padding: 0.75rem 1rem 1.25rem;
}

.storefront-dock {
    display: none;
}

.storefront--pdp {
    padding-bottom: 5.5rem;
}

.storefront-pdp {
    padding: 9.5rem 0 2.25rem;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fbfb 46%, var(--shop-bg) 100%);
}

.storefront-pdp > .container {
    padding-left: clamp(1.15rem, 4vw, 2.25rem);
    padding-right: clamp(1.15rem, 4vw, 2.25rem);
}

.storefront-pdp__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-bottom: 1.35rem;
}

.storefront-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    padding: 0.52rem 0.95rem 0.52rem 0.75rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #d7e4e4;
    color: var(--shop-ink) !important;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.storefront-back i {
    font-size: 1.05rem;
    color: var(--shop-teal);
}

.storefront-back:hover {
    border-color: var(--shop-teal);
    color: var(--shop-teal-dark) !important;
}

.storefront-pdp .storefront-crumb {
    flex: 1 1 12rem;
    margin: 0;
    min-width: 0;
}

.storefront-pdp__panel {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1.25rem;
    box-shadow: var(--shop-shadow);
    padding: clamp(1.15rem, 2.8vw, 2.1rem);
}

.storefront-pdp__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.storefront-gallery__stage {
    position: relative;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1.2rem;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.storefront-gallery__slide {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

.storefront-gallery__slide.is-active {
    display: block;
}

.storefront-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storefront-gallery__thumbs {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.storefront-gallery__thumb {
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 0.75rem;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: #fff;
}

.storefront-gallery__thumb.is-active {
    border-color: var(--shop-teal);
}

.storefront-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.storefront-pdp__kicker {
    color: var(--shop-teal-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.4rem;
}

.storefront-pdp__title {
    font-family: "Fredoka One", cursive;
    font-size: clamp(1.45rem, 3vw, 2.05rem);
    line-height: 1.15;
    margin: 0 0 0.7rem;
}

.storefront-pdp__meta {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.storefront-stock {
    border-radius: 999px;
    padding: 0.2rem 0.6rem;
    font-size: 0.75rem;
    font-weight: 800;
}

.storefront-stock.is-in {
    background: #dff7ea;
    color: #147a42;
}

.storefront-stock.is-out {
    background: #fee2e2;
    color: #b91c1c;
}

.storefront-sku {
    color: var(--shop-muted);
    font-size: 0.8rem;
}

.storefront-pdp__price {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    margin-bottom: 0.9rem;
}

.storefront-pdp__price-now {
    font-size: 1.55rem;
}

.storefront-pdp__desc {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 1.15rem;
}

.storefront-buy {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.storefront-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--shop-line);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #fff;
}

.storefront-qty input {
    width: 3rem;
    border: 0;
    text-align: center;
    font-weight: 700;
}

.storefront-qty__btn {
    width: 2.3rem;
    height: 2.5rem;
    border: 0;
    background: #f8fafc;
    font-size: 1.1rem;
}

.storefront-buy__cart {
    width: auto;
    min-width: 10rem;
    flex: 1 1 auto;
}

.storefront-ship label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.storefront-extra,
.storefront-related {
    padding: 0.5rem 0 2.4rem;
}

.storefront-related .storefront-rail-head h2 {
    font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.storefront-tabs {
    display: inline-grid;
    grid-template-columns: max-content max-content;
    gap: 0.3rem;
    margin-bottom: 1rem;
    padding: 0.3rem;
    background: var(--shop-teal-soft);
    border: 1px solid #d7ecec;
    border-radius: 1.05rem;
}

.storefront-tabs__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: auto;
    border: 0;
    background: transparent;
    border-radius: 0.8rem;
    padding: 0.65rem 1.05rem;
    color: var(--shop-teal-dark);
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1;
}

.storefront-tabs__btn i {
    font-size: 1.1rem;
    line-height: 1;
}

.storefront-tabs__btn em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.3rem;
    height: 1.3rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #fff;
    color: var(--shop-teal-dark);
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.storefront-tabs__btn.is-active {
    background: var(--shop-teal);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 167, 167, 0.28);
}

.storefront-tabs__btn.is-active em {
    background: #fff;
    color: var(--shop-teal-dark);
}

.storefront-tabs__panel {
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: var(--shop-radius);
    padding: 1.15rem 1.2rem;
}

.storefront-prose {
    color: #475569;
    line-height: 1.65;
}

.storefront-reviews {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.storefront-reviews__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.storefront-reviews__item {
    display: grid;
    grid-template-columns: 2.6rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    background: #f8fbfb;
    border: 1px solid #e7f0f0;
    border-radius: 1rem;
}

.storefront-reviews__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.85rem;
    background: var(--shop-teal);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 800;
}

.storefront-reviews__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.storefront-reviews__item strong {
    display: block;
    font-size: 0.92rem;
}

.storefront-reviews__item span {
    color: var(--shop-muted);
    font-size: 0.78rem;
}

.storefront-reviews__stars {
    display: inline-flex;
    gap: 0.15rem;
    margin: 0.28rem 0 0.2rem;
    color: #ffe55d;
    filter: drop-shadow(0 1px 0 var(--shop-teal));
    font-size: 0.82rem;
}

.storefront-reviews__stars .far {
    color: #c5e4e4;
    filter: none;
}

.storefront-reviews__item p {
    margin: 0.35rem 0 0;
    color: #475569;
    line-height: 1.55;
}

.storefront-reviews__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.6rem 1rem;
    text-align: center;
    color: var(--shop-muted);
    background: #f8fbfb;
    border: 1px dashed #cfe8e8;
    border-radius: 1rem;
}

.storefront-reviews__empty-icon {
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: 0.95rem;
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
}

.storefront-reviews__empty-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.45rem;
}

.storefront-reviews__empty p {
    margin: 0;
    font-weight: 700;
}

.storefront-reviews__login {
    margin: 0;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    background: var(--shop-teal-soft);
    color: var(--shop-teal-dark);
    font-weight: 600;
}

.storefront-reviews__login a {
    color: var(--shop-teal-dark) !important;
    font-weight: 800;
    text-decoration: underline;
}

.storefront-review-form {
    margin-top: 0.25rem;
    display: grid;
    gap: 0.85rem;
    padding: 1.05rem 1.1rem 1.15rem;
    background: linear-gradient(180deg, #e7f7f7 0%, #fff 2.4rem);
    border: 1px solid #d7ecec;
    border-radius: 1.15rem;
}

.storefront-review-form__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.storefront-review-form__icon {
    position: relative;
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    background: var(--shop-teal);
    color: #fff;
}

.storefront-review-form__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.15rem;
}

.storefront-review-form__head h3 {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
}

.storefront-review-form__head p {
    margin: 0.15rem 0 0;
    color: var(--shop-muted);
    font-size: 0.82rem;
    font-weight: 500;
}

.storefront-review-form__stars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    color: var(--shop-ink);
    font-size: 0.88rem;
    font-weight: 700;
}

.storefront .rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: auto;
}

.storefront .rating-stars i {
    flex: 0 0 auto;
    font-size: 1.55rem;
    line-height: 1;
    color: #b7dcdc;
    cursor: pointer;
    transition: color 0.12s ease, transform 0.12s ease;
}

.storefront .rating-stars i.far {
    color: #b7dcdc;
}

.storefront .rating-stars i.fas {
    color: #ffe55d;
    filter: drop-shadow(0 1px 0 var(--shop-teal));
}

.storefront .rating-stars i:hover {
    transform: scale(1.12);
}

.storefront-review-form textarea {
    width: 100%;
    border: 1px solid var(--shop-line);
    border-radius: 0.8rem;
    padding: 0.8rem 0.9rem;
    min-height: 7.5rem;
    resize: vertical;
}

.storefront-review-form__actions {
    display: flex;
    justify-content: flex-end;
}

.storefront-review-form__actions .storefront-btn--primary {
    width: auto;
    min-width: 7.5rem;
    padding: 0.62rem 1.2rem;
}

.storefront-grid--related {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.storefront-sticky-buy {
    display: none;
}

@media (max-width: 1199.98px) {
    .storefront-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .storefront-grid--related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.front-shop .header-section,
    body.front-shop .header-section.header-fixed {
        position: relative;
        top: auto;
        background-color: var(--secondary);
    }

    .storefront {
        padding-bottom: calc(var(--shop-dock) + env(safe-area-inset-bottom) + 1rem);
    }

    .storefront-hero {
        padding: 1.15rem 0 1.15rem;
    }

    .storefront-hero__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .storefront-hero__promo img {
        height: 11.5rem;
        border-radius: 1.1rem;
    }

    .storefront-hero__promo-badge {
        left: 0.7rem;
        bottom: 0.7rem;
        font-size: 0.7rem;
    }

    .storefront-hero__lead {
        display: block;
        font-size: 0.88rem;
        line-height: 1.45;
        margin-bottom: 0.85rem;
    }

    .storefront-search {
        max-width: none;
    }

    .storefront-search button {
        padding-inline: 0.9rem;
    }

    .storefront-groups-wrap {
        margin-bottom: 0.75rem;
    }

    .storefront-rail-scroller.is-scrollable .storefront-rail__arrow:not([hidden]) {
        display: inline-flex;
    }

    .storefront-rail__arrow[hidden] {
        display: none !important;
    }

    .storefront-rail__arrow:disabled {
        opacity: 0.38;
        cursor: default;
    }

    .storefront-groups__label {
        margin-bottom: 0.4rem;
    }

    .storefront-groups-scroller,
    .storefront-chips-scroller {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        gap: 0.3rem;
    }

    .storefront-groups__arrow,
    .storefront-chips__arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        flex: 0 0 auto;
        border: 1px solid var(--shop-line);
        border-radius: 999px;
        background: #fff;
        color: var(--shop-teal);
        font-size: 0.95rem;
        box-shadow: var(--shop-shadow);
    }

    .storefront-groups__arrow[hidden],
    .storefront-chips__arrow[hidden] {
        display: none !important;
    }

    .storefront-groups__arrow:disabled,
    .storefront-chips__arrow:disabled {
        opacity: 0.35;
        cursor: default;
    }

    .storefront-groups {
        display: flex;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 0.35rem;
        padding: 0.28rem 0.35rem 0.45rem;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: thin;
        scrollbar-color: var(--shop-teal) #e7f7f7;
    }

    .storefront-groups::-webkit-scrollbar {
        display: block;
        height: 3px;
    }

    .storefront-groups::-webkit-scrollbar-track {
        background: #e7f7f7;
        border-radius: 999px;
    }

    .storefront-groups::-webkit-scrollbar-thumb {
        background: var(--shop-teal);
        border-radius: 999px;
    }

    .storefront-groups::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    .storefront-groups__item {
        flex: 0 0 auto;
        min-width: max-content;
        max-width: none;
        padding: 0.3rem 0.55rem 0.3rem 0.3rem;
        scroll-snap-align: start;
    }

    .storefront-groups__ico {
        width: 1.7rem;
        height: 1.7rem;
        font-size: 0.95rem;
        border-radius: 0.5rem;
    }

    .storefront-groups__name {
        font-size: 0.8rem;
    }

    .storefront a .storefront-groups__count {
        min-width: 1.2rem;
        padding: 0.08rem 0.38rem;
        font-size: 0.68rem;
    }

    .storefront-chips {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
        padding: 0.15rem 0.15rem 0.45rem;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        scrollbar-width: thin;
        scrollbar-color: var(--shop-teal) #e7f7f7;
    }

    .storefront-chips::-webkit-scrollbar {
        display: block;
        height: 3px;
    }

    .storefront-chips::-webkit-scrollbar-track {
        background: #e7f7f7;
        border-radius: 999px;
    }

    .storefront-chips::-webkit-scrollbar-thumb {
        background: var(--shop-teal);
        border-radius: 999px;
    }

    .storefront-chips::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    .storefront-chip {
        min-width: max-content;
        scroll-snap-align: start;
    }

    .storefront-layout {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .storefront-sidebar {
        display: none;
    }

    .storefront-filter-btn {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .storefront-sort label {
        display: none;
    }

    .storefront-toolbar {
        position: sticky;
        top: 0;
        z-index: 20;
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
        padding: 0.7rem 0.75rem;
        margin-bottom: 0.75rem;
    }

    .storefront-toolbar__count {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.5rem;
        width: 100%;
    }

    .storefront-toolbar__kicker {
        display: inline-flex;
    }

    .storefront-toolbar__range,
    .storefront-toolbar__count > span:not(.storefront-toolbar__kicker) {
        margin-left: auto;
        text-align: right;
        white-space: nowrap;
    }

    .storefront-toolbar__toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        width: 100%;
        padding: 0.55rem 0.75rem;
        border: 1px solid #d7e4e4;
        border-radius: 0.8rem;
        background: #f8fafc;
        color: var(--shop-ink);
        font-family: "Poppins", sans-serif;
        font-size: 0.82rem;
        font-weight: 700;
    }

    .storefront-toolbar__toggle-label {
        display: inline-flex;
        align-items: center;
        gap: 0.4rem;
        min-width: 0;
    }

    .storefront-toolbar__toggle-label i {
        color: var(--shop-teal);
        font-size: 1.05rem;
    }

    .storefront-toolbar__toggle-value {
        margin-left: auto;
        color: var(--shop-muted);
        font-weight: 600;
        white-space: nowrap;
    }

    .storefront-toolbar__toggle-icon {
        color: var(--shop-teal);
        transition: transform 0.15s ease;
    }

    .storefront-toolbar.is-open .storefront-toolbar__toggle-icon {
        transform: rotate(180deg);
    }

    .storefront-toolbar__actions {
        display: none;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 0.5rem;
        padding: 0.15rem 0 0.35rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: var(--shop-teal) #e7f7f7;
    }

    .storefront-toolbar.is-open .storefront-toolbar__actions {
        display: flex;
    }

    .storefront-toolbar__actions::-webkit-scrollbar {
        height: 3px;
    }

    .storefront-toolbar__actions::-webkit-scrollbar-track {
        background: #e7f7f7;
        border-radius: 999px;
    }

    .storefront-toolbar__actions::-webkit-scrollbar-thumb {
        background: var(--shop-teal);
        border-radius: 999px;
    }

    .storefront-toolbar__actions::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    .storefront-sort,
    .storefront-dropdown {
        flex: 0 0 auto;
        min-width: 11.5rem;
    }

    .storefront-grid,
    .storefront-grid--related {
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 11.25rem), 1fr));
        gap: 0.7rem;
    }

    .storefront-card {
        border-radius: 0.9rem;
    }

    .storefront-card:hover {
        transform: none;
    }

    .storefront-card__body {
        padding: 0.65rem 0.65rem 0.75rem;
    }

    .storefront-card__title {
        font-size: 0.88rem;
        line-height: 1.42;
    }

    .storefront-card__price-now {
        font-size: 0.9rem;
    }

    .storefront-dock {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        background: rgba(255, 255, 255, 0.97);
        backdrop-filter: blur(14px);
        border: 1px solid var(--shop-line);
        border-bottom: none;
        border-radius: 1.25rem 1.25rem 0 0;
        box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.1);
        padding: 0.45rem 0.45rem calc(0.4rem + env(safe-area-inset-bottom));
        gap: 0.2rem;
    }

    .storefront-dock__item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.22rem;
        color: #64748b !important;
        font-size: 0.68rem;
        font-weight: 700;
        padding: 0.1rem 0.15rem 0.15rem;
    }

    .storefront-dock__item i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.25rem;
        height: 2.05rem;
        border-radius: 0.85rem 0.85rem 0.3rem 0.3rem;
        background: var(--shop-teal-soft);
        color: var(--shop-teal-dark);
        font-size: 1.18rem;
        line-height: 1;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    }

    .storefront-dock__item.is-active {
        color: var(--shop-teal-dark) !important;
    }

    .storefront-dock__item.is-active i {
        background: var(--shop-teal);
        color: #fff;
        box-shadow: 0 6px 14px rgba(0, 167, 167, 0.28);
    }

    .storefront-dock__item em {
        position: absolute;
        top: 0.05rem;
        right: calc(50% - 1.5rem);
        min-width: 1.05rem;
        height: 1.05rem;
        padding: 0 0.28rem;
        border-radius: 999px;
        background: var(--shop-teal);
        color: #fff;
        font-size: 0.62rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1.05rem;
        text-align: center;
        box-shadow: 0 2px 6px rgba(0, 167, 167, 0.35);
    }

    .storefront-dock__item em.is-zero {
        background: #94a3b8;
        box-shadow: none;
    }

    .storefront-pdp {
        padding-top: 1.15rem;
        padding-bottom: 1.5rem;
    }

    .storefront-pdp__top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .storefront-pdp__panel {
        padding: 1rem;
    }

    .storefront-pdp__grid {
        grid-template-columns: 1fr;
        gap: 1.1rem;
    }

    .storefront-buy {
        display: none;
    }

    .storefront-sticky-buy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        position: fixed;
        left: 0.7rem;
        right: 0.7rem;
        bottom: calc(var(--shop-dock) + env(safe-area-inset-bottom) + 0.55rem);
        z-index: 1035;
        background: #fff;
        border: 1px solid var(--shop-line);
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
        padding: 0.55rem 0.6rem 0.55rem 0.9rem;
    }

    .storefront-sticky-buy strong {
        display: block;
        font-size: 0.78rem;
        max-width: 11rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .storefront-sticky-buy .storefront-btn {
        width: auto;
        padding-inline: 1rem;
        margin: 0;
    }

    .storefront--pdp {
        padding-bottom: calc(var(--shop-dock) + 5.5rem);
    }
}

body.front-shop .footer-section {
    position: relative;
}

@media (max-width: 991.98px) {
    body.front-shop .footer-section {
        padding-bottom: calc(4.5rem + env(safe-area-inset-bottom));
    }
}

@media (max-width: 359.98px) {
    .storefront-grid,
    .storefront-grid--related {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .storefront-hero {
        padding-top: 1rem;
    }

    .storefront-hero__title {
        font-size: 1.55rem;
    }

    .storefront-search {
        padding-left: 0.75rem;
    }

    .storefront-card__cart,
    .storefront-card__qty {
        height: 1.95rem;
    }

    .storefront-card__cart {
        width: 1.95rem;
        height: 1.95rem;
    }

    .storefront-card__qty-btn {
        width: 1.7rem;
        height: 1.95rem;
    }
}

@media (min-width: 992px) {
    .storefront-sheet {
        display: none !important;
    }

    .storefront-rail {
        grid-auto-columns: minmax(200px, 1fr);
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-flow: unset;
        overflow: visible;
    }
}

.float-basket {
    position: fixed;
    right: 1.5rem;
    bottom: 11rem;
    z-index: 1120;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--shop-teal);
    cursor: grab;
    user-select: none;
    touch-action: none;
}

.float-basket:hover,
.float-basket:focus-visible {
    transform: scale(1.05);
    color: var(--shop-teal-dark);
}

.float-basket:focus-visible {
    outline: 3px solid var(--shop-teal);
    outline-offset: 4px;
    border-radius: 8px;
}

.float-basket i,
.float-basket__badge {
    pointer-events: none;
}

.float-basket i {
    font-size: 2.35rem;
    line-height: 1;
    filter: drop-shadow(0 6px 12px rgba(0, 167, 167, 0.28));
}

.float-basket.is-idle i {
    animation: float-bob 3.2s ease-in-out infinite;
}

.float-basket.is-dragging {
    animation: none;
    cursor: grabbing;
    transform: scale(1.06);
}

.float-basket.is-catch {
    animation: float-catch 0.55s ease;
}

.float-basket__badge {
    position: absolute;
    top: -0.05rem;
    right: -0.05rem;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--shop-teal);
    color: #fff;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.35rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

@keyframes float-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

@keyframes float-catch {
    0% { transform: scale(1); }
    35% { transform: scale(1.18); }
    100% { transform: scale(1); }
}

.float-fly {
    position: fixed;
    z-index: 1300;
    border-radius: 1.1rem;
    object-fit: cover;
    pointer-events: none;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
    transition: left 0.72s cubic-bezier(0.22, 1, 0.36, 1),
        top 0.72s cubic-bezier(0.45, 0, 1, 0.35),
        width 0.72s ease,
        height 0.72s ease,
        opacity 0.72s ease,
        border-radius 0.72s ease;
}

.float-drawer {
    position: fixed;
    inset: 0;
    z-index: 1210;
}

.float-drawer__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    cursor: pointer;
}

.float-drawer__panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(26rem, 100%);
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    transform: translateX(104%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.14);
}

.float-drawer.is-open .float-drawer__panel {
    transform: translateX(0);
}

.float-drawer__head,
.float-drawer__foot {
    padding: 1.15rem 1.2rem;
}

.float-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    background: linear-gradient(180deg, #e7f7f7 0%, #ffffff 100%);
    border-bottom: 1px solid var(--shop-line);
}

.float-drawer__title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.float-drawer__icon {
    position: relative;
    flex-shrink: 0;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.9rem;
    background: var(--shop-teal);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 167, 167, 0.28);
}

.float-drawer__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.35rem;
    line-height: 1;
}

.float-drawer__heading h2 {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--shop-ink);
}

.float-drawer__count {
    display: inline-flex;
    align-items: center;
    margin: 0.28rem 0 0;
    padding: 0.12rem 0.58rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #c7ecec;
    color: var(--shop-teal-dark) !important;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
}

.float-drawer__count span {
    color: inherit !important;
}

.float-drawer__close {
    position: relative;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--shop-line);
    border-radius: 50%;
    background: #fff;
    color: var(--shop-ink);
    cursor: pointer;
}

.float-drawer__close i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.15rem;
    line-height: 1;
}

.float-drawer__close:hover {
    background: #fff5f5;
    border-color: #fecaca;
    color: #dc2626;
}

.float-drawer__body {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.9rem 0.95rem 1.1rem;
    background: #f4f7f7;
}

.float-drawer__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 12rem;
    padding: 2rem 1rem;
    text-align: center;
    color: var(--shop-muted);
    background: #fff;
    border: 1px dashed #cfe8e8;
    border-radius: 1rem;
}

.float-drawer__empty-icon {
    position: relative;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: var(--shop-teal-soft);
    color: var(--shop-teal);
}

.float-drawer__empty-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7rem;
    line-height: 1;
}

.float-drawer__empty p {
    margin: 0;
    font-weight: 600;
}

.float-item {
    display: grid;
    grid-template-columns: 4.4rem minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.float-item img {
    width: 4.4rem;
    height: 4.4rem;
    object-fit: cover;
    border-radius: 0.85rem;
    background: #eef3f3;
}

.float-item__meta {
    min-width: 0;
}

.float-item__name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--shop-ink);
}

.float-item__unit {
    margin: 0.2rem 0 0;
    color: var(--shop-muted);
    font-size: 0.78rem;
    font-weight: 600;
}

.float-item__pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    margin-top: 0.45rem;
}

.float-item .storefront-card__qty {
    height: 1.95rem;
}

.float-item .storefront-card__qty-btn {
    width: 1.7rem;
    height: 1.95rem;
}

.float-item .storefront-card__qty-val {
    min-width: 1.1rem;
    font-size: 0.78rem;
}

.float-item__line {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--shop-teal-dark);
}

.float-item__remove {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    margin-top: 0.6rem;
    height: 1.95rem;
    padding: 0 0.72rem;
    border: 1px solid #fecaca;
    border-radius: 999px;
    background: #fff7f7;
    color: #dc2626;
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
}

.float-item__remove i {
    font-size: 0.92rem;
    line-height: 1;
}

.float-item__remove span {
    color: inherit !important;
}

.float-item__remove:hover {
    background: #dc2626;
    border-color: #dc2626;
    color: #fff;
}

.float-drawer__foot {
    border-top: 1px solid var(--shop-line);
    display: grid;
    gap: 0.55rem;
    background: #fff;
}

.float-drawer__total {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
}

.float-drawer__foot .storefront-btn {
    width: 100%;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .float-basket {
        bottom: calc(var(--shop-dock) + env(safe-area-inset-bottom) + 7.25rem);
        right: 0.9rem;
        width: 3.1rem;
        height: 3.1rem;
    }

    .float-basket i {
        font-size: 2.1rem;
    }
}

.storefront-cart {
    padding: 9.5rem 0 2.25rem;
}

.storefront-cart__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.storefront-cart__heading {
    width: 100%;
}

.storefront-cart__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin-bottom: 0.4rem;
}

.storefront-cart__eyebrow {
    display: inline-flex;
    margin: 0;
    padding: 0.18rem 0.55rem;
    border-radius: 999px;
    background: var(--shop-teal-soft);
    color: var(--shop-teal-dark);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.storefront-cart__heading h1 {
    margin: 0;
    font-family: "Fredoka One", cursive;
    font-size: clamp(1.7rem, 4vw, 2.3rem);
    line-height: 1.12;
    color: var(--shop-ink);
}

.storefront-cart__count {
    margin: 0 0 0 auto;
    color: var(--shop-muted);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}

.storefront-cart__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 19.5rem;
    gap: 1.25rem;
    align-items: start;
}

.storefront-cart__list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.storefront-cart__item {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.85rem;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1.05rem;
    box-shadow: var(--shop-shadow);
}

.storefront-cart__media img {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: cover;
    border-radius: 0.85rem;
    background: #eef3f3;
    display: block;
}

.storefront-cart__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
}

.storefront-cart__name {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.storefront-cart__name a {
    color: var(--shop-ink) !important;
}

.storefront-cart__unit {
    margin: 0;
    color: var(--shop-muted);
    font-size: 0.8rem;
    font-weight: 600;
}

.storefront-cart__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    margin-top: 0.25rem;
}

.storefront-cart__line {
    font-size: 0.98rem;
    color: var(--shop-ink);
}

.storefront-cart__remove {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.35rem;
    margin-top: 0.35rem;
    padding: 0.38rem 0.75rem 0.38rem 0.45rem;
    border: 1px solid #fecaca;
    border-radius: 999px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(185, 28, 28, 0.12);
    cursor: pointer;
}

.storefront-cart__remove i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 0.85rem;
}

.storefront-cart__remove:hover,
.storefront-cart__remove:focus-visible {
    background: #fee2e2;
    border-color: #f87171;
    color: #991b1b;
}

.storefront-cart__summary {
    position: sticky;
    top: 6.5rem;
    background: #fff;
    border: 1px solid var(--shop-line);
    border-radius: 1.15rem;
    box-shadow: var(--shop-shadow);
    padding: 1.1rem 1.15rem 1.2rem;
}

.storefront-cart__summary h2 {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.storefront-cart__summary ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.storefront-cart__summary li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--shop-muted);
    font-weight: 600;
}

.storefront-cart__summary li strong {
    color: var(--shop-ink);
}

.storefront-cart__summary .storefront-btn + .storefront-btn {
    margin-top: 0.5rem;
}

.storefront-cart__list[hidden],
.storefront-cart__summary[hidden],
.storefront-cart__empty[hidden] {
    display: none !important;
}

@media (max-width: 991.98px) {
    .storefront-cart {
        padding: 1.1rem 0 calc(var(--shop-dock) + 8.8rem);
    }

    .storefront-cart__layout {
        grid-template-columns: 1fr;
    }

    .storefront-cart__item {
        grid-template-columns: 4.6rem minmax(0, 1fr);
        gap: 0.7rem;
        padding: 0.75rem;
    }

    .storefront-cart__media img {
        width: 4.6rem;
        height: 4.6rem;
    }

    .storefront-cart__summary {
        position: fixed;
        left: 0.55rem;
        right: 0.55rem;
        bottom: calc(var(--shop-dock) + env(safe-area-inset-bottom) + 1.35rem);
        top: auto;
        z-index: 1025;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.15rem 0.75rem;
        padding: 0.75rem 0.85rem;
        border-radius: 1.1rem;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
    }

    .storefront-cart__summary h2,
    .storefront-cart__summary li:first-child,
    .storefront-cart__summary .storefront-btn--ghost {
        display: none;
    }

    .storefront-cart__summary ul {
        margin: 0;
    }

    .storefront-cart__summary .storefront-btn--primary {
        width: auto;
        min-width: 8.4rem;
        margin: 0;
        padding: 0.72rem 1.05rem;
    }
}
