.snackbox-dev-body .wrap-header > header {
    position: relative !important;
    top: auto !important;
    z-index: 20;
    transform: none !important;
}

.snackbox-dev-body .wrap-header > header .header-container {
    padding-top: 1rem;
}

.snackbox-delivery-map-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #f4f4f4;
    min-height: 260px;
}

.snackbox-delivery-map {
    width: 100%;
    height: 260px;
}

.snackbox-delivery-map__status {
    position: absolute;
    inset: auto 12px 12px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: rgba(0, 0, 0, 0.72);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.snackbox-delivery-map__status.is-hidden {
    display: none;
}

.snackbox-map-helper {
    line-height: 1.45;
}

.snackbox-delivery-search-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.snackbox-delivery-search-panel__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.snackbox-delivery-search-panel__copy {
    min-width: 0;
}

.snackbox-delivery-search-panel__hint {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.58);
}

.snackbox-delivery-search-panel__service-area {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(253, 179, 22, 0.14);
    color: #8b5e00;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.snackbox-orderer-toggle {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.06);
}

.snackbox-orderer-toggle__option {
    display: flex;
    cursor: pointer;
}

.snackbox-orderer-toggle__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    min-height: 44px;
    min-width: 132px;
    padding: 0 18px;
    border-radius: 12px;
    color: rgba(0, 0, 0, 0.58);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.snackbox-orderer-toggle__option .peer:checked + .snackbox-orderer-toggle__label {
    background: #fdb316;
    color: #111;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.addon-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.addon-card__thumb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    cursor: zoom-in;
    transition: transform 180ms ease, opacity 180ms ease;
}

.addon-card__thumb:hover {
    transform: translateY(-1px);
    opacity: 0.92;
}

.addon-card__thumb-image {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 8px;
}

.addon-card__title-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1 1 auto;
}

.addon-card__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.addon-card__price {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.addon-card__body {
    display: block;
    padding-top: 16px;
}

.addon-card__copy {
    min-width: 0;
}

.addon-card__desc {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.82);
}

.addon-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(253, 179, 22, 0.14);
    color: #8b5e00;
    font-size: 13px;
    font-weight: 700;
}

.addon-card__preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-top: 12px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

.addon-card__textarea {
    display: none;
    height: 92px !important;
}

.addon-card__textarea.show {
    display: block;
}

@media (max-width: 767px) {
    .snackbox-orderer-toggle {
        width: 100%;
    }

    .snackbox-orderer-toggle__label {
        min-width: 0;
        width: 100%;
    }

    .addon-card__head {
        align-items: flex-start;
    }

    .addon-card__thumb {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
    }

    .addon-card__thumb-image {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }

    .addon-card__title {
        font-size: 22px;
    }

    .addon-card__price {
        font-size: 15px;
    }

    .addon-card__body {
        padding-top: 14px;
    }
}

.is-delivery-disabled {
    background: rgba(239, 68, 68, 0.08) !important;
    outline: 1px solid rgba(239, 68, 68, 0.22);
}

.snackbox-delivery-search {
    position: relative;
}

.snackbox-delivery-search__bar {
    display: block;
}

.snackbox-delivery-search__bar #delivery-place-search {
    width: 100%;
}

.snackbox-delivery-search__current {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.72);
    color: #111;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 160ms ease, border-color 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.snackbox-delivery-search__current:hover {
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.9);
}

.snackbox-delivery-search__current:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.snackbox-delivery-search__suggestions {
    position: absolute;
    inset: calc(100% + 6px) 0 auto 0;
    z-index: 60;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.snackbox-delivery-search__suggestion {
    width: 100%;
    padding: 10px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    cursor: pointer;
    transition: background-color 160ms ease;
}

.snackbox-delivery-search__suggestion:first-child {
    border-top: 0;
}

.snackbox-delivery-search__suggestion:hover,
.snackbox-delivery-search__suggestion.is-active {
    background: rgba(253, 179, 22, 0.14);
}

.snackbox-delivery-search__primary {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.snackbox-delivery-search__secondary {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.58);
}

.snackbox-delivery-search__empty {
    padding: 10px 14px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.58);
}

.snackbox-date-field {
    width: 100%;
}

.snackbox-select-shell {
    position: relative;
    width: 100%;
    height: 46px;
    min-height: 46px;
    border: 2px solid #111;
    border-radius: 10px;
    background: #f4f4f4;
    box-sizing: border-box;
}

.snackbox-select-shell::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 12px;
    height: 8px;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #111;
    pointer-events: none;
}

.snackbox-booking-date,
.snackbox-booking-time {
    appearance: none;
    -webkit-appearance: none;
    width: 100% !important;
    height: 46px;
    min-height: 46px;
    padding: 0 42px 0 12px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: none;
}

.snackbox-booking-date option,
.snackbox-booking-time option {
    color: #111;
    font-weight: 600;
}

.snackbox-booking-card {
    position: relative;
}

.snackbox-booking-grid {
    align-items: start;
}

.snackbox-booking-col {
    gap: 0;
}

.snackbox-booking-label {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
}

