/** Shopify CDN: Minification failed

Line 7011:1 Expected "}" to go with "{"

**/
:root {
  --skovn-ink: #151515;
  --skovn-warm: #e7e2dc;
  --skovn-soft: #f0f0f0;
  --skovn-page: min(1820px, calc(100vw - 60px));
}

body {
  color: var(--skovn-ink);
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

.page-wrapper {
  background: #fff;
}

.skovn-header {
  position: relative !important;
  z-index: 60;
  width: 100%;
  color: #232323;
  background: #fff;
  border-bottom: 1px solid rgb(35 35 35 / .12);
  transform: translateY(0);
  transition:
    transform .32s cubic-bezier(.22, .61, .36, 1),
    color .2s ease,
    background-color .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
  will-change: transform;
}

.skovn-header--overlay {
  position: absolute !important;
  top: 36px;
  left: 0;
  color: #fff;
  background: transparent;
  border-bottom-color: transparent;
}

#header-group {
  position: relative !important;
  z-index: 60;
}

#header-group > .shopify-section:has(.skovn-header) {
  position: static !important;
}

.skovn-header--fixed {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  left: 0;
}

.skovn-header--hidden {
  transform: translateY(-101%);
  pointer-events: none;
}

.skovn-header--solid,
.skovn-header--menu-open,
.skovn-header--search-open {
  color: #232323;
  background: #fff;
  border-bottom-color: rgb(35 35 35 / .12);
  box-shadow: 0 3px 18px rgb(0 0 0 / .08);
}

.skovn-header__spacer {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.skovn-header__top {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(280px, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  height: 87px;
  padding: 5px 30px;
}

.skovn-header__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 120px;
  color: inherit;
  text-decoration: none;
}

.skovn-header__logo-image {
  display: block;
  width: 120px;
  max-height: 48px;
  object-fit: contain;
}

.skovn-header__logo-image--overlay {
  display: none;
}

.skovn-header--overlay .skovn-header__logo-image--standard {
  display: none;
}

.skovn-header--overlay .skovn-header__logo-image--overlay {
  display: block;
}

.skovn-header--overlay.skovn-header--solid .skovn-header__logo-image--standard,
.skovn-header--overlay.skovn-header--menu-open .skovn-header__logo-image--standard,
.skovn-header--overlay.skovn-header--search-open .skovn-header__logo-image--standard {
  display: block;
}

.skovn-header--overlay.skovn-header--solid .skovn-header__logo-image--overlay,
.skovn-header--overlay.skovn-header--menu-open .skovn-header__logo-image--overlay,
.skovn-header--overlay.skovn-header--search-open .skovn-header__logo-image--overlay {
  display: none;
}

.skovn-header__search {
  position: relative;
  width: 100%;
  height: 50px;
}

.skovn-header__search input {
  width: 100%;
  height: 50px;
  padding: 0 60px 0 22px;
  color: inherit;
  background: #f6f6f5;
  border: 1px solid #dedede;
  border-radius: 0;
  font: 14px/50px Arial, sans-serif;
}

.skovn-header__search input::placeholder {
  color: rgb(35 35 35 / .65);
  opacity: 1;
}

.skovn-header--overlay .skovn-header__search input {
  background: rgb(255 255 255 / .08);
  border-color: rgb(255 255 255 / .28);
}

.skovn-header--overlay .skovn-header__search input::placeholder {
  color: rgb(255 255 255 / .8);
}

.skovn-header--overlay.skovn-header--solid .skovn-header__search input,
.skovn-header--overlay.skovn-header--menu-open .skovn-header__search input,
.skovn-header--overlay.skovn-header--search-open .skovn-header__search input {
  color: #232323;
  background: #f6f6f5;
  border-color: #dedede;
}

.skovn-header--overlay.skovn-header--solid .skovn-header__search input::placeholder,
.skovn-header--overlay.skovn-header--menu-open .skovn-header__search input::placeholder,
.skovn-header--overlay.skovn-header--search-open .skovn-header__search input::placeholder {
  color: rgb(35 35 35 / .65);
}

.skovn-header__search button {
  position: absolute;
  top: 13px;
  right: 20px;
  width: 24px;
  height: 24px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
}

.skovn-search-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(620px, calc(100dvh - 140px));
  overflow-y: auto;
  color: #232323;
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 16px 36px rgb(0 0 0 / .14);
  overscroll-behavior: contain;
}

.skovn-search-suggestions[hidden] {
  display: none;
}

.skovn-search-suggestions__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.skovn-search-suggestions__item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 12px;
  color: inherit;
  border-right: 1px solid #ececea;
  border-bottom: 1px solid #ececea;
  text-decoration: none;
}

.skovn-search-suggestions__item:nth-child(3n) {
  border-right: 0;
}

.skovn-search-suggestions__item:hover,
.skovn-search-suggestions__item:focus-visible,
.skovn-search-suggestions__item.is-active {
  background: #f4f2ef;
}

.skovn-search-suggestions__item img,
.skovn-search-suggestions__image-placeholder {
  display: block;
  width: 64px;
  height: 80px;
  background: #f1f0ed;
  object-fit: cover;
}

.skovn-search-suggestions__details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.skovn-search-suggestions__product-title,
.skovn-search-suggestions__meta,
.skovn-search-suggestions__price {
  display: block;
  max-width: 100%;
}

.skovn-search-suggestions__product-title {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skovn-search-suggestions__meta {
  margin-top: 3px;
  overflow: hidden;
  color: rgb(35 35 35 / .62);
  font-size: 11px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skovn-search-suggestions__price {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.2;
}

.skovn-search-suggestions__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px;
  color: rgb(35 35 35 / .72);
  text-align: center;
}

.skovn-search-suggestions__all {
  display: block;
  padding: 13px 18px;
  color: #232323;
  background: #fff;
  border-top: 1px solid #dedede;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.skovn-search-suggestions__all:hover,
.skovn-search-suggestions__all:focus-visible {
  background: #f4f2ef;
}

.skovn-header__search svg,
.skovn-header__action svg,
.skovn-header__mobile-toggle svg {
  display: block;
  width: 24px;
  height: 24px;
}

.skovn-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  white-space: nowrap;
}

.skovn-header__action {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 26px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
}

.skovn-header__cart-badge {
  display: none;
}

.skovn-header__cart-badge[hidden] {
  display: none !important;
}

.skovn-header__nav {
  height: 55px;
  border-top: 1px solid rgb(35 35 35 / .08);
}

.skovn-header--overlay .skovn-header__nav {
  border-top-color: rgb(255 255 255 / .12);
}

.skovn-header--overlay.skovn-header--solid .skovn-header__nav,
.skovn-header--overlay.skovn-header--menu-open .skovn-header__nav {
  border-top-color: rgb(35 35 35 / .08);
}

.skovn-header__nav > ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skovn-header__nav > ul > li {
  display: flex;
  align-items: stretch;
}

.skovn-header__nav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 18px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: .24px;
  text-decoration: none;
  text-transform: uppercase;
}

.skovn-header__nav > ul > li > a:hover,
.skovn-header__nav > ul > li > a.skovn-header__active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.skovn-header__nav > ul > li > a.skovn-header__featured {
  color: #cb0e00;
  text-decoration: none;
}

.skovn-header__nav > ul > li > a.skovn-header__featured:hover,
.skovn-header__nav > ul > li > a.skovn-header__featured.skovn-header__active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.skovn-header__nav-parent {
  position: relative;
}

.skovn-header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 5;
  display: none;
  width: max-content;
  min-width: 210px;
  max-width: calc(100vw - 60px);
  padding: 26px 28px;
  color: #232323;
  background: #fff;
  box-shadow: 0 18px 40px rgb(0 0 0 / .12);
  translate: -50% 0;
}

.skovn-header__nav-parent:hover .skovn-header__dropdown,
.skovn-header__nav-parent:focus-within .skovn-header__dropdown {
  display: block;
}

.skovn-header__dropdown-inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.skovn-header__dropdown-inner > div {
  flex: 0 0 170px;
  min-width: 170px;
}

.skovn-header__dropdown-title {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.skovn-header__dropdown ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.skovn-header__dropdown li + li {
  margin-top: 8px;
}

.skovn-header__dropdown li a {
  color: inherit;
  font-size: 14px;
  text-decoration: none;
}

.skovn-header__mobile-toggle,
.skovn-header__mobile-panel,
.skovn-header__mobile-search {
  display: none;
}

.button,
.button-secondary {
  min-height: 44px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.skovn-shell {
  width: var(--skovn-page);
  margin-inline: auto;
}

.skovn-title {
  margin: 0 0 39px;
  font-family: var(--font-heading--family);
  font-size: 27.44px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.skovn-eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.skovn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 44px;
  padding: 10px 28px;
  color: #fff;
  background: #111;
  border: 1px solid #111;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease;
}

.skovn-link:hover {
  color: #111;
  background: #fff;
}

.skovn-link--light {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.skovn-link--light:hover {
  color: #fff;
  background: transparent;
}

.skovn-hero {
  position: relative;
  display: grid;
  min-height: var(--skovn-hero-height, 720px);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.skovn-hero--full {
  min-height: var(--skovn-hero-height, 780px);
}

.skovn-hero__media,
.skovn-hero__media::after,
.skovn-hero__media > img,
.skovn-hero__media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.skovn-hero__media {
  z-index: -2;
}

.skovn-hero__media::after {
  content: "";
  z-index: 1;
  background: rgb(0 0 0 / var(--skovn-hero-overlay, .3));
}

.skovn-hero__media > img,
.skovn-hero__media > video {
  object-fit: cover;
}

.skovn-hero__placeholder {
  width: 100%;
  height: 100%;
  background: #9d9a94;
}

.skovn-hero__content {
  align-self: center;
  justify-self: center;
  padding: 80px 32px;
  text-align: center;
  max-width: 960px;
  width: 100%;
}

.skovn-hero--left .skovn-hero__content {
  justify-self: start;
  text-align: left;
  padding-left: clamp(24px, 6vw, 80px);
}

.skovn-hero--right .skovn-hero__content {
  justify-self: end;
  text-align: right;
  padding-right: clamp(24px, 6vw, 80px);
}

.skovn-hero__subtext {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .02em;
  opacity: .85;
  max-width: 560px;
}

.skovn-hero--center .skovn-hero__subtext {
  margin-left: auto;
  margin-right: auto;
}

.skovn-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.skovn-hero--center .skovn-hero__buttons {
  justify-content: center;
}

.skovn-hero--right .skovn-hero__buttons {
  justify-content: flex-end;
}

.skovn-hero .skovn-link--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}

.skovn-hero .skovn-link--outline:hover {.skovn-hero__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 24px;
}
.skovn-hero--left .skovn-hero__trust { justify-content: flex-start; }
.skovn-hero--right .skovn-hero__trust { justify-content: flex-end; }
.skovn-hero__trust-item {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .8;
  white-space: nowrap;
}
.skovn-hero__trust-sep { font-size: 14px; opacity: .35; }
  background: #fff;
  border-color: #fff;
  color: #111;
}

.skovn-hero__heading {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading--family);
  font-size: clamp(72px, 11.72vw, var(--skovn-hero-title, 150px));
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.skovn-hero--script .skovn-hero__heading {
  font-family: "Mr De Haviland", cursive;
}

.skovn-hero .skovn-eyebrow {
  margin: 0;
  font-size: 11.2px;
  font-weight: 500;
  line-height: 14.56px;
  letter-spacing: 1.12px;
}

.skovn-hero .skovn-link {
  min-width: 0;
  min-height: 36px;
  margin-top: 10px;
  padding: 12px 48px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: .96px;
}

.skovn-categories {
  padding: 30px 0 10px;
}

.skovn-categories__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.skovn-category {
  position: relative;
  min-height: 0;
  aspect-ratio: .8;
  overflow: hidden;
  color: #fff;
}

.skovn-category img,
.skovn-category svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.skovn-category:hover img {
  transform: scale(1.025);
}

.skovn-category__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgb(0 0 0 / .55));
}

.skovn-category__label {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  gap: 0;
  text-align: center;
}

.skovn-category__name {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading--family);
  font-size: 24px;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -.72px;
}

.skovn-category__count {
  font-size: 12px;
  line-height: 15px;
}

.skovn-sale-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  min-height: 95px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 28px 40px;
  background: var(--skovn-soft);
}

.skovn-sale-bar__group {
  display: flex;
  align-items: center;
  gap: 32px;
}

.skovn-sale-bar__heading {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 1.28px;
}

.skovn-sale-bar__heading em {
  color: #cb0e00;
  font-style: normal;
}

.skovn-sale-bar__text {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
}

.skovn-sale-bar__action {
  min-width: 205px;
  min-height: 39px;
  padding: 10px 60px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 1.68px;
}

.skovn-split {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  padding: 0 0 20px;
}

.skovn-split__item {
  position: relative;
  min-height: 460px;
  overflow: hidden;
}

.skovn-split__item img,
.skovn-split__item svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skovn-split__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 16px rgb(0 0 0 / .35);
}

.skovn-split__title {
  margin: 0;
  color: inherit;
  font-family: var(--font-heading--family);
  font-size: clamp(40px, 5.47vw, 70px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.skovn-looks {
  padding: 30px 0 72px;
}

.skovn-products {
  padding: 0 0 30px;
}

.skovn-products__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 39px;
}

.skovn-products__head .skovn-title {
  margin-bottom: 0;
}

.skovn-products__actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.skovn-products__grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.skovn-products__grid::-webkit-scrollbar {
  display: none;
}

.skovn-products__grid .skovn-product {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.skovn-product__image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
}

.skovn-product__image img,
.skovn-product__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .36s ease;
}

.skovn-product__image-hover {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .skovn-product__image-hover {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
  }

  .skovn-product:hover .skovn-product__image-hover {
    opacity: 1;
  }
}

.skovn-product__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5.5px 11px;
  color: #232323;
  background: #dfd5c6;
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.skovn-product__detail {
  margin: 10px 0 30px;
}

