.iurop-product-card{display:flex;flex-direction:column}.iurop-product-card__media{position:relative;aspect-ratio:var(--iurop-card-ratio, .75);overflow:hidden;background:#f2f0ed}.iurop-product-card__media-link{display:block;width:100%;height:100%}.iurop-product-card__gallery{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;width:100%;height:100%;scrollbar-width:none;transition:transform .6s cubic-bezier(.25,.8,.3,1)}.iurop-product-card__gallery::-webkit-scrollbar{display:none}@media(max-width:989px){.iurop-product-card__gallery--multi{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior-x:contain;touch-action:pan-x pan-y}}.iurop-product-card__image,.iurop-product-card__placeholder{flex:0 0 100%;width:100%;height:100%;object-fit:cover;scroll-snap-align:start}.iurop-product-card.is-swipe-hinting .iurop-product-card__gallery--multi{animation:iurop-card-swipe-hint 2s cubic-bezier(.22,.61,.36,1)}@keyframes iurop-card-swipe-hint{0%{transform:translate(0)}30%,70%{transform:translate(-16%)}to{transform:translate(0)}}.iurop-product-card__badge{position:absolute;top:8px;left:8px;z-index:2;display:flex;align-items:center;justify-content:center;padding:4px;background:#fff;color:#000;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:.48px;text-transform:uppercase}.iurop-product-card__form{position:absolute;right:6px;bottom:6px;z-index:2;margin:0}.iurop-product-card__atc{display:flex;align-items:center;justify-content:center;width:32px;height:32px;aspect-ratio:1/1;background:#fff;color:#333;transition:background .2s ease,color .2s ease,transform .15s ease}.iurop-product-card__atc:hover{background:#1a1a1a;color:#fff}.iurop-product-card__atc:active{transform:scale(.94)}.iurop-product-card__atc.is-loading{opacity:.6;pointer-events:none}.iurop-product-card__atc.is-added{background:#000;color:#fff;animation:iurop-atc-pop .35s cubic-bezier(.25,.8,.3,1)}.iurop-product-card__atc.is-added .iurop-product-card__atc-bag{display:none}.iurop-product-card__atc.is-added .iurop-product-card__atc-check{display:block}.iurop-product-card__atc .iurop-product-card__atc-check{display:none}@keyframes iurop-atc-pop{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.iurop-product-card__nav{position:absolute;top:50%;z-index:2;display:none;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;color:#1c1c1c;opacity:0;transform:translateY(-50%);transition:opacity .2s ease}.iurop-product-card__nav--prev{left:6px}.iurop-product-card__nav--next{right:6px}.iurop-product-card__nav.is-disabled{opacity:0!important;pointer-events:none}@media(hover:hover)and (min-width:990px){.iurop-product-card__nav{display:inline-flex}.iurop-product-card__media:hover .iurop-product-card__nav:not(.is-disabled){opacity:1;transition-delay:.5s}}.iurop-product-card__sizes{position:absolute;left:6px;right:6px;bottom:6px;z-index:3;display:flex;flex-wrap:wrap;justify-content:center;gap:5px;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.iurop-product-card__sizes.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.iurop-product-card__sizes[hidden]{display:flex}.iurop-product-card__size{display:flex;align-items:center;justify-content:center;padding:3px 7px;background:#fff;color:#1c1c1c;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:12px;font-weight:400;line-height:1.6;transition:background .15s ease,color .15s ease}.iurop-product-card__size:hover{background:#000;color:#fff}.iurop-product-card__size[disabled]{opacity:.45;text-decoration:line-through;cursor:default}.iurop-product-card__size[disabled]:hover{background:#fff;color:#1c1c1c}@media(max-width:989px){.iurop-product-card__badge{font-size:10px}.iurop-product-card__title{font-size:14px}.iurop-product-card__sizes{position:fixed;left:0;right:0;bottom:0;z-index:95;flex-direction:column;align-items:stretch;gap:4px;padding:30px 16px calc(20px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -10px 32px #00000024;opacity:1;transform:translateY(100%);visibility:hidden;transition:transform .35s cubic-bezier(.25,.8,.3,1),visibility 0s linear .35s;touch-action:none}.iurop-product-card__sizes:before{content:"";position:absolute;top:10px;left:50%;width:64px;height:4px;border-radius:2px;background:#d9d9d9;transform:translate(-50%)}.iurop-product-card__sizes.is-open{transform:translateY(0);visibility:visible;transition:transform .35s cubic-bezier(.25,.8,.3,1),visibility 0s}.iurop-product-card__sizes.is-dragging{transition:none}.iurop-product-card__size{width:100%;padding:10px 8px;font-size:16px;line-height:1.5}}.iurop-product-card__info{display:flex;flex-direction:column;gap:4px;padding:10px 4px 0}.iurop-product-card__rating{display:flex;align-items:center;gap:4px;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#404040}.iurop-product-card__star{flex-shrink:0}.iurop-product-card__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:15px;font-weight:500;line-height:20px;text-transform:capitalize;color:#333}.iurop-product-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}.iurop-product-card__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:13px;font-weight:400;line-height:18px;color:#333}@media(max-width:989px){.iurop-product-card__price{gap:5px;font-size:12px}}.iurop-product-card__price-amount,.iurop-product-card__price-compare{white-space:nowrap}.iurop-product-card__price-compare{color:#999;font-size:12px}.iurop-product-card__price.is-discounted .iurop-product-card__price-amount{color:#b23b3b}.iurop-product-card__swatches{display:flex;align-items:center;margin:0;padding:0;list-style:none}.iurop-product-card__swatch{width:16px;height:16px;flex-shrink:0;border-radius:8px;border:1px solid #fff;background:#ccc center/cover no-repeat}.iurop-product-card__swatch+.iurop-product-card__swatch{margin-left:-4px}.iurop-product-card__swatch--light{border-color:#d6d6d6}.iurop-carousel-progress{position:relative;display:block;height:2px;margin-top:16px;background:#e5e5e5;overflow:hidden}.iurop-carousel-progress.is-hidden{display:none}.iurop-carousel-progress__thumb{position:absolute;top:0;left:0;height:100%;background:#000;will-change:transform}#shopify-pc__banner,#shopify-pc__prefs{font-family:var(--font-family-base, "Inter"),sans-serif!important}#shopify-pc__banner .shopify-pc__banner__dialog{border:1px solid #e5e5e5!important;border-radius:0!important;box-shadow:0 -2px 24px #0000000f!important;background:#fff!important}#shopify-pc__banner__heading{font-family:var(--font-family-base, "Inter"),sans-serif!important;font-size:16px!important;font-weight:500!important;letter-spacing:.2px;text-transform:uppercase;color:#000!important}#shopify-pc__banner__body{font-family:var(--font-family-base, "Inter"),sans-serif!important;font-size:13px!important;line-height:1.6!important;color:#404040!important}#shopify-pc__banner a,#shopify-pc__prefs a{color:inherit!important;text-decoration:underline!important;text-underline-offset:2px}#shopify-pc__banner__btn-accept,#shopify-pc__banner__btn-decline,#shopify-pc__banner__btn-manage-prefs,.shopify-pc__banner__btn,.shopify-pc__prefs__action-btn{font-family:var(--font-family-base, "Inter"),sans-serif!important;font-size:12px!important;font-weight:400!important;letter-spacing:.6px!important;text-transform:uppercase!important;min-height:40px!important;border-radius:0!important;transition:background .2s ease,color .2s ease!important}#shopify-pc__banner__btn-accept,#shopify-pc__prefs__btn-save,#shopify-pc__prefs__btn-accept{background:#000!important;color:#fff!important;border:1px solid #000!important}#shopify-pc__banner__btn-accept:hover,#shopify-pc__prefs__btn-save:hover,#shopify-pc__prefs__btn-accept:hover{background:#fff!important;color:#000!important}#shopify-pc__banner__btn-decline,#shopify-pc__prefs__btn-decline{background:#fff!important;color:#000!important;border:1px solid #000!important}#shopify-pc__banner__btn-decline:hover,#shopify-pc__prefs__btn-decline:hover{background:#000!important;color:#fff!important}#shopify-pc__banner__btn-manage-prefs{background:transparent!important;border:none!important;color:#1c1c1c!important;text-decoration:underline!important;text-underline-offset:3px;text-transform:none!important;letter-spacing:0!important}#shopify-pc__prefs .shopify-pc__prefs__dialog{border-radius:0!important;border:1px solid #e5e5e5!important}#shopify-pc__prefs__header-title,.shopify-pc__prefs__header-title{font-family:var(--font-family-base, "Inter"),sans-serif!important;font-weight:500!important;text-transform:uppercase;color:#000!important}#shopify-pc__prefs__body,.shopify-pc__prefs__option-desc,.shopify-pc__prefs__option-title{font-family:var(--font-family-base, "Inter"),sans-serif!important;color:#404040!important}.shopify-policy__container{max-width:1440px;margin-inline:auto;padding:80px 32px 56px;display:flex;flex-direction:column;align-items:center;gap:64px}.shopify-policy__title{width:100%}.shopify-policy__title h1{margin:0;color:#000;text-align:center;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:16px;font-weight:400;line-height:56px;letter-spacing:4px;text-transform:uppercase}.shopify-policy__body{width:100%;max-width:860px;color:#404040;font-family:var(--font-family-base, "Inter"),sans-serif;font-size:16px;font-weight:400;line-height:1.75}.shopify-policy__body :where(h1,h2,h3,h4,h5,h6){color:#000;margin:1.5em 0 .5em;line-height:1.3}.shopify-policy__body>.rte>:first-child,.shopify-policy__body>:first-child{margin-top:0}.shopify-policy__body p{margin:0 0 1em}.shopify-policy__body a{color:inherit;text-decoration:underline}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1em;padding-left:1.4em}.shopify-policy__body li{margin-bottom:.4em}@media(max-width:989px){.shopify-policy__container{padding:48px 16px 40px;gap:32px}.shopify-policy__body{font-size:12px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html{font-size:62.5%;scroll-behavior:smooth;overflow-x:clip}body{font-family:var(--font-family-base, "Inter"),sans-serif;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}ul,ol{list-style:none}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer;background:none;border:none}input,textarea,select{font-family:inherit;font-size:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}[data-bs-track],.iurop-reviews__cards,.iurop-header__strip-list,.iurop-as-seen-on__track{contain:paint}@media(max-width:989px){.iurop-product-card__gallery--multi{contain:paint}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