@media (max-width: 767px) {
    #draft-quantity-input {
        width: 40px;
        min-width: 40px;
    }

    .snackbox-booking-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .snackbox-booking-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    .snackbox-booking-col {
        min-width: 0;
    }

    .snackbox-booking-label {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.1;
    }

    .snackbox-booking-date,
    .snackbox-booking-time {
        width: 100% !important;
        height: 48px;
        min-height: 48px;
        padding: 0 42px 0 12px;
        font-size: 18px;
        line-height: 1.2;
        box-sizing: border-box;
    }

    .snackbox-select-shell {
        height: 48px;
        min-height: 48px;
    }

    #booking-date-leadtime-note {
        margin-top: 6px;
        margin-bottom: 2px;
        font-size: 12px;
        line-height: 1.4;
    }

    .snackbox-delivery-map-wrap,
    .snackbox-delivery-map {
        min-height: 220px;
        height: 220px;
    }

    .snackbox-delivery-search-panel__head {
        flex-direction: column;
        align-items: stretch;
    }

    .snackbox-delivery-search__bar {
        display: block;
    }

    .snackbox-delivery-search__current {
        width: 100%;
        justify-content: center;
    }
}

#menu li,
#menu li a,
#menu li.active,
#menu li a.active {
    opacity: 1 !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    box-shadow: none;
}

#menu-row {
    padding: 0;
}

#menu {
    gap: 0.5rem;
    padding: 2px 0;
}

#menu li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.15rem;
    padding: 0.28rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.36);
    font-size: 14px;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color 180ms ease, color 180ms ease;
}

#menu li a:hover:not(.active) {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.72);
}

#menu li a.active {
    background: #000;
    color: #fff;
    text-decoration: none !important;
}

#menu li.active,
#menu li:has(a.active) {
    opacity: 1;
}

#menu .active {
    border-bottom: 0 !important;
}

#search-wrap {
    flex: 0 0 40px;
    max-width: 40px;
    overflow: hidden;
    transition: flex-basis 240ms ease, max-width 240ms ease;
}

#search-pill {
    width: 40px;
    height: 40px;
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    overflow: hidden;
    transition: width 240ms ease, padding 240ms ease;
}

#product-search-input {
    width: 0;
    opacity: 0;
    pointer-events: none;
    margin-right: 0;
    transition: width 240ms ease, opacity 180ms ease, margin-right 240ms ease;
}

#search-toggle,
#search-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#search-toggle {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 180ms ease;
}

#search-close {
    opacity: 0;
    pointer-events: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    transition: opacity 180ms ease;
}

#search-pill:not(.is-expanded) #search-toggle {
    inset: 0;
    width: auto;
    height: auto;
}

#menu-row {
    overflow: hidden;
    transition: flex-basis 240ms ease, max-width 240ms ease, opacity 160ms ease;
}

#menu-row.is-collapsed {
    flex: 0 1 0%;
    max-width: 0;
    opacity: 0;
}

#search-wrap.is-expanded {
    flex: 1 1 100%;
    max-width: 100%;
}

#search-pill.is-expanded {
    width: 100%;
    padding: 8px 36px 8px 12px;
}

#search-pill.is-expanded #product-search-input {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    margin-right: 8px;
}

#search-pill.is-expanded #search-toggle {
    opacity: 0;
    pointer-events: none;
}

#search-pill.is-expanded #search-close {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 1024px) {
    #menu {
        gap: 0.65rem;
    }

    #menu li a {
        min-height: 2rem;
        padding: 0.22rem 0.72rem;
        font-size: 15px;
    }
}

.snackbox-bottom-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(248, 245, 238, 0.9);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    max-height: 250px;
    overflow: visible;
    padding: 15px 0;
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .snackbox-bottom-bar {
        background: rgb(248 245 238 / 62%);
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(7px);
    }
}

.snackbox-bottom-bar__inner {
    min-height: 0;
}

.snackbox-bottom-bar__summary-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
    gap: 12px;
}

.snackbox-bottom-bar__summary-wrap .snackbox-bottom-bar__pill {
    background: rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 10px;
    box-shadow: none;
}

@media (min-width: 1024px) {
    .snackbox-bottom-bar__summary-wrap .snackbox-bottom-bar__pill {
        background: transparent;
    }
}

.snackbox-bottom-bar__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.snackbox-bottom-bar__stepper-button {
    position: relative;
}

.snackbox-bottom-bar__stepper-wrap {
    position: relative;
    display: inline-flex;
    overflow: visible;
}

.snackbox-bottom-bar__stepper-button:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
}

.snackbox-bottom-bar__stepper-button:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}

.snackbox-bottom-bar__cart {
    background: #fdb913 !important;
    justify-content: space-between;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.snackbox-bottom-bar__primary {
    position: relative;
    z-index: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    overflow: hidden;
    border: 0 !important;
}

.snackbox-bottom-bar__primary > * {
    position: relative;
    z-index: 1;
}

.snackbox-bottom-bar__primary::before {
    content: "";
    position: absolute;
    top: -35%;
    bottom: -35%;
    left: -30%;
    width: 42%;
    z-index: 0;
    opacity: 0;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.05) 18%,
        rgba(253, 185, 19, 0.75) 50%,
        rgba(255, 255, 255, 0.08) 82%,
        rgba(255, 255, 255, 0) 100%);
    transform: translate3d(-240%, 0, 0) skewX(-24deg);
    transition: opacity 180ms ease;
    will-change: transform;
    pointer-events: none;
}