.skovn-product__title {
  margin: 0 0 4px;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.skovn-product__meta {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 16px;
  line-height: 20px;
}

.skovn-product__compare {
  color: #777;
  text-decoration: line-through;
}

.skovn-product__current {
  color: #e53935;
}

.skovn-product__discount {
  padding: 1.5px 6px;
  color: #e3261c;
  background: #fff;
  border: 1px solid #e3261c;
  font-size: 12px;
  line-height: 15px;
}

.skovn-product__rating {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 5px 0 0;
  color: #232323;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-product__rating .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
  min-height: 22px;
}

.skovn-product__rating .jdgm-prev-badge__text,
.skovn-card__rating .jdgm-prev-badge__text,
.skovn-product-main__rating .jdgm-prev-badge__text,
.skovn-related__rating .jdgm-prev-badge__text {
  display: inline !important;
  margin-left: 7px;
}

.skovn-product__swatches {
  display: flex;
  gap: 7px;
  margin-top: 8px;
}

.skovn-product__swatch-item,
.skovn-product__swatch-item > span,
.skovn-product__swatch-item img {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  object-fit: cover;
  background: #eee;
  font-size: 10px;
}

.skovn-looks__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.skovn-look__image {
  display: block;
  width: 100%;
  aspect-ratio: .9;
  overflow: hidden;
  background: #fff;
}

.skovn-look__image img,
.skovn-look__image svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.skovn-look:hover .skovn-look__image img {
  transform: scale(1.02);
}

.skovn-look__title {
  margin: 14px 0 10px;
  font-family: var(--font-heading--family);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.6px;
}

.skovn-look__text {
  min-height: 44px;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 22.4px;
  overflow-wrap: anywhere;
}

.skovn-look {
  min-width: 0;
}

.skovn-look__link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.skovn-promises {
  padding: 40px 0;
  color: #fff;
  background: #232323;
}

.skovn-promises__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: var(--skovn-page);
  margin-inline: auto;
}

.skovn-promise {
  min-height: 162px;
  padding: 0 24px;
  text-align: center;
}

.skovn-promise + .skovn-promise {
  border-left: 1px solid rgb(255 255 255 / .8);
}

.skovn-promise__icon {
  width: 34px;
  height: 34px;
  margin: 0 auto 14px;
}

.skovn-promise__title {
  margin: 0 0 10px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: .98px;
}

.skovn-promise__text {
  margin: 0 auto 8px;
  max-width: 310px;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-promise__link {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .84px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.skovn-page {
  padding: 40px 0 72px;
}

.skovn-page--wide {
  width: min(1680px, calc(100vw - 60px));
}

.skovn-page__header {
  max-width: 1100px;
  margin: 0 auto 28px;
  text-align: center;
}

.skovn-page__title {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
}

.skovn-page__content {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-page__content > *:first-child {
  margin-top: 0;
}

.skovn-page__content h2,
.skovn-page__content h3,
.skovn-page__content h4 {
  margin-top: 2em;
  font-family: var(--font-heading--family);
  font-weight: 400;
}

.skovn-page__content h2 {
  font-size: 26px;
  line-height: 33px;
}

.skovn-page__content h3 {
  font-size: 20px;
  line-height: 27px;
}

.skovn-page__content h4 {
  font-size: 17px;
  line-height: 24px;
}

.skovn-policy-page {
  width: min(800px, calc(100vw - 60px));
  margin: 0 auto;
  padding: 40px 20px 0;
}

.skovn-policy-page__title {
  margin: 0 0 24px;
  font-family: var(--font-heading--family);
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: -.4px;
  text-align: center;
}

.skovn-policy-page .skovn-page-nav {
  margin-bottom: 32px;
}

.skovn-policy-page__content {
  color: #333;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-policy-page__content > :first-child {
  margin-top: 0;
}

.skovn-policy-page__content p,
.skovn-policy-page__content ul,
.skovn-policy-page__content ol {
  margin: 0 0 16px;
}

.skovn-policy-page__content ul,
.skovn-policy-page__content ol {
  padding-left: 20px;
}

.skovn-policy-page__content li {
  margin-bottom: 8px;
}

.skovn-policy-page__content h2,
.skovn-policy-page__content h3,
.skovn-policy-page__content h4 {
  margin: 32px 0 12px;
  color: #111;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.skovn-policy-page__content a {
  color: #111;
  text-decoration: underline;
}

.skovn-policy-page__content table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  font-size: 15px;
}

.skovn-policy-page__content th,
.skovn-policy-page__content td {
  padding: 10px 14px;
  border: 1px solid rgb(0 0 0 / .1);
  text-align: left;
}

.skovn-policy-page__content th {
  background: #f7f7f7;
  font-weight: 600;
}

/* Shopify's native policy routes bypass the custom page template. */
.shopify-policy__container {
  width: min(800px, calc(100vw - 80px));
  max-width: none !important;
  margin-inline: auto;
  padding: 44px 0 72px;
}

.shopify-policy__title {
  margin: 0 0 28px;
  text-align: center;
}

.shopify-policy__title h1 {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -.3px;
}

.shopify-policy__body {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.65;
}

.shopify-policy__body h1 {
  font-size: 34px;
  line-height: 42px;
}

.shopify-policy__body h2 {
  font-size: 28px;
  line-height: 35px;
}

.shopify-policy__body h3 {
  font-size: 21px;
  line-height: 28px;
}

.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
  font-size: 17px;
  line-height: 24px;
}

.skovn-account {
  width: min(760px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 72px 0 96px;
}

.skovn-account h1 {
  margin: 0 0 36px;
  font-family: var(--font-heading--family);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 400;
}

.skovn-account__form {
  display: grid;
  gap: 16px;
}

.skovn-account__form label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.skovn-account__form input,
.skovn-account__form textarea,
.skovn-account__form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
}

.skovn-account__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.skovn-account__list {
  display: grid;
  gap: 16px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.skovn-account__card {
  padding: 20px;
  border: 1px solid #ddd;
}

.skovn-product-main {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 72px;
  background: #fff;
}

main[data-template^="product"],
.page-wrapper:has(.skovn-product-main) {
  background: #fff !important;
}

.skovn-product-main__sale[hidden],
.skovn-product-main__benefit[hidden] {
  display: none !important;
}

.skovn-product-main__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  margin: 0;
  padding: 12px 0 6px;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 20px;
}

.skovn-product-main__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.skovn-product-main__breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.skovn-product-main__breadcrumbs svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.skovn-product-main__breadcrumbs span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skovn-product-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 64fr) minmax(400px, 36fr);
  gap: 32px;
  align-items: start;
  margin-top: 8px;
}

.skovn-product-main__mobile-header {
  display: none;
}

.skovn-product-main__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.skovn-product-main__media-shell {
  position: relative;
  min-width: 0;
}

.skovn-product-main__media-progress {
  display: none;
}

.skovn-product-main__media-item {
  order: var(--skovn-media-order, 1);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
}

.skovn-product-main__media-item:nth-child(3n) {
  grid-column: 1 / -1;
}

.skovn-product-main__media-item img,
.skovn-product-main__media-item video,
.skovn-product-main__media-item model-viewer {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skovn-product-main__details {
  position: sticky;
  top: 20px;
  display: block;
  min-width: 0;
}

.skovn-product-main__title {
  margin: 0 0 10px;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.skovn-product-main__price {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 22px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 20px;
}

.skovn-product-main__sale {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 10px;
  color: #e3261c;
  background: #fff;
  border: 1px solid #e3261c;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: .24px;
}

.skovn-product-main__rating {
  min-height: 19px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 19px;
}

.skovn-product-main__rating .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
  gap: 7px;
}

.skovn-product-main__rating .jdgm-star {
  padding-right: 1px !important;
}

.skovn-product-main__rating:empty,
.skovn-product-main__rating:has(.jdgm-prev-badge[data-number-of-reviews="0"]) {
  display: none;
}

.skovn-product-main__sentence {
  min-height: 46px;
  margin: 0;
  padding: 12px 0;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 25.6px;
}

.skovn-product-main__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 9px;
  margin: 25px 0 19px;
  font-size: 16px;
  line-height: 21px;
}

.skovn-product-main__benefit {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.skovn-product-main__benefit > svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.skovn-product-main__info {
  position: static;
  display: inline-grid;
  width: 14px;
  height: 14px;
  padding: 0;
  margin-left: 1px;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 9px;
  line-height: 1;
}

.skovn-product-main__info-message {
  position: absolute;
  z-index: 8;
  right: auto;
  bottom: calc(100% + 10px);
  left: 0;
  width: min(280px, calc(100vw - 48px));
  max-width: none;
  padding: 10px 12px;
  color: #111;
  background: #f4f1ed;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgb(0 0 0 / .18);
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
  pointer-events: none;
}

.skovn-product-main__info-message a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.skovn-product-main__info-message::after {
  position: absolute;
  top: 100%;
  right: auto;
  left: min(116px, calc(100% - 18px));
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #f4f1ed;
  content: "";
}

.skovn-product-main__info:hover + .skovn-product-main__info-message,
.skovn-product-main__info:focus + .skovn-product-main__info-message,
.skovn-product-main__info[aria-expanded="true"] + .skovn-product-main__info-message,
.skovn-product-main__info-message:hover,
.skovn-product-main__info-message:focus-within {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.skovn-product-main__stock {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.skovn-product-main__stock-dot {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 2px;
  background: #22c55e;
  border-radius: 50%;
}

.skovn-product-main__stock-dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: rgb(34 197 94 / .4);
  border-radius: 50%;
  animation: skovn-stock-pulse 1.5s ease-in-out infinite;
}

@keyframes skovn-stock-pulse {
  0%,
  100% {
    opacity: .4;
    transform: scale(1);
  }

  50% {
    opacity: 0;
    transform: scale(1.8);
  }
}

.skovn-product-main__compare {
  color: #8a8a8a;
  text-decoration: line-through;
}

.skovn-product-main__current {
  color: #232323;
}

.skovn-product-main__current--sale {
  color: #e53935;
}

.skovn-product-main__compare,
.skovn-product-main__current {
  font-size: 18px;
  line-height: 20px;
}

.skovn-product-main__current:not(.skovn-product-main__current--sale) {
  font-size: 18px;
  line-height: 20px;
}

.skovn-product-main__notice {
  margin: 8px 0 12px;
  padding: 12px 14px;
  background: #f4f1ed;
  font-size: 14px;
  line-height: 1.5;
}

.skovn-product-main__option {
  margin: 10px 0 16px;
  padding: 0;
  border: 0;
}

.skovn-product-main__option legend {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}

.skovn-product-main__values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}

.skovn-product-main__value {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.skovn-product-main__option-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.skovn-product-main__option-input:focus-visible + .skovn-product-main__value {
  outline: 2px solid #191713;
  outline-offset: 3px;
}

.skovn-product-main__value--visual {
  display: block;
  min-width: 56px;
}

.skovn-product-main__value--button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 44px;
  padding: 9px 13px;
  color: #232323;
  background: #fff;
  border: 1px solid #232323;
  border-radius: 6px;
  font-size: 14px;
  line-height: 17px;
}

.skovn-product-main__value img,
.skovn-product-main__swatch {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0;
  object-fit: cover;
  background: #f5f5f3;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
}

.skovn-product-main__option input:checked + .skovn-product-main__value img,
.skovn-product-main__option input:checked + .skovn-product-main__value .skovn-product-main__swatch {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}

.skovn-product-main__option input:checked + .skovn-product-main__value--button {
  color: #fff;
  background: #191713;
  border-color: #191713;
}

.skovn-product-main__form {
  display: block;
}

.skovn-product-main__form-component,
.skovn-product-main__form-component product-form-component,
.skovn-product-main__form-component add-to-cart-component,
.skovn-product-main__buy-wrap {
  display: block;
}

.skovn-product-main__cart-error {
  display: block;
  margin: 0 0 8px;
  color: #b42318;
  font-size: 14px;
  line-height: 20px;
}

.skovn-product-main__cart-error.hidden {
  display: none;
}

.skovn-product-main__variant-divider {
  width: 100%;
  height: 1px;
  margin: 12px 0 28px;
  background: #dfdfdf;
}

.skovn-product-main__variant-divider + .skovn-product-main__benefits {
  margin-top: 0;
}

.skovn-product-main__purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.skovn-product-main__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 118px;
  height: 36px;
  margin: 0 0 0 auto;
  padding: 0 6px;
}

.skovn-product-main__quantity button {
  display: grid;
  width: 28px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 0;
}

.skovn-product-main__quantity button svg {
  width: 18px;
  height: 18px;
}

.skovn-product-main__quantity input {
  width: 38px;
  height: 34px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  font-size: 16px;
  appearance: textfield;
}

.skovn-product-main__quantity input::-webkit-inner-spin-button,
.skovn-product-main__quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.skovn-product-main__buy {
  position: relative;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 24px;
  border: 1px solid #14161a;
  border-radius: 8px;
  color: #fff;
  background: #191713;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  transition: background-color 160ms ease;
}

@media (hover: hover) {
  .skovn-product-main__buy:not(:disabled):hover,
  .skovn-sticky-atc__button:not(:disabled):hover {
    background: #34312c;
    box-shadow: none;
    transform: none;
  }
}

.skovn-product-main__buy:not(:disabled):active,
.skovn-sticky-atc__button:not(:disabled):active {
  background: #25231f;
  box-shadow: none;
  transform: none;
}

.skovn-product-main__buy-price {
  display: none;
}

