:root{--alb-red: #c1121f;--alb-red-dark: #8b0000;--alb-ink: #1a1a1a;--alb-paper: #faf7f2;--alb-gold: #c6a15b;--alb-line: rgba(26, 26, 26, .12);--alb-radius: 14px;--alb-shadow: 0 10px 30px rgba(26, 26, 26, .1)}.alb-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:0 1.9rem;font-size:1.05rem;line-height:1.1;letter-spacing:.02em;text-decoration:none;border-radius:var(--alb-radius);border:2px solid transparent;transition:transform .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease;cursor:pointer}.alb-btn--primary{background:var(--alb-red);color:#fff;box-shadow:0 6px 18px #c1121f47}.alb-btn--primary:hover{background:var(--alb-red-dark);transform:translateY(-2px);color:#fff}.alb-btn--ghost{background:transparent;color:var(--alb-ink);border-color:var(--alb-ink)}.alb-btn--ghost:hover{background:var(--alb-ink);color:#fff;transform:translateY(-2px)}.alb-btn:focus-visible{outline:3px solid var(--alb-gold);outline-offset:3px}.alb-hero{background:var(--alb-hero-bg, var(--alb-paper));color:var(--alb-hero-text, var(--alb-ink));position:relative;overflow:hidden}.alb-hero:before{content:"";position:absolute;inset-block:-20% auto;inset-inline-end:-8%;width:42%;aspect-ratio:1;background:radial-gradient(circle at center,rgba(193,18,31,.08),transparent 70%);pointer-events:none}.alb-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(1.5rem,4vw,3.5rem)}.alb-hero__grid--textonly{grid-template-columns:1fr;max-width:46rem}.alb-hero__content--center{text-align:center;margin-inline:auto}.alb-hero__content--center .alb-hero__ctas,.alb-hero__content--center .alb-hero__trust{justify-content:center}.alb-hero__eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.82rem;color:var(--alb-red);margin:0 0 .9rem}.alb-hero__heading{font-size:clamp(2.1rem,5.2vw,3.9rem);line-height:1.04;margin:0 0 1rem;letter-spacing:.005em}.alb-hero__subheading{font-size:clamp(1.02rem,1.6vw,1.22rem);line-height:1.5;max-width:34rem;margin:0 0 1.6rem;opacity:.92}.alb-hero__content--center .alb-hero__subheading{margin-inline:auto}.alb-hero__ctas{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:1.5rem}.alb-hero__trust{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem 1.4rem;margin:0;padding:0}.alb-hero__trust-item{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem}.alb-hero__trust-icon{display:inline-flex;width:1.25rem;height:1.25rem;color:var(--alb-red)}.alb-hero__trust-icon svg{width:100%;height:100%}.alb-hero__media{position:relative}.alb-hero__media-frame{position:relative;border-radius:calc(var(--alb-radius) + 6px);overflow:hidden;box-shadow:var(--alb-shadow);border:1px solid var(--alb-line)}.alb-hero__media-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--alb-hero-overlay, 0);pointer-events:none}.alb-hero__image{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3}.alb-hero__eagle{position:absolute;inset-block-end:.75rem;inset-inline-end:.75rem;width:3rem;height:3rem;color:#ffffffd9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.alb-hero__eagle svg{width:100%;height:100%}@media screen and (max-width:989px){.alb-hero__grid{grid-template-columns:1fr;direction:ltr!important}.alb-hero__grid>*{direction:ltr!important}.alb-hero__media{order:-1}.alb-hero__content{text-align:center}.alb-hero__ctas,.alb-hero__trust{justify-content:center}.alb-hero__subheading{margin-inline:auto}.alb-hero__ctas .alb-btn{flex:1 1 14rem}}.alb-usp{background:var(--alb-usp-bg, #fff);border-block:1px solid var(--alb-line)}.alb-usp__grid{display:grid;grid-template-columns:repeat(var(--alb-usp-cols, 4),1fr)}.alb-usp__item{display:flex;align-items:center;gap:.9rem;padding:1.15rem 1.4rem;text-align:start}.alb-usp__item+.alb-usp__item{border-inline-start:1px solid var(--alb-line)}.alb-usp__icon{flex:0 0 auto;width:2.15rem;height:2.15rem;color:var(--alb-red)}.alb-usp__icon svg{width:100%;height:100%}.alb-usp__item>span:not(.alb-usp__icon){display:flex;flex-direction:column;min-width:0}.alb-usp__title{display:block;margin:0;font-size:1rem;line-height:1.2;color:var(--alb-ink);text-transform:none}.alb-usp__text{display:block;margin:3px 0 0;font-size:.82rem;line-height:1.35;opacity:.66}@media screen and (max-width:989px){.alb-usp__grid{grid-template-columns:repeat(2,1fr)}.alb-usp__item{padding:.95rem .9rem}.alb-usp__item:nth-child(odd){border-inline-start:0}.alb-usp__item:nth-child(n+3){border-block-start:1px solid var(--alb-line)}}@media screen and (max-width:480px){.alb-usp__title{font-size:.92rem}.alb-usp__text{font-size:.76rem}}.alb-langbar{background:var(--alb-langbar-bg, var(--alb-ink))}.alb-langbar__inner{display:flex;align-items:center;gap:.75rem;min-height:34px;padding-block:4px;flex-wrap:wrap}.alb-langbar__label{color:#ffffff8c;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em}.alb-langbar__form{display:flex;gap:.25rem}.alb-lang{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:0;color:#ffffffb8;font-size:.8rem;padding:.24rem .55rem;border-radius:6px;cursor:pointer;line-height:1}.alb-lang__flag-img{width:22px;height:15px;object-fit:cover;border-radius:2px;display:block;box-shadow:0 0 0 1px #ffffff2e}.alb-lang__code{font-weight:600;letter-spacing:.03em}.alb-lang:hover{color:#fff;background:#ffffff1f}.alb-lang.is-active{color:#fff;background:var(--alb-red)}.alb-lang:focus-visible{outline:2px solid var(--alb-gold);outline-offset:2px}@media screen and (max-width:749px){.alb-langbar__inner{justify-content:center!important}.alb-langbar__label{display:none}}.price__badge-sale,.card__badge .badge,.badge.price__badge-sale{background-color:var(--alb-red)!important;color:#fff!important;border:0!important;font-weight:600!important;letter-spacing:normal!important}.product-form__submit,button.product-form__submit,.product-form__buttons button,.add-to-cart,.btn--add-to-cart{animation:none!important}.product-form__submit:not([disabled]):not([aria-disabled=true]){background:var(--alb-red)!important;color:#fff!important;border-color:var(--alb-red)!important}.product-form__submit:not([disabled]):not([aria-disabled=true]):hover{background:var(--alb-red-dark)!important;border-color:var(--alb-red-dark)!important}.price--on-sale .price-item--sale,.price--on-sale .price__sale{color:var(--alb-red)!important}@media(prefers-reduced-motion:no-preference){.alb-hero__content>*,.alb-usp__item{animation:alb-fade .6s ease both}.alb-hero__content>*:nth-child(2){animation-delay:.05s}.alb-hero__content>*:nth-child(3){animation-delay:.1s}.alb-hero__content>*:nth-child(4){animation-delay:.15s}@keyframes alb-fade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/albanien-brand.css.map */
