:root {
    --posmall-navbar-height: 4rem;
    --posmall-navbar-offset: var(--posmall-navbar-height, 4rem);
    --posmall-page-top-gap: clamp(1rem, 2vw, 1.5rem);
}

html {
    scroll-padding-top: calc(var(--posmall-navbar-offset, 4rem) + var(--posmall-page-top-gap, 1rem));
}

.posmall-site-navbar {
    left: 0;
    min-height: var(--posmall-navbar-height, 4rem);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}

.posmall-site-navbar > .container {
    min-height: calc(var(--posmall-navbar-height, 4rem) - 1px);
}

body {
    padding-top: 0;
}

body.posmall-page-default {
    padding-top: var(--posmall-navbar-offset, var(--posmall-navbar-height, 4rem));
}

body.posmall-page-home {
    padding-top: 0;
}

.posmall-nav-link {
    color: var(--bs-body-color);
    text-decoration: none;
}

.posmall-nav-link:hover {
    color: var(--bs-primary);
}

.posmall-brand {
    align-items: center;
    display: inline-flex;
    min-height: 2.75rem;
    padding: .15rem 0;
}

.posmall-brand-title {
    color: var(--bs-body-color);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    white-space: nowrap;
}

.posmall-navbar-actions {
    margin-left: auto;
}

.posmall-navbar-panel {
    display: flex;
    flex: 1 1 auto;
}

.posmall-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    color: var(--bs-body-color);
    display: none;
    flex-direction: column;
    gap: .28rem;
    height: 2.75rem;
    justify-content: center;
    padding: 0;
    width: 2.75rem;
}

.posmall-menu-toggle span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: .125rem;
    width: 1.35rem;
}

.posmall-menu-overlay {
    background: rgba(33, 37, 41, .24);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .18s ease;
    z-index: 1035;
}

.posmall-icon-link {
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    color: var(--bs-body-color);
    flex: 0 0 2.75rem;
    height: 2.75rem;
    position: relative;
    width: 2.75rem;
}

.posmall-icon-link:hover,
.posmall-menu-toggle:hover {
    background: var(--bs-light);
    border-color: var(--bs-primary);
}

.posmall-navbar-essential {
    flex-shrink: 0;
}

.posmall-icon-link svg {
    width: 1.35rem;
    height: 1.35rem;
}

.posmall-icon-badge {
    min-width: 1.35rem;
    position: absolute;
    top: .1rem;
    right: .1rem;
    transform: translate(35%, -35%);
}

.posmall-policy-links {
    font-size: .9375rem;
}

body > main.container {
    overflow-x: clip;
    padding-top: var(--posmall-page-top-gap, 1rem);
}

.posmall-navbar--home {
    margin-bottom: 0;
}

.posmall-main--home {
    margin: 0;
    max-width: none;
    overflow-x: clip;
    padding: 0;
    width: 100%;
}

.posmall-home-hero {
    align-items: end;
    background: #101722;
    color: #fff;
    display: grid;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
}

.posmall-home-hero__poster,
.posmall-home-hero__video {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.posmall-home-hero__poster {
    animation: posmallHomePosterFade 1.15s ease 5s forwards;
    filter: saturate(1.04);
    object-fit: cover;
}

.posmall-home-hero__video {
    animation: posmallHomeVideoReveal 1.15s ease 5s forwards;
    border: 0;
    opacity: .76;
    pointer-events: none;
    transform: scale(1.18);
}

.posmall-home-hero::after {
    background:
        linear-gradient(90deg, rgba(5, 9, 16, .78), rgba(5, 9, 16, .16) 58%, rgba(5, 9, 16, .52)),
        linear-gradient(0deg, rgba(5, 9, 16, .76), transparent 46%);
    content: "";
    inset: 0;
    position: absolute;
}

.posmall-home-hero__content {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 1.25rem 5rem;
    position: relative;
    width: 100%;
    z-index: 1;
}

.posmall-home-eyebrow {
    color: #f3d797;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 .75rem;
    text-shadow: 0 .125rem .75rem rgba(0, 0, 0, .72);
    text-transform: uppercase;
}

.posmall-home-hero h1 {
    font-size: clamp(3rem, 7vw, 7rem);
    letter-spacing: 0;
    line-height: .94;
    margin: 0;
    max-width: 760px;
    text-shadow: 0 .25rem 1.4rem rgba(0, 0, 0, .78);
}

.posmall-home-hero__copy {
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.0625rem, 2vw, 1.4375rem);
    margin: 1.35rem 0 0;
    max-width: 640px;
    text-shadow: 0 .1875rem 1rem rgba(0, 0, 0, .78);
}