.skovn-product-main__buy-loading,
.skovn-product-main__buy-added {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.skovn-product-main__buy-added svg {
  width: 18px;
  height: 18px;
}

.skovn-product-main__buy-spinner {
  width: 17px;
  height: 17px;
  border: 2px solid rgb(255 255 255 / .35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: skovn-button-spinner .65s linear infinite;
}

@keyframes skovn-button-spinner {
  to {
    rotate: 360deg;
  }
}

:is(.skovn-product-main__buy, .skovn-sticky-atc__button)[data-feedback="loading"] > :not(.skovn-product-main__buy-loading),
:is(.skovn-product-main__buy, .skovn-sticky-atc__button)[data-feedback="success"] > :not(.skovn-product-main__buy-added) {
  display: none !important;
}

:is(.skovn-product-main__buy, .skovn-sticky-atc__button)[data-feedback="loading"] > .skovn-product-main__buy-loading,
:is(.skovn-product-main__buy, .skovn-sticky-atc__button)[data-feedback="success"] > .skovn-product-main__buy-added {
  display: inline-flex;
}

.skovn-product-main__buy:disabled {
  border-color: #aaa;
  background: #aaa;
  cursor: not-allowed;
}

.skovn-product-main__terms {
  min-height: 45px;
  padding-top: 10px;
  color: #828282;
  font-size: 13px;
  line-height: 18px;
}

.skovn-product-main__terms a,
.skovn-product-main__terms strong {
  color: #828282;
}

.skovn-product-main .shopify-payment-button {
  display: none !important;
}

.skovn-product-main__accordions {
  margin-top: 19px;
}

.skovn-product-main__accordions details {
  border-top: 1px solid #dfdfdf;
}

.skovn-product-main__accordions details:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.skovn-product-main__accordions summary {
  position: relative;
  display: block;
  min-height: 48px;
  padding: 14px 32px 14px 0;
  color: #767474;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.6px;
  list-style: none;
}

.skovn-product-main__accordions summary::-webkit-details-marker {
  display: none;
}

.skovn-product-main__accordions summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 19px;
  font-weight: 300;
  translate: 0 -50%;
}

.skovn-product-main__accordions details[open] summary::after {
  content: "−";
}

.skovn-product-main__accordions details > .rte {
  padding: 0 0 18px;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.skovn-product-main__accordions details > .rte > :first-child {
  margin-top: 0;
}

.skovn-product-main__accordions details > .rte > :last-child {
  margin-bottom: 0;
}

.skovn-product-main__apps {
  margin-top: 64px;
}

.skovn-related {
  padding: 0;
}

.skovn-related:not(.skovn-recent) {
  padding-bottom: 72px;
}

.shopify-section:has(.skovn-related:not(.skovn-recent)):has(~ .shopify-section .skovn-recent:not([hidden])) .skovn-related:not(.skovn-recent),
.shopify-section:has(.skovn-related:not(.skovn-recent)):has(~ .shopify-section .skovn-apps) .skovn-related:not(.skovn-recent) {
  padding-bottom: 0;
}

.shopify-section:has(.skovn-product-main) + .shopify-section .skovn-related {
  margin-top: 64px;
}

.shopify-section:has(.skovn-related) + .shopify-section .skovn-related {
  margin-top: 64px;
}

.skovn-related:empty {
  display: none;
}

.skovn-related__title {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 27.44px;
  font-weight: 500;
  line-height: 27.44px;
  letter-spacing: -.03em;
}

.skovn-related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.skovn-related__grid {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.skovn-related__grid::-webkit-scrollbar {
  display: none;
}

.skovn-related__card {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  scroll-snap-align: start;
}

.skovn-related__media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.skovn-related__image-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5.5px 11px;
  color: #232323;
  background: #dfd5c6;
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.skovn-related__media img,
.skovn-related__media svg {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform .4s ease;
}

.skovn-related__card:hover .skovn-related__media img {
  transform: scale(1.02);
}

.skovn-related__card h3 {
  margin: 12px 0 5px;
  font-family: var(--font-body--family);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.skovn-related__card h3 a {
  color: inherit;
  text-decoration: none;
}

.skovn-related__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 22px;
  font-size: 16px;
  line-height: 22.4px;
}

.skovn-related__price s {
  color: #8a8a8a;
}

.skovn-related__sale-price {
  color: #e53935;
}

.skovn-related__badge {
  padding: 1.5px 6px;
  color: #e3261c;
  background: #fff;
  border: 1px solid #e3261c;
  font-size: 12px;
  line-height: 15px;
}

.skovn-related__rating {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-recent {
  overflow: hidden;
  padding-bottom: 72px;
}

.skovn-recent__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.skovn-recent__header .skovn-related__title {
  margin: 0;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.skovn-recent__navigation {
  display: flex;
  align-items: center;
  gap: 4px;
}

.skovn-recent__navigation button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  color: #191713;
  background: transparent;
  border: 0;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.skovn-recent__navigation button:not(:disabled):hover {
  transform: translateX(2px);
}

.skovn-recent__navigation button:first-child:not(:disabled):hover {
  transform: translateX(-2px);
}

.skovn-recent__navigation button:disabled {
  opacity: .28;
}

.skovn-recent__navigation svg {
  width: 27px;
  height: 27px;
}

.skovn-recent__rail {
  display: grid;
  grid-auto-columns: clamp(205px, 16.5vw, 290px);
  grid-auto-flow: column;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.skovn-recent__rail::-webkit-scrollbar {
  display: none;
}

.skovn-recent__card {
  min-width: 0;
  scroll-snap-align: start;
}

.skovn-recent__media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f3f1ed;
}

.skovn-recent__media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 380ms ease;
}

.skovn-recent__card:hover .skovn-recent__media img {
  transform: scale(1.018);
}

.skovn-recent__card h3 {
  margin: 11px 0 0;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.skovn-recent__card h3 a {
  color: inherit;
  text-decoration: none;
}

.skovn-collection {
  padding-bottom: 56px;
  background: #fff;
}

.skovn-list-collections {
  padding: 28px 0 56px;
  background: #fff;
}

.skovn-list-collections h1 {
  margin: 0 0 34px;
  font-family: var(--font-heading--family);
  font-size: 44px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.01em;
  text-align: center;
}

.skovn-list-collections__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.skovn-list-collections__card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.skovn-list-collections__media,
.skovn-list-collections__media img,
.skovn-list-collections__media svg {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.skovn-list-collections__media {
  background: #f1f0ee;
}

.skovn-list-collections__media img,
.skovn-list-collections__media svg {
  object-fit: cover;
  transition: transform .6s cubic-bezier(.22, .61, .36, 1);
}

.skovn-list-collections__card:hover .skovn-list-collections__media img {
  transform: scale(1.025);
}

.skovn-list-collections__shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / .38));
}

.skovn-list-collections__copy {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  display: grid;
  gap: 2px;
  text-align: center;
}

.skovn-list-collections__title {
  font-family: var(--font-heading--family);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.skovn-list-collections__count {
  font-size: 12px;
  line-height: 18px;
}

.skovn-collection__header {
  padding-top: 28px;
}

.skovn-collection__header h1 {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  letter-spacing: -.84px;
}

.skovn-collection__description {
  max-width: 760px;
  margin-top: 12px;
  font-size: 13px;
  line-height: 21px;
}

.skovn-collection__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.skovn-collection__toolbar-left,
.skovn-collection__filter-toggle,
.skovn-collection__sort {
  display: flex;
  align-items: center;
}

.skovn-collection__toolbar-left {
  gap: 22px;
}

.skovn-collection__filter-toggle {
  min-height: 42px;
  gap: 9px;
  padding: 0;
  color: #232323;
  background: transparent;
  border: 0;
  font-size: 14px;
}

.skovn-collection__chevron {
  margin-left: 2px;
}

.skovn-collection__count {
  color: #666;
  font-size: 13px;
}

.skovn-collection__sort {
  position: relative;
  gap: 12px;
  font-size: 14px;
}

.skovn-collection__sort-menu {
  position: relative;
}

.skovn-collection__sort-menu summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 142px;
  height: 44px;
  padding: 0 4px 0 12px;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  list-style: none;
}

.skovn-collection__sort-menu summary::-webkit-details-marker {
  display: none;
}

.skovn-collection__sort-menu summary svg {
  transition: transform .18s ease;
}

.skovn-collection__sort-menu[open] summary svg {
  transform: rotate(180deg);
}

.skovn-collection__sort-options {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 30;
  width: 230px;
  padding: 8px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgb(0 0 0 / .12);
}

.skovn-collection__sort-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  color: #232323;
  background: transparent;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.skovn-collection__sort-options button:hover,
.skovn-collection__sort-options button:focus-visible {
  background: #f1efeb;
  outline: none;
}

.skovn-collection__sort-options button.is-active {
  font-weight: 600;
}

.skovn-collection__sort-options button svg {
  width: 16px;
  height: 16px;
}

.skovn-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.skovn-card {
  position: relative;
  min-width: 0;
}

.skovn-card__media-shell {
  position: relative;
}

.skovn-card__media {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
}

.skovn-card__image,
.skovn-card__media > svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease, transform .45s ease;
}

.skovn-card__image {
  opacity: 0;
  pointer-events: none;
}

.skovn-card__image:first-child {
  opacity: 1;
}

.skovn-card[data-skovn-card-images-ready="true"] .skovn-card__image:first-child {
  opacity: 0;
}

.skovn-card[data-skovn-card-images-ready="true"] .skovn-card__image.is-active {
  opacity: 1;
}

.skovn-card:hover .skovn-card__image.is-active {
  transform: scale(1.01);
}

@media (hover: hover) and (pointer: fine) {
  .skovn-card:hover .skovn-card__image:first-of-type {
    opacity: 0;
  }

  .skovn-card:hover .skovn-card__image:nth-of-type(2) {
    opacity: 1;
    transform: none;
  }
}

.skovn-card__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  color: #232323;
  background: rgb(255 255 255 / .9);
  border: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity .2s ease;
}

.skovn-card__arrow svg {
  width: 20px;
  height: 20px;
}

.skovn-card__arrow--previous {
  left: 10px;
}

.skovn-card__arrow--next {
  right: 10px;
}

.skovn-card:hover .skovn-card__arrow,
.skovn-card__arrow:focus-visible {
  opacity: 1;
}

.skovn-card__image-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5.5px 11px;
  color: #232323;
  background: #dfd5c6;
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.skovn-card__image-badge--sale {
  color: #232323;
  background: #dfd5c6;
}

.skovn-card__detail {
  min-height: 72px;
  margin: 10px 0 30px;
}

.skovn-card__rating {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 22px;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-card__rating .jdgm-prev-badge {
  display: flex !important;
  align-items: center;
}

.skovn-card__title {
  margin: 0 0 4px;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.skovn-card__title a {
  color: inherit;
  text-decoration: none;
}

.skovn-card__price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 22px;
  font-size: 16px;
  line-height: 20px;
}

.skovn-card__price s {
  color: #8a8a8a;
}

.skovn-card__sale-price {
  color: #e53935;
}

.skovn-card__discount,
.skovn-card__status {
  padding: 3px 7px;
  color: #232323;
  background: #dfd5c6;
  border: 1px solid #dfd5c6;
  font-size: 10px;
  line-height: 12px;
}

.skovn-card__discount {
  color: #e3261c;
  background: #fff;
  border-color: #e3261c;
  padding: 1.5px 6px;
  font-size: 12px;
  line-height: 15px;
}

.skovn-card__status {
  display: inline-flex;
  margin-top: 5px;
  text-transform: uppercase;
}

.skovn-collection__drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 120;
  width: min(380px, calc(100vw - 28px));
  padding: 30px 32px;
  overflow: auto;
  background: #fff;
  box-shadow: 16px 0 40px rgb(0 0 0 / .12);
}

.skovn-collection__drawer[hidden],
.skovn-collection__scrim[hidden] {
  display: none;
}

.skovn-collection__scrim {
  position: fixed;
  inset: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgb(0 0 0 / .38);
  border: 0;
}

.skovn-filter-open {
  overflow: hidden;
}

.skovn-collection__drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.skovn-collection__drawer-head h2 {
  margin: 0;
  font-family: var(--font-heading--family);
  font-size: 30px;
  font-weight: 500;
}

.skovn-collection__drawer-head button {
  width: 36px;
  height: 36px;
  padding: 6px;
  color: inherit;
  background: transparent;
  border: 0;
}

.skovn-collection__drawer-head svg {
  display: block;
  width: 100%;
  height: 100%;
}

.skovn-collection__filters details {
  border-top: 1px solid #ddd;
}

.skovn-collection__filters summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.skovn-collection__filter-heading--sale,
.skovn-collection__filter-value--sale {
  color: #cb0e00;
}

.skovn-collection__filter-value--sale input:checked + .skovn-collection__checkbox {
  background: #cb0e00;
  border-color: #cb0e00;
}

.skovn-collection__filters details[open] summary svg {
  transform: rotate(180deg);
}

.skovn-collection__filter-values {
  display: grid;
  gap: 12px;
  padding: 0 0 22px;
}

.skovn-collection__filter-value {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 24px;
  cursor: pointer;
  font-size: 14px;
}

.skovn-collection__filter-value input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  clip-path: inset(50%) !important;
}

.skovn-collection__checkbox {
  display: grid;
  width: 18px;
  height: 18px;
  color: #fff;
  border: 1px solid #aaa;
  border-radius: 2px;
  place-items: center;
}

.skovn-collection__checkbox svg {
  width: 13px;
  height: 13px;
  opacity: 0;
}

.skovn-collection__filter-value input:checked + .skovn-collection__checkbox {
  background: #191713;
  border-color: #191713;
}

.skovn-collection__filter-value input:checked + .skovn-collection__checkbox svg {
  opacity: 1;
}

.skovn-collection__filter-value input:focus-visible + .skovn-collection__checkbox,
.skovn-collection__filter-value input:focus-visible + .skovn-collection__color {
  outline: 2px solid #191713;
  outline-offset: 3px;
}

.skovn-collection__filter-value input:disabled ~ * {
  opacity: .4;
}

.skovn-collection__filter-value--color {
  grid-template-columns: 34px minmax(0, 1fr) auto;
}

.skovn-collection__color {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: var(--skovn-filter-color, #ddd8cf);
  border: 1px solid #cbc8c1;
  border-radius: 50%;
}

.skovn-collection__color img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skovn-collection__filter-value input:checked + .skovn-collection__color {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #191713;
}

.skovn-collection__filter-value small {
  color: #777;
}

.skovn-collection__price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.skovn-collection__price-fields label {
  display: grid;
  gap: 7px;
  color: #5e5e5e;
  font-size: 12px;
}

.skovn-collection__price-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: 46px;
  padding: 0 13px;
  color: #232323;
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}

.skovn-collection__price-input:focus-within {
  border-color: #232323;
  box-shadow: 0 0 0 1px #232323;
}

.skovn-collection__price-input b {
  font-weight: 400;
}

.skovn-collection__price-input input {
  width: 100%;
  height: 100%;
  padding: 0 0 0 5px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  appearance: textfield;
  font: inherit;
}

.skovn-collection__price-input input::-webkit-inner-spin-button,
.skovn-collection__price-input input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.skovn-collection__price-range {
  position: relative;
  height: 24px;
  margin: 2px 8px 0;
}

.skovn-collection__price-range > span {
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  height: 2px;
  background:
    linear-gradient(
      to right,
      #d8d8d8 0 var(--price-min),
      #191713 var(--price-min) var(--price-max),
      #d8d8d8 var(--price-max) 100%
    );
}

.skovn-collection__price-range input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 24px;
  margin: 0;
  background: transparent;
  pointer-events: none;
  appearance: none;
}

.skovn-collection__price-range input::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}

.skovn-collection__price-range input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #191713;
  border-radius: 50%;
  cursor: grab;
  pointer-events: auto;
  appearance: none;
}

.skovn-collection__price-range input::-moz-range-track {
  height: 2px;
  background: transparent;
}

.skovn-collection__price-range input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #191713;
  border-radius: 50%;
  cursor: grab;
  pointer-events: auto;
}

.skovn-collection__filter-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  position: sticky;
  bottom: -26px;
  padding: 18px 0 26px;
  background: #fff;
}

.skovn-collection__filter-actions a {
  color: inherit;
  font-size: 12px;
}

.skovn-collection__filter-actions button {
  min-height: 44px;
  color: #fff;
  background: #191713;
  border: 1px solid #191713;
  font-size: 12px;
  letter-spacing: .08em;
}

.skovn-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 28px;
}

.skovn-pagination a,
.skovn-pagination span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: inherit;
  text-decoration: none;
}

.skovn-pagination .is-current {
  color: #fff;
  background: #191713;
}

.skovn-apps {
  padding: 16px 0 72px;
}

.skovn-faq {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: 40px 20px 0;
}

