.page-width{max-width:var(--page-width, 120rem);padding-inline:var(--page-margin, clamp(1rem, 4vw, 3rem));margin-inline:auto;width:100%}:root{--mm-ease-out-expo: cubic-bezier(.16, 1, .3, 1);--mm-ease-out-quart: cubic-bezier(.25, 1, .5, 1);--mm-shadow-card-hover: 0 12px 40px rgb(0 0 0 / .1), 0 2px 10px rgb(0 0 0 / .06);--mm-shadow-card-base: 0 2px 8px rgb(0 0 0 / .04);--mm-transition-medium: .35s var(--mm-ease-out-quart);--mm-transition-fast: .22s ease-out}:root:root{--font-body--family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body--style: normal;--font-body--weight: 400;--font-subheading--family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-subheading--style: normal;--font-subheading--weight: 500;--font-heading--family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading--style: normal;--font-heading--weight: 600;--font-accent--family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent--style: normal;--font-accent--weight: 500;--letter-spacing--display-tight: -.04em;--letter-spacing--display-normal: -.025em;--letter-spacing--display-loose: -.01em;--letter-spacing--heading-tight: -.03em;--letter-spacing--heading-normal: -.015em;--letter-spacing--heading-loose: 0em}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-style:normal!important}.menu-list__link,.menu-top-level__link,.header__menu-item{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.button,.btn,[class*=button--],.shopify-payment-button__button,button[type=submit]{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;letter-spacing:.02em}.price,.price-item,.price__container{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.cart-item__title,.cart-item__price,.cart-subtotal{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-logo{font-size:1.25rem!important;letter-spacing:.05em!important;font-weight:600!important}.header[transparent] .header-logo{text-shadow:0 1px 10px rgba(0,0,0,.38)}.product-card{box-shadow:var(--mm-shadow-card-base);transition:box-shadow var(--mm-transition-medium),transform var(--mm-transition-medium);will-change:transform,box-shadow}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.product-card:hover{box-shadow:var(--mm-shadow-card-hover)}}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.product-card .product-card__image img,.product-card .card-gallery img{transition:transform .55s var(--mm-ease-out-expo);transform-origin:center center}.product-card:hover .product-card__image img,.product-card:hover .card-gallery img{transform:scale(1.07)}.product-card .product-card__image,.product-card .card-gallery{overflow:hidden}}.product-card .product-badge,.product-card [class*=badge]{letter-spacing:.03em;font-weight:600;font-size:.6875rem;border-radius:4px}.product-card .price-item--sale{font-weight:700}.product-card .price-item--regular{opacity:.55;font-size:.875em}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.product-card quick-add-button,.product-card [data-quick-add-button]{transition:opacity var(--mm-transition-fast),transform var(--mm-transition-fast)}}.mm-reassurance{--mm-icon-size: 52px;--mm-icon-bg: rgb(var(--color-foreground-rgb) / .06);--mm-divider-color: rgb(var(--color-border-rgb) / .35)}.mm-reassurance__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:0;align-items:start}@media screen and (max-width:899px){.mm-reassurance__inner{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:479px){.mm-reassurance__inner{grid-template-columns:1fr 1fr}}.mm-reassurance__pillar{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1.25rem;border-right:1px solid var(--mm-divider-color);transition:background .2s ease;position:relative}.mm-reassurance__pillar:last-child{border-right:none}@media screen and (max-width:899px){.mm-reassurance__pillar:nth-child(2n){border-right:none}.mm-reassurance__pillar:not(:nth-last-child(-n+2)){border-bottom:1px solid var(--mm-divider-color)}}@media screen and (max-width:479px){.mm-reassurance__pillar{padding:1.25rem .75rem}}@media(any-pointer:fine){.mm-reassurance__pillar:hover{background:rgb(var(--color-foreground-rgb) / .025)}.mm-reassurance__pillar:hover .mm-reassurance__icon{background:rgb(var(--color-foreground-rgb) / .1);transform:translateY(-2px)}}.mm-reassurance__icon{width:var(--mm-icon-size);height:var(--mm-icon-size);border-radius:50%;background:var(--mm-icon-bg);display:flex;align-items:center;justify-content:center;margin-block-end:.875rem;flex-shrink:0;transition:background var(--mm-transition-fast),transform var(--mm-transition-fast);color:var(--color-foreground)}.mm-reassurance__icon svg{width:22px;height:22px;display:block;flex-shrink:0}.mm-reassurance__heading{font-size:.9375rem;font-weight:600;line-height:1.3;letter-spacing:.01em;margin:0 0 .3125rem;color:var(--color-foreground)}.mm-reassurance__text{font-size:.8125rem;line-height:1.55;margin:0;color:rgb(var(--color-foreground-rgb) / .6)}@media(prefers-reduced-motion:no-preference){@keyframes mm-fade-in-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes mm-fade-in{0%{opacity:0}to{opacity:1}}.hero__content-wrapper{animation:mm-fade-in .6s ease-out both}.hero__content-wrapper>*{animation:mm-fade-in-up .65s var(--mm-ease-out-expo) both}.hero__content-wrapper>*:nth-child(1){animation-delay:.05s}.hero__content-wrapper>*:nth-child(2){animation-delay:.14s}.hero__content-wrapper>*:nth-child(3){animation-delay:.22s}.hero__content-wrapper>*:nth-child(4){animation-delay:.3s}.hero__content-wrapper>*:nth-child(n+5){animation-delay:.36s}}.hero .overlay--gradient{background:linear-gradient(to right,rgba(12,8,4,.55) 0%,rgba(12,8,4,.3) 38%,rgba(12,8,4,.05) 65%,transparent 82%),linear-gradient(to bottom,rgba(0,0,0,.28) 0%,rgba(0,0,0,.08) 28%,transparent 46%),linear-gradient(var(--overlay-direction, to top),var(--overlay-color, rgb(0 0 0 / .25)),var(--overlay-color--end, rgb(0 0 0 / 0)))}@media screen and (max-width:749px){.hero .overlay--gradient{background:linear-gradient(to bottom,rgba(0,0,0,.32) 0%,rgba(0,0,0,.08) 28%,transparent 46%),linear-gradient(to top,rgba(0,0,0,.42) 0%,rgba(0,0,0,.14) 32%,transparent 55%),linear-gradient(var(--overlay-direction, to top),var(--overlay-color, rgb(0 0 0 / .25)),var(--overlay-color--end, rgb(0 0 0 / 0)))}}.hero .text-block.h1>*,.hero .text-block.h2>*{color:#faf8f5;text-shadow:0 3px 18px rgba(0,0,0,.45),0 1px 4px rgba(0,0,0,.3)}.hero .text-block.rte>*,.hero .text-block.paragraph>*,.hero .text-block.body>*{color:#faf8f5e6;text-shadow:0 2px 10px rgba(0,0,0,.35)}.hero .text-block :is(h1,h2,h3,h4,h5,h6){text-shadow:0 3px 18px rgba(0,0,0,.45),0 1px 4px rgba(0,0,0,.3)}.hero .text-block p{text-shadow:0 2px 10px rgba(0,0,0,.35)}@media screen and (min-width:750px){.hero .text-block.h1>*,.hero .text-block.h1 :is(h1,h2,h3){font-weight:500!important;letter-spacing:-.02em;line-height:1.08}}@media screen and (max-width:749px){.hero .text-block.h1>*,.hero .text-block.h1 :is(h1,h2,h3){font-weight:500!important;font-size:clamp(2rem,9vw,3rem)!important;letter-spacing:-.02em;line-height:1.1}}.product-media-gallery [aria-selected=true],.product-media-gallery [data-selected=true]{outline:2px solid var(--color-foreground);outline-offset:2px;border-radius:4px}@media screen and (max-width:749px){.sticky-add-to-cart__bar{border-radius:16px 16px 0 0!important;padding:10px 14px!important}.sticky-add-to-cart__bar[data-stuck=true]{box-shadow:0 -6px 28px #0000001f,0 -1px rgb(var(--color-border-rgb) / .15)}}@media screen and (max-width:749px){.product-card__content,.product-card__link,.mm-reassurance__pillar{-webkit-tap-highlight-color:transparent}.mm-reassurance__heading{font-size:.875rem}.header-section{z-index:var(--layer-overlay)!important}.header[transparent] .header__row--top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.32) 0%,rgba(0,0,0,.1) 60%,transparent 100%);pointer-events:none;z-index:var(--layer-lowest)}#header-component[transparent][data-sticky-state=idle],.header[transparent][data-sticky-state=idle]{opacity:1!important}#header-component[data-menu-style=drawer] .header__drawer,#header-component:not([data-menu-style]) .header__drawer,.header__drawer{grid-area:leftA}.header-section:has(#header-component[transparent]){min-height:var(--header-height, 60px)}.header[transparent] .header__row--top{color:#faf8f5;--color-foreground: #FAF8F5;--color-foreground-rgb: 250 248 245;--color-border: rgba(250, 248, 245, .3)}}.mm-ticker{display:flex;align-items:center;overflow:hidden;width:100%;position:relative}@media screen and (max-width:749px){.mm-ticker{grid-column:1 / -1}}.mm-ticker__track{display:flex;align-items:center}.mm-ticker__item{white-space:nowrap;flex-shrink:0;padding-inline-end:4em;color:inherit;font:inherit}@media(prefers-reduced-motion:no-preference){@keyframes mm-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mm-ticker__track{width:max-content;animation:mm-ticker-scroll 40s linear infinite}}@media screen and (max-width:749px)and (prefers-reduced-motion:no-preference){.mm-ticker__track{animation-duration:32s}}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.mm-ticker:hover .mm-ticker__track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.mm-ticker__track{justify-content:center}.mm-ticker .mm-ticker__item+.mm-ticker__item{display:none}}:focus-visible{border-radius:3px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/malinea-premium-ui.css.map */