.posmall-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .875rem;
    margin-top: 1.875rem;
}

.posmall-home-button {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    display: inline-flex;
    font-size: .8125rem;
    font-weight: 700;
    justify-content: center;
    min-height: 2.875rem;
    padding: 0 1.375rem;
    text-decoration: none;
    text-shadow: 0 .125rem .5rem rgba(0, 0, 0, .45);
    text-transform: uppercase;
}

.posmall-home-button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .2);
}

.posmall-home-button--primary {
    background: #fff;
    border-color: #fff;
    color: #101722;
    text-shadow: none;
}

.posmall-home-button--primary:hover,
.posmall-home-button--dark {
    background: #101722;
    border-color: #101722;
    color: #fff;
}

.posmall-home-section {
    background: #fbfaf7;
    color: #17212f;
    padding: clamp(3.625rem, 8vw, 6.5rem) clamp(1.125rem, 4vw, 3.5rem);
}

.posmall-home-section__inner {
    margin: 0 auto;
    max-width: 1180px;
}

.posmall-home-section__title {
    align-items: end;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr auto;
    margin-bottom: 2.125rem;
}

.posmall-home-section__title h2,
.posmall-home-story h2,
.posmall-home-subfooter h2 {
    font-size: clamp(2rem, 4.6vw, 4rem);
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.posmall-home-section__title p {
    color: #697386;
    margin: 0;
    max-width: 430px;
}

.posmall-home-lookbook {
    display: grid;
    gap: 1.125rem;
    grid-template-columns: 1.2fr .8fr;
}

.posmall-home-look-stack {
    display: grid;
    gap: 1.125rem;
}

.posmall-home-look-card {
    background: #e9e1d7;
    color: inherit;
    display: block;
    margin: 0;
    min-height: 13rem;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease;
}

.posmall-home-look-card:hover {
    box-shadow: 0 1rem 2rem rgba(23, 33, 47, .18);
    color: inherit;
    transform: translateY(-.25rem);
}

.posmall-home-look-card--large {
    min-height: 27rem;
}

.posmall-home-look-card img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.posmall-home-look-card figcaption {
    background: rgba(0, 0, 0, .46);
    bottom: 1.125rem;
    color: #fff;
    font-weight: 700;
    left: 1.125rem;
    padding: .875rem 1rem;
    position: absolute;
    right: 1.125rem;
}

.posmall-home-story {
    background: #fff;
    border-bottom: 1px solid rgba(23, 33, 47, .14);
    border-top: 1px solid rgba(23, 33, 47, .14);
}

.posmall-home-story__grid {
    align-items: center;
    display: grid;
    gap: clamp(1.75rem, 6vw, 4.5rem);
    grid-template-columns: .82fr 1.18fr;
}

.posmall-home-story__grid > img {
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    width: 100%;
}

.posmall-home-story p {
    color: #3d4654;
    font-size: 1.125rem;
    margin: 0 0 1rem;
}

.posmall-home-tiles {
    display: grid;
    gap: .875rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.posmall-home-tile {
    background: #fff;
    border: 1px solid rgba(23, 33, 47, .14);
    color: #17212f;
    min-height: 10rem;
    padding: 1.375rem;
    text-decoration: none;
}

.posmall-home-tile:hover {
    border-color: rgba(37, 103, 168, .42);
    color: #17212f;
}

.posmall-home-tile b {
    display: block;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.posmall-home-tile span {
    color: #697386;
}

.posmall-home-subfooter {
    background:
        radial-gradient(circle at 15% 10%, rgba(199, 154, 59, .32), transparent 28%),
        linear-gradient(135deg, #111724, #26344d 52%, #111724);
    color: #fff;
    padding: 3.5rem clamp(1.125rem, 4vw, 3.5rem);
}

.posmall-home-subfooter__inner {
    align-items: center;
    display: grid;
    gap: 1.875rem;
    grid-template-columns: 1fr auto;
    margin: 0 auto;
    max-width: 1180px;
}

.posmall-home-subfooter p {
    color: rgba(255, 255, 255, .76);
    margin: .75rem 0 0;
}

.posmall-home-socials {
    display: flex;
    flex-wrap: wrap;
    gap: .875rem;
    justify-content: flex-end;
}

.posmall-home-social {
    align-items: center;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    height: 3.625rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform .28s ease, box-shadow .28s ease;
    width: 3.625rem;
}

.posmall-home-social::before {
    animation: posmallHomeSocialSpin 3.2s linear infinite;
    background: conic-gradient(from 90deg, #c79a3b, #b8325f, #2567a8, #357b62, #c79a3b);
    border-radius: inherit;
    content: "";
    inset: -1px;
    opacity: 0;
    position: absolute;
    transition: opacity .28s ease;
}

.posmall-home-social span {
    align-items: center;
    background: #17212f;
    border-radius: 50%;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
    position: relative;
    text-shadow: 0 .125rem .5rem rgba(0, 0, 0, .58);
    width: 3rem;
    z-index: 1;
}

.posmall-home-social:hover {
    box-shadow: 0 1.125rem 2.125rem rgba(0, 0, 0, .28);
    color: #fff;
    transform: translateY(-.375rem) scale(1.05);
}

.posmall-home-social:hover::before {
    opacity: 1;
}

@keyframes posmallHomePosterFade {
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes posmallHomeVideoReveal {
    to {
        opacity: 1;
    }
}

@keyframes posmallHomeSocialSpin {
    to {
        transform: rotate(360deg);
    }
}

.posmall-cookie-banner,
.posmall-data-reminder {
    border-left: .25rem solid var(--bs-primary);
}

.posmall-cookie-banner {
    bottom: 1rem;
    left: auto;
    max-width: min(36rem, calc(100vw - 2rem));
    position: fixed;
    right: 1rem;
    width: min(36rem, calc(100vw - 2rem));
    z-index: 1060;
}

.mall-modal {
    align-items: center;
    background: rgba(33, 37, 41, .45);
    display: none;
    inset: 0;
    justify-content: center;
    overflow-y: auto;
    padding: 1rem;
    position: fixed;
    z-index: 1070;
}

.mall-modal--visible {
    display: flex;
}

.mall-modal__inner {
    max-height: calc(100vh - 2rem);
    max-width: min(44rem, calc(100vw - 2rem));
    overflow-y: auto;
    width: 100%;
}

.posmall-services__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.posmall-service-card,
.posmall-service-detail__form {
    border-radius: .5rem;
}

.posmall-service-card > a {
    border-radius: inherit;
}

.posmall-service-gallery {
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}

.posmall-service-gallery__viewport {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.posmall-service-gallery__track {
    display: flex;
    height: 100%;
    transform: translateX(calc(var(--posmall-service-gallery-index, 0) * -100%));
    transition: transform .25s ease;
}

.posmall-service-gallery__slide {
    flex: 0 0 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

.posmall-service-gallery__slide img {
    background: #fff;
    box-sizing: border-box;
    display: block;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: .75rem;
    width: 100%;
}

.posmall-service-gallery__slide picture,
.posmall-service-card__image picture,
.mall-product__gallery-main picture,
.mall-cart__product picture,
.posmall-order-lines picture,
.posmall-search-item__image picture,
.mall-field-image-selector picture,
.mall-product__variant picture {
    display: block;
    height: 100%;
    width: 100%;
}

.posmall-service-card__image img {
    height: 100%;
    object-fit: contain;
    padding: .75rem;
    width: 100%;
}

.posmall-service-gallery__slide figcaption {
    background: rgba(0, 0, 0, .62);
    bottom: 0;
    color: #fff;
    font-size: .875rem;
    left: 0;
    padding: .5rem .75rem;
    position: absolute;
    right: 0;
}

.posmall-service-gallery__control {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .18);
    color: var(--bs-body-color);
    display: inline-flex;
    font-size: 2rem;
    height: 2.5rem;
    justify-content: center;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
}

.posmall-service-gallery__control--prev {
    left: .75rem;
}

.posmall-service-gallery__control--next {
    right: .75rem;
}

.posmall-service-gallery__dots {
    bottom: .75rem;
    display: flex;
    gap: .375rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.posmall-service-gallery__dots button {
    background: rgba(255, 255, 255, .65);
    border: 0;
    border-radius: 50%;
    height: .625rem;
    padding: 0;
    width: .625rem;
}

.posmall-service-gallery__dots button.is-active {
    background: var(--bs-primary);
}

.posmall-service-card__price,
.posmall-service-subtotal,
.mall-product-service-subtotal {
    color: var(--bs-body-color);
}

.posmall-service-option,
.mall-product-service-option {
    cursor: pointer;
}

.posmall-service-options__error {
    min-height: 1.35rem;
    position: static;
}

.posmall-service-option:has(input:checked),
.mall-product-service-option:has(input:checked) {
    background: rgba(25, 135, 84, .08);
    border-color: rgba(25, 135, 84, .35);
}

.mall-product-service-option {
    align-items: flex-start;
    display: flex;
    gap: .5rem;
}

.mall-product-service-option__name {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.mall-product-service-option__price {
    margin-left: auto;
    white-space: nowrap;
}

.mall-product-services [data-validate-for] {
    min-height: 1.25rem;
    position: static;
}

.mall-product-services-total {
    color: var(--bs-primary);
}

.mall-checkout-step-layout {
    min-height: min(100vh, 52rem);
}

.mall-checkout-step-layout > [class*="col-"] {
    display: flex;
}

.mall-checkout-step-layout .mall-cart,
.mall-checkout-step-layout .mall-payment-method-selector,
.mall-checkout-step-layout .mall-shipping-selector {
    flex: 1 1 auto;
    width: 100%;
}

.mall-cart__table {
    table-layout: auto;
}

.mall-cart__table th:nth-child(2),
.mall-cart__product td:nth-child(2) {
    min-width: 14rem;
    width: 45%;
    white-space: normal;
}

.mall-products-item__image picture {
    display: block;
    height: 100%;
    width: 100%;
}

.mall-products-item__image img {
    height: 100%;
    object-fit: contain !important;
    padding: .75rem;
    width: 100%;
}

.mall-products-item__image,
.posmall-search-item__image {
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(33, 37, 41, .08);
}

.mall-products-item__info {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    box-shadow: inset 0 -1px 0 rgba(33, 37, 41, .08),
        inset 1px 0 0 rgba(33, 37, 41, .08),
        inset -1px 0 0 rgba(33, 37, 41, .08);
    overflow: hidden;
}

.mall-products-item > a {
    border-radius: inherit;
}

.mall-cart__product img,
.mall-product__gallery-main-image,
.mall-product__gallery-main-frame,
.posmall-order-lines img {
    object-fit: contain !important;
    background: var(--bs-tertiary-bg);
}

.mall-product__gallery-main-image,
.mall-product__gallery-main-frame,
.mall-product__gallery-thumb-image,
.mall-product__variant img,
.mall-products-item__image img,
.posmall-search-item__image img,
.mall-cart__product img,
.posmall-order-lines img {
    max-width: 100%;
    object-fit: contain;
}

.mall-product__gallery-main-frame {
    border: 0;
    height: 100%;
    width: 100%;
}

.mall-product__gallery-thumb {
    align-items: center;
    background: var(--bs-tertiary-bg, #f8f9fa);
    display: inline-flex;
    height: 4.5rem;
    justify-content: center;
    position: relative;
    width: 4.5rem;
}

.mall-product__gallery-thumb-image {
    height: 100%;
    object-fit: contain !important;
    width: 100%;
}

.mall-product__gallery-thumb-play {
    background: rgba(0, 0, 0, .62);
    border-radius: 50%;
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
}

.mall-product__gallery-thumb-play::before {
    border-bottom: .48rem solid transparent;
    border-left: .72rem solid #fff;
    border-top: .48rem solid transparent;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-38%, -50%);
}

.invalid-feedback.d-block {
    display: block;
    margin-top: .35rem;
    line-height: 1.35;
}

.form-floating .invalid-feedback {
    position: static;
    padding: 0;
}

.mall-wishlist-button {
    position: relative;
}

.mall-wishlist-button__popup {
    background: #fff;
    border: 1px solid rgba(33, 37, 41, .18) !important;
    border-radius: .5rem;
    box-shadow: 0 .75rem 2rem rgba(33, 37, 41, .22);
    display: none;
    left: 0;
    max-width: min(24rem, calc(100vw - 2rem));
    min-width: 18rem;
    position: absolute;
    right: auto;
    width: max-content;
    z-index: 1055;
}

.mall-wishlist-button__popup--visible {
    display: block;
}

.mall-wishlist-button__popup-inner {
    background: #fff;
    border-radius: .5rem;
    padding: 1rem;
}

.mall-wishlist-button__popup .mall-wishlist-item {
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    padding: .75rem;
    text-decoration: none;
}

.mall-wishlist-button__popup .mall-wishlist-item + .mall-wishlist-item {
    margin-top: .5rem;
}

.mall-wishlist-button__popup .mall-wishlist-item__name {
    color: var(--bs-body-color);
    font-weight: 600;
}

.mall-wishlist-button__popup .mall-wishlist-item__description,
.mall-wishlist-button__popup .mall-wishlist-item__meta {
    color: var(--bs-secondary-color);
    font-size: .875rem;
}

.mall-payment-method__entry,
.mall-shipping-method__entry {
    overflow: hidden;
}

.mall-shipping-method__entry--active {
    background: rgba(13, 110, 253, .06);
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 .125rem rgba(13, 110, 253, .14);
}

.mall-payment-method__instructions,
.mall-shipping-method__description {
    color: var(--bs-secondary-color);
    font-size: .9375rem;
}

.mall-payment-method__text {
    min-width: 0;
}

.posmall-stripe-payment {
    margin-top: 1rem;
    margin-bottom: .75rem;
    max-width: 100%;
}

.posmall-stripe-card-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: .5rem;
}

.posmall-stripe-card-row--full {
    grid-column: 1 / -1;
}

.posmall-stripe-element {
    background: #f7fbff;
    border: 1px solid #b8c2cc;
    border-radius: .375rem;
    box-shadow: inset 0 1px 1px rgba(33, 37, 41, .03);
    display: block;
    min-height: 3.125rem;
    overflow: visible;
    padding: .9rem 1rem;
    position: relative;
    width: 100%;
}

.posmall-stripe-element:focus-within {
    background: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .16);
}

.posmall-stripe-element iframe,
.posmall-stripe-element .__PrivateStripeElement {
    min-width: 0 !important;
    pointer-events: auto;
    width: 100% !important;
}

[data-posmall-stripe-payment] #card-errors {
    clear: both;
    color: var(--bs-danger);
    display: block;
    line-height: 1.4;
    margin-top: .5rem;
    margin-bottom: .75rem;
    min-height: 1.5rem;
    position: static;
    width: 100%;
}

.mall-payment-method__entry--active .mall-payment-method__submit {
    margin-top: 1.25rem !important;
}

.mall-payment-method__entry .card-body {
    min-width: 0;
}

.mall-cart-payment-trust__logos {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.mall-cart-payment-trust__logo-badge {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    display: inline-flex;
    min-height: 2.75rem;
    padding: .45rem .75rem;
}

.mall-cart-payment-trust__logo {
    display: block;
    height: 1.75rem;
    max-width: 7rem;
    object-fit: contain;
    width: auto;
}

.mall-checkout-blocker {
    border-left: .25rem solid var(--bs-warning);
}

.mall-btn-checkout[disabled] {
    cursor: not-allowed;
    opacity: .65;
}

.mall-trash-icon {
    height: 1rem;
    width: 1rem;
}

.posmall-money-nowrap {
    white-space: nowrap;
}

.posmall-currency-selector .mall-currency-selector__form {
    margin: 0;
}

.posmall-currency-selector .form-select {
    min-width: 5.25rem;
}

.posmall-search {
    position: relative;
    z-index: 20;
}

.posmall-listing__toolbar {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
}

.posmall-listing__toolbar .posmall-search {
    margin-left: auto;
    max-width: 32.5rem;
    min-width: 20rem;
    width: 33.333%;
}

.posmall-search--results {
    max-width: 42rem;
}

.posmall-search__suggestions {
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: .375rem;
    box-shadow: 0 .5rem 1.25rem rgba(33, 37, 41, .14);
    left: auto;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + .25rem);
    width: min(calc(100vw - 2rem), max(100%, 44rem));
    z-index: 1050;
}

.posmall-search-suggestions {
    background: var(--bs-body-bg, #fff);
    max-height: min(22rem, 70vh);
    overflow-x: hidden;
    overflow-y: auto;
}

.posmall-search-suggestions .list-group-item {
    background: var(--bs-body-bg, #fff);
}

.posmall-search-suggestions .list-group-item:hover,
.posmall-search-suggestions .list-group-item:focus {
    background: var(--bs-tertiary-bg, #f8f9fa);
}

.posmall-search-item {
    align-items: center;
    display: grid;
    gap: .75rem;
    grid-template-columns: 4rem minmax(0, 1fr) max-content;
    min-width: 0;
}

.posmall-search-item__image {
    align-items: center;
    display: flex;
    height: 4rem;
    justify-content: center;
    overflow: hidden;
    width: 4rem;
}

.posmall-search-item__image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.posmall-search-item__price {
    max-width: 11rem;
    min-width: 0;
    overflow-wrap: anywhere;
    text-align: right;
}

.mall-product__variant-link {
    min-height: 4rem;
}

.mall-product__variant-link--active {
    box-shadow: 0 0 0 .125rem rgba(13, 110, 253, .12);
}

.posmall-range-filter__slider {
    margin: .875rem .75rem 5rem;
    max-width: calc(100% - 1.5rem);
    min-height: 1rem;
}

.posmall-range-filter {
    overflow-x: clip;
}

.posmall-range-filter__slider.noUi-horizontal {
    height: .35rem;
}

.posmall-range-filter .noUi-pips-horizontal {
    background: transparent;
    border: 0;
    box-shadow: none;
    height: 1.625rem;
    padding-top: .55rem;
}

.posmall-range-filter .noUi-value-horizontal {
    -webkit-transform: translate(-50%, calc(50% + .375rem));
    line-height: 1.15;
    margin-top: .5rem;
    transform: translate(-50%, calc(50% + .375rem));
    white-space: nowrap;
}

.posmall-range-filter .noUi-marker-horizontal.noUi-marker {
    height: .5rem;
}

.posmall-range-filter .noUi-marker-horizontal.noUi-marker-large {
    height: .875rem;
}

.posmall-range-filter .noUi-connect {
    background: var(--bs-primary);
}

.posmall-range-filter .noUi-handle {
    border-color: var(--bs-primary);
    box-shadow: 0 .125rem .35rem rgba(13, 110, 253, .22);
}

.mall-category-review__rating--clickable .mall-star {
    cursor: pointer;
}

.mall-products-item__stars,
.mall-products-item__stars .mall-category-review__rating {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.mall-products-item__stars {
    display: flex;
    gap: .35rem;
    width: 100%;
}

.mall-products-item__rating-value {
    margin-left: auto;
    text-align: right;
}

.mall-products-item__stars .mall-star {
    flex: 0 0 auto;
    height: 1rem;
    width: 1.05rem;
}

.mall-star__bg {
    fill: transparent;
}

.mall-star__border {
    fill: #adb5bd;
}

.mall-star--active .mall-star__bg,
.mall-star--hover .mall-star__bg {
    fill: #ffc107;
}

.mall-star--active .mall-star__border,
.mall-star--hover .mall-star__border {
    fill: #b98500;
}

.mall-order-details,
.mall-cart,
.mall-checkout-result {
    overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
    :root {
        --posmall-navbar-height: 3.75rem;
        --posmall-navbar-offset: var(--posmall-navbar-height, 3.75rem);
        --posmall-page-top-gap: .875rem;
    }

    html {
        scroll-padding-top: 0;
    }

    body.posmall-page-default,
    body.posmall-page-home {
        padding-top: 0;
    }

    body.posmall-mobile-menu-open {
        overflow: auto;
    }

    .posmall-site-navbar {
        min-height: var(--posmall-navbar-height, 3.75rem);
        position: static;
    }

    .navbar > .container {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .5rem;
    }

    .posmall-brand {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        min-width: 0;
    }

    .posmall-brand-title {
        font-size: clamp(1.25rem, 6vw, 1.55rem);
        max-width: min(9rem, 42vw);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .posmall-menu-toggle {
        background: rgba(255, 255, 255, .88);
        border-color: transparent;
        display: inline-flex;
        left: .75rem;
        position: fixed;
        top: .75rem;
        z-index: 1070;
    }

    .posmall-navbar-essential {
        display: flex;
        justify-self: end;
        margin-left: 0;
        position: fixed;
        right: .75rem;
        top: .75rem;
        z-index: 1070;
    }

    .posmall-icon-link {
        background: rgba(255, 255, 255, .88);
        border-color: transparent;
    }

    body.posmall-floating-actions-scrolled .posmall-menu-toggle,
    body.posmall-floating-actions-scrolled .posmall-icon-link,
    body.posmall-mobile-menu-open .posmall-menu-toggle,
    body.posmall-mobile-menu-open .posmall-icon-link {
        background: #fff;
        border-color: #d6d9de;
        box-shadow: 0 .25rem .75rem rgba(15, 23, 42, .08);
    }

    .posmall-navbar-actions {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 0 !important;
        margin-left: 0;
        width: 100%;
    }

    .posmall-navbar-actions > .posmall-nav-link {
        border-bottom: 1px solid var(--bs-border-color);
        display: block;
        padding: .65rem 0;
        width: 100%;
    }

    .posmall-navbar-panel {
        background: #fff;
        border: 1px solid var(--bs-border-color);
        box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .16);
        display: block;
        left: .75rem;
        max-height: min(24rem, calc(100svh - 5rem));
        max-width: none;
        opacity: 0;
        overflow-y: auto;
        padding: .75rem 1rem;
        pointer-events: none;
        position: fixed;
        right: .75rem;
        top: 4.5rem;
        transform: translateY(-.5rem);
        transition: transform .18s ease, opacity .18s ease;
        width: auto;
        z-index: 1060;
    }

    .posmall-menu-overlay {
        display: none;
    }

    body.posmall-mobile-menu-open .posmall-navbar-panel {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    body.posmall-mobile-menu-open .posmall-menu-overlay {
        opacity: 0;
        pointer-events: none;
    }
}

@media (max-width: 575.98px) {
    .posmall-navbar-essential {
        gap: .375rem !important;
    }

    .posmall-menu-toggle,
    .posmall-icon-link {
        flex-basis: 2.5rem;
        height: 2.5rem;
        width: 2.5rem;
    }

    .posmall-icon-link svg {
        height: 1.2rem;
        width: 1.2rem;
    }
}

@media (max-width: 991.98px) {
    .posmall-home-hero {
        min-height: calc(100svh - 3.75rem);
    }

    .posmall-home-hero__video {
        height: 100%;
        left: 50%;
        min-width: 100%;
        transform: translateX(-50%);
        width: max(100vw, calc(100svh * 1.7778));
    }

    .posmall-home-hero__content {
        padding-bottom: 3.75rem;
    }

    .posmall-home-section__title,
    .posmall-home-lookbook,
    .posmall-home-story__grid,
    .posmall-home-tiles,
    .posmall-home-subfooter__inner {
        grid-template-columns: 1fr;
    }

    .posmall-home-socials {
        justify-content: flex-start;
    }

    .posmall-home-look-card,
    .posmall-home-look-card--large {
        min-height: 20rem;
    }

    .posmall-stripe-card-grid {
        grid-template-columns: 1fr;
    }

    .posmall-currency-selector {
        width: 100%;
    }

    .posmall-currency-selector .form-select {
        width: 100% !important;
    }

    .posmall-listing__toolbar {
        display: block;
    }

    .posmall-listing__toolbar .posmall-search,
    .posmall-search--results {
        margin-left: 0;
        max-width: none;
        min-width: 0;
        width: 100%;
    }

    .posmall-search__suggestions {
        left: 0;
        max-width: none;
        right: 0;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .mall-cart__table,
    .mall-orders-list__table,
    .posmall-order-lines table {
        min-width: 36rem;
    }

    .posmall-search-item {
        align-items: flex-start;
        grid-template-columns: 3.25rem minmax(0, 1fr);
    }

    .posmall-search-item__image {
        height: 3.25rem;
        width: 3.25rem;
    }

    .posmall-search-item__price {
        grid-column: 2;
        max-width: 100%;
        text-align: left;
    }
}