.skovn-faq__header {
  margin-bottom: 0;
  text-align: center;
}

.skovn-faq__header h1 {
  margin: 0 0 24px;
  font-family: var(--font-heading--family);
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -.4px;
}

.skovn-faq__search-wrap {
  position: relative;
  width: min(560px, 100%);
  margin: 18px auto 0;
}

.skovn-faq__search-wrap svg {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.4;
  transform: translateY(-50%);
  pointer-events: none;
}

.skovn-page-nav {
  margin: 0 0 32px;
  border-bottom: 1px solid #ddd;
}

.skovn-page-nav__inner {
  display: flex;
  justify-content: center;
}

.skovn-page-nav__link {
  display: block;
  margin-bottom: -1px;
  padding: 14px 28px;
  color: #555;
  border-bottom: 2px solid transparent;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.skovn-page-nav__link:hover {
  color: #111;
}

.skovn-page-nav__link.is-active {
  color: #c45030;
  border-bottom-color: #c45030;
}

.skovn-faq__search {
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 13px 20px 13px 56px;
  border: 1px solid #bbb;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  line-height: 20.8px;
}

.skovn-faq__category {
  margin: 48px 0 14px;
  font-family: var(--font-heading--family);
  font-size: 30px;
  font-weight: 400;
}

.skovn-faq__item {
  border-bottom: 1px solid rgb(0 0 0 / .1);
}

.skovn-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
  padding: 18px 0;
  color: #111;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  list-style: none;
  user-select: none;
}

.skovn-faq__item summary::-webkit-details-marker {
  display: none;
}

.skovn-faq__icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  transition: transform .25s ease;
}

.skovn-faq__item[open] .skovn-faq__icon {
  transform: rotate(180deg);
}

.skovn-faq__answer {
  max-width: 100%;
  padding: 0 0 20px;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}

.skovn-help {
  width: 100vw;
  margin-top: 40px;
  margin-left: calc(50% - 50vw);
  padding: 60px 20px;
  background: #e7e2dc;
  text-align: center;
}

.skovn-help h2 {
  margin: 0 0 20px;
  font-family: var(--font-heading--family);
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
}

.skovn-help .skovn-link {
  min-width: 214px;
  min-height: 47px;
  margin-top: 8px;
  padding: 14px 32px;
  font-size: 12px;
  line-height: 19.2px;
}

.content-for-layout > .shopify-section:has(.skovn-help):last-child {
  flex-grow: 0;
}

.skovn-faq--topics {
  width: 100%;
  padding: 30px 0 0;
}

.skovn-faq--topics .skovn-faq__layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 720px);
  gap: 40px;
  width: min(1020px, calc(100vw - 60px));
  margin: 0 auto;
}

.skovn-faq--topics .skovn-faq__index {
  position: relative;
  min-width: 0;
}

.skovn-faq--topics .skovn-faq__index-sticky {
  position: sticky;
  top: 20px;
}

.skovn-faq--topics .skovn-faq__index-heading {
  margin: 0 0 22px;
  font-size: 18.2px;
  font-weight: 400;
  line-height: 29.12px;
}

.skovn-faq--topics .skovn-faq__index-link {
  position: relative;
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: #333;
  font-size: 14px;
  line-height: 22.4px;
  text-decoration: none;
}

.skovn-faq--topics .skovn-faq__index-link.is-active {
  color: #c45030;
  font-weight: 600;
}

.skovn-faq--topics .skovn-faq__index-link.is-active::before {
  position: absolute;
  top: 50%;
  left: -12px;
  width: 3px;
  height: 70%;
  background: #c45030;
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
}

.skovn-faq--topics .skovn-faq__header {
  text-align: left;
}

.skovn-faq--topics .skovn-faq__header h1 {
  margin-bottom: 10px;
  font-weight: 500;
}

.skovn-faq--topics .skovn-faq__search-wrap {
  width: 100%;
  margin: 20px 0 0;
}

.skovn-faq--topics .skovn-faq__category {
  margin: 40px 0 20px;
  scroll-margin-top: 90px;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
}

.skovn-faq--topics .skovn-faq__item summary {
  min-height: 66px;
  padding: 20px 30px 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.skovn-faq--topics .skovn-faq__answer {
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-contact {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 80px 0;
}

.skovn-contact__header {
  max-width: 680px;
  margin: 0 auto 64px;
  text-align: center;
}

.skovn-contact__header h1 {
  margin: 0 0 16px;
  font-family: var(--font-heading--family);
  font-size: 48px;
  font-weight: 400;
  line-height: 55.2px;
}

.skovn-contact__header .rte {
  color: #555;
  font-size: 16px;
  line-height: 25.6px;
}

.skovn-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 80px;
}

.skovn-contact__details {
  padding: 0;
}

.skovn-contact__form {
  padding: 48px;
  border: 1px solid #e5e0d8;
}

.skovn-contact__details h2 {
  margin: 0 0 12px;
  font-family: var(--font-heading--family);
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}

.skovn-contact__details > p {
  margin: 0 0 32px;
  color: #555;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-contact__form h2 {
  margin: 0 0 8px;
  font-family: var(--font-heading--family);
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}

.skovn-contact__form > p {
  margin: 0 0 24px;
  color: #555;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-contact__item {
  display: flex;
  min-height: 68px;
  gap: 16px;
  padding: 0 0 20px;
}

.skovn-contact__icon {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
}

.skovn-contact__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.05;
}

.skovn-contact__item h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading--family);
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.skovn-contact__item p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 22.4px;
}

.skovn-contact__address strong {
  color: #191713;
  font-weight: 600;
}

.skovn-contact__item .skovn-contact__address-note {
  margin-top: 12px;
  color: #777;
  font-size: 12px;
  line-height: 18px;
}

.skovn-contact__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.skovn-contact__social a {
  display: grid;
  width: 21px;
  height: 21px;
  color: #191713;
  place-items: center;
  text-decoration: none;
}

.skovn-contact__social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  opacity: .82;
}

.skovn-contact__social-dot {
  fill: currentColor;
  stroke: none;
}

.skovn-contact__social a:hover {
  opacity: .62;
}

.skovn-contact__form form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.skovn-contact__field {
  display: grid;
  gap: 7px;
}

.skovn-contact__field--full {
  grid-column: 1 / -1;
}

.skovn-contact__field label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.skovn-contact__field input,
.skovn-contact__field select,
.skovn-contact__field textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #fff;
  font: inherit;
  font-size: 15px;
}

.skovn-contact__field--full .skovn-link {
  width: 100%;
  min-height: 59px;
  margin-top: 8px;
  padding: 18px 32px;
  border-radius: 0;
  font-size: 13px;
  line-height: 20.8px;
}

.skovn-story {
  width: var(--skovn-page);
  margin: 0 auto;
  padding: 28px 0 0;
}

.skovn-story__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 560px;
  margin-bottom: 28px;
  background: #fff;
}

.skovn-story__row:nth-child(even) .skovn-story__media {
  order: 2;
}

.skovn-story__media img,
.skovn-story__media svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skovn-story__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 64px;
  text-align: center;
}

.skovn-story__copy h2 {
  max-width: 100%;
  margin: 0 0 22px;
  font-family: var(--font-heading--family);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.skovn-story__copy .rte {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.75;
}

.skovn-story__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 18px;
}

.skovn-story__social a {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #1f1f1f;
}

.skovn-story__social svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.skovn-story__statement {
  margin: 28px 0;
  padding: 92px 24px;
  text-align: center;
}

.skovn-story__statement h2 {
  margin: 0 0 22px;
  font-family: var(--font-heading--family);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 400;
}

.skovn-story__feature {
  position: relative;
  display: grid;
  min-height: 480px;
  margin: 28px 0;
  overflow: hidden;
  color: #fff;
}

.skovn-story__feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.65);
}

.skovn-story__feature-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  padding: 40px;
  text-align: center;
}

.skovn-story__feature h2 {
  margin: 0 0 12px;
  color: inherit;
  font-family: var(--font-heading--family);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
}

.skovn-newsletter[hidden] {
  display: none;
}

.skovn-newsletter {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(0 0 0 / .48);
}

.skovn-newsletter__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(320px, 1fr);
  width: min(820px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #fff;
  box-shadow: 0 24px 80px rgb(0 0 0 / .25);
}

.skovn-newsletter__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.skovn-newsletter__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
}

.skovn-newsletter__copy h2 {
  margin: 0 0 14px;
  font-family: var(--font-heading--family);
  font-size: 36px;
  font-weight: 400;
}

.skovn-newsletter__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  width: 38px;
  height: 38px;
  border: 0;
  background: rgb(255 255 255 / .9);
  font-size: 25px;
}

