:root{--ic-bg:#ffffff;--ic-bg-secondary:#f8f8f8;--ic-bg-card:#ffffff;--ic-bg-input:rgba(0,0,0,0.04);--ic-text:#1a1a1a;--ic-text-secondary:rgba(26,26,26,0.65);--ic-text-muted:rgba(26,26,26,0.4);--ic-accent:#1a1a1a;--ic-accent-hover:#333333;--ic-border:rgba(0,0,0,0.08);--ic-border-light:rgba(0,0,0,0.12);--ic-overlay:rgba(0,0,0,0.5);--ic-success:#1a1a1a;--ic-danger:#e74c3c;--ic-radius:0px;--ic-radius-sm:0px;--ic-radius-lg:0px;--ic-shadow:0 4px 16px rgba(0,0,0,0.08);--ic-transition:0.3s cubic-bezier(0.4,0,0.2,1);--ic-font:'Instrument Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;--ic-container:1400px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100%;overflow-x:hidden}.ic-review-order-page{width:min(100%,680px);margin:0 auto;padding:48px 18px 72px}.ic-review-order-page h1{margin:0 0 10px;font-size:28px;line-height:1.15}.ic-review-order-page>p{margin:0 0 24px;color:var(--ic-text-muted)}.ic-review-order-form{display:grid;gap:16px}.ic-review-order-form label{display:grid;gap:7px;color:var(--ic-text);font-size:13px;font-weight:600}.ic-review-order-form input,.ic-review-order-form select,.ic-review-order-form textarea{width:100%;border:1px solid var(--ic-border);border-radius:0;background:#fff;color:var(--ic-text);font-family:var(--ic-font);font-size:14px}.ic-review-order-form input,.ic-review-order-form select{min-height:44px;padding:0 12px}.ic-review-order-form textarea{padding:12px;resize:vertical}.ic-review-order-form__check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;font-weight:400!important}.ic-review-order-form__check input{width:18px;min-height:18px;margin-top:2px;flex:0 0 18px}body{font-family:var(--ic-font);background:var(--ic-bg);color:var(--ic-text);line-height:1.6;width:100%;max-width:100%;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);border:0;word-wrap:normal!important}body.panel-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none;transition:color var(--ic-transition)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}select option{background:#ffffff;color:#1a1a1a}.ic-container{width:100%;max-width:var(--ic-container);margin:0 auto;padding:0 24px}.ic-progress-bar{position:fixed;top:0;left:0;height:2px;background:#1a1a1a;z-index:9999;transition:width 0.1s linear}.ic-campaign-bar{display:none}.ic-header{background:#ffffff;border-bottom:1px solid var(--ic-border);position:sticky;top:0;z-index:1000;transition:transform var(--ic-transition),box-shadow var(--ic-transition)}.ic-header.scrolled{box-shadow:0 2px 12px rgba(0,0,0,0.06)}.ic-header.hidden{transform:translateY(-100%)}.ic-header__top{border-bottom:1px solid var(--ic-border)}.ic-header__top-inner{display:flex;align-items:center;justify-content:center;max-width:var(--ic-container);margin:0 auto;padding:0 32px;height:72px;position:relative}.ic-header__left{position:absolute;left:32px;z-index:10;display:flex;align-items:center;gap:22px}.ic-gender-switcher{display:flex;align-items:stretch}.ic-gender-switcher__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;color:rgba(26,26,26,0.42);font-size:13px;font-weight:700;letter-spacing:1.8px;line-height:1;text-transform:uppercase;transition:color var(--ic-transition),background var(--ic-transition)}.ic-gender-switcher__link:hover,.ic-gender-switcher__link.active{color:var(--ic-text)}.ic-gender-switcher--mobile{display:none}.ic-logo{display:flex;align-items:center}.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{height:28px;width:auto;max-width:200px;object-fit:contain}.ic-header__toggle{display:none;flex-direction:column;gap:5px;padding:8px;z-index:10;position:absolute;left:32px}.ic-header__toggle span{width:22px;height:1.5px;background:var(--ic-text);transition:var(--ic-transition)}.ic-lang-switcher{position:relative;z-index:10}.ic-lang-switcher__current{display:flex;align-items:center;gap:6px;padding:6px 10px;background:transparent;border:1px solid var(--ic-border);border-radius:6px;cursor:pointer;transition:all 0.2s ease;font-size:13px;color:var(--ic-text)}.ic-lang-switcher__current:hover{border-color:#999;background:#f9f9f9}.ic-lang-switcher__flag{font-size:18px;line-height:1}.ic-lang-switcher__dropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:160px;background:#fff;border:1px solid var(--ic-border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,0.1);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;z-index:1000;overflow:hidden}.ic-lang-switcher.open .ic-lang-switcher__dropdown{display:block;opacity:1;visibility:visible;transform:translateY(0)}.ic-lang-switcher__option{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;color:var(--ic-text);text-decoration:none;transition:background 0.15s ease}.ic-lang-switcher__option:hover{background:#f5f5f5}.ic-lang-switcher__option.active{background:#f0f0f0;font-weight:600}.ic-lang-switcher__name{letter-spacing:0.2px}.ic-header__actions{display:flex;align-items:center;gap:6px;position:absolute;right:32px}.ic-header__search-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--ic-border);background:transparent;color:var(--ic-text-secondary);font-size:13px;cursor:pointer;transition:border-color var(--ic-transition);min-width:220px}.ic-header__search-btn:hover{border-color:var(--ic-text)}.ic-header__search-text{font-size:13px;color:var(--ic-text-muted)}.ic-header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:opacity var(--ic-transition);position:relative;color:var(--ic-text)}.ic-header__icon:hover{opacity:0.6}.ic-header__cart-btn{position:relative}body .xoo-wsc-basket{display:none!important}.ic-cart-count{position:absolute;top:4px;right:2px;min-width:16px;height:16px;background:#ffffff;color:#111111;border:1px solid #111111;font-size:9px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:0 3px;box-shadow:0 0 0 2px #ffffff}.ic-nav{background:#ffffff}.ic-nav__inner{display:flex;align-items:center;justify-content:center;gap:0;max-width:var(--ic-container);margin:0 auto;padding:0 32px;height:48px}.ic-nav__link{padding:14px 16px;font-size:14px;font-weight:400;text-transform:none;letter-spacing:0.28px;color:var(--ic-text);transition:opacity var(--ic-transition);white-space:nowrap;display:flex;align-items:center;gap:5px;height:100%}.ic-nav__link:hover,.ic-nav__link.active{opacity:0.6}.ic-nav__link--sale{color:#e74c3c}.ic-nav__link--sale:hover{color:#e74c3c;opacity:0.6}.ic-nav__item{position:static;height:100%;display:flex;align-items:center}.ic-megamenu{position:absolute;top:100%;left:0;right:0;width:100%;background:#ffffff;border-top:1px solid var(--ic-border);box-shadow:0 8px 24px rgba(0,0,0,0.08);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;z-index:999}.ic-nav__item:hover>.ic-megamenu,.ic-nav__item.active>.ic-megamenu{opacity:1;visibility:visible;transform:translateY(0)}.ic-megamenu__inner{display:flex;gap:0;max-width:var(--ic-container);margin:0 auto;padding:32px}.ic-megamenu__col{flex:1;padding:0 20px;border-right:1px solid var(--ic-border)}.ic-megamenu__col:first-child{padding-left:0}.ic-megamenu__col:last-child{border-right:none;padding-right:0}.ic-megamenu__col--featured{flex:1.5}.ic-megamenu__heading{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--ic-text);margin-bottom:16px;padding-bottom:8px}.ic-megamenu__link{display:block;padding:5px 0;font-size:13px;font-weight:400;color:var(--ic-text-secondary);transition:color var(--ic-transition);letter-spacing:0.2px}.ic-megamenu__link:hover{color:var(--ic-text)}.ic-megamenu__grid{display:grid;gap:12px}.ic-megamenu__grid--2x2{grid-template-columns:1fr 1fr}.ic-megamenu__stack{display:flex;flex-direction:column;gap:12px}.ic-megamenu__card{display:block;position:relative;overflow:hidden;text-decoration:none}.ic-megamenu__card img{width:100%;height:140px;object-fit:cover;transition:transform 0.4s ease}.ic-megamenu__card:hover img{transform:scale(1.04)}.ic-megamenu__card span{display:block;margin-top:8px;font-size:12px;font-weight:500;color:var(--ic-text);letter-spacing:0.3px}.ic-megamenu-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.3);z-index:998;opacity:0;visibility:hidden;transition:opacity 0.2s ease,visibility 0.2s ease;pointer-events:none}.ic-megamenu-overlay.visible{opacity:1;visibility:visible;pointer-events:auto}.ic-search-modal{position:fixed;inset:0;background:rgba(255,255,255,0.97);z-index:10002;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;opacity:0;visibility:hidden;transition:all var(--ic-transition);backdrop-filter:blur(8px)}.ic-search-modal.open{opacity:1;visibility:visible}.ic-search-modal__close{position:absolute;top:30px;right:30px;color:#1a1a1a;padding:8px;transition:transform var(--ic-transition)}.ic-search-modal__close:hover{transform:rotate(90deg)}.ic-search-modal__inner{text-align:center;width:600px;max-width:90%}.ic-search-modal__title{font-size:14px;text-transform:uppercase;letter-spacing:2px;color:rgba(26,26,26,0.5);margin-bottom:24px}.ic-search-modal__form{display:flex;border-bottom:2px solid #1a1a1a}.ic-search-modal__input{flex:1;background:transparent;border:none;outline:none;color:#1a1a1a;font-size:28px;padding:12px 0;font-weight:300}.ic-search-modal__input::placeholder{color:rgba(26,26,26,0.3)}.ic-search-modal__submit{padding:12px;color:#1a1a1a;transition:opacity var(--ic-transition)}.ic-search-modal__submit:hover{opacity:0.5}.ic-cart-panel{position:fixed;top:0;right:0;width:420px;max-width:90vw;height:100vh;background:var(--ic-bg-secondary);border-left:1px solid var(--ic-border);z-index:10001;transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform var(--ic-transition),visibility 0s linear 0.3s;display:flex;flex-direction:column}.ic-cart-panel.open{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform var(--ic-transition),visibility 0s}.ic-cart-panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--ic-border);font-weight:600;font-size:16px;letter-spacing:0.5px}.ic-cart-panel__close{padding:4px;transition:transform var(--ic-transition)}.ic-cart-panel__close:hover{transform:rotate(90deg)}.ic-cart-panel__content{flex:1;overflow-y:auto;padding:24px}.ic-cart-panel__empty{text-align:center;padding:60px 20px}.ic-cart-panel__empty-icon{margin-bottom:20px;color:var(--ic-text-muted)}.ic-cart-panel__empty h4{font-size:16px;margin-bottom:8px}.ic-cart-panel__empty p{color:var(--ic-text-secondary);font-size:14px;margin-bottom:24px}.ic-cart-panel .widget_shopping_cart_content{display:flex;flex-direction:column;height:100%}.ic-cart-panel .woocommerce-mini-cart{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto}.ic-cart-panel .woocommerce-mini-cart-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--ic-border);position:relative;align-items:flex-start}.ic-cart-panel .woocommerce-mini-cart-item img{width:70px;height:70px;object-fit:cover;border-radius:var(--ic-radius-sm);flex-shrink:0}.ic-cart-panel .woocommerce-mini-cart-item a:not(.remove){color:var(--ic-text);text-decoration:none;font-size:13px;font-weight:500;line-height:1.4}.ic-cart-panel .woocommerce-mini-cart-item .quantity{display:block;font-size:13px;color:var(--ic-text-secondary);margin-top:4px}.ic-cart-panel .woocommerce-mini-cart-item .amount{color:var(--ic-accent);font-weight:600}.ic-cart-panel .woocommerce-mini-cart-item .remove{position:absolute;right:0;top:16px;color:var(--ic-text-muted)!important;font-size:18px;text-decoration:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s}.ic-cart-panel .woocommerce-mini-cart-item .remove:hover{background:rgba(231,76,60,0.1);color:var(--ic-danger)!important}.ic-cart-panel .woocommerce-mini-cart__total{display:flex;justify-content:space-between;padding:20px 0;border-top:1px solid var(--ic-border);font-size:15px;font-weight:600}.ic-cart-panel .woocommerce-mini-cart__total .amount{color:var(--ic-accent)}.ic-cart-panel .woocommerce-mini-cart__buttons{display:flex;flex-direction:column;gap:10px;padding-top:16px}.ic-cart-panel .woocommerce-mini-cart__buttons .button{display:flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:var(--ic-radius);font-weight:600;font-size:14px;letter-spacing:0.5px;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:all 0.3s;border:2px solid var(--ic-accent);color:var(--ic-accent);background:transparent}.ic-cart-panel .woocommerce-mini-cart__buttons .button:hover{background:rgba(26,26,26,0.06)}.ic-cart-panel .woocommerce-mini-cart__buttons .checkout{background:var(--ic-accent);color:var(--ic-bg);border-color:var(--ic-accent)}.ic-cart-panel .woocommerce-mini-cart__buttons .checkout:hover{background:var(--ic-accent-hover);border-color:var(--ic-accent-hover)}.ic-mobile-menu{position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100vh;background:var(--ic-bg-secondary);border-right:1px solid var(--ic-border);z-index:10001;transform:translateX(-100%);visibility:hidden;pointer-events:none;transition:transform var(--ic-transition),visibility 0s linear 0.3s;display:flex;flex-direction:column}.ic-mobile-menu.open{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform var(--ic-transition),visibility 0s}.ic-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--ic-border)}.ic-mobile-menu__close{padding:4px}.ic-mobile-menu__nav{display:flex;flex-direction:column;overflow:hidden;padding:12px 0;overflow-y:auto;flex:1}.ic-mobile-menu__language{padding:14px 20px 16px;border-bottom:1px solid var(--ic-border)}.ic-mobile-menu__language-label{display:block;margin-bottom:8px;color:var(--ic-text-muted);font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.ic-lang-switcher--mobile{width:100%}.ic-lang-switcher--mobile .ic-lang-switcher__current{justify-content:space-between;width:100%;min-height:44px;padding:10px 12px}.ic-lang-switcher--mobile .ic-lang-switcher__dropdown{position:static;width:100%;margin-top:8px;box-shadow:none}.ic-mobile-menu__link{padding:14px 24px;font-size:15px;font-weight:500;color:var(--ic-text-secondary);border-bottom:1px solid var(--ic-border);transition:all var(--ic-transition)}.ic-mobile-menu__link:hover{color:var(--ic-text);padding-left:30px;background:rgba(0,0,0,0.03)}.ic-mobile-mega{border-bottom:1px solid var(--ic-border)}.ic-mobile-mega__summary{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:54px;padding:0 24px;border:0;border-radius:0;background:transparent;color:var(--ic-text);font-size:15px;font-weight:600;cursor:pointer;list-style:none;text-align:left}.ic-mobile-mega__summary::-webkit-details-marker{display:none}.ic-mobile-mega__summary svg{transition:transform var(--ic-transition)}.ic-mobile-mega[open] .ic-mobile-mega__summary svg{transform:rotate(180deg)}.ic-mobile-mega--sale .ic-mobile-mega__summary{color:var(--ic-danger)}.ic-mobile-mega__body{padding:0 18px 18px;background:#ffffff}.ic-mobile-mega__view-all{display:flex;align-items:center;min-height:42px;color:var(--ic-text);font-size:13px;font-weight:700;border-bottom:1px solid var(--ic-border)}.ic-mobile-mega__group{padding:14px 0 0}.ic-mobile-mega__group h4{margin:0 0 10px;color:var(--ic-text-muted);font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.ic-mobile-mega__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ic-mobile-mega__link,.ic-mobile-mega__card{display:flex;align-items:center;min-height:40px;color:var(--ic-text);font-size:13px;line-height:1.25}.ic-mobile-mega__link{padding:7px 0}.ic-mobile-mega__card{gap:9px;padding:6px;border:1px solid var(--ic-border);background:var(--ic-bg-secondary)}.ic-mobile-mega__thumb{width:42px;height:48px;flex:0 0 42px;overflow:hidden;background:#f3f3f3}.ic-mobile-mega__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ic-mobile-submenu{position:absolute;inset:0;z-index:1100;display:flex;flex-direction:column;background:#ffffff;transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform 0.24s ease,visibility 0s linear 0.24s}.ic-mobile-menu.has-submenu-open .ic-lang-switcher__dropdown{display:none!important}.ic-mobile-submenu.is-open{transform:translateX(0);visibility:visible;pointer-events:auto;transition:transform 0.24s ease,visibility 0s}.ic-mobile-submenu__header{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;min-height:56px;border-bottom:1px solid var(--ic-border);background:#ffffff}.ic-mobile-submenu__header span{overflow:hidden;color:#111111;font-size:13px;font-weight:500;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.ic-mobile-submenu__back,.ic-mobile-submenu__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:56px;border:0;border-radius:0;background:transparent;color:#111111;cursor:pointer}.ic-mobile-submenu__body{flex:1;overflow-y:auto;padding:22px 0 34px;-webkit-overflow-scrolling:touch}.ic-mobile-submenu__link{display:flex;align-items:center;min-height:48px;padding:0 20px;color:#111111;font-size:16px;font-weight:400;line-height:1.25;text-decoration:none}.ic-mobile-submenu__link:hover{background:#f7f7f7;color:#111111}.ic-mobile-submenu__link--view-all{min-height:46px;font-size:13px;font-weight:700;letter-spacing:0.02em;text-transform:uppercase}@media (max-width:768px){.ic-mobile-menu{width:min(390px,100vw);max-width:100vw}}.ic-backdrop{position:fixed;inset:0;background:var(--ic-overlay);z-index:10000;opacity:0;visibility:hidden;transition:all var(--ic-transition)}.ic-backdrop.visible{opacity:1;visibility:visible}#omnisend-forms-wrapper [aria-hidden="true"]{pointer-events:none!important}.ic-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;border-radius:var(--ic-radius);font-weight:600;font-size:14px;letter-spacing:0.5px;transition:all var(--ic-transition);cursor:pointer;border:none;text-transform:uppercase;gap:8px}.ic-btn-primary,.ic-btn.ic-btn--primary{background:var(--ic-accent);color:#ffffff}.ic-btn-primary:hover,.ic-btn.ic-btn--primary:hover{background:var(--ic-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,26,26,0.2)}.ic-btn-outline,.ic-btn.ic-btn--outline{background:transparent;color:var(--ic-text);border:1px solid var(--ic-border-light)}.ic-btn-outline:hover,.ic-btn.ic-btn--outline:hover{border-color:var(--ic-accent);color:var(--ic-accent);transform:translateY(-2px)}.ic-home-hero{width:100%;min-height:620px;background:#111}.ic-home-hero__link{position:relative;display:flex;align-items:flex-end;width:100%;min-height:620px;overflow:hidden;color:#ffffff}.ic-home-hero__picture,.ic-home-hero__image,.ic-home-hero__placeholder{position:absolute;inset:0;width:100%;height:100%}.ic-home-hero__picture{z-index:0}.ic-home-hero__image{object-fit:cover;transition:transform 0.7s ease}.ic-home-hero__link:hover .ic-home-hero__image{transform:scale(1.025)}.ic-home-hero__placeholder{background:linear-gradient(135deg,#191919,#3b3b3b)}.ic-home-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.12) 44%,rgba(0,0,0,0.04) 100%),linear-gradient(0deg,rgba(0,0,0,0.52) 0%,rgba(0,0,0,0.05) 52%)}.ic-home-hero__content{position:relative;z-index:2;width:min(620px,calc(100% - 64px));margin:0 0 54px 48px}.ic-home-hero__title{margin:0 0 14px;color:#ffffff;font-size:clamp(36px,5vw,74px);font-weight:700;line-height:0.95;letter-spacing:7px;text-transform:uppercase}.ic-home-hero__subtitle{max-width:440px;margin:0 0 28px;color:rgba(255,255,255,0.92);font-size:clamp(16px,1.4vw,21px);font-weight:400;line-height:1.45}.ic-home-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 34px;background:var(--ic-hero-cta-bg,#1a1a1a);color:var(--ic-hero-cta-color,#ffffff);font-size:13px;font-weight:800;letter-spacing:2.2px;line-height:1;text-transform:uppercase;transition:background var(--ic-transition),color var(--ic-transition)}.ic-home-hero__link:hover .ic-home-hero__cta{background:#ffffff;color:#111111}.ic-hero-dual{display:grid;grid-template-columns:1fr 1fr;width:100%;min-height:520px}.ic-hero-dual__panel{position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:flex-start;padding:48px;text-decoration:none;color:#fff;min-height:520px}.ic-hero-dual__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform 0.6s ease}.ic-hero-dual__panel:hover .ic-hero-dual__img{transform:scale(1.04)}.ic-hero-dual__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a,#333);z-index:0}.ic-hero-dual__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.05) 100%);z-index:1}.ic-hero-dual__content{position:relative;z-index:2}.ic-hero-dual__subtitle{display:block;font-size:11px;letter-spacing:3px;text-transform:uppercase;color:rgba(255,255,255,0.7);margin-bottom:8px;font-weight:500}.ic-hero-dual__title{font-size:clamp(28px,3.5vw,42px);font-weight:600;line-height:1.15;margin-bottom:20px;color:#fff;letter-spacing:-0.5px}.ic-hero-dual__cta{display:inline-block;padding:12px 28px;background:#fff;color:#111;font-size:13px;font-weight:600;letter-spacing:0.5px;text-transform:none;transition:all 0.3s;border:none}.ic-hero-dual__panel:hover .ic-hero-dual__cta{background:var(--ic-accent);color:#fff}.ic-section{padding:80px 0}.ic-section-header{text-align:center;margin-bottom:48px}.ic-section-label{font-size:12px;text-transform:uppercase;letter-spacing:3px;color:var(--ic-accent);margin-bottom:12px;font-weight:600}.ic-section-title{font-size:clamp(28px,4vw,40px);font-weight:300;letter-spacing:-0.5px;margin-bottom:16px}.ic-section-divider{width:60px;height:2px;background:var(--ic-accent);margin:0 auto}.ic-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.ic-product-card{border-radius:var(--ic-radius);overflow:hidden;background:var(--ic-bg-card);border:1px solid var(--ic-border);transition:all var(--ic-transition)}.ic-product-card:hover{border-color:var(--ic-border-light);transform:translateY(-4px);box-shadow:var(--ic-shadow)}.ic-product-image-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--ic-bg-secondary)}.ic-product-img{width:100%;height:100%;object-fit:cover;transition:opacity 0.5s ease}.ic-product-img-hover{position:absolute;inset:0;opacity:0}.ic-product-card:hover .ic-product-img-primary{opacity:0}.ic-product-card:hover .ic-product-img-hover{opacity:1}.ic-product-overlay{position:absolute;bottom:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(10px);transition:all var(--ic-transition)}.ic-product-card:hover .ic-product-overlay{opacity:1;transform:translateY(0)}.ic-overlay-btn{width:40px;height:40px;background:var(--ic-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ic-text);transition:all var(--ic-transition);border:1px solid var(--ic-border-light)}.ic-overlay-btn:hover{background:var(--ic-accent);color:#ffffff;border-color:var(--ic-accent)}.ic-sale-badge{position:absolute;top:12px;left:12px;padding:4px 12px;background:var(--ic-danger);color:white;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--ic-radius-sm)}.ic-product-info{padding:16px}.ic-product-brand{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;color:var(--ic-accent);font-weight:600;display:block;margin-bottom:6px}.ic-product-brand:hover{color:var(--ic-accent-hover)}.ic-product-title{font-size:14px;font-weight:500;margin-bottom:8px;line-height:1.4}.ic-product-title a{transition:color var(--ic-transition)}.ic-product-title a:hover{color:var(--ic-accent)}.ic-product-price{font-size:15px;font-weight:600}.ic-product-price del{color:var(--ic-text-muted);font-weight:400;margin-right:8px}.ic-product-price ins{text-decoration:none;color:var(--ic-accent)}.ic-collections-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.ic-collection-card{position:relative;border-radius:var(--ic-radius-lg);overflow:hidden;aspect-ratio:3/4;cursor:pointer;display:block}.ic-collection-card img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.ic-collection-card:hover img{transform:scale(1.08)}.ic-collection-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,0.7) 100%);display:flex;align-items:flex-end;padding:20px}.ic-collection-name{font-size:16px;font-weight:600;letter-spacing:0.5px}.ic-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ic-review-card{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius-lg);padding:32px;transition:all var(--ic-transition)}.ic-review-card:hover{border-color:var(--ic-border-light);transform:translateY(-4px)}.ic-review-stars{color:var(--ic-accent);font-size:16px;margin-bottom:16px;letter-spacing:2px}.ic-review-text{font-size:14px;color:var(--ic-text-secondary);line-height:1.7;margin-bottom:16px;font-style:italic}.ic-review-author{font-size:13px;font-weight:600;color:var(--ic-text)}.ic-newsletter{text-align:center;max-width:560px;margin:0 auto;padding:60px 0}.ic-newsletter-title{font-size:32px;font-weight:300;margin-bottom:12px}.ic-newsletter-desc{color:var(--ic-text-secondary);font-size:15px;margin-bottom:32px}.ic-newsletter-form{display:flex;gap:0;border-radius:var(--ic-radius);overflow:hidden;border:1px solid var(--ic-border-light)}.ic-newsletter-input{flex:1;background:var(--ic-bg-input);border:none;outline:none;padding:14px 20px;color:var(--ic-text);font-size:14px}.ic-newsletter-input::placeholder{color:var(--ic-text-muted)}.ic-newsletter-form .ic-btn{border-radius:0}.ic-footer{background:var(--ic-bg-secondary);border-top:1px solid var(--ic-border);padding:60px 0 0}.ic-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:48px;padding-bottom:48px}.ic-footer__col--brand{display:flex;flex-direction:column;align-items:flex-start}.ic-footer__logo{display:inline-block;margin-bottom:20px}.ic-footer__logo img,.ic-footer__logo .custom-logo{height:36px;width:auto;filter:brightness(0) invert(1)}.ic-footer__logo-text{font-size:22px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--ic-text)}.ic-footer__desc{color:var(--ic-text-secondary);font-size:14px;line-height:1.8;margin-bottom:20px}.ic-footer__desc strong{color:var(--ic-text)}.ic-footer__email{color:var(--ic-text-secondary);font-size:14px;display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;transition:color var(--ic-transition)}.ic-footer__email:hover{color:var(--ic-accent)}.ic-footer__email svg{flex-shrink:0;opacity:0.6}.ic-footer__social{display:flex;gap:10px}.ic-footer__social-link{width:36px;height:36px;border-radius:50%;border:1px solid var(--ic-border-light);display:flex;align-items:center;justify-content:center;color:var(--ic-text-secondary);transition:all var(--ic-transition);position:relative}.ic-footer__social-link:hover{background:var(--ic-accent);border-color:var(--ic-accent);color:#ffffff;transform:translateY(-2px)}.ic-footer__heading{font-size:14px;text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;font-weight:600;color:var(--ic-text);display:flex;align-items:center;justify-content:space-between}.ic-footer__toggle-icon{display:none}.ic-footer__list{list-style:none;padding:0;margin:0}.ic-footer__list li{margin-bottom:12px}.ic-footer__list li:last-child{margin-bottom:0}.ic-footer__list a{color:var(--ic-text-secondary);font-size:14px;transition:all var(--ic-transition);display:inline-block}.ic-footer__list a:hover{color:var(--ic-text);padding-left:4px}.ic-footer__newsletter-text{color:var(--ic-text-secondary);font-size:14px;line-height:1.7;margin-bottom:20px}.ic-footer__newsletter-field{display:flex;border-radius:var(--ic-radius);overflow:hidden;border:1px solid var(--ic-border-light);transition:border-color var(--ic-transition)}.ic-footer__newsletter-field:focus-within{border-color:var(--ic-accent)}.ic-footer__newsletter-input{flex:1;background:var(--ic-bg-input);border:none;outline:none;padding:12px 16px;color:var(--ic-text);font-size:14px;font-family:var(--ic-font)}.ic-footer__newsletter-input::placeholder{color:var(--ic-text-muted)}.ic-footer__newsletter-btn{background:var(--ic-accent);color:#ffffff;padding:12px 18px;transition:background var(--ic-transition);display:flex;align-items:center;justify-content:center}.ic-footer__newsletter-btn:hover{background:var(--ic-accent-hover)}.ic-footer__newsletter-legal{font-size:12px;color:var(--ic-text-muted);margin-top:14px;line-height:1.6}.ic-footer__newsletter-legal a{color:var(--ic-text-secondary);text-decoration:underline;text-underline-offset:2px}.ic-footer__newsletter-legal a:hover{color:var(--ic-text)}.ic-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-top:1px solid var(--ic-border);font-size:13px;color:var(--ic-text-muted)}.ic-footer__copyright{white-space:nowrap}.ic-footer__payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.ic-payment-icon{display:inline-flex;opacity:0.7;transition:opacity var(--ic-transition)}.ic-payment-icon img{width:38px;height:24px;display:block;object-fit:contain;padding:3px;border-radius:4px;background:#ffffff}.ic-payment-icon:hover{opacity:1}.ic-go-top{position:fixed;bottom:30px;right:30px;width:44px;height:44px;border-radius:50%;background:var(--ic-bg-card);border:1px solid var(--ic-border-light);color:var(--ic-accent);display:flex;align-items:center;justify-content:center;z-index:999;opacity:0;visibility:hidden;transform:translateY(20px);transition:all var(--ic-transition);cursor:pointer}.ic-go-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.ic-go-top:hover{background:var(--ic-accent);color:#ffffff}.ic-go-top__circle{position:absolute;width:100%;height:100%;transform:rotate(-90deg)}.ic-go-top__arrow{position:relative;z-index:1}.ic-fade-in{opacity:1;transform:translateY(0);transition:opacity 0.6s ease,transform 0.6s ease}.ic-fade-in.ic-animate{opacity:0;transform:translateY(30px)}.ic-fade-in.ic-animate.visible{opacity:1;transform:translateY(0)}.ic-page{padding:40px 0 80px;min-height:60vh}.ic-breadcrumb{padding:16px 0 24px;font-size:13px;color:var(--ic-text-muted)}.ic-breadcrumb a{color:var(--ic-text-secondary)}.ic-breadcrumb a:hover{color:var(--ic-text)}.ic-breadcrumb-sep{margin:0 8px;color:var(--ic-text-muted)}.ic-page__title{font-size:32px;font-weight:300;margin-bottom:32px}.ic-page__body{color:var(--ic-text-secondary);line-height:1.8;font-size:15px}.ic-page__body h2{margin:38px 0 14px;color:var(--ic-text);font-size:20px;font-weight:700;line-height:1.3}.ic-page__body h2:first-child{margin-top:0}.ic-page__body p{margin:0 0 18px}.ic-page__body ul,.ic-page__body ol{margin:0 0 22px 22px;padding:0}.ic-page__body li{margin-bottom:8px}.ic-page__body a{color:var(--ic-text);font-weight:600;text-decoration:underline;text-underline-offset:3px}.ic-404__content{text-align:center;padding:80px 0}.ic-404__title{font-size:120px;font-weight:700;color:var(--ic-accent);line-height:1;margin-bottom:16px}.ic-404__subtitle{font-size:24px;margin-bottom:12px}.ic-404__text{color:var(--ic-text-secondary);margin-bottom:32px}.ic-shop{padding:0 0 80px}.ic-shop__layout{display:grid;grid-template-columns:260px 1fr;gap:40px;margin-top:24px}.ic-shop__sidebar{position:sticky;top:90px;align-self:start}.ic-shop__sidebar-header h3{display:flex;align-items:center;gap:8px;font-size:14px;text-transform:uppercase;letter-spacing:1.5px;padding-bottom:16px;border-bottom:1px solid var(--ic-border);margin-bottom:24px}.ic-filter-group{margin-bottom:28px}.ic-filter-group__title{font-size:13px;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;color:var(--ic-text);font-weight:600}.ic-filter-group__list li{margin-bottom:6px}.ic-filter-group__list a{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;color:var(--ic-text-secondary);border-radius:var(--ic-radius-sm);transition:all var(--ic-transition)}.ic-filter-group__list a:hover,.ic-filter-group__list a.active{background:rgba(0,0,0,0.04);color:var(--ic-text)}.ic-filter-count{color:var(--ic-text-muted);font-size:12px}.ic-shop__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.ic-shop__title{font-size:28px;font-weight:300}.ic-shop__result-count{color:var(--ic-text-muted);font-size:13px}.ic-shop__description{flex-basis:100%;max-width:760px;margin:-6px 0 0;color:var(--ic-text-secondary);font-size:14px;line-height:1.7}.ic-shop__filter-toggle{display:none;align-items:center;gap:6px;padding:8px 16px;font-size:13px;border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);color:var(--ic-text-secondary)}.ic-shop__pagination{margin-top:48px;text-align:center}.ic-empty-state{text-align:center;padding:80px 20px}.ic-empty-state h3{font-size:20px;margin-bottom:8px}.ic-empty-state p{color:var(--ic-text-secondary);margin-bottom:24px}.ic-shop__content .products{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;list-style:none;padding:0;margin:0}.woocommerce-breadcrumb{padding:16px 24px;font-size:13px;color:var(--ic-text-muted)}.woocommerce-breadcrumb a{color:var(--ic-text-secondary)}.woocommerce-breadcrumb a:hover{color:var(--ic-text)}.woocommerce-pagination{text-align:center}.woocommerce-pagination ul{display:inline-flex;gap:4px}.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--ic-radius);border:1px solid var(--ic-border);color:var(--ic-text-secondary);font-size:14px;transition:all var(--ic-transition)}.woocommerce-pagination ul li a:hover{border-color:var(--ic-accent);color:var(--ic-accent)}.woocommerce-pagination ul li span.current{background:var(--ic-accent);border-color:var(--ic-accent);color:#ffffff;font-weight:600}.woocommerce-ordering select,.orderby{width:100%;padding:10px 14px;background:var(--ic-bg-input);border:1px solid var(--ic-border);border-radius:var(--ic-radius-sm);color:var(--ic-text);font-size:13px;cursor:pointer;outline:none}.ic-single-product{padding:0 0 150px}.ic-single-product .product{padding-top:24px}.ic-single-product .woocommerce-product-gallery{float:left;width:55%;position:relative}.ic-single-product .woocommerce-product-gallery .flex-viewport,.ic-single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,.ic-single-product .woocommerce-product-gallery figure,.woocommerce div.product div.images .flex-viewport{background:transparent!important;border-radius:var(--ic-radius);overflow:hidden}.ic-single-product .woocommerce-product-gallery .zoomImg{border-radius:0}.ic-single-product .summary{float:right;width:40%}.ic-single-product .summary .product_title{font-size:28px;font-weight:400;margin-bottom:12px}.ic-single-product .summary .price{font-size:24px;color:var(--ic-accent);margin-bottom:20px}.ic-single-product .summary .price del{color:var(--ic-text-muted)}.ic-single-product .woocommerce-product-gallery__image img{border-radius:var(--ic-radius);background:var(--ic-bg-card)}.ic-single-product .onsale,.ic-single-product span.onsale{position:absolute;top:14px;left:14px;z-index:3;padding:6px 16px;background:var(--ic-danger);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--ic-radius-sm);line-height:1;margin:0;min-height:auto;min-width:auto}.ic-single-product .woocommerce-product-gallery__trigger{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.5);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:0;line-height:0;transition:background 0.2s;border:1px solid rgba(255,255,255,0.1);overflow:hidden}.ic-single-product .woocommerce-product-gallery__trigger img{display:none!important}.ic-single-product .woocommerce-product-gallery__trigger::before{content:'';display:block;width:14px;height:14px;border:2px solid #fff;border-radius:50%;position:relative;top:-1px;left:-1px}.ic-single-product .woocommerce-product-gallery__trigger::after{content:'';display:block;width:2px;height:6px;background:#fff;position:absolute;bottom:10px;right:11px;transform:rotate(-45deg);border-radius:1px}.ic-single-product .woocommerce-product-gallery__trigger:hover{background:rgba(0,0,0,0.7)}.ic-single-product .single_add_to_cart_button{background:var(--ic-accent);color:#ffffff;border:none;padding:14px 32px;font-weight:600;font-size:14px;border-radius:var(--ic-radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:all var(--ic-transition)}.ic-single-product .single_add_to_cart_button:hover{background:var(--ic-accent-hover);transform:translateY(-2px)}.ic-single-product .quantity input{background:var(--ic-bg-input);border:1px solid var(--ic-border);color:var(--ic-text);padding:14px;border-radius:var(--ic-radius-sm);text-align:center;width:70px}.ic-single-product .woocommerce-tabs{clear:both;padding-top:48px}.ic-single-product .product>.ic-home-section,.ic-single-product .product>.ic-piece-request{clear:both}.ic-single-product .woocommerce-tabs ul.tabs{display:flex;gap:0;border-bottom:1px solid var(--ic-border);margin-bottom:24px}.ic-single-product .woocommerce-tabs ul.tabs li{list-style:none}.ic-single-product .woocommerce-tabs ul.tabs li a{padding:12px 24px;font-size:14px;font-weight:500;color:var(--ic-text-muted);display:block;border-bottom:2px solid transparent;transition:all var(--ic-transition)}.ic-single-product .woocommerce-tabs ul.tabs li.active a{color:var(--ic-text);border-bottom-color:var(--ic-accent)}.ic-product-size-trigger,.ic-product-wishlist{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid var(--ic-border);background:#ffffff;color:var(--ic-text);font-size:13px;font-weight:700;cursor:pointer;transition:border-color var(--ic-transition),background var(--ic-transition)}.ic-product-size-trigger{margin:4px 0 18px}.ic-product-wishlist{margin-left:10px;vertical-align:middle}.ic-product-size-trigger:hover,.ic-product-wishlist:hover,.ic-product-wishlist.active{border-color:var(--ic-text);background:var(--ic-bg-secondary)}.ic-size-guide-modal[hidden]{display:none}.ic-size-guide-modal{position:fixed;inset:0;z-index:10020}.ic-size-guide-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.45)}.ic-size-guide-modal__panel{position:absolute;top:0;right:0;width:min(620px,100%);height:100%;overflow:auto;padding:42px;background:#ffffff;box-shadow:-16px 0 40px rgba(0,0,0,0.16)}.ic-size-guide-modal__close{position:absolute;top:20px;right:20px;width:38px;height:38px;border:1px solid var(--ic-border);background:#ffffff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.ic-size-guide-modal__eyebrow{margin:0 0 8px;color:var(--ic-text-muted);font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.ic-size-guide-modal h2{margin:0 44px 12px 0;color:var(--ic-text);font-size:24px;font-weight:700}.ic-size-guide-modal p{margin:0 0 24px;color:var(--ic-text-secondary);line-height:1.65}.ic-size-guide-modal__table-wrap{overflow-x:auto;border:1px solid var(--ic-border)}.ic-size-guide-table{width:100%;border-collapse:collapse;min-width:520px;background:#ffffff}.ic-size-guide-table th,.ic-size-guide-table td{padding:12px 14px;border-bottom:1px solid var(--ic-border);color:var(--ic-text);font-size:13px;text-align:left;white-space:nowrap}.ic-size-guide-table th{background:var(--ic-bg-secondary);font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase}.ic-piece-request{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(320px,1fr);gap:48px;max-width:1180px;margin:32px auto 72px;padding:48px;border:1px solid var(--ic-border);background:#ffffff}.ic-piece-request__eyebrow{margin:0 0 12px;color:var(--ic-text-muted);font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.ic-piece-request h2{margin:0 0 14px;color:var(--ic-text);font-size:28px;line-height:1.15}.ic-piece-request p{color:var(--ic-text-secondary);line-height:1.65}.ic-piece-request__form{display:grid;gap:16px}.ic-piece-request__form label{display:grid;gap:7px;color:var(--ic-text);font-size:13px;font-weight:700}.ic-piece-request__form input,.ic-piece-request__form textarea{width:100%;border:1px solid var(--ic-border);background:var(--ic-bg-secondary);color:var(--ic-text);padding:13px 14px;font:inherit;font-weight:400}.ic-piece-request__form textarea{resize:vertical}.ic-piece-request__form button{min-height:48px;border:0;background:var(--ic-text);color:#ffffff;font-size:13px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;cursor:pointer}.ic-piece-request__note{margin:0;font-size:12px}.ic-trust-badges{border-top:1px solid var(--ic-border);margin-top:28px;padding-top:0}.ic-trust-badge{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--ic-border)}.ic-trust-badge:last-child{border-bottom:none}.ic-trust-badge__icon{width:44px;height:44px;border-radius:50%;background:rgba(0,0,0,0.03);border:1px solid var(--ic-border-light);display:flex;align-items:center;justify-content:center;color:var(--ic-text-secondary);flex-shrink:0}.ic-trust-badge__text{display:flex;flex-direction:column;gap:2px}.ic-trust-badge__text strong{font-size:14px;font-weight:600;color:var(--ic-text)}.ic-trust-badge__text span{font-size:13px;color:var(--ic-text-secondary)}.ic-safe-checkout{margin-top:24px;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:20px 24px;text-align:center}.ic-safe-checkout__title{font-size:14px;font-weight:600;color:var(--ic-text);margin-bottom:14px}.ic-safe-checkout__icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.ic-safe-checkout__icons img{height:22px;width:auto;background:#fff;padding:5px 10px;border-radius:4px;border:1px solid rgba(255,255,255,0.15);object-fit:contain}.ic-safe-checkout__badge{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;border-radius:4px;font-size:10px;font-weight:700;font-family:Arial,sans-serif;line-height:1.1;text-align:center;background:#fff;color:#1a1a2e;border:1px solid rgba(255,255,255,0.15);white-space:nowrap}.ic-safe-checkout__badge--elo{background:#ffcb05;color:#000;font-size:11px;font-style:italic}.ic-safe-checkout__badge--visa{background:#1a1f71;color:#fff;font-size:13px;font-weight:800;font-style:italic;letter-spacing:1px}.ic-safe-checkout__badge--mc{background:#fff;color:#1a1a2e;font-size:9px;font-weight:600;gap:5px;padding:0 10px}.ic-mc-circles{display:inline-block;width:16px;height:16px;position:relative}.ic-mc-circles::before,.ic-mc-circles::after{content:'';position:absolute;top:0;width:16px;height:16px;border-radius:50%}.ic-mc-circles::before{left:0;background:#eb001b}.ic-mc-circles::after{left:6px;background:#f79e1b;opacity:0.85}.ic-safe-checkout__badge--paypal{background:#fff;color:#003087;font-size:10px}.ic-safe-checkout__badge--paysafe{background:#fff;color:#2e7d32;font-size:9px}.ic-safe-checkout__badge--apple{background:#000;color:#fff;font-size:12px;font-weight:500;letter-spacing:-0.3px}.ic-safe-checkout__badge--gpay{background:#fff;color:#4285F4;font-size:10px;font-weight:600}.ic-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1a1a1a;border-top:1px solid rgba(255,255,255,0.1);padding:12px 0;transform:translateY(100%);transition:transform 0.35s cubic-bezier(0.4,0,0.2,1);box-shadow:0 -4px 20px rgba(0,0,0,0.3)}.ic-sticky-bar.visible{transform:translateY(0)}.ic-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.ic-sticky-bar__product{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.ic-sticky-bar__img{width:52px;height:52px;border-radius:var(--ic-radius-sm);object-fit:cover;background:var(--ic-bg-card);flex-shrink:0}.ic-sticky-bar__info{min-width:0}.ic-sticky-bar__name{display:block;font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.ic-sticky-bar__rating{display:flex;gap:1px;margin-top:2px}.ic-sticky-bar__rating .ic-star{font-size:12px;color:rgba(255,255,255,0.2)}.ic-sticky-bar__rating .ic-star.filled{color:#f5a623}.ic-sticky-bar__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.ic-sticky-dropdown{position:relative;min-width:160px;z-index:100}.ic-sticky-dropdown__toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.15);color:#fff;padding:10px 14px;border-radius:var(--ic-radius-sm);font-size:13px;font-family:var(--ic-font);cursor:pointer;outline:none;transition:border-color 0.2s;white-space:nowrap}.ic-sticky-dropdown__toggle:hover,.ic-sticky-dropdown.open .ic-sticky-dropdown__toggle{border-color:rgba(255,255,255,0.35)}.ic-sticky-dropdown__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ic-sticky-dropdown__arrow{flex-shrink:0;color:rgba(255,255,255,0.6);transition:transform 0.25s}.ic-sticky-dropdown.open .ic-sticky-dropdown__arrow{transform:rotate(180deg)}.ic-sticky-dropdown__menu{display:none;position:absolute;bottom:100%;left:0;right:0;margin-bottom:4px;background:#1a1a1a;border:1px solid rgba(255,255,255,0.15);border-radius:var(--ic-radius-sm);padding:4px 0;list-style:none;max-height:240px;overflow-y:auto;box-shadow:0 -8px 24px rgba(0,0,0,0.5)}.ic-sticky-dropdown.open .ic-sticky-dropdown__menu{display:block}.ic-sticky-dropdown__item{padding:10px 14px;font-size:13px;color:#fff;cursor:pointer;transition:background 0.15s;white-space:nowrap}.ic-sticky-dropdown__item:hover{background:rgba(255,255,255,0.1)}.ic-sticky-dropdown__item.selected{background:#2a4a3a;color:var(--ic-accent)}.ic-sticky-dropdown__item.disabled{opacity:0.35;cursor:not-allowed;pointer-events:none}.ic-sticky-dropdown__item--placeholder{color:rgba(255,255,255,0.45);font-style:italic}.ic-sticky-bar__qty{display:flex;align-items:center;border:1px solid rgba(255,255,255,0.15);border-radius:var(--ic-radius-sm);overflow:hidden}.ic-sticky-bar__qty-btn{width:36px;height:40px;background:rgba(255,255,255,0.06);border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s}.ic-sticky-bar__qty-btn:hover{background:rgba(255,255,255,0.12)}.ic-sticky-bar__qty-input{width:40px;height:40px;background:transparent!important;border:none!important;border-left:1px solid rgba(255,255,255,0.1)!important;border-right:1px solid rgba(255,255,255,0.1)!important;color:#fff!important;text-align:center;font-size:14px;font-family:var(--ic-font);-moz-appearance:textfield}.ic-sticky-bar__qty-input::-webkit-inner-spin-button,.ic-sticky-bar__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ic-sticky-bar__add-btn{background:var(--ic-text);color:#ffffff;border:none;padding:12px 28px;font-size:14px;font-weight:600;font-family:var(--ic-font);border-radius:var(--ic-radius-sm);cursor:pointer;text-transform:uppercase;letter-spacing:0.5px;white-space:nowrap;transition:all 0.2s}.ic-sticky-bar__add-btn:hover{background:var(--ic-accent)}.ic-sticky-bar__add-btn:disabled{opacity:0.4;cursor:not-allowed}.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-notices-wrapper .woocommerce-message,.woocommerce-notices-wrapper .woocommerce-error{padding:14px 20px;border-radius:var(--ic-radius);font-size:14px;margin-bottom:20px;list-style:none}.woocommerce-message{background:rgba(76,175,80,0.1);border:1px solid rgba(76,175,80,0.3);color:var(--ic-success)}.woocommerce-message a,.woocommerce-info a{color:var(--ic-accent);font-weight:600}.woocommerce-info{background:rgba(26,26,26,0.05);border:1px solid rgba(26,26,26,0.15);color:var(--ic-accent)}.woocommerce-error{background:rgba(231,76,60,0.1);border:1px solid rgba(231,76,60,0.3);color:var(--ic-danger)}.woocommerce-error li{list-style:none}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce input[type="text"],.woocommerce input[type="email"],.woocommerce input[type="tel"],.woocommerce input[type="number"],.woocommerce input[type="password"],.woocommerce input[type="url"],.woocommerce select,.woocommerce textarea,input.input-text,.select2-container--default .select2-selection--single{background:var(--ic-bg-input)!important;border:1px solid var(--ic-border)!important;border-radius:var(--ic-radius-sm)!important;padding:12px 16px;color:var(--ic-text)!important;font-size:14px;width:100%;outline:none;transition:border-color var(--ic-transition);font-family:var(--ic-font)}.woocommerce div.product form.cart .variations select{width:100%!important;max-width:300px!important}.woocommerce input:focus,.woocommerce textarea:focus,.woocommerce select:focus{border-color:var(--ic-accent)!important}.woocommerce form .form-row label,.woocommerce label{color:var(--ic-text-secondary);font-size:13px;margin-bottom:6px;display:block;font-weight:500}.woocommerce label .required{color:var(--ic-accent)}.select2-container--default .select2-selection--single{height:auto!important;line-height:1.5}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--ic-text)!important;padding:0;line-height:1.5}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%!important;transform:translateY(-50%)}.select2-dropdown{background:var(--ic-bg-card)!important;border-color:var(--ic-border)!important}.select2-results__option{color:var(--ic-text)!important;padding:10px 14px!important}.select2-results__option--highlighted{background:rgba(26,26,26,0.08)!important;color:var(--ic-accent)!important}.select2-search__field{background:var(--ic-bg-input)!important;border-color:var(--ic-border)!important;color:var(--ic-text)!important}.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit,button.button,.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.checkout-button{background:var(--ic-accent)!important;color:#ffffff!important;border:none!important;padding:14px 28px;font-weight:600;border-radius:var(--ic-radius)!important;cursor:pointer;font-size:14px;transition:all var(--ic-transition);text-transform:uppercase;letter-spacing:0.5px;font-family:var(--ic-font);display:inline-block;text-align:center}.woocommerce .button:hover,.woocommerce button.button:hover,.woocommerce a.button:hover,.woocommerce input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--ic-accent-hover)!important;transform:translateY(-1px)}.woocommerce-cart .ic-page,.woocommerce-cart .ic-container{max-width:var(--ic-container)}.woocommerce-cart .ic-page__title{font-size:32px;font-weight:400;letter-spacing:1px;margin-bottom:32px}.woocommerce-cart .woocommerce{display:flex;flex-wrap:wrap;gap:40px}.woocommerce-cart .woocommerce>.woocommerce-notices-wrapper{flex:0 0 100%}.woocommerce-cart form.woocommerce-cart-form{flex:1 1 0%;min-width:0}.woocommerce-cart .cart-collaterals{flex:0 0 360px;min-width:0}.woocommerce table.shop_table,table.shop_table{width:100%;border-collapse:collapse;border:none!important;border-radius:0!important;overflow:visible}.woocommerce table.shop_table thead{background:transparent;border-bottom:1px solid var(--ic-border)}.woocommerce table.shop_table th{color:var(--ic-text-muted);font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:1.5px;padding:0 16px 14px;border-bottom:1px solid var(--ic-border)!important;text-align:left}.woocommerce table.shop_table td{padding:24px 16px;border-bottom:1px solid var(--ic-border)!important;border-top:none!important;vertical-align:middle;color:var(--ic-text);font-size:14px}.woocommerce table.shop_table td.product-thumbnail{width:100px;padding-right:0}.woocommerce table.shop_table td.product-thumbnail img{width:90px;height:90px;object-fit:cover;border-radius:var(--ic-radius-sm);background:var(--ic-bg-card);border:1px solid var(--ic-border)}.woocommerce table.shop_table td.product-name{font-weight:500}.woocommerce table.shop_table td.product-name a{color:var(--ic-text);font-weight:500;font-size:15px}.woocommerce table.shop_table td.product-name a:hover{color:var(--ic-accent)}.woocommerce table.shop_table td.product-name .variation{margin-top:6px}.woocommerce table.shop_table td.product-name .variation dt,.woocommerce table.shop_table td.product-name .variation dd{display:inline;font-size:13px;color:var(--ic-text-muted);margin:0}.woocommerce table.shop_table td.product-name .variation dd p{display:inline;margin:0}.woocommerce table.shop_table td.product-name .ic-cart-item-meta{display:none}.woocommerce table.shop_table .ic-cart-item-price{display:inline-flex;align-items:baseline;gap:8px;white-space:nowrap}.woocommerce table.shop_table .ic-cart-item-price del{color:#8a8a8a;font-size:13px;font-weight:500;text-decoration:line-through;text-decoration-thickness:1px}.woocommerce table.shop_table .ic-cart-item-price ins{background:transparent;color:#b00000;font-size:13px;font-weight:800;text-decoration:none}.woocommerce table.shop_table td.product-remove{width:36px;text-align:center;padding-left:0;padding-right:12px}.woocommerce table.shop_table td.product-remove a{color:var(--ic-text-muted)!important;font-size:16px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s;background:transparent}.woocommerce table.shop_table td.product-remove a:hover{color:#fff!important;background:var(--ic-danger)}.woocommerce table.shop_table td.product-price .amount,.woocommerce table.shop_table td.product-subtotal .amount{font-weight:500;color:var(--ic-text)}.woocommerce table.shop_table td.product-quantity .quantity{display:inline-flex;align-items:center;border:1px solid var(--ic-border);border-radius:var(--ic-radius-sm);overflow:hidden}.woocommerce table.shop_table td.product-quantity .quantity input{background:transparent;border:none;color:var(--ic-text);padding:10px 4px;width:48px;text-align:center;border-radius:0;font-size:14px;font-family:var(--ic-font);-moz-appearance:textfield}.woocommerce table.shop_table td.product-quantity .quantity input::-webkit-inner-spin-button,.woocommerce table.shop_table td.product-quantity .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.woocommerce table.shop_table td.actions{padding:20px 0;border-bottom:none!important}.woocommerce .coupon{display:inline-flex;gap:8px;align-items:center}.woocommerce .coupon input#coupon_code{max-width:200px;padding:12px 16px;background:var(--ic-bg-input);border:1px solid var(--ic-border);border-radius:var(--ic-radius-sm);color:var(--ic-text);font-size:13px;font-family:var(--ic-font)}.woocommerce .coupon input#coupon_code::placeholder{color:var(--ic-text-muted)}.woocommerce .coupon .button{padding:12px 20px!important;font-size:12px!important;letter-spacing:1px}.woocommerce table.shop_table td.actions>.button{float:right;padding:12px 24px!important;font-size:12px!important;letter-spacing:0.5px;background:transparent!important;border:1px solid var(--ic-border)!important;color:var(--ic-text)!important}.woocommerce table.shop_table td.actions>.button:hover{border-color:var(--ic-accent)!important;color:var(--ic-accent)!important}.woocommerce .cart_totals,.cart_totals{margin-top:0;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:28px;position:sticky;top:100px}.woocommerce .cart_totals h2{font-size:18px;font-weight:500;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--ic-border);letter-spacing:0.5px}.woocommerce .cart_totals table{width:100%;border:none!important}.woocommerce .cart_totals table th{color:var(--ic-text-secondary);font-weight:400;padding:12px 0;text-transform:none;letter-spacing:0;font-size:14px;border:none!important}.woocommerce .cart_totals table td{padding:12px 0;text-align:right;border:none!important}.woocommerce .cart_totals .order-total th,.woocommerce .cart_totals .order-total td{padding-top:18px;border-top:1px solid var(--ic-border)!important}.woocommerce .cart_totals .order-total .amount{color:var(--ic-accent);font-size:22px;font-weight:700}.woocommerce-cart .wc-proceed-to-checkout{padding-top:20px}.woocommerce-cart .wc-proceed-to-checkout .checkout-button{width:100%;padding:16px 28px;font-size:14px;letter-spacing:1px;text-transform:uppercase;font-weight:600;border-radius:var(--ic-radius-sm)}.woocommerce-cart .woocommerce-shipping-methods{list-style:none;padding:0;margin:0}.woocommerce-cart .woocommerce-shipping-methods li{font-size:13px;color:var(--ic-text-secondary);padding:4px 0}.woocommerce-cart .cross-sells,.ic-cart-recommendations{flex:0 0 100%;margin-top:20px;padding-top:40px;border-top:1px solid var(--ic-border)}.woocommerce-cart .cross-sells>h2,.ic-cart-recommendations>h2{font-size:22px;font-weight:400;letter-spacing:0.5px;margin-bottom:28px;color:var(--ic-text)}.woocommerce-cart .cross-sells .products,.ic-cart-recommendations .products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.woocommerce-cart .cross-sells .products li.product,.ic-cart-recommendations .products li.product{list-style:none;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden;transition:transform 0.3s,border-color 0.3s}.woocommerce-cart .cross-sells .products li.product:hover,.ic-cart-recommendations .products li.product:hover{transform:translateY(-4px);border-color:var(--ic-accent)}.woocommerce-cart .cross-sells .products li.product a img,.ic-cart-recommendations .products li.product a img{width:100%;height:260px;object-fit:cover;display:block}.woocommerce-cart .cross-sells .products li.product a .woocommerce-loop-product__title,.ic-cart-recommendations .products li.product a h3{font-size:14px;font-weight:500;color:var(--ic-text);padding:14px 14px 0;margin:0}.woocommerce-cart .cross-sells .products li.product .price,.ic-cart-recommendations .products li.product .price{padding:6px 14px 14px;font-size:14px}.woocommerce-cart .cross-sells .products li.product .price del{color:var(--ic-text-muted);font-size:13px}.woocommerce-cart .cross-sells .products li.product .price ins{text-decoration:none;color:var(--ic-accent);font-weight:600}.woocommerce-cart .cross-sells .products li.product .button,.ic-cart-recommendations .products li.product .button{display:none}.woocommerce-cart .cart-empty{text-align:center;padding:60px 20px;font-size:16px;color:var(--ic-text-secondary)}.woocommerce-cart .return-to-shop{text-align:center;margin-top:20px}.woocommerce-cart .return-to-shop .button{padding:14px 32px;font-size:14px;letter-spacing:0.5px}.woocommerce-checkout .ic-page{max-width:var(--ic-container);margin:0 auto}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:40px}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{min-width:0}.woocommerce-checkout h3{font-size:20px;font-weight:500;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--ic-border)}.woocommerce-checkout .form-row{margin-bottom:16px}.woocommerce-checkout #order_review_heading{margin-top:40px}.woocommerce-checkout-review-order-table{margin-bottom:24px}.woocommerce-checkout #payment{background:var(--ic-bg-card);border-radius:var(--ic-radius);padding:24px;border:1px solid var(--ic-border)}.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--ic-border);padding-bottom:16px;margin-bottom:16px}.woocommerce-checkout #payment ul.payment_methods li{list-style:none;padding:10px 0}.woocommerce-checkout #payment ul.payment_methods li label{color:var(--ic-text);cursor:pointer}.woocommerce-checkout #payment div.payment_box{background:var(--ic-bg-secondary);border-radius:var(--ic-radius-sm);padding:12px 16px;margin-top:8px;color:var(--ic-text-secondary);font-size:13px}.woocommerce-checkout #place_order{width:100%;padding:18px;font-size:16px;margin-top:16px}.woocommerce-checkout .woocommerce-privacy-policy-text{color:var(--ic-text-muted);font-size:12px;margin-bottom:16px}.woocommerce-checkout .woocommerce-privacy-policy-text a{color:var(--ic-text-secondary);text-decoration:underline}.woocommerce-account .ic-page{max-width:var(--ic-container);margin:0 auto}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:220px;margin-right:40px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:1px solid var(--ic-border)}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{display:block;padding:12px 16px;font-size:14px;color:var(--ic-text-secondary);transition:all var(--ic-transition)}.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color:var(--ic-text);background:rgba(0,0,0,0.03);padding-left:20px}.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{border-left:2px solid var(--ic-accent);color:var(--ic-accent)}.woocommerce-account .woocommerce-MyAccount-content{overflow:hidden;padding-left:0}.woocommerce-account .woocommerce-MyAccount-content p{color:var(--ic-text-secondary);line-height:1.7}.woocommerce-account .woocommerce-MyAccount-content a{color:var(--ic-accent)}.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:32px;max-width:480px}.woocommerce-account .u-columns.col2-set{display:grid;grid-template-columns:1fr 1fr;gap:40px}.woocommerce-form-login .woocommerce-form-login__submit,.woocommerce-form-register .woocommerce-form-register__submit{width:100%;margin-top:8px}.woocommerce-form__label-for-checkbox{display:flex;align-items:center;gap:8px;color:var(--ic-text-secondary);font-size:14px;cursor:pointer}.lost_password a{color:var(--ic-accent);font-size:13px}.woocommerce div.product{max-width:var(--ic-container);margin:0 auto;padding:24px}.woocommerce div.product div.images{float:left;width:55%;position:relative}.woocommerce div.product div.images img{border-radius:var(--ic-radius);background:var(--ic-bg-card);width:100%;height:auto}.woocommerce div.product span.onsale{position:absolute;top:14px;left:14px;z-index:3;padding:6px 16px;background:var(--ic-danger);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--ic-radius-sm);line-height:1;margin:0;min-height:auto;min-width:auto}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:14px;right:14px;z-index:3;width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,0.5);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:0;transition:background 0.2s;border:1px solid rgba(255,255,255,0.1)}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:'';display:block;width:16px;height:16px;border:2px solid #fff;border-radius:50%;position:relative;top:-1px;left:-1px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:'';display:block;width:2px;height:7px;background:#fff;position:absolute;bottom:9px;right:10px;transform:rotate(-45deg);border-radius:1px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover{background:rgba(0,0,0,0.7)}.woocommerce div.product div.images .woocommerce-product-gallery__trigger img{display:none!important}.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:12px;list-style:none;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:80px}.woocommerce div.product div.images .flex-control-thumbs li img{border-radius:var(--ic-radius-sm);cursor:pointer;opacity:0.6;transition:opacity var(--ic-transition)}.woocommerce div.product div.images .flex-control-thumbs li img:hover,.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{opacity:1}.woocommerce div.product div.summary{float:right;width:40%}.woocommerce div.product .product_title{font-size:28px;font-weight:400;margin-bottom:12px}.woocommerce div.product .price{font-size:24px;color:var(--ic-accent);margin-bottom:24px;font-weight:600}.woocommerce div.product .price del{color:var(--ic-text-muted);font-weight:400}.woocommerce div.product .price ins{text-decoration:none}.woocommerce div.product .woocommerce-product-details__short-description{color:var(--ic-text-secondary);line-height:1.7;margin-bottom:24px;font-size:14px}.woocommerce div.product form.cart{margin-bottom:24px;display:flex;flex-wrap:wrap;align-items:stretch;gap:12px}.woocommerce div.product form.cart .variations{margin-bottom:8px;width:100%;flex:0 0 100%;border-collapse:separate}.woocommerce div.product form.cart .variations td.label{display:block;padding:0 0 6px}.woocommerce div.product form.cart .variations td.value{display:block;padding:0 0 4px}.woocommerce div.product form.cart .variations tr{display:block;margin-bottom:8px}.woocommerce div.product form.cart .variations .reset_variations{display:inline-block;margin-top:8px;font-size:12px;color:var(--ic-text-muted)}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{padding:8px 0;border:none}.woocommerce div.product form.cart .variations label{font-weight:500}.woocommerce div.product form.cart .variations select{max-width:300px;width:100%;background:var(--ic-bg-input);border:1px solid var(--ic-border);color:var(--ic-text);padding:12px 16px;border-radius:var(--ic-radius-sm);font-size:14px;font-family:var(--ic-font);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23d4af37' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;outline:none;transition:border-color var(--ic-transition)}.woocommerce div.product form.cart .variations select:focus{border-color:var(--ic-accent)}.woocommerce div.product form.cart .variations select option{background:#1a2a1f;color:var(--ic-text);padding:10px}.woocommerce div.product form.cart .quantity{margin-right:0;display:inline-flex;align-items:center}.woocommerce div.product form.cart .quantity input{background:var(--ic-bg-input);border:1px solid var(--ic-border);color:var(--ic-text);padding:14px;border-radius:var(--ic-radius-sm);text-align:center;width:70px;height:52px;font-size:15px;box-sizing:border-box}.woocommerce div.product form.cart .single_add_to_cart_button{flex:1;padding:14px 32px;height:52px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.woocommerce div.product form.cart .single_variation_wrap{width:100%;flex:0 0 100%}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{display:flex;align-items:stretch;gap:12px}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-price{margin-bottom:12px}.woocommerce div.product .product_meta{margin-top:24px;padding-top:20px;border-top:1px solid var(--ic-border);font-size:13px;color:var(--ic-text-muted)}.woocommerce div.product .product_meta>span{display:block;margin-bottom:4px}.woocommerce div.product .product_meta a{color:var(--ic-text-secondary)}.woocommerce div.product .product_meta a:hover{color:var(--ic-accent)}.woocommerce div.product .woocommerce-tabs{clear:both;padding-top:48px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:0;border-bottom:1px solid var(--ic-border);margin-bottom:24px;list-style:none;padding:0}.woocommerce div.product .woocommerce-tabs ul.tabs li{list-style:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:14px 24px;font-size:14px;font-weight:500;color:var(--ic-text-muted);display:block;border-bottom:2px solid transparent;transition:all var(--ic-transition)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ic-text);border-bottom-color:var(--ic-accent)}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel{color:var(--ic-text-secondary);line-height:1.7;font-size:14px}.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size:18px;margin-bottom:12px;color:var(--ic-text)}.woocommerce div.product .related.products{clear:both;padding-top:48px;border-top:1px solid var(--ic-border);margin-top:48px}.woocommerce div.product .related.products>h2{font-size:24px;font-weight:300;margin-bottom:24px}.woocommerce div.product .related.products ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;padding:0}ul.products li.product{position:relative;list-style:none;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden;transition:all var(--ic-transition)}ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--ic-shadow);border-color:var(--ic-border-light)}ul.products li.product a img,ul.products li.product img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;display:block;background:var(--ic-bg-secondary)}ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2{font-size:14px;font-weight:500;padding:12px 16px 4px;color:var(--ic-text);line-height:1.4}ul.products li.product .price{padding:0 16px 12px;font-size:15px;font-weight:600;color:var(--ic-text)}ul.products li.product .price del{color:var(--ic-text-muted);font-weight:400}ul.products li.product .price ins{text-decoration:none;color:var(--ic-accent)}ul.products li.product .price .amount{font-weight:600}ul.products li.product .onsale{position:absolute;top:12px;left:12px;padding:4px 12px;background:var(--ic-danger);color:white;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:var(--ic-radius-sm);z-index:2}ul.products li.product .button,ul.products li.product a.button{display:block;text-align:center;margin:0 16px 16px;padding:10px 16px;font-size:12px;border-radius:var(--ic-radius-sm)!important}.woocommerce .woocommerce-result-count{color:var(--ic-text-muted);font-size:13px;margin-bottom:8px}.woocommerce .woocommerce-ordering{margin-bottom:16px}.woocommerce-page ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;list-style:none;padding:0}.woocommerce .star-rating{color:var(--ic-accent);font-size:12px}.woocommerce .widget_price_filter .price_slider_wrapper{padding:8px 0}.woocommerce .widget_price_filter .ui-slider{background:var(--ic-border);border-radius:4px;height:4px}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{background:var(--ic-accent)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:var(--ic-accent);border:2px solid var(--ic-bg);width:16px;height:16px;border-radius:50%;top:-6px}@media (max-width:1024px){.ic-header{background:rgba(255,255,255,0.94);backdrop-filter:blur(14px)}.ic-nav{display:none}.ic-megamenu-overlay{display:none}.ic-header__toggle{display:flex}.ic-header__top-inner{display:grid;grid-template-columns:44px minmax(0,1fr) 96px;align-items:center;gap:12px;height:72px;padding:0 16px}.ic-header__left .ic-lang-switcher{display:none}.ic-header__left{display:none}.ic-gender-switcher--mobile{display:grid;grid-template-columns:1fr 1fr;width:100%;height:54px;border-top:1px solid rgba(17,17,17,0.08);background:#ffffff}.ic-gender-switcher--mobile .ic-gender-switcher__link{min-height:54px;border-right:1px solid rgba(17,17,17,0.08);background:#f7f7f7;color:rgba(26,26,26,0.42);font-size:13px}.ic-gender-switcher--mobile .ic-gender-switcher__link:last-child{border-right:0}.ic-gender-switcher--mobile .ic-gender-switcher__link.active{background:#ffffff;color:var(--ic-text)}body.single-product .ic-gender-switcher--mobile{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}.ic-header__toggle,.ic-header__actions{position:static}.ic-header__toggle{width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid rgba(17,17,17,0.08);border-radius:16px;background:rgba(248,248,248,0.92);box-shadow:0 10px 24px rgba(17,17,17,0.08)}.ic-logo{justify-content:center;min-width:0}.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{max-width:min(100%,188px);height:24px}.ic-header__actions{justify-self:end;gap:8px}.ic-header__search-btn,.ic-header__icon{width:44px;height:44px;min-width:44px;padding:0;justify-content:center;border:1px solid rgba(17,17,17,0.08);border-radius:16px;background:rgba(248,248,248,0.92);color:var(--ic-text);flex:0 0 44px;box-shadow:0 10px 24px rgba(17,17,17,0.08)}.ic-header__search-btn{gap:0}.ic-header__cart-btn{background:#ffffff;color:var(--ic-text);border-color:rgba(17,17,17,0.08)}.ic-header__search-text{display:none}.ic-header__actions a[href*="my-account"],.ic-header__actions a[href*="wishlist"]{display:none}.ic-cart-count{top:2px;right:2px}.xoo-wsc-basket{display:none!important}.ic-products-grid{grid-template-columns:repeat(3,1fr)}.ic-collections-grid{grid-template-columns:repeat(3,1fr)}.ic-reviews-grid{grid-template-columns:repeat(2,1fr)}.ic-shop__layout{grid-template-columns:1fr}.ic-shop__sidebar{display:none;position:fixed;top:0;left:0;width:320px;max-width:85vw;height:100vh;background:var(--ic-bg-secondary);z-index:10001;padding:24px;overflow-y:auto}.ic-shop__sidebar.open{display:block}.ic-shop__filter-toggle{display:flex}.ic-shop__content .products{grid-template-columns:repeat(2,1fr)}.ic-footer__grid{grid-template-columns:repeat(2,1fr);gap:32px 48px}.ic-single-product .woocommerce-product-gallery,.ic-single-product .summary{float:none;width:100%}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:100%}.woocommerce-checkout .col2-set{grid-template-columns:1fr}.woocommerce-cart .woocommerce{flex-direction:column}.woocommerce-cart .cart-collaterals{flex:0 0 100%}.woocommerce-cart .cross-sells .products,.ic-cart-recommendations .products{grid-template-columns:repeat(3,1fr)}.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin-right:0;margin-bottom:24px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-wrap:wrap;gap:4px}.woocommerce-account .woocommerce-MyAccount-navigation ul li{border-bottom:none}.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:8px 14px;border:1px solid var(--ic-border);border-radius:var(--ic-radius-sm);font-size:13px}.woocommerce-account .u-columns.col2-set{grid-template-columns:1fr}.woocommerce div.product .related.products ul.products{grid-template-columns:repeat(2,1fr)}.woocommerce-page ul.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.woocommerce table.shop_table thead{display:none}.woocommerce-cart table.shop_table,.woocommerce-cart table.shop_table tbody,.woocommerce-cart table.shop_table tr,.woocommerce-cart table.shop_table td{display:block;width:100%}.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;gap:0 14px;padding:20px 0;border-bottom:1px solid var(--ic-border);position:relative}.woocommerce-cart table.shop_table td{border-bottom:none!important;padding:0}.woocommerce-cart table.shop_table td.product-remove{position:absolute;top:20px;right:0;width:auto;z-index:2}.woocommerce-cart table.shop_table td.product-thumbnail{grid-row:1 / 3;grid-column:1;width:80px;padding:0}.woocommerce-cart table.shop_table td.product-thumbnail img{width:80px;height:80px}.woocommerce-cart table.shop_table td.product-name{grid-row:1;grid-column:2 / 4;padding-right:32px}.woocommerce-cart table.shop_table td.product-price{display:none}.woocommerce-cart table.shop_table td.product-quantity{grid-row:2;grid-column:2;padding-top:8px}.woocommerce-cart table.shop_table td.product-subtotal{grid-row:2;grid-column:3;padding-top:8px;text-align:right;font-weight:600}.woocommerce-cart table.shop_table td.actions{padding:16px 0}.woocommerce .coupon{width:100%;flex-direction:column;align-items:stretch}.woocommerce .coupon input#coupon_code{max-width:100%;width:100%}.woocommerce table.shop_table td.actions>.button{float:none;width:100%;margin-top:10px;text-align:center}.woocommerce .cart_totals{padding:20px}.woocommerce-cart .cross-sells .products,.ic-cart-recommendations .products{grid-template-columns:repeat(2,1fr);gap:14px}.woocommerce-cart .cross-sells .products li.product a img,.ic-cart-recommendations .products li.product a img{height:200px}.ic-sticky-bar__product{display:none}.ic-sticky-bar__inner{justify-content:center;gap:10px}.ic-sticky-bar__actions{flex:1;justify-content:center}.ic-sticky-dropdown{min-width:130px}.ic-sticky-dropdown__toggle{font-size:12px;padding:8px 12px}.ic-sticky-dropdown__item{font-size:12px;padding:8px 12px}.ic-sticky-bar__add-btn{padding:10px 20px;font-size:13px}.ic-sticky-bar__qty-btn{width:34px;height:38px}.ic-sticky-bar__qty-input{width:38px;height:38px}.ic-trust-badges{margin-top:20px}.ic-trust-badge{padding:14px 0;gap:12px}.ic-trust-badge__icon{width:38px;height:38px}.ic-trust-badge__icon svg{width:16px;height:16px}.ic-trust-badge__text strong{font-size:13px}.ic-trust-badge__text span{font-size:12px}.ic-safe-checkout{padding:16px 18px;margin-top:18px}.ic-safe-checkout__title{font-size:13px;margin-bottom:10px}.ic-safe-checkout__icons{gap:6px}.ic-safe-checkout__badge{height:28px;padding:0 8px;font-size:9px}.woocommerce div.product form.cart .variations select{max-width:100%}.woocommerce div.product form.cart .quantity input{height:48px;width:60px;padding:12px}.woocommerce div.product form.cart .single_add_to_cart_button{height:48px;padding:12px 24px;font-size:13px}.woocommerce div.product .related.products ul.products{grid-template-columns:repeat(2,1fr);gap:14px}.ic-home-hero,.ic-home-hero__link,.ic-home-hero__slide{min-height:520px}.ic-home-hero__content{width:calc(100% - 48px);margin:0 24px 28px}.ic-home-hero__title{font-size:clamp(32px,10vw,48px);letter-spacing:5px}.ic-home-hero__subtitle{margin-bottom:20px;font-size:16px}.ic-home-hero__cta{min-height:52px;width:min(100%,320px);padding:0 22px;font-size:12px}.ic-hero-dual{grid-template-columns:1fr;min-height:auto}.ic-hero-dual__panel{min-height:320px;padding:32px}.ic-hero-dual__title{font-size:28px}.ic-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ic-collections-grid{grid-template-columns:repeat(2,1fr)}.ic-reviews-grid{grid-template-columns:1fr}.ic-section{padding:48px 0}.ic-section-title{font-size:24px}.ic-newsletter-form{flex-direction:column}.ic-newsletter-form .ic-btn{border-radius:0 0 var(--ic-radius) var(--ic-radius)}.ic-footer__grid{grid-template-columns:1fr;gap:0}.ic-footer__col--brand{padding-bottom:28px;border-bottom:1px solid var(--ic-border);margin-bottom:0}.ic-footer__col--toggle{border-bottom:1px solid var(--ic-border);padding:0}.ic-footer__heading{margin-bottom:0;padding:18px 0;cursor:pointer;user-select:none;-webkit-user-select:none}.ic-footer__toggle-icon{display:inline-flex;transition:transform 0.3s ease}.ic-footer__col--toggle.open .ic-footer__toggle-icon{transform:rotate(180deg)}.ic-footer__col--toggle .ic-footer__list,.ic-footer__col--toggle .ic-footer__newsletter-content{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.35s ease;padding-bottom:0}.ic-footer__col--toggle.open .ic-footer__list,.ic-footer__col--toggle.open .ic-footer__newsletter-content{max-height:400px;padding-bottom:20px}.ic-footer__bottom{flex-direction:column;gap:16px;text-align:center;padding:20px 0}.ic-footer__payments{justify-content:center}.ic-header__inner{height:60px}}@media (max-width:480px){.ic-products-grid{grid-template-columns:1fr}.ic-collections-grid{grid-template-columns:1fr}.ic-shop__content .products{grid-template-columns:1fr}.woocommerce-page ul.products{grid-template-columns:1fr;gap:16px}.ic-shop__header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 12px}.ic-shop__result-count{grid-column:1 / -1}.ic-shop__filter-toggle{white-space:nowrap}.ic-hero-dual__panel{min-height:250px;padding:24px}.ic-hero-dual__title{font-size:24px}.ic-container{padding:0 16px}.woocommerce-cart .cross-sells .products,.ic-cart-recommendations .products{grid-template-columns:1fr}.woocommerce-cart .cross-sells .products li.product a img,.ic-cart-recommendations .products li.product a img{height:240px}.woocommerce-cart table.shop_table td.product-thumbnail img{width:64px;height:64px}.woocommerce-cart table.shop_table td.product-thumbnail{width:64px}.woocommerce .cart_totals{padding:16px}.woocommerce .cart_totals h2{font-size:16px}.ic-trust-badge{padding:12px 0;gap:10px}.ic-trust-badge__icon{width:34px;height:34px}.ic-trust-badge__text strong{font-size:12px}.ic-trust-badge__text span{font-size:11px}.ic-safe-checkout{padding:14px 12px;margin-top:14px}.ic-safe-checkout__badge{height:26px;padding:0 6px;font-size:8px}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{flex-direction:column}.woocommerce div.product form.cart .quantity{width:100%;justify-content:center}.woocommerce div.product form.cart .quantity input{width:100%;height:46px}.woocommerce div.product form.cart .single_add_to_cart_button{height:46px;width:100%}}.ic-marquee{overflow:hidden;white-space:nowrap;width:100%}.ic-marquee__track{display:inline-flex;animation:ic-marquee-scroll 30s linear infinite;gap:0}.ic-marquee__item{display:inline-block;padding:0 40px;font-size:13px;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:inherit}@keyframes ic-marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ic-brands-marquee{background:var(--ic-bg-secondary);padding:20px 0;border-top:1px solid var(--ic-border);border-bottom:1px solid var(--ic-border);overflow:hidden}.ic-marquee--brands .ic-marquee__track{animation:ic-marquee-scroll 40s linear infinite}.ic-marquee__brand{display:inline-block;padding:0 20px;font-size:14px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--ic-text-secondary);opacity:0.7}.ic-marquee__dot{display:inline-block;padding:0 8px;color:var(--ic-accent);font-size:10px;opacity:0.5}.ic-campaign-bar{display:block;width:100%;max-width:100vw;overflow:hidden;overflow-x:hidden;background:#151515;color:#ffffff;border:0;overscroll-behavior-x:none}.ic-campaign-bar__track{display:inline-flex;align-items:center;min-width:max-content;animation:ic-marquee-scroll 42s linear infinite}.ic-campaign-bar__item,.ic-campaign-bar__dot{flex:0 0 auto;color:rgba(255,255,255,0.92)}.ic-campaign-bar__item{display:inline-flex;align-items:center;min-height:39px;padding:0 28px;font-size:11px;font-weight:800;line-height:1;letter-spacing:1.8px;text-transform:uppercase}.ic-campaign-bar__dot{font-size:12px;opacity:0.62}body.ic-streetwear-category-page .ic-campaign-bar,body.ic-streetwear-category-page .ic-marquee,body.ic-streetwear-category-page .ic-home-product-rail,body.ic-streetwear-category-page .ic-home-card-rail,body.ic-streetwear-category-page .ic-home-brand-rail{contain:layout paint;max-width:100%}.ic-header .ic-campaign-bar + .ic-header__top .ic-header__top-inner{height:72px}.ic-home-hero{position:relative;min-height:clamp(600px,64vh,760px);background:#171717}.ic-home-hero__link{min-height:clamp(600px,64vh,760px)}.ic-home-hero__image{object-position:center 42%}.ic-home-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,0.48) 0%,rgba(0,0,0,0.18) 42%,rgba(0,0,0,0.04) 100%),linear-gradient(0deg,rgba(0,0,0,0.58) 0%,rgba(0,0,0,0.02) 58%)}.ic-home-hero__content{width:min(690px,calc(100% - 64px));margin:0 0 64px 32px}.ic-home-hero__title{max-width:820px;margin-bottom:18px;font-size:clamp(38px,4.7vw,68px);font-weight:800;line-height:1.02;letter-spacing:6px}.ic-home-hero__subtitle{margin-bottom:28px;font-size:clamp(16px,1.35vw,20px)}.ic-home-hero__cta{min-width:188px;min-height:56px;background:var(--ic-hero-cta-bg,rgba(20,20,20,0.96));color:var(--ic-hero-cta-color,#ffffff)}.ic-home-hero__track{display:flex;width:100%;min-height:inherit;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.ic-home-hero__track::-webkit-scrollbar{display:none}.ic-home-hero__slide{position:relative;display:flex;align-items:flex-end;flex:0 0 100%;width:100%;min-height:inherit;overflow:hidden;color:#ffffff;scroll-snap-align:start}.ic-home-hero__slide:hover .ic-home-hero__image{transform:scale(1.025)}.ic-home-hero__slide:hover .ic-home-hero__cta{background:#ffffff;color:#111111}.ic-home-hero__dots{position:absolute;right:32px;bottom:28px;z-index:4;display:flex;align-items:center;gap:8px}.ic-home-hero__dot{width:28px;height:3px;padding:0;border:0;background:rgba(255,255,255,0.45);cursor:pointer;transition:background 0.2s ease,width 0.2s ease}.ic-home-hero__dot.is-active{width:44px;background:#ffffff}.ic-brands-marquee{background:#ffffff;padding:18px 0}.ic-home-section{background:#ffffff;border-top:1px solid var(--ic-border)}.ic-home-section__inner{width:100%;max-width:1440px;margin:0 auto;padding:46px 32px 54px}.ic-home-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.ic-home-section__title{margin:0;color:var(--ic-text);font-size:22px;font-weight:800;line-height:1.15;letter-spacing:1.6px;text-transform:uppercase}.ic-home-section__subtitle{max-width:520px;margin-top:8px;color:var(--ic-text-secondary);font-size:14px;line-height:1.5}.ic-home-section__link{flex:0 0 auto;color:var(--ic-text);font-size:13px;font-weight:700;line-height:1;text-decoration:underline;text-underline-offset:4px}.ic-home-section__actions{display:flex;align-items:center;gap:18px;flex:0 0 auto}.ic-home-section__header--tabs{margin-bottom:18px}.ic-home-tabs__bar{display:flex;align-items:center;gap:0;margin:0 0 20px;border-bottom:1px solid var(--ic-border);overflow-x:auto;scrollbar-width:none}.ic-home-tabs__bar::-webkit-scrollbar{display:none}.ic-home-tabs__button{flex:0 0 auto;min-height:43px;padding:0 22px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--ic-text-secondary);font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:color 0.2s ease,border-color 0.2s ease}.ic-home-tabs__button.is-active{border-color:#111111;color:#111111}.ic-home-tabs__panel{display:none}.ic-home-tabs__panel.is-active{display:block}.ic-home-tabs__panel-tools{display:flex;justify-content:flex-end;margin:-4px 0 12px}.ic-home-rail-nav{display:flex;align-items:center;gap:6px}.ic-home-rail-nav__btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid var(--ic-border);border-radius:50%;background:#ffffff;color:#111111;cursor:pointer;transition:background 0.2s ease,color 0.2s ease,opacity 0.2s ease}.ic-home-rail-nav__btn:hover:not(:disabled){background:#111111;color:#ffffff}.ic-home-rail-nav__btn:disabled{cursor:default;opacity:0.32}.ic-home-rail-nav__btn svg{display:block;fill:currentColor}.ic-home-product-rail,.ic-home-card-rail,.ic-home-brand-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.ic-home-product-rail::-webkit-scrollbar,.ic-home-card-rail::-webkit-scrollbar,.ic-home-brand-rail::-webkit-scrollbar{display:none}.ic-home-product-tile,.ic-home-edit-card,.ic-home-brand-card{scroll-snap-align:start}.ic-home-product-tile{min-width:0}.ic-home-product-tile__image{position:relative;display:block;aspect-ratio:4 / 5;overflow:hidden;background:#f4f4f4}.ic-home-product-tile__image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform 0.45s ease}.ic-home-product-tile:hover .ic-home-product-tile__image img{transform:scale(1.035)}.ic-home-product-tile__badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;min-height:24px;padding:0 9px;background:#ffffff;color:#cf1f1f;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.ic-home-product-tile__badge--rank{background:#111111;color:#ffffff}.ic-home-product-tile__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#efefef,#dadada)}.ic-home-product-tile__body{padding-top:13px}.ic-home-product-tile__brand{display:block;margin-bottom:5px;color:var(--ic-text);font-size:12px;font-weight:800;line-height:1.2}.ic-home-product-tile__title{display:-webkit-box;min-height:38px;margin:0 0 8px;overflow:hidden;color:var(--ic-text-secondary);font-size:13px;font-weight:500;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ic-home-product-tile__price{color:var(--ic-text);font-size:13px;font-weight:700}.ic-home-product-tile__price del{margin-right:6px;color:var(--ic-text-muted);font-weight:500}.ic-home-product-tile__price ins{color:var(--ic-text);font-weight:800;text-decoration:none}.ic-home-product-tile__color{margin:-2px 0 8px;color:var(--ic-text-muted);font-size:12px;line-height:1.35}.ic-home-card-rail{grid-auto-columns:minmax(235px,1fr)}.ic-home-edit-card{position:relative;display:flex;align-items:flex-end;min-height:260px;overflow:hidden;background:#161616;color:#ffffff}.ic-home-edit-card__media,.ic-home-edit-card__media img,.ic-home-edit-card__shade{position:absolute;inset:0;width:100%;height:100%}.ic-home-edit-card__media img{object-fit:cover;transition:transform 0.5s ease}.ic-home-edit-card:hover .ic-home-edit-card__media img{transform:scale(1.045)}.ic-home-edit-card__shade{z-index:1;background:linear-gradient(0deg,rgba(0,0,0,0.62),rgba(0,0,0,0.08) 62%)}.ic-home-edit-card__title{position:relative;z-index:2;display:block;width:100%;padding:24px;color:#ffffff;font-size:18px;font-weight:800;line-height:1.2;letter-spacing:2px}.ic-home-brand-rail{grid-auto-columns:minmax(170px,1fr)}.ic-home-brand-card{display:grid;gap:12px;min-width:0;color:var(--ic-text);text-align:center}.ic-home-brand-card__media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 5;overflow:hidden;border:1px solid var(--ic-border);background:#f6f6f6}.ic-home-brand-card__media img{width:100%;height:100%;object-fit:contain;padding:14px;transition:transform 0.42s ease}.ic-home-brand-card:hover .ic-home-brand-card__media img{transform:scale(1.04)}.ic-home-brand-card__placeholder{color:var(--ic-text-secondary);font-size:26px;font-weight:800;letter-spacing:0.08em}.ic-home-brand-card__name{color:var(--ic-text);font-size:13px;font-weight:600;line-height:1.3}.ic-home-editorial{position:relative;display:flex;align-items:flex-end;min-height:520px;overflow:hidden;background:#151515;color:#ffffff}.ic-home-editorial img,.ic-home-editorial__shade{position:absolute;inset:0;width:100%;height:100%}.ic-home-editorial img{object-fit:cover;transition:transform 0.55s ease}.ic-home-editorial:hover img{transform:scale(1.03)}.ic-home-editorial__shade{z-index:1;background:linear-gradient(90deg,rgba(0,0,0,0.62),rgba(0,0,0,0.12) 54%,rgba(0,0,0,0.04)),linear-gradient(0deg,rgba(0,0,0,0.48),rgba(0,0,0,0.04) 62%)}.ic-home-editorial__content{position:relative;z-index:2;display:grid;gap:16px;max-width:650px;padding:0 0 54px 42px}.ic-home-editorial__title{color:#ffffff;font-size:clamp(30px,4vw,58px);font-weight:800;line-height:1.05;letter-spacing:5px;text-transform:uppercase}.ic-home-editorial__subtitle{color:rgba(255,255,255,0.88);font-size:18px;line-height:1.45}.ic-home-editorial__cta{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:160px;min-height:52px;padding:0 28px;background:#151515;color:#ffffff;font-size:12px;font-weight:800;line-height:1;letter-spacing:1.8px;text-transform:uppercase}@media (min-width:1100px){.ic-home-product-rail{grid-auto-columns:calc((100% - 72px) / 5)}.ic-home-card-rail{grid-auto-columns:calc((100% - 54px) / 4)}.ic-home-brand-rail{grid-auto-columns:calc((100% - 72px) / 5)}}body{background:#ffffff}.ic-campaign-bar{background:#141414}.ic-campaign-bar__item{font-size:11px;font-weight:700;letter-spacing:0.08em;text-transform:none}.ic-header{background:#ffffff;color:#111111}.ic-header__top,.ic-nav{background:#ffffff}.ic-header__top-inner{max-width:none;height:82px;padding:0 44px}.ic-header__left{left:44px;gap:24px}.ic-gender-switcher__link{min-height:44px;padding:0 13px;color:rgba(17,17,17,0.42);font-size:15px;font-weight:600;letter-spacing:0.08em;text-transform:none}.ic-gender-switcher__link:hover,.ic-gender-switcher__link.active{color:#111111}.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{height:29px;max-width:224px}.ic-header__actions{right:44px;gap:14px}.ic-header__search-btn{min-width:240px;width:clamp(220px,23vw,320px);min-height:48px;padding:0 18px;gap:14px;background:#f7f7f7;border:0;color:#111111;font-size:15px}.ic-header__search-btn:hover{background:#f2f2f2}.ic-header__search-text{color:#333333;font-size:15px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ic-header__icon{width:28px;height:44px;color:#111111}.ic-cart-count{top:8px;right:-6px;background:#ffffff;color:#111111;border-color:#111111}.ic-nav{border-bottom:1px solid var(--ic-border)}.ic-nav__inner{max-width:none;height:54px;padding:0 32px;gap:8px}.ic-nav__link{position:relative;padding:0 14px;color:#111111;font-size:15px;font-weight:400;letter-spacing:0;text-transform:none}.ic-nav__link::after{content:"";position:absolute;right:14px;bottom:12px;left:14px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform 0.2s ease}.ic-nav__link:hover::after,.ic-nav__link.active::after,.ic-nav__item.active>.ic-nav__link::after{transform:scaleX(1)}.ic-nav__link--sale,.ic-nav__link--sale:hover,.ic-mobile-menu__link--sale,.ic-mobile-menu__link--sale:hover{color:#111111}.ic-home-hero__eyebrow,.ic-home-section__eyebrow,.ic-home-editorial__eyebrow{margin:0;font-size:12px;font-weight:800;line-height:1.2;letter-spacing:0.12em;text-transform:uppercase}.ic-home-hero__eyebrow{margin-bottom:14px;color:rgba(255,255,255,0.88)}.ic-home-hero--align-center.ic-home-hero__slide,.ic-home-hero--align-center .ic-home-hero__link{justify-content:center}.ic-home-hero--align-center .ic-home-hero__content{margin:0 32px 64px;text-align:center}.ic-home-hero--align-center .ic-home-hero__subtitle{margin-right:auto;margin-left:auto}.ic-home-hero--align-right.ic-home-hero__slide,.ic-home-hero--align-right .ic-home-hero__link{justify-content:flex-end}.ic-home-hero--align-right .ic-home-hero__content{margin:0 32px 64px 0;text-align:right}.ic-home-hero--align-right .ic-home-hero__subtitle{margin-left:auto}.ic-home-hero--tone-soft .ic-home-hero__overlay{background:linear-gradient(90deg,rgba(0,0,0,0.34) 0%,rgba(0,0,0,0.1) 44%,rgba(0,0,0,0.02) 100%),linear-gradient(0deg,rgba(0,0,0,0.44) 0%,rgba(0,0,0,0.01) 58%)}.ic-home-section__eyebrow{margin-bottom:8px;color:var(--ic-text-muted)}.ic-home-editorial__eyebrow{color:rgba(255,255,255,0.76)}.ic-mobile-menu__link{color:#111111;letter-spacing:0;text-transform:none}@media (max-width:1024px){.ic-header__top-inner{height:64px;padding:0 16px}.ic-header__toggle{left:16px}.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{height:23px;max-width:210px}.ic-header__actions{right:16px;gap:10px}.ic-header__search-btn{min-width:44px;width:44px;min-height:44px;justify-content:center;padding:0;border:1px solid var(--ic-border);background:#ffffff}.ic-gender-switcher--mobile .ic-gender-switcher__link{min-height:56px;font-size:14px;letter-spacing:0.08em;text-transform:none}}@media (max-width:420px){.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{height:21px;max-width:190px}}@media (max-width:768px){.ic-campaign-bar__item{min-height:40px;padding:0 22px;font-size:10px}.ic-home-hero,.ic-home-hero__link{min-height:520px}.ic-home-hero__image{object-position:center center}.ic-home-hero__content{width:calc(100% - 40px);margin:0 20px 28px}.ic-home-hero--align-center .ic-home-hero__content,.ic-home-hero--align-right .ic-home-hero__content{margin:0 20px 28px}.ic-home-hero__title{font-size:clamp(34px,11vw,48px);letter-spacing:4px}.ic-home-hero__cta{width:min(100%,320px)}.ic-home-hero__dots{right:18px;bottom:18px}.ic-home-hero__dot{width:20px}.ic-home-hero__dot.is-active{width:32px}.ic-home-section__inner{padding:34px 16px 42px}.ic-home-section__header{align-items:flex-start;flex-direction:column;gap:12px}.ic-home-section__actions{width:100%;justify-content:space-between}.ic-home-tabs__button{min-height:40px;padding:0 16px;font-size:12px}.ic-home-section__title{font-size:20px}.ic-home-product-rail{grid-auto-columns:58%;gap:14px}.ic-home-card-rail{grid-auto-columns:68%;gap:14px}.ic-home-brand-rail{grid-auto-columns:46%;gap:14px}.ic-home-edit-card{min-height:255px}.ic-home-editorial{min-height:440px}.ic-home-editorial__content{max-width:none;padding:0 22px 30px}.ic-home-editorial__title{font-size:clamp(30px,10vw,44px);letter-spacing:4px}}@media (max-width:420px){.ic-home-product-rail{grid-auto-columns:70%}.ic-home-card-rail{grid-auto-columns:76%}.ic-home-brand-rail{grid-auto-columns:52%}.ic-home-product-tile__title{font-size:12px}}.ic-exit-popup{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center}.ic-exit-popup.active{display:flex}.ic-exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,0.7);backdrop-filter:blur(4px)}.ic-exit-popup__content{position:relative;background:var(--ic-bg);border:1px solid var(--ic-border);border-radius:16px;padding:48px;max-width:480px;width:90%;text-align:center;animation:ic-popup-in 0.4s ease}@keyframes ic-popup-in{from{opacity:0;transform:scale(0.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.ic-exit-popup__close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--ic-text-muted);cursor:pointer;padding:4px;transition:color 0.2s}.ic-exit-popup__close:hover{color:var(--ic-text)}.ic-exit-popup__label{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--ic-accent);margin-bottom:12px}.ic-exit-popup__title{font-family:var(--ic-font-serif);font-size:36px;color:var(--ic-text);margin-bottom:12px}.ic-exit-popup__title em{color:var(--ic-accent);font-style:italic}.ic-exit-popup__desc{font-size:14px;color:var(--ic-text-secondary);margin-bottom:24px;line-height:1.6}.ic-exit-popup__form{display:flex;flex-direction:column;gap:12px}.ic-exit-popup__input{background:var(--ic-bg-input);border:1px solid var(--ic-border);color:var(--ic-text);padding:14px 18px;border-radius:var(--ic-radius);font-size:14px;outline:none;transition:border-color 0.2s}.ic-exit-popup__input:focus{border-color:var(--ic-accent)}.ic-exit-popup__btn{width:100%}.ic-exit-popup__fine{font-size:11px;color:var(--ic-text-muted);margin-top:12px}.ic-dual-banners{padding:24px 0 0}.ic-dual-banners__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ic-dual-banner{position:relative;display:block;height:400px;border-radius:var(--ic-radius-lg);overflow:hidden;text-decoration:none}.ic-dual-banner__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.6s ease}.ic-dual-banner:hover .ic-dual-banner__image{transform:scale(1.05)}.ic-dual-banner__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.ic-product-img-placeholder{width:100%;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;background:var(--ic-bg-secondary);border-radius:var(--ic-radius)}.ic-dual-banner__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(12,43,28,0.85) 0%,rgba(12,43,28,0.3) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:32px;color:var(--ic-text)}.ic-dual-banner__label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--ic-accent);margin-bottom:8px}.ic-dual-banner__title{font-family:var(--ic-font-serif);font-size:28px;font-weight:500;margin-bottom:12px}.ic-dual-banner__cta{font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--ic-accent);transition:letter-spacing 0.3s}.ic-dual-banner:hover .ic-dual-banner__cta{letter-spacing:3px}.ic-product-tabs{display:flex;gap:8px;justify-content:center;margin-top:20px}.ic-product-tab{background:transparent;border:1px solid var(--ic-border);color:var(--ic-text-secondary);padding:10px 28px;border-radius:50px;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease}.ic-product-tab:hover{border-color:var(--ic-accent);color:var(--ic-accent)}.ic-product-tab.active{background:var(--ic-accent);border-color:var(--ic-accent);color:var(--ic-bg)}.ic-product-variations{margin-top:8px}.ic-variation-select{width:100%;background:var(--ic-bg-input);border:1px solid var(--ic-border);color:var(--ic-text);padding:10px 30px 10px 12px;border-radius:var(--ic-radius-sm);font-size:13px;font-family:var(--ic-font);cursor:pointer;transition:border-color 0.2s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23d4af37' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;outline:none}.ic-variation-select:focus{border-color:var(--ic-accent);outline:none}.ic-variation-select option{background:#1a2a1f;color:var(--ic-text);padding:10px}.ic-variation-add-btn{display:none;width:100%;margin-top:8px;padding:10px 16px;background:var(--ic-accent);color:var(--ic-bg);border:none;border-radius:var(--ic-radius-sm);font-size:13px;font-weight:600;letter-spacing:0.5px;text-transform:uppercase;cursor:pointer;transition:all 0.3s ease;text-align:center;text-decoration:none}.ic-variation-add-btn:hover{background:var(--ic-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,26,26,0.2)}.ic-variation-add-btn.visible{display:block;animation:ic-fadeSlideUp 0.3s ease forwards}@keyframes ic-fadeSlideUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ic-wishlist-btn{transition:all 0.3s ease}.ic-wishlist-btn.active,.ic-wishlist-btn:hover{color:#e74c3c!important}.ic-wishlist-btn.active svg{fill:#e74c3c}.ic-section-subtitle{font-size:14px;color:var(--ic-text-muted);text-align:center;margin-top:8px}.ic-collections-carousel{position:relative;display:flex;align-items:center;gap:12px}.ic-collections-viewport{overflow:hidden;flex:1}.ic-collections-track{display:flex;gap:20px;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);user-select:none;-webkit-user-select:none;touch-action:pan-y}.ic-collections-arrow{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,0.9);border:none;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s;z-index:2;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.ic-collections-arrow:hover{background:#fff;transform:scale(1.08);box-shadow:0 4px 16px rgba(0,0,0,0.2)}.ic-collection-card{flex:0 0 calc(25% - 15px);text-decoration:none;display:block}.ic-collection-card__img{position:relative;width:100%;aspect-ratio:3/4;border-radius:var(--ic-radius-lg);overflow:hidden;background:var(--ic-bg)}.ic-collection-card__img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.ic-collection-card:hover .ic-collection-card__img img{transform:scale(1.06)}.ic-collection-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%)}.ic-collection-card__placeholder{width:100%;height:100%;background:var(--ic-bg-secondary)}.ic-collection-card__info{position:absolute;bottom:0;left:0;right:0;padding:20px}.ic-collection-card__name{display:block;font-size:18px;font-weight:700;color:#fff;margin-bottom:4px}.ic-collection-card__count{font-size:13px;color:rgba(255,255,255,0.75)}.ic-brand-tabs{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:0;margin-bottom:30px;border-bottom:2px solid var(--ic-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.ic-brand-tabs::-webkit-scrollbar{display:none}@media (min-width:768px){.ic-brand-tabs{flex-wrap:wrap;justify-content:center;overflow-x:visible}}.ic-brand-tab{background:none;border:none;padding:12px 24px;font-size:14px;font-weight:500;color:var(--ic-text-secondary);cursor:pointer;position:relative;transition:color 0.3s;font-family:var(--ic-font);white-space:nowrap;flex-shrink:0}.ic-brand-tab:hover{color:var(--ic-text)}.ic-brand-tab.active{color:var(--ic-text);font-weight:600}.ic-brand-tab.active::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--ic-text)}.ic-brands-carousel-wrap{position:relative;display:flex;align-items:center;gap:12px}.ic-brands-viewport{overflow:hidden;flex:1}.ic-brands-track{display:flex;gap:20px;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1);user-select:none;-webkit-user-select:none;touch-action:pan-y}.ic-brand-card{flex:0 0 calc(16.666% - 17px);text-decoration:none;text-align:center;display:flex;flex-direction:column;align-items:center}.ic-brand-card__img{width:100%;aspect-ratio:4/5;border-radius:var(--ic-radius-lg);overflow:hidden;background:var(--ic-bg-secondary);border:1px solid var(--ic-border);margin-bottom:12px;transition:all 0.3s}.ic-brand-card:hover .ic-brand-card__img{border-color:var(--ic-accent);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.2)}.ic-brand-card__img img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform 0.4s ease;background:#f5f5f5}.ic-brand-card:hover .ic-brand-card__img img{transform:scale(1.05)}.ic-brand-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--ic-bg-secondary)}.ic-brand-card__placeholder span{font-size:24px;font-weight:700;color:var(--ic-text-muted)}.ic-brand-card__name{font-size:13px;font-weight:600;color:var(--ic-text)}.ic-reviews-summary{display:flex;align-items:center;gap:8px;margin:0 0 20px}.ic-reviews-summary__stars{color:#111111;font-size:18px;letter-spacing:2px}.ic-reviews-summary__count{font-size:14px;color:var(--ic-text-secondary);font-weight:500}.ic-reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ic-review-card{background:var(--ic-bg);border:1px solid var(--ic-border);border-radius:0;overflow:hidden;transition:border-color 0.25s ease,transform 0.25s ease}.ic-review-card:hover{border-color:var(--ic-border-light);transform:translateY(-2px)}.ic-review-card__photo{width:100%;aspect-ratio:1/1;overflow:hidden}.ic-review-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.ic-review-card:hover .ic-review-card__photo img{transform:scale(1.04)}.ic-review-card__body{padding:16px}.ic-review-card__author{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ic-review-card__avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;object-fit:cover;background:#111111!important}img.ic-review-card__avatar{display:block}.ic-review-card__author-info{display:flex;flex-direction:column;gap:1px;min-width:0}.ic-review-card__name{font-size:13px;font-weight:600;color:var(--ic-text)}.ic-review-card__location{font-size:11px;color:var(--ic-text-muted)}.ic-review-card__verified{flex-shrink:0;margin-left:auto}.ic-review-card__stars{font-size:14px;color:#111111;letter-spacing:1px;margin-bottom:8px}.ic-review-card__title{font-size:14px;font-weight:700;color:var(--ic-text);margin:0 0 6px}.ic-review-card__text{font-size:13px;line-height:1.6;color:var(--ic-text-secondary);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ic-review-card__actions{display:none;gap:16px;margin-bottom:12px}.ic-review-card__action{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--ic-text-muted);font-size:12px;cursor:pointer;padding:0;transition:color 0.2s}.ic-review-card__action:hover{color:var(--ic-text)}.ic-review-card__product{display:flex;align-items:center;gap:10px;text-decoration:none;padding:10px;background:var(--ic-bg-secondary);border-radius:var(--ic-radius);transition:background 0.2s}.ic-review-card__product:hover{background:var(--ic-bg-card)}.ic-review-card__product-img{width:36px;height:36px;border-radius:var(--ic-radius-sm);object-fit:cover;flex-shrink:0}.ic-review-card__product-name{font-size:12px;color:var(--ic-text);font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ic-review-card.is-review-hidden[hidden]{display:none!important}.ic-reviews-load-more{display:flex;justify-content:center;margin-top:28px}.ic-reviews-load-more__btn{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:44px;padding:0 28px;border:1px solid #111111;border-radius:0;background:#111111;color:#ffffff;font-size:12px;font-weight:800;letter-spacing:0.03em;line-height:1;text-transform:uppercase;cursor:pointer;transition:background 0.2s ease,color 0.2s ease}.ic-reviews-load-more__btn:hover{background:#ffffff;color:#111111}@media (max-width:1024px){.ic-dual-banners__grid{grid-template-columns:1fr}.ic-dual-banner{height:300px}.ic-collection-card{flex:0 0 calc(33.333% - 14px)}.ic-brand-card{flex:0 0 calc(25% - 15px)}.ic-reviews-grid{grid-template-columns:repeat(3,1fr)}.ic-brand-tab{padding:10px 16px;font-size:13px}}@media (max-width:768px){.ic-dual-banners__grid{grid-template-columns:1fr;gap:12px}.ic-dual-banner{height:240px}.ic-dual-banner__title{font-size:22px}.ic-collection-card{flex:0 0 calc(50% - 10px)}.ic-collections-arrow{width:36px;height:36px}.ic-brand-card{flex:0 0 calc(33.333% - 14px)}.ic-reviews-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ic-product-tabs{flex-wrap:wrap}.ic-product-tab{padding:8px 20px;font-size:12px}.ic-brand-tab{padding:8px 12px;font-size:12px}.ic-exit-popup__content{padding:32px 24px}.ic-exit-popup__title{font-size:28px}.ic-marquee__item{padding:0 20px;font-size:10px}}@media (max-width:480px){.ic-collection-card{flex:0 0 calc(75% - 10px)}.ic-brand-card{flex:0 0 calc(50% - 10px)}.ic-reviews-grid{grid-template-columns:1fr}.ic-dual-banner{height:200px}.ic-dual-banner__title{font-size:20px}.ic-exit-popup__content{padding:24px 16px}.ic-exit-popup__title{font-size:24px}.ic-sticky-bar__inner{flex-wrap:wrap;gap:10px}.ic-sticky-bar__product{flex:1 1 100%;display:none}.ic-sticky-bar__actions{flex:1 1 100%;justify-content:center}.ic-sticky-dropdown{min-width:110px}.ic-sticky-dropdown__toggle{font-size:11px;padding:8px 10px}.ic-sticky-dropdown__item{font-size:11px;padding:8px 10px}.ic-sticky-bar__add-btn{padding:10px 18px;font-size:13px}.ic-sticky-bar__qty-btn{width:32px;height:36px}.ic-sticky-bar__qty-input{width:36px;height:36px}}.ic-checkout{max-width:680px;margin:0 auto;padding:40px 20px 80px}.ic-checkout .page-title,.woocommerce-checkout .entry-title{display:none}.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon{display:none!important}.ic-checkout__progress{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:40px;padding:0 10px}.ic-checkout__progress-track{position:absolute;top:50%;left:30px;right:30px;height:2px;background:var(--ic-border-light);transform:translateY(-50%);z-index:0;border-radius:2px}.ic-checkout__progress-fill{height:100%;background:var(--ic-accent);border-radius:2px;width:0%;transition:width 0.5s cubic-bezier(0.4,0,0.2,1)}.ic-checkout__step-dot{width:36px;height:36px;border-radius:50%;background:var(--ic-bg-card);border:2px solid var(--ic-border-light);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--ic-text-secondary);position:relative;z-index:1;transition:all var(--ic-transition);cursor:default}.ic-checkout__step-dot.active{background:var(--ic-accent);border-color:var(--ic-accent);color:var(--ic-bg);box-shadow:0 0 0 4px rgba(26,26,26,0.12)}.ic-checkout__step-dot.completed{background:var(--ic-accent);border-color:var(--ic-accent);color:var(--ic-bg);cursor:pointer}.ic-checkout__step-dot.completed::after{content:'✓';font-size:14px}.ic-checkout__step-dot.completed span{display:none}.ic-checkout__step-label{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);font-size:11px;color:var(--ic-text-muted);white-space:nowrap;transition:color var(--ic-transition)}.ic-checkout__step-dot.active .ic-checkout__step-label,.ic-checkout__step-dot.completed .ic-checkout__step-label{color:var(--ic-text-secondary)}.ic-checkout__step{display:none;animation:icFadeInUp 0.4s ease}.ic-checkout__step.active{display:block}@keyframes icFadeInUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ic-checkout__step-title{font-family:var(--ic-font);font-size:22px;font-weight:600;color:var(--ic-text);margin-bottom:6px}.ic-checkout__step-subtitle{font-size:14px;color:var(--ic-text-secondary);margin-bottom:28px}.ic-checkout__field{margin-bottom:18px}.ic-checkout__field label,.ic-checkout__field .ic-checkout__label{display:block;font-size:13px;font-weight:500;color:var(--ic-text-secondary);margin-bottom:6px}.ic-checkout__field label .required{color:var(--ic-accent)}.ic-checkout__field input[type="text"],.ic-checkout__field input[type="email"],.ic-checkout__field input[type="tel"],.ic-checkout__field select,.ic-checkout__field textarea{width:100%;padding:12px 14px;background:var(--ic-bg-input);border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);color:var(--ic-text);font-family:var(--ic-font);font-size:14px;transition:border-color var(--ic-transition),box-shadow var(--ic-transition);outline:none}.ic-checkout__field input:focus,.ic-checkout__field select:focus,.ic-checkout__field textarea:focus{border-color:var(--ic-accent);box-shadow:0 0 0 3px rgba(26,26,26,0.08)}.ic-checkout__field input.ic-error,.ic-checkout__field select.ic-error{border-color:var(--ic-danger);box-shadow:0 0 0 3px rgba(231,76,60,0.15)}.ic-checkout__field .ic-field-error{font-size:12px;color:var(--ic-danger);margin-top:4px;display:none}.ic-checkout__field .ic-field-error.visible{display:block}.ic-checkout__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ic-phone-wrap{display:flex;gap:0}.ic-ddi-selector{position:relative;flex-shrink:0}.ic-ddi-selector__toggle{display:flex;align-items:center;gap:6px;padding:12px 12px;background:var(--ic-bg-input);border:1px solid var(--ic-border-light);border-right:none;border-radius:var(--ic-radius) 0 0 var(--ic-radius);color:var(--ic-text);cursor:pointer;font-size:14px;min-width:100px;transition:border-color var(--ic-transition);height:100%}.ic-ddi-selector__toggle:hover{border-color:var(--ic-accent)}.ic-ddi-selector__flag{font-size:18px;line-height:1}.ic-ddi-selector__code{font-weight:500;color:var(--ic-text-secondary);font-size:13px}.ic-ddi-selector__arrow{margin-left:auto;font-size:10px;color:var(--ic-text-muted);transition:transform 0.2s}.ic-ddi-selector.open .ic-ddi-selector__arrow{transform:rotate(180deg)}.ic-ddi-selector__dropdown{position:absolute;top:calc(100% + 4px);left:0;width:280px;max-height:260px;background:var(--ic-bg-card);border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);box-shadow:var(--ic-shadow);z-index:100;display:none;overflow:hidden}.ic-ddi-selector.open .ic-ddi-selector__dropdown{display:block;animation:icFadeInUp 0.2s ease}.ic-ddi-selector__search{width:100%;padding:10px 12px;background:var(--ic-bg-secondary);border:none;border-bottom:1px solid var(--ic-border);color:var(--ic-text);font-size:13px;outline:none}.ic-ddi-selector__search::placeholder{color:var(--ic-text-muted)}.ic-ddi-selector__list{list-style:none;margin:0;padding:0;max-height:210px;overflow-y:auto}.ic-ddi-selector__list::-webkit-scrollbar{width:4px}.ic-ddi-selector__list::-webkit-scrollbar-thumb{background:var(--ic-border-light);border-radius:4px}.ic-ddi-selector__item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background 0.15s;font-size:13px;color:var(--ic-text)}.ic-ddi-selector__item:hover{background:rgba(0,0,0,0.04)}.ic-ddi-selector__item.selected{background:rgba(26,26,26,0.08)}.ic-ddi-selector__item-flag{font-size:18px;flex-shrink:0}.ic-ddi-selector__item-name{flex:1;color:var(--ic-text-secondary)}.ic-ddi-selector__item-ddi{font-weight:600;color:var(--ic-text);flex-shrink:0}.ic-phone-wrap .ic-checkout__phone-input{flex:1;border-radius:0 var(--ic-radius) var(--ic-radius) 0!important}.ic-checkout__step .woocommerce-billing-fields__field-wrapper,.ic-checkout__step .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ic-checkout__step .woocommerce-billing-fields__field-wrapper .form-row,.ic-checkout__step .woocommerce-shipping-fields__field-wrapper .form-row{margin:0;padding:0}.ic-checkout__step .form-row-wide{grid-column:1 / -1}.ic-checkout__step .woocommerce-billing-fields__field-wrapper label,.ic-checkout__step .woocommerce-shipping-fields__field-wrapper label{font-size:13px;font-weight:500;color:var(--ic-text-secondary);margin-bottom:6px}.ic-checkout__step .form-row input.input-text,.ic-checkout__step .form-row select,.ic-checkout__step .form-row textarea{width:100%;padding:12px 14px;background:var(--ic-bg-input)!important;border:1px solid var(--ic-border-light)!important;border-radius:var(--ic-radius)!important;color:var(--ic-text)!important;font-family:var(--ic-font)!important;font-size:14px!important;outline:none!important}.ic-checkout__step .form-row input.input-text:focus,.ic-checkout__step .form-row select:focus{border-color:var(--ic-accent)!important;box-shadow:0 0 0 3px rgba(26,26,26,0.08)!important}.ic-checkout__step .select2-container--default .select2-selection--single{background:var(--ic-bg-input)!important;border:1px solid var(--ic-border-light)!important;border-radius:var(--ic-radius)!important;height:44px!important;padding:6px 14px}.ic-checkout__step .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--ic-text)!important;font-size:14px;line-height:30px}.ic-checkout__step .select2-container--default .select2-selection--single .select2-selection__arrow{top:8px;right:10px}.ic-checkout__toggle{display:flex;align-items:center;gap:10px;cursor:pointer;margin:24px 0 16px;font-size:14px;color:var(--ic-text-secondary)}.ic-checkout__toggle input[type="checkbox"]{width:18px;height:18px;accent-color:var(--ic-accent)}.ic-checkout__toggle-shipping{display:none;margin-top:16px;padding-top:16px;border-top:1px solid var(--ic-border)}.ic-checkout__toggle-shipping.visible{display:block}.ic-checkout__review-items{border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden;margin-bottom:24px}.ic-checkout__review-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--ic-border)}.ic-checkout__review-item:last-child{border-bottom:none}.ic-checkout__review-img{position:relative;width:56px;height:56px;flex-shrink:0}.ic-checkout__review-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--ic-radius-sm)}.ic-checkout__review-qty{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:var(--ic-accent);color:var(--ic-bg);border-radius:50%;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.ic-checkout__review-info{flex:1;min-width:0}.ic-checkout__review-name{display:block;font-size:14px;font-weight:500;color:var(--ic-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ic-checkout__review-variation{font-size:12px;color:var(--ic-text-muted);margin-top:2px}.ic-checkout__review-price{font-size:14px;font-weight:600;color:var(--ic-text);flex-shrink:0}.ic-checkout__coupon-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ic-accent);cursor:pointer;margin-bottom:16px;transition:color var(--ic-transition)}.ic-checkout__coupon-toggle:hover{color:var(--ic-accent-hover)}.ic-checkout__coupon-form{display:none;margin-bottom:20px}.ic-checkout__coupon-form.visible{display:flex;gap:8px}.ic-checkout__coupon-form input{flex:1;padding:10px 14px;background:var(--ic-bg-input);border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);color:var(--ic-text);font-size:13px;outline:none}.ic-checkout__coupon-form button{padding:10px 18px;background:var(--ic-accent);color:var(--ic-bg);border:none;border-radius:var(--ic-radius);cursor:pointer;font-weight:600;font-size:13px;transition:background var(--ic-transition)}.ic-checkout__coupon-form button:hover{background:var(--ic-accent-hover)}.ic-checkout__totals{border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:16px;margin-bottom:24px}.ic-checkout__totals-title{font-size:15px;font-weight:600;color:var(--ic-text);margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--ic-border)}.ic-checkout__total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:var(--ic-text-secondary)}.ic-checkout__total-row--grand{padding-top:12px;margin-top:8px;border-top:1px solid var(--ic-border);font-size:16px;font-weight:700;color:var(--ic-text)}.ic-checkout__total-row--discount span:last-child{color:var(--ic-success)}.ic-checkout__upsell{margin-bottom:24px}.ic-checkout__upsell-title{font-size:15px;font-weight:600;color:var(--ic-text);margin-bottom:14px}.ic-checkout__upsell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ic-checkout__upsell-card{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden;transition:border-color var(--ic-transition),transform var(--ic-transition)}.ic-checkout__upsell-card:hover{border-color:var(--ic-accent);transform:translateY(-2px)}.ic-checkout__upsell-img{aspect-ratio:1;overflow:hidden}.ic-checkout__upsell-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}.ic-checkout__upsell-card:hover .ic-checkout__upsell-img img{transform:scale(1.05)}.ic-checkout__upsell-info{padding:10px 12px}.ic-checkout__upsell-name{font-size:12px;font-weight:500;color:var(--ic-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.ic-checkout__upsell-price{font-size:13px;font-weight:600;color:var(--ic-accent);margin-bottom:8px}.ic-checkout__upsell-add{width:100%;padding:8px;background:transparent;border:1px solid var(--ic-accent);border-radius:var(--ic-radius-sm);color:var(--ic-accent);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--ic-transition)}.ic-checkout__upsell-add:hover{background:var(--ic-accent);color:var(--ic-bg)}.ic-checkout__upsell-add.added{background:var(--ic-success);border-color:var(--ic-success);color:#fff;pointer-events:none}.ic-checkout__payment-summary{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);margin-bottom:24px;font-size:14px;color:var(--ic-text-secondary)}.ic-checkout__payment-summary strong{color:var(--ic-text);font-size:18px}.ic-checkout__payment-gateways{border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:20px;margin-bottom:24px}.ic-checkout__payment-gateways .wc_payment_methods{list-style:none;margin:0;padding:0}.ic-checkout__payment-gateways .wc_payment_method{border-bottom:1px solid var(--ic-border);padding:14px 0}.ic-checkout__payment-gateways .wc_payment_method:last-child{border-bottom:none}.ic-checkout__payment-gateways .wc_payment_method label{color:var(--ic-text)!important;font-size:14px;cursor:pointer}.ic-checkout__payment-gateways .payment_box{background:var(--ic-bg-input)!important;border-radius:var(--ic-radius)!important;padding:14px!important;margin-top:10px;color:var(--ic-text-secondary)!important;font-size:13px}.ic-checkout__payment-gateways .payment_box::before{display:none!important}.ic-checkout__payment-gateways #place_order{width:100%;padding:16px;background:var(--ic-accent)!important;color:var(--ic-bg)!important;border:none!important;border-radius:var(--ic-radius)!important;font-size:16px!important;font-weight:700!important;font-family:var(--ic-font)!important;cursor:pointer;transition:background var(--ic-transition)!important;text-transform:uppercase;letter-spacing:1px;margin-top:16px}.ic-checkout__payment-gateways #place_order:hover{background:var(--ic-accent-hover)!important}.ic-checkout__nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:24px;border-top:1px solid var(--ic-border)}.ic-checkout__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--ic-radius);font-size:14px;font-weight:600;font-family:var(--ic-font);cursor:pointer;transition:all var(--ic-transition);text-decoration:none;border:none}.ic-checkout__btn--next{background:var(--ic-accent);color:var(--ic-bg);margin-left:auto}.ic-checkout__btn--next:hover{background:var(--ic-accent-hover)}.ic-checkout__btn--back{background:transparent;border:1px solid var(--ic-border-light);color:var(--ic-text-secondary)}.ic-checkout__btn--back:hover{border-color:var(--ic-text-secondary);color:var(--ic-text)}.ic-checkout__back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--ic-text-muted);text-decoration:none;transition:color var(--ic-transition)}.ic-checkout__back-link:hover{color:var(--ic-text-secondary)}.ic-checkout__step textarea{min-height:80px;resize:vertical}.woocommerce-checkout .woocommerce-NoticeGroup,.woocommerce-checkout .woocommerce-info{max-width:680px;margin:0 auto 16px}.ic-thankyou{max-width:780px;margin:0 auto;padding:60px 20px 80px}.ic-thankyou__status{text-align:center;margin-bottom:40px}.ic-thankyou__checkmark{margin-bottom:24px}.ic-thankyou__check-svg{display:inline-block}.ic-thankyou__check-circle{stroke-dasharray:226;stroke-dashoffset:226;animation:icCircleDraw 0.8s 0.2s ease forwards}.ic-thankyou__check-path{stroke-dasharray:80;stroke-dashoffset:80;animation:icCheckDraw 0.5s 0.8s ease forwards}@keyframes icCircleDraw{to{stroke-dashoffset:0}}@keyframes icCheckDraw{to{stroke-dashoffset:0}}.ic-thankyou__icon{margin-bottom:24px}.ic-thankyou__title{font-family:var(--ic-font);font-size:28px;font-weight:600;color:var(--ic-text);margin-bottom:8px}.ic-thankyou__order-num{font-size:15px;color:var(--ic-text-secondary);margin-bottom:6px}.ic-thankyou__order-num strong{color:var(--ic-accent)}.ic-thankyou__message{font-size:14px;color:var(--ic-text-secondary);max-width:480px;margin:0 auto;line-height:1.6}.ic-thankyou__status--failed h2{color:var(--ic-danger);font-size:24px;margin-bottom:12px}.ic-thankyou__status--failed p{color:var(--ic-text-secondary);font-size:14px;margin-bottom:20px}.ic-thankyou__details{margin-bottom:32px}.ic-thankyou__grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:20px}.ic-thankyou__card{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:20px}.ic-thankyou__card-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--ic-text);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--ic-border)}.ic-thankyou__card-title svg{color:var(--ic-accent);flex-shrink:0}.ic-thankyou__item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--ic-border)}.ic-thankyou__item:last-child{border-bottom:none}.ic-thankyou__item-img{position:relative;width:48px;height:48px;flex-shrink:0}.ic-thankyou__item-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--ic-radius-sm)}.ic-thankyou__item-qty{position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:var(--ic-accent);color:var(--ic-bg);border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.ic-thankyou__item-info{flex:1;min-width:0}.ic-thankyou__item-name{font-size:13px;font-weight:500;color:var(--ic-text);display:block}.ic-thankyou__item-meta{font-size:11px;color:var(--ic-text-muted);display:block;margin-top:2px}.ic-thankyou__item-price{font-size:14px;font-weight:600;color:var(--ic-text);flex-shrink:0}.ic-thankyou__order-totals{margin-top:12px;padding-top:12px;border-top:1px solid var(--ic-border)}.ic-thankyou__order-totals .ic-thankyou__total-row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px;color:var(--ic-text-secondary)}.ic-thankyou__order-totals .ic-thankyou__total-row--grand{padding-top:10px;margin-top:8px;border-top:1px solid var(--ic-border);font-size:16px;font-weight:700;color:var(--ic-text)}.ic-thankyou__order-totals .ic-thankyou__total-row--discount span:last-child{color:var(--ic-success)}.ic-thankyou__address{margin-bottom:16px}.ic-thankyou__address p{font-size:14px;color:var(--ic-text-secondary);line-height:1.7}.ic-thankyou__address strong{color:var(--ic-text)}.ic-thankyou__contact-info{margin-bottom:16px;padding-top:12px;border-top:1px solid var(--ic-border)}.ic-thankyou__contact-info p{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ic-text-secondary);margin-bottom:6px}.ic-thankyou__contact-info svg{color:var(--ic-accent);flex-shrink:0}.ic-thankyou__payment-method{padding-top:12px;border-top:1px solid var(--ic-border);font-size:13px;color:var(--ic-text-secondary)}.ic-thankyou__payment-method strong{color:var(--ic-text)}.ic-thankyou__actions{display:flex;justify-content:center;gap:16px}.ic-thankyou__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--ic-radius);font-size:14px;font-weight:600;text-decoration:none;transition:all var(--ic-transition);font-family:var(--ic-font)}.ic-thankyou__btn--primary{background:var(--ic-accent);color:var(--ic-bg)}.ic-thankyou__btn--primary:hover{background:var(--ic-accent-hover);color:var(--ic-bg)}.ic-thankyou__btn--secondary{background:transparent;border:1px solid var(--ic-border-light);color:var(--ic-text-secondary)}.ic-thankyou__btn--secondary:hover{border-color:var(--ic-text-secondary);color:var(--ic-text)}@media (max-width:768px){.ic-thankyou{padding:40px 16px 60px}.ic-thankyou__title{font-size:22px}.ic-thankyou__grid{grid-template-columns:1fr}.ic-thankyou__actions{flex-direction:column;align-items:stretch}.ic-thankyou__btn{justify-content:center}}.ic-order-tracking,.ic-tracking-page{margin:28px 0}.ic-order-tracking__header,.ic-tracking-result__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.ic-order-tracking__header h2,.ic-tracking-page__intro h1{margin:0;font-size:22px;font-weight:600;color:var(--ic-text)}.ic-order-tracking__lookup{color:var(--ic-accent);font-size:13px;font-weight:600;text-decoration:none}.ic-tracking-card{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:0;padding:20px;margin-bottom:16px}.ic-tracking-card__top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.ic-tracking-card__top>div{min-width:0}.ic-tracking-card__top span{display:block;color:var(--ic-text-muted);font-size:12px;margin-bottom:4px}.ic-tracking-card__top strong{display:block;color:var(--ic-text);font-size:16px;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.ic-tracking-card__status{display:inline-flex!important;align-items:center;justify-content:center;background:var(--ic-accent);color:var(--ic-bg)!important;border-radius:999px;padding:6px 12px;font-size:12px!important;font-weight:700;line-height:1;margin-bottom:0!important;white-space:nowrap}.ic-tracking-card--delivered .ic-tracking-card__status{background:var(--ic-success)}.ic-tracking-card--exception .ic-tracking-card__status,.ic-tracking-card--failed_attempt .ic-tracking-card__status{background:var(--ic-danger)}.ic-tracking-card__eta,.ic-tracking-card__notes{color:var(--ic-text-secondary);font-size:14px;margin:12px 0 0}.ic-tracking-card__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.ic-tracking-card__actions .ic-btn{min-height:42px;padding:0 18px;border-radius:0;font-size:12px;letter-spacing:0}.ic-tracking-page{max-width:980px;margin:0 auto;padding:46px 22px 86px}.ic-tracking-page__intro{margin-bottom:24px}.ic-tracking-page__intro h1{font-size:24px;line-height:1.2}.ic-tracking-page__intro p{color:var(--ic-text-secondary);font-size:15px;max-width:620px;margin:8px 0 0}.ic-tracking-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:18px}.ic-tracking-form label{display:grid;gap:6px;font-size:13px;color:var(--ic-text-secondary);font-weight:500}.ic-tracking-form input{width:100%;height:44px;border:1px solid var(--ic-border-light);background:var(--ic-bg-input);border-radius:var(--ic-radius-sm);padding:0 12px;color:var(--ic-text);font-family:var(--ic-font)}.ic-tracking-form .ic-btn{height:44px;white-space:nowrap}.ic-tracking-page__notice{border:1px solid var(--ic-border);border-left:3px solid var(--ic-accent);background:var(--ic-bg-card);border-radius:var(--ic-radius);color:var(--ic-text);padding:14px 16px;margin-bottom:14px}.ic-tracking-result__summary{background:var(--ic-bg-secondary);border:1px solid var(--ic-border);border-radius:0;padding:16px 18px}.ic-tracking-result__summary span{color:var(--ic-text-secondary);font-size:14px}.ic-tracking-result__summary strong{color:var(--ic-text);font-size:16px}.ic-tracking-card--public{padding:22px 22px 24px}.ic-tracking-card--public .ic-tracking-card__actions{margin-top:18px}.ic-tracking-card--public .ic-tracking-card__actions .ic-btn{min-width:208px;justify-content:center;border-color:var(--ic-border);background:var(--ic-bg-card);color:var(--ic-text)}.ic-tracking-carrier-events{margin-top:18px;border:1px solid var(--ic-border);background:var(--ic-bg-secondary);padding:16px}.ic-tracking-carrier-events h3{margin:0 0 12px;color:var(--ic-text);font-size:13px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em}.ic-tracking-carrier-events ul{display:grid;gap:0;margin:0;padding:0;list-style:none}.ic-tracking-carrier-events li{display:grid;grid-template-columns:18px 1fr;gap:12px;position:relative;padding:0 0 16px}.ic-tracking-carrier-events li::before{content:"";position:absolute;left:8px;top:18px;bottom:0;width:1px;background:var(--ic-border)}.ic-tracking-carrier-events li:last-child{padding-bottom:0}.ic-tracking-carrier-events li:last-child::before{display:none}.ic-tracking-carrier-events i{width:17px;height:17px;margin-top:1px;border-radius:50%;border:1px solid var(--ic-text);background:var(--ic-bg-card);box-shadow:inset 0 0 0 5px var(--ic-bg-card);position:relative;z-index:1}.ic-tracking-carrier-events li:first-child i,.ic-tracking-carrier-events li.is-complete i{background:var(--ic-text);border-color:var(--ic-text)}.ic-tracking-carrier-events li>div{display:grid;gap:4px}.ic-tracking-carrier-events span,.ic-tracking-carrier-events small{color:var(--ic-text-muted);font-size:12px;line-height:1.35}.ic-tracking-carrier-events strong{color:var(--ic-text);font-size:14px;font-weight:700;line-height:1.3}.ic-tracking-carrier-events p{margin:0;color:var(--ic-text-secondary);font-size:13px;line-height:1.45}.ic-tracking-timeline{list-style:none;margin:20px 0 0;padding:18px 0 2px;border-top:1px solid var(--ic-border);display:grid;gap:0;max-width:430px}.ic-tracking-timeline li{display:grid;grid-template-columns:20px 1fr;gap:12px;position:relative;min-height:40px;color:var(--ic-text-muted);align-items:start}.ic-tracking-timeline li::before{content:"";position:absolute;left:9px;top:18px;bottom:-2px;width:1px;background:var(--ic-border)}.ic-tracking-timeline li:last-child::before{display:none}.ic-tracking-timeline span{width:18px;height:18px;border-radius:50%;border:1px solid var(--ic-border-light);background:var(--ic-bg-card);position:relative;z-index:1}.ic-tracking-timeline strong{font-size:14px;font-weight:500;line-height:1.3}.ic-tracking-timeline li.is-active{color:var(--ic-text)}.ic-tracking-timeline li.is-active span{background:var(--ic-accent);border-color:var(--ic-accent);box-shadow:inset 0 0 0 5px var(--ic-bg-card)}body.page-id-73968 .ic-page{padding-top:24px}body.page-id-73968 .ic-page__title{display:none}body.page-id-73968 .ic-page__body,body.page-id-73968 .ic-tracking-page{color:var(--ic-text);line-height:1.45}body.page-id-73968 .ic-tracking-page{padding-top:18px}body.page-id-73968 .ic-page__body .ic-tracking-card__actions a{text-decoration:none}body.page-id-73968 .ic-page__body .ic-tracking-timeline{margin:20px 0 0;padding:18px 0 2px}body.page-id-73968 .ic-page__body .ic-tracking-timeline li{margin-bottom:0}@media (min-width:769px){body.page-id-73968 .ic-tracking-card--public{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);grid-template-areas:"top timeline" "actions timeline";column-gap:42px;align-items:start}body.page-id-73968 .ic-tracking-card--public .ic-tracking-card__top{grid-area:top}body.page-id-73968 .ic-tracking-card--public .ic-tracking-card__actions{grid-area:actions}body.page-id-73968 .ic-page__body .ic-tracking-card--public .ic-tracking-timeline{grid-area:timeline;max-width:none;margin:0;padding:0 0 0 24px;border-top:0;border-left:1px solid var(--ic-border)}}@media (max-width:768px){.ic-order-tracking__header,.ic-tracking-card__top,.ic-tracking-result__summary{align-items:flex-start;flex-direction:column}.ic-tracking-form{grid-template-columns:1fr}.ic-tracking-card__actions .ic-btn{width:100%;justify-content:center}}.ic-account{max-width:1100px;margin:0 auto;padding:40px 20px 80px}.ic-account .woocommerce-MyAccount-navigation{float:none;width:100%;margin-bottom:28px}.ic-account .woocommerce-MyAccount-navigation ul{display:flex;list-style:none;margin:0;padding:0;gap:4px;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:6px;overflow-x:auto;-webkit-overflow-scrolling:touch}.ic-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none}.ic-account .woocommerce-MyAccount-navigation ul li{flex-shrink:0}.ic-account .woocommerce-MyAccount-navigation ul li a{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--ic-radius-sm);font-size:13px;font-weight:500;color:var(--ic-text-secondary);text-decoration:none;transition:all var(--ic-transition);white-space:nowrap}.ic-account .woocommerce-MyAccount-navigation ul li a:hover{background:rgba(0,0,0,0.04);color:var(--ic-text)}.ic-account .woocommerce-MyAccount-navigation ul li.is-active a{background:var(--ic-accent);color:var(--ic-bg);font-weight:600}.ic-account .woocommerce-MyAccount-content{float:none;width:100%}.ic-account__dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px}.ic-account__dash-card{display:flex;align-items:center;gap:14px;padding:20px;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);text-decoration:none;transition:all var(--ic-transition)}.ic-account__dash-card:hover{border-color:var(--ic-accent);transform:translateY(-2px)}.ic-account__dash-icon{width:44px;height:44px;border-radius:var(--ic-radius);background:rgba(26,26,26,0.06);display:flex;align-items:center;justify-content:center;color:var(--ic-accent);flex-shrink:0}.ic-account__dash-info{flex:1}.ic-account__dash-label{font-size:12px;color:var(--ic-text-muted);display:block;margin-bottom:2px}.ic-account__dash-value{font-size:15px;font-weight:600;color:var(--ic-text);display:block}.ic-account .woocommerce-orders-table,.ic-account .woocommerce-table--order-details{width:100%;border-collapse:collapse;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden}.ic-account .woocommerce-orders-table th,.ic-account .woocommerce-table--order-details th{background:var(--ic-bg-secondary);font-size:12px;font-weight:600;color:var(--ic-text-muted);text-transform:uppercase;letter-spacing:0.5px;padding:12px 16px;text-align:left;border-bottom:1px solid var(--ic-border)}.ic-account .woocommerce-orders-table td,.ic-account .woocommerce-table--order-details td{padding:14px 16px;font-size:14px;color:var(--ic-text-secondary);border-bottom:1px solid var(--ic-border)}.ic-account .woocommerce-orders-table tr:last-child td{border-bottom:none}.ic-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-number a{color:var(--ic-accent);font-weight:600;text-decoration:none}.ic-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{display:inline-flex;align-items:center;padding:6px 14px;background:transparent;border:1px solid var(--ic-accent);border-radius:var(--ic-radius-sm);color:var(--ic-accent);font-size:12px;font-weight:600;text-decoration:none;transition:all var(--ic-transition)}.ic-account .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:hover{background:var(--ic-accent);color:var(--ic-bg)}.ic-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ic-account .woocommerce-Address{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:20px}.ic-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--ic-border)}.ic-account .woocommerce-Address-title h3{font-size:15px;font-weight:600;color:var(--ic-text);margin:0}.ic-account .woocommerce-Address-title a{font-size:12px;color:var(--ic-accent);text-decoration:none}.ic-account address{font-size:14px;color:var(--ic-text-secondary);line-height:1.7;font-style:normal}.ic-account .woocommerce-EditAccountForm fieldset{border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:20px;margin-bottom:20px}.ic-account .woocommerce-EditAccountForm legend{font-size:15px;font-weight:600;color:var(--ic-text);padding:0 8px}.ic-account .woocommerce-EditAccountForm .form-row{margin-bottom:16px}.ic-account .woocommerce-EditAccountForm label{font-size:13px;font-weight:500;color:var(--ic-text-secondary);margin-bottom:6px;display:block}.ic-account .woocommerce-EditAccountForm input[type="text"],.ic-account .woocommerce-EditAccountForm input[type="email"],.ic-account .woocommerce-EditAccountForm input[type="password"]{width:100%;padding:12px 14px;background:var(--ic-bg-input);border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);color:var(--ic-text);font-size:14px;font-family:var(--ic-font)}.ic-account .woocommerce-EditAccountForm button[type="submit"]{padding:14px 32px;background:var(--ic-accent);color:var(--ic-bg);border:none;border-radius:var(--ic-radius);font-size:14px;font-weight:600;cursor:pointer;transition:background var(--ic-transition)}.ic-account .woocommerce-EditAccountForm button[type="submit"]:hover{background:var(--ic-accent-hover)}.ic-account .woocommerce-message,.ic-account .woocommerce-error,.ic-account .woocommerce-info{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);color:var(--ic-text);padding:14px 18px;margin-bottom:20px}.ic-account .woocommerce-message{border-left:3px solid var(--ic-success)}.ic-account .woocommerce-error{border-left:3px solid var(--ic-danger)}.ic-account .woocommerce-info{border-left:3px solid var(--ic-accent)}.ic-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-login,.woocommerce-account .woocommerce-form-register{max-width:440px;margin:40px auto;background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);padding:32px}.woocommerce-account .woocommerce-form-login label,.woocommerce-account .woocommerce-form-register label{font-size:13px;font-weight:500;color:var(--ic-text-secondary);display:block;margin-bottom:6px}.woocommerce-account .woocommerce-form-login input[type="text"],.woocommerce-account .woocommerce-form-login input[type="password"],.woocommerce-account .woocommerce-form-login input[type="email"],.woocommerce-account .woocommerce-form-register input[type="text"],.woocommerce-account .woocommerce-form-register input[type="password"],.woocommerce-account .woocommerce-form-register input[type="email"]{width:100%;padding:12px 14px;background:var(--ic-bg-input);border:1px solid var(--ic-border-light);border-radius:var(--ic-radius);color:var(--ic-text);font-size:14px;font-family:var(--ic-font);margin-bottom:16px}.woocommerce-account .woocommerce-form-login button[type="submit"],.woocommerce-account .woocommerce-form-register button[type="submit"]{width:100%;padding:14px;background:var(--ic-accent);color:var(--ic-bg);border:none;border-radius:var(--ic-radius);font-size:14px;font-weight:600;cursor:pointer;transition:background var(--ic-transition);margin-bottom:16px}.woocommerce-account .woocommerce-form-login button[type="submit"]:hover,.woocommerce-account .woocommerce-form-register button[type="submit"]:hover{background:var(--ic-accent-hover)}.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:13px;color:var(--ic-text-secondary)}.woocommerce-account .lost_password a{font-size:13px;color:var(--ic-accent);text-decoration:none}.ic-account__welcome{margin-bottom:28px}.ic-account__welcome h2{font-size:22px;font-weight:600;color:var(--ic-text);margin-bottom:6px}.ic-account__welcome p{font-size:14px;color:var(--ic-text-secondary)}.ic-account__recent-order{margin-top:8px}.ic-account__recent-order h3{font-size:16px;font-weight:600;color:var(--ic-text);margin-bottom:14px}.ic-account__recent-card{background:var(--ic-bg-card);border:1px solid var(--ic-border);border-radius:var(--ic-radius);overflow:hidden}.ic-account__recent-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--ic-bg-secondary);border-bottom:1px solid var(--ic-border)}.ic-account__recent-num{font-weight:600;color:var(--ic-accent);font-size:14px;margin-right:12px}.ic-account__recent-date{font-size:13px;color:var(--ic-text-muted)}.ic-account__recent-status{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.ic-account__recent-status--processing{background:rgba(26,26,26,0.08);color:var(--ic-accent)}.ic-account__recent-status--completed{background:rgba(76,175,80,0.15);color:var(--ic-success)}.ic-account__recent-status--on-hold{background:rgba(255,193,7,0.15);color:#ffc107}.ic-account__recent-status--cancelled,.ic-account__recent-status--failed{background:rgba(231,76,60,0.15);color:var(--ic-danger)}.ic-account__recent-status--pending{background:rgba(0,0,0,0.06);color:var(--ic-text-muted)}.ic-account__recent-items{padding:8px 18px}.ic-account__recent-item{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--ic-border)}.ic-account__recent-item:last-child{border-bottom:none}.ic-account__recent-img{width:44px;height:44px;flex-shrink:0;border-radius:var(--ic-radius-sm);overflow:hidden}.ic-account__recent-img img{width:100%;height:100%;object-fit:cover}.ic-account__recent-item-info{flex:1;min-width:0}.ic-account__recent-item-name{display:block;font-size:13px;font-weight:500;color:var(--ic-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ic-account__recent-item-qty{display:block;font-size:11px;color:var(--ic-text-muted);margin-top:2px}.ic-account__recent-item-price{font-size:14px;font-weight:600;color:var(--ic-text);flex-shrink:0}.ic-account__recent-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--ic-bg-secondary);border-top:1px solid var(--ic-border);font-size:14px;color:var(--ic-text-secondary)}.ic-account__recent-footer strong{color:var(--ic-text)}.ic-account__recent-view{font-size:13px;color:var(--ic-accent);text-decoration:none;font-weight:500;transition:color var(--ic-transition)}.ic-account__recent-view:hover{color:var(--ic-accent-hover)}@media (max-width:768px){.ic-checkout{padding:24px 16px 60px}.ic-checkout__progress{margin-bottom:32px}.ic-checkout__step-label{font-size:9px}.ic-checkout__row{grid-template-columns:1fr;gap:0}.ic-checkout__step .woocommerce-billing-fields__field-wrapper,.ic-checkout__step .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr;gap:0}.ic-checkout__upsell-grid{grid-template-columns:repeat(2,1fr)}.ic-checkout__nav{flex-wrap:wrap;gap:12px}.ic-checkout__btn{flex:1;justify-content:center;padding:12px 16px;min-width:0}.ic-checkout__back-link{width:100%;justify-content:center;order:2}.ic-checkout__payment-summary{flex-direction:column;gap:4px;text-align:center}.ic-thankyou{padding:32px 16px 60px}.ic-thankyou__title{font-size:22px}.ic-thankyou__grid{grid-template-columns:1fr}.ic-thankyou__actions{flex-direction:column}.ic-thankyou__btn{justify-content:center;width:100%}.ic-account{padding:24px 16px 60px}.ic-account .woocommerce-MyAccount-navigation ul{gap:2px;padding:4px}.ic-account .woocommerce-MyAccount-navigation ul li a{padding:8px 14px;font-size:12px}.ic-account .woocommerce-Addresses{grid-template-columns:1fr}.ic-account .woocommerce-orders-table{font-size:13px}.ic-account .woocommerce-orders-table th,.ic-account .woocommerce-orders-table td{padding:10px 12px}.ic-account__dashboard{grid-template-columns:1fr 1fr}}@media (max-width:480px){.ic-checkout__step-dot{width:30px;height:30px;font-size:11px}.ic-checkout__step-label{display:none}.ic-checkout__step-title{font-size:18px}.ic-checkout__upsell-grid{grid-template-columns:1fr 1fr;gap:8px}.ic-thankyou__check-svg{width:60px;height:60px}.ic-account__dashboard{grid-template-columns:1fr}.ic-account .woocommerce-orders-table thead{display:none}.ic-account .woocommerce-orders-table tr{display:flex;flex-direction:column;padding:14px;border-bottom:1px solid var(--ic-border)}.ic-account .woocommerce-orders-table td{border:none;padding:4px 0}.ic-account .woocommerce-orders-table td::before{content:attr(data-title) ":";font-weight:600;color:var(--ic-text-muted);font-size:11px;text-transform:uppercase}}.ic-affiliate-panel{display:grid;gap:14px;color:#18181b}.ic-affiliate-panel h2,.ic-affiliate-panel h3{margin:0;font-weight:700;letter-spacing:0}.ic-affiliate-panel p{margin:0;color:#666;line-height:1.55}.ic-affiliate-tabs{display:grid;gap:12px}.ic-affiliate-tablist{display:flex;flex-wrap:wrap;gap:6px;padding:6px;border:1px solid #e8e8e8;border-radius:8px;background:#f7f7f7}.ic-affiliate-tab{min-height:38px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:#555;font-size:13px;font-weight:800;cursor:pointer}.ic-affiliate-tab.is-active{background:#111;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.12)}.ic-affiliate-tab-panel{display:none;gap:14px}.ic-affiliate-tab-panel.is-active{display:grid}.ic-affiliate-dashboard-head,.ic-affiliate-hero,.ic-partner-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:18px;border:1px solid #e8e8e8;border-radius:8px;background:linear-gradient(180deg,#fff 0%,#fafafa 100%);box-shadow:0 1px 2px rgba(0,0,0,.04)}.ic-affiliate-dashboard-side{display:grid;justify-items:end;gap:10px;min-width:min(100%,340px)}.ic-affiliate-dashboard-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.ic-affiliate-dashboard-actions button{min-height:34px;padding:0 12px;border:1px solid #e5e5e5;border-radius:999px;background:#fff;color:#111;font-size:12px;font-weight:800;cursor:pointer}.ic-affiliate-dashboard-actions button:hover,.ic-affiliate-dashboard-actions button:focus{border-color:#111;background:#111;color:#fff;outline:none}.ic-affiliate-hero,.ic-partner-hero{align-items:flex-start;display:grid;max-width:980px}.ic-affiliate-kicker{display:inline-flex;margin-bottom:8px;color:#757575;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ic-affiliate-dashboard-head h2,.ic-affiliate-hero h2,.ic-partner-hero h1{margin:0 0 8px;font-size:clamp(24px,3vw,34px);letter-spacing:0}.ic-affiliate-preview-notice{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid #cfe8ff;border-radius:8px;background:#f4f9ff;color:#164e7a}.ic-affiliate-preview-notice strong{color:#0f172a}.ic-affiliate-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.ic-affiliate-benefits,.ic-partner-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ic-affiliate-metric{display:grid;align-content:space-between;gap:6px;min-height:68px;padding:12px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ic-affiliate-metric__label{color:#777;font-size:12px;font-weight:700}.ic-affiliate-metric__value{color:#111;font-size:21px;line-height:1.1}.ic-affiliate-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px}.ic-affiliate-card,.ic-affiliate-codes,.ic-affiliate-form{display:grid;gap:10px;padding:14px;border:1px solid #e8e8e8;border-radius:8px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ic-affiliate-card--wide{min-height:184px}.ic-affiliate-card__head{display:flex;align-items:center;justify-content:space-between;gap:16px}.ic-affiliate-card__head span{color:#111;font-size:18px;font-weight:800}.ic-affiliate-chart{position:relative;display:flex;align-items:end;gap:5px;height:112px;padding:14px 0 0;border-bottom:1px solid #d9d9d9;background-image:linear-gradient(to top,#f2f2f2 1px,transparent 1px);background-size:100% 42px}.ic-affiliate-chart span{flex:1;min-width:5px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,#111 0%,#404040 100%);opacity:.95}.ic-affiliate-levels{display:grid;gap:10px}.ic-affiliate-levels div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:13px;border:1px solid #ededed;border-radius:8px;background:#fafafa}.ic-affiliate-levels span,.ic-affiliate-levels small{color:#777;font-size:12px}.ic-affiliate-codes input,.ic-affiliate-form textarea{width:100%;border:1px solid #dcdcdc;border-radius:6px;background:#fbfbfb;color:#18181b}.ic-affiliate-share-field{display:grid;gap:6px}.ic-affiliate-share-field label,.ic-affiliate-form label{font-weight:700}.ic-affiliate-share-field div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.ic-affiliate-copy,.ic-affiliate-form .button,.ic-partner-actions .ic-btn{min-height:42px;border:1px solid #111;border-radius:6px;background:#111;color:#fff;padding:0 16px;font-weight:800;cursor:pointer}.ic-affiliate-copy.is-copied{background:#166534;border-color:#166534}.ic-affiliate-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:5px 10px;border-radius:999px;background:#f1f1f1;color:#111;font-size:12px;font-weight:800}.ic-affiliate-badge--active,.ic-affiliate-badge--available,.ic-affiliate-badge--paid{background:#dcfce7;color:#166534}.ic-affiliate-badge--pending,.ic-affiliate-badge--requested{background:#fef3c7;color:#92400e}.ic-affiliate-badge--blocked,.ic-affiliate-badge--canceled,.ic-affiliate-badge--rejected{background:#fee2e2;color:#991b1b}.ic-affiliate-creatives{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.ic-affiliate-creatives article{display:grid;align-content:start;gap:8px;padding:12px;border:1px solid #ededed;border-radius:8px;background:#fafafa}.ic-affiliate-creatives article>span{color:#777;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ic-affiliate-creative__media{margin:0;overflow:hidden;aspect-ratio:16 / 10;border-radius:8px;background:#eee}.ic-affiliate-creative__media img{display:block;width:100%;height:100%;object-fit:cover}.ic-affiliate-creatives textarea{width:100%;min-height:76px;resize:vertical;border:1px solid #dcdcdc;border-radius:6px;background:#fff}.ic-affiliate-creative__actions{display:flex;align-items:center;gap:8px}.ic-affiliate-creative__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #dcdcdc;border-radius:6px;color:#111;font-weight:800;text-decoration:none}.ic-affiliate-org{display:grid;gap:18px;overflow-x:auto;padding:18px;border:1px solid #ededed;border-radius:8px;background:#f8fafc}.ic-affiliate-org__summary{display:flex;flex-wrap:wrap;gap:8px}.ic-affiliate-org__summary span{display:inline-flex;padding:6px 10px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#475467;font-size:12px;font-weight:800}.ic-affiliate-tree-root{display:flex;flex-direction:column;align-items:center;min-width:720px}.ic-affiliate-tree,.ic-affiliate-tree ul{list-style:none}.ic-affiliate-tree{position:relative;display:flex;justify-content:center;gap:18px;margin:26px 0 0;padding:26px 0 0}.ic-affiliate-tree::before{content:"";position:absolute;top:0;left:50%;width:calc(100% - 40px);max-width:920px;height:1px;transform:translateX(-50%);background:#d9dee7}.ic-affiliate-tree>li{position:relative;display:flex;flex-direction:column;align-items:center;gap:18px;margin:0;padding:0}.ic-affiliate-tree>li::before{content:"";position:absolute;top:-26px;left:50%;width:1px;height:26px;background:#d9dee7}.ic-affiliate-tree .ic-affiliate-tree{margin-top:8px;padding-top:24px}.ic-affiliate-org-node{display:grid;gap:8px;min-width:210px;max-width:250px;padding:14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06);text-align:left}.ic-affiliate-org-node__eyebrow{color:#7a7a7a;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.ic-affiliate-org-node strong{color:#111;font-size:15px}.ic-affiliate-org-node code{width:fit-content;padding:3px 6px;border-radius:4px;background:#f3f4f6;color:#111;font-size:12px}.ic-affiliate-org-node__meta{display:flex;flex-wrap:wrap;gap:6px;color:#667085;font-size:12px}.ic-affiliate-empty{color:#777}.ic-affiliate-table{margin-top:0}.ic-affiliate-table-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:14px}.ic-partner-page{display:grid;gap:24px;padding:clamp(26px,5vw,56px) var(--ic-container-padding)}.ic-partner-actions{display:flex;flex-wrap:wrap;gap:10px}.ic-partner-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ic-partner-steps article{display:grid;gap:10px;padding:24px;border:1px solid #e8e8e8;border-radius:8px;background:#fff}.ic-partner-steps span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#111;color:#fff;font-weight:800}@media (max-width:768px){.ic-piece-request{grid-template-columns:1fr;gap:26px;margin:24px var(--ic-container-padding) 48px;padding:28px 20px}.ic-size-guide-modal__panel{width:100%;padding:34px 18px 24px}.ic-product-wishlist{width:100%;margin:10px 0 0}.ic-affiliate-summary,.ic-affiliate-benefits,.ic-partner-grid,.ic-affiliate-creatives,.ic-partner-steps,.ic-affiliate-layout,.ic-affiliate-table-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ic-affiliate-dashboard-head,.ic-affiliate-preview-notice{align-items:flex-start;display:grid}.ic-affiliate-dashboard-side,.ic-affiliate-dashboard-actions{justify-items:start;justify-content:flex-start}.ic-affiliate-tree-root{align-items:flex-start;min-width:640px}}@media (max-width:480px){.ic-affiliate-summary,.ic-affiliate-benefits,.ic-partner-grid,.ic-affiliate-creatives,.ic-partner-steps,.ic-affiliate-layout,.ic-affiliate-table-grid{grid-template-columns:1fr}.ic-affiliate-share-field div,.ic-affiliate-creative__actions{grid-template-columns:1fr;flex-direction:column;align-items:stretch}}.ic-single-product .product,.ic-single-product div.product{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,0.75fr);gap:52px 64px;max-width:var(--ic-container);margin:0 auto;padding:40px 0 0}.ic-single-product .woocommerce-product-gallery,.ic-single-product .summary,.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none;width:auto}.ic-single-product .woocommerce-product-gallery{display:grid;grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:start}.ic-single-product .woocommerce-product-gallery .flex-viewport,.ic-single-product .woocommerce-product-gallery__wrapper{grid-column:2;grid-row:1;background:#f7f7f7!important}.ic-single-product .woocommerce-product-gallery .flex-control-thumbs,.woocommerce div.product div.images .flex-control-thumbs{grid-column:1;grid-row:1;display:grid;gap:10px;margin:0}.ic-single-product .woocommerce-product-gallery .flex-control-thumbs li,.woocommerce div.product div.images .flex-control-thumbs li{width:78px}.ic-single-product .woocommerce-product-gallery .flex-control-thumbs img{aspect-ratio:1 / 1;object-fit:contain;border:1px solid var(--ic-border);background:#f8f8f8}.ic-single-product .woocommerce-product-gallery__image img,.woocommerce div.product div.images img{border-radius:0;background:#f7f7f7;object-fit:contain}.ic-single-product .summary{align-self:start;padding-top:10px}.ic-single-product .summary .product_title,.woocommerce div.product .product_title{margin:0 0 8px;color:#171717;font-size:clamp(24px,2.2vw,32px);font-weight:500;line-height:1.18;letter-spacing:0}.ic-single-product .summary .price,.woocommerce div.product .price{margin:0 0 22px;color:#111;font-size:18px;font-weight:700}.ic-product-size-trigger{min-height:40px;margin:0 0 14px;padding:0 14px;border-color:#e5e5e5;background:#fff;color:#111;font-size:12px}.woocommerce div.product form.cart{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(160px,auto);gap:12px;margin:0 0 18px;align-items:stretch}.woocommerce div.product form.cart .variations,.woocommerce div.product form.cart .single_variation_wrap,.woocommerce div.product form.cart .woocommerce-variation{grid-column:1 / -1;width:100%}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:72px minmax(0,1fr) minmax(160px,auto);gap:12px;align-items:stretch}.woocommerce div.product form.cart .quantity input{width:72px;height:54px;border-color:#e5e5e5;background:#fff;color:#111}.ic-single-product .single_add_to_cart_button,.woocommerce div.product form.cart .single_add_to_cart_button{min-height:54px;height:54px;border-radius:0;background:#111;color:#fff;font-size:12px;font-weight:800;letter-spacing:0.04em;text-transform:uppercase}.ic-single-product .single_add_to_cart_button:hover,.woocommerce div.product form.cart .single_add_to_cart_button:hover{background:#000;transform:none}.ic-product-wishlist{min-height:54px;margin:0;padding:0 16px;border-color:#e5e5e5;background:#fff;color:#111;font-size:12px;font-weight:700;white-space:nowrap}.ic-variation-native-select{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;clip-path:inset(50%)!important;border:0!important}.woocommerce div.product form.cart .variations select.ic-variation-native-select{min-width:1px!important;width:1px!important;max-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;margin:-1px!important;border:0!important;background:transparent!important}.ic-variation-button-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:8px}.ic-variation-button{min-height:42px;border:1px solid #e5e5e5;background:#fff;color:#111;font-size:12px;font-weight:700;transition:border-color var(--ic-transition),background var(--ic-transition),color var(--ic-transition)}.ic-variation-button:hover,.ic-variation-button.is-selected{border-color:#111;background:#111;color:#fff}.ic-variation-button.is-disabled,.ic-variation-button:disabled{opacity:0.32;cursor:not-allowed;background:#f5f5f5;color:#777}.ic-safe-checkout{margin:16px 0 0;padding:0;border:0;background:transparent;text-align:left}.ic-safe-checkout__delivery{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:#111;font-size:12px;font-weight:700;position:relative;flex-wrap:wrap}.ic-safe-checkout__delivery-main{display:inline-flex;align-items:center;gap:8px;min-width:0}.ic-safe-checkout__delivery-main span{min-width:0}.ic-safe-checkout__info{display:inline-grid;place-items:center;width:19px;height:19px;border:0;border-radius:50%;background:#707070;color:#fff;font-family:var(--ic-font);font-size:13px;font-weight:900;line-height:1;cursor:pointer}.ic-safe-checkout__popover{display:none;position:absolute;z-index:35;top:calc(100% + 13px);left:50%;width:min(410px,calc(100vw - 40px));padding:28px 32px;transform:translateX(-50%);border-radius:8px;background:#111;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,0.26);font-size:14px;font-weight:800;line-height:1.35;text-align:left}.ic-safe-checkout__popover::before{content:"";position:absolute;top:-10px;left:50%;width:20px;height:20px;transform:translateX(-50%) rotate(45deg);background:#111}.ic-safe-checkout__delivery.is-open .ic-safe-checkout__popover{display:block}.ic-safe-checkout__icons{justify-content:flex-start;gap:6px;margin-bottom:12px}.ic-safe-checkout__icons img{width:auto;height:28px;padding:6px 9px;border:1px solid #e8e8e8;background:#fff;object-fit:contain}.ic-product-rating-strip{display:inline-flex;align-items:center;gap:7px;color:#111;font-size:12px;font-style:normal}.ic-product-rating-strip__stars{display:inline-flex;gap:2px}.ic-product-rating-strip__stars span{display:inline-grid;place-items:center;width:18px;height:18px;background:#00b67a;color:#fff;font-size:11px;line-height:1}.ic-product-rating-strip__stars span.is-partial{background:linear-gradient(90deg,#00b67a 72%,#d8d8d8 72%)}.ic-product-rating-strip em{color:#00a36c;font-style:normal;font-weight:800}.ic-product-rating-strip small{color:var(--ic-text-secondary);font-size:12px}.ic-trust-badges--compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:20px;padding-top:0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.ic-trust-badges--compact .ic-trust-badge{display:grid;justify-items:center;gap:8px;padding:14px 10px;border:0;border-right:1px solid #e8e8e8;text-align:center}.ic-trust-badges--compact .ic-trust-badge:last-child{border-right:0}.ic-trust-badges--compact .ic-trust-badge__icon{width:auto;height:auto;border:0;background:transparent;color:#111}.ic-trust-badges--compact .ic-trust-badge__text{gap:2px}.ic-trust-badges--compact .ic-trust-badge__text strong{font-size:11px;font-weight:800;text-transform:uppercase}.ic-trust-badges--compact .ic-trust-badge__text span{font-size:11px}.ic-single-product .woocommerce-tabs,.ic-single-product .ic-product-after-sections,.ic-single-product .ic-size-guide-modal{grid-column:1 / -1}.ic-single-product .woocommerce-tabs{padding-top:40px}.ic-single-product .woocommerce-tabs ul.tabs{justify-content:center;gap:42px;margin-bottom:24px}.ic-single-product .woocommerce-tabs ul.tabs li a{padding:14px 0;color:rgba(17,17,17,0.42);font-size:11px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.ic-single-product .woocommerce-tabs ul.tabs li.active a{color:#111;border-bottom-color:#111}.ic-product-info-tab{max-width:620px;margin:0 auto;text-align:center}.ic-product-info-tab h2{margin-bottom:10px}.ic-product-info-tab p{margin:0 0 10px}.ic-product-why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:760px;margin:0 auto}.ic-product-why-grid article{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 12px;padding:16px;border:1px solid #e8e8e8;background:#fff}.ic-product-why-grid article span{grid-row:span 2}.ic-product-why-grid strong{font-size:12px}.ic-product-why-grid p{margin:0;font-size:12px}.ic-product-after-sections{clear:both;display:flex;flex-direction:column;gap:46px;padding-top:56px}.ic-product-rail-section{width:100%}.ic-product-rail-section__header{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:16px}.ic-product-rail-section__header h2{color:#111;font-size:17px;font-weight:600;letter-spacing:0}.ic-product-rail-section__header a{color:rgba(17,17,17,0.58);font-size:12px;font-weight:700}.ic-product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(170px,1fr);gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px}.ic-product-rail .ic-home-product-tile{min-width:0;scroll-snap-align:start;background:transparent;border:0}.ic-product-rail .ic-home-product-tile__image{background:#f7f7f7}.ic-product-rail .ic-home-product-tile__body{padding:10px 0 0}.ic-product-rail .ic-home-product-tile__brand{font-size:10px}.ic-product-rail .ic-home-product-tile__title{font-size:12px}.ic-customer-opinions{padding:56px 0 18px;background:#f7f7f7}.ic-customer-opinions__header{text-align:center;margin-bottom:26px}.ic-customer-opinions__header h2{margin:0 0 8px;font-size:26px;font-weight:500}.ic-customer-opinions__header p{color:var(--ic-text-secondary);font-size:13px}.ic-customer-opinions__rating{display:flex;align-items:center;gap:10px;max-width:1180px;margin:0 auto 18px;color:#111}.ic-customer-opinions__rating span,.ic-customer-card__stars{color:#111;letter-spacing:1px}.ic-customer-opinions__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto}.ic-customer-card{padding:20px;border:1px solid #ececec;background:#fff}.ic-customer-card__top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:12px}.ic-customer-card__avatar{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:999px;background:#111;color:#fff;font-size:12px;font-weight:800}img.ic-customer-card__avatar{display:block;object-fit:cover}.ic-customer-card__top strong{display:block;font-size:12px}.ic-customer-card__top small{color:var(--ic-text-muted);font-size:11px}.ic-customer-card__verified{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:999px;background:#111;color:#fff;font-size:10px}.ic-customer-card h3{margin:8px 0 4px;font-size:13px}.ic-customer-card p{margin:0;color:var(--ic-text-secondary);font-size:12px}.ic-customer-card__product{display:flex;align-items:center;gap:8px;margin-top:16px;padding:8px;background:#f7f7f7;font-size:11px}.ic-customer-opinions__mini-img{width:34px;height:34px;object-fit:cover}.ic-product-newsletter{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.9fr);gap:48px;align-items:center;max-width:1180px;margin:0 auto 0;padding:44px 48px;border:1px solid #e8e8e8;background:#fff}.ic-product-newsletter__eyebrow{margin:0 0 8px;color:var(--ic-text-muted);font-size:11px;font-weight:800;letter-spacing:0.08em;text-transform:uppercase}.ic-product-newsletter h2{margin:0 0 8px;font-size:24px}.ic-product-newsletter p{color:var(--ic-text-secondary)}.ic-product-newsletter__form{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:end}.ic-product-newsletter__form label{display:grid;gap:6px;color:#111;font-size:12px;font-weight:700}.ic-product-newsletter__form input{height:46px;border:1px solid #d9d9d9;background:#f7f7f7;padding:0 14px}.ic-product-newsletter__form button{height:46px;background:#111;color:#fff;font-size:12px;font-weight:800;text-transform:uppercase}@media (min-width:769px){.ic-product-rail-section--bestsellers{order:1}.ic-product-rail-section--recently{order:2}.ic-product-rail-section--complete{order:3}.ic-product-rail-section--recommendations{order:4}.ic-product-rail-section--featured{order:5}.ic-customer-opinions{order:6}.ic-piece-request{order:7}.ic-product-newsletter{order:8}}@media (max-width:1024px){.ic-single-product .product{grid-template-columns:1fr;gap:28px}.ic-single-product .summary{padding-top:0}}@media (max-width:768px){.ic-single-product{padding-bottom:120px}.ic-single-product .product{padding-top:18px}.ic-single-product .woocommerce-product-gallery{display:block}.ic-single-product .woocommerce-product-gallery .flex-control-thumbs,.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto}.ic-single-product .woocommerce-product-gallery .flex-control-thumbs li,.woocommerce div.product div.images .flex-control-thumbs li{flex:0 0 76px;width:76px}.woocommerce div.product form.cart,.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{grid-template-columns:70px minmax(0,1fr)}.ic-product-wishlist{grid-column:1 / -1;width:100%;margin-top:0}.ic-variation-button-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ic-safe-checkout__icons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.ic-safe-checkout__icons img{width:100%;height:30px}.ic-trust-badges--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.ic-trust-badges--compact .ic-trust-badge{padding:11px 6px}.ic-trust-badges--compact .ic-trust-badge__text span{display:none}.ic-single-product .woocommerce-tabs ul.tabs{justify-content:flex-start;gap:22px;overflow-x:auto}.ic-product-why-grid,.ic-customer-opinions__grid,.ic-product-newsletter{grid-template-columns:1fr}.ic-product-after-sections{gap:34px;padding-top:36px}.ic-product-rail{grid-auto-columns:minmax(150px,58vw)}.ic-customer-opinions{padding:42px 18px 12px}.ic-customer-opinions__rating,.ic-customer-opinions__grid{max-width:none}.ic-piece-request{margin:0}.ic-product-newsletter{gap:22px;padding:28px 20px}.ic-product-newsletter__form{grid-template-columns:1fr}}@media (max-width:480px){.woocommerce div.product form.cart,.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{grid-template-columns:64px minmax(0,1fr);gap:10px}.ic-single-product .summary .product_title,.woocommerce div.product .product_title{font-size:24px}.ic-product-rating-strip{flex-wrap:wrap}}.ic-single-product .summary{display:flex;flex-direction:column}.ic-variation-button-set{display:grid;gap:10px}.ic-single-product table.variations th.label,.ic-single-product table.variations .reset_variations{display:none!important}.ic-variation-button-set__head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#111;font-size:12px;font-weight:800}.ic-variation-button-set__guide{display:inline-flex;align-items:center;gap:6px;color:#111;font-size:12px;font-weight:800;white-space:nowrap}.ic-variation-button-set__guide:hover{text-decoration:underline}.ic-single-product .summary form.cart,.woocommerce div.product form.cart{display:grid;grid-template-columns:1fr;gap:10px;align-items:stretch}.ic-single-product .summary form.cart .quantity,.woocommerce div.product form.cart .quantity{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important}.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:1fr;gap:10px}.ic-single-product .single_add_to_cart_button,.woocommerce div.product form.cart .single_add_to_cart_button{width:100%;border-radius:0}.ic-product-wishlist{position:relative;width:100%;justify-content:center;background:#f7f7f7;color:#111;letter-spacing:0.08em;text-transform:uppercase}.ic-product-wishlist svg{position:absolute;right:18px}.ic-single-product .summary .product_meta,.ic-single-product .summary .woocommerce-product-details__short-description{display:none}.ic-product-detail-band{border-top:1px solid #eeeeee;border-bottom:1px solid #eeeeee;padding:0 0 46px}.ic-product-detail-band__tabs{display:flex;justify-content:center;gap:54px;border-bottom:1px solid #eeeeee;margin-bottom:34px}.ic-product-detail-band__tabs button{min-height:54px;color:rgba(17,17,17,0.35);border-bottom:2px solid transparent;font-size:12px;font-weight:900;letter-spacing:0.08em;text-transform:uppercase}.ic-product-detail-band__tabs button.is-active,.ic-product-detail-band__tabs button:hover{color:#111;border-bottom-color:#111}.ic-product-detail-band__grid,.ic-product-detail-band__panels{display:grid;align-items:start;max-width:1180px;margin:0 auto}.ic-product-detail-band__panels{grid-template-columns:1fr;min-height:0}.ic-product-detail-band__panel{width:min(100%,520px);margin:0 auto;text-align:center}.ic-product-detail-band__panel[hidden],.ic-product-detail-band__why[hidden]{display:none!important}.ic-product-detail-band__panel h2{margin:0 0 14px;color:#111;font-size:16px;font-weight:800}.ic-product-detail-band__panel p,.ic-product-detail-band__panel small{color:#111;font-size:13px;line-height:1.55}.ic-product-detail-band__panel a{text-decoration:underline}.ic-product-detail-band__why{display:grid;gap:12px;width:min(100%,720px);margin:0 auto}.ic-product-detail-band__why article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:center;min-height:68px;padding:12px 18px;border:1px solid #eeeeee;background:#fff}.ic-product-detail-band__why span{display:inline-grid;place-items:center;color:#111}.ic-product-detail-band__why strong{display:block;margin-bottom:3px;color:#111;font-size:12px;font-weight:900}.ic-product-detail-band__why p{margin:0;color:rgba(17,17,17,0.58);font-size:11px;line-height:1.35}@media (min-width:769px){.ic-single-product .summary{align-items:stretch;text-align:center}.ic-single-product .summary .product_title,.woocommerce div.product .product_title{font-size:17px;font-weight:900;letter-spacing:0.1em;line-height:1.25;text-transform:uppercase}.ic-single-product .summary .price,.woocommerce div.product .price{font-size:14px;font-weight:900}.ic-variation-button-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ic-variation-button{min-height:42px;font-size:12px}.ic-safe-checkout{text-align:center}.ic-safe-checkout__delivery,.ic-product-rating-strip,.ic-safe-checkout__icons{justify-content:center}}@media (max-width:768px){.ic-single-product .product,.ic-single-product div.product{display:flex;flex-direction:column;gap:0}.ic-single-product .summary{display:contents}.ic-single-product .summary .product_title{order:1;margin:0 0 8px;padding:0 18px;font-size:24px;font-weight:500;line-height:1.2;text-align:left}.ic-single-product .summary .price{order:2;margin:0 0 18px;padding:0 18px;font-size:20px;font-weight:700;text-align:left}.ic-single-product .woocommerce-product-gallery{order:3;margin-bottom:14px}.ic-trust-badges--compact{order:4;margin:0 18px 18px;border:1px solid #e7e7e7}.ic-product-size-trigger,.ic-single-product .summary form.cart{order:5;margin-left:18px;margin-right:18px}.ic-single-product .summary form.cart{width:auto}.ic-safe-checkout{order:6;margin-left:18px;margin-right:18px}.ic-safe-checkout__delivery{align-items:flex-start;width:100%;line-height:1.3}.ic-safe-checkout__delivery-main{flex:1 1 auto;max-width:calc(100% - 31px)}.ic-safe-checkout__popover{left:0;width:min(318px,calc(100vw - 36px));padding:24px 28px;transform:none;font-size:13px}.ic-safe-checkout__popover::before{left:auto;right:13px;transform:rotate(45deg)}.ic-product-after-sections{order:7;width:100%}.ic-variation-button-set__head{margin-top:2px}.ic-variation-button-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.ic-variation-button{min-height:44px;border-radius:4px;font-size:13px}.ic-single-product .single_add_to_cart_button,.woocommerce div.product form.cart .single_add_to_cart_button{min-height:54px;border-radius:999px;font-size:14px;text-transform:none;letter-spacing:0}.ic-product-wishlist{min-height:46px;letter-spacing:0.02em}.ic-product-detail-band{padding-bottom:26px}.ic-product-detail-band__tabs{display:grid;grid-template-columns:0.72fr 0.9fr 1.38fr;gap:0;justify-content:stretch;overflow:visible;margin-bottom:22px;padding:0 18px}.ic-product-detail-band__tabs button{width:100%;min-width:0;min-height:46px;padding:0 3px;font-size:10px;letter-spacing:0;white-space:nowrap}.ic-product-detail-band__grid,.ic-product-detail-band__panels{grid-template-columns:1fr;gap:22px;padding:0 18px}.ic-product-detail-band__panel{text-align:left}}@media (max-width:340px){.ic-product-detail-band__tabs{grid-template-columns:0.6fr 0.85fr 1.75fr;padding:0 12px}.ic-product-detail-band__tabs button{padding:0 1px;font-size:9px}.ic-variation-button-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ic-safe-checkout__icons{grid-template-columns:repeat(2,minmax(0,1fr))}}.ic-shop__layout,.ic-shop__content{min-width:0}.ic-shop__content ul.products,.woocommerce-page .ic-shop__content ul.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px;align-items:start}.ic-shop__content ul.products li.product{min-width:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.ic-shop__content ul.products li.product:hover{border-color:transparent;box-shadow:none;transform:none}.ic-shop__content ul.products li.product .ic-product-card{height:100%;border:0;border-radius:0;background:#fff;box-shadow:none;overflow:visible;transform:none}.ic-shop__content ul.products li.product .ic-product-card:hover{border-color:transparent;box-shadow:none;transform:none}.ic-shop__content .ic-product-image-wrap,.ic-shop__content ul.products li.product a img,.ic-shop__content ul.products li.product img{aspect-ratio:4 / 5;background:#fff}.ic-shop__content .ic-product-image-wrap{border-radius:0}.ic-shop__content .ic-product-link{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.ic-shop__content .ic-product-img,.ic-shop__content ul.products li.product a img,.ic-shop__content ul.products li.product img{width:100%;height:100%;object-fit:contain;object-position:center}.ic-shop__content .ic-product-info{padding:10px 0 0}.ic-shop__content .ic-sale-badge{display:none}.ic-shop__content .ic-product-brand{margin-bottom:5px;color:#111;font-size:12px;font-weight:800;line-height:1.25;letter-spacing:0;text-transform:none}.ic-shop__content .ic-product-title{margin:0 0 7px;color:#3a3a3a;font-size:13px;font-weight:400;line-height:1.3}.ic-shop__content .ic-product-title a{color:inherit}.ic-shop__content .ic-product-price{color:#111;font-size:13px;font-weight:600;line-height:1.25}.ic-shop__content .ic-product-variations{display:none!important}@media (max-width:768px){.ic-shop{padding-bottom:56px}.ic-shop__layout{grid-template-columns:minmax(0,1fr);margin-top:12px}.ic-shop__header{margin-bottom:18px}.ic-shop__title{font-size:22px;font-weight:500}.ic-shop__result-count{font-size:12px;text-align:left}.ic-shop__content ul.products,.woocommerce-page .ic-shop__content ul.products,.ic-shop__content .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 12px;width:100%;max-width:100%}.ic-shop__content .ic-product-image-wrap,.ic-shop__content ul.products li.product a img,.ic-shop__content ul.products li.product img{aspect-ratio:4 / 5}.ic-shop__content .ic-product-img-hover{display:none!important;opacity:0!important;pointer-events:none!important}.ic-shop__content .ic-product-card:hover .ic-product-img-primary{opacity:1!important}.ic-shop__content .ic-product-overlay{display:none!important;pointer-events:none!important}.ic-shop__content .ic-product-link{position:relative;z-index:2}.ic-shop__content .ic-product-info{min-height:74px;padding-top:9px}.ic-shop__content .ic-product-brand{font-size:11.5px}.ic-shop__content .ic-product-title{font-size:12.5px}.ic-shop__content .ic-product-price{font-size:13px}}@media (max-width:480px){.ic-shop__content ul.products,.woocommerce-page .ic-shop__content ul.products,.ic-shop__content .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px 10px;width:100%;max-width:100%}}.ic-free-label{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:2px 6px;background:#111;color:#fff;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:0}.ic-cart-free-shipping,.ic-cart-mobile-trust,.ic-checkout__payment-assurances,.ic-checkout__recently-viewed{letter-spacing:0}.ic-cart-free-shipping{display:flex;align-items:center;gap:12px;padding:13px 15px;margin:0 0 16px;border:1px solid #d9eadf;background:#f5fbf7;color:#247242;font-size:13px}.ic-cart-free-shipping p{margin:0}.ic-cart-free-shipping__icon,.ic-cart-mobile-trust__icon{position:relative;display:inline-flex;width:28px;height:28px;flex:0 0 28px;border:1.5px solid currentColor;border-radius:3px}.ic-cart-free-shipping__icon::after,.ic-cart-mobile-trust__icon::after{content:"";position:absolute;inset:7px;border-top:1.5px solid currentColor;border-left:1.5px solid currentColor;transform:rotate(135deg)}.ic-cart-mobile-trust{display:none}.ic-cart-mobile-header{display:none}.ic-checkout__payment-assurances{display:grid;gap:8px;margin:0 0 18px}.ic-checkout__payment-assurances div{display:flex;justify-content:space-between;align-items:center;min-height:42px;border-bottom:1px solid var(--ic-border);font-size:13px;color:var(--ic-text)}.ic-checkout__payment-assurances strong{padding:2px 6px;background:#111;color:#fff;font-size:10px;text-transform:uppercase;letter-spacing:0}.ic-checkout__legal-note{margin:-8px 0 0;color:var(--ic-text-muted);font-size:12px;line-height:1.5}.ic-checkout__legal-note a{color:var(--ic-text);text-decoration:underline}.ic-checkout__recently-viewed{margin:24px 0 4px}.ic-checkout__recently-title{margin:0 0 12px;font-size:17px;font-weight:400;color:var(--ic-text)}.ic-checkout__recently-rail{display:flex;gap:12px;overflow-x:auto;padding:0 2px 12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ic-checkout__recently-card{position:relative;display:block;flex:0 0 42%;min-width:138px;color:var(--ic-text);text-decoration:none;scroll-snap-align:start}.ic-checkout__recently-img{display:block;aspect-ratio:1 / 1.18;background:#f5f5f5;overflow:hidden}.ic-checkout__recently-img img{width:100%;height:100%;object-fit:cover}.ic-checkout__recently-heart{position:absolute;top:8px;right:8px;z-index:2;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.86);display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:14px}.ic-checkout__recently-brand,.ic-checkout__recently-name,.ic-checkout__recently-price{display:block}.ic-checkout__recently-brand{margin-top:10px;color:var(--ic-text-muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ic-checkout__recently-name{margin-top:2px;font-size:12px;line-height:1.25}.ic-checkout__recently-price{margin-top:6px;font-size:12px;font-weight:500}html.hub-paying-lock body.woocommerce-checkout #icCheckout,html.hub-paying-lock body.woocommerce-checkout #icCheckoutForm,html.hub-paying-lock body.woocommerce-checkout #icStep4,body.woocommerce-checkout.hub-paying #icCheckout,body.woocommerce-checkout.hub-paying #icCheckoutForm,body.woocommerce-checkout.hub-paying #icStep4{visibility:visible!important}.woocommerce-order-received .ic-breadcrumb,.woocommerce-order-received .ic-page__title{display:none!important}.woocommerce-order-received .ic-page{padding-top:34px}.woocommerce-order-received .ic-page__content{max-width:920px;margin:0 auto}@media (max-width:768px){.woocommerce-checkout .ic-gender-switcher--mobile,.woocommerce-checkout .ic-nav{display:none!important}.woocommerce-checkout .ic-header__top-inner{height:64px;grid-template-columns:44px minmax(0,1fr) 104px}.woocommerce-checkout .ic-page{padding-top:18px}.woocommerce-checkout .ic-breadcrumb{margin-bottom:20px;font-size:11px}.woocommerce-cart .ic-breadcrumb,.woocommerce-cart .ic-page__title{display:none}.woocommerce-cart .ic-page{padding-top:0}.woocommerce-cart .ic-header{display:none!important}.woocommerce-cart .ic-gender-switcher--mobile,.woocommerce-cart .ic-nav,.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{display:none!important}.woocommerce-cart .ic-page__content{max-width:390px;margin:0 auto}.ic-cart-mobile-header{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;min-height:56px;margin:0 0 16px;border-bottom:1px solid var(--ic-border);background:#fff}.ic-cart-mobile-header__close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:flex-start;color:var(--ic-text);text-decoration:none}.ic-cart-mobile-header strong{display:block;text-align:center;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}.woocommerce-cart form.woocommerce-cart-form{border-bottom:8px solid #f5f5f5;padding-bottom:20px}.woocommerce-cart .woocommerce-cart-form::before{display:none;content:none}.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{grid-template-columns:74px minmax(0,1fr) auto;padding:18px 0 24px;min-height:124px}.woocommerce-cart table.shop_table td.product-thumbnail,.woocommerce-cart table.shop_table td.product-thumbnail img{width:66px;height:66px}.woocommerce-cart table.shop_table td.product-thumbnail img{object-fit:contain;border:0;background:#f7f7f7}.woocommerce-cart table.shop_table td.product-name a{display:block;max-width:185px;font-size:13px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.woocommerce-cart table.shop_table td.product-name .variation{margin-top:4px;color:var(--ic-text-muted)}.woocommerce-cart table.shop_table td.product-subtotal{min-width:70px;font-size:12px}.woocommerce-cart table.shop_table td.product-remove{top:18px;right:0}.woocommerce-cart table.shop_table td.product-remove a{width:22px;height:22px;font-size:13px}.woocommerce-cart table.shop_table td.product-quantity .quantity{height:28px;border:0;background:#f4f4f4;border-radius:2px}.woocommerce-cart table.shop_table td.product-quantity .quantity input{width:34px;height:28px;padding:0;font-size:13px;font-weight:600}.ic-cart-qty-btn{width:26px;height:28px;border:0;background:#f4f4f4;color:var(--ic-text);font-size:14px;cursor:pointer}.woocommerce-cart table.shop_table td.actions{border-top:1px solid var(--ic-border)!important;padding-top:12px}.woocommerce-cart.ic-cart-mobile-coupon-moved table.shop_table td.actions{display:none!important}.ic-cart-mobile-coupon{margin:18px 0 0;border-top:1px solid var(--ic-border)}.ic-cart-coupon-toggle{width:100%;min-height:48px;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:10px;border:0;border-bottom:1px solid var(--ic-border);background:transparent;color:var(--ic-text);font-family:var(--ic-font);font-size:13px;text-align:left;cursor:pointer}.ic-cart-coupon-toggle span{width:14px;height:10px;border:1.5px solid currentColor;border-radius:1px}.ic-cart-coupon-toggle strong{font-weight:400}.ic-cart-coupon-toggle em{font-style:normal;color:var(--ic-text-muted);font-size:17px}.woocommerce-cart table.shop_table td.actions .coupon,.woocommerce-cart .ic-cart-mobile-coupon .coupon{display:none;margin-top:14px}.woocommerce-cart table.shop_table td.actions .coupon.is-visible,.woocommerce-cart .ic-cart-mobile-coupon .coupon.is-visible{display:flex}.woocommerce-cart .ic-cart-mobile-coupon .coupon.is-visible{flex-direction:column;align-items:stretch;gap:10px;padding:12px 0 0}.woocommerce-cart .ic-cart-mobile-coupon .coupon input#coupon_code{width:100%;max-width:none;border-radius:0}.woocommerce-cart .ic-cart-mobile-coupon .coupon .button{width:100%;min-height:46px;border-radius:0;background:#111!important;color:#fff!important}.woocommerce-cart table.shop_table td.actions>button[name="update_cart"]{display:none!important}.woocommerce .cart_totals,.cart_totals{position:static;border:0;border-radius:0;padding:20px 0 0;background:#fff}.woocommerce .cart_totals h2{display:none}.woocommerce .cart_totals table th,.woocommerce .cart_totals table td{padding:8px 0;font-size:13px}.woocommerce .cart_totals .order-total .amount{font-size:16px;color:var(--ic-text)}.woocommerce-cart .wc-proceed-to-checkout .checkout-button{border-radius:0!important;background:#111!important;min-height:50px;letter-spacing:0}.ic-cart-mobile-trust{display:grid;gap:0;margin:28px 0 0;padding:0;max-width:none}.ic-cart-mobile-trust article{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid var(--ic-border)}.ic-cart-mobile-trust article:last-child{border-bottom:0}.ic-cart-mobile-trust strong{display:block;font-size:16px;line-height:1.25;font-weight:700}.ic-cart-mobile-trust p{margin:6px 0 0;color:var(--ic-text-muted);font-size:13px;line-height:1.45}.ic-cart-mobile-trust__icon{width:42px;height:42px;flex:0 0 42px;border:0;border-radius:0;color:var(--ic-text)}.ic-cart-mobile-trust__icon::after{display:none;content:none}.ic-cart-mobile-trust__icon svg{display:block;width:42px;height:42px}.woocommerce-cart .cross-sells,.woocommerce-cart .ic-cart-recommendations{display:none!important}.woocommerce-order-received .ic-page{padding-top:18px}.woocommerce-order-received .ic-page__body{margin-top:0}.ic-checkout{max-width:390px;padding:24px 16px 56px}.ic-checkout__progress{margin:26px 0 36px;padding:0 10px}.ic-checkout__step-dot{width:28px;height:28px;border-width:1px;background:#fff}.ic-checkout__step-dot.active{box-shadow:0 0 0 4px rgba(0,0,0,.08)}.ic-checkout__step-title{margin-bottom:7px;font-size:21px;font-weight:400}.ic-checkout__step-subtitle{font-size:12px;margin-bottom:22px}.ic-checkout__field input[type="text"],.ic-checkout__field input[type="email"],.ic-checkout__field input[type="tel"],.ic-checkout__field select,.ic-checkout__field textarea,.ic-checkout__step .form-row input.input-text,.ic-checkout__step .form-row select,.ic-checkout__step .form-row textarea{min-height:48px;border-radius:0!important;background:#f4f4f4!important}.ic-checkout__review-items,.ic-checkout__totals,.ic-checkout__payment-summary,.ic-checkout__payment-gateways{border-radius:0;border-color:var(--ic-border)}.ic-checkout__review-item{display:grid;grid-template-columns:58px minmax(0,1fr) max-content;align-items:center;gap:12px;padding:13px 0}.ic-checkout__review-info{min-width:0;overflow:hidden}.ic-checkout__review-name{max-width:100%;font-size:13px}.ic-checkout__review-price{align-self:start;padding-top:4px;font-size:13px;white-space:nowrap}.ic-checkout__review-items{border-left:0;border-right:0}.ic-checkout__review-img{width:58px;height:58px}.ic-checkout__coupon-toggle{width:100%;min-height:46px;border-bottom:1px solid var(--ic-border);color:var(--ic-text);margin-bottom:0}.ic-checkout__coupon-form.visible{display:grid;gap:10px;padding:12px 0 18px}.ic-checkout__coupon-form input{min-height:48px;border:0;border-bottom:1px solid #111;border-radius:0;background:#fff;padding-left:0;font-size:14px}.ic-checkout__coupon-form button{min-height:48px;border-radius:0;background:#111;letter-spacing:0;text-transform:uppercase}.ic-checkout__upsell{margin:24px 0}.ic-checkout__upsell-grid{grid-template-columns:1fr 1fr;gap:10px}.ic-checkout__upsell-card{border-radius:0}.ic-checkout__upsell-img img{object-fit:contain;background:#f5f5f5}.ic-checkout__upsell-add{border-radius:0;border-color:#111;color:#111;text-transform:none}.ic-checkout__nav{border-top:1px solid var(--ic-border);gap:10px;margin-top:24px}.ic-checkout__btn{border-radius:0;min-height:48px}.ic-checkout__btn--next{background:#111}.ic-checkout__payment-summary{align-items:flex-start;text-align:left;background:#fff}.ic-checkout__payment-gateways{padding:0;border:0;overflow:visible}.ic-checkout__payment-gateways #place_order{border-radius:0!important;background:#004F1F!important;min-height:50px}.ic-checkout__payment-gateways iframe{max-width:100%}}@media (max-width:768px){body.woocommerce-cart .woocommerce{display:block!important;gap:0!important}body.woocommerce-cart .ic-header,body.woocommerce-cart .ic-campaign-bar,body.woocommerce-cart .ic-gender-switcher--mobile,body.woocommerce-cart .ic-nav{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;overflow:hidden!important}body.woocommerce-cart .ic-breadcrumb,body.woocommerce-cart .ic-page__title,body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message{display:none!important}body.woocommerce-cart .ic-page{padding-top:0!important}body.woocommerce-cart .ic-page__content{width:100%;max-width:390px;margin:0 auto;padding-top:0!important}body.woocommerce-cart .ic-cart-mobile-header{display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;min-height:56px;margin:0 0 16px;border-bottom:1px solid var(--ic-border);background:#fff}body.woocommerce-cart .ic-cart-mobile-header__close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:flex-start;color:var(--ic-text);text-decoration:none}body.woocommerce-cart .ic-cart-mobile-header strong{display:block;text-align:center;font-size:12px;font-weight:700;letter-spacing:0;text-transform:uppercase}body.woocommerce-cart button[name="update_cart"],body.woocommerce-cart input[name="update_cart"],body.woocommerce-cart table.shop_table td.actions>button[name="update_cart"]{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}body.woocommerce-cart .cross-sells,body.woocommerce-cart .ic-cart-recommendations,body.woocommerce-cart .cart-collaterals .cross-sells{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}}@media (max-width:768px){body.woocommerce-cart .ic-page__content{background:#fff}body.woocommerce-cart form.woocommerce-cart-form{margin:0 14px;padding-bottom:14px;border-bottom:1px solid #ededed}body.woocommerce-cart .cart-collaterals{padding:0 14px}body.woocommerce-cart .cart_totals{padding:0!important;border:0!important;background:#fff!important;box-shadow:none!important}body.woocommerce-cart .cart_totals table{display:block;margin:0;border:0!important}body.woocommerce-cart .cart_totals tbody,body.woocommerce-cart .cart_totals tr,body.woocommerce-cart .cart_totals th,body.woocommerce-cart .cart_totals td{display:block;width:100%}body.woocommerce-cart .cart_totals tr{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:34px;padding:6px 0;border:0!important}body.woocommerce-cart .cart_totals th,body.woocommerce-cart .cart_totals td{padding:0!important;border:0!important;background:transparent!important;font-size:13px!important;line-height:1.35}body.woocommerce-cart .cart_totals th{color:#1d1d1f;font-weight:500;text-align:left}body.woocommerce-cart .cart_totals td{color:#111;text-align:right}body.woocommerce-cart .cart_totals tr.shipping{align-items:start;padding-top:8px;padding-bottom:8px}body.woocommerce-cart .cart_totals tr.shipping td{display:flex;flex-direction:column;align-items:flex-end;gap:6px}body.woocommerce-cart .woocommerce-shipping-methods{width:auto;margin:0;text-align:right}body.woocommerce-cart .woocommerce-shipping-methods li{padding:0;color:#111;font-size:13px}body.woocommerce-cart .woocommerce-shipping-destination,body.woocommerce-cart .woocommerce-shipping-calculator,body.woocommerce-cart .shipping-calculator-button,body.woocommerce-cart .shipping-calculator-form{display:none!important}body.woocommerce-cart .ic-cart-shipping-free{color:#111;font-size:13px;font-weight:500;text-transform:uppercase}body.woocommerce-cart .cart_totals .order-total{min-height:58px;margin-top:8px;padding-top:16px;border-top:1px solid #ededed!important}body.woocommerce-cart .cart_totals .order-total th,body.woocommerce-cart .cart_totals .order-total td{font-weight:800}body.woocommerce-cart .cart_totals .order-total .amount{color:#111;font-size:18px;font-weight:800}body.woocommerce-cart .ic-cart-free-shipping{justify-content:flex-start;min-height:45px;margin:0 0 16px;padding:11px 12px;border-color:#d8eadf;background:#f6fbf8;color:#168143;font-size:12px;font-weight:500}body.woocommerce-cart .ic-cart-free-shipping__icon{width:19px;height:19px;flex-basis:19px;border:0;color:#168143}body.woocommerce-cart .ic-cart-free-shipping__icon::after{display:none;content:none}body.woocommerce-cart .ic-cart-free-shipping__icon svg{width:19px;height:19px}body.woocommerce-cart .ic-free-label{min-width:0;padding:0;background:transparent;color:inherit;font-size:inherit;font-weight:700;line-height:inherit;text-transform:none}body.woocommerce-cart .ic-cart-mobile-coupon{margin:0;border-top:1px solid #ededed}body.woocommerce-cart .ic-cart-coupon-toggle{min-height:49px;padding:0;border-bottom:1px solid #ededed;font-size:13px}body.woocommerce-cart .wc-proceed-to-checkout{padding-top:14px!important}body.woocommerce-cart .wc-proceed-to-checkout .checkout-button{display:inline-flex!important;align-items:center;justify-content:center;gap:12px;min-height:50px;padding:15px 18px!important;color:#fff!important;font-size:12px!important;font-weight:800;letter-spacing:.08em;line-height:1.2}body.woocommerce-cart .ic-cart-checkout-lock{display:inline-flex;width:18px;height:18px;flex:0 0 18px}body.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{grid-template-columns:82px minmax(0,1fr) 118px;grid-template-rows:auto auto;column-gap:8px;min-height:158px;padding:26px 0 34px;border-bottom:1px solid #ededed}body.woocommerce-cart table.shop_table td.product-thumbnail{grid-row:1 / 3;grid-column:1;width:74px;align-self:start}body.woocommerce-cart table.shop_table td.product-thumbnail img{display:block;width:74px;height:74px;object-fit:contain;background:#f7f7f7}body.woocommerce-cart table.shop_table td.product-name{grid-row:1;grid-column:2 / 3;min-width:0;padding-right:0}body.woocommerce-cart table.shop_table td.product-name a{display:-webkit-box;max-width:100%;overflow:hidden;color:#111;font-size:13px;font-weight:500;line-height:1.35;text-decoration:none!important;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.woocommerce-cart table.shop_table td.product-name>.variation{display:none!important}body.woocommerce-cart table.shop_table td.product-name .ic-cart-item-meta{display:grid;gap:3px;margin-top:5px;font-size:13px;line-height:1.25}body.woocommerce-cart .ic-cart-item-meta__color{color:#8c8c8c;font-weight:400}body.woocommerce-cart .ic-cart-item-meta__size{color:#111;font-weight:500}body.woocommerce-cart table.shop_table td.product-price{display:none!important}body.woocommerce-cart table.shop_table td.product-quantity{grid-row:2;grid-column:2 / 3;padding-top:12px;align-self:start}body.woocommerce-cart table.shop_table td.product-subtotal{grid-row:2;grid-column:3 / 4;min-width:0;padding-top:12px;align-self:start;color:#111;font-size:13px;font-weight:700;line-height:1.2;text-align:right}body.woocommerce-cart table.shop_table td.product-subtotal .amount{color:#111;font-size:13px;font-weight:700}body.woocommerce-cart table.shop_table .ic-cart-item-price{justify-content:flex-end;gap:6px;flex-wrap:nowrap}body.woocommerce-cart table.shop_table .ic-cart-item-price del{color:#8f8f8f;font-size:12px;font-weight:500}body.woocommerce-cart table.shop_table .ic-cart-item-price ins{color:#d0021b;font-size:13px;font-weight:800}body.woocommerce-cart .cart_totals tr.tax-rate,body.woocommerce-cart .cart_totals tr.cart-tax{display:none!important}body.woocommerce-cart table.shop_table td.product-remove{top:28px;right:0}}.ic-checkout-mobile-summary{display:none}@media (max-width:768px){body.woocommerce-checkout .ic-header,body.woocommerce-checkout .ic-campaign-bar,body.woocommerce-checkout .ic-gender-switcher--mobile,body.woocommerce-checkout .ic-nav,body.woocommerce-checkout .ic-breadcrumb,body.woocommerce-checkout .ic-page__title{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}body.woocommerce-checkout .ic-page{padding-top:0!important}body.woocommerce-checkout .ic-page__content{width:100%;max-width:390px;margin:0 auto;padding-top:0!important}body.woocommerce-checkout .ic-checkout{max-width:390px;padding:0 16px 56px!important}.ic-checkout-mobile-summary{position:sticky;top:0;z-index:40;display:block;margin:0 -16px 30px;background:#fff;border-bottom:1px solid var(--ic-border)}.ic-checkout-mobile-summary__bar{width:100%;min-height:64px;display:grid;grid-template-columns:minmax(172px,1fr) auto;align-items:center;gap:10px;padding:0 16px;border:0;background:#fff;color:var(--ic-text);font-family:var(--ic-font);text-align:left}.ic-checkout-mobile-summary__brand{display:block;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1;font-weight:700;letter-spacing:0;color:var(--ic-text);text-decoration:none;cursor:pointer}.ic-checkout-mobile-summary__brand span{font-size:.42em;vertical-align:super}.ic-checkout-mobile-summary__toggle{display:grid;grid-template-columns:minmax(0,auto) auto;align-items:center;column-gap:8px;row-gap:1px;justify-items:end;min-height:48px;padding:0;border:0;background:transparent;color:var(--ic-text);font-family:var(--ic-font);text-align:right;cursor:pointer}.ic-checkout-mobile-summary__items{grid-column:1 / -1;color:var(--ic-text-muted);font-size:11px;line-height:1.1}.ic-checkout-mobile-summary__total{display:inline-flex;gap:4px;align-items:baseline;font-size:12px;line-height:1.2;white-space:nowrap}.ic-checkout-mobile-summary__total strong{font-size:13px;font-weight:700}.ic-checkout-mobile-summary__chevron{width:12px;height:7px;color:var(--ic-text-muted);transition:transform .18s ease}.ic-checkout-mobile-summary.is-open .ic-checkout-mobile-summary__chevron{transform:rotate(180deg)}.ic-checkout-mobile-summary__panel[hidden]{display:none!important}.ic-checkout-mobile-summary__panel{border-top:1px solid var(--ic-border);background:#fff;padding:8px 16px 16px;box-shadow:0 14px 28px rgba(0,0,0,.08)}.ic-checkout-mobile-summary__products{display:grid;gap:0}.ic-checkout-mobile-summary__product{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--ic-border)}.ic-checkout-mobile-summary__thumb,.ic-checkout-mobile-summary__thumb img{display:block;width:58px;height:58px}.ic-checkout-mobile-summary__thumb img{object-fit:contain;background:#f6f6f6}.ic-checkout-mobile-summary__info{display:block;min-width:0}.ic-checkout-mobile-summary__name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.25;color:var(--ic-text)}.ic-checkout-mobile-summary__qty{display:block;margin-top:3px;color:var(--ic-text-muted);font-size:12px}.ic-checkout-mobile-summary__price{font-size:13px;font-weight:700;white-space:nowrap}.ic-checkout-mobile-summary__totals{display:grid;gap:8px;padding-top:12px}.ic-checkout-mobile-summary__totals>div{display:flex;justify-content:space-between;gap:16px;color:var(--ic-text-secondary);font-size:13px}.ic-checkout-mobile-summary__totals strong{color:var(--ic-text);font-weight:600}.ic-checkout-mobile-summary__grand{padding-top:9px;border-top:1px solid var(--ic-border);color:var(--ic-text)!important;font-weight:700}.ic-checkout-mobile-summary__grand strong{font-size:15px;font-weight:800}body.woocommerce-checkout .ic-checkout__progress{margin:34px 0 38px;padding:0 10px}body.woocommerce-checkout .ic-checkout__field input[type="text"],body.woocommerce-checkout .ic-checkout__field input[type="email"],body.woocommerce-checkout .ic-checkout__field input[type="tel"],body.woocommerce-checkout .ic-checkout__field select,body.woocommerce-checkout .ic-checkout__field textarea,body.woocommerce-checkout .ic-checkout__step .form-row input.input-text,body.woocommerce-checkout .ic-checkout__step .form-row select,body.woocommerce-checkout .ic-checkout__step .form-row textarea,body.woocommerce-checkout .ic-checkout__coupon-form input,body.woocommerce-checkout .ic-ddi-selector__toggle,body.woocommerce-checkout .ic-ddi-selector__search,body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{font-size:16px!important}body.woocommerce-checkout .ic-checkout__step .select2-container--default .select2-selection--single{min-height:48px!important}body.woocommerce-checkout .ic-checkout__step .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:34px!important}body.woocommerce-checkout #billing_address_2_field,body.woocommerce-checkout #shipping_address_2_field,body.woocommerce-checkout .ic-checkout__upsell,body.woocommerce-checkout .ic-checkout__recently-viewed{display:none!important}body.woocommerce-checkout .ic-checkout__payment-assurances,body.woocommerce-checkout .ic-checkout__legal-note{font-size:12px}}@media (max-width:768px){body.single-product.ic-sticky-bar-visible{padding-bottom:calc(62px + env(safe-area-inset-bottom))}body.single-product .ic-sticky-bar{padding:6px 0 calc(6px + env(safe-area-inset-bottom));background:#111;border-top:1px solid rgba(255,255,255,0.16);box-shadow:0 -8px 26px rgba(0,0,0,0.28)}body.single-product .ic-sticky-bar .ic-container{width:100%;max-width:390px;padding:0 8px}body.single-product .ic-sticky-bar__inner{min-height:44px;display:flex;flex-wrap:nowrap;gap:0;justify-content:stretch}body.single-product .ic-sticky-bar__product{display:none!important}body.single-product .ic-sticky-bar__actions{display:flex;flex:1 1 100%;width:100%;min-width:0;gap:0;justify-content:stretch}body.single-product .ic-sticky-dropdown{flex:0 1 116px;min-width:0}body.single-product .ic-sticky-dropdown__toggle{height:44px;padding:0 8px;border-radius:0;border-color:rgba(255,255,255,0.18);background:#191919;font-size:10px;letter-spacing:0}body.single-product .ic-sticky-dropdown__label{display:block;max-width:86px}body.single-product .ic-sticky-dropdown__menu{border-radius:0;background:#111}body.single-product .ic-sticky-bar__qty{flex:0 0 74px;height:44px;border-left:0;border-right:0;border-radius:0;background:#161616}body.single-product .ic-sticky-bar__qty-btn{width:24px;height:44px;background:transparent;font-size:12px}body.single-product .ic-sticky-bar__qty-input{width:26px;height:44px;border-left-color:rgba(255,255,255,0.12)!important;border-right-color:rgba(255,255,255,0.12)!important;font-size:12px}body.single-product .ic-sticky-bar__add-btn{flex:1 1 auto;min-width:0;height:44px;padding:0 9px;border:1px solid rgba(255,255,255,0.18);border-radius:0;background:#111;color:#fff;font-size:11px;font-weight:800;letter-spacing:0.02em;line-height:1;text-align:center}body.single-product .ic-sticky-bar__add-btn:hover{background:#000}}@media (max-width:768px){body.woocommerce-cart table.shop_table tr.woocommerce-cart-form__cart-item{grid-template-columns:74px minmax(0,1fr) 28px!important;grid-template-rows:auto auto auto!important;column-gap:18px!important;min-height:222px!important;padding:28px 0 72px!important}body.woocommerce-cart table.shop_table td.product-thumbnail{grid-row:1 / 4!important;grid-column:1!important;width:66px!important}body.woocommerce-cart table.shop_table td.product-thumbnail img{width:66px!important;height:66px!important;object-fit:contain!important}body.woocommerce-cart table.shop_table td.product-name{grid-row:1!important;grid-column:2 / 4!important;padding-right:30px!important}body.woocommerce-cart table.shop_table td.product-name a{max-width:100%!important;color:#111!important;text-decoration:none!important;white-space:normal!important}body.woocommerce-cart table.shop_table td.product-quantity{grid-row:2!important;grid-column:2 / 3!important;padding-top:10px!important}body.woocommerce-cart table.shop_table td.product-subtotal{grid-row:3!important;grid-column:2 / 4!important;padding-top:9px!important;text-align:left!important}body.woocommerce-cart table.shop_table td.product-subtotal .ic-cart-item-price{justify-content:flex-start!important;gap:10px!important;flex-wrap:nowrap!important}body.woocommerce-cart table.shop_table .ic-cart-item-price del,body.woocommerce-cart table.shop_table .ic-cart-item-price del .amount,body.woocommerce-cart table.shop_table .ic-cart-item-price del bdi,body.woocommerce-cart table.shop_table .ic-cart-item-price del .woocommerce-Price-currencySymbol{color:#8f8f8f!important;font-size:12px!important;font-weight:500!important;text-decoration:line-through!important}body.woocommerce-cart table.shop_table .ic-cart-item-price ins,body.woocommerce-cart table.shop_table .ic-cart-item-price ins .amount,body.woocommerce-cart table.shop_table .ic-cart-item-price ins bdi,body.woocommerce-cart table.shop_table .ic-cart-item-price ins .woocommerce-Price-currencySymbol{background:transparent!important;color:#b00000!important;font-size:13px!important;font-weight:800!important;text-decoration:none!important}}@media (max-width:768px){body.single-product .ic-single-product .summary .product_title,body.single-product.woocommerce div.product .product_title,body.single-product .woocommerce div.product .product_title{margin:0 0 6px!important;padding:0 18px!important;color:#111!important;font-family:var(--ic-font,inherit)!important;font-size:20px!important;font-weight:500!important;line-height:1.22!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important}body.single-product .ic-single-product .summary .price,body.single-product.woocommerce div.product .price,body.single-product .woocommerce div.product .price{margin:0 0 16px!important;padding:0 18px!important;color:#111!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important;letter-spacing:0!important;text-align:left!important}body.single-product .ic-trust-badges--compact{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:auto!important;min-height:54px!important;margin:0 18px 14px!important;padding:0!important;overflow:hidden!important;border:1px solid #e2e2e2!important;border-radius:3px!important;background:#fff!important}body.single-product .ic-trust-badges--compact .ic-trust-badge{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-width:0!important;min-height:54px!important;padding:8px!important;border:0!important;border-right:1px solid #e6e6e6!important;text-align:left!important}body.single-product .ic-trust-badges--compact .ic-trust-badge:last-child{border-right:0!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__icon{flex:0 0 18px!important;width:18px!important;height:18px!important;border:0!important;background:transparent!important;color:#111!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__icon svg{display:block!important;width:18px!important;height:18px!important;stroke-width:1.8!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text{display:block!important;min-width:0!important;gap:0!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text strong{display:block!important;color:#111!important;font-size:11px!important;font-weight:600!important;line-height:1.15!important;letter-spacing:0!important;text-transform:none!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text span{display:none!important}}@media (max-width:390px){body.single-product .ic-trust-badges--compact .ic-trust-badge{gap:6px!important;padding:7px 5px!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text strong{font-size:10px!important}}@media (max-width:768px){body.single-product .ic-trust-badges--compact{min-height:42px!important;margin:0 0 12px!important;border-color:#dedede!important;border-radius:4px!important}body.single-product .ic-trust-badges--compact .ic-trust-badge{gap:5px!important;min-height:40px!important;padding:0 7px!important;border-right-color:#e3e3e3!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__icon{flex-basis:14px!important;width:14px!important;height:14px!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__icon svg{width:14px!important;height:14px!important;stroke-width:1.6!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text strong{font-size:8.5px!important;font-weight:600!important;line-height:1!important;white-space:nowrap!important}}@media (max-width:360px){body.single-product .ic-trust-badges--compact .ic-trust-badge{gap:4px!important;padding:0 5px!important}body.single-product .ic-trust-badges--compact .ic-trust-badge__text strong{font-size:8px!important}}body.single-product .ic-single-product .woocommerce-product-gallery__image,body.single-product .ic-single-product .woocommerce-product-gallery__image a{display:block!important;height:auto!important}body.single-product .ic-single-product .woocommerce-product-gallery__image img,body.single-product.woocommerce div.product div.images img,body.single-product .woocommerce div.product div.images img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:auto!important;object-fit:contain!important}body.single-product .ic-single-product .woocommerce-product-gallery .flex-viewport,body.single-product .ic-single-product .woocommerce-product-gallery__wrapper{min-height:0!important;max-height:none!important}@media (max-width:420px){.ic-header__top-inner{grid-template-columns:44px minmax(0,1fr) 100px!important;gap:8px!important}.ic-logo{overflow:hidden}.ic-logo-img,.ic-logo img,.ic-logo .custom-logo{width:min(162px,100%)!important;max-width:min(162px,100%)!important;height:auto!important;max-height:21px!important;object-fit:contain!important}.ic-header__actions{gap:8px!important}}
