.hk-cart{max-width:var(--hk-max-content);margin:0 auto;padding:var(--hk-space-lg) 0}.hk-cart__empty{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-md);padding:var(--hk-space-2xl) 0;text-align:center}.hk-cart__title{margin-bottom:var(--hk-space-md)}.hk-cart__item{display:grid;grid-template-columns:5rem 1fr auto;gap:var(--hk-space-sm);padding:var(--hk-space-sm) 0;border-bottom:1px solid var(--hk-gray-faint);align-items:center}.hk-cart__item-image img{width:100%;aspect-ratio:1;object-fit:cover}.hk-cart__remove{color:var(--hk-gray);transition:color var(--hk-duration-fast) var(--hk-ease)}.hk-cart__remove:hover{color:var(--hk-black)}.hk-cart__footer{margin-top:var(--hk-space-md);display:flex;flex-direction:column;gap:var(--hk-space-sm);align-items:flex-end}.hk-cart__total{display:flex;gap:var(--hk-space-sm);align-items:baseline}.hk-cart__checkout{width:100%;max-width:16rem}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.hk-footer{padding:var(--hk-space-xl) 0 var(--hk-space-md);text-align:center}.hk-footer__mark{color:var(--hk-gray-light);font-size:var(--hk-text-xs)}.hk-header{display:flex;align-items:center;justify-content:space-between;padding:var(--hk-space-sm) 0;height:4rem}.hk-header__wordmark{font-family:var(--hk-font-sans);font-size:var(--hk-text-xs);font-weight:400;letter-spacing:var(--hk-tracking-wider);text-transform:uppercase;color:var(--hk-black)}.hk-header__nav{display:flex;align-items:center;gap:var(--hk-space-sm)}.hk-header__cart-link{position:relative;display:flex;align-items:center;color:var(--hk-black)}.hk-header__cart-link svg{width:1.25rem;height:1.25rem}.hk-header__cart-count{position:absolute;top:-6px;right:-8px;font-size:.625rem;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;background:var(--hk-black);color:var(--hk-ivory);border-radius:50%;line-height:1}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hk-report{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-xl);padding:var(--hk-space-xl) var(--hk-space-md);max-width:var(--hk-max-content);margin:0 auto}.hk-report__header{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-xs);text-align:center;padding-bottom:var(--hk-space-md);border-bottom:1px solid var(--hk-gray-light);width:100%}.hk-report__title{font-size:var(--hk-text-3xl);font-style:italic;font-family:var(--hk-font-serif)}.hk-report__tagline{color:var(--hk-gray);font-style:italic}.hk-report__blend{display:flex;align-items:center;gap:var(--hk-space-xs);font-size:var(--hk-text-sm);color:var(--hk-gray);margin-top:var(--hk-space-xs)}.hk-report__blend-sep{color:var(--hk-gray-light)}.hk-report__body{display:flex;flex-direction:column;gap:var(--hk-space-lg);width:100%}.hk-report__section{display:flex;flex-direction:column;gap:var(--hk-space-sm);padding-bottom:var(--hk-space-lg);border-bottom:1px solid var(--hk-gray-faint)}.hk-report__section:last-child{border-bottom:none}.hk-report__section-heading{font-family:var(--hk-font-serif);font-size:var(--hk-text-xl);font-style:italic;font-weight:300;color:var(--hk-black)}.hk-report__section-body{color:var(--hk-gray);line-height:var(--hk-leading-loose);max-width:36rem}.hk-report__loading{padding:var(--hk-space-xl) 0;color:var(--hk-gray)}.hk-report__footer{display:flex;gap:var(--hk-space-sm);flex-wrap:wrap;justify-content:center;padding-top:var(--hk-space-md);border-top:1px solid var(--hk-gray-light);width:100%}@media(max-width:768px){.hk-report{padding:var(--hk-space-lg) var(--hk-space-sm)}.hk-report__title{font-size:var(--hk-text-2xl)}.hk-report__footer{flex-direction:column;align-items:center}.hk-report__footer .hk-btn{width:100%;max-width:20rem;text-align:center}}@media print{.hk-report__footer{display:none}}.hk-hero{display:flex;align-items:center;justify-content:center;min-height:calc(100svh - 4rem);padding:var(--hk-space-xl) 0}.hk-hero__content{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-lg);text-align:center;max-width:36rem}.hk-hero__title{font-size:var(--hk-text-4xl)}@media(max-width:768px){.hk-hero__title{font-size:var(--hk-text-3xl)}}.hk-reflect{display:flex;flex-direction:column;align-items:center;min-height:calc(100svh - 4rem);padding:var(--hk-space-xl) 0}.hk-reflect__step{display:none;flex-direction:column;align-items:center;gap:var(--hk-space-md);text-align:center;max-width:var(--hk-max-content);width:100%;animation:hk-fade-in var(--hk-duration-slow) var(--hk-ease-slow) both}.hk-reflect__step--active{display:flex}.hk-reflect__label{margin-bottom:var(--hk-space-xs)}.hk-reflect__heading{font-size:var(--hk-text-2xl)}.hk-reflect__body{color:var(--hk-gray);max-width:28rem}.hk-reflect__upload{display:flex;align-items:center;justify-content:center;width:100%;max-width:20rem;aspect-ratio:1;border:1px dashed var(--hk-gray-light);cursor:pointer;transition:border-color var(--hk-duration) var(--hk-ease);overflow:hidden;position:relative}.hk-reflect__upload:hover{border-color:var(--hk-gray)}.hk-reflect__upload-inner{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-xs);color:var(--hk-gray)}.hk-reflect__upload-icon{font-size:var(--hk-text-2xl);font-weight:300;line-height:1}.hk-reflect__upload-text{font-size:var(--hk-text-sm)}.hk-reflect__upload-preview{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hk-reflect__upload--has-image{border-style:solid;border-color:var(--hk-gray-light)}.hk-reflect__textarea{width:100%;max-width:28rem;padding:var(--hk-space-sm);border:1px solid var(--hk-gray-light);background:transparent;font-family:var(--hk-font-sans);font-size:var(--hk-text-base);line-height:var(--hk-leading-normal);color:var(--hk-black);resize:none;transition:border-color var(--hk-duration) var(--hk-ease)}.hk-reflect__textarea:focus{outline:none;border-color:var(--hk-gray)}.hk-reflect__textarea::placeholder{color:var(--hk-gray-light)}.hk-reflect__cards--wide{display:flex;flex-direction:column;gap:var(--hk-space-xs);width:100%;max-width:32rem;text-align:left}.hk-reflect__cards--wide .hk-reflect__card{padding:var(--hk-space-xs) var(--hk-space-sm);border:1px solid var(--hk-gray-light);text-align:left;font-size:var(--hk-text-sm);line-height:var(--hk-leading-normal);transition:border-color var(--hk-duration) var(--hk-ease),background var(--hk-duration) var(--hk-ease)}.hk-reflect__cards--wide .hk-reflect__card:hover{border-color:var(--hk-gray)}.hk-reflect__cards--wide .hk-reflect__card--selected{border-color:var(--hk-black);background:var(--hk-gray-faint)}.hk-reflect__next:disabled{opacity:.3;cursor:not-allowed}.hk-pause{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-lg);padding:var(--hk-space-2xl) 0}.hk-pause__text{font-size:var(--hk-text-2xl);font-style:italic;animation:hk-fade-in-slow 1.5s var(--hk-ease-slow) both}.hk-pause__breath{width:3rem;height:3rem;border-radius:50%;background:var(--hk-gray-light);animation:hk-breathe 4s ease-in-out infinite}.hk-pause__sub{animation:hk-fade-in-slow 2s var(--hk-ease-slow) 1s both}@media(max-width:768px){.hk-reflect__heading{font-size:var(--hk-text-xl)}.hk-reflect__upload{max-width:16rem}}.hk-reveal{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-lg);padding:var(--hk-space-lg) 0 var(--hk-space-xl);min-height:calc(100svh - 4rem)}.hk-reveal__frame{width:100%;max-width:36rem;aspect-ratio:1;overflow:hidden;background:var(--hk-gray-faint);opacity:0;animation:hk-reveal-image 1.6s var(--hk-ease-slow) .3s both}@keyframes hk-reveal-image{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.hk-reveal__image{width:100%;height:100%;object-fit:cover}.hk-reveal__content{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-sm);text-align:center;max-width:var(--hk-max-content);animation-delay:.8s}.hk-reveal__title{font-size:var(--hk-text-2xl);font-style:italic}.hk-reveal__body{color:var(--hk-gray);max-width:24rem}.hk-reveal__actions{display:flex;gap:var(--hk-space-sm);margin-top:var(--hk-space-md);flex-wrap:wrap;justify-content:center}@media(max-width:768px){.hk-reveal__frame{max-width:100%}.hk-reveal__actions{flex-direction:column;width:100%;max-width:20rem}.hk-reveal__actions .hk-btn{width:100%}}.hk-reveal__aura-card{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-sm);padding:var(--hk-space-md);border:1px solid var(--hk-gray-light);max-width:28rem;width:100%;text-align:center;margin-top:var(--hk-space-sm)}.hk-reveal__aura-header{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-xs)}.hk-reveal__aura-name{font-family:var(--hk-font-serif);font-size:var(--hk-text-xl);font-style:italic;font-weight:300}.hk-reveal__aura-blend{display:flex;align-items:center;gap:var(--hk-space-xs);font-size:var(--hk-text-sm);color:var(--hk-gray)}.hk-reveal__aura-sep{color:var(--hk-gray-light)}.hk-reveal__aura-tagline{color:var(--hk-gray);font-style:italic}.hk-reveal__aura-summary{color:var(--hk-gray);font-size:var(--hk-text-sm);max-width:24rem;line-height:var(--hk-leading-loose)}.hk-reveal__report-link{font-size:var(--hk-text-sm);color:var(--hk-gray);text-decoration:underline;text-underline-offset:2px;transition:color var(--hk-duration) var(--hk-ease)}.hk-reveal__report-link:hover{color:var(--hk-black)}.hk-reveal__print-block{display:flex;flex-direction:column;align-items:center;gap:var(--hk-space-xs);margin-top:var(--hk-space-md);width:100%;max-width:28rem}.hk-reveal__sku-row{width:100%}.hk-reveal__sku-select{width:100%;padding:var(--hk-space-xs) var(--hk-space-sm);border:1px solid var(--hk-gray-light);background:transparent;font-family:var(--hk-font-sans);font-size:var(--hk-text-sm);color:var(--hk-black);-webkit-appearance:none;appearance:none;cursor:pointer;transition:border-color var(--hk-duration) var(--hk-ease)}.hk-reveal__sku-select:focus{outline:none;border-color:var(--hk-gray)}.hk-reveal__sku-desc{font-size:var(--hk-text-sm);color:var(--hk-gray);text-align:center;min-height:1.4em}.hk-product{--hk-terracotta: #C4623A;--hk-terracotta-dark: #A8512E;--hk-navy: #2B3A5C;--hk-warm-bg: #FAF5EF;--hk-warm-border: #E8E0D4;--hk-radius: 10px;--hk-radius-sm: 8px}.hk-product{display:grid;grid-template-columns:1fr 1fr;gap:var(--hk-space-lg);padding:var(--hk-space-lg) 0;align-items:start}.hk-product__media{display:flex;flex-direction:column;position:sticky;top:var(--hk-space-sm)}.hk-carousel{position:relative;overflow:hidden;background:var(--hk-warm-bg);border-radius:var(--hk-radius)}.hk-carousel__track{display:flex;transition:transform var(--hk-duration) var(--hk-ease);will-change:transform}.hk-carousel__track--dragging{transition:none}.hk-carousel__slide{flex:0 0 100%;width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.hk-carousel__image{width:100%;height:100%;object-fit:cover}.hk-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#ffffffd9;border:none;border-radius:50%;cursor:pointer;color:var(--hk-black);opacity:0;transition:opacity var(--hk-duration-fast) var(--hk-ease);z-index:2}.hk-carousel:hover .hk-carousel__arrow{opacity:1}@media(hover:none){.hk-carousel__arrow{opacity:1;background:#ffffffb3}}.hk-carousel__arrow--prev{left:var(--hk-space-sm)}.hk-carousel__arrow--next{right:var(--hk-space-sm)}.hk-carousel__arrow:hover{background:#fff}.hk-carousel__arrow:disabled{opacity:0!important;cursor:default;pointer-events:none}.hk-carousel__thumbs{display:flex;gap:var(--hk-space-xs);margin-top:var(--hk-space-xs)}.hk-carousel__thumb{width:5.5rem;height:5.5rem;overflow:hidden;border:2px solid transparent;border-radius:var(--hk-radius-sm);background:var(--hk-warm-bg);cursor:pointer;padding:0;transition:border-color var(--hk-duration-fast) var(--hk-ease)}.hk-carousel__thumb:hover{border-color:var(--hk-warm-border)}.hk-carousel__thumb--active{border-color:var(--hk-terracotta)}.hk-carousel__thumb-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:calc(var(--hk-radius-sm) - 2px)}.hk-carousel--single .hk-carousel__arrow{display:none}.hk-product__info{display:flex;flex-direction:column;gap:var(--hk-space-sm);padding-top:var(--hk-space-xs)}.hk-product__title{font-family:var(--hk-font-serif);font-size:var(--hk-text-3xl);font-weight:400;line-height:var(--hk-leading-tight);letter-spacing:var(--hk-tracking-tight)}.hk-product__price{font-size:var(--hk-text-xl);color:var(--hk-terracotta);font-weight:400}.hk-product__description{color:var(--hk-gray);font-size:var(--hk-text-base);line-height:var(--hk-leading-normal);margin-top:var(--hk-space-xs)}.hk-product__option{margin-top:var(--hk-space-sm)}.hk-product__option-label{margin-bottom:.625rem;display:flex;gap:.35rem;align-items:baseline;font-size:var(--hk-text-sm);text-transform:uppercase;letter-spacing:var(--hk-tracking-wide);font-weight:600}.hk-product__option-name{color:var(--hk-black)}.hk-product__option-value{color:var(--hk-gray);font-weight:400}.hk-product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.hk-product__option-btn{min-width:3rem;padding:.65rem 1.25rem;border:1px solid var(--hk-warm-border);border-radius:var(--hk-radius-sm);background:transparent;font-family:inherit;font-size:var(--hk-text-sm);text-align:center;cursor:pointer;transition:border-color var(--hk-duration-fast) var(--hk-ease),background var(--hk-duration-fast) var(--hk-ease),color var(--hk-duration-fast) var(--hk-ease)}.hk-product__option-btn:hover{border-color:var(--hk-terracotta)}.hk-product__option-btn--selected{border-color:var(--hk-terracotta);background:transparent;color:var(--hk-terracotta);font-weight:600}.hk-product__qty{display:inline-flex;align-items:center;border:1px solid var(--hk-warm-border);border-radius:var(--hk-radius-sm);overflow:hidden}.hk-product__qty-btn{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;font-size:var(--hk-text-lg);color:var(--hk-gray);cursor:pointer;transition:color var(--hk-duration-fast) var(--hk-ease),background var(--hk-duration-fast) var(--hk-ease)}.hk-product__qty-btn:hover{color:var(--hk-black);background:var(--hk-warm-bg)}.hk-product__qty-input{width:2.75rem;height:2.75rem;text-align:center;border:none;border-left:1px solid var(--hk-warm-border);border-right:1px solid var(--hk-warm-border);background:transparent;font-size:var(--hk-text-base);-moz-appearance:textfield}.hk-product__qty-input::-webkit-inner-spin-button,.hk-product__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.hk-product__submit{margin-top:var(--hk-space-md);width:100%;padding:1rem;background:var(--hk-terracotta);color:#fff;border:none;border-radius:var(--hk-radius-sm);font-size:var(--hk-text-sm);font-weight:600;text-transform:uppercase;letter-spacing:var(--hk-tracking-wide);cursor:pointer;transition:background var(--hk-duration-fast) var(--hk-ease)}.hk-product__submit:hover{background:var(--hk-terracotta-dark)}.hk-product__submit:disabled{background:var(--hk-gray-light);color:var(--hk-gray);cursor:not-allowed}.hk-product__accordions{margin-top:var(--hk-space-md);border-top:1px solid var(--hk-warm-border)}.hk-product__accordion{border-bottom:1px solid var(--hk-warm-border)}.hk-product__accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;cursor:pointer;font-size:var(--hk-text-sm);font-weight:600;text-transform:uppercase;letter-spacing:var(--hk-tracking-wide);list-style:none}.hk-product__accordion-header::-webkit-details-marker{display:none}.hk-product__accordion-icon{color:var(--hk-terracotta);font-size:var(--hk-text-lg);font-weight:300;line-height:1}.hk-product__accordion-body{padding:0 0 1rem;font-size:var(--hk-text-sm);line-height:var(--hk-leading-normal);color:var(--hk-gray)}@media(max-width:768px){.hk-product{grid-template-columns:1fr}.hk-product__media{position:static}.hk-carousel__arrow{width:2rem;height:2rem}.hk-carousel__thumbs{gap:.25rem}.hk-carousel__thumb{width:4rem;height:4rem}.hk-product__title{font-size:var(--hk-text-2xl)}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