.skovn-newsletter__form {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.skovn-newsletter__form input {
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #bbb;
  border-radius: 0;
}

.skovn-newsletter__consent {
  margin-top: 14px;
  color: #666;
  font-size: 10px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .skovn-motion-ready [data-skovn-motion] {
    opacity: 0;
    transform: translateY(18px);
    transition:
      opacity .7s ease var(--skovn-motion-delay, 0ms),
      transform .7s cubic-bezier(.22, .61, .36, 1) var(--skovn-motion-delay, 0ms);
  }

  .skovn-motion-ready [data-skovn-motion].is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .skovn-hero__media img,
  .skovn-hero__media video {
    animation: skovn-hero-media 1.1s cubic-bezier(.22, .61, .36, 1) both;
  }

  .skovn-hero__content {
    animation: skovn-hero-copy .8s cubic-bezier(.22, .61, .36, 1) .2s both;
  }
}

@keyframes skovn-hero-media {
  from {
    opacity: .4;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes skovn-hero-copy {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/*
 * Product media ratio
 * Keep every product image frame in a consistent 3:4 portrait format,
 * regardless of section settings, screen size or dynamically loaded cards.
 */
product-card.product-card .card-gallery {
  --gallery-aspect-ratio: 3 / 4 !important;
}

product-card.product-card .product-media-container,
media-gallery.media-gallery .product-media-container:not(.dialog-zoomed-gallery *),
.skovn-product__image,
.skovn-card__media,
.skovn-related__media,
.skovn-recent__media,
.skovn-product-main__media-item,
.cart-items__media-container {
  aspect-ratio: 3 / 4 !important;
}

media-gallery.media-gallery {
  --gallery-aspect-ratio: 3 / 4 !important;
}

media-gallery.media-gallery .media-gallery__grid > .product-media-container {
  height: auto !important;
}

product-card.product-card .product-media-container :is(img, video, iframe),
media-gallery.media-gallery .product-media-container:not(.dialog-zoomed-gallery *) :is(img, video, iframe, .deferred-media__poster-image),
.skovn-product__image :is(img, svg),
.skovn-card__media :is(img, svg),
.skovn-related__media :is(img, svg),
.skovn-recent__media :is(img, svg),
.skovn-product-main__media-item :is(img, video, model-viewer),
.cart-items__media-image {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.resource-card[data-resource-type='product'] .resource-card__media,
.resource-card[data-resource-type='product'] :is(.resource-card__image, .resource-card__image-placeholder) {
  --resource-card-aspect-ratio: 3 / 4 !important;
  aspect-ratio: 3 / 4 !important;
}

.sticky-add-to-cart__image {
  aspect-ratio: 3 / 4 !important;
}

.hotspot-dialog__product-image,
.hotspot-dialog svg.hotspot-dialog__placeholder-product-image {
  height: calc(var(--width-product-image-dialog) * 4 / 3) !important;
  aspect-ratio: 3 / 4 !important;
}

.skovn-contact__field textarea {
  min-height: 160px;
  resize: vertical;
}

@media (max-width: 989px) {
  html.skovn-mobile-menu-open,
  html.skovn-mobile-menu-open body {
    overflow: hidden;
  }

  .skovn-header--overlay {
    top: 36px;
  }

  .skovn-header__top {
    grid-template-columns: 100px minmax(0, 1fr) 100px;
    gap: 0;
    height: 52px;
    padding: 4px 12px;
  }

  .skovn-header__mobile-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    place-items: center;
    justify-self: start;
    color: inherit;
    background: transparent;
    border: 0;
  }

  .skovn-header__logo {
    justify-self: center;
    width: 110px;
  }

  .skovn-header__logo-image {
    width: 110px;
    max-height: 33px;
  }

  .skovn-header__search,
  .skovn-header__nav,
  .skovn-header__account span {
    display: none;
  }

  .skovn-header__actions {
    width: 100px;
    gap: 0;
  }

  .skovn-header__action {
    gap: 0;
    flex: 0 0 44px;
  }

  .skovn-header__action span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .skovn-header__action .skovn-header__cart-badge {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: auto;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    overflow: visible;
    place-items: center;
    color: #fff;
    background: #191713;
    border: 1px solid #fff;
    border-radius: 999px;
    clip: auto;
    font-size: 9px;
    font-weight: 600;
    line-height: 15px;
  }

  .skovn-header__mobile-panel {
    position: absolute;
    top: 102px;
    right: 0;
    left: 0;
    display: block;
    height: calc(100dvh - 102px);
    max-height: none;
    padding: 18px 20px 30px;
    overflow: auto;
    color: #232323;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    overscroll-behavior: contain;
  }

  .skovn-header__mobile-panel[hidden] {
    display: none;
  }

  .skovn-header--overlay:not(.skovn-header--fixed) .skovn-header__mobile-panel {
    height: calc(100dvh - 142px);
    max-height: none;
  }

  .skovn-header__mobile-search {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    height: 48px;
    margin: 0 10px 12px;
  }

  .skovn-header__mobile-search input {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 52px 0 16px;
    color: #232323;
    background: #f6f6f5;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
  }

  .skovn-header__mobile-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 12px;
    color: #232323;
    background: transparent;
    border: 0;
    place-items: center;
  }

  .skovn-header__mobile-search button svg {
    width: 24px;
    height: 24px;
  }

  .skovn-header__mobile-search .skovn-search-suggestions {
    top: calc(100% + 6px);
    max-height: min(520px, calc(100dvh - 130px));
  }

  .skovn-search-suggestions__list {
    grid-template-columns: 1fr;
  }

  .skovn-search-suggestions__item,
  .skovn-search-suggestions__item:nth-child(3n) {
    border-right: 0;
  }

  .skovn-header--overlay .skovn-header__mobile-search input {
    color: #fff;
    background: rgb(255 255 255 / .12);
    border-color: rgb(255 255 255 / .18);
  }

  .skovn-header--overlay .skovn-header__mobile-search input::placeholder {
    color: rgb(255 255 255 / .8);
    opacity: 1;
  }

  .skovn-header--overlay .skovn-header__mobile-search button {
    color: #fff;
  }

  .skovn-header--overlay.skovn-header--solid .skovn-header__mobile-search input,
  .skovn-header--overlay.skovn-header--menu-open .skovn-header__mobile-search input,
  .skovn-header--overlay.skovn-header--search-open .skovn-header__mobile-search input {
    color: #232323;
    background: #f6f6f5;
    border-color: #dedede;
  }

  .skovn-header--overlay.skovn-header--solid .skovn-header__mobile-search input::placeholder,
  .skovn-header--overlay.skovn-header--menu-open .skovn-header__mobile-search input::placeholder,
  .skovn-header--overlay.skovn-header--search-open .skovn-header__mobile-search input::placeholder {
    color: rgb(35 35 35 / .65);
  }

  .skovn-header--overlay.skovn-header--solid .skovn-header__mobile-search button,
  .skovn-header--overlay.skovn-header--menu-open .skovn-header__mobile-search button,
  .skovn-header--overlay.skovn-header--search-open .skovn-header__mobile-search button {
    color: #232323;
  }

  .skovn-header__mobile-panel nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .skovn-header__mobile-panel nav > ul > li {
    border-top: 1px solid #ddd;
  }

  .skovn-header__mobile-panel nav > ul > li:first-child {
    border-top: 0;
  }

  .skovn-header__mobile-panel nav > ul > li:last-child {
    border-bottom: 1px solid #ddd;
  }

  .skovn-header__mobile-panel nav a,
  .skovn-header__mobile-panel summary {
    display: block;
    padding: 14px 0;
    color: inherit;
    font-size: 13px;
    text-decoration: none;
  }

  .skovn-header__mobile-panel details > a {
    padding: 9px 16px;
    font-size: 12px;
  }

  .skovn-header__mobile-panel .skovn-header__mobile-featured {
    color: #cb0e00;
  }

  .skovn-contact__grid {
    grid-template-columns: 1fr;
  }

  .skovn-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }

  .skovn-list-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 989px) {
  .skovn-product-main__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .skovn-product-main__details {
    position: static;
  }
}

@media (max-width: 749px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .skovn-header__top {
    grid-template-columns: 92px minmax(0, 1fr) 92px;
    height: 52px;
    padding-inline: 8px;
  }

  .skovn-header__logo {
    width: min(108px, 100%);
  }

  .skovn-header__logo-image {
    width: 108px;
    max-width: 100%;
  }

  .skovn-header__actions {
    width: 92px;
  }

  .skovn-header__mobile-panel {
    top: 112px;
    height: calc(100dvh - 112px);
    max-height: none;
    padding: 16px 18px 28px;
  }

  .skovn-header__mobile-search {
    width: calc(100% - 20px);
  }

  .skovn-header__mobile-panel nav a,
  .skovn-header__mobile-panel summary {
    min-height: 48px;
    padding: 14px 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .skovn-header__mobile-panel details > a {
    min-height: 44px;
    padding: 11px 16px;
    font-size: 14px;
  }

  .skovn-header__mobile-search input,
  .skovn-header__mobile-search button {
    min-height: 48px;
  }

  .skovn-header__mobile-toggle,
  .skovn-header__action {
    min-width: 44px;
    min-height: 44px;
    justify-content: center;
  }

  .skovn-product-main {
    width: 100%;
    padding: 0 12px 36px;
  }

  .skovn-product-main__breadcrumbs {
    display: none;
  }

  .skovn-product-main__grid {
    gap: 0;
    margin-top: 0;
  }

  .skovn-product-main__mobile-header {
    display: block;
    width: 100%;
    min-width: 0;
    padding-top: 28px;
  }

  .skovn-product-main__mobile-header .skovn-product-main__rating {
    margin-bottom: 8px;
  }

  .skovn-product-main__mobile-header .skovn-product-main__price {
    margin-bottom: 14px;
  }

  .skovn-product-main__details > .skovn-product-main__rating,
  .skovn-product-main__details > .skovn-product-main__title,
  .skovn-product-main__details > .skovn-product-main__price {
    display: none;
  }

  .skovn-product-main__media {
    width: 100%;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .skovn-product-main__media-shell {
    width: calc(100% + 24px);
    max-width: none;
    margin-inline: -12px;
  }

  .skovn-product-main__media::-webkit-scrollbar {
    display: none;
  }

  .skovn-product-main__media-item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    aspect-ratio: 3 / 4;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: #fff;
  }

  .skovn-product-main__details {
    width: 100%;
    min-width: 0;
    padding: 0;
  }

  .skovn-product-main__form-component,
  .skovn-product-main__form,
  .skovn-product-main__option,
  .skovn-product-main__values,
  .skovn-product-main__benefits,
  .skovn-product-main__accordions,
  .skovn-product-main__accordions .rte,
  .skovn-product-main__apps {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .skovn-product-main__option {
    min-inline-size: 0;
  }

  .skovn-product-main__benefits {
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 9px;
    margin: 5px 0 14px;
  }

  .skovn-product-main__accordions {
    margin-top: 0;
  }

  .skovn-product-main__terms {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .skovn-product-main__accordions summary {
    min-height: 46px;
    padding-block: 13px;
    font-size: 14px;
    line-height: 20px;
  }

  .skovn-product-main__accordions details > .rte {
    padding-bottom: 16px;
    font-size: 12px;
    line-height: 20px;
  }

  .skovn-product-main__media-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    height: 3px;
    margin: 0;
    overflow: hidden;
    background: rgb(255 255 255 / .72);
    pointer-events: none;
  }

  .skovn-product-main__media-progress span {
    display: block;
    height: 100%;
    background: #191713;
    transform: translateX(0);
    transform-origin: left center;
    transition: transform .25s ease;
  }

  .skovn-product-main__title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 18.9px;
  }

  .skovn-product-main__compare,
  .skovn-product-main__current,
  .skovn-product-main__current:not(.skovn-product-main__current--sale) {
    font-size: 16px;
    line-height: 16px;
  }

  .skovn-product-main__price {
    margin-bottom: 16px;
  }

  .skovn-product-main__sentence {
    font-size: 14px;
    line-height: 22.4px;
  }

  .skovn-product-main__option legend {
    font-size: 14px;
    line-height: 19.6px;
  }

  .skovn-product-main__benefits {
    font-size: 14px;
    line-height: 18.2px;
  }

  .skovn-product-main__stock {
    font-size: 14px;
    line-height: 16.8px;
  }

  .skovn-product-main__value--button {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 42px;
    padding: 9px 13px;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .skovn-product-main__quantity button {
    width: 32px;
    min-width: 32px;
    min-height: 36px;
  }

  .skovn-product-main__quantity {
    width: 82px;
    height: 36px;
    padding-inline: 0;
  }

  .skovn-product-main__quantity button:first-of-type {
    justify-items: start;
  }

  .skovn-product-main__quantity button:last-of-type {
    justify-items: end;
  }

  .skovn-product-main__quantity input {
    width: 18px;
  }

  .skovn-product-main__buy {
    min-height: 48px;
    font-size: 12px;
  }

  .skovn-product-main__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .skovn-product-main__buy-price:not([hidden]) {
    display: inline;
  }

  .skovn-product-main__apps {
    margin-top: 48px;
    padding-inline: 0;
  }

  .skovn-product-main__purchase-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    min-height: 36px;
  }

  .skovn-product-main__stock {
    min-width: 0;
    flex-wrap: wrap;
    row-gap: 2px;
    overflow-wrap: anywhere;
  }

  .skovn-product-main__quantity {
    margin-left: 0;
  }

  .shopify-section:has(.skovn-product-main) + .shopify-section .skovn-related {
    margin-top: 0;
  }

  .skovn-product-main__terms,
  .skovn-product-main__accordions .rte {
    overflow-wrap: anywhere;
  }

  .skovn-product-main__accordions .rte {
    overflow-x: auto;
  }

  .skovn-contact {
    width: calc(100% - 32px);
    padding: 48px 0 72px;
  }

  .skovn-faq {
    width: 100%;
    padding: 24px 16px 0;
  }

  .skovn-faq--topics {
    padding-top: 24px;
  }

  .skovn-faq--topics .skovn-faq__layout {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .skovn-faq--topics .skovn-faq__index {
    display: none;
  }

  .skovn-faq--topics .skovn-faq__header h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .skovn-faq--topics .skovn-faq__category {
    margin: 34px 0 14px;
    font-size: 22px;
    line-height: 28px;
  }

  .skovn-faq--topics .skovn-faq__item summary {
    min-height: 56px;
    padding: 16px 28px 16px 0;
    font-size: 14px;
    line-height: 22px;
  }

  .skovn-faq__header h1 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .skovn-page-nav {
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .skovn-page-nav::-webkit-scrollbar {
    display: none;
  }

  .skovn-page-nav__inner {
    justify-content: flex-start;
    min-width: max-content;
  }

  .skovn-page-nav__link {
    padding: 12px 18px;
    font-size: 13px;
  }

  .skovn-faq__item summary {
    min-height: 56px;
    padding: 16px 0;
    font-size: 14px;
  }

  .skovn-faq__answer {
    font-size: 13px;
  }

  .skovn-help {
    min-height: 0;
    padding: 48px 20px;
  }

  .skovn-policy-page {
    padding: 20px 16px 0;
  }

  .skovn-policy-page__title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .skovn-policy-page .skovn-page-nav {
    margin-bottom: 24px;
  }

  .skovn-policy-page__content {
    font-size: 13px;
  }

  .skovn-contact__form {
    padding: 24px 18px;
  }

  .skovn-contact__header {
    margin-bottom: 40px;
  }

  .skovn-contact__header h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .skovn-contact__form form {
    grid-template-columns: 1fr;
  }

  .skovn-story__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .skovn-story__row:nth-child(even) .skovn-story__media {
    order: 0;
  }

  .skovn-story__media {
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  .skovn-contact__field--full {
    grid-column: auto;
  }

  .skovn-story {
    width: 100%;
    padding-top: 0;
  }

  .skovn-story__row {
    margin-bottom: 16px;
  }

  .skovn-story__media {
    min-height: 0;
  }

  .skovn-story__copy {
    width: 100%;
    min-width: 0;
    padding: 42px 20px 48px;
    background: #fff;
  }

  .skovn-story__copy h2 {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
  }

  .skovn-story__copy .rte {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }

  .skovn-story__statement {
    margin: 8px 0 16px;
    padding: 64px 20px;
  }

  .skovn-story__statement h2 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.08;
  }

  .skovn-story__feature {
    margin-inline: 16px;
    min-height: 360px;
  }

  .skovn-newsletter__panel {
    grid-template-columns: 1fr;
  }

  .skovn-newsletter__image {
    max-height: 210px;
  }

  .skovn-newsletter__copy {
    padding: 36px 24px 30px;
  }

  .skovn-collection__header {
    padding-top: 22px;
  }

  .skovn-collection {
    padding-bottom: 40px;
  }

  .skovn-collection .skovn-shell {
    width: calc(100vw - 24px);
  }

  .skovn-list-collections {
    padding: 24px 0 48px;
  }

  .skovn-list-collections h1 {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .skovn-list-collections__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .skovn-list-collections__title {
    font-size: 18px;
  }

  .skovn-collection__header h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .skovn-collection__toolbar {
    align-items: flex-end;
    gap: 8px;
    padding-block: 14px;
  }

  .skovn-collection__toolbar-left {
    min-width: 0;
    gap: 12px;
  }

  .skovn-collection__filter-toggle {
    min-width: 44px;
    min-height: 44px;
    white-space: nowrap;
  }

  .skovn-collection__count {
    display: none;
  }

  .skovn-collection__sort {
    min-width: 0;
    gap: 4px;
    font-size: 13px;
  }

  .skovn-collection__sort-menu summary {
    min-width: 122px;
    min-height: 44px;
    gap: 7px;
    padding-left: 5px;
    font-size: 13px;
  }

  .skovn-collection__sort-options {
    width: 210px;
    max-width: calc(100vw - 32px);
  }

  .skovn-collection__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 12px;
  }

  .skovn-card {
    width: 100%;
    min-width: 0;
  }

  .skovn-card__media-shell,
  .skovn-card__media {
    width: 100%;
    min-width: 0;
  }

  .skovn-card__title {
    font-size: 16px;
    line-height: 22px;
  }

  .skovn-card__price,
  .skovn-card__rating {
    font-size: 14px;
    line-height: 21px;
  }

  .skovn-card__arrow {
    top: 50%;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    place-items: center;
    line-height: 0;
    opacity: .92;
    transform: translateY(-50%);
  }

  .skovn-card__arrow svg {
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .skovn-collection .skovn-card__arrow {
    display: none;
  }

  .skovn-card__detail {
    min-height: 0;
    margin: 12px 0 0;
  }

  .skovn-collection__drawer {
    width: min(390px, calc(100vw - 28px));
    padding: 24px 20px;
  }

  .skovn-collection__drawer-head button {
    width: 44px;
    height: 44px;
    padding: 9px;
  }

  .skovn-collection__filter-actions {
    bottom: -20px;
    padding-bottom: 20px;
  }

  .skovn-help {
    margin-bottom: 0;
  }

  .custom-footer,
  .custom-footer__inner,
  .custom-footer__top,
  .custom-footer__menus,
  .custom-footer__newsletter,
  .custom-footer__bottom,
  .custom-footer__selectors,
  .custom-footer__legal-wrap {
    min-width: 0;
    max-width: 100%;
  }

  .custom-footer__form-row > *,
  .custom-footer__input {
    min-width: 0;
    max-width: 100%;
  }

  .custom-footer__button {
    width: 100%;
    min-width: 0 !important;
  }

  .custom-footer__selectors,
  .custom-footer__legal-wrap {
    flex-direction: column;
    align-items: center;
  }

  .custom-footer__selectors .custom-footer__localization,
  .custom-footer__social-contact {
    width: 100%;
    justify-content: center;
  }

  .custom-footer__copyright,
  .custom-footer__legal {
    width: 100%;
    margin-inline: 0;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 989px) {
  :root {
    --skovn-page: calc(100vw - 32px);
  }

  .skovn-categories__grid,
  .skovn-products__grid,
  .skovn-looks__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skovn-category {
    min-height: 0;
  }

  .skovn-sale-bar {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

  .skovn-sale-bar__group {
    flex-direction: column;
    gap: 8px;
  }

  .skovn-sale-bar__action {
    justify-self: center;
  }

  .skovn-promises__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skovn-promise:nth-child(3) {
    border-left: 0;
  }

  .skovn-promise:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / .15);
  }
}

@media (max-width: 749px) {
  .skovn-hero {
    min-height: var(--skovn-hero-height-mobile, 480px);
  }

  .skovn-hero.skovn-hero--full {
    min-height: var(--skovn-hero-height-mobile, 480px);
  }

  .skovn-hero__content {
    padding: 64px 20px;
  }

  .skovn-hero__heading {
    margin-bottom: 0;
    font-size: clamp(44px, 15vw, var(--skovn-hero-title-mobile, 72px));
    line-height: 1.1;
  }

  .skovn-hero--script .skovn-hero__heading {
    font-size: clamp(70px, 23vw, 90px);
    line-height: 1;
  }

  .skovn-categories {
    padding: 12px 0 0;
  }

  .skovn-categories .skovn-shell {
    width: calc(100vw - 24px);
  }

  .skovn-categories .skovn-title {
    display: none;
  }

  .skovn-products {
    padding: 22px 0 30px;
  }

  .skovn-products .skovn-shell {
    width: calc(100vw - 24px);
  }

  .skovn-products__head {
    position: relative;
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-right: 76px;
    text-align: left;
  }

  .skovn-products__actions {
    position: absolute;
    right: 0;
  }

  .skovn-products__actions .skovn-look__link {
    display: none;
  }

  .skovn-looks {
    padding: 28px 0 32px;
  }

  .skovn-looks .skovn-shell {
    width: calc(100vw - 24px);
  }

  .skovn-looks .skovn-title {
    font-size: 23.6px;
    line-height: 28px;
  }

  .skovn-title {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .skovn-products__head .skovn-title {
    font-size: 23.6px;
    line-height: 1.2;
  }

  .skovn-categories__grid {
    gap: 12px;
  }

  .skovn-category {
    min-height: 0;
  }

  .skovn-category__label {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .skovn-category__name {
    font-size: 18px;
    line-height: 21.6px;
  }

  .skovn-category__count {
    display: inline;
    font-size: 11px;
    line-height: 15.4px;
  }

  .skovn-sale-bar {
    flex-direction: row;
    gap: 20px;
    min-height: 122px;
    margin-top: 12px;
    margin-bottom: 28px;
    padding: 24px 16px;
    text-align: left;
  }

  .skovn-sale-bar__group {
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 4px;
  }

  .skovn-sale-bar__heading {
    font-size: 22px;
  }

  .skovn-sale-bar__text {
    text-align: left;
    font-size: 12px;
    line-height: 19.2px;
  }

  .skovn-sale-bar__action {
    flex: 0 0 120px;
    min-width: 120px;
    padding-inline: 14px;
    font-size: 10px;
  }

  .skovn-split {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
    padding: 0;
  }

  .skovn-split__item {
    min-height: 400px;
  }

  .skovn-looks__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .skovn-products__grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }

  .skovn-products__grid::-webkit-scrollbar {
    display: none;
  }

  .skovn-products__grid .skovn-product {
    flex: 0 0 calc((100% - 12px) / 2);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .skovn-product__title {
    font-size: 16px;
    line-height: 22px;
  }

  .skovn-product__meta {
    gap: 7px;
    font-size: 16px;
    line-height: 21px;
  }

  .skovn-product__rating {
    font-size: 14px;
    line-height: 21px;
  }

  .skovn-product__badge,
  .skovn-card__image-badge {
    padding: 7px 10px;
    font-size: 11px;
  }

  .skovn-product__discount,
  .skovn-card__discount {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
  }

  .skovn-related__grid {
    gap: 30px 12px;
  }

  .skovn-related__card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .skovn-related {
    padding: 0;
  }

  .skovn-related:not(.skovn-recent) {
    padding-bottom: 52px;
  }

  .shopify-section:has(.skovn-related:not(.skovn-recent)):has(~ .shopify-section .skovn-recent:not([hidden])) .skovn-related:not(.skovn-recent),
  .shopify-section:has(.skovn-related:not(.skovn-recent)):has(~ .shopify-section .skovn-apps) .skovn-related:not(.skovn-recent) {
    padding-bottom: 0;
  }

  .skovn-related.skovn-shell {
    width: calc(100vw - 24px);
  }

  .shopify-section:has(.skovn-related) + .shopify-section .skovn-related {
    margin-top: 44px;
  }

  .skovn-look {
    min-width: 0;
  }

  .skovn-look__title {
    margin: 10px 0 7px;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -.48px;
  }

  .skovn-look__text {
    min-height: 48px;
    margin-bottom: 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .skovn-promises__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .skovn-promise {
    min-height: 180px;
    padding: 20px 14px;
  }

  .skovn-promise + .skovn-promise {
    border-left: 0;
  }

  .skovn-promise:nth-child(even) {
    border-left: 1px solid rgb(255 255 255 / .35);
  }

  .skovn-promise:nth-child(n + 3) {
    border-top: 1px solid rgb(255 255 255 / .2);
  }

  .skovn-promise__title {
    font-size: 12px;
    line-height: 19.2px;
  }

  .skovn-promise__text {
    font-size: 12px;
    line-height: 18px;
  }

  .skovn-page,
  .skovn-page--wide {
    width: calc(100vw - 32px);
    padding: 48px 0 72px;
  }
}

/* Desktop-only type calibration for Skovn-owned product components. */
@media (min-width: 990px) {
  .skovn-product-main__breadcrumbs {
    font-size: 12px;
  }

  .skovn-product-main__title {
    font-size: 22px;
    line-height: 26px;
  }

  .skovn-product-main__price,
  .skovn-product-main__compare,
  .skovn-product-main__current,
  .skovn-product-main__current:not(.skovn-product-main__current--sale) {
    font-size: 16px;
    line-height: 18px;
  }

  .skovn-product-main__sale {
    font-size: 10px;
    line-height: 10px;
  }

  .skovn-product-main__rating {
    font-size: 12px;
    line-height: 17px;
  }

  .skovn-product-main__sentence {
    font-size: 14px;
    line-height: 23.6px;
  }

  .skovn-product-main__benefits,
  .skovn-product-main__stock,
  .skovn-product-main__option legend,
  .skovn-product-main__quantity input {
    font-size: 14px;
  }

  .skovn-product-main__value--button {
    font-size: 12px;
  }

  .skovn-product-main__notice,
  .skovn-product-main__cart-error {
    font-size: 12px;
  }

  .skovn-product-main__buy {
    font-size: 13px;
  }

  .skovn-product-main__terms {
    font-size: 13px;
    line-height: 18px;
  }

  .skovn-product-main__accordions summary {
    font-size: 14px;
    line-height: 17.6px;
  }

  .skovn-product-main__accordions summary::after {
    font-size: 17px;
  }

  .skovn-product-main__accordions details > .rte {
    font-size: 13px;
    line-height: 22px;
  }

  .skovn-related__title {
    font-size: 25.44px;
    line-height: 25.44px;
  }

  .skovn-related__card h3,
  .skovn-related__price {
    font-size: 14px;
  }

  .skovn-related__card h3 {
    line-height: 18px;
  }

  .skovn-related__price,
  .skovn-related__rating {
    line-height: 20.4px;
  }

  .skovn-related__badge {
    font-size: 10px;
    line-height: 13px;
  }

  .skovn-related__rating {
    font-size: 12px;
  }
}

/* Skovn cart: preserve Horizon cart mechanics while presenting it as a modal. */
#cart-drawer .theme-drawer__dialog {
  inset: var(--skovn-cart-top, 76px) var(--skovn-cart-right, 16px) auto auto;
  width: min(400px, calc(100vw - 24px));
  max-width: 400px;
  height: auto;
  max-height: calc(100dvh - var(--skovn-cart-top, 76px) - 12px);
  margin: 0;
  overflow: hidden;
  color: #191713;
  background: #fff;
  border: 1px solid #191713;
  border-radius: 9px;
  box-shadow: 0 18px 55px rgb(0 0 0 / .2);
  transform: none;
  overscroll-behavior: contain;
}

#cart-drawer .theme-drawer__dialog[open] {
  right: var(--skovn-cart-right, 16px);
}

/*
 * Author styles set the dialog to display:block. Safari therefore keeps
 * painting it after dialog.close() unless the closed state is restated with
 * higher specificity than that author rule.
 */
#cart-drawer:not([open]) .theme-drawer__dialog,
#cart-drawer:not([open]) .theme-drawer__dialog[open] {
  display: none !important;
}

#cart-drawer .theme-drawer__dialog::backdrop {
  background: rgb(0 0 0 / .46);
}

#cart-drawer .theme-drawer__dialog--opening,
#cart-drawer .theme-drawer__dialog--opening-inline-start {
  animation: skovn-cart-modal-in var(--animation-speed) var(--animation-timing-fade-in);
}

#cart-drawer .theme-drawer__dialog--closing {
  animation: skovn-cart-modal-out var(--animation-speed) var(--animation-timing-fade-out) forwards;
}

@keyframes skovn-cart-modal-in {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }
}

@keyframes skovn-cart-modal-out {
  to {
    opacity: 0;
    transform: translateY(-8px) scale(.98);
  }
}

#cart-drawer .cart-drawer__inner,
#cart-drawer cart-drawer-component,
#cart-drawer .cart-items-component {
  min-height: 0;
}

#cart-drawer .cart-drawer__inner {
  height: auto;
  max-height: inherit;
}