.snackbox-bottom-bar__primary.is-ready {
    animation: none;
}

.snackbox-bottom-bar__primary.is-ready::before {
    opacity: 1;
    animation: snackbox-gradient-sheen 2.2s ease-in-out infinite;
}

@media (max-width: 1023px) {
    .snackbox-bottom-bar {
        max-height: none;
    }

    .snackbox-bottom-bar__inner {
        gap: 8px;
    }

    .snackbox-bottom-bar__mobile-box {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .snackbox-bottom-bar__mobile-title {
        margin: 0;
        font-size: 0.875rem;
    }

    #box-fixed {
        margin: 0;
        gap: 6px;
    }

    #box-fixed > div {
        min-height: 42px;
    }

    .snackbox-bottom-bar__pill,
    .snackbox-bottom-bar__qty {
        padding: 8px 12px;
        min-width: 0;
        border-radius: 24px;
    }

    .snackbox-bottom-bar__price {
        font-size: 1.5rem;
    }

    .snackbox-bottom-bar__meta {
        margin-top: 0.125rem;
        font-size: 0.75rem;
        gap: 0.125rem 0.5rem;
    }

    .snackbox-bottom-bar__qty {
        gap: 8px;
        justify-content: space-between;
    }

    .snackbox-bottom-bar__summary-wrap {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
        gap: 8px;
        align-items: stretch;
    }

    .snackbox-bottom-bar__qty-label {
        font-size: 0.8125rem;
        line-height: 1.1;
    }

    .snackbox-bottom-bar__stepper-button {
        height: 2rem;
        padding-inline: 0.75rem;
    }

    .snackbox-bottom-bar__stepper-input {
        height: 2rem;
        width: 3rem;
        font-size: 1rem;
    }

    .snackbox-bottom-bar__actions {
        display: grid;
        grid-template-columns: minmax(0, 64%) minmax(0, 36%);
        gap: 8px;
        width: 100%;
        flex-wrap: nowrap;
    }

    .snackbox-bottom-bar__secondary {
        order: 2;
    }

    .snackbox-bottom-bar__primary {
        order: 1;
        grid-column: 1 / 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 42px;
        min-height: 42px;
        padding: 0 1rem;
        line-height: 1;
        font-size: 0.9375rem;
        width: 100%;
    }

    .snackbox-bottom-bar__cart {
        order: 3;
        grid-column: 2 / 3;
        justify-content: center;
        width: 100%;
        padding: 0.625rem 0.9rem;
        font-size: 0.875rem;
    }

    .snackbox-bottom-bar__secondary,
    .snackbox-bottom-bar__primary,
    .snackbox-bottom-bar__cart {
        min-height: 42px;
    }

    .snackbox-bottom-bar__cart-icon {
        width: auto;
        height: auto;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .snackbox-bottom-bar {
        max-height: 290px;
    }

    .snackbox-bottom-bar__content {
        gap: 10px;
    }

    .snackbox-bottom-bar__summary-wrap {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
        gap: 8px;
        align-items: stretch;
    }

    .snackbox-bottom-bar__pill,
    .snackbox-bottom-bar__qty {
        width: 100%;
    }

    .snackbox-bottom-bar__qty {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        padding: 8px 10px;
    }

    .snackbox-bottom-bar__qty-label {
        font-size: 0.82rem;
    }

    .snackbox-bottom-bar__stepper {
        width: 100%;
        justify-content: stretch;
    }

    .snackbox-bottom-bar__stepper-button {
        flex: 0 0 38px;
        height: 2.2rem;
        padding-inline: 0;
    }

    .snackbox-bottom-bar__stepper-input {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        height: 2.2rem;
        font-size: 1rem;
    }

    .snackbox-bottom-bar__actions {
        grid-template-columns: minmax(0, 64%) minmax(0, 36%);
        align-items: stretch;
        width: 100%;
        flex-wrap: nowrap;
    }

    .snackbox-bottom-bar__primary {
        grid-column: 1 / 2;
        min-width: 0;
        width: 100%;
        height: 44px;
        min-height: 44px;
        padding: 0 0.9rem;
    }

    .snackbox-bottom-bar__cart {
        grid-column: 2 / 3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        white-space: nowrap;
        height: 44px;
        min-height: 44px;
        padding: 0 0.9rem;
    }
}

