:root{--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 4rem;--space-3xl: 6rem;--text-h1: calc(clamp(2rem, 1.35rem + 3vw, 3.25rem) * var(--type-scale, 1.2));--text-h2: calc(clamp(1.6rem, 1.2rem + 2vw, 2.5rem) * var(--type-scale, 1.2));--text-h3: calc(clamp(1.35rem, 1.1rem + 1.2vw, 1.9rem) * var(--type-scale, 1.2));--text-h4: calc(clamp(1.15rem, 1.02rem + .6vw, 1.45rem) * var(--type-scale, 1.2));--text-h5: clamp(1.05rem, 1rem + .3vw, 1.2rem);--text-h6: 1rem;--text-sm: .875rem;--text-xs: .75rem;--line-body: 1.65;--line-heading: 1.08;--letter-heading: -.015em;--duration: .2s;--easing: cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 2px rgb(33 29 23 / .04), 0 3px 10px rgb(33 29 23 / .05);--shadow-md: 0 6px 16px rgb(33 29 23 / .07), 0 16px 40px rgb(33 29 23 / .09);--z-header: 100;--z-drawer: 200;--z-modal: 300;--color-background: #f7f4ee;--color-foreground: #211d17;--color-border: #e2dccf;--color-button: #2f4739;--color-button-text: #f7f4ee;--color-foreground-subtle: color-mix(in srgb, var(--color-foreground) 64%, var(--color-background));--color-sale: color-mix(in srgb, #bf3d2a, var(--color-foreground) 28%);--color-error: color-mix(in srgb, #b3261e, var(--color-foreground) 28%);--type-scale: 1.2;--radius-card: 14px;--radius-button: 8px;--radius-input: 8px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd,ul,ol{margin:0}body{min-height:100vh;font-family:var(--font-body--family, sans-serif);font-style:var(--font-body--style, normal);font-weight:var(--font-body--weight, 400);font-size:var(--type-base, 16px);line-height:var(--line-body);color:var(--color-foreground);background-color:var(--color-background);background-image:var(--color-background-image, none);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.15em}:where(ul[role=list],ol[role=list]){list-style:none;padding:0}[class*=color-]{color:var(--color-foreground);background-color:var(--color-background);background-image:var(--color-background-image, none)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading--family, sans-serif);font-style:var(--font-heading--style, normal);font-weight:var(--font-heading--weight, 600);line-height:var(--line-heading);letter-spacing:var(--letter-heading);text-wrap:balance}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}h5{font-size:var(--text-h5)}h6{font-size:var(--text-h6)}.container{width:100%;max-width:var(--page-width, 96rem);margin-inline:auto;padding-inline:var(--page-margin, 24px)}.section{padding-block:var(--section-spacing, 56px)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);min-height:48px;padding:.9em 1.9em;font-weight:600;line-height:1.2;letter-spacing:.01em;text-decoration:none;border-radius:var(--radius-button, 8px);border:1px solid var(--color-button);color:var(--color-button-text);background-color:var(--color-button);transition:transform var(--duration) var(--easing),box-shadow var(--duration) var(--easing),background-color var(--duration) var(--easing),border-color var(--duration) var(--easing)}.button--secondary{color:var(--color-foreground);background-color:transparent;border-color:color-mix(in srgb,var(--color-foreground) 24%,transparent)}@media(hover:hover){.button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.button--secondary:hover{box-shadow:none;border-color:var(--color-foreground);background-color:color-mix(in srgb,var(--color-foreground) 6%,transparent)}}.button:active{transform:translateY(0);box-shadow:var(--shadow-sm)}input,textarea,select{border:1px solid var(--color-border);border-radius:var(--radius-input, 6px);background-color:var(--color-background);padding:.6em .75em}.rte{max-width:68ch}.rte>*+*{margin-top:var(--space-md)}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6{margin-top:var(--space-xl)}.rte h1{font-size:var(--text-h2)}.rte h2{font-size:var(--text-h3)}.rte h3{font-size:var(--text-h4)}.rte ul,.rte ol{padding-left:1.4em}.rte li+li{margin-top:var(--space-2xs)}.rte a{color:var(--color-foreground);text-decoration:underline}.rte blockquote{padding-left:var(--space-md);border-left:3px solid var(--color-border);font-style:italic}.rte img{border-radius:var(--radius-card, 10px)}.rte table{width:100%;border-collapse:collapse}.rte th,.rte td{padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border);text-align:left}:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.skip-to-content{position:absolute;top:var(--space-xs);left:var(--space-xs);z-index:var(--z-modal);padding:var(--space-xs) var(--space-md);color:var(--color-button-text);background-color:var(--color-button);border-radius:var(--radius-button, 6px);transform:translateY(-150%);transition:transform var(--duration) var(--easing)}.skip-to-content:focus{transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.product-grid{display:grid;gap:var(--space-xl) var(--space-lg);grid-template-columns:repeat(var(--grid-columns-mobile, 2),1fr)}@media(max-width:749px){.product-grid{gap:var(--space-lg) var(--space-sm)}}@media(min-width:750px){.product-grid{grid-template-columns:repeat(var(--grid-columns, 4),1fr)}}@media(max-width:749px){.container--tight{padding-inline:min(var(--page-margin, 24px),16px)}}.product-card{display:flex;flex-direction:column;height:100%;min-width:0;transition:transform var(--duration) var(--easing)}@media(hover:hover){.product-card:hover{transform:translateY(-4px)}}.product-card__media{position:relative;display:block;overflow:hidden;border-radius:var(--radius-card);border:1px solid var(--color-border);background-color:var(--color-background, #fff);transition:box-shadow var(--duration) var(--easing)}.product-card__media--square{aspect-ratio:1 / 1}.product-card__media--portrait{aspect-ratio:4 / 5}.product-card__media--landscape{aspect-ratio:4 / 3}@media(hover:hover){.product-card:hover .product-card__media{box-shadow:var(--shadow-md)}}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:contain;padding:6%}.product-card__media--adapt img,.product-card__media--adapt svg{height:auto}@media(hover:hover){.product-card:hover .product-card__media img{transform:none}}.product-card__info{display:flex;flex-direction:column;gap:var(--space-2xs);padding-top:var(--space-md);flex:1 1 auto}.product-card__info>form[data-cart-form],.product-card__info>a.product-card__add,.product-card__info>.product-card__soldout{margin-top:auto}.product-card__info>form[data-cart-form] .product-card__add{margin-top:0}.product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:.3em .7em;font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-button-text);background-color:var(--color-button);border-radius:999px}.product-card__title{font-family:var(--font-body--family);font-size:var(--text-h6);font-weight:600;line-height:1.35;letter-spacing:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-card__title a{text-decoration:none}.product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0 var(--space-xs);font-variant-numeric:tabular-nums}.product-card__price>*{white-space:nowrap}.product-card__price-sale{color:var(--color-sale);font-weight:600}.product-card__price-compare{opacity:.7}.unit-price{font-size:var(--text-xs);color:var(--color-foreground-subtle);font-variant-numeric:tabular-nums}.search-drawer{margin:0 auto;width:min(46rem,100%);max-height:82vh;border-radius:0 0 var(--radius-card) var(--radius-card)}.search-drawer__inner{padding:var(--space-md);display:flex;flex-direction:column;gap:var(--space-md)}.search-drawer__form{display:flex;align-items:center;gap:var(--space-sm);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-sm)}.search-drawer__icon{display:inline-flex;opacity:.6}.search-drawer__icon svg,.search-drawer__close svg{width:1.25rem;height:1.25rem}.search-drawer__input{flex:1 1 auto;border:0;background:none;font-size:var(--text-h6);padding:var(--space-xs) 0}.search-drawer__input:focus{outline:none}.search-drawer__input:focus-visible{outline:2px solid var(--color-foreground);outline-offset:2px}.search-drawer__close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border:0;background:none;cursor:pointer;color:inherit;opacity:.6}.search-drawer__close:hover{opacity:1}.search-drawer__results:empty{display:none}.predictive{display:flex;flex-direction:column;gap:var(--space-lg)}.predictive__heading{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground-subtle);margin-bottom:var(--space-sm)}.predictive__queries{display:flex;flex-wrap:wrap;gap:var(--space-xs);list-style:none;padding:0}.predictive__query{display:inline-block;padding:.35em .8em;border:1px solid var(--color-border);border-radius:999px;text-decoration:none;color:inherit;font-size:var(--text-sm)}.predictive__query:hover,.predictive__query.is-active{background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.predictive__query.is-active,.predictive__product.is-active,.predictive__view-all.is-active{outline:2px solid var(--color-foreground);outline-offset:1px}.predictive__products{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--space-2xs)}.predictive__product{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-2xs);border-radius:var(--radius-card);text-decoration:none;color:inherit}.predictive__product:hover,.predictive__product.is-active{background:color-mix(in srgb,var(--color-foreground) 6%,transparent)}.predictive__product-media{flex:0 0 auto;width:3rem;height:3rem;border-radius:var(--radius-card);overflow:hidden;background:var(--color-border)}.predictive__product-media img{width:100%;height:100%;object-fit:cover}.predictive__product-info{display:flex;flex-direction:column;gap:2px}.predictive__product-title{font-weight:600}.predictive__product-price{font-size:var(--text-sm);opacity:.75;font-variant-numeric:tabular-nums}.predictive__product-price s{color:var(--color-foreground-subtle);margin-left:.3em}.predictive__view-all{align-self:flex-start}.predictive__empty{padding-block:var(--space-lg);opacity:.7}.product-card__unit-price{margin-top:var(--space-2xs)}.product-card__add{margin-top:var(--space-sm);width:100%;padding-inline:var(--space-sm);font-size:var(--text-sm)}.product-card__media-alt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--duration) var(--easing)}@media(hover:hover){.product-card:hover .product-card__media-alt{opacity:1}}.product-card__vendor{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;opacity:.72}.product-card__info--center{text-align:center;align-items:center}.product-card__info--center .product-card__price{justify-content:center}.swatch{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:999px;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px #00000024;font-size:var(--text-xs);font-weight:600;text-transform:uppercase}.swatch--empty{background-color:color-mix(in srgb,var(--color-foreground) 6%,transparent);opacity:.85}.product-card__swatches{display:flex;align-items:center;gap:6px;margin-top:var(--space-2xs);min-height:16px;list-style:none;padding:0}.product-card__info--center .product-card__swatches{justify-content:center}.product-card__swatches .swatch{width:16px;height:16px;font-size:0}.product-card__swatch-more{font-size:var(--text-xs);color:var(--color-foreground-subtle)}.product__swatches{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-top:var(--space-2xs)}.product__swatch{cursor:pointer;line-height:0;border-radius:999px;outline-offset:2px}.product__swatch .swatch{transition:box-shadow var(--duration) var(--easing)}.product__swatch.is-selected .swatch{box-shadow:inset 0 0 0 1px var(--color-background),0 0 0 2px var(--color-foreground)}.product__swatch:focus-within .swatch{box-shadow:inset 0 0 0 1px var(--color-background),0 0 0 2px var(--color-foreground)}[data-swatch-selected]{font-weight:400;opacity:.75}.product-card__soldout{font-size:var(--text-sm);opacity:.7}.product-card__media-wrap{position:relative}.product-card__quick{position:absolute;left:50%;bottom:var(--space-sm);transform:translate(-50%,6px);padding:.6em 1.3em;font-size:var(--text-sm);font-weight:600;color:var(--color-foreground);background-color:color-mix(in srgb,var(--color-background) 90%,transparent);border-radius:999px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity var(--duration) var(--easing),transform var(--duration) var(--easing)}@media(hover:hover){.product-card__media-wrap:hover .product-card__quick,.product-card__quick:focus-visible{opacity:1;transform:translate(-50%)}}@media(hover:none){.product-card__quick{display:none}}.quick-view{width:min(900px,94vw);max-width:94vw;max-height:92vh;max-height:92dvh;padding:0;border:none;border-radius:var(--radius-card);color:var(--color-foreground);background-color:var(--color-background);overflow:auto}.quick-view::backdrop{background-color:#100e0b99}.quick-view__close{position:absolute;top:var(--space-md);right:var(--space-md);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:inherit;background-color:color-mix(in srgb,var(--color-background) 82%,transparent);border-radius:999px;box-shadow:var(--shadow-sm)}.quick-view__close svg{width:1.3rem;height:1.3rem}.qv{display:grid;gap:var(--space-lg);padding:var(--space-lg)}@media(min-width:750px){.qv{grid-template-columns:1fr 1fr;gap:var(--space-xl);padding:var(--space-xl);align-items:center}}.qv__media{position:relative;overflow:hidden;border-radius:var(--radius-card);border:1px solid var(--color-border);background-color:var(--color-background, #fff);aspect-ratio:4 / 5}.qv__media img,.qv__media svg{width:100%;height:100%;object-fit:cover}.qv__media video,.qv__media iframe,.qv__media model-viewer{width:100%;height:100%;object-fit:contain;border:0}.qv__media .discount-badge{position:absolute;top:var(--space-sm);left:var(--space-sm)}.qv__info{display:flex;flex-direction:column;gap:var(--space-sm)}.qv__vendor{font-size:var(--text-sm);color:var(--color-foreground-subtle)}.qv__title{font-size:var(--text-h3)}.qv__price{display:flex;align-items:baseline;gap:var(--space-xs);font-size:var(--text-h5);font-variant-numeric:tabular-nums}.qv__price-compare{color:var(--color-foreground-subtle)}.qv__desc{opacity:.85}.qv__label{font-weight:600;font-size:var(--text-sm)}.qv__select{width:100%;min-height:48px}.qv__form{display:flex;flex-direction:column;gap:var(--space-sm);margin-top:var(--space-2xs)}.qv__add{width:100%}.qv__details{text-align:center;font-weight:600;text-underline-offset:.2em}.cart-upsell:empty{display:none}.cart-upsell{padding-top:var(--space-md);border-top:1px solid var(--color-border)}.cart-upsell__title{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-foreground-subtle);margin-bottom:var(--space-sm)}.cart-upsell__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-sm)}.cart-upsell__item{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:var(--space-sm)}.cart-upsell__media{width:44px;height:44px;border-radius:var(--radius-input);overflow:hidden;background-color:var(--color-border)}.cart-upsell__media img{width:100%;height:100%;object-fit:cover}.cart-upsell__info{display:flex;flex-direction:column;min-width:0;color:inherit;text-decoration:none}.cart-upsell__name{font-size:var(--text-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-upsell__price{font-size:var(--text-sm);opacity:.7}.cart-upsell__add{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;font-size:1.2rem;line-height:1;color:var(--color-button-text);background-color:var(--color-button);border-radius:999px;text-decoration:none}.cart-upsell__add[disabled]{opacity:.5}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s var(--easing),transform .6s var(--easing)}.reveal--in{opacity:1;transform:none}.back-to-top{position:fixed;right:var(--space-lg);bottom:var(--space-lg);z-index:var(--z-header);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--color-button-text);background-color:var(--color-button);border-radius:999px;box-shadow:var(--shadow-md);transition:opacity var(--duration) var(--easing),transform var(--duration) var(--easing)}.back-to-top[hidden]{display:none}.back-to-top svg{width:1.3rem;height:1.3rem}@media(hover:hover){.back-to-top:hover{transform:translateY(-3px)}}.dialog--fallback{position:fixed!important;inset:0 0 0 auto!important;z-index:10000!important;display:block}.dialog--fallback.facet-drawer{inset:auto 0 0 0!important;margin:0}.dialog--fallback:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:#00000073}.drawer{width:min(420px,100vw);max-width:100vw;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;margin:0 0 0 auto;padding:0;border:none;color:var(--color-foreground);background-color:var(--color-background)}.drawer::backdrop{background-color:#0006}.drawer__inner{display:flex;flex-direction:column;height:100%}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--color-border)}.drawer__title{font-size:var(--text-h4);text-decoration:none;color:inherit;display:inline-flex;align-items:center}.drawer__logo-image{max-height:32px;width:auto}.drawer__close{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:var(--space-2xs);color:inherit}.drawer__close svg{width:1.5rem;height:1.5rem}.marquee{position:relative;overflow:hidden}.marquee--bordered{border-block:1px solid var(--color-border)}.marquee__viewport{overflow:hidden}.marquee__track{display:flex;width:max-content;animation:marquee-scroll var(--marquee-duration, 30s) linear infinite;animation-direction:var(--marquee-direction, normal)}.marquee:hover .marquee__track,.marquee:focus-within .marquee__track,.marquee.is-paused .marquee__track{animation-play-state:paused}.marquee__group{display:flex;align-items:center;flex-shrink:0;margin:0;padding:0;list-style:none}.marquee__item{display:inline-flex;align-items:center;gap:var(--marquee-gap, 40px);padding-right:var(--marquee-gap, 40px);padding-block:var(--marquee-pad, var(--space-sm));white-space:nowrap;font-size:var(--marquee-size, 14px);font-weight:var(--marquee-weight, 500);letter-spacing:.02em}.marquee--uppercase .marquee__item{text-transform:uppercase;letter-spacing:.08em}.marquee--display .marquee__item{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);letter-spacing:-.01em}.marquee__text{color:inherit;text-decoration:none}@media(hover:hover){a.marquee__text:hover{text-decoration:underline;text-underline-offset:.2em}}.marquee__sep{opacity:.5}.marquee__toggle{position:absolute;top:0;right:0;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:44px;height:100%;min-height:44px;color:inherit;background-color:var(--color-background);box-shadow:-16px 0 16px 2px var(--color-background)}.marquee__toggle svg{width:1.15rem;height:1.15rem}.marquee__toggle .marquee__icon--play{display:none}.marquee.is-paused .marquee__toggle .marquee__icon--play{display:block}.marquee.is-paused .marquee__toggle .marquee__icon--pause{display:none}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(var(--marquee-shift, -50%))}}@media(prefers-reduced-motion:reduce){.marquee__track{animation:none;width:100%;overflow-x:auto;scrollbar-width:none}.marquee__track::-webkit-scrollbar{display:none}.marquee__group[aria-hidden=true],.marquee__group[inert],.marquee__toggle{display:none}.marquee__group .marquee__item:last-child .marquee__sep{display:none}}.free-ship{display:flex;flex-direction:column;gap:var(--space-xs)}.free-ship__text{font-size:var(--text-sm);text-align:center}.free-ship__track{height:6px;border-radius:999px;background-color:var(--color-border);overflow:hidden}.free-ship__fill{height:100%;border-radius:999px;background-color:var(--color-button);transition:width var(--duration) var(--easing)}.discount-badge{display:inline-flex;align-items:center;padding:.3em .7em;font-size:var(--text-xs);font-weight:600;letter-spacing:.03em;color:var(--color-button-text);background-color:var(--color-button);border-radius:999px;box-shadow:var(--shadow-sm)}.product-card__media .discount-badge{position:absolute;top:var(--space-sm);left:var(--space-sm)}.eyebrow{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:var(--text-xs);font-weight:600;color:var(--color-foreground-subtle)}.text-subtle{color:var(--color-foreground-subtle)}.product__gift{margin-block:var(--space-sm)}.product__gift-toggle{display:flex;align-items:center;gap:var(--space-xs);font-weight:500;cursor:pointer}.product__gift-fields{display:grid;gap:var(--space-sm);margin-top:var(--space-sm)}.product__gift-field{display:grid;gap:var(--space-2xs);font-size:var(--text-sm)}.product__gift-field input,.product__gift-field textarea{width:100%}.product__gift-field input{min-height:48px}.product__gift-note{color:var(--color-foreground-subtle)}.cart-error{margin-top:var(--space-xs);color:var(--color-sale);font-size:var(--text-sm);font-weight:500}.button[aria-busy=true]{position:relative;color:transparent!important;pointer-events:none}.button[aria-busy=true]:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.1em;height:1.1em;border:2px solid currentColor;border-top-color:transparent;border-radius:999px;color:var(--color-button-text);animation:citera-spin .7s linear infinite}.button--secondary[aria-busy=true]:after{color:var(--color-foreground)}@keyframes citera-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.button[aria-busy=true]:after{animation-duration:1.6s}}a[href*=formular-de-retragere]{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.65rem 1.1rem;border:1px solid var(--color-button, #0568c2);border-radius:var(--button-corner-radius, 4px);color:var(--color-button, #0568c2);font-weight:600;text-decoration:none;transition:background-color .15s ease,color .15s ease}a[href*=formular-de-retragere]:hover{background:var(--color-button, #0568c2);color:var(--color-button-text, #fff)}@media(hover:none){.product-card__media{box-shadow:none}}.header__menu-link,.header__menu-item>a,.header__menu-item button{font-weight:700}.footer__heading{text-transform:none;letter-spacing:0}.footer__link{text-transform:none}@media(max-width:600px){.header__inner{gap:var(--space-xs, .5rem)}.header__logo{flex:0 0 auto;min-width:0}.header__logo-image{width:130px!important;max-width:none;height:auto}}@media(max-width:400px){.header__inner{gap:.35rem}.header__logo-image{width:104px!important}.header__burger{min-width:38px}}@media(max-width:340px){.header__logo-image{width:88px!important}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/base.css.map */