#cart-drawer .cart-drawer__inner > .cart-items-component {
  flex: 0 1 auto;
  height: auto;
}

#cart-drawer .theme-drawer__header {
  min-height: 70px;
  padding: 18px 20px;
  border-bottom: 0;
}

#cart-drawer .skovn-cart-drawer__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: center;
  min-height: 70px;
  padding: 18px 20px;
}

#cart-drawer .skovn-cart-drawer__title {
  min-width: 0;
  margin: 0;
  font-family: var(--font-paragraph--family);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
  text-align: left;
  white-space: nowrap;
}

#cart-drawer .skovn-cart-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #191713;
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

#cart-drawer .skovn-cart-drawer__close .svg-wrapper {
  width: 20px;
  height: 20px;
}

#cart-drawer .skovn-cart-drawer__close:is(:hover, :focus, :focus-visible, :active) {
  color: #191713;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
}

#cart-drawer .theme-drawer__title {
  gap: 4px;
  font-family: var(--font-paragraph--family);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.02em;
}

#cart-drawer .theme-drawer__badge {
  min-width: auto;
  height: auto;
  padding: 0;
  color: inherit;
  background: transparent;
  border-radius: 0;
  font: inherit;
}

#cart-drawer .theme-drawer__badge::before {
  content: "(";
}

#cart-drawer .theme-drawer__badge::after {
  content: ")";
}

#cart-drawer .theme-drawer__close-button {
  width: 34px;
  height: 34px;
  color: #191713;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#cart-drawer .theme-drawer__close-button .svg-wrapper {
  width: 20px;
  height: 20px;
}

#cart-drawer .theme-drawer__close-button,
#cart-drawer .theme-drawer__close-button:is(:hover, :focus, :focus-visible, :active),
#cart-drawer .cart-drawer__close-button--empty,
#cart-drawer .cart-drawer__close-button--empty:is(:hover, :focus, :focus-visible, :active) {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

#cart-drawer .cart-drawer__content {
  flex: 0 1 auto;
  min-height: 0;
  max-height: calc(100dvh - var(--skovn-cart-top, 76px) - 12px - 70px);
  height: auto;
  overflow-y: auto;
  background: #fff;
}

#cart-drawer .cart-drawer__items {
  flex: 0 1 auto;
  min-height: 0;
  padding: 0 20px;
  overflow: visible;
  scrollbar-width: thin;
  scrollbar-color: #aaa transparent;
}

#cart-drawer .cart-drawer__content--scrolling-items {
  flex: 1 1 auto;
  height: calc(100dvh - var(--skovn-cart-top, 76px) - 12px - 70px);
  max-height: calc(100dvh - var(--skovn-cart-top, 76px) - 12px - 70px);
  overflow: hidden;
}

#cart-drawer .cart-drawer__content--scrolling-items > .cart-drawer__items {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}

#cart-drawer .cart-drawer__content--scrolling-items > .cart-drawer__items::-webkit-scrollbar {
  width: 4px;
}

#cart-drawer .cart-drawer__content--scrolling-items > .cart-drawer__items::-webkit-scrollbar-thumb {
  background: #aaa6a0;
  border-radius: 999px;
}

#cart-drawer .cart-drawer__content--scrolling-items > .cart-drawer__items::-webkit-scrollbar-track {
  background: transparent;
}

#cart-drawer .cart-items__table-row {
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: 84px minmax(0, 1fr) auto;
  grid-template-rows: repeat(3, min-content);
  grid-template-areas:
    "media details price"
    "media quantity price"
    "media error error";
  column-gap: 12px;
  row-gap: 7px;
  align-items: start;
  margin: 0;
  padding: 12px 0 14px;
  border-bottom: 0;
}

#cart-drawer .cart-items__table-row--full-width-variants {
  grid-template-columns: 84px minmax(0, 1fr) auto;
  grid-template-rows: repeat(5, min-content);
  grid-template-areas:
    "media details price"
    "media variants variants"
    "media unit_price unit_price"
    "media quantity quantity"
    "media error error";
}

#cart-drawer .cart-items__table-row:last-child {
  padding-bottom: 18px;
  border-bottom: 0;
}

#cart-drawer .cart-items__media-container {
  width: 84px;
  height: auto;
  aspect-ratio: var(--ratio, 1);
  background: #f6f5f2;
}

#cart-drawer .cart-items__media-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

#cart-drawer .cart-items__details {
  padding: 2px 0 0;
}

#cart-drawer .cart-items__table-row--full-width-variants .cart-items__product-info {
  padding-top: 2px;
}

#cart-drawer .cart-items__title {
  font-family: var(--font-paragraph--family);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

#cart-drawer .cart-items__details,
#cart-drawer .cart-items__variants,
#cart-drawer .cart-items__properties {
  font-size: 12px;
  line-height: 1.35;
}

#cart-drawer .cart-items__variants-wrapper,
#cart-drawer .cart-items__unit-price-wrapper {
  color: #6f6b66;
  font-size: 12px;
  line-height: 1.35;
}

#cart-drawer .cart-items__variant-picker summary,
#cart-drawer .cart-items__variant-label,
#cart-drawer .cart-items__variant-value,
#cart-drawer .cart-items__variant-choice {
  font-size: 12px !important;
  line-height: 16px !important;
}

#cart-drawer .cart-items__unit-price-wrapper {
  display: none;
}

#cart-drawer .cart-items__quantity {
  grid-area: quantity;
  margin: 3px 0 0;
}

#cart-drawer .cart-items__quantity-controls {
  gap: 7px;
}

#cart-drawer .cart-items__quantity .quantity-selector {
  --minimum-touch-target: 28px;
  --quantity-selector-width: 84px;

  display: grid;
  grid-template-columns: repeat(3, 28px);
  flex: 0 0 84px;
  width: 84px;
  min-height: 28px;
  height: 28px;
  border: 1px solid #b8b5b0;
  border-radius: 0;
}