@media (min-width: 1024px) {
    .snackbox-bottom-bar {
        max-height: 100px;
        overflow: visible;
    }

    .snackbox-bottom-bar__inner {
        gap: 12px;
    }

    .snackbox-bottom-bar__content {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto auto;
        align-items: center;
        gap: 2rem;
        width: 100%;
    }

    .snackbox-bottom-bar__pill,
    .snackbox-bottom-bar__qty {
        padding: 0;
    }

    .snackbox-bottom-bar__price {
        font-size: 1.75rem;
        line-height: 1;
    }

    .snackbox-bottom-bar__unit,
    .snackbox-bottom-bar__qty-label {
        font-size: 0.875rem;
    }

    .snackbox-bottom-bar__qty-label {
        font-size: 20px;
        font-weight: 700;
    }

    .snackbox-bottom-bar__meta {
        margin-top: 0.25rem;
        font-size: 0.8125rem;
        gap: 0.25rem 0.75rem;
    }

    .snackbox-bottom-bar__summary-wrap {
        display: flex;
        align-items: center;
        gap: 2.5rem;
        min-width: 0;
    }

    .snackbox-bottom-bar__qty {
        display: flex;
        align-items: center;
        gap: 1rem;
        white-space: nowrap;
        background: #00000012 !important;
    }

    .snackbox-bottom-bar__stepper-button {
        height: 2rem;
        padding-inline: 0.875rem;
        font-size: 1.125rem;
    }

    .snackbox-bottom-bar__stepper-input {
        height: 2rem;
        width: 3.75rem;
        font-size: 1rem;
    }

    .snackbox-bottom-bar__actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        width: auto;
    }

    .snackbox-bottom-bar__secondary {
        padding: 0.625rem 0.95rem;
        font-size: 0.875rem;
    }

    .snackbox-bottom-bar__primary {
        width: auto;
        min-width: 0;
        height: 44px;
        min-height: 44px;
        padding: 0 1.5rem;
        font-size: 1rem;
        white-space: nowrap;
    }

    .snackbox-bottom-bar__cart {
        width: auto;
        min-width: 120px;
        max-width: 120px;
        height: 44px;
        min-height: 44px;
        padding: 0 0.875rem;
        font-size: 0.875rem;
        white-space: nowrap;
    }

    .snackbox-bottom-bar__cart-icon {
        width: auto;
        height: auto;
        font-size: 1rem;
    }
}

.snackbox-bottom-bar__cart-count {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    height: 1.625rem;
    padding: 5px;
    margin-left: auto;
    line-height: 1;
    font-size: 14px;
    white-space: nowrap;
}

.fancybox__backdrop {
    background: #f4f2eb !important;
}

.fancybox__content {
    padding: 15px !important;
}

.fancybox__container.snackbox-cart-drawer .fancybox__backdrop {
    background: rgba(0, 0, 0, 0.25) !important;
}

.fancybox__container.snackbox-cart-drawer .fancybox__content {
    padding: 0 !important;
    pointer-events: auto !important;
}

.fancybox__container.snackbox-cart-drawer .fancybox__slide,
.fancybox__container.snackbox-cart-drawer .fancybox__carousel,
.fancybox__container.snackbox-cart-drawer .fancybox__viewport,
.fancybox__container.snackbox-cart-drawer #dev-cart-popup--clone,
.fancybox__container.snackbox-cart-drawer #dev-cart-popup--clone * {
    pointer-events: auto;
}

.snackbox-dev-body .f-button.is-close-btn {
    display: none !important;
}

.dev-cart-popup {
    display: flex;
    flex-direction: column;
    max-height: min(82vh, 700px);
    overflow: hidden;
}

.dev-cart-popup__body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.92) 0%, rgba(248, 244, 236, 0.98) 100%);
}

.dev-cart-popup__header {
    position: sticky;
    top: 0;
    z-index: 2;
    margin: 0;
    padding: 18px 18px 14px;
    background: rgba(250, 247, 241, 0.94);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.dev-cart-popup__header-copy {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.dev-cart-popup__header-row {
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.dev-cart-popup__boxes {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #FDB316;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.dev-cart-popup__header-copy p {
    max-width: 24rem;
    line-height: 1.35;
}

.dev-cart-popup__close {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background: rgb(0 0 0 / 92%);
    color: #fff;
}

.dev-cart-popup__items {
    padding: 0 18px 18px;
}

.dev-cart-popup__footer {
    position: sticky;
    bottom: 0;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(250, 247, 241, 0.96);
    padding: 14px 18px 18px;
    backdrop-filter: blur(12px);
    box-shadow: 0 -12px 26px rgba(0, 0, 0, 0.08);
}

.dev-cart-popup__summary {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

#dev-cart-popup-addon-note.is-error {
    color: #b42318;
}

.dev-checkout-progress {
    position: sticky;
    top: 0;
    z-index: 20;
    margin-top: 0.7rem;
    margin-bottom: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.9rem;
    background: rgba(255, 253, 249, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.dev-checkout-progress__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.65rem 0.8rem;
}

.dev-checkout-progress__title {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.1;
}

.dev-checkout-progress__remaining {
    margin-top: 0.15rem;
    font-size: 0.74rem;
    color: rgba(0, 0, 0, 0.7);
}

.dev-checkout-progress__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.7rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.dev-checkout-progress__bar {
    height: 5px;
    margin: 0 0.8rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.dev-checkout-progress__fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: #fdb316;
    transition: width 220ms ease;
}

.dev-checkout-progress__details {
    padding: 0 0.8rem 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.dev-checkout-progress__details[hidden] {
    display: none !important;
}

.dev-checkout-progress #checkout-checklist {
    margin-top: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dev-checkout-progress #checkout-checklist li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: rgba(0, 0, 0, 0.62);
    line-height: 1.45;
    transition: color 160ms ease, opacity 160ms ease;
}

.dev-checkout-progress #checkout-checklist li[hidden] {
    display: none !important;
}

.dev-checkout-progress #checkout-checklist li.is-done {
    color: #111;
}

.dev-checkout-progress #checkout-checklist .check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: rgba(0, 0, 0, 0.2);
}

.dev-checkout-progress #checkout-checklist li.is-done .check-icon {
    color: #16a34a;
}

