/** Shopify CDN: Minification failed

Line 238:36 Expected "*/" to terminate multi-line comment

**/
/* ==========================================
   HERO – TEXT
   ========================================== */

.slideshow__slide-content .h6,
.slideshow__slide-content p.h6,
.slideshow__slide-content .prose .h6,
.slideshow__slide-content .prose p.h6 {
  font-size: clamp(0.8rem, 0.9vw, 0.95rem) !important;
  letter-spacing: 0.24em !important;
  line-height: 1.2 !important;
  opacity: 0.7 !important;
  margin-bottom: 0.45rem !important;
}

.slideshow__slide-content {
  padding-left: 28px;
  padding-top: 140px;
}

.slideshow__slide-content .button,
.slideshow__slide-content .btn {
  margin-top: 0.8rem !important;
}


/* ==========================================
   MOBILE
   ========================================== */

@media screen and (max-width: 749px) {
  .slideshow__slide-content {
    padding-left: 16px;
    padding-top: 140px;
  }

  .slideshow__slide-content .h6,
  .slideshow__slide-content p.h6,
  .slideshow__slide-content .prose .h6,
  .slideshow__slide-content .prose p.h6 {
    font-size: 0.7rem !important;
    letter-spacing: 0.18em !important;
    margin-bottom: 0.4rem !important;
    opacity: 0.75 !important;
  }

  .slideshow__slide-content .button,
  .slideshow__slide-content .btn {
    margin-top: 0.8rem !important;
    margin-left: 2px !important;
    padding: 10px 18px !important;
  }
}


/* ==========================================
   LARGE DESKTOP
   ========================================== */

@media screen and (min-width: 1200px) {
  .slideshow__slide-content {
    padding-left: 36px;
    padding-top: 160px;
  }
}


/* ==========================================
   FEATURED STATEMENT / STORY BLOCK
   Centered block, left-aligned content
   ========================================== */

.shopify-section .prose:has(a[href*="about"]) {
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.shopify-section .prose:has(a[href*="about"]) h2,
.shopify-section .prose:has(a[href*="about"]) h3,
.shopify-section .prose:has(a[href*="about"]) p {
  text-align: left;
}

.shopify-section .prose:has(a[href*="about"]) a {
  display: inline-block;
  text-align: left;
  margin-top: 16px;
}


/* ==========================================
   PRODUCT SPACING
   ========================================== */

.product__title {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.product__info > * {
  margin-bottom: 14px;
}


/* ==========================================
   3D MODEL VIEWER
   ========================================== */

.product-gallery__media model-media,
.product-gallery__media model-viewer {
  aspect-ratio: 3 / 4 !important;
  width: 100%;
  height: auto !important;
}

model-media {
  display: block;
  aspect-ratio: 3 / 4 !important;
}


/* ==========================================
   GLOBAL TYPOGRAPHY
   ========================================== */

:root {
  --heading-font-family: "N27", sans-serif !important;
  --text-font-family: "N27", sans-serif !important;
  --button-font-family: "N27", sans-serif !important;
}

body,
body *:not(svg):not(path) {
  font-family: "N27", sans-serif !important;
}

p {
  font-family: "N27", sans-serif !important;
  font-weight: 300;
}


/* ==========================================
   MAIN PAGE TYPOGRAPHY
   ========================================== */

/* Page titles */
.shopify-section--main-page .section-header h1,
.shopify-section--main-page .section-header h2 {
  font-weight: 400;
  font-size: 31px;
  letter-spacing: 0.18em;
  text-align: left;
}

/* Normal H3 headings on pages */
.shopify-section--main-page .prose h3 {
  font-weight: 400;
  font-size: 27px;
  letter-spacing: 0.15em;
  line-height: 1.27;
}

/* Body text */
.shopify-section--main-page .prose p {
  font-weight: 300;
  font-size: 14px;
}

/* Strong text inside body copy */
.shopify-section--main-page .prose p strong {
  font-weight: 500;
}


/* ==========================================
   THE STUDIO
   First H3 = thin signature statement
   ========================================== */

body:has(h1:is(:where(*))) .shopify-section--main-page .prose h3:first-of-type {
  font-weight: 100 !important;
  font-size: clamp(26px, 2.2vw, 36px) !important;
  letter-spacing: 0.13em !important;
  line-height: 1.27 !important;
}

/* Remaining H3 */
.shopify-section--main-page .prose h3:not(:first-of-type) {
  font-weight: 400 !important;
  font-size: 27px !important;
  letter-spacing: 0.15em !important;
  line-height: 1.27 !important;
}


/* ==========================================
   OPTIONAL TAGLINE CLASS
   ========================================== */

.shopify-section--main-page .prose h3.tagline {
  font-weight: 700;
  font-size: clamp(12px, 1.4vw, 16px);
  letter-spacing: 0.08em;
  line-height: 1.4;
}


/* ==========================================
   PRODUCT PAGE
   ========================================== */

/* Product page price */
.product-info__block-item[data-block-type="price"] sale-price {
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  opacity: 1 !important;
  font-family: "N27", sans-serif !important;
  font-weight: 500 !important;
}

/* Product page title */
h1.product-title.h3 {
  font-family: "N27", sans-serif !important;
  font-weight: 500 !important;
}


/* ==========================================
   ARKIV DESIGN LANGUAGE
   =================================