#cart-drawer .cart-items__quantity .quantity-selector :is(.quantity-minus, .quantity-plus),
#cart-drawer .cart-items__quantity .quantity-selector input[type='number'] {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  height: 26px;
  min-height: 26px;
  padding: 0;
}

#cart-drawer .cart-items__quantity .quantity-selector svg {
  width: 10px;
  height: 10px;
}

#cart-drawer .cart-items__remove {
  width: 28px;
  height: 28px;
  min-height: 28px;
  border: 0;
}

#cart-drawer .cart-items__price {
  grid-area: price;
  min-width: 54px;
  min-height: 0;
  padding-top: 2px;
  font-size: 15px;
  line-height: 1.3;
  text-align: right;
}

#cart-drawer .cart-drawer__summary {
  --skovn-cart-summary-inset: 20px;

  position: relative;
  flex: 0 0 auto;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 18px 20px 20px;
  background: #fff;
  border-top: 0;
  mask-image: none;
}

#cart-drawer .cart-drawer__summary::before {
  position: absolute;
  top: 0;
  right: var(--skovn-cart-summary-inset);
  left: var(--skovn-cart-summary-inset);
  height: 1px;
  background: #191713;
  content: "";
}

#cart-drawer .cart-actions {
  display: none;
}

#cart-drawer .cart-drawer__summary .cart__summary-totals:not(:has(.cart__subtotal-container:empty)) {
  padding-block-start: 0;
  border-block-start: 0;
}

#cart-drawer .cart-totals {
  gap: 12px;
}

#cart-drawer .cart-totals__total-label,
#cart-drawer .cart-totals__total-value {
  color: #191713;
  font-size: 18px;
  font-weight: 400;
}

#cart-drawer .cart-totals__tax-note {
  display: none;
}

#cart-drawer .cart-totals__installments {
  display: none;
}

#cart-drawer .cart__ctas .cart__checkout-button {
  min-height: 40px;
  color: #fff;
  background: #191713;
  border: 1px solid #191713;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#cart-drawer .cart__ctas .cart__checkout-button:hover {
  color: #191713;
  background: #fff;
}

#cart-drawer .additional-checkout-buttons {
  display: none;
}

#cart-drawer .cart-drawer--empty .cart-drawer__content {
  gap: 12px;
  padding: 20px 20px 30px;
}

#cart-drawer .cart-drawer--empty .cart-drawer__items {
  padding-bottom: 8px;
}

@media (max-width: 749px) {
  /* The native modal backdrop is the cart's single dimming layer. */
  #cart-drawer .theme-drawer__dialog::backdrop {
    background: rgb(0 0 0 / 46%) !important;
  }

  #cart-drawer .theme-drawer__dialog {
    z-index: calc(var(--layer-sticky) + var(--drawer-stack-order, 0) + 1);
    inset: auto;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: calc(100vw - 32px);
    max-width: none;
    height: auto !important;
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    transform: translate(-50%, -50%);
    border-radius: 9px;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] {
    min-height: 0 !important;
  }

  #cart-drawer .skovn-cart-drawer__header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 8px 16px;
  }

  #cart-drawer .skovn-cart-drawer__title {
    justify-self: start;
    width: auto;
    margin: 0;
    font-size: 22px;
    text-align: left;
    white-space: nowrap;
  }

  #cart-drawer .skovn-cart-drawer__close {
    position: static !important;
    grid-column: 2;
    justify-self: end;
    inset: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 5;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__inner,
  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__inner > .cart-items-component,
  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__content,
  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__items {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .theme-drawer__header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    min-height: 58px;
    padding: 12px 14px;
    pointer-events: none;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .theme-drawer__close-button {
    margin-left: auto;
    pointer-events: auto;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-height: none !important;
    padding: 54px 22px 28px !important;
    overflow: visible !important;
    text-align: center;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .theme-drawer__title {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-drawer__items,
  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-items__wrapper--drawer-empty {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #cart-drawer .theme-drawer__dialog[data-skovn-mobile-empty] .cart-items__empty-button {
    margin: 2px auto 0;
  }

  #cart-drawer .theme-drawer__dialog[open] {
    right: auto;
  }

  #cart-drawer .theme-drawer__dialog--opening,
  #cart-drawer .theme-drawer__dialog--opening-inline-start,
  #cart-drawer .theme-drawer__dialog--closing {
    animation: none;
  }

  #cart-drawer,
  #cart-drawer .theme-drawer__dialog,
  #cart-drawer .theme-drawer__close-button,
  #cart-drawer .cart-items-component {
    view-transition-name: none !important;
  }

  #cart-drawer .cart-drawer__inner,
  #cart-drawer .cart-drawer__inner > .cart-items-component,
  #cart-drawer .cart-drawer__content:not(.cart-drawer__content--scrolling-items),
  #cart-drawer .cart-drawer__content:not(.cart-drawer__content--scrolling-items) > .cart-drawer__items {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #cart-drawer .cart-drawer__content:not(.cart-drawer__content--scrolling-items) {
    display: block;
    max-height: none;
    overflow: visible;
  }

  #cart-drawer .cart-drawer__content:not(.cart-drawer__content--scrolling-items) > .cart-drawer__items {
    display: block;
    overflow: visible;
  }

  #cart-drawer .cart-drawer__content:not(.cart-drawer__content--scrolling-items) > .cart-drawer__summary {
    position: relative;
    margin-top: 0;
  }

  #cart-drawer .theme-drawer__header {
    min-height: 64px;
    padding: 16px 18px;
  }

  #cart-drawer .theme-drawer__title {
    font-size: 24px;
  }

  #cart-drawer .cart-drawer__items {
    padding-inline: 16px;
  }

  #cart-drawer .cart-drawer__content--scrolling-items {
    height: calc(100dvh - 32px - 64px);
    max-height: calc(100dvh - 32px - 64px);
  }

  #cart-drawer .cart-drawer__content--scrolling-items > .cart-drawer__items {
    touch-action: pan-y;
  }

  #cart-drawer .cart-items__table-row {
    width: 100% !important;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    grid-template-rows: repeat(3, min-content);
    grid-template-areas:
      "media details price"
      "media quantity quantity"
      "media error error";
    column-gap: 11px;
    row-gap: 6px;
    padding: 5px 0 14px;
  }

  #cart-drawer .cart-items__table-row--full-width-variants {
    grid-template-columns: 78px minmax(0, 1fr) auto;
    grid-template-rows: repeat(5, min-content);
    grid-template-areas:
      "media details price"
      "media variants variants"
      "media unit_price unit_price"
      "media quantity quantity"
      "media error error";
  }

  #cart-drawer .cart-items__media-container {
    width: 78px;
    height: auto;
    aspect-ratio: var(--ratio, 1);
  }

  #cart-drawer .cart-form,
  #cart-drawer .cart-items,
  #cart-drawer .cart-items__table,
  #cart-drawer .cart-items__table tbody {
    display: block;
    width: 100%;
    min-width: 0;
  }

  #cart-drawer .cart-items__details,
  #cart-drawer .cart-items__product-info,
  #cart-drawer .cart-items__title-row,
  #cart-drawer .cart-items__title {
    min-width: 0;
    text-align: left;
  }

  #cart-drawer .cart-items__title {
    display: block;
    overflow-wrap: anywhere;
  }

  #cart-drawer .cart-items__title {
    font-size: 14px;
  }

  #cart-drawer .cart-items__price {
    min-width: 50px;
    padding-top: 2px;
    font-size: 13px;
    text-align: right;
  }

  #cart-drawer .cart-items__quantity {
    margin-top: 0;
  }

  #cart-drawer .cart-drawer__summary {
    --skovn-cart-summary-inset: 16px;

    padding: 14px 16px 16px;
  }

  #cart-drawer .cart-drawer__summary::before {
    right: 16px !important;
    left: 16px !important;
    width: auto !important;
  }

  #cart-drawer .cart-items__media-image {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* Pointer clicks must not leave native black focus rectangles behind. */
:where(a, button, summary, input, select, textarea, [tabindex]):focus:not(:focus-visible) {
  outline: none;
}

:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: none !important;
  box-shadow: none;
}

.skovn-header__search input:focus,
.skovn-header__search input:focus-visible,
.skovn-header__mobile-search input:focus,
.skovn-header__mobile-search input:focus-visible {
  border-color: #dedede;
  outline: none !important;
  box-shadow: none !important;
}

.skovn-product-main__accordions summary:focus,
.skovn-product-main__accordions summary:focus-visible {
  outline: none;
  box-shadow: none;
}

.skovn-product-main__option-input:focus-visible + .skovn-product-main__value,
.skovn-collection__filter-value input:focus-visible + .skovn-collection__checkbox,
.skovn-collection__filter-value input:focus-visible + .skovn-collection__color {
  outline: none;
  box-shadow: none;
}

/* App blocks inherit the same restrained scale as the product page. */
.skovn-product-main__apps,
.skovn-product-main__apps .shopify-app-block {
  width: 100%;
  max-width: 100%;
  color: #232323;
  font-size: 14px;
  line-height: 1.5;
}