.dev-checkout-progress #checkout-checklist .check-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

.dev-checkout-progress #checkout-checklist .check-text {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.dev-checkout-sidebar {
    top: 0;
}

#dev-checkout-sidebar-anchor {
    position: sticky;
    width: 100%;
    bottom: 0;
}

@media (min-width: 1024px) {
    #dev-checkout-sidebar-anchor {
        top: 16px;
        align-self: start;
    }
}

.dev-checkout-sidebar__card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.dev-checkout-sidebar__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.dev-checkout-sidebar__header-copy {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.dev-checkout-sidebar__mobile-total-wrap {
    display: none;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
    margin-left: auto;
}

.dev-checkout-sidebar__mobile-total-label {
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
}

.dev-checkout-sidebar__mobile-total {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #111;
}

.dev-checkout-sidebar__body {
    padding-top: 15px;
    padding-bottom: 10px;
}

.dev-checkout-sidebar__toggle {
    display: none;
    align-items: center;
    gap: 0.32rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 0, 0, 0.72);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.dev-checkout-sidebar__toggle svg {
    width: 1.35rem;
    height: 1.35rem;
    transition: transform 180ms ease;
}

.dev-checkout-sidebar.is-mobile-expanded .dev-checkout-sidebar__toggle svg {
    transform: rotate(180deg);
}

.dev-checkout-sidebar__panel {
    display: block;
}

.dev-checkout-sidebar__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.58);
}

.dev-checkout-sidebar__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.05;
    color: #111;
}

.dev-checkout-sidebar__breakdown {
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 249, 236, 0.58);
}

.dev-checkout-sidebar__breakdown > div {
    font-size: 0.92rem !important;
}

.dev-checkout-sidebar__footer {
    margin-top: auto;
    padding: 0;
}

.dev-checkout-sidebar__footer-divider {
    height: 3px;
    margin: 0 0 0.9rem;
    border-radius: 999px;
    background: #111;
}

.dev-checkout-sidebar__total-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
}

.dev-checkout-sidebar__total-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.dev-checkout-sidebar__total-label {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    color: #111;
}

.dev-checkout-sidebar__meta {
    margin-top: 0;
    font-size: 0.84rem;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.78);
}

.dev-checkout-sidebar__grand-total {
    display: block;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.04em;
    color: #111;
    text-align: left;
}

.dev-checkout-sidebar__note {
    margin-top: 0.75rem;
    max-width: 22rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px) {
    .dev-checkout-sidebar {
        max-height: 100vh;
    }

    .dev-checkout-sidebar__card {
        max-height: calc(100vh - 16px);
        overflow: hidden;
    }

    .dev-checkout-sidebar__body {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        padding-right: 0.2rem;
        overflow: scroll;
        height: 400px;
    }

    .dev-checkout-sidebar__footer {
        position: sticky;
        bottom: 0;
        margin-top: auto;
        padding: 0;
        background: #fdb316;
        box-shadow: none;
    }

    .dev-checkout-sidebar__total-row {
        gap: 0.55rem;
    }

    .dev-checkout-sidebar__grand-total {
        font-size: 2.55rem;
    }
}

