@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap";:root{--typeBasePrimary: "Inter";--typeBaseFallback: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--typeHeaderPrimary: "Inter";--typeHeaderFallback: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--font-body: var(--typeBasePrimary), var(--typeBaseFallback);--font-heading: var(--typeHeaderPrimary), var(--typeHeaderFallback);--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--ease-expo-out: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-standard: cubic-bezier(.2, 0, 0, 1);--typeBaseSize: 13px;--typeBaseWeight: 400;--typeBaseLineHeight: 1.4;--typeBaseSpacing: 0em;--typeHeaderSize: 22px;--typeHeaderWeight: 700;--typeHeaderLineHeight: 1;--typeHeaderSpacing: 0em;--typeCollectionTitle: 25px;--type-xs: 10px;--type-sm: 12px;--type-base: var(--typeBaseSize);--type-md: 14px;--type-lg: 16px;--type-xl: 18px;--type-2xl: var(--typeHeaderSize);--type-3xl: var(--typeCollectionTitle);--type-4xl: 30px;--type-display: 60px;--type-mega: 96px;--space-section-tight: 3rem;--space-section-normal: 5rem;--space-section-loose: 7rem;--weight-regular: var(--typeBaseWeight);--weight-medium: 500;--weight-bold: var(--typeHeaderWeight);--lh-none: var(--typeHeaderLineHeight);--lh-tight: 1.1;--lh-snug: 1.2;--lh-base: var(--typeBaseLineHeight);--lh-loose: 1.6;--tracking-tight: -.01em;--tracking-normal: var(--typeBaseSpacing);--tracking-wide: .05em;--tracking-wider: .15em;--tracking-widest: .22em}:root,[data-theme=dark]{--himclo-bg: #000000;--himclo-bg-elevated: #0a0a0a;--himclo-bg-surface: #111111;--himclo-bg-card: #141414;--himclo-bg-card-hover: #1a1a1a;--himclo-text: #ffffff;--himclo-text-muted: rgba(255, 255, 255, .65);--himclo-text-subtle: rgba(255, 255, 255, .45);--himclo-border: rgba(255, 255, 255, .1);--himclo-border-strong: rgba(255, 255, 255, .25);--himclo-accent: #ffffff;--himclo-accent-contrast: #000000;--himclo-accent-warm: #ef4444;--himclo-accent-warm-hover: #dc2626;--himclo-star: #ffffff;--himclo-badge-bg: #ffffff;--himclo-badge-text: #000000;--himclo-shadow: 0 20px 60px -20px rgba(0, 0, 0, .6);--himclo-shimmer-from: #141414;--himclo-shimmer-mid: #1e1e1e;color-scheme:dark}[data-theme=light]{--himclo-bg: #ffffff;--himclo-bg-elevated: #fafafa;--himclo-bg-surface: #f4f4f4;--himclo-bg-card: #ffffff;--himclo-bg-card-hover: #f4f4f4;--himclo-text: #0a0a0a;--himclo-text-muted: rgba(10, 10, 10, .65);--himclo-text-subtle: rgba(10, 10, 10, .45);--himclo-border: rgba(0, 0, 0, .1);--himclo-border-strong: rgba(0, 0, 0, .25);--himclo-accent: #0a0a0a;--himclo-accent-contrast: #ffffff;--himclo-accent-warm: #ef4444;--himclo-accent-warm-hover: #dc2626;--himclo-star: #0a0a0a;--himclo-badge-bg: #0a0a0a;--himclo-badge-text: #ffffff;--himclo-shadow: 0 20px 60px -20px rgba(0, 0, 0, .15);--himclo-shimmer-from: #f0f0f0;--himclo-shimmer-mid: #fafafa;color-scheme:light}html{font-family:var(--font-body);font-size:var(--typeBaseSize);font-weight:var(--weight-regular);line-height:var(--typeBaseLineHeight);letter-spacing:var(--typeBaseSpacing)}body{background:var(--himclo-bg)!important;color:var(--himclo-text)!important;font-family:var(--font-body);font-size:var(--typeBaseSize);font-weight:var(--weight-regular);line-height:var(--typeBaseLineHeight);letter-spacing:var(--typeBaseSpacing);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background:var(--himclo-bg)!important;color:var(--himclo-text)!important}input,button,select,textarea,optgroup{font-family:inherit;font-size:inherit;letter-spacing:inherit}main.main-content,.shopify-section{background:var(--himclo-bg);color:var(--himclo-text)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:var(--typeHeaderWeight);line-height:1.1;letter-spacing:-.01em;color:var(--himclo-text);margin:0}h1{font-size:var(--type-4xl)}h2{font-size:var(--type-3xl)}h3{font-size:var(--type-2xl)}h4{font-size:var(--type-xl)}h5{font-size:var(--type-lg)}h6{font-size:var(--type-md)}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}.himclo-wrap{width:100%;max-width:1440px;margin:0 auto;padding-inline:4rem}.himclo-section{background:var(--himclo-bg);color:var(--himclo-text);padding-block:4.5rem}.himclo-section--tight{padding-block:2.5rem}.himclo-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.himclo-section-head--center{justify-content:center;text-align:center;flex-direction:column;gap:.5rem}.himclo-eyebrow{font-family:var(--font-heading);font-size:var(--type-sm);font-weight:var(--weight-medium);line-height:var(--lh-base);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--himclo-text-muted);margin:0}.himclo-section-title{font-family:var(--font-heading);font-size:var(--typeHeaderSize);font-weight:var(--typeHeaderWeight);line-height:var(--typeHeaderLineHeight);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--himclo-text);margin:0}.himclo-section-title--center{display:inline-flex;align-items:center;gap:1rem}.himclo-section-title--center:before,.himclo-section-title--center:after{content:"";width:40px;height:1px;background:var(--himclo-border-strong);display:inline-block}.himclo-view-all{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:var(--type-sm);font-weight:var(--weight-bold);line-height:var(--lh-none);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--himclo-text);text-decoration:none;transition:opacity .2s ease,transform .2s ease}.himclo-view-all:hover,.himclo-view-all:focus-visible{opacity:.75}.himclo-view-all__arrow{display:inline-block;transition:transform .2s ease}.himclo-view-all:hover .himclo-view-all__arrow{transform:translate(3px)}.himclo-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:var(--font-heading);font-size:var(--type-sm);font-weight:var(--weight-bold);line-height:var(--lh-none);letter-spacing:var(--tracking-wider);text-transform:uppercase;text-decoration:none;border:1.5px solid transparent;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.himclo-btn--solid{background:var(--himclo-accent);color:var(--himclo-accent-contrast);border-color:var(--himclo-accent)}.himclo-btn--solid:hover,.himclo-btn--solid:focus-visible{background:transparent;color:var(--himclo-text);border-color:var(--himclo-accent)}.himclo-btn--outline{background:transparent;color:var(--himclo-text);border-color:var(--himclo-border-strong)}.himclo-btn--outline:hover,.himclo-btn--outline:focus-visible{background:var(--himclo-accent);color:var(--himclo-accent-contrast);border-color:var(--himclo-accent)}.himclo-btn__arrow{display:inline-block;transition:transform .2s ease}.himclo-btn:hover .himclo-btn__arrow{transform:translate(3px)}.utility-bar,.section-header,.shopify-section-header,.shopify-section-group-header-group{background:var(--himclo-bg)!important;color:var(--himclo-text)!important}@media screen and (max-width:989px){.himclo-wrap{padding-inline:2rem}.himclo-section{padding-block:3.5rem}.himclo-section-title--center:before,.himclo-section-title--center:after{width:24px}}@media screen and (max-width:749px){.himclo-wrap{padding-inline:1.25rem}.himclo-section{padding-block:3rem}.himclo-section-head{margin-bottom:1.5rem}}a,button,[role=button],label,summary,input[type=submit],input[type=button],input[type=reset],select,.card-wrapper,.himclo-pc__card,.hp-card,.himclo-cg__card,.himclo-tg__card,.himclo-lb__item,.himclo-dual__card{cursor:pointer}a[disabled],button[disabled],input[disabled]{cursor:not-allowed}*:focus{outline:none}*:focus-visible{outline:2px solid var(--himclo-text);outline-offset:2px;border-radius:0}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--himclo-text);outline-offset:0}.himclo-btn,.hp-card__btn,.himclo-pc__btn,.himclo-view-all,.hero-himclo__button,.himclo-cg__cta,.himclo-dual__cta,button.quick-add__submit,button[name=add],.product-form__submit,.shopify-payment-button__button,.cart__checkout-button,.himclo-header__icon-btn,.himclo-btn--solid,.himclo-btn--outline,.template-page-contact button,.template-page-contact input[type=submit],.customer button,.himclo-sf__price-apply{transition:transform .15s var(--ease-standard),background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.himclo-btn:active:not([disabled]),.hp-card__btn:active:not([disabled]),.himclo-pc__btn:active:not([disabled]),.hero-himclo__button:active:not([disabled]),button.quick-add__submit:active:not([disabled]),button[name=add]:active:not([disabled]),.product-form__submit:active:not([disabled]),.shopify-payment-button__button:active:not([disabled]),.cart__checkout-button:active:not([disabled]),.template-page-contact button:active:not([disabled]),.customer button:active:not([disabled]){transform:scale(.97)}.card-wrapper:active,.himclo-pc__card:active,.hp-card:active,.himclo-cg__card:active,.himclo-tg__card:active,.himclo-lb__item:active,.himclo-dual__card:active{transform:scale(.99);transition:transform .15s var(--ease-standard)}.card__media img,.card-wrapper .media img,.hp-card__img,.himclo-cg__image,.himclo-pc__image,.himclo-tg__image,.himclo-lb__image,.himclo-dual__image,.related-products .card__media img,.card-wrapper:hover .card__media img,.hp-card:hover .hp-card__img,.himclo-cg__card:hover .himclo-cg__image,.himclo-pc__card:hover .himclo-pc__image,.himclo-tg__card:hover .himclo-tg__image,.himclo-lb__item:hover .himclo-lb__image,.himclo-dual__card:hover .himclo-dual__image{transition:transform .6s var(--ease-expo-out)!important}@keyframes hc-reveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.himclo-cg__grid>*,.himclo-tg__grid>*,.himclo-pc__track>*,.himclo-lb__grid>*,.himclo-tm__track>*,#product-grid>*,.related-products .product-grid>*,.collection-list>*{animation:hc-reveal .55s var(--ease-expo-out) both;animation-delay:calc(var(--stagger-index, 0) * 50ms)}.himclo-cg__grid>*:nth-child(1),.himclo-tg__grid>*:nth-child(1),.himclo-pc__track>*:nth-child(1),.himclo-lb__grid>*:nth-child(1),#product-grid>*:nth-child(1),.related-products .product-grid>*:nth-child(1),.collection-list>*:nth-child(1){--stagger-index: 0}.himclo-cg__grid>*:nth-child(2),.himclo-tg__grid>*:nth-child(2),.himclo-pc__track>*:nth-child(2),.himclo-lb__grid>*:nth-child(2),#product-grid>*:nth-child(2),.related-products .product-grid>*:nth-child(2),.collection-list>*:nth-child(2){--stagger-index: 1}.himclo-cg__grid>*:nth-child(3),.himclo-tg__grid>*:nth-child(3),.himclo-pc__track>*:nth-child(3),.himclo-lb__grid>*:nth-child(3),#product-grid>*:nth-child(3),.related-products .product-grid>*:nth-child(3),.collection-list>*:nth-child(3){--stagger-index: 2}.himclo-cg__grid>*:nth-child(4),.himclo-tg__grid>*:nth-child(4),.himclo-pc__track>*:nth-child(4),.himclo-lb__grid>*:nth-child(4),#product-grid>*:nth-child(4),.related-products .product-grid>*:nth-child(4),.collection-list>*:nth-child(4){--stagger-index: 3}.himclo-cg__grid>*:nth-child(5),.himclo-tg__grid>*:nth-child(5),.himclo-pc__track>*:nth-child(5),.himclo-lb__grid>*:nth-child(5),#product-grid>*:nth-child(5),.related-products .product-grid>*:nth-child(5),.collection-list>*:nth-child(5){--stagger-index: 4}.himclo-cg__grid>*:nth-child(6),.himclo-tg__grid>*:nth-child(6),.himclo-pc__track>*:nth-child(6),.himclo-lb__grid>*:nth-child(6),#product-grid>*:nth-child(6),.related-products .product-grid>*:nth-child(6),.collection-list>*:nth-child(6){--stagger-index: 5}.himclo-cg__grid>*:nth-child(n+7),.himclo-tg__grid>*:nth-child(n+7),.himclo-pc__track>*:nth-child(n+7),#product-grid>*:nth-child(n+7),.related-products .product-grid>*:nth-child(n+7),.collection-list>*:nth-child(n+7){--stagger-index: 6}.hero-himclo__content,.himclo-section-head,.himclo-story__content{animation:hc-reveal .7s var(--ease-expo-out) both}.himclo-header--sticky{transition:background-color .35s ease,backdrop-filter .35s ease,-webkit-backdrop-filter .35s ease,box-shadow .35s ease,min-height .3s ease;will-change:background-color,backdrop-filter}.himclo-header--sticky.is-scrolled{background:color-mix(in srgb,var(--himclo-header-bg) 82%,transparent)!important;backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1);box-shadow:0 1px #0000000f}.himclo-header--sticky.is-scrolled .himclo-header__inner{min-height:calc(var(--_h, 88px) - 12px);transition:min-height .3s ease}@supports not (background: color-mix(in srgb,black,white)){.himclo-header--sticky.is-scrolled{background:#ffffffd1!important}:root[data-theme=dark] .himclo-header--sticky.is-scrolled{background:#000000d1!important}}.hc-predict{position:absolute;left:0;right:0;top:100%;z-index:90;background:var(--himclo-bg);border:1px solid var(--himclo-border);border-top:none;max-height:70vh;overflow-y:auto;box-shadow:0 20px 40px -10px #00000026;animation:hc-page-fade-in .2s var(--ease-expo-out)}.himclo-header__search{position:relative}.hc-predict__list{display:flex;flex-direction:column}.hc-predict__item{display:flex;align-items:center;gap:.85rem;padding:.7rem 1rem;text-decoration:none;color:var(--himclo-text);border-bottom:1px solid var(--himclo-border);transition:background-color .2s ease}.hc-predict__item:last-child{border-bottom:none}.hc-predict__item:hover,.hc-predict__item:focus-visible{background:var(--himclo-bg-elevated)}.hc-predict__thumb{flex:0 0 auto;width:44px;height:44px;background:var(--himclo-bg-card);overflow:hidden}.hc-predict__thumb img{width:100%;height:100%;object-fit:cover;display:block}.hc-predict__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.hc-predict__title{font-family:var(--font-body);font-size:var(--type-sm);color:var(--himclo-text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hc-predict__price{font-family:var(--font-heading);font-size:var(--type-xs);font-weight:var(--weight-bold);color:var(--himclo-text-muted)}.hc-predict__viewall{display:block;padding:.85rem 1rem;text-align:center;color:var(--himclo-text);text-decoration:none;font-family:var(--font-heading);font-size:var(--type-xs);font-weight:var(--weight-bold);letter-spacing:var(--tracking-widest);text-transform:uppercase;background:var(--himclo-bg-elevated);border-top:1px solid var(--himclo-border);transition:background-color .2s ease}.hc-predict__viewall:hover{background:var(--himclo-text);color:var(--himclo-bg)}.hc-predict__empty{padding:1.5rem 1rem;text-align:center;color:var(--himclo-text-muted);font-family:var(--font-body);font-size:var(--type-sm)}.hc-ship-bar{padding:.85rem 1.25rem;background:var(--himclo-bg-elevated);border-bottom:1px solid var(--himclo-border);margin-bottom:.5rem}.hc-ship-bar__msg{display:flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:var(--type-sm);color:var(--himclo-text);margin-bottom:.6rem}.hc-ship-bar__msg strong{font-family:var(--font-heading);font-weight:var(--weight-bold);color:var(--himclo-text)}.hc-ship-bar--complete .hc-ship-bar__msg{color:#16a34a}.hc-ship-bar--complete .hc-ship-bar__msg svg{color:#16a34a}.hc-ship-bar__track{width:100%;height:4px;background:var(--himclo-border);overflow:hidden;border-radius:2px}.hc-ship-bar__fill{height:100%;background:var(--himclo-text);border-radius:2px;transition:width .6s var(--ease-expo-out);will-change:width}.hc-ship-bar--complete .hc-ship-bar__fill{background:#16a34a}.hc-back-top{position:fixed;right:1.5rem;bottom:1.5rem;z-index:80;width:44px;height:44px;border-radius:50%;background:var(--himclo-text);color:var(--himclo-bg);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translate3d(0,12px,0);transition:opacity .3s var(--ease-expo-out),transform .3s var(--ease-expo-out),background-color .2s ease;box-shadow:0 8px 24px -6px #00000059}.hc-back-top--visible{opacity:1;pointer-events:auto;transform:translateZ(0)}.hc-back-top:hover{transform:translate3d(0,-2px,0);background:var(--himclo-accent-warm);color:#fff}.hc-back-top:active{transform:translateZ(0) scale(.95)}@media(max-width:749px){.hc-back-top{right:1rem;bottom:90px}}.hc-wish-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;background:var(--himclo-accent-warm);color:#fff;border-radius:999px;font-family:var(--font-heading);font-size:9px;font-weight:var(--weight-bold);line-height:1;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--himclo-header-bg, var(--himclo-bg))}img.hc-img-loading{opacity:0;filter:blur(6px);transform:scale(1.04);transition:opacity .45s var(--ease-expo-out),filter .45s var(--ease-expo-out),transform .6s var(--ease-expo-out)}img.hc-img-loaded{opacity:1;filter:blur(0);transform:scale(1);transition:opacity .45s var(--ease-expo-out),filter .45s var(--ease-expo-out),transform .6s var(--ease-expo-out)}@media(prefers-reduced-motion:reduce){.hc-predict,.hc-back-top,.hc-ship-bar__fill,img.hc-img-loading,img.hc-img-loaded{transition:none!important;animation:none!important;filter:none!important;transform:none!important;opacity:1!important}.hc-back-top{pointer-events:auto;opacity:1}}.hc-spotlight{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(circle 380px at var(--sx, 50%) var(--sy, 50%),rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 30%,transparent 60%);transition:opacity .35s ease;mix-blend-mode:screen}.hc-recent{background:var(--himclo-bg);color:var(--himclo-text);padding-block:4rem;border-top:1px solid var(--himclo-border)}.hc-recent__grid{display:grid;grid-template-columns:repeat(min(var(--cols, 6),6),minmax(0,1fr));gap:1.25rem 1rem}.hc-recent__card{display:flex;flex-direction:column;gap:.75rem;text-decoration:none;color:inherit;transition:transform .6s var(--ease-expo-out)}.hc-recent__card:hover{transform:translateY(-3px)}.hc-recent__media{aspect-ratio:3 / 4;background:var(--himclo-bg-card);overflow:hidden;position:relative}.hc-recent__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-expo-out)}.hc-recent__card:hover .hc-recent__media img{transform:scale(1.04)}.hc-recent__title{font-family:var(--font-body);font-size:var(--type-md);color:var(--himclo-text);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hc-recent__price{font-family:var(--font-body);font-size:var(--type-sm);color:var(--himclo-text-muted)}@media(max-width:989px){.hc-recent__grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:749px){.hc-recent__grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}}.hc-sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;gap:.75rem;padding:.6rem .85rem calc(.6rem + env(safe-area-inset-bottom,0px));background:#fffffff5;backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1);border-top:1px solid var(--himclo-border);transform:translate3d(0,110%,0);transition:transform .35s var(--ease-expo-out);will-change:transform}.hc-sticky-buy[data-hc-visible]{transform:translateZ(0)}[data-theme=dark] .hc-sticky-buy{background:#000000f5;border-top-color:#ffffff1a}.hc-sticky-buy__media{flex:0 0 auto;width:48px;height:48px;background:var(--himclo-bg-card);overflow:hidden}.hc-sticky-buy__media img{width:100%;height:100%;object-fit:cover;display:block}.hc-sticky-buy__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.hc-sticky-buy__title{font-family:var(--font-body);font-size:13px;color:var(--himclo-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-sticky-buy__price{font-family:var(--font-heading);font-size:13px;font-weight:var(--weight-bold);color:var(--himclo-text)}.hc-sticky-buy__btn{flex:0 0 auto;padding:.8rem 1rem;background:var(--himclo-text);color:var(--himclo-bg);border:none;font-family:var(--font-heading);font-size:11px;font-weight:var(--weight-bold);letter-spacing:.18em;text-transform:uppercase;cursor:pointer;min-height:44px;transition:opacity .2s ease}.hc-sticky-buy__btn:hover{opacity:.85}.hc-sticky-buy__btn:active{transform:scale(.97)}@media(max-width:749px){.template-product main{padding-bottom:90px}}.hc-empty{padding:5rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;color:var(--himclo-text-muted)}.hc-empty__icon{width:72px;height:72px;border-radius:50%;border:1px solid var(--himclo-border-strong);display:flex;align-items:center;justify-content:center;color:var(--himclo-text);margin-bottom:.5rem}.hc-empty__title{font-family:var(--font-display);font-size:var(--type-3xl);font-weight:var(--weight-bold);color:var(--himclo-text);margin:0}.hc-empty__msg{font-family:var(--font-body);font-size:var(--type-md);max-width:40ch;line-height:var(--lh-loose)}.drawer__inner-empty,.cart__warnings,.template-search .template-search__no-results,.template-search .no-results,.collection__empty-text,.collection--empty,.template-404 .page-width{min-height:40vh}cart-drawer.is-loading .drawer__inner-empty,cart-drawer[aria-busy=true] .drawer__inner-empty{position:relative}cart-drawer.is-loading .drawer__inner-empty:before,cart-drawer[aria-busy=true] .drawer__inner-empty:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--himclo-shimmer-from) 0%,var(--himclo-shimmer-mid) 50%,var(--himclo-shimmer-from) 100%);background-size:200% 100%;animation:hc-shimmer 1.6s var(--ease-standard) infinite;z-index:1}.hc-reveal-init{opacity:0;transform:translate3d(0,32px,0);transition:opacity .9s var(--ease-expo-out),transform .9s var(--ease-expo-out);will-change:opacity,transform}.hc-reveal-init.hc-reveal-in{opacity:1;transform:translateZ(0)}.himclo-story.hc-reveal-init,.himclo-dual.hc-reveal-init{transform:translate3d(0,48px,0)}.himclo-cp.hc-reveal-init,.himclo-icon-row.hc-reveal-init{transform:translate3d(0,16px,0);transition-duration:.7s}.hc-word{display:inline-block;overflow:hidden;line-height:inherit;vertical-align:bottom}.hc-word-inner{display:inline-block;transform:translate3d(0,110%,0);transition:transform .85s var(--ease-expo-out);transition-delay:calc(var(--i, 0) * 55ms);will-change:transform}.hc-text-in .hc-word-inner{transform:translateZ(0)}html.hc-page-in body{animation:hc-page-fade-in .35s var(--ease-expo-out)}html.hc-page-out body{opacity:0;transform:translate3d(0,-4px,0);transition:opacity .24s ease-in,transform .24s ease-in}@keyframes hc-page-fade-in{0%{opacity:0;transform:translate3d(0,6px,0)}to{opacity:1;transform:translateZ(0)}}.hero-himclo__media img,.collection-hero__image-container img,.himclo-story__media img{transition:transform .05s linear}.hc-toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:10000;display:flex;flex-direction:column;align-items:flex-end;gap:.6rem;pointer-events:none;max-width:calc(100vw - 3rem)}.hc-toast{pointer-events:auto;min-width:240px;max-width:400px;padding:.9rem 1.1rem;background:#0a0a0a;color:#fff;font-family:var(--font-body);font-size:var(--type-sm);display:inline-flex;align-items:center;gap:.7rem;box-shadow:0 20px 40px -10px #00000059;border-left:3px solid var(--himclo-text);opacity:0;transform:translate3d(20px,0,0);transition:opacity .35s var(--ease-expo-out),transform .35s var(--ease-expo-out)}.hc-toast--in{opacity:1;transform:translateZ(0)}.hc-toast--out{opacity:0;transform:translate3d(20px,0,0)}.hc-toast--success{border-left-color:#22c55e}.hc-toast--error{border-left-color:var(--himclo-accent-warm)}.hc-toast--success .hc-toast__icon{color:#22c55e}.hc-toast--error .hc-toast__icon{color:var(--himclo-accent-warm)}.hc-toast__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff}.hc-toast__msg{flex:1;min-width:0;font-weight:var(--weight-medium);letter-spacing:.01em}@media screen and (max-width:749px){.hc-toast-container{right:1rem;left:1rem;bottom:1rem;align-items:stretch;max-width:none}.hc-toast{min-width:0;max-width:none}}button.is-loading,.himclo-btn.is-loading,.product-form__submit.is-loading,.cart__checkout-button.is-loading{color:transparent!important;pointer-events:none;position:relative}button.is-loading:after,.himclo-btn.is-loading:after,.product-form__submit.is-loading:after,.cart__checkout-button.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:hc-spin .7s linear infinite;color:var(--himclo-bg)}.himclo-btn--outline.is-loading:after,.product-form__submit.is-loading:after{color:var(--himclo-text)}@keyframes hc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hc-field{position:relative;padding-top:1.25rem}.hc-field input,.hc-field textarea{width:100%;border:0;border-bottom:1px solid var(--himclo-border-strong);background:transparent;color:var(--himclo-text);font-family:var(--font-body);font-size:var(--type-md);padding:.6rem 0 .5rem;outline:none;border-radius:0;transition:border-color .25s ease}.hc-field label{position:absolute;left:0;top:1.5rem;color:var(--himclo-text-muted);font-family:var(--font-body);font-size:var(--type-md);pointer-events:none;transform-origin:left center;transition:transform .25s var(--ease-expo-out),color .25s ease}.hc-field input:focus,.hc-field textarea:focus{border-bottom-color:var(--himclo-text)}.hc-field input:focus+label,.hc-field textarea:focus+label,.hc-field input:not(:placeholder-shown)+label,.hc-field textarea:not(:placeholder-shown)+label{transform:translate3d(0,-1.5rem,0) scale(.75);color:var(--himclo-text)}.hc-field:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--himclo-text);transition:width .35s var(--ease-expo-out),left .35s var(--ease-expo-out)}.hc-field:focus-within:after{width:100%;left:0}@media(prefers-reduced-motion:reduce){.hc-reveal-init,.hc-reveal-init.hc-reveal-in{opacity:1!important;transform:none!important;transition:none!important}.hc-word-inner{transform:none!important;transition:none!important}html.hc-page-out body,html.hc-page-in body{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}.hero-himclo__media img,.collection-hero__image-container img,.himclo-story__media img{transform:none!important}.hc-toast,.hc-toast--in,.hc-toast--out{transition:none!important}}@keyframes hc-cart-flash{0%{background:transparent}20%{background:#22c55e26}to{background:transparent}}@keyframes hc-cart-bump{0%,to{transform:scale(1)}30%{transform:scale(1.15)}}.himclo-header__cart--flash{animation:hc-cart-flash .9s ease-out}.himclo-header__cart--flash .himclo-header__cart-badge{animation:hc-cart-bump .5s cubic-bezier(.2,0,0,1)}@keyframes hc-item-flash{0%{box-shadow:inset 4px 0 0 var(--himclo-accent-warm),0 0 #0000;background:color-mix(in srgb,var(--himclo-accent-warm) 8%,transparent)}to{box-shadow:inset 4px 0 0 transparent;background:transparent}}.cart-item--just-added{animation:hc-item-flash 1.4s ease-out}@media(hover:none)and (pointer:coarse),(max-width:749px){a,button,[role=button],summary,.himclo-header__icon-btn,.himclo-pc__btn,.hp-card__btn,.himclo-cg__cta,.himclo-dual__cta,.quantity__button{min-height:44px;min-width:44px}.himclo-header__icon-btn{padding:10px}.himclo-footer__link,.himclo-crumbs a,.himclo-pd-crumbs a,.breadcrumb a{min-height:32px}}.hc-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000f0;display:flex;align-items:center;justify-content:center;cursor:zoom-out;padding:2rem;opacity:0;transition:opacity .25s ease}.hc-zoom-overlay[data-visible]{opacity:1}.hc-zoom-overlay img{max-width:min(1600px,96vw);max-height:92vh;object-fit:contain;cursor:zoom-out;transform:scale(.94);transition:transform .35s var(--ease-expo-out)}.hc-zoom-overlay[data-visible] img{transform:scale(1)}.hc-zoom-overlay__close{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:1px solid rgba(255,255,255,.4);color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.hc-zoom-overlay__close:hover{background:#ffffff1a;border-color:#ffffffb3}.template-product .product__media-list,.template-product .product__media{cursor:zoom-in}.price--on-sale .price-item--sale,.price--on-sale .price-item--last,.hp-card__price-sale,.himclo-pc__price-sale{color:var(--himclo-accent-warm)!important;font-weight:var(--weight-bold)}.card__badge--sale,.badge--sale,.hp-card__badge--sale{background:var(--himclo-accent-warm)!important;color:#fff!important;border-color:var(--himclo-accent-warm)!important}.himclo-header__cart-badge:not(.himclo-header__cart-badge--empty){background:var(--himclo-accent-warm)!important;color:#fff!important;border-color:transparent!important}.hp-card__btn--sold,.himclo-pc__btn:disabled{color:var(--himclo-accent-warm)!important;border-color:var(--himclo-accent-warm)!important;opacity:.7}.himclo-pd-heart--active{color:var(--himclo-accent-warm)!important}.himclo-pd-heart--active svg{fill:var(--himclo-accent-warm)}a:focus-visible,button:focus-visible,[role=button]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-color:var(--himclo-accent-warm)!important;outline-offset:2px}.himclo-header__nav-link:hover,.himclo-header__nav-link--active,.himclo-type-tab--active,.himclo-pd-tabs__btn--active{border-bottom-color:var(--himclo-accent-warm)!important}@keyframes hc-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.card__media,.hp-card__media,.himclo-cg__media,.himclo-pc__media,.himclo-tg__media,.himclo-lb__item,.himclo-dual__media,.related-products .card__media,.card__inner{background:linear-gradient(90deg,var(--himclo-shimmer-from) 0%,var(--himclo-shimmer-mid) 50%,var(--himclo-shimmer-from) 100%)!important;background-size:200% 100%;animation:hc-shimmer 1.6s var(--ease-standard) infinite}.card__media img,.hp-card__img,.himclo-cg__image,.himclo-pc__image,.himclo-tg__image,.himclo-lb__image,.himclo-dual__image,.related-products .card__media img,.card__inner img{background:var(--himclo-bg-card)}.section-icon-row-himclo .himclo-icon-row,.section-himclo-ab,[class*=section-icon-row] .himclo-section{padding-block:var(--space-section-tight)!important}.section-story-block-himclo .himclo-story,.section-hero-himclo+.shopify-section .himclo-section,.section-testimonials-himclo .himclo-tm{padding-block:var(--space-section-loose)!important}.himclo-story .himclo-section-head,.himclo-tm .himclo-section-head{margin-bottom:3rem}@media(prefers-reduced-motion:reduce){.himclo-cg__grid>*,.himclo-tg__grid>*,.himclo-pc__track>*,.himclo-lb__grid>*,.himclo-tm__track>*,#product-grid>*,.related-products .product-grid>*,.collection-list>*,.hero-himclo__content,.himclo-section-head,.himclo-story__content{animation:none;opacity:1;transform:none}.card-wrapper:active,.himclo-btn:active,.hp-card__btn:active,.hp-card:active,.hero-himclo__button:active{transform:none}*{transition-duration:.01ms!important;animation-duration:.01ms!important}.card__media,.hp-card__media,.himclo-cg__media,.himclo-pc__media,.himclo-tg__media,.himclo-lb__item,.himclo-dual__media,.card__inner{animation:none!important;background:var(--himclo-bg-card)!important}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/himclo-theme.css.map */