.skovn-product-main__apps :where(p, li, label, input, textarea, select, button) {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.skovn-product-main__apps :where(h1, h2) {
  font-size: 22px !important;
  line-height: 1.25 !important;
}

.skovn-product-main__apps :where(h3, h4, h5, h6) {
  font-size: 16px !important;
  line-height: 1.35 !important;
}

.skovn-product-main__apps :where(img, video, iframe) {
  max-width: 100%;
}

.skovn-product-main__apps .jdgm-rev-widg {
  padding: 0 !important;
  font-size: 14px !important;
}

.skovn-product-main__apps .jdgm-rev-widg__title {
  margin-bottom: 12px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1.25 !important;
}

.skovn-product-main__apps :where(
  .jdgm-rev-widg__summary-average,
  .jdgm-rev-widg__summary-text,
  .jdgm-rev__author,
  .jdgm-rev__timestamp,
  .jdgm-rev__body,
  .jdgm-rev__reply-content
) {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.skovn-product-main__apps .jdgm-rev__title {
  font-size: 16px !important;
  line-height: 1.4 !important;
}

.skovn-product-main__apps .jdgm-star {
  padding-right: 2px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.skovn-product-main__apps .jdgm-write-rev-link {
  min-height: 42px !important;
  padding: 9px 20px !important;
  font-size: 14px !important;
}

.skovn-product-main__apps .jdgm-rev {
  padding-block: 24px !important;
}

.skovn-product-main__apps .jdgm-rev__icon {
  width: 38px !important;
  height: 38px !important;
  font-size: 14px !important;
}

.skovn-sticky-atc {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  color: #191713;
  background: #fff;
  border-top: 1px solid #dedbd6;
  box-shadow: 0 -8px 24px rgb(0 0 0 / .08);
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.skovn-sticky-atc.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.skovn-sticky-atc__inner {
  display: flex;
  width: var(--skovn-page);
  min-height: 74px;
  margin-inline: auto;
  padding-block: 11px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.skovn-sticky-atc__product {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.skovn-sticky-atc__heading {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 12px;
}

.skovn-sticky-atc__title {
  overflow: hidden;
  font-family: Montserrat, var(--font-body--family), sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.skovn-sticky-atc__variant {
  display: flex;
  overflow: visible;
  color: #77736e;
  font-size: 12px;
  line-height: 17px;
  white-space: nowrap;
}

.skovn-sticky-atc__option {
  position: relative;
  display: flex;
  min-width: 0;
}

.skovn-sticky-atc__option + .skovn-sticky-atc__option::before {
  margin-inline: 7px 3px;
  content: "·";
}

.skovn-sticky-atc__option strong {
  color: #191713;
  font-weight: 600;
}

.skovn-sticky-atc__option-static,
.skovn-sticky-atc__option-picker > summary {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.skovn-sticky-atc__option-picker > summary {
  cursor: pointer;
  list-style: none;
}

.skovn-sticky-atc__option-picker > summary::-webkit-details-marker {
  display: none;
}

.skovn-sticky-atc__option-chevron {
  width: 7px;
  height: 7px;
  margin: -3px 2px 0 3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 140ms ease;
}

.skovn-sticky-atc__option-picker[open] .skovn-sticky-atc__option-chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.skovn-sticky-atc__option-choices {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  z-index: 4;
  display: grid;
  min-width: max(150px, 100%);
  max-height: min(280px, 55vh);
  padding: 6px;
  overflow-y: auto;
  color: #191713;
  background: #fff;
  border: 1px solid #dedbd6;
  border-radius: 7px;
  box-shadow: 0 8px 24px rgb(0 0 0 / .12);
}

.skovn-sticky-atc__option-choice {
  width: 100%;
  padding: 8px 10px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 4px;
  font: inherit;
  text-align: left;
  white-space: nowrap;
}

.skovn-sticky-atc__option-choice:hover,
.skovn-sticky-atc__option-choice.is-selected {
  background: #f2efea;
}

.skovn-sticky-atc__option-choice:disabled {
  color: #aaa6a0;
  cursor: not-allowed;
}

.skovn-sticky-atc__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
}

.skovn-sticky-atc__price {
  flex: 0 0 auto;
  min-width: max-content;
  font-size: 14px;
  line-height: 22px;
}

.skovn-sticky-atc__button {
  min-width: 230px;
  min-height: 48px;
  padding: 10px 28px;
  color: #fff;
  background: #191713;
  border: 1px solid #191713;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: background-color 160ms ease;
}

.skovn-sticky-atc__button:disabled {
  color: #fff;
  background: #aaa;
  border-color: #aaa;
  cursor: not-allowed;
}

@media (max-width: 749px) {
  .skovn-product-main__apps,
  .skovn-product-main__apps .shopify-app-block,
  .skovn-product-main__apps :where(p, li, label, input, textarea, select, button) {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .skovn-product-main__apps :where(h1, h2),
  .skovn-product-main__apps .jdgm-rev-widg__title {
    font-size: 18px !important;
  }

  .skovn-product-main__apps :where(h3, h4, h5, h6),
  .skovn-product-main__apps .jdgm-rev__title {
    font-size: 14px !important;
  }

  .skovn-product-main__apps :where(
    .jdgm-rev-widg__summary-average,
    .jdgm-rev-widg__summary-text,
    .jdgm-rev__author,
    .jdgm-rev__timestamp,
    .jdgm-rev__body,
    .jdgm-rev__reply-content
  ) {
    font-size: 12px !important;
  }

  .skovn-product-main__apps .jdgm-star {
    font-size: 14px !important;
  }

  .skovn-product-main__apps .jdgm-rev {
    padding-block: 18px !important;
  }

  .skovn-product-main__apps .jdgm-rev__icon {
    width: 34px !important;
    height: 34px !important;
    font-size: 12px !important;
  }

  .skovn-sticky-atc {
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    color: #191713;
    background: #fff;
    border-top: 1px solid #dedbd6;
    box-shadow: 0 -5px 18px rgb(0 0 0 / .16);
  }

  .skovn-sticky-atc__inner {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 0;
  }

  .skovn-sticky-atc__product,
  .skovn-sticky-atc__price {
    display: none;
  }

  .skovn-sticky-atc__actions {
    display: block;
  }

  .skovn-sticky-atc__button {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: 10px 18px;
    color: #fff;
    background: #191713;
    border-color: #191713;
    border-radius: 7px;
    font-size: 12px;
  }

  .skovn-page,
  .skovn-page--wide {
    width: calc(100% - 32px);
    padding: 28px 0 52px;
  }

  .skovn-page__header {
    margin-bottom: 22px;
  }

  .skovn-page__title {
    font-size: 28px;
    line-height: 34px;
  }

  .skovn-page__content {
    max-width: none;
    font-size: 13px;
    line-height: 21px;
  }

  .skovn-page__content h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .skovn-page__content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .skovn-page__content h4 {
    font-size: 16px;
    line-height: 22px;
  }

  .skovn-policy-page {
    width: calc(100% - 32px);
    padding: 24px 0 0;
  }

  .skovn-policy-page__title {
    font-size: 28px;
    line-height: 34px;
  }

  .shopify-policy__container {
    width: calc(100% - 32px);
    padding: 28px 0 52px;
  }

  .shopify-policy__title {
    margin-bottom: 22px;
  }

  .shopify-policy__title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .shopify-policy__body {
    font-size: 14px;
    line-height: 1.6;
  }

  .shopify-policy__body h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .shopify-policy__body h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .shopify-policy__body h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .shopify-policy__body h4,
  .shopify-policy__body h5,
  .shopify-policy__body h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 749px) {
  .skovn-product-main__media-shell {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
  }

  .skovn-product-main__media {
    width: 100vw;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    overscroll-behavior-x: none;
    touch-action: pan-y pinch-zoom;
  }

  .skovn-product-main__media-item {
    flex: 0 0 100vw;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: auto;
    aspect-ratio: 3 / 4;
    scroll-snap-stop: normal;
  }

  .skovn-product-main__media-item img,
  .skovn-product-main__media-item video,
  .skovn-product-main__media-item model-viewer {
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  .skovn-products__grid,
  .skovn-recent__rail {
    overflow-y: hidden;
    overscroll-behavior-x: none;
    touch-action: pan-y pinch-zoom;
  }

  .skovn-card__media-shell {
    touch-action: pan-y pinch-zoom;
  }

  .skovn-product-main__media.is-skovn-touching,
  .skovn-products__grid.is-skovn-touching,
  .skovn-recent__rail.is-skovn-touching {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
  }

  .skovn-recent__header {
    margin-bottom: 16px;
  }

  .skovn-recent__header .skovn-related__title {
    font-size: 26px;
    line-height: 31px;
  }

  .skovn-recent__navigation button {
    width: 34px;
    height: 34px;
  }

  .skovn-recent__navigation svg {
    width: 23px;
    height: 23px;
  }

  .skovn-recent__rail {
    grid-auto-columns: min(46vw, 210px);
    gap: 12px;
    margin-right: -12px;
    padding-right: 12px;
  }

  .skovn-recent {
    padding-bottom: 52px;
  }

  .skovn-recent__card h3 {
    margin-top: 9px;
    font-size: 14px;
    line-height: 19px;
  }

  .skovn-product-main__info-message {
    right: auto;
    left: 0;
    width: min(250px, calc(100vw - 64px));
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .skovn-product-main__buy,
  .skovn-sticky-atc__button,
  .skovn-product-main__info-message,
  .skovn-recent__rail,
  .skovn-recent__media img {
    transition: none;
    scroll-behavior: auto;
  }
}
/* Modern search bar override */
.skovn-header__search {
  height: 48px;
}

.skovn-header__search input {
  height: 48px;
  padding: 0 58px 0 22px;
  background: rgb(246 246 245 / .86);
  border: 1px solid rgb(35 35 35 / .12);
  border-radius: 999px;
  font: 14px/48px Arial, sans-serif;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.skovn-header__search input::placeholder {
  color: rgb(35 35 35 / .56);
  opacity: 1;
}

.skovn-header__search button {
  top: 6px;
  right: 7px;
  display: grid;
  width: 36px;
  height: 36px;
  color: #fff;
  background: #191713;
  border-radius: 999px;
  place-items: center;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.skovn-header__search button:hover,
.skovn-header__search button:focus-visible {
  background: #2b2822;
  box-shadow: 0 8px 18px rgb(0 0 0 / .16);
  transform: translateY(-1px);
}

.skovn-header__search button svg {
  width: 19px;
  height: 19px;
}

.skovn-header__search input:focus,
.skovn-header__search input:focus-visible,
.skovn-header__mobile-search input:focus,
.skovn-header__mobile-search input:focus-visible {
  border-color: rgb(35 35 35 / .24);
  outline: none !important;
  box-shadow: 0 12px 28px rgb(0 0 0 / .1) !important;
}

.skovn-search-suggestions {
  top: calc(100% + 10px);
  background: rgb(255 255 255 / .96);
  border: 1px solid rgb(35 35 35 / .1);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgb(0 0 0 / .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.skovn-search-suggestions__all {
  background: rgb(255 255 255 / .82);
  border-top: 1px solid rgb(35 35 35 / .08);
}

@media (max-width: 767px) {
  .skovn-header__mobile-search input {
    height: 48px;
    padding: 0 56px 0 18px;
    background: rgb(246 246 245 / .9);
    border: 1px solid rgb(35 35 35 / .12);
    border-radius: 999px;
    transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .skovn-header__mobile-search button {
    top: 6px;
    right: 7px;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #fff;
    background: #191713;
    border-radius: 999px;
    place-items: center;
  }

  .skovn-header__mobile-search button svg {
    width: 19px;
    height: 19px;
  }
}.skovn-hero__content { max-width: 960px; width: 100%; }
.skovn-hero--left .skovn-hero__content { justify-self: start; text-align: left; padding-left: clamp(24px, 6vw, 80px); }
.skovn-hero--right .skovn-hero__content { justify-self: end; text-align: right; padding-right: clamp(24px, 6vw, 80px); }
.skovn-hero__subtext { margin: 12px 0 0; font-size: 15px; line-height: 1.6; letter-spacing: .02em; opacity: .85; max-width: 560px; }
.skovn-hero--center .skovn-hero__subtext { margin-left: auto; margin-right: auto; }
.skovn-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.skovn-hero--center .skovn-hero__buttons { justify-content: center; }
.skovn-hero--right .skovn-hero__buttons { justify-content: flex-end; }
.skovn-hero .skovn-link--outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.6); }
.skovn-hero .skovn-link--outline:hover { background: #fff; border-color: #fff; color: #111; }
.skovn-hero__trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 16px; margin-top: 24px; }
.skovn-hero--left .skovn-hero__trust { justify-content: flex-start; }
.skovn-hero--right .skovn-hero__trust { justify-content: flex-end; }
.skovn-hero__trust-item { font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; opacity: .8; white-space: nowrap; }
.skovn-hero__trust-sep { font-size: 14px; opacity: .35; }/* ── Skovn Hero Slideshow ─────────────────────────────── */

.skovn-hero__slides { position: absolute; inset: 0; }

.skovn-hero__slide { position: absolute; inset: 0; display: grid; opacity: 0; transition: opacity 1.4s cubic-bezier(.4, 0, .2, 1); pointer-events: none; }
.skovn-hero__slide.is-active { opacity: 1; pointer-events: auto; }
.skovn-hero__slide .skovn-hero__media { z-index: 0; }
.skovn-hero__slide .skovn-hero__content { position: relative; z-index: 2; align-self: center; justify-self: center; padding: 80px 32px; text-align: center; max-width: 960px; width: 100%; }
.skovn-hero--left .skovn-hero__slide .skovn-hero__content { justify-self: start; text-align: left; padding-left: clamp(24px, 6vw, 80px); }
.skovn-hero--right .skovn-hero__slide .skovn-hero__content { justify-self: end; text-align: right; padding-right: clamp(24px, 6vw, 80px); }

.skovn-hero__dots { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.skovn-hero__dot { width: 28px; height: 2px; padding: 0; border: none; background: rgba(255,255,255,.35); cursor: pointer; transition: background .3s ease, width .3s ease; }
.skovn-hero__dot.is-active { background: #fff; width: 48px; }

.skovn-hero__trust { position: absolute; bottom: 64px; left: 0; right: 0; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 20px; z-index: 10; padding: 0 24px; }
.skovn-hero__trust-item { display: inline-flex; align-items: center; gap: 7px; font-size: 10.5px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #fff; opacity: 0; animation: skovn-trust-in .7s ease forwards; }
.skovn-hero__trust-item:nth-child(1) { animation-delay: .3s; }
.skovn-hero__trust-item:nth-child(3) { animation-delay: .45s; }
.skovn-hero__trust-item:nth-child(5) { animation-delay: .6s; }
.skovn-hero__trust-sep { font-size: 14px; color: rgba(255,255,255,.3); }
.skovn-hero__trust-icon { flex-shrink: 0; opacity: .9; }

.skovn-hero__subtext { margin: 12px 0 0; font-size: 15px; line-height: 1.6; letter-spacing: .02em; opacity: .85; max-width: 560px; }
.skovn-hero--center .skovn-hero__subtext { margin-left: auto; margin-right: auto; }
.skovn-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.skovn-hero--center .skovn-hero__buttons { justify-content: center; }
.skovn-hero .skovn-link--outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.6); }
.skovn-hero .skovn-link--outline:hover { background: #fff; border-color: #fff; color: #111; }

@keyframes skovn-trust-in { from { opacity: 0; transform: translateY(6px); } to { opacity: .85; transform: translateY(0); } }

@media (max-width: 749px) {
  .skovn-hero__slide .skovn-hero__content { padding: 64px 20px; }
  .skovn-hero__trust { bottom: 56px; }
.skovn-hero__dots { bottom: 20px; }/* ── Transparent header fix ─────────────────────────── */
.skovn-header--overlay {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  transition: background .35s ease, box-shadow .35s ease, color .35s ease, border-color .35s ease;
}
.skovn-product-main__cta-row {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(96px, 1fr);
  gap: 10px;
  align-items: stretch;
}

.skovn-product-main__cta-row add-to-cart-component {
  min-width: 0;
}

.skovn-product-main__question {
  display: flex;
  min-height: 52px;
  padding: 9px 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #1A1612;
  background: rgb(255 255 255 / .7);
  border: 1px solid rgb(200 169 122 / .55);
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}

.skovn-product-main__question span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.skovn-product-main__question small {
  display: block;
  color: #6B6255;
  font-size: 10px;
  line-height: 12px;
}

@media (max-width: 749px) {
  .skovn-product-main__cta-row {
    grid-template-columns: minmax(0, 3fr) minmax(84px, 1fr);
    gap: 8px;
  }

  .skovn-product-main__question {
    min-height: 48px;
    padding-inline: 8px;
  }

  .skovn-product-main__question span {
    font-size: 11px;
    line-height: 13px;
  }

  .skovn-product-main__question small {
    font-size: 9px;
    line-height: 11px;
  }
}/* Product CTA final override */
.skovn-product-main__cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(110px, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}

.skovn-product-main__cta-row add-to-cart-component {
  display: block !important;
  min-width: 0 !important;
}

.skovn-product-main__question {
  display: flex !important;
  min-width: 0 !important;
  min-height: 52px !important;
  padding: 10px 18px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1A1612 !important;
  background: #C8A97A !important;
  border: 1px solid #C8A97A !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  letter-spacing: 1.2px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.skovn-product-main__question span {
  display: block !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.skovn-product-main__question small {
  display: none !important;
}

.skovn-product-main__question:hover,
.skovn-product-main__question:focus-visible {
  color: #FFFFFF !important;
  background: #3D2F20 !important;
  border-color: #3D2F20 !important;
}

@media (max-width: 749px) {
  .skovn-product-main__cta-row {
    grid-template-columns: minmax(0, 3fr) minmax(92px, 1fr) !important;
    gap: 8px !important;
  }

  .skovn-product-main__question {
    min-height: 48px !important;
    padding: 10px 12px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }
}/* Product CTA desktop + shape correction */
.skovn-product-main__cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(120px, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.skovn-product-main__cta-row add-to-cart-component {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.skovn-product-main__cta-row .skovn-product-main__buy,
.skovn-product-main__question {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 8px !important;
}

.skovn-product-main__question {
  display: flex !important;
  min-width: 0 !important;
  padding: 10px 14px !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1A1612 !important;
  background: #C8A97A !important;
  border: 1px solid #C8A97A !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  letter-spacing: 1.2px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.skovn-product-main__question:hover,
.skovn-product-main__question:focus-visible {
  color: #FFFFFF !important;
  background: #3D2F20 !important;
  border-color: #3D2F20 !important;
}

@media (max-width: 749px) {
  .skovn-product-main__cta-row {
    grid-template-columns: minmax(0, 3fr) minmax(92px, 1fr) !important;
    gap: 8px !important;
  }

  .skovn-product-main__cta-row .skovn-product-main__buy,
  .skovn-product-main__question {
    min-height: 48px !important;
    border-radius: 8px !important;
  }

  .skovn-product-main__question {
    padding: 10px 10px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }
}.skovn-product-main__question {
  color: #FFFFFF !important;
}

.skovn-product-main__question span {
  color: #FFFFFF !important;
}
/* Force product CTA layout on desktop + mobile */
.skovn-product-main__buy-wrap .skovn-product-main__cta-row {
  display: grid !important;
  grid-template-columns: minmax(0, 3fr) minmax(120px, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  align-items: stretch !important;
}

.skovn-product-main__buy-wrap .skovn-product-main__cta-row add-to-cart-component {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
}

.skovn-product-main__buy-wrap .skovn-product-main__buy,
.skovn-product-main__buy-wrap .skovn-product-main__question {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 8px !important;
}

.skovn-product-main__buy-wrap .skovn-product-main__question {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 14px !important;
  color: #FFFFFF !important;
  background: #C8A97A !important;
  border: 1px solid #C8A97A !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  letter-spacing: 1.2px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.skovn-product-main__buy-wrap .skovn-product-main__question span {
  color: #FFFFFF !important;
}

@media (max-width: 749px) {
  .skovn-product-main__buy-wrap .skovn-product-main__cta-row {
    grid-template-columns: minmax(0, 3fr) minmax(92px, 1fr) !important;
    gap: 8px !important;
  }

  .skovn-product-main__buy-wrap .skovn-product-main__buy,
  .skovn-product-main__buy-wrap .skovn-product-main__question {
    min-height: 48px !important;
  }

  .skovn-product-main__buy-wrap .skovn-product-main__question {
    padding: 10px !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }
}