@media (max-width: 1023px) {
    .dev-checkout-form-column {
        padding-bottom: calc(132px + env(safe-area-inset-bottom, 0px));
    }

    .dev-checkout-progress__summary {
        padding: 0.62rem 0.72rem;
    }

    .dev-checkout-progress__title {
        font-size: 0.86rem;
    }

    .dev-checkout-progress__remaining {
        font-size: 0.72rem;
    }

    .dev-checkout-progress__toggle {
        padding: 0.38rem 0.62rem;
        font-size: 0.72rem;
    }

    .dev-checkout-progress__bar {
        margin: 0 0.72rem 0.65rem;
    }

    .dev-checkout-progress__details {
        padding: 0 0.72rem 0.72rem;
    }

    .dev-checkout-sidebar {
        position: sticky !important;
        bottom: 10px;
        top: auto;
        width: 100%;
        z-index: 20;
        margin-top: 18px;
        padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 10px);
        pointer-events: auto;
    }

    .dev-checkout-sidebar__card {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px !important;
        border-radius: 16px;
        box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.08);
        cursor: pointer;
    }

    .dev-checkout-sidebar.is-mobile-expanded .dev-checkout-sidebar__card {
        cursor: default;
    }

    .dev-checkout-sidebar__header {
        align-items: center;
        gap: 0.5rem;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 0;
        min-height: 56px;
    }

    .dev-checkout-sidebar__header-copy {
        gap: 0.08rem;
    }

    .dev-checkout-sidebar__title {
        font-size: 1rem;
    }

    .dev-checkout-sidebar__eyebrow {
        font-size: 0.66rem;
    }

    .dev-checkout-sidebar__toggle {
        display: inline-flex;
        margin-left: 0.25rem;
    }

    .dev-checkout-sidebar__mobile-total-wrap {
        display: flex;
    }

    .dev-checkout-sidebar__panel {
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(8px);
        transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease,
            padding-top 220ms ease;
    }

    .dev-checkout-sidebar.is-mobile-expanded .dev-checkout-sidebar__panel {
        max-height: 75vh;
        padding-top: 0.4rem;
        opacity: 1;
        transform: translateY(0);
    }

    .dev-checkout-sidebar__body {
        max-height: min(48vh, 360px);
        overflow-y: auto;
        padding-top: 0;
        padding-bottom: 8px;
    }

    .dev-checkout-sidebar__breakdown {
        padding: 0.8rem 0.85rem;
    }

    .dev-checkout-sidebar__footer-divider {
        margin: 0 0 0.7rem;
    }

    .dev-checkout-sidebar__total-label {
        font-size: 0.96rem;
    }

    .dev-checkout-sidebar__meta {
        font-size: 0.8rem;
    }

    .dev-checkout-sidebar__grand-total {
        font-size: 2rem;
    }

    .dev-checkout-sidebar__note {
        margin-top: 0.6rem;
        margin-bottom: 15px;
        font-size: 0.78rem;
    }
}

.dev-cart-popup__total-value {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
}

.dev-cart-popup__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.dev-cart-popup__actions > button {
    justify-content: center;
}

.dev-cart-popup__actions .dev-cart-popup__checkout {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    color: #fff !important;
    background-color: #111 !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.dev-cart-popup__actions .dev-cart-popup__checkout::before {
    content: "";
    position: absolute;
    top: -35%;
    bottom: -35%;
    left: -30%;
    width: 42%;
    z-index: -1;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(253, 185, 19, 0.12) 18%,
        rgba(253, 185, 19, 0.82) 50%,
        rgba(253, 185, 19, 0.14) 82%,
        rgba(255, 255, 255, 0) 100%);
    transform: translate3d(-240%, 0, 0) skewX(-24deg);
    will-change: transform;
    pointer-events: none;
    animation: snackbox-gradient-sheen 2.2s ease-in-out infinite;
}

.dev-cart-popup__actions .dev-cart-popup__checkout:disabled {
    color: #fff !important;
    background: #9a9a9a !important;
    box-shadow: none;
    transform: none !important;
    cursor: not-allowed;
}

.dev-cart-popup__actions .dev-cart-popup__checkout:disabled::before {
    content: none;
    animation: none;
}

.dev-cart-popup__actions .dev-cart-popup__secondary {
    background-color: transparent !important;
    background-image: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.dev-cart-popup__actions .dev-cart-popup__secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.dev-cart-popup__actions .dev-cart-popup__checkout:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.dev-placeorder-button {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0 !important;
    background-color: #9ca3af !important;
    background-image: none !important;
    color: #fff !important;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.dev-placeorder-button::before {
    content: "";
    position: absolute;
    top: -35%;
    bottom: -35%;
    left: -30%;
    width: 42%;
    z-index: -1;
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(253, 185, 19, 0.12) 18%,
        rgba(253, 185, 19, 0.82) 50%,
        rgba(253, 185, 19, 0.14) 82%,
        rgba(255, 255, 255, 0) 100%);
    transform: translate3d(-240%, 0, 0) skewX(-24deg);
    will-change: transform;
    pointer-events: none;
    opacity: 0;
}

.dev-placeorder-button.is-ready {
    background-color: #111 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.dev-placeorder-button.is-ready::before {
    opacity: 1;
    animation: snackbox-gradient-sheen 2.2s ease-in-out infinite;
}

.dev-placeorder-button.is-ready:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

@keyframes snackbox-gradient-sheen {
    0% {
        transform: translate3d(-240%, 0, 0) skewX(-24deg);
    }
    100% {
        transform: translate3d(420%, 0, 0) skewX(-24deg);
    }
}

.dev-cart-empty-state {
    border: 1px dashed rgba(0, 0, 0, 0.18);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.52);
    padding: 0.95rem 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    text-align: center;
}

.dev-cart-empty-state__title {
    font-size: 1rem;
    font-weight: 700;
}

.dev-cart-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
    border-radius: 999px;
    background: rgba(253, 185, 19, 0.16);
    color: #fdb913;
}

.dev-cart-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.25rem;
    background: rgba(255, 253, 249, 0.96);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.dev-checkout-item {
    border: none;
    border-radius: 14px;
    background: rgba(255, 249, 236, 0.84);
    box-shadow: none;
    overflow: hidden;
}

