.hw-bp-root{--hw-bp-gold: #F2D479;--hw-bp-gold-dark: #BF843B;--hw-bp-black: #0D0D0D;--hw-bp-grey-900: #111111;--hw-bp-grey-800: #1A1A1A;--hw-bp-grey-700: #2A2A2A;--hw-bp-grey-400: #888888;--hw-bp-grey-100: #E8E8E8;--hw-bp-white: #FFFFFF;--hw-bp-radius: 4px;--hw-bp-radius-lg: 8px;--hw-bp-transition: .3s cubic-bezier(.25, .46, .45, .94);--hw-bp-section-pad-v: clamp(56px, 7vw, 110px);--hw-bp-container: 1280px;--hw-bp-gutter: clamp(20px, 5vw, 60px);font-family:var(--main-family, sans-serif);color:var(--hw-bp-white);background:var(--hw-bp-black);-webkit-font-smoothing:antialiased}.hw-bp-root *,.hw-bp-root *:before,.hw-bp-root *:after{box-sizing:border-box}.hw-bp-root a{text-decoration:none;color:inherit}.hw-bp-root img{display:block;max-width:100%}.hw-bp-root ul{list-style:none;margin:0;padding:0}.hw-bp-container{max-width:var(--hw-bp-container);margin:0 auto;padding:0 var(--hw-bp-gutter)}.hw-bp-eyebrow{font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);font-size:15px;letter-spacing:.2em;text-transform:uppercase;color:var(--hw-bp-gold);display:inline-flex;align-items:center;gap:10px}.hw-bp-eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--hw-bp-gold);flex-shrink:0}.hw-bp-heading{font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);text-transform:uppercase;letter-spacing:-.01em;line-height:1.02;color:var(--hw-bp-white);margin:0}.hw-bp-text{font-family:var(--main-family, inherit);color:#ffffffa6;line-height:1.6;margin:0}.hw-bp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);font-size:14px;letter-spacing:.1em;text-transform:uppercase;padding:12px 30px;border-radius:var(--hw-bp-radius);cursor:pointer;border:2px solid transparent;transition:background var(--hw-bp-transition),color var(--hw-bp-transition),border-color var(--hw-bp-transition);white-space:nowrap}.hw-bp-btn--primary{background:var(--hw-bp-gold);color:var(--hw-bp-black);border-color:var(--hw-bp-gold)}.hw-bp-btn--primary:hover{background:transparent;color:var(--hw-bp-gold)}.hw-bp-btn--outline{background:transparent;color:var(--hw-bp-gold);border-color:var(--hw-bp-gold)}.hw-bp-btn--outline:hover{background:var(--hw-bp-gold);color:var(--hw-bp-black)}.hw-bp-root a:focus-visible,.hw-bp-root button:focus-visible,.hw-bp-root input:focus-visible{outline:2px solid var(--hw-bp-gold);outline-offset:2px}.hw-bp-hero{position:relative;min-height:78svh;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hw-bp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hw-bp-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center top}.hw-bp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0d0d0d33,#0d0d0d8c 55%,#0d0d0df2)}.hw-bp-hero__content{position:relative;z-index:2;padding:var(--hw-bp-gutter);padding-bottom:clamp(40px,6vw,72px);max-width:780px}.hw-bp-hero__eyebrow{margin-bottom:22px}.hw-bp-hero__eyebrow:before{display:none}.hw-bp-hero__title{font-size:clamp(38px,7vw,84px);margin-bottom:16px}.hw-bp-hero__sub{max-width:480px;font-size:clamp(15px,2vw,18px);margin-bottom:32px}@media(max-width:767px){.hw-bp-hero{min-height:63svh}}.hw-bp-trust{background:var(--hw-bp-grey-900);padding:28px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.hw-bp-trust__list{display:flex;flex-wrap:wrap;justify-content:center;gap:28px 40px}.hw-bp-trust__item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.03em;color:var(--hw-bp-white)}.hw-bp-trust__icon{flex-shrink:0;width:20px;height:20px;color:var(--hw-bp-gold)}.hw-bp-trust__icon svg{width:100%;height:100%;fill:currentColor}@media(max-width:767px){.hw-bp-trust__list{gap:16px 24px}.hw-bp-trust__item{font-size:12px}}.hw-bp-finder{background:var(--hw-bp-black);padding:var(--hw-bp-section-pad-v) 0}.hw-bp-finder__header{max-width:640px;margin:0 auto 40px;text-align:center}.hw-bp-finder__title{font-size:clamp(28px,4.5vw,48px);margin-bottom:14px}.hw-bp-search{position:relative;max-width:560px;margin:0 auto 24px}.hw-bp-search__icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--hw-bp-grey-400);pointer-events:none}.hw-bp-search__icon svg{width:100%;height:100%;fill:currentColor}.hw-bp-search__input{width:100%;min-height:52px;background:var(--hw-bp-grey-800);border:1px solid rgba(255,255,255,.12);border-radius:var(--hw-bp-radius-lg);color:var(--hw-bp-white);font-family:var(--main-family, inherit);font-size:16px;padding:12px 52px;transition:border-color var(--hw-bp-transition);appearance:none;-webkit-appearance:none}.hw-bp-search__input::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.hw-bp-search__input::placeholder{color:var(--hw-bp-grey-400)}.hw-bp-search__input:focus{border-color:var(--hw-bp-gold);outline:none}.hw-bp-search__clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px;height:36px;min-height:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:var(--hw-bp-grey-400);cursor:pointer;padding:0}.hw-bp-search__clear:hover{color:var(--hw-bp-white);background:#ffffff14}.hw-bp-search__clear svg{width:14px;height:14px;fill:currentColor}.hw-bp-search__clear[hidden]{display:none}.hw-bp-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:40px}.hw-bp-filters__btn{min-height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#ffffffa6;font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);font-size:13px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:background var(--hw-bp-transition),color var(--hw-bp-transition),border-color var(--hw-bp-transition)}.hw-bp-filters__btn[aria-pressed=true]{background:var(--hw-bp-gold);border-color:var(--hw-bp-gold);color:var(--hw-bp-black)}.hw-bp-finder__status{text-align:center}.hw-bp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.hw-bp-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media(min-width:1024px){.hw-bp-grid{grid-template-columns:repeat(4,1fr);gap:22px}}.hw-bp-district-card{display:block;position:relative;background:var(--hw-bp-grey-800);border-radius:var(--hw-bp-radius-lg);overflow:hidden;transition:transform var(--hw-bp-transition),box-shadow var(--hw-bp-transition)}.hw-bp-district-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px #00000073}.hw-bp-district-card__img-wrap{position:relative;width:100%;aspect-ratio:4 / 5;background:var(--hw-bp-grey-700);overflow:hidden}.hw-bp-district-card__img-wrap img{width:100%;height:100%;object-fit:cover}.hw-bp-district-card__img-wrap.hw-bp-district-card__img-wrap--placeholder{display:flex;align-items:center;justify-content:center}.hw-bp-district-card__img-wrap--placeholder svg{width:34%;height:34%;opacity:.18;fill:var(--hw-bp-white)}.hw-bp-district-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0d00 40%,#0d0d0deb)}.hw-bp-district-card__number{position:absolute;top:12px;left:12px;font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);font-size:12px;letter-spacing:.08em;color:var(--hw-bp-black);background:var(--hw-bp-gold);padding:4px 9px;border-radius:2px}.hw-bp-district-card__featured{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--hw-bp-gold);background:#f2d47924;border:1px solid rgba(242,212,121,.35);padding:4px 9px;border-radius:2px}.hw-bp-district-card__body{position:absolute;left:0;right:0;bottom:0;padding:14px 16px 16px}.hw-bp-district-card__name{font-family:var(--heading-family, inherit);font-weight:var(--heading-weight, 700);font-size:18px;text-transform:uppercase;color:var(--hw-bp-white);line-height:1.1;margin-bottom:6px}.hw-bp-district-card__cta{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hw-bp-gold)}.hw-bp-district-card[hidden]{display:none}.hw-bp-empty{text-align:center;padding:48px 20px;max-width:480px;margin:0 auto}.hw-bp-empty[hidden]{display:none}.hw-bp-empty__title{font-size:20px;margin-bottom:10px}.hw-bp-empty__text{margin-bottom:24px}.hw-bp-general{background:var(--hw-bp-grey-900);padding:var(--hw-bp-section-pad-v) 0}.hw-bp-general__header{max-width:640px;margin:0 auto 36px;text-align:center}.hw-bp-general__title{font-size:clamp(26px,4vw,42px)}.hw-bp-general__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:18px}@media(min-width:768px){.hw-bp-general__grid{grid-template-columns:repeat(3,1fr)}}.hw-bp-general-card{position:relative;display:block;border-radius:var(--hw-bp-radius-lg);overflow:hidden;aspect-ratio:3 / 4;background:var(--hw-bp-grey-800)}.hw-bp-general-card img{width:100%;height:100%;object-fit:cover}.hw-bp-general-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0d0d 30%,#0d0d0deb)}.hw-bp-general-card__body{position:absolute;left:0;right:0;bottom:0;padding:22px}.hw-bp-general-card__title{font-size:24px;margin-bottom:6px}.hw-bp-general-card__desc{font-size:13px;margin-bottom:14px;color:#ffffffb3}.hw-bp-general-card__cta{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--hw-bp-gold)}.hw-bp-types{background:var(--hw-bp-black);padding:var(--hw-bp-section-pad-v) 0}.hw-bp-types__header{max-width:640px;margin:0 auto 32px;text-align:center}.hw-bp-types__title{font-size:clamp(26px,4vw,42px)}.hw-bp-types__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(min-width:768px){.hw-bp-types__grid{grid-template-columns:repeat(4,1fr);gap:18px}}.hw-bp-type-card{display:block;position:relative;border-radius:var(--hw-bp-radius-lg);overflow:hidden;aspect-ratio:1 / 1;background:var(--hw-bp-grey-800)}.hw-bp-type-card img{width:100%;height:100%;object-fit:cover}.hw-bp-type-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d0d0d0d 40%,#0d0d0de6)}.hw-bp-type-card__title{position:absolute;left:0;right:0;bottom:14px;text-align:center;font-size:14px;padding:0 10px}.hw-bp-brand{background:var(--hw-bp-grey-900);padding:var(--hw-bp-section-pad-v) 0}.hw-bp-brand__grid{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.hw-bp-brand__grid--with-image{grid-template-columns:1fr}@media(min-width:768px){.hw-bp-brand__grid--with-image{grid-template-columns:1fr 1fr;gap:56px}}.hw-bp-brand__visual{border-radius:var(--hw-bp-radius-lg);overflow:hidden;aspect-ratio:4 / 3;background:var(--hw-bp-grey-800)}.hw-bp-brand__visual img{width:100%;height:100%;object-fit:cover}.hw-bp-brand__title{font-size:clamp(26px,4vw,44px);margin-bottom:16px}.hw-bp-brand__text{max-width:540px;color:#ffffffa6}.hw-bp-brand__text p{color:inherit}.hw-bp-cta{position:relative;padding:var(--hw-bp-section-pad-v) 0;background:var(--hw-bp-grey-800);text-align:center;overflow:hidden}.hw-bp-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hw-bp-cta__bg img{width:100%;height:100%;object-fit:cover;opacity:.28}.hw-bp-cta__inner{position:relative;z-index:1;max-width:560px;margin:0 auto}.hw-bp-cta__title{font-size:clamp(26px,4vw,42px);margin-bottom:14px}.hw-bp-cta__text{margin-bottom:28px}@media(prefers-reduced-motion:reduce){.hw-bp-root *{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/huniwear-budapest.css.map */
