/**general**/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.price-currency {
    font-size: 30px;
    font-weight: bold;
}

.price {
    font-size: 30px;
    font-weight: bold;
}
.no-round-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media (max-width:992px) {
    .header-search {
        width: 100% !important;
    }
}

html {
    scroll-padding-bottom: calc(var(--gm-bottom-action-height, 76px) + var(--gm-safe-area-bottom, 0px));
}

body {
    background: var(--gm-page-bg, var(--bs-body-bg));
    color: var(--gm-text, var(--bs-body-color));
    overflow-x: hidden;
}

.storefront-shell {
    padding-left: var(--gm-page-gutter, 1rem);
    padding-right: var(--gm-page-gutter, 1rem);
    padding-bottom: var(--gm-safe-area-bottom, 0px);
}

.storefront-navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 8px 24px rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
}

.storefront-navbar__inner {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

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

.storefront-navbar__search {
    flex: 1 1 18rem;
    min-width: min(18rem, 100%);
}

.storefront-navbar__search .header-search {
    width: 100% !important;
}

.storefront-navbar__cart {
    align-items: center;
    display: inline-flex;
    margin-left: auto;
}

.storefront-navbar__account {
    align-items: center;
    display: inline-flex;
}

.storefront-navbar__logo {
    display: inline-block;
    height: 24px;
    max-width: min(10rem, 55vw);
    object-fit: contain;
    vertical-align: middle;
    width: auto;
}

.storefront-account-button {
    background: rgba(var(--bs-light-rgb, 255, 255, 255), 0.12);
    border: 1px solid rgba(var(--bs-light-rgb, 255, 255, 255), 0.24);
    text-decoration: none;
}

.storefront-cart-button {
    align-items: center;
    display: inline-flex;
    gap: 0.45rem;
    justify-content: center;
    margin: 0;
    padding: 0.45rem 0.75rem;
    position: relative;
    border-radius: var(--gm-radius-sm, 0.375rem);
    white-space: nowrap;
}

.storefront-cart-button__icon {
    font-size: 1rem;
}

.storefront-cart-button__total {
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
}

.storefront-icon-button {
    border-color: rgba(var(--bs-light-rgb, 255, 255, 255), 0.35);
    border-radius: var(--gm-radius-sm, 0.375rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
}

.storefront-mobile-brand {
    align-items: center;
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 0;
    overflow: hidden;
    text-decoration: none;
}

.storefront-mobile-brand__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-service-selector .alert {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
}

.storefront-service-selector {
    background: var(--gm-surface, #ffffff);
    border-bottom: 1px solid var(--gm-border, #dee2e6);
    position: relative;
    z-index: 8;
}

.storefront-hero__logo {
    display: block;
    height: auto;
    margin: 0 auto 1rem;
    max-height: 12.5rem;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.storefront-service-banner {
    margin: 0 auto;
    max-width: var(--gm-content-max-width, 1180px);
    padding: 1rem var(--gm-page-gutter, 1rem);
}

.storefront-service-banner--prompt {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(15rem, 0.75fr) minmax(20rem, 1.25fr);
}

.storefront-service-banner--selected {
    padding-bottom: 0.85rem;
    padding-top: 0.85rem;
}

.storefront-service-banner__intro {
    align-items: flex-start;
    display: flex;
    gap: 0.8rem;
}

.storefront-service-banner__intro h2,
.storefront-service-selected h2 {
    color: var(--gm-text, #212529);
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0;
}

.storefront-service-banner__intro p {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.25rem 0 0;
}

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

.storefront-service-method {
    align-items: center;
    background: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.06);
    border: 1px solid rgba(var(--bs-primary-rgb, 13, 110, 253), 0.18);
    border-radius: 14px;
    color: var(--gm-text, #212529);
    display: flex;
    gap: 0.65rem;
    padding: 0.75rem;
    text-align: left;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
    width: 100%;
}

.storefront-service-method:hover,
.storefront-service-method:focus {
    background: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
    border-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.36);
    transform: translateY(-1px);
}

.storefront-service-method--warning {
    background: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.12);
    border-color: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.28);
}

.storefront-service-method--info {
    background: rgba(var(--bs-info-rgb, 13, 202, 240), 0.1);
    border-color: rgba(var(--bs-info-rgb, 13, 202, 240), 0.24);
}

.storefront-service-method--danger {
    background: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.08);
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.22);
}

.storefront-service-method__icon,
.storefront-service-selected__icon {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 12px;
    color: var(--gm-primary, var(--bs-primary, #0d6efd));
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.storefront-service-method__body {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.storefront-service-method__body strong {
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.2;
}

.storefront-service-method__body small {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.76rem;
    line-height: 1.25;
}

.storefront-service-method__chevron {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.75rem;
    margin-left: auto;
}

.storefront-service-selected {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--bs-primary-rgb, 13, 110, 253), 0.08), rgba(var(--bs-success-rgb, 25, 135, 84), 0.08));
    border: 1px solid rgba(var(--bs-primary-rgb, 13, 110, 253), 0.2);
    border-radius: 16px;
    display: flex;
    gap: 0.8rem;
    padding: 0.8rem;
}

.storefront-service-selected__body {
    flex: 1 1 auto;
    min-width: 0;
}

.storefront-service-selected__details {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.45rem;
}

.storefront-service-selected__details span,
.storefront-service-selected__details a,
.storefront-service-selected__details button {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 999px;
    color: var(--gm-text, #212529);
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 750;
    gap: 0.35rem;
    line-height: 1.25;
    max-width: 100%;
    min-height: 34px;
    padding: 0.35rem 0.65rem;
    text-decoration: none;
}

.storefront-service-selected__details button {
    cursor: pointer;
    text-align: left;
}

.storefront-service-selected__warning {
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.32) !important;
    color: var(--bs-danger, #dc3545) !important;
}

.storefront-service-selected__change {
    align-items: center;
    background: var(--gm-primary, var(--bs-primary, #0d6efd));
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.86rem;
    font-weight: 850;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    text-decoration: none;
}

.storefront-service-selected__change:hover,
.storefront-service-selected__change:focus {
    color: #ffffff;
    filter: brightness(0.95);
}

@media (max-width: 991.98px) {
    .storefront-navbar__inner {
        gap: 0.5rem;
    }

    .storefront-navbar__menu {
        flex-basis: 100%;
        order: 4;
    }

    .storefront-navbar__search {
        flex-basis: 100%;
        order: 3;
    }

    .storefront-navbar__cart {
        margin-left: 0;
        order: 2;
    }

    .storefront-navbar__account {
        order: 2;
    }

    .storefront-navbar__menu-toggle {
        order: 0;
    }

    .storefront-mobile-brand {
        order: 1;
    }

    .storefront-hero__logo {
        max-height: 8.75rem;
        width: min(100%, 20rem);
    }

    .storefront-service-selector .alert {
        font-size: 0.92rem;
        padding: 0.75rem var(--gm-page-gutter, 1rem);
    }

    .storefront-service-banner--prompt {
        grid-template-columns: 1fr;
    }

    .storefront-service-methods {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .storefront-service-method {
        align-items: flex-start;
    }

    .storefront-service-method__chevron {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .storefront-service-banner {
        padding: 0.75rem var(--gm-page-gutter, 1rem);
    }

    .storefront-service-banner__intro {
        display: grid;
        gap: 0.25rem;
    }

    .storefront-service-banner__intro h2,
    .storefront-service-selected h2 {
        font-size: 0.98rem;
    }

    .storefront-service-banner__intro p {
        font-size: 0.82rem;
    }

    .storefront-service-methods {
        gap: 0.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .storefront-service-method {
        border-radius: 12px;
        gap: 0.5rem;
        padding: 0.55rem;
    }

    .storefront-service-method__icon,
    .storefront-service-selected__icon {
        border-radius: 10px;
        flex-basis: 36px;
        height: 36px;
        width: 36px;
    }

    .storefront-service-method__body strong {
        font-size: 0.86rem;
    }

    .storefront-service-method__body small {
        display: none;
    }

    .storefront-service-selected {
        align-items: flex-start;
        display: grid;
        gap: 0.55rem;
        grid-template-columns: 36px minmax(0, 1fr) auto;
        padding: 0.65rem;
    }

    .storefront-service-selected__change {
        align-self: flex-start;
        font-size: 0.78rem;
        min-height: 36px;
        min-width: 68px;
        padding: 0.35rem 0.65rem;
        width: auto;
    }

    .storefront-service-selected__details {
        gap: 0.35rem;
    }

    .storefront-service-selected__details span,
    .storefront-service-selected__details a,
    .storefront-service-selected__details button {
        font-size: 0.76rem;
        min-height: 30px;
        padding: 0.25rem 0.5rem;
    }
}

.storefront-service-banner {
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
}

.storefront-service-banner--prompt {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    text-align: center;
}

.storefront-service-banner__intro {
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    justify-content: center;
    min-width: 10rem;
    text-align: center;
}

.storefront-service-banner__intro .storefront-content-eyebrow {
    display: none;
}

.storefront-service-banner__intro h2,
.storefront-service-selected h2 {
    font-size: 0.9rem;
    line-height: 1.2;
}

.storefront-service-banner__intro p,
.storefront-service-method__body small,
.storefront-service-method__chevron {
    display: none;
}

.storefront-service-methods {
    display: flex;
    flex: 0 1 auto;
    gap: 0.4rem;
    justify-content: center;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.storefront-service-methods::-webkit-scrollbar {
    display: none;
}

.storefront-service-method {
    border-radius: 999px;
    flex: 0 0 auto;
    gap: 0.4rem;
    min-height: 40px;
    padding: 0.32rem 0.55rem;
    width: auto;
}

.storefront-service-method__icon,
.storefront-service-selected__icon {
    border-radius: 999px;
    flex-basis: 30px;
    height: 30px;
    width: 30px;
}

.storefront-service-method__body strong {
    font-size: 0.82rem;
    white-space: nowrap;
}

.storefront-service-selected {
    border-radius: 14px;
    gap: 0.5rem;
    padding: 0.5rem 0.55rem;
}

.storefront-service-selected .storefront-content-eyebrow {
    display: none;
}

.storefront-service-selected__body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
}

.storefront-service-selected__details {
    flex: 1 1 auto;
    gap: 0.3rem;
    margin-top: 0;
    min-width: 0;
}

.storefront-service-selected__details span,
.storefront-service-selected__details a,
.storefront-service-selected__details button {
    font-size: 0.74rem;
    min-height: 28px;
    padding: 0.2rem 0.45rem;
}

.storefront-service-selected__change {
    font-size: 0.78rem;
    min-height: 36px;
    min-width: 64px;
    padding: 0.3rem 0.65rem;
}

.storefront-service-modal {
    background: transparent;
}

.storefront-service-modal .modal-dialog {
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}

.storefront-service-modal .modal-content {
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.18);
    overflow: hidden;
}

.storefront-service-modal .modal-header {
    align-items: flex-start;
    background: var(--gm-surface, #ffffff);
    border-bottom: 1px solid var(--gm-border, #dee2e6);
    padding: 0.85rem 1rem;
}

.storefront-service-modal .modal-title {
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: 0;
}

.storefront-service-modal .modal-body {
    background: var(--gm-body-bg, #f8f9fa);
    padding: 1rem;
    text-align: left;
}

.storefront-service-modal__intro {
    align-items: flex-start;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 14px;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    padding: 0.8rem;
}

.storefront-service-modal__intro i {
    align-items: center;
    background: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.1);
    border-radius: 12px;
    color: var(--gm-primary, var(--bs-primary, #0d6efd));
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.storefront-service-modal__intro strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 850;
    line-height: 1.25;
}

.storefront-service-modal__intro p {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.84rem;
    line-height: 1.35;
    margin: 0.25rem 0 0;
}

.storefront-service-modal__panel {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 14px;
    padding: 0.85rem;
}

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

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

.storefront-service-modal__form-grid .form-group {
    margin: 0;
}

.storefront-service-modal__form-grid label {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.76rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.storefront-service-modal__form-grid .form-control {
    min-height: 42px;
}

.storefront-service-modal__form-grid .storefront-service-modal__wide {
    grid-column: span 2;
}

.storefront-service-modal__map {
    border-radius: 14px;
    min-height: 280px;
    overflow: hidden;
}

.storefront-service-reservation__header {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.storefront-service-reservation__header h5 {
    font-size: 0.95rem;
    font-weight: 850;
    letter-spacing: 0;
    margin: 0;
}

.storefront-service-reservation__item {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 12px;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.7rem;
}

.storefront-service-reservation__item + .storefront-service-reservation__item {
    margin-top: 0.55rem;
}

.storefront-service-reservation__item strong,
.storefront-service-reservation__item span {
    display: block;
}

.storefront-service-reservation__item span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.82rem;
}

@media (max-width: 575.98px) {
    .storefront-service-banner--prompt {
        align-items: flex-start;
        display: grid;
        gap: 0.4rem;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .storefront-service-banner__intro {
        justify-content: center;
        min-width: 0;
        width: 100%;
    }

    .storefront-service-methods {
        justify-content: flex-start;
        margin-left: calc(var(--gm-page-gutter, 1rem) * -1);
        margin-right: calc(var(--gm-page-gutter, 1rem) * -1);
        max-width: calc(100% + (var(--gm-page-gutter, 1rem) * 2));
        padding: 0 var(--gm-page-gutter, 1rem);
        width: calc(100% + (var(--gm-page-gutter, 1rem) * 2));
    }

    .storefront-service-selected {
        display: flex;
        min-height: 56px;
    }

    .storefront-service-selected__icon {
        display: none;
    }

    .storefront-service-selected__details {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .storefront-service-selected__details::-webkit-scrollbar {
        display: none;
    }

    .storefront-service-modal .modal-dialog {
        align-items: flex-end;
        display: flex;
        margin: 0;
        min-height: 100%;
    }

    .storefront-service-modal .modal-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: calc(100vh - 1rem);
    }

    .storefront-service-modal .modal-body {
        max-height: calc(100vh - 5rem);
        overflow-y: auto;
    }

    .storefront-service-modal__action-grid,
    .storefront-service-modal__form-grid {
        grid-template-columns: 1fr;
    }

    .storefront-service-modal__form-grid .storefront-service-modal__wide {
        grid-column: auto;
    }
}

.gm-tap-target {
    min-height: var(--gm-tap-target, 44px);
    min-width: var(--gm-tap-target, 44px);
}

.gm-surface {
    background: var(--gm-surface, #ffffff);
    border-color: var(--gm-border, #dee2e6);
}

.storefront-category-chips {
    display: flex;
    gap: 0.5rem;
    margin: var(--gm-section-gap, 1.25rem) 0;
    overflow-x: auto;
    padding: 0.25rem 0 0.75rem;
    position: sticky;
    scrollbar-width: none;
    top: var(--gm-header-height, 64px);
    z-index: 1020;
}

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

.storefront-category-chip {
    border-radius: var(--gm-radius-pill, 999px);
    flex: 0 0 auto;
    font-weight: 700;
    white-space: nowrap;
}

.storefront-category-card,
.storefront-product-card {
    border-color: var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    overflow: hidden;
}

.storefront-category-media,
.storefront-product-media {
    aspect-ratio: var(--gm-category-image-ratio, 16 / 10);
    background: var(--gm-light, #e5e5e5);
    overflow: hidden;
}

.storefront-product-media {
    aspect-ratio: var(--gm-product-image-ratio, 1 / 1);
}

.storefront-category-media img,
.storefront-category-media video,
.storefront-category-media .carousel,
.storefront-category-media .carousel-inner,
.storefront-category-media .carousel-item,
.storefront-product-media img,
.storefront-product-media video,
.storefront-product-media .carousel,
.storefront-product-media .carousel-inner,
.storefront-product-media .carousel-item {
    height: 100% !important;
    width: 100%;
}

.storefront-category-media img,
.storefront-product-media img {
    object-fit: cover;
}

.storefront-product-body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.storefront-product-main {
    min-width: 0;
}

.storefront-product-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.25rem;
}

.storefront-product-price {
    font-weight: 800;
    white-space: nowrap;
}

.storefront-product-meta {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-top: auto;
}

.storefront-product-action .btn,
.storefront-product-meta .btn {
    margin-bottom: 0 !important;
    min-height: var(--gm-tap-target, 44px);
}

@media (max-width: 575.98px) {
    .storefront-product-grid--fast_order_row .storefront-product-card,
    .storefront-product-grid--table_minimal .storefront-product-card,
    .storefront-product-grid--split_row .storefront-product-card {
        flex-direction: row;
        min-height: var(--gm-list-row-min-height, 4.5rem);
    }

    .storefront-product-grid--fast_order_row .storefront-product-media,
    .storefront-product-grid--table_minimal .storefront-product-media,
    .storefront-product-grid--split_row .storefront-product-media {
        align-self: stretch;
        min-height: var(--gm-list-row-min-height, 4.5rem);
    }

    .storefront-product-grid--fast_order_row .storefront-product-media-link,
    .storefront-product-grid--table_minimal .storefront-product-media-link,
    .storefront-product-grid--split_row .storefront-product-media-link {
        align-self: stretch;
        flex: 0 0 6rem;
    }

    .storefront-product-grid--fast_order_row .storefront-product-body,
    .storefront-product-grid--table_minimal .storefront-product-body,
    .storefront-product-grid--split_row .storefront-product-body {
        border-left: 1px solid var(--gm-border, #dee2e6);
        flex: 1 1 auto;
        justify-content: center;
        min-width: 0;
    }

    .storefront-product-grid--fast_order_row .storefront-product-action,
    .storefront-product-grid--table_minimal .storefront-product-action,
    .storefront-product-grid--split_row .storefront-product-action {
        min-width: 6.5rem;
    }
}

.storefront-product-add {
    width: 100%;
}

.storefront-dynamic-products {
    display: grid;
    gap: 0.85rem;
    margin: var(--gm-section-gap, 1.25rem) 0;
}

.storefront-dynamic-products__heading {
    padding: 0 0.25rem;
}

.storefront-dynamic-products__heading h2 {
    font-size: clamp(1.2rem, 2.5vw, 1.65rem);
    font-weight: 900;
}

.storefront-dynamic-products__carousel {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
}

.storefront-dynamic-products__carousel .slick-track {
    display: flex;
}

.storefront-dynamic-products__carousel .slick-slide {
    height: auto;
    padding: 0 0.35rem;
}

.storefront-dynamic-products__carousel .slick-slide > div,
.storefront-dynamic-products__carousel .storefront-dynamic-products__item,
.storefront-dynamic-products__carousel .storefront-product-card {
    height: 100%;
}

.storefront-product-card--dynamic {
    background: var(--gm-surface, #ffffff);
    box-shadow: 0 0.4rem 1.25rem rgba(var(--gm-black-rgb, 0, 0, 0), 0.06);
}

.storefront-add-button {
    border-radius: var(--gm-radius-md, 0.75rem);
    font-weight: 800;
}

.storefront-product-detail {
    margin: var(--gm-section-gap, 1.25rem) 0;
}

.storefront-product-detail__media {
    background: var(--gm-light, #e5e5e5);
    border-radius: var(--gm-radius-lg, 1rem);
    overflow: hidden;
}

.storefront-product-detail__media .carousel,
.storefront-product-detail__media .carousel-inner,
.storefront-product-detail__media .carousel-item,
.storefront-product-detail__media img,
.storefront-product-detail__media video {
    width: 100%;
}

.storefront-product-detail__media img,
.storefront-product-detail__media video {
    aspect-ratio: var(--gm-product-image-ratio, 1 / 1);
    object-fit: cover;
}

.storefront-product-overview {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
    padding: 1rem;
}

.storefront-product-overview__top {
    align-items: flex-start;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.storefront-product-overview__title {
    min-width: 0;
}

.storefront-product-overview__title h1 {
    color: var(--gm-text, #4f4f4f);
    font-size: clamp(1.6rem, 5vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.storefront-product-price-block {
    align-items: flex-end;
    background: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.08);
    border: 1px solid rgba(var(--gm-primary-rgb, 61, 52, 139), 0.18);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-primary, #3d348b);
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.55rem 0.7rem;
}

.storefront-product-price-block span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.storefront-product-price-block strong {
    font-size: 1.1rem;
    font-weight: 900;
    white-space: nowrap;
}

.storefront-product-detail__summary {
    color: var(--gm-text, #4f4f4f);
    font-size: 1rem;
    line-height: 1.55;
    margin: 0.5rem 0 0;
}

.storefront-product-overview__share {
    border-top: 1px solid var(--gm-border, #dee2e6);
    padding-top: 0.75rem;
}

.storefront-product-detail__badges {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-start;
}

.storefront-token-badge {
    align-items: center;
    background: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.1);
    border: 1px solid rgba(var(--gm-primary-rgb, 61, 52, 139), 0.24);
    border-radius: var(--gm-radius-pill, 999px);
    color: var(--gm-text, #4f4f4f);
    display: inline-flex;
    font-size: 0.75rem;
    font-weight: 800;
    gap: 0.25rem;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0.38rem 0.62rem;
    white-space: normal;
}

.storefront-token-badge--service {
    background: rgba(var(--gm-success-rgb, 25, 135, 84), 0.12);
    border-color: rgba(var(--gm-success-rgb, 25, 135, 84), 0.3);
}

.storefront-token-badge--tag {
    background: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.1);
    border-color: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.28);
}

.storefront-token-badge--allergen {
    background: rgba(var(--gm-warning-rgb, 255, 193, 7), 0.16);
    border-color: rgba(var(--gm-warning-rgb, 255, 193, 7), 0.34);
}

.storefront-token-badge--ingredient {
    background: rgba(var(--gm-info-rgb, 13, 202, 240), 0.12);
    border-color: rgba(var(--gm-info-rgb, 13, 202, 240), 0.3);
}

.storefront-product-info {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.9rem;
    padding: 1rem;
}

.storefront-product-chip-group {
    display: grid;
    gap: 0.45rem;
}

.storefront-product-chip-group strong {
    color: var(--gm-text, #4f4f4f);
    font-size: 0.9rem;
}

.storefront-product-chip-group > div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.storefront-product-rating {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.storefront-product-detail__rating {
    margin-top: 0.75rem;
}

.storefront-product-long-copy {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    margin: var(--gm-section-gap, 1.25rem) 0;
    padding: 1rem;
}

.storefront-product-long-copy h2 {
    color: var(--gm-text, #4f4f4f);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.storefront-product-long-copy p {
    line-height: 1.6;
    margin-bottom: 0;
}

.storefront-add-panel {
    background: var(--gm-surface-raised, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 10px 28px rgba(var(--gm-black-rgb, 0, 0, 0), 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem;
    position: sticky;
    top: calc(var(--gm-header-height, 64px) + 1rem);
}

.storefront-add-panel__header,
.storefront-add-sheet__header,
.storefront-add-panel__action,
.storefront-add-sheet__footer,
.storefront-add-panel__summary,
.storefront-add-sheet__total {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    justify-content: space-between;
}

.storefront-add-panel__eyebrow,
.storefront-add-sheet__eyebrow {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 0.15rem;
    text-transform: uppercase;
}

.storefront-add-panel__hint {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.86rem;
    line-height: 1.35;
    margin: 0.25rem 0 0;
}

.storefront-add-panel__title,
.storefront-add-sheet__header .modal-title {
    color: var(--gm-text, #4f4f4f);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.storefront-add-panel__price,
.storefront-add-panel__summary strong,
.storefront-add-sheet__total strong {
    color: var(--gm-primary, #3d348b);
    font-size: 1.1rem;
    font-weight: 900;
    white-space: nowrap;
}

.storefront-add-panel__price {
    align-items: center;
    background: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.08);
    border-radius: var(--gm-radius-pill, 999px);
    display: flex;
    padding: 0.4rem 0.65rem;
}

.storefront-add-panel__action {
    background: linear-gradient(180deg, rgba(var(--gm-surface-rgb, 255, 255, 255), 0.86), var(--gm-surface, #ffffff));
    border-top: 1px solid var(--gm-border, #dee2e6);
    bottom: var(--gm-safe-area-bottom, 0);
    margin: 0 -0.9rem -0.9rem;
    padding: 0.65rem 0.9rem calc(0.65rem + var(--gm-safe-area-bottom, 0));
    position: sticky;
    z-index: 3;
}

.storefront-add-panel__summary,
.storefront-add-sheet__total {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.1rem;
}

.storefront-add-panel__summary > span,
.storefront-add-sheet__total > span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.8rem;
    font-weight: 700;
}

.storefront-add-panel__submit,
.storefront-add-sheet__submit {
    border-radius: var(--gm-radius-md, 0.75rem);
    flex: 1 1 auto;
    font-weight: 900;
    min-width: 10rem;
}

.storefront-option-list {
    display: grid;
    gap: 0.65rem;
}

.storefront-option-group {
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0.75rem;
}

.storefront-option-group--single {
    grid-template-columns: auto minmax(0, 1fr) auto;
}

.storefront-option-title {
    align-items: flex-start;
    color: var(--gm-text, #4f4f4f);
    display: flex;
    float: none;
    font-size: 1rem;
    font-weight: 900;
    gap: 0.75rem;
    justify-content: space-between;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: 100%;
}

.storefront-option-badges {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 0.3rem;
    justify-content: flex-end;
}

.storefront-option-choices {
    display: grid;
    gap: 0.5rem;
}

.storefront-choice-row {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    cursor: pointer;
    display: flex;
    gap: 0.6rem;
    min-height: var(--gm-tap-target, 44px);
    padding: 0.6rem 0.65rem;
    transition: border-color var(--gm-motion-fast, 120ms) var(--gm-motion-ease, ease-out), box-shadow var(--gm-motion-fast, 120ms) var(--gm-motion-ease, ease-out);
}

.storefront-choice-row:has(input:checked) {
    border-color: var(--gm-primary, #3d348b);
    box-shadow: 0 0 0 3px rgba(var(--gm-primary-rgb, 61, 52, 139), 0.12);
}

.storefront-choice-input {
    flex: 0 0 auto;
    height: 1.2rem;
    margin: 0 !important;
    width: 1.2rem;
}

.storefront-choice-copy {
    display: grid;
    flex: 1 1 auto;
    gap: 0.15rem;
    min-width: 0;
}

.storefront-choice-name {
    color: var(--gm-text, #4f4f4f);
    font-weight: 800;
    line-height: 1.2;
}

.storefront-choice-hint,
.storefront-select-label {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.86rem;
}

.storefront-choice-price {
    color: var(--gm-primary, #3d348b);
    flex: 0 0 auto;
    font-weight: 900;
    white-space: nowrap;
}

.storefront-option-select {
    border-radius: var(--gm-radius-md, 0.75rem);
}

.storefront-option-notes {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.65rem;
}

.storefront-option-notes textarea {
    border-radius: var(--gm-radius-md, 0.75rem);
    min-height: 5rem;
    resize: vertical;
}

.storefront-add-sheet .modal-dialog {
    margin: 0 auto;
    max-width: 34rem;
}

.storefront-add-sheet .modal-content {
    border: 0;
    border-radius: var(--gm-radius-lg, 1rem);
    overflow: hidden;
}

.storefront-add-sheet__header {
    align-items: flex-start;
    border-bottom-color: var(--gm-border, #dee2e6);
}

.storefront-add-sheet__title-block {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
}

.storefront-add-sheet__description {
    color: var(--gm-text-muted, #6c757d);
    display: -webkit-box;
    font-size: 0.9rem;
    line-height: 1.35;
    margin: 0.2rem 0 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.storefront-add-sheet__body {
    background: var(--gm-page-bg, #ffffff);
}

.storefront-add-sheet__footer {
    background: var(--gm-surface, #ffffff);
    border-top-color: var(--gm-border, #dee2e6);
    padding-bottom: calc(0.75rem + var(--gm-safe-area-bottom, 0));
}

@media (max-width: 767.98px) {
    .storefront-product-detail {
        margin-top: 0;
        padding-bottom: calc(var(--gm-bottom-action-height, 76px) + var(--gm-safe-area-bottom, 0px) + 1rem);
    }

    .storefront-product-detail > .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1rem;
    }

    .storefront-product-detail__media {
        border-radius: 0 0 var(--gm-radius-lg, 1rem) var(--gm-radius-lg, 1rem);
        margin-left: calc(var(--gm-page-gutter, 1rem) * -1);
        margin-right: calc(var(--gm-page-gutter, 1rem) * -1);
    }

    .storefront-product-detail__media img,
    .storefront-product-detail__media video {
        max-height: 46vh;
    }

    .storefront-product-overview {
        background: transparent;
        border: 0;
        border-radius: 0;
        gap: 0.75rem;
        margin-top: 0.25rem;
        padding: 0;
    }

    .storefront-product-overview__top {
        align-items: flex-start;
        flex-direction: row;
    }

    .storefront-product-price-block {
        align-items: flex-end;
        background: transparent;
        border: 0;
        flex-direction: column;
        padding: 0;
    }

    .storefront-product-detail__badges {
        justify-content: flex-start;
    }

    .storefront-product-info {
        background: transparent;
        border: 0;
        border-top: 1px solid var(--gm-border, #dee2e6);
        border-radius: 0;
        gap: 0.7rem;
        margin-top: 0.35rem;
        padding: 0.85rem 0 0;
    }

    .storefront-product-chip-group {
        grid-template-columns: 5.5rem minmax(0, 1fr);
        gap: 0.65rem;
    }

    .storefront-product-chip-group strong {
        color: var(--gm-text-muted, #6c757d);
    }

    .storefront-product-long-copy {
        background: transparent;
        border: 0;
        border-top: 1px solid var(--gm-border, #dee2e6);
        border-radius: 0;
        padding: 1rem 0;
    }

    .storefront-add-panel {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0.5rem;
        padding: 0.9rem 0.9rem calc(var(--gm-bottom-action-height, 76px) + var(--gm-safe-area-bottom, 0px) + 1.25rem);
        position: static;
    }

    .storefront-add-panel__header {
        align-items: flex-start;
        border-top: 1px solid var(--gm-border, #dee2e6);
        padding-top: 1rem;
    }

    .storefront-add-panel__price {
        display: none;
    }

    .storefront-add-panel__action {
        background: var(--gm-surface, #ffffff);
        border: 1px solid var(--gm-border, #dee2e6);
        border-radius: var(--gm-radius-lg, 1rem) var(--gm-radius-lg, 1rem) 0 0;
        bottom: 0;
        box-shadow: 0 -10px 28px rgba(var(--gm-black-rgb, 0, 0, 0), 0.12);
        left: 0;
        margin: 0;
        padding: 0.5rem 0.75rem calc(0.5rem + var(--gm-safe-area-bottom, 0px));
        position: fixed;
        right: 0;
        z-index: 1040;
    }

    .storefront-add-panel__summary > span {
        display: none;
    }

    .storefront-add-panel__summary strong {
        font-size: 1.08rem;
    }

    .storefront-add-panel__submit {
        min-height: 48px;
    }

    .storefront-option-group {
        background: var(--gm-surface, #ffffff);
    }

    .storefront-add-sheet .modal-dialog {
        align-items: flex-end;
        bottom: 0;
        display: flex;
        left: 0;
        margin: 0;
        max-width: none;
        pointer-events: none;
        position: fixed;
        right: 0;
        width: 100%;
    }

    .storefront-add-sheet.fade .modal-dialog {
        transform: translateY(100%);
    }

    .storefront-add-sheet.show .modal-dialog {
        transform: none;
    }

    .storefront-add-sheet .modal-content {
        border-radius: var(--gm-radius-lg, 1rem) var(--gm-radius-lg, 1rem) 0 0;
        max-height: min(92dvh, 42rem);
        pointer-events: auto;
    }

    .storefront-add-sheet__body {
        overflow-y: auto;
    }

    .storefront-add-sheet__footer {
        bottom: 0;
        position: sticky;
        z-index: 2;
    }
}

.storefront-cart-route {
    margin: 1.25rem auto 2rem;
    max-width: 72rem;
}

.storefront-cart-page {
    color: var(--gm-text, var(--bs-body-color));
}

.storefront-cart-hero {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08), rgba(var(--gm-accent-rgb, 255, 193, 7), 0.14));
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem;
}

.storefront-cart-eyebrow {
    color: var(--gm-primary, #3d348b);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 0.15rem;
    text-transform: uppercase;
}

.storefront-cart-hero h1,
.storefront-checkout-section h2,
.storefront-checkout-summary h2,
.storefront-cart-empty h2 {
    color: var(--gm-text, var(--bs-body-color));
    letter-spacing: 0;
    margin: 0;
}

.storefront-cart-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.35rem);
    font-weight: 900;
}

.storefront-cart-hero p:last-child {
    color: var(--gm-text-muted, #6c757d);
    margin: 0.2rem 0 0;
}

.storefront-cart-hero__action {
    flex: 0 0 auto;
}

.storefront-cart-empty {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    padding: 2.5rem 1rem;
    text-align: center;
}

.storefront-cart-empty__icon {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.1);
    border-radius: 999px;
    color: var(--gm-primary, #3d348b);
    display: inline-flex;
    font-size: 1.4rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.storefront-cart-empty p {
    color: var(--gm-text-muted, #6c757d);
    margin: 0;
    max-width: 28rem;
}

.storefront-cart-layout {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    align-items: flex-start;
}

.storefront-checkout-flow {
    display: grid;
    gap: 0.85rem;
}

.storefront-checkout-section,
.storefront-checkout-summary {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 16px 40px rgba(var(--gm-black-rgb, 0, 0, 0), 0.06);
    padding: 1rem;
}

.storefront-checkout-section__header,
.storefront-checkout-summary__header {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.storefront-checkout-section__header > div {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    min-width: 0;
}

.storefront-step-badge {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.1);
    border-radius: 999px;
    color: var(--gm-primary, #3d348b);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 900;
    height: 1.8rem;
    justify-content: center;
    width: 1.8rem;
}

.storefront-checkout-section h2,
.storefront-checkout-summary h2 {
    font-size: 1.05rem;
    font-weight: 900;
}

.storefront-cart-items {
    display: grid;
    gap: 0.75rem;
}

.storefront-cart-item {
    align-items: stretch;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.025);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 5.5rem minmax(0, 1fr);
    padding: 0.75rem;
}

.storefront-cart-item__media {
    align-self: start;
    aspect-ratio: 1;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
    border-radius: var(--gm-radius-md, 0.75rem);
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

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

.storefront-cart-item__body {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.storefront-cart-item__title-row {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.storefront-cart-item__title-row h3 {
    color: var(--gm-text, var(--bs-body-color));
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
    min-width: 0;
}

.storefront-cart-item__title-row strong {
    color: var(--gm-primary, #3d348b);
    flex: 0 0 auto;
    font-weight: 900;
    white-space: nowrap;
}

.storefront-cart-item__options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.storefront-cart-item__options span,
.storefront-cart-item__note {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: 999px;
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.78rem;
    line-height: 1.2;
    margin: 0;
    padding: 0.3rem 0.55rem;
}

.storefront-cart-item__note {
    border-radius: var(--gm-radius-md, 0.75rem);
}

.storefront-cart-item__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.storefront-cart-item__actions .btn {
    min-height: 2.3rem;
}

.storefront-choice-panel,
.storefront-checkout-address {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.04);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.45rem;
    padding: 0.85rem;
}

.storefront-choice-panel--attention {
    background: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.08);
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.28);
}

.storefront-choice-panel strong {
    font-size: 0.98rem;
}

.storefront-choice-panel p,
.storefront-checkout-address p,
.storefront-section-hint {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

.storefront-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.storefront-service-actions .btn {
    flex: 1 1 8rem;
}

.storefront-checkout-summary-row {
    align-items: center;
    border-bottom: 1px solid var(--gm-border, #dee2e6);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.65rem 0;
}

.storefront-checkout-summary-row span,
.storefront-checkout-address span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.82rem;
    font-weight: 800;
}

.storefront-checkout-summary-row strong {
    text-align: right;
}

.storefront-collapse-toggle {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-text, var(--bs-body-color));
    display: flex;
    font-weight: 850;
    justify-content: space-between;
    margin-top: 0.55rem;
    min-height: 2.9rem;
    padding: 0.65rem 0.8rem;
    text-align: left;
    width: 100%;
}

.storefront-collapse-toggle i {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.8rem;
    transition: transform var(--gm-motion-base, 180ms) var(--gm-motion-ease, ease-out);
}

.storefront-collapse-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.storefront-collapse-toggle--attention {
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.35);
    color: var(--bs-danger, #dc3545);
}

.storefront-collapse-toggle--active {
    border-color: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.3);
    color: var(--gm-primary, #3d348b);
}

.storefront-checkout-form,
.storefront-inline-form,
.storefront-applied-list {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.65rem;
}

.storefront-checkout-form .form-label {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.storefront-checkout-form .form-label span {
    color: var(--bs-danger, #dc3545);
    font-weight: 800;
}

.storefront-checkout-form .form-control,
.storefront-checkout-form .form-select,
.storefront-inline-form .form-control,
.storefront-inline-form .form-select {
    border-radius: var(--gm-radius-md, 0.75rem);
    min-height: 2.85rem;
}

.storefront-inline-form {
    grid-template-columns: minmax(0, 1fr) auto;
}

.storefront-field-error {
    color: var(--bs-danger, #dc3545);
    display: block;
    font-size: 0.78rem;
    margin-top: 0.25rem;
}

.storefront-applied-list small {
    color: var(--gm-text-muted, #6c757d);
    font-weight: 800;
}

.storefront-applied-row {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.04);
    border-radius: var(--gm-radius-sm, 0.5rem);
    color: var(--gm-text, var(--bs-body-color));
    display: flex;
    justify-content: space-between;
    padding: 0.55rem 0.65rem;
    text-decoration: none;
}

.storefront-checkout-summary {
    margin-top: 0.85rem;
    position: sticky;
    top: calc(var(--gm-header-height, 64px) + 1rem);
}

.storefront-checkout-summary__header {
    margin-bottom: 0.65rem;
}

.storefront-checkout-summary__header span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.82rem;
    font-weight: 800;
}

.storefront-totals-list {
    display: grid;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
}

.storefront-totals-list > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.storefront-totals-list span {
    color: var(--gm-text-muted, #6c757d);
}

.storefront-totals-list strong {
    color: var(--gm-text, var(--bs-body-color));
    font-weight: 900;
}

.storefront-totals-list__total {
    border-top: 1px solid var(--gm-border, #dee2e6);
    margin-top: 0.25rem;
    padding-top: 0.65rem;
}

.storefront-totals-list__total span,
.storefront-totals-list__total strong {
    color: var(--gm-primary, #3d348b);
    font-size: 1.1rem;
}

.storefront-checkout-sticky-action {
    display: none;
}

.storefront-cart-mini {
    display: grid;
    gap: 0.85rem;
}

.storefront-cart-mini__header {
    align-items: flex-start;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.06);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: flex;
    justify-content: space-between;
    padding: 0.8rem;
}

.storefront-cart-mini__header span {
    color: var(--gm-text-muted, #6c757d);
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
}

.storefront-cart-mini__header strong {
    color: var(--gm-text, var(--bs-body-color));
    font-weight: 900;
}

.storefront-cart-mini__empty {
    align-items: center;
    border: 1px dashed var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-text-muted, #6c757d);
    display: grid;
    gap: 0.5rem;
    justify-items: center;
    padding: 1.5rem 0.75rem;
    text-align: center;
}

.storefront-cart-mini__empty p {
    margin: 0;
}

.storefront-cart-mini__items {
    display: grid;
    gap: 0.65rem;
}

.storefront-cart-mini__item {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.65rem;
    grid-template-columns: 4rem minmax(0, 1fr);
    padding: 0.65rem;
}

.storefront-cart-mini__item img {
    aspect-ratio: 1;
    border-radius: var(--gm-radius-sm, 0.5rem);
    display: block;
    height: auto;
    min-width: 0;
    object-fit: cover;
    width: 100%;
}

.storefront-cart-mini__title {
    display: grid;
    gap: 0.2rem;
}

.storefront-cart-mini__title strong {
    font-size: 0.95rem;
    line-height: 1.2;
}

.storefront-cart-mini__title span {
    color: var(--gm-primary, #3d348b);
    font-weight: 900;
}

.storefront-cart-mini__options,
.storefront-cart-mini__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.45rem;
}

.storefront-cart-mini__options span {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.06);
    border-radius: 999px;
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.72rem;
    padding: 0.22rem 0.45rem;
}

.storefront-cart-mini__actions .btn {
    min-height: 2rem;
}

.storefront-cart-mini__totals {
    border-top: 1px solid var(--gm-border, #dee2e6);
    display: grid;
    gap: 0.35rem;
    padding-top: 0.75rem;
}

.storefront-cart-mini__totals > div {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.storefront-cart-mini__totals span {
    color: var(--gm-text-muted, #6c757d);
}

.storefront-cart-mini__totals strong {
    font-weight: 900;
}

.storefront-cart-mini__total {
    color: var(--gm-primary, #3d348b);
    font-size: 1.05rem;
}

.storefront-content-route,
.storefront-service-route {
    margin: 1.25rem auto 2rem;
    max-width: 72rem;
}

.storefront-service-route {
    max-width: 76rem;
}

.storefront-content-page,
.storefront-service-page {
    display: grid;
    gap: 1rem;
}

.storefront-hero__actions {
    margin-top: 0.85rem;
}

.storefront-context-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: var(--gm-section-gap, 1.25rem) 0 0;
}

.storefront-content-hero {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08), rgba(var(--gm-accent-rgb, 255, 193, 7), 0.12));
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.storefront-content-hero--compact {
    align-items: flex-start;
}

.storefront-content-hero--article {
    max-width: 52rem;
    width: 100%;
}

.storefront-share {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.65rem;
}

.storefront-share__label {
    align-items: center;
    color: var(--gm-text-muted, #6c757d);
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 900;
    gap: 0.35rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.storefront-share__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.storefront-share__action {
    align-items: center;
    background: rgba(var(--gm-primary-rgb, 61, 52, 139), 0.08);
    border: 1px solid rgba(var(--gm-primary-rgb, 61, 52, 139), 0.22);
    border-radius: var(--gm-radius-pill, 999px);
    color: var(--gm-primary, #3d348b);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.9rem;
    height: 2.25rem;
    justify-content: center;
    line-height: 1;
    min-width: 2.25rem;
    padding: 0;
    text-decoration: none;
    transition: background-color var(--gm-motion-fast, 120ms) var(--gm-motion-ease, ease), border-color var(--gm-motion-fast, 120ms) var(--gm-motion-ease, ease), color var(--gm-motion-fast, 120ms) var(--gm-motion-ease, ease);
}

.storefront-share__action:hover,
.storefront-share__action:focus {
    background: var(--gm-primary, #3d348b);
    border-color: var(--gm-primary, #3d348b);
    color: var(--gm-primary-contrast, #ffffff);
    outline: none;
}

.storefront-share__action:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(var(--gm-primary-rgb, 61, 52, 139), 0.22);
}

.storefront-share--hero {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.storefront-share--hero-overlay {
    color: inherit;
    justify-content: center;
}

.storefront-share--hero-overlay .storefront-share__label {
    color: currentColor;
    opacity: 0.9;
}

.storefront-share--hero-overlay .storefront-share__action {
    background: rgba(var(--gm-white-rgb, 255, 255, 255), 0.16);
    border-color: rgba(var(--gm-white-rgb, 255, 255, 255), 0.4);
    color: currentColor;
}

.storefront-share--hero-overlay .storefront-share__action:hover,
.storefront-share--hero-overlay .storefront-share__action:focus {
    background: var(--gm-primary, #3d348b);
    border-color: var(--gm-primary, #3d348b);
    color: var(--gm-primary-contrast, #ffffff);
}

.storefront-share--product,
.storefront-share--review {
    justify-content: space-between;
}

.storefront-content-eyebrow {
    color: var(--gm-primary, #3d348b);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 0.15rem;
    text-transform: uppercase;
}

.storefront-content-hero h1,
.storefront-section-heading h2,
.storefront-service-card h2 {
    color: var(--gm-text, var(--bs-body-color));
    letter-spacing: 0;
    margin: 0;
}

.storefront-content-hero h1 {
    font-size: clamp(1.55rem, 4vw, 2.4rem);
    font-weight: 900;
}

.storefront-content-hero p:last-child,
.storefront-section-heading p,
.storefront-service-card p {
    color: var(--gm-text-muted, #6c757d);
    line-height: 1.45;
    margin: 0.25rem 0 0;
}

.storefront-content-list,
.storefront-blog-grid,
.storefront-review-grid,
.storefront-staff-grid {
    display: grid;
    gap: 0.85rem;
}

.storefront-blog-grid,
.storefront-staff-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

.storefront-review-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
}

.storefront-promotion-card,
.storefront-blog-card,
.storefront-staff-card,
.storefront-review-card,
.storefront-service-card,
.storefront-detail-panel,
.storefront-detail-action-panel,
.storefront-review-summary {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 16px 40px rgba(var(--gm-black-rgb, 0, 0, 0), 0.06);
}

.storefront-promotion-card {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(10rem, 14rem) minmax(0, 1fr) minmax(11rem, 13rem);
    padding: 0.85rem;
}

.storefront-promotion-card__media,
.storefront-blog-card__media,
.storefront-detail-media,
.storefront-staff-card__media,
.storefront-article-media {
    min-width: 0;
    overflow: hidden;
}

.storefront-promotion-card__media .carousel,
.storefront-promotion-card__media .carousel-inner,
.storefront-promotion-card__media .carousel-item,
.storefront-blog-card__media .carousel,
.storefront-blog-card__media .carousel-inner,
.storefront-blog-card__media .carousel-item,
.storefront-detail-media .carousel,
.storefront-detail-media .carousel-inner,
.storefront-detail-media .carousel-item,
.storefront-staff-card__media .carousel,
.storefront-staff-card__media .carousel-inner,
.storefront-staff-card__media .carousel-item,
.storefront-article-media .carousel,
.storefront-article-media .carousel-inner,
.storefront-article-media .carousel-item {
    border-radius: var(--gm-radius-md, 0.75rem);
    overflow: hidden;
}

.storefront-promotion-card__media img,
.storefront-promotion-card__media video,
.storefront-blog-card__media img,
.storefront-blog-card__media video,
.storefront-detail-media img,
.storefront-detail-media video,
.storefront-staff-card__media img,
.storefront-staff-card__media video,
.storefront-article-media img,
.storefront-article-media video {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.storefront-promotion-card__media img[src$="/no-image.jpg"],
.storefront-blog-card__media img[src$="/no-image.jpg"],
.storefront-detail-media img[src$="/no-image.jpg"],
.storefront-staff-card__media img[src$="/no-image.jpg"],
.storefront-article-media img[src$="/no-image.jpg"] {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    object-fit: contain !important;
    opacity: 0.68;
    padding: 1.5rem;
}

.storefront-promotion-card__body,
.storefront-blog-card__body,
.storefront-staff-card__body,
.storefront-review-card__body {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.storefront-promotion-card__body h2,
.storefront-blog-card h2,
.storefront-staff-card h3 {
    font-size: 1.08rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0;
}

.storefront-promotion-card__body a,
.storefront-blog-card h2 a {
    color: var(--gm-text, var(--bs-body-color));
    text-decoration: none;
}

.storefront-promotion-card__body p,
.storefront-blog-card p,
.storefront-staff-card p {
    color: var(--gm-text-muted, #6c757d);
    line-height: 1.45;
    margin: 0;
}

.storefront-promotion-card__action,
.storefront-detail-action-panel {
    align-content: start;
    display: grid;
    gap: 0.55rem;
}

.storefront-chip-list,
.storefront-service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.storefront-chip-list span,
.storefront-service-badges span,
.storefront-status-pill {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
    border: 1px solid rgba(var(--gm-brand-rgb, 61, 52, 139), 0.12);
    border-radius: 999px;
    color: var(--gm-primary, #3d348b);
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.2;
    padding: 0.3rem 0.55rem;
}

.storefront-status-pill.is-muted {
    background: rgba(var(--gm-black-rgb, 0, 0, 0), 0.045);
    border-color: var(--gm-border, #dee2e6);
    color: var(--gm-text-muted, #6c757d);
}

.storefront-code-button {
    font-weight: 900;
    letter-spacing: 0.03em;
}

.storefront-inline-warning {
    background: rgba(var(--bs-warning-rgb, 255, 193, 7), 0.14);
    border: 1px solid rgba(var(--bs-warning-rgb, 255, 193, 7), 0.3);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: #7a5600;
    font-size: 0.86rem;
    line-height: 1.35;
    padding: 0.65rem 0.75rem;
}

.storefront-inline-warning--danger {
    background: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.1);
    border-color: rgba(var(--bs-danger-rgb, 220, 53, 69), 0.25);
    color: var(--bs-danger, #dc3545);
}

.storefront-content-meta-list {
    display: grid;
    gap: 0.45rem;
}

.storefront-content-meta-list details,
.storefront-detail-panel section {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    padding: 0.65rem 0.75rem;
}

.storefront-content-meta-list summary,
.storefront-detail-panel h2 {
    color: var(--gm-text, var(--bs-body-color));
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 900;
}

.storefront-content-meta-list ul,
.storefront-detail-panel ul {
    margin: 0.55rem 0 0;
    padding-left: 1rem;
}

.storefront-detail-layout,
.storefront-service-layout {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
}

.storefront-detail-layout {
    grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr) minmax(12rem, 16rem);
}

.storefront-detail-panel,
.storefront-detail-action-panel,
.storefront-service-card {
    padding: 1rem;
}

.storefront-blog-card {
    display: grid;
    overflow: hidden;
}

.storefront-blog-card__body {
    padding: 0.9rem;
}

.storefront-article-page {
    justify-items: center;
}

.storefront-article-media,
.storefront-article-content,
.storefront-article-tags {
    max-width: 52rem;
    width: 100%;
}

.storefront-article-content {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 16px 40px rgba(var(--gm-black-rgb, 0, 0, 0), 0.05);
    color: var(--gm-text, var(--bs-body-color));
    line-height: 1.65;
    padding: 1rem;
}

.storefront-article-content img,
.storefront-article-content video,
.storefront-article-content iframe {
    border-radius: var(--gm-radius-md, 0.75rem);
    height: auto;
    max-width: 100%;
}

.storefront-content-section {
    display: grid;
    gap: 0.85rem;
}

.storefront-section-heading {
    display: grid;
    gap: 0.1rem;
}

.storefront-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.storefront-contact-actions .btn {
    min-height: 2.75rem;
}

.storefront-staff-card {
    overflow: hidden;
}

.storefront-staff-card__body {
    padding: 0.9rem;
}

.storefront-review-summary {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
    padding: 1rem;
}

.storefront-review-summary__score {
    display: grid;
    gap: 0.25rem;
    justify-items: center;
    text-align: center;
}

.storefront-review-summary__score strong {
    color: var(--gm-primary, #3d348b);
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1;
}

.storefront-review-summary__score span,
.storefront-review-summary__score small,
.storefront-review-summary__score p {
    color: var(--gm-text-muted, #6c757d);
    margin: 0;
}

.storefront-review-summary__parts {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
}

.storefront-review-summary__parts > div,
.storefront-review-metric {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: flex;
    gap: 0.55rem;
    justify-content: space-between;
    padding: 0.55rem 0.65rem;
}

.storefront-review-card {
    display: grid;
    overflow: hidden;
}

.storefront-review-card__header,
.storefront-service-card__header {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.storefront-review-card__header {
    border-bottom: 1px solid var(--gm-border, #dee2e6);
    padding: 0.85rem;
}

.storefront-review-card__body {
    padding: 0.85rem;
}

.storefront-review-card__footer {
    border-top: 1px solid var(--gm-border, #dee2e6);
    padding: 0.75rem 0.85rem;
}

.storefront-review-section,
.storefront-review-subitem {
    display: grid;
    gap: 0.55rem;
}

.storefront-review-section + .storefront-review-section,
.storefront-review-subitem + .storefront-review-subitem {
    border-top: 1px solid var(--gm-border, #dee2e6);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
}

.storefront-review-section__heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.storefront-review-quote {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.06);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-text, var(--bs-body-color));
    line-height: 1.45;
    margin: 0;
    padding: 0.65rem 0.75rem;
}

.storefront-review-product-name {
    font-weight: 900;
}

.storefront-empty-state {
    align-items: center;
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: grid;
    gap: 0.65rem;
    justify-items: center;
    padding: 2rem 1rem;
    text-align: center;
}

.storefront-empty-state__icon {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.1);
    border-radius: 999px;
    color: var(--gm-primary, #3d348b);
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.storefront-empty-state h1,
.storefront-empty-state h2 {
    font-size: 1.35rem;
    font-weight: 900;
    margin: 0;
}

.storefront-empty-state p {
    color: var(--gm-text-muted, #6c757d);
    margin: 0;
    max-width: 32rem;
}

.storefront-cart-drawer,
.storefront-account-modal {
    color: var(--gm-text, var(--bs-body-color));
}

.storefront-cart-drawer .offcanvas-header,
.storefront-account-modal__header {
    border-bottom: 1px solid var(--gm-border, #dee2e6);
}

.storefront-account-drawer-card {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.045);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: grid;
    gap: 0.75rem;
    padding: 0.9rem;
}

.storefront-account-drawer-card p,
.storefront-account-modal__header p {
    color: var(--gm-text-muted, #6c757d);
    margin: 0.2rem 0 0;
}

.storefront-account-drawer-actions,
.storefront-account-social,
.storefront-account-form {
    display: grid;
    gap: 0.6rem;
}

.storefront-account-modal-dialog {
    margin: 0.75rem auto;
    max-width: min(100% - 1.5rem, 34rem);
}

.storefront-account-modal {
    border: 0;
    border-radius: var(--gm-radius-lg, 1rem);
    overflow: hidden;
}

.storefront-account-modal__header {
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08), rgba(var(--gm-accent-rgb, 255, 193, 7), 0.1));
    gap: 1rem;
}

.storefront-account-modal__header h5 {
    font-weight: 900;
}

.storefront-account-tabs {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.045);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-pill, 999px);
    margin-bottom: 0.85rem;
    padding: 0.25rem;
}

.storefront-account-tabs .nav-link {
    border-radius: var(--gm-radius-pill, 999px);
    color: var(--gm-text-muted, #6c757d);
    font-weight: 900;
}

.storefront-account-tabs .nav-link.active {
    background: var(--gm-primary, var(--bs-primary));
    color: var(--gm-primary-contrast, #ffffff);
}

.storefront-account-social {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 0.85rem;
}

.storefront-account-form label {
    color: var(--gm-text, var(--bs-body-color));
    font-size: 0.86rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.storefront-footer {
    margin-top: 2rem;
}

.storefront-footer__inner {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: 76rem;
    padding: 1.25rem var(--gm-page-gutter, 1rem);
}

.storefront-footer__brand,
.storefront-footer__bottom {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.storefront-footer__brand h2,
.storefront-footer__card h3,
.storefront-footer__map-card h3 {
    font-size: 1.1rem;
    font-weight: 900;
    margin: 0;
}

.storefront-footer__brand p:not(.storefront-content-eyebrow),
.storefront-footer__map-card p {
    margin: 0.25rem 0 0;
    max-width: 42rem;
    opacity: 0.86;
}

.storefront-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.storefront-footer__social .storefront-icon-button {
    color: inherit;
    text-decoration: none;
}

.storefront-footer__grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

.storefront-footer__card,
.storefront-footer__map-card {
    background: rgba(var(--bs-light-rgb, 255, 255, 255), 0.1);
    border: 1px solid rgba(var(--bs-light-rgb, 255, 255, 255), 0.18);
    border-radius: var(--gm-radius-lg, 1rem);
    display: grid;
    gap: 0.65rem;
    padding: 0.9rem;
}

.storefront-footer__links,
.storefront-footer__card--contact {
    display: grid;
    gap: 0.45rem;
}

.storefront-footer__links a,
.storefront-footer__card a:not(.btn),
.storefront-footer__bottom a {
    color: inherit;
    text-decoration: none;
}

.storefront-footer__links a:hover,
.storefront-footer__card a:not(.btn):hover,
.storefront-footer__bottom a:hover {
    text-decoration: underline;
}

.storefront-footer__hours {
    display: grid;
    gap: 0.5rem;
}

.storefront-footer__hours > div {
    background: rgba(var(--bs-light-rgb, 255, 255, 255), 0.08);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    gap: 0.1rem;
    padding: 0.55rem 0.65rem;
}

.storefront-footer__hours span {
    font-size: 0.78rem;
    font-weight: 800;
    opacity: 0.78;
}

.storefront-footer__directions {
    justify-self: start;
}

.storefront-footer__map-card {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 22rem);
}

.storefront-footer__map-card iframe,
.storefront-footer__map-fallback {
    border-radius: var(--gm-radius-md, 0.75rem);
    overflow: hidden;
}

.storefront-footer__map-fallback {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--bs-light-rgb, 255, 255, 255), 0.16), rgba(var(--bs-light-rgb, 255, 255, 255), 0.06));
    color: inherit;
    display: grid;
    gap: 0.4rem;
    min-height: 13rem;
    justify-items: center;
    text-decoration: none;
}

.storefront-footer__map-fallback i {
    font-size: 2rem;
}

.storefront-footer__map-fallback span {
    font-weight: 900;
}

.storefront-footer__bottom {
    border-top: 1px solid rgba(var(--bs-light-rgb, 255, 255, 255), 0.16);
    font-size: 0.9rem;
    padding-top: 0.9rem;
}

.storefront-account-route {
    margin: 1rem auto 2rem;
    max-width: 76rem;
}

.storefront-account-page {
    display: grid;
    gap: 1rem;
}

.storefront-account-hero {
    align-items: center;
    background: linear-gradient(135deg, rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08), rgba(var(--gm-accent-rgb, 255, 193, 7), 0.12));
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 1rem;
}

.storefront-account-hero h1 {
    font-size: clamp(1.45rem, 4vw, 2.25rem);
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}

.storefront-account-hero p:last-child {
    color: var(--gm-text-muted, #6c757d);
    margin: 0.2rem 0 0;
}

.storefront-account-hero__icon {
    align-items: center;
    background: var(--gm-primary, var(--bs-primary));
    border-radius: var(--gm-radius-lg, 1rem);
    color: var(--gm-primary-contrast, #ffffff);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.4rem;
    height: 3.6rem;
    justify-content: center;
    width: 3.6rem;
}

.storefront-account-layout {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(12rem, 16rem) minmax(0, 1fr);
}

.storefront-account-nav {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 16px 40px rgba(var(--gm-black-rgb, 0, 0, 0), 0.05);
    display: grid;
    gap: 0.25rem;
    padding: 0.45rem;
    position: sticky;
    top: calc(var(--gm-header-height, 64px) + 1rem);
}

.storefront-account-nav a {
    align-items: center;
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-text, var(--bs-body-color));
    display: flex;
    gap: 0.55rem;
    min-height: 2.75rem;
    padding: 0.55rem 0.65rem;
    text-decoration: none;
}

.storefront-account-nav a i {
    color: var(--gm-primary, var(--bs-primary));
    width: 1.1rem;
}

.storefront-account-nav a.active {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.1);
    color: var(--gm-primary, var(--bs-primary));
    font-weight: 900;
}

.storefront-account-main,
.storefront-account-card,
.storefront-account-list {
    display: grid;
    gap: 0.85rem;
}

.storefront-account-card,
.storefront-account-item,
.storefront-account-stat {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-lg, 1rem);
    box-shadow: 0 16px 40px rgba(var(--gm-black-rgb, 0, 0, 0), 0.05);
    padding: 0.9rem;
}

.storefront-account-card h2,
.storefront-account-item h2,
.storefront-account-item h3 {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0;
}

.storefront-account-card p,
.storefront-account-item p {
    color: var(--gm-text-muted, #6c757d);
    margin: 0.25rem 0 0;
}

.storefront-account-stats {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
}

.storefront-account-stat {
    display: grid;
    gap: 0.25rem;
}

.storefront-account-stat span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.78rem;
    font-weight: 800;
}

.storefront-account-stat strong {
    color: var(--gm-primary, var(--bs-primary));
    font-size: 1.25rem;
    font-weight: 900;
}

.storefront-account-item {
    display: grid;
    gap: 0.65rem;
}

.storefront-account-item__header,
.storefront-account-item__meta,
.storefront-account-item__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: space-between;
}

.storefront-account-item__meta {
    justify-content: flex-start;
}

.storefront-account-pill {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
    border: 1px solid rgba(var(--gm-brand-rgb, 61, 52, 139), 0.12);
    border-radius: var(--gm-radius-pill, 999px);
    color: var(--gm-primary, var(--bs-primary));
    font-size: 0.76rem;
    font-weight: 900;
    padding: 0.32rem 0.55rem;
}

.storefront-account-form-grid {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.storefront-account-muted-box {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.045);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    padding: 0.75rem;
}

.storefront-service-layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
}

.storefront-service-side {
    display: grid;
    gap: 0.85rem;
    position: sticky;
    top: calc(var(--gm-header-height, 64px) + 1rem);
}

.storefront-service-card__header {
    margin-bottom: 0.75rem;
}

.storefront-service-card__header h2 {
    font-size: 1.05rem;
    font-weight: 900;
}

.storefront-payment-amount {
    background: var(--gm-surface, #ffffff);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: grid;
    justify-items: end;
    padding: 0.85rem;
}

.storefront-payment-amount span,
.storefront-payment-amount small {
    color: var(--gm-text-muted, #6c757d);
    font-weight: 800;
}

.storefront-payment-amount strong {
    color: var(--gm-primary, #3d348b);
    font-size: 1.55rem;
    font-weight: 900;
}

.storefront-payment-lines {
    display: grid;
    gap: 0.55rem;
}

.storefront-payment-line {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    padding: 0.75rem;
}

.storefront-payment-line > div {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.storefront-payment-line a,
.storefront-payment-line span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.86rem;
}

.storefront-payment-line > strong {
    color: var(--gm-primary, #3d348b);
    flex: 0 0 auto;
}

.storefront-linked-actions,
.storefront-action-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.storefront-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
}

.storefront-table-bill-page .accordion-item,
.storefront-table-bill-page .form-check {
    background: var(--gm-surface, #ffffff);
    border-color: var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
}

.storefront-table-bill-page .accordion-item {
    margin-bottom: 0.65rem;
    overflow: hidden;
}

.storefront-table-bill-page .accordion-button {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    color: var(--gm-text, var(--bs-body-color));
    font-weight: 800;
}

.storefront-table-bill-orders {
    min-width: 0;
}

.storefront-table-bill-page .list-group-item img {
    border-radius: var(--gm-radius-sm, 0.5rem);
    display: block;
    object-fit: cover;
}

.storefront-order-live-status {
    display: grid;
    gap: 0.9rem;
}

.storefront-order-verification,
.storefront-order-main,
.storefront-order-side {
    display: grid;
    gap: 0.85rem;
    min-width: 0;
}

.storefront-link-button {
    justify-self: start;
    padding: 0;
}

.storefront-order-layout {
    align-items: flex-start;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 24rem);
}

.storefront-order-side {
    position: sticky;
    top: calc(var(--gm-header-height, 64px) + 1rem);
}

.storefront-service-card .storefront-section-heading {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.storefront-service-card .storefront-section-heading h3 {
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.storefront-order-context {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 1rem;
}

.storefront-order-context > span:last-child {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.9rem;
    min-width: 0;
}

.storefront-order-context strong {
    color: var(--gm-text, var(--bs-body-color));
}

.storefront-order-status-body {
    align-items: center;
    display: grid;
    gap: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr);
}

.storefront-order-status-body h2 {
    font-size: clamp(1.45rem, 4vw, 2.2rem);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
}

.storefront-order-status-body p:last-child {
    color: var(--gm-text-muted, #6c757d);
    line-height: 1.45;
    margin: 0.3rem 0 0;
}

.storefront-order-status-icon {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.06);
    border-radius: var(--gm-radius-md, 0.75rem);
    display: inline-flex;
    font-size: 2rem;
    height: 4rem;
    justify-content: center;
    width: 4rem;
}

.storefront-order-progress {
    display: grid;
    gap: 0.45rem;
    margin-top: 1rem;
}

.storefront-order-progress .progress {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
    border-radius: 999px;
    height: 0.8rem;
    overflow: hidden;
}

.storefront-order-progress span {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.86rem;
    font-weight: 800;
}

.storefront-order-items-card {
    display: grid;
    gap: 0.85rem;
}

.storefront-order-items {
    display: grid;
    gap: 0.65rem;
}

.storefront-order-item {
    align-items: start;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.035);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    color: var(--gm-text, var(--bs-body-color));
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 4.75rem minmax(0, 1fr);
    padding: 0.65rem;
    text-decoration: none;
}

.storefront-order-item:hover {
    color: var(--gm-text, var(--bs-body-color));
    text-decoration: none;
}

.storefront-order-item-media {
    border: 2px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    overflow: hidden;
}

.storefront-order-item-media img,
.storefront-order-item-placeholder {
    aspect-ratio: 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.storefront-order-item-placeholder {
    align-items: center;
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.08);
    color: var(--gm-primary, #3d348b);
    display: flex;
    justify-content: center;
}

.storefront-order-item-body {
    display: grid;
    gap: 0.4rem;
    min-width: 0;
}

.storefront-order-item-title {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
}

.storefront-order-item-title strong {
    line-height: 1.25;
}

.storefront-order-item-title span {
    flex: 0 0 auto;
    font-weight: 900;
}

.storefront-order-note,
.storefront-muted-copy {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.86rem;
    line-height: 1.4;
    margin: 0;
}

.storefront-order-payment-card,
.storefront-order-totals-card,
.storefront-order-chat {
    display: grid;
    gap: 0.75rem;
}

.storefront-order-payment-form {
    display: grid;
    gap: 0.5rem;
}

.storefront-order-payment-form label {
    color: var(--gm-text-muted, #6c757d);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.storefront-payment-links {
    display: grid;
    gap: 0.45rem;
}

.storefront-payment-line.is-total {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.09);
}

.storefront-payment-line.is-total span,
.storefront-payment-line.is-total strong {
    color: var(--gm-primary, #3d348b);
    font-size: 1rem;
    font-weight: 900;
}

.storefront-order-review > * {
    max-width: 100%;
}

.storefront-order-chat-messages {
    display: flex;
    flex-direction: column-reverse;
    gap: 0.55rem;
    max-height: min(24rem, 55vh);
    min-height: 8rem;
    overflow-y: auto;
    padding-right: 0.1rem;
}

.storefront-order-message {
    align-items: flex-start;
    display: flex;
    gap: 0.55rem;
}

.storefront-order-message.is-client {
    flex-direction: row-reverse;
}

.storefront-order-message-avatar {
    border-radius: 999px;
    flex: 0 0 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    width: 2.25rem;
}

.storefront-order-message-avatar img {
    display: block;
    width: 100%;
}

.storefront-order-message-body {
    background: rgba(var(--gm-brand-rgb, 61, 52, 139), 0.055);
    border: 1px solid var(--gm-border, #dee2e6);
    border-radius: var(--gm-radius-md, 0.75rem);
    max-width: 82%;
    padding: 0.6rem 0.7rem;
}

.storefront-order-message.is-client .storefront-order-message-body {
    background: rgba(var(--gm-accent-rgb, 255, 193, 7), 0.14);
}

.storefront-order-message-body p {
    color: var(--gm-text, var(--bs-body-color));
    margin: 0;
}

.storefront-order-message-body span {
    color: var(--gm-text-muted, #6c757d);
    display: block;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}

.storefront-order-chat-input {
    gap: 0.4rem;
}

.storefront-order-chat-input .form-control,
.storefront-order-chat-input .btn {
    border-radius: var(--gm-radius-md, 0.75rem) !important;
}

@media (max-width: 991.98px) {
    .storefront-cart-route {
        margin-top: 0.75rem;
    }

    .storefront-context-actions {
        justify-content: flex-start;
        margin-top: 0.85rem;
    }

    .storefront-share,
    .storefront-share--hero,
    .storefront-share--hero-overlay,
    .storefront-share--product,
    .storefront-share--review {
        justify-content: flex-start;
        width: 100%;
    }

    .storefront-share__action {
        height: 2.5rem;
        min-width: 2.5rem;
    }

    .storefront-cart-page {
        padding-bottom: calc(var(--gm-bottom-action-height, 76px) + var(--gm-safe-area-bottom, 0px) + 1rem);
    }

    .storefront-cart-hero {
        align-items: flex-start;
        border-radius: var(--gm-radius-md, 0.75rem);
        padding: 0.85rem;
    }

    .storefront-cart-hero__action {
        display: none;
    }

    .storefront-checkout-section,
    .storefront-checkout-summary {
        border-radius: var(--gm-radius-md, 0.75rem);
        box-shadow: 0 10px 24px rgba(var(--gm-black-rgb, 0, 0, 0), 0.05);
        padding: 0.85rem;
    }

    .storefront-cart-item {
        grid-template-columns: 4.5rem minmax(0, 1fr);
        padding: 0.65rem;
    }

    .storefront-cart-item__title-row {
        flex-direction: column;
        gap: 0.25rem;
    }

    .storefront-cart-item__actions .btn {
        flex: 1 1 auto;
    }

    .storefront-checkout-summary {
        display: none;
    }

    .storefront-checkout-sticky-action {
        align-items: center;
        background: var(--gm-surface, #ffffff);
        border: 1px solid var(--gm-border, #dee2e6);
        border-radius: var(--gm-radius-lg, 1rem) var(--gm-radius-lg, 1rem) 0 0;
        bottom: 0;
        box-shadow: 0 -10px 28px rgba(var(--gm-black-rgb, 0, 0, 0), 0.12);
        display: flex;
        gap: 0.75rem;
        justify-content: space-between;
        left: 0;
        padding: 0.55rem 0.75rem calc(0.55rem + var(--gm-safe-area-bottom, 0px));
        position: fixed;
        right: 0;
        z-index: 1040;
    }

    .storefront-checkout-sticky-action span {
        color: var(--gm-text-muted, #6c757d);
        display: block;
        font-size: 0.76rem;
        font-weight: 800;
    }

    .storefront-checkout-sticky-action strong {
        color: var(--gm-primary, #3d348b);
        display: block;
        font-size: 1.1rem;
        font-weight: 900;
    }

    .storefront-checkout-sticky-action .btn {
        min-height: 48px;
        min-width: 9rem;
    }

    .storefront-content-route,
    .storefront-service-route {
        margin-top: 0.75rem;
    }

    .storefront-content-hero {
        align-items: flex-start;
        border-radius: var(--gm-radius-md, 0.75rem);
        flex-direction: column;
        padding: 0.85rem;
    }

    .storefront-promotion-card,
    .storefront-detail-layout,
    .storefront-service-layout,
    .storefront-review-summary,
    .storefront-order-layout,
    .storefront-footer__map-card,
    .storefront-account-layout {
        grid-template-columns: 1fr;
    }

    .storefront-promotion-card,
    .storefront-blog-card,
    .storefront-staff-card,
    .storefront-review-card,
    .storefront-service-card,
    .storefront-detail-panel,
    .storefront-detail-action-panel,
    .storefront-review-summary,
    .storefront-article-content,
    .storefront-empty-state,
    .storefront-footer__card,
    .storefront-footer__map-card,
    .storefront-account-hero,
    .storefront-account-card,
    .storefront-account-item,
    .storefront-account-stat {
        border-radius: var(--gm-radius-md, 0.75rem);
        box-shadow: 0 10px 24px rgba(var(--gm-black-rgb, 0, 0, 0), 0.05);
    }

    .storefront-promotion-card__media img,
    .storefront-promotion-card__media video,
    .storefront-blog-card__media img,
    .storefront-blog-card__media video,
    .storefront-detail-media img,
    .storefront-detail-media video,
    .storefront-staff-card__media img,
    .storefront-staff-card__media video,
    .storefront-article-media img,
    .storefront-article-media video {
        max-height: 14rem;
    }

    .storefront-detail-action-panel,
    .storefront-service-side,
    .storefront-order-side,
    .storefront-account-nav {
        position: static;
    }

    .storefront-footer__brand,
    .storefront-footer__bottom,
    .storefront-account-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-account-nav {
        display: flex;
        gap: 0.4rem;
        margin-left: calc(var(--gm-page-gutter, 1rem) * -1);
        margin-right: calc(var(--gm-page-gutter, 1rem) * -1);
        overflow-x: auto;
        padding: 0.45rem var(--gm-page-gutter, 1rem);
        scrollbar-width: none;
    }

    .storefront-account-nav::-webkit-scrollbar {
        display: none;
    }

    .storefront-account-nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .storefront-account-item__header,
    .storefront-account-item__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-payment-amount {
        justify-items: start;
        width: 100%;
    }

    .storefront-payment-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-order-totals-card .storefront-payment-line {
        align-items: center;
        flex-direction: row;
    }

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

    .storefront-table-bill-page .pay_button {
        min-height: 48px;
        width: 100%;
    }

    .storefront-order-status-body {
        align-items: flex-start;
        grid-template-columns: 3.4rem minmax(0, 1fr);
    }

    .storefront-order-status-icon {
        font-size: 1.55rem;
        height: 3.4rem;
        width: 3.4rem;
    }

    .storefront-order-item {
        grid-template-columns: 4.25rem minmax(0, 1fr);
    }

    .storefront-service-card .storefront-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-order-payment-card .storefront-section-heading,
    .storefront-order-totals-card .storefront-section-heading,
    .storefront-order-items-card .storefront-section-heading {
        flex-direction: row;
    }
}

@media (max-width: 420px) {
    .storefront-inline-form {
        grid-template-columns: 1fr;
    }

    .storefront-cart-item {
        grid-template-columns: 4rem minmax(0, 1fr);
    }
}

.gm-fade-in {
    animation: gm-fade-in var(--gm-motion-base, 180ms) var(--gm-motion-ease, ease-out);
}

@keyframes gm-fade-in {
    from {
        opacity: 0;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/** Star ratings **/
[data-star] {
    font-size: 25px;
    text-align:left;
    font-style:normal;
    display:inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}
[data-star]::before {
    display:block;
    content: '★★★★★';
    color: #eee;
}
[data-star]::after {
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    content: '★★★★★';
    width: 0;
    color: #ff8c00;
    overflow:hidden;
    height:100%;
}

[data-star^="0.1"]::after,[data-star^=".1"]::after{width:2%}
[data-star^="0.2"]::after,[data-star^=".2"]::after{width:4%}
[data-star^="0.3"]::after,[data-star^=".3"]::after{width:6%}
[data-star^="0.4"]::after,[data-star^=".4"]::after{width:8%}
[data-star^="0.5"]::after,[data-star^=".5"]::after{width:10%}
[data-star^="0.6"]::after,[data-star^=".6"]::after{width:12%}
[data-star^="0.7"]::after,[data-star^=".7"]::after{width:14%}
[data-star^="0.8"]::after,[data-star^=".8"]::after{width:16%}
[data-star^="0.9"]::after,[data-star^=".9"]::after{width:18%}
[data-star^="1"]::after{width:20%}
[data-star^="1.1"]::after{width:22%}
[data-star^="1.2"]::after{width:24%}
[data-star^="1.3"]::after{width:26%}
[data-star^="1.4"]::after{width:28%}
[data-star^="1.5"]::after{width:30%}
[data-star^="1.6"]::after{width:32%}
[data-star^="1.7"]::after{width:34%}
[data-star^="1.8"]::after{width:36%}
[data-star^="1.9"]::after{width:38%}
[data-star^="2"]::after{width:40%}
[data-star^="2.1"]::after{width:42%}
[data-star^="2.2"]::after{width:44%}
[data-star^="2.3"]::after{width:46%}
[data-star^="2.4"]::after{width:48%}
[data-star^="2.5"]::after{width:50%}
[data-star^="2.6"]::after{width:52%}
[data-star^="2.7"]::after{width:54%}
[data-star^="2.8"]::after{width:56%}
[data-star^="2.9"]::after{width:58%}
[data-star^="3"]::after{width:60%}
[data-star^="3.1"]::after{width:62%}
[data-star^="3.2"]::after{width:64%}
[data-star^="3.3"]::after{width:66%}
[data-star^="3.4"]::after{width:68%}
[data-star^="3.5"]::after{width:70%}
[data-star^="3.6"]::after{width:72%}
[data-star^="3.7"]::after{width:74%}
[data-star^="3.8"]::after{width:76%}
[data-star^="3.9"]::after{width:78%}
[data-star^="4"]::after{width:80%}
[data-star^="4.1"]::after{width:82%}
[data-star^="4.2"]::after{width:84%}
[data-star^="4.3"]::after{width:86%}
[data-star^="4.4"]::after{width:88%}
[data-star^="4.5"]::after{width:90%}
[data-star^="4.6"]::after{width:92%}
[data-star^="4.7"]::after{width:94%}
[data-star^="4.8"]::after{width:96%}
[data-star^="4.9"]::after{width:98%}
[data-star^="5"]::after{width:100%}

/** End Star ratings **/

.iti{
    width: 100%;
}

.form-check {
    padding: 10px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
}

.form-check input {
    padding: 10px;
    margin-right: 10px !important;
    margin-left: 10px !important;
}
.card-img-top{
    overflow: hidden;
}