.dev-cart-item + .dev-cart-item,
.dev-checkout-item + .dev-checkout-item {
    margin-top: 0.55rem;
}

.dev-cart-item__header,
.dev-checkout-item .dev-cart-item__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.dev-cart-item__header {
    gap: 0.85rem;
    padding: 0.9rem 0.95rem 0;
}

.dev-checkout-item .dev-cart-item__header {
    gap: 0.75rem;
    padding: 0.85rem 0.95rem 0;
}

.dev-cart-item__heading {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dev-cart-item__title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__title {
    font-size: 1.2rem;
    line-height: 1.1;
}

.dev-cart-item__unit-price {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin-top: 5px;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(253, 185, 19, 0.9);
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.88);
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__unit-price {
    margin-top: 0.25rem;
    padding: 0.28rem 0.62rem;
    font-size: 0.8rem;
}

.dev-cart-item__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(130, 27, 52, 0.08);
    color: #7d2037;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__remove {
    width: 20px;
    height: 20px;
}

.dev-cart-item__remove:hover {
    background: rgba(130, 27, 52, 0.14);
}

.dev-cart-item__body,
.dev-checkout-item .dev-cart-item__body {
    display: flex;
    flex-direction: column;
}

.dev-cart-item__body {
    gap: 0.8rem;
    padding: 0.85rem 0.95rem 0.95rem;
    max-height: none;
    overflow: visible;
}

.dev-checkout-item .dev-cart-item__body {
    gap: 0.42rem;
    padding: 0.45rem 0.95rem 0.85rem;
    max-height: none;
    overflow: visible;
}

.dev-cart-item__products {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dev-cart-item__product {
    display: grid;
    grid-template-columns: 2.2rem auto minmax(0, 1fr);
    gap: 0.5rem;
    align-items: center;
    font-size: 0.9rem;
    line-height: 1.35;
}

.dev-cart-item__product-thumb-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.dev-cart-item__product-thumb {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.dev-cart-item__product-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.8rem;
    padding: 0.16rem 0.4rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.dev-cart-item__product-name {
    font-weight: 500;
}

.dev-cart-item__controls,
.dev-checkout-item .dev-cart-item__controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(248, 245, 238, 0.9);
    overflow: visible;
}

.dev-cart-item__controls {
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    border-radius: 1rem;
}

.dev-checkout-item .dev-cart-item__controls {
    gap: 0.6rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.85rem;
}

.dev-cart-item__qty-label {
    font-size: 0.84rem;
    font-weight: 600;
}

.dev-cart-item__qty-static {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    padding: 0.15rem 0 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__qty-label {
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.52);
}

.dev-checkout-item .dev-cart-item__qty-static {
    min-width: 2.2rem;
    padding: 0;
    font-size: 17px;
    font-weight: 800;
}

.dev-cart-item__stepper {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.dev-cart-item__stepper-wrap {
    position: relative;
    display: inline-flex;
    overflow: visible;
}

.dev-cart-item__stepper-button,
.dev-checkout-item .dev-cart-item__stepper-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    font-weight: 700;
    line-height: 1;
}

.dev-cart-item__stepper-button {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.1rem;
}

.dev-cart-item__stepper-input,
.snackbox-bottom-bar__stepper-input {
    outline: none;
}

.dev-cart-item__stepper-input {
    width: 3.2rem;
    height: 2.35rem;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__stepper-button {
    width: 2.05rem;
    height: 2.05rem;
    font-size: 1rem;
}

.dev-cart-item__stepper-button:first-child,
.dev-cart-item__stepper-button:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.quantity-min-tooltip,
.dev-cart-item__qty-tooltip {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    z-index: 6;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(130, 27, 52, 0.16);
    background: #f8e6ea;
    color: #821b34;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.quantity-min-tooltip::before,
.dev-cart-item__qty-tooltip::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    border-right: 1px solid rgba(130, 27, 52, 0.16);
    border-bottom: 1px solid rgba(130, 27, 52, 0.16);
    background: #f8e6ea;
    transform: rotate(45deg);
}

.quantity-min-tooltip[hidden],
.dev-cart-item__qty-tooltip[hidden] {
    display: none !important;
}

.quantity-min-tooltip {
    bottom: calc(100% + 8px);
}

.dev-cart-item__stepper-button:first-child {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.dev-cart-item__stepper-value {
    min-width: 2.7rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
}

.dev-checkout-item .dev-cart-item__stepper-value {
    min-width: 2.4rem;
    font-size: 0.98rem;
}

.dev-cart-item__subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.98rem;
    font-weight: 700;
}

.dev-checkout-item .dev-cart-item__subtotal {
    padding-top: 0.6rem;
    font-size: 0.92rem;
}

.dev-checkout-item .dev-cart-item__details {
    margin-top: 0;
}

.dev-checkout-item .dev-cart-item__details-content {
    display: none;
}

.dev-checkout-item .dev-cart-item__details-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
    cursor: pointer;
    list-style: none;
    color: rgba(0, 0, 0, 0.68);
    font-size: 0.84rem;
    font-weight: 600;
}

.dev-checkout-item .dev-cart-item__preview-stack {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 0.05rem;
    transition: opacity 180ms ease, transform 180ms ease;
}

.dev-checkout-item .dev-cart-item__details-toggle > span:last-child {
    flex: 1 1 auto;
    text-align: right;
}

.dev-checkout-item .dev-cart-item__preview-thumb-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.45rem;
    height: 1.45rem;
    margin-left: -0.35rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
}

