:root{--nav-bg: #ffffff;--nav-fg: #6b7280;--nav-fg-hover: #374151;--nav-logo-color: #6b7280;--nav-search-bg: #f9fafb;--nav-search-border: #e5e7eb;--nav-search-focus: #3b82f6;--nav-button-bg: #3b82f6;--nav-button-text: #ffffff;--nav-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--nav-font-size: 14px;--nav-line-height: 1.5;--nav-border-radius: 8px;--nav-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--objkt-heading-color: #111827;--objkt-heading-font: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--objkt-heading-lh: 1.2}.section-header .header-wrapper{background-color:var(--nav-bg);border-bottom:1px solid #e5e7eb;padding:0;margin:0}.section-header .header__heading,.section-header .header__heading-link{display:flex;align-items:center;flex-shrink:0}.section-header .header{display:flex;width:1440px;height:50px;padding:8px 24px;justify-content:space-between;align-items:center;background:var(--nav-bg)!important;margin:0 auto;box-sizing:border-box}.section-header .header.page-width{max-width:1200px!important;width:100%!important;margin:0 auto!important}.section-header .header__heading,.section-header .header__heading-link{flex-shrink:0;margin-right:0}.section-header .header__heading-link{font-family:var(--nav-font);font-size:20px;font-weight:600;color:var(--nav-logo-color);text-decoration:none}.section-header .header__heading-link:hover{color:var(--nav-fg-hover)}.section-header .header__heading-link .h2{font-family:var(--nav-font);font-size:20px;font-weight:600;color:var(--nav-logo-color);margin:0}.section-header .header__search{flex:1;max-width:400px;margin:0 32px;position:relative;order:2}.section-header .header__search details-modal{position:static;display:block}.section-header .header__search details{position:static}.section-header .header__search summary{display:none}.section-header .header__search .search-modal{position:static;background:none;padding:0;margin:0;box-shadow:none;border:none;border-radius:0}.section-header .header__search .modal-overlay{display:none}.section-header .header__search .search-modal__content{position:static;background:none;padding:0;margin:0;box-shadow:none;border:none;border-radius:0;max-width:none;width:100%}.section-header .header__search .search-modal__form,.section-header .header__search .search{position:static;background:none;padding:0;margin:0}.section-header .header__search .field{position:relative;margin:0}.section-header .header__search .search__input,.section-header .header__search .field__input{width:100%;padding:10px 16px 10px 40px;border:1px solid var(--nav-search-border);border-radius:var(--nav-border-radius);background-color:var(--nav-search-bg);font-family:var(--nav-font);font-size:var(--nav-font-size);color:#374151;transition:border-color .2s ease,box-shadow .2s ease}.section-header .header__search .search__input:focus,.section-header .header__search .field__input:focus{outline:none;border-color:var(--nav-search-focus);box-shadow:0 0 0 3px #3b82f61a}.section-header .header__search .search__input::placeholder,.section-header .header__search .field__input::placeholder{color:#9ca3af}.section-header .header__search .field__label{display:none}.section-header .header__search .search__button{position:absolute;left:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;width:20px;height:20px;color:#9ca3af;cursor:pointer}.section-header .header__search .search__button .icon{width:16px;height:16px}.section-header .header__search .reset__button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;width:20px;height:20px;color:#9ca3af;cursor:pointer}.section-header .header__search .reset__button .icon{width:14px;height:14px}.section-header .header__search .search-modal__close-button{display:none}.section-header .header__search .predictive-search{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--nav-search-border);border-top:none;border-radius:0 0 var(--nav-border-radius) var(--nav-border-radius);box-shadow:var(--nav-shadow);z-index:1000;max-height:400px;overflow-y:auto}.section-header .header__center{display:flex;align-items:center;flex:1;justify-content:center;gap:32px;order:2}.section-header .header__inline-menu{display:flex;align-items:center;justify-content:center;flex:1;margin:0}.section-header .header__inline-menu .list-menu--inline{display:flex!important;align-items:center;gap:8px;margin:0;padding:0;list-style:none}.section-header .header__menu-item{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:4px;border:2px solid #EDF0F5;background:#fff;font-family:"Schibsted Grotesk",var(--nav-font);font-size:14px;font-style:normal;font-weight:400;line-height:18.2px;color:#000;text-decoration:none;transition:all .2s ease;white-space:nowrap;box-sizing:border-box}.section-header .header__menu-item:hover{color:#000;border-color:#d7dee9;background:#fff}.section-header .header__menu-item:active,.section-header .header__menu-item[aria-current=page]{color:#000;border-color:#edf0f5;background:#fff}.section-header .header__menu-item[aria-current=page]:hover,.section-header .header__menu-item.header__active-menu-item:hover{color:#000;border-color:#d7dee9;background:#fff}.section-header .header__menu-item span,.section-header .header__active-menu-item{text-decoration:none!important;border:none!important;background:none!important}.section-header .header__menu-item[aria-current=page],.section-header .header__menu-item.header__active-menu-item{color:#000;font-weight:400}.section-header .header__icons{display:flex;align-items:center;gap:16px;flex-shrink:0}.section-header .header__icon--menu{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--nav-fg);transition:color .2s ease}.section-header .header__icon--menu:hover{color:var(--nav-fg-hover)}.section-header .header__icon--account{display:inline-flex;align-items:center;padding:8px 16px;background-color:var(--nav-button-bg);color:var(--nav-button-text);border-radius:var(--nav-border-radius);font-family:var(--nav-font);font-size:var(--nav-font-size);font-weight:500;text-decoration:none;border:none;transition:background-color .2s ease,transform .1s ease}.section-header .header__icon--account:hover{background-color:#2563eb;transform:translateY(-1px)}.section-header .header__icon--account .visually-hidden{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:nowrap}.section-header .header__icon--cart{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:var(--nav-fg);transition:color .2s ease}.section-header .header__icon--cart:hover{color:var(--nav-fg-hover)}.section-header .header__icon--cart .icon{width:36px;height:36px}.section-header .header__icon--search{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--nav-fg);transition:color .2s ease}.section-header .header__icon--search:hover{color:var(--nav-fg-hover)}.section-header .header__icon--search .icon{width:18px;height:18px}.section-header .header__icon:focus-visible{outline:2px solid var(--nav-search-focus);outline-offset:2px}@media (max-width: 989px){.section-header .header{height:64px;min-height:64px}.section-header .header__inline-menu .list-menu--inline{justify-content:center;gap:10px;flex-wrap:wrap}}.objkt-product-showcase{border-radius:0!important;overflow:visible!important;box-shadow:none!important;margin:4rem auto!important;background:transparent!important;position:relative}.objkt-product-showcase:before{display:none!important}.objkt-product-showcase__container{position:relative;z-index:1;overflow:hidden}.objkt-product-showcase__left{background:linear-gradient(135deg,#f9fafb,#e5e7eb 30%,#d1d5db)!important;position:relative;overflow:hidden;border-radius:32px 0 0 32px!important;margin:0!important;padding:4rem 2rem!important}@media screen and (min-width: 990px){.objkt-product-showcase__left{padding:5rem 4rem!important}}.objkt-product-showcase__left:before{background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.6) 2px,transparent 2px),radial-gradient(circle at 80% 80%,rgba(255,255,255,.4) 1px,transparent 1px),radial-gradient(circle at 40% 60%,rgba(59,130,246,.03) 3px,transparent 3px)!important;background-size:50px 50px,30px 30px,80px 80px!important;background-position:0 0,25px 25px,40px 40px!important}.objkt-product-showcase__left:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(59,130,246,.02) 0%,transparent 50%,rgba(139,92,246,.02) 100%);pointer-events:none}.objkt-product-showcase__product-image:before{background:radial-gradient(circle,rgba(59,130,246,.08) 0%,rgba(139,92,246,.04) 40%,transparent 70%)!important;width:140%!important;height:140%!important}.objkt-product-showcase__product-image img{filter:drop-shadow(0 20px 40px rgba(0,0,0,.15)) drop-shadow(0 8px 16px rgba(0,0,0,.1))!important;transition:all .6s cubic-bezier(.4,0,.2,1)!important}.objkt-product-showcase__product:hover .objkt-product-showcase__product-image img{transform:translateY(-12px) scale(1.02)!important;filter:drop-shadow(0 25px 50px rgba(0,0,0,.2)) drop-shadow(0 12px 24px rgba(0,0,0,.15))!important}.objkt-product-showcase__product-title{color:#1f2937!important;font-weight:700!important;font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;text-shadow:none!important;letter-spacing:-.02em!important}.objkt-product-showcase__product-description{color:#4b5563!important;font-weight:400!important;font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;text-shadow:none!important;letter-spacing:.01em!important}.objkt-product-showcase__button{background:linear-gradient(135deg,#000,#1a1a1a,#000)!important;border:none!important;box-shadow:0 4px 12px #0000004d,0 2px 4px #0003!important;position:relative;overflow:hidden;color:#fff!important}.objkt-product-showcase__button:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)!important}.objkt-product-showcase__button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0006,0 4px 8px #0000004d!important;background:linear-gradient(135deg,#1a1a1a,#333,#1a1a1a)!important}.objkt-product-showcase__right{background:linear-gradient(135deg,#d4b896,#c4a484,#b8956f)!important;position:relative;border-radius:0 32px 32px 0!important;overflow:hidden}.objkt-product-showcase__right:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(0,0,0,.05) 0%,transparent 50%,rgba(0,0,0,.03) 100%);pointer-events:none;z-index:1}.objkt-product-showcase__progress-bar,.objkt-product-showcase__progress-fill{display:none!important}.objkt-product-showcase__lifestyle-image img{transition:all .8s cubic-bezier(.4,0,.2,1)!important}.objkt-product-showcase__lifestyle-image.active img{transform:scale(1.02);filter:brightness(1.05) contrast(1.05) saturate(1.1)}@keyframes productFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-6px) rotate(.5deg)}50%{transform:translateY(-12px) rotate(0)}75%{transform:translateY(-6px) rotate(-.5deg)}}.objkt-product-showcase__title{background:linear-gradient(135deg,#6b7280,#4b5563)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;position:relative}.objkt-product-showcase__title:after{background:linear-gradient(90deg,transparent,rgba(59,130,246,.6),transparent)!important;height:2px!important;width:60px!important;bottom:-16px!important;border-radius:1px;box-shadow:0 0 8px #3b82f64d}@media screen and (max-width: 989px){.objkt-product-showcase{margin:2rem 1rem!important;border-radius:24px!important}.objkt-product-showcase__container{border-radius:24px!important}}.image-with-text__media:before,.image-with-text__media--placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.4) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.3) 1px,transparent 1px);background-size:30px 30px,20px 20px;background-position:0 0,15px 15px;pointer-events:none;z-index:2}.image-with-text__content{padding:3rem!important;background:#fff;position:relative}.image-with-text__heading{font-size:2rem!important;font-weight:700!important;color:#1f2937!important;margin-bottom:1.5rem!important;line-height:1.2!important}.image-with-text__text{font-size:1.1rem!important;line-height:1.7!important;color:#6b7280!important;margin-bottom:2rem!important}.image-with-text .grid{gap:0!important;border-radius:24px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shopify-section .image-with-text{margin:4rem auto;max-width:calc(100% - 4rem)}@media (min-width: 750px){.shopify-section .image-with-text{margin:6rem auto;max-width:calc(100% - 6rem)}}.image-with-text__media img{position:relative;z-index:2;border-radius:0;transition:transform .4s ease}.image-with-text:hover .image-with-text__media img{transform:scale(1.02)}.image-with-text .button{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;border:none!important;border-radius:12px!important;padding:14px 28px!important;font-weight:600!important;color:#fff!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;position:relative;overflow:hidden;text-transform:none!important;letter-spacing:.5px!important}.image-with-text .button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.image-with-text .button:hover:before{left:100%}.image-with-text .button:hover{transform:translateY(-2px)!important;box-shadow:0 10px 15px -3px #2563eb4d!important}body{background:linear-gradient(180deg,#f1f5f9,#e2e8f0,#cbd5e1,#94a3b8,#cbd5e1,#f1f5f9)!important;background-attachment:fixed!important;min-height:100vh!important}.shopify-section,main,#MainContent,.color-background-1,.color-background-2,.gradient{background:transparent!important}.shopify-section .section,.section,.page-width,.color-scheme-1,.color-scheme-2,.color-scheme-3,.color-scheme-4,.color-scheme-5{background:transparent!important}body:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 20%,rgba(59,130,246,.03) 2px,transparent 2px),radial-gradient(circle at 80% 80%,rgba(139,92,246,.02) 1px,transparent 1px),radial-gradient(circle at 40% 60%,rgba(16,185,129,.02) 3px,transparent 3px);background-size:80px 80px,50px 50px,120px 120px;background-position:0 0,40px 40px,60px 60px;pointer-events:none;z-index:-1;opacity:.6}.section-header .header-wrapper{background:#fffffff2!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-bottom:1px solid rgba(229,231,235,.8)!important}.shopify-section{position:relative;z-index:1}.footer{background:#ffffffe6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-top:1px solid rgba(229,231,235,.8)!important}.objkt-product-showcase,.objkt-collections-wrapper,.objkt-product-carousel{width:100%!important;max-width:1440px!important;margin:4rem auto!important;padding:0 24px!important;overflow:hidden!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;position:relative;box-sizing:border-box!important}.objkt-product-showcase__header,.objkt-collections-title,.objkt-product-carousel__header{text-align:center!important;margin-bottom:3rem!important;padding:0!important}.objkt-collections-grid,.objkt-product-carousel__container,.objkt-product-carousel__wrapper,.objkt-product-carousel__viewport{padding:0!important;margin:0!important}.objkt-product-carousel{padding:0 24px!important}.objkt-product-showcase__container{padding:0!important;margin:0!important;border-radius:32px!important;overflow:hidden!important;min-height:600px!important}@media screen and (min-width: 990px){.objkt-product-showcase__container{min-height:700px!important}}.objkt-product-showcase__left,.objkt-product-showcase__right{margin-left:-24px!important;margin-right:-24px!important}.objkt-product-showcase__products{min-height:500px!important;position:relative!important;width:100%!important;max-width:520px!important}@media screen and (min-width: 990px){.objkt-product-showcase__products{min-height:600px!important}}.objkt-product-showcase__product{opacity:0;visibility:hidden;position:absolute!important;top:0;left:0;width:100%;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1)!important;text-align:center;transform:translateY(20px)}.objkt-product-showcase__product.active{opacity:1!important;visibility:visible!important;position:relative!important;transform:translateY(0)!important}.objkt-product-showcase__product-image{margin-bottom:3rem!important;position:relative;min-height:300px!important;display:flex!important;align-items:center!important;justify-content:center!important}.objkt-product-showcase__product-image img{width:100%!important;max-width:420px!important;max-height:400px!important;height:auto!important;object-fit:contain!important;position:relative!important;z-index:1;filter:drop-shadow(0 10px 30px rgba(0,0,0,.1))!important;transition:transform .6s ease!important}@media screen and (min-width: 990px){.objkt-product-showcase__product-image{min-height:350px!important}.objkt-product-showcase__product-image img{max-height:450px!important}}.objkt-product-showcase__product-title{font-size:2.25rem!important;font-weight:300!important;margin:0 0 1.5rem!important;line-height:1.1!important;letter-spacing:-.02em!important}@media screen and (min-width: 990px){.objkt-product-showcase__product-title{font-size:2.75rem!important}}.objkt-product-showcase__product-description{font-size:1.125rem!important;margin:0 0 2.5rem!important;line-height:1.6!important;font-weight:300!important;max-width:400px!important;margin-left:auto!important;margin-right:auto!important}.objkt-product-showcase__buttons{display:flex!important;gap:1rem!important;justify-content:center!important;flex-wrap:wrap!important}.objkt-product-showcase__product.active .objkt-product-showcase__product-image img{animation:productFloat 6s ease-in-out infinite!important}@keyframes productFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.objkt-collection-card,.objkt-collection-card:nth-child(1),.objkt-collection-card:nth-child(2),.objkt-collection-card:nth-child(3){border-radius:24px!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;transition:none!important;position:relative!important;overflow:hidden!important}.objkt-collection-card:hover{transform:none!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.objkt-collection-card__image{position:relative!important;background:linear-gradient(135deg,#f3f4f6,#d1d5db)!important}.objkt-collection-card__overlay{background:linear-gradient(to bottom,#0000001a,#0003,#00000080)!important}.objkt-collections-title{color:#1f2937!important;font-weight:700!important;font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;text-shadow:none!important;letter-spacing:.3em!important}.objkt-collections-title:after{background:linear-gradient(90deg,transparent,#1f2937,transparent)!important;height:1px!important;width:40px!important;border-radius:1px;box-shadow:none!important}.objkt-collection-card__title{color:#fff!important;font-weight:600!important;text-shadow:0 2px 8px rgba(0,0,0,.8)!important;font-size:1.25rem!important;margin-bottom:.75rem!important;z-index:10!important;position:relative!important;display:block!important;visibility:visible!important}.objkt-collection-card__button{background:linear-gradient(135deg,#000,#1a1a1a,#000)!important;color:#fff!important;border:none!important;box-shadow:0 8px 20px #0006,0 4px 8px #0000004d!important;padding:.75rem 1.5rem!important;border-radius:8px!important;font-weight:500!important;z-index:10!important;position:relative!important;display:inline-block!important;visibility:visible!important}.objkt-collection-card__button:hover{background:linear-gradient(135deg,#1a1a1a,#333,#1a1a1a)!important;transform:translateY(-2px)!important;box-shadow:0 12px 24px #00000080,0 6px 12px #0006!important}.objkt-product-carousel{width:100%!important;max-width:1440px!important;margin:4rem auto!important;padding:0!important;overflow:hidden!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;position:relative}.objkt-product-carousel__header{text-align:center!important;margin-bottom:3rem!important;padding:0 24px!important}.objkt-product-carousel__container,.objkt-product-carousel__wrapper,.objkt-product-carousel__viewport{padding-left:24px!important;padding-right:24px!important}.objkt-product-carousel__title{color:#1f2937!important;font-weight:700!important;font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;text-shadow:none!important;letter-spacing:.3em!important}.objkt-product-carousel__title:after{display:none!important}.objkt-product-carousel__card{border-radius:24px!important;box-shadow:0 2px 4px #0000000d,0 1px 2px #00000008!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.objkt-product-carousel__card:hover{transform:translateY(-4px)!important;box-shadow:0 4px 8px #00000014,0 2px 4px #0000000d!important}.objkt-product-carousel__info{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.05) 20%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.3) 70%,rgba(0,0,0,.5) 100%)!important;padding:2.5rem 1.5rem 1.5rem!important}.objkt-product-carousel__product-title{color:#fff!important;font-weight:600!important;font-size:1.125rem!important;line-height:1.3!important;text-shadow:0 1px 2px rgba(0,0,0,.8),0 2px 4px rgba(0,0,0,.6)!important;margin-bottom:.5rem!important;font-family:"Schibsted Grotesk",var(--nav-font)!important;letter-spacing:.01em!important}.objkt-product-carousel__price{color:#fff!important;font-size:1rem!important;font-weight:500!important;margin-top:.5rem!important;font-family:"Schibsted Grotesk",var(--nav-font)!important;text-shadow:0 1px 3px rgba(0,0,0,.8)!important}@media screen and (max-width: 749px){.objkt-product-carousel__info{padding:2rem 1.25rem 1.25rem!important}.objkt-product-carousel__product-title{font-size:1rem!important}.objkt-product-carousel__price{font-size:.875rem!important}}.objkt-product-carousel__nav{background:linear-gradient(135deg,#000,#1a1a1a)!important;border:2px solid rgba(0,0,0,.2)!important;box-shadow:0 4px 8px #0000004d,0 2px 4px #0003!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;color:#fff!important}.objkt-product-carousel__nav:hover{background:linear-gradient(135deg,#1a1a1a,#333)!important;border-color:#0006!important;box-shadow:0 8px 16px #0006,0 4px 8px #0000004d!important;transform:translateY(-2px)!important}.objkt-product-carousel__nav svg{color:#fff!important}.objkt-product-carousel__tab{font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.objkt-product-carousel__tab.active{background:linear-gradient(135deg,#1f2937,#374151)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;font-weight:600!important}.objkt-product-carousel__tab.active:after{background:linear-gradient(90deg,#3b82f699,#8b5cf699)!important;height:2px!important;border-radius:1px;box-shadow:0 0 8px #3b82f666}body,html,*{font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5,.title h1,.title h2,.title .h1,.title .h2,.section-header .title,.page-title,.product__title,.article-template__title{color:var(--objkt-heading-color)!important;font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-weight:400!important;line-height:var(--objkt-heading-lh)!important;letter-spacing:0!important}h2,.title h2,.title .h2,.section-header .title{font-size:18px!important}.title h1,.title h2,.section-header .title,.page-title,.product__title,.article-template__title{margin-top:.2rem!important;margin-bottom:1rem!important}p,span,div,a,button,input,textarea,select,.button,.btn,.price,.product-price,.cart-item,.cart-total,.footer-text,.footer-link,.menu-item,.nav-item,.product-title,.product-description,.collection-title,.collection-description,.section-title,.section-text,.form-label,.form-input,.form-text{font-family:Schibsted Grotesk,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}
/*# sourceMappingURL=/cdn/shop/t/16/assets/custom.css.map */