.dev-checkout-item .dev-cart-item__preview-thumb-wrap:first-child {
    margin-left: 0;
}

.dev-checkout-item .dev-cart-item__preview-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dev-cart-item__flying-thumb {
    position: fixed;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    pointer-events: none;
    opacity: 1;
    transform: translate(0, 0) scale(1);
    transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 420ms ease;
    will-change: transform, opacity;
}

.dev-cart-item__flying-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dev-checkout-item .dev-cart-item__product-thumb-wrap {
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.dev-checkout-item .dev-cart-item__product-thumb-wrap.is-thumb-landing {
    transform: scale(1.08);
    box-shadow: 0 0 0 4px rgba(253, 185, 19, 0.18);
}

.dev-checkout-item .dev-cart-item__preview-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.45rem;
    height: 1.45rem;
    margin-left: -0.15rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.74);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__details-toggle::-webkit-details-marker {
    display: none;
}

.dev-checkout-item .dev-cart-item__details-toggle::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: 0.95rem;
    line-height: 1;
}

.dev-checkout-item .dev-cart-item__details[open] .dev-cart-item__details-toggle::after {
    content: "−";
}

.dev-checkout-item .dev-cart-item__details[open] .dev-cart-item__preview-stack {
    opacity: 0;
    transform: translateY(4px) scale(0.96);
}

.dev-checkout-item .dev-cart-item__details[open] .dev-cart-item__details-content {
    display: block;
}

.dev-checkout-item .dev-cart-item__details .dev-cart-item__products {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dev-checkout-item__meta {
    display: grid;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.dev-checkout-item__meta-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.92rem;
    font-weight: 600;
}

.dev-checkout-item__meta-row--total {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.92);
}

.dev-checkout-item__meta-row:first-child {
    border-top: 0;
}

@media (min-width: 768px) {
    .fancybox__container.snackbox-cart-drawer .fancybox__carousel {
        justify-content: flex-end;
        padding: 24px;
    }

    .fancybox__container.snackbox-cart-drawer .fancybox__slide {
        padding: 0;
        justify-content: flex-end;
    }

    .fancybox__container.snackbox-cart-drawer .fancybox__content {
        margin-left: auto;
    }

    #dev-cart-popup {
        max-width: 400px;
        max-height: calc(100vh - 48px);
        box-shadow: -12px 18px 40px rgba(0, 0, 0, 0.18);
    }

    div#dev-cart-popup--clone {
        max-width: 414px;
    }
}

@media (max-width: 767px) {
    #dev-cart-popup {
        max-width: min(92vw, 760px);
    }

    .dev-cart-popup {
        max-height: min(84vh, 660px);
    }

    .dev-cart-popup__body {
        padding-top: 0;
    }

    .dev-cart-popup__header {
        margin: 0;
        padding: 16px 16px 12px;
    }

    .dev-cart-popup__footer {
        padding: 14px 16px 16px;
    }

    .dev-cart-popup__items {
        padding: 0 16px 16px;
    }

    .dev-cart-popup__actions {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .dev-cart-item__title {
        font-size: 1.15rem;
    }

    .dev-cart-item__unit-price {
        font-size: 0.82rem;
        padding: 0.3rem 0.65rem;
    }

    .dev-cart-item__product {
        font-size: 0.88rem;
    }

    .dev-cart-item__controls {
        flex-direction: column;
        align-items: stretch;
    }

    .dev-cart-item__stepper {
        width: 100%;
        justify-content: space-between;
    }

    .dev-cart-item__stepper-value {
        flex: 1 1 auto;
    }
}

.snackbox-cart-item-fly {
    position: fixed;
    z-index: 9999;
    pointer-events: none;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    transition:
        transform 0.56s cubic-bezier(0.22, 0.88, 0.34, 1.12),
        opacity 0.56s ease,
        width 0.56s ease,
        height 0.56s ease;
}

.snackbox-cart-item-fly img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.snackbox-product-fly {
    position: fixed;
    z-index: 9998;
    pointer-events: none;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.62s cubic-bezier(0.2, 0.9, 0.28, 1),
        width 0.62s cubic-bezier(0.2, 0.9, 0.28, 1),
        height 0.62s cubic-bezier(0.2, 0.9, 0.28, 1),
        opacity 0.62s ease;
    overflow: hidden;
}

.snackbox-product-fly img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.selected-product.is-arriving {
    animation: snackbox-slot-pulse 0.45s ease;
}

@keyframes snackbox-slot-pulse {
    0% {
        transform: scale(0.92);
        opacity: 0.55;
    }

    55% {
        transform: scale(1.03);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#open-cart-bar.cart-bump {
    animation: snackbox-cart-bump 0.45s ease;
}

@keyframes snackbox-cart-bump {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}
