/* =========================================================
   Chocokoo Shop v2
   Preview-gated WooCommerce catalogue styles
   ========================================================= */

/* =========================================================
   Shop v2 archive layout
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2 {
  width: 100%;
}

body.ck-shop-v2-active .ck-shop-v2__inner {
  width: 100%;
  max-width: var(--ck-content-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space-6);
  padding-right: var(--space-6);
}

body.ck-shop-v2-active .ck-shop-v2__breadcrumb {
  margin-bottom: var(--space-4);
  color: #6f6256;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}

body.ck-shop-v2-active .ck-shop-v2__breadcrumb a {
  color: var(--e-global-color-primary, #5f3016);
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2__breadcrumb a:hover,
body.ck-shop-v2-active .ck-shop-v2__breadcrumb a:focus-visible {
  color: #26180f;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.ck-shop-v2-active .ck-shop-v2-results {
  margin-top: var(--space-5);
}

body.ck-shop-v2-active .ck-shop-v2-results__meta {
  margin-bottom: var(--space-3);
  color: #6f6256;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}

body.ck-shop-v2-active .ck-shop-v2 .woocommerce-result-count {
  display: block !important;
}

body.ck-shop-v2-active .ck-shop-v2 .woocommerce-ordering {
  display: none !important;
}

body.ck-shop-v2-active .ck-shop-v2 .woocommerce-pagination {
  margin-top: var(--space-6);
}

/* =========================================================
   Shop v2 archive description
   Quiet archive orientation before the product grid
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-archive-description {
  margin: 0 0 var(--space-2);
  padding: 0 0 var(--space-2);
  border-bottom: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.08);
  text-align: left;
}

body.ck-shop-v2-active .ck-shop-v2-archive-description .term-description,
body.ck-shop-v2-active
  .ck-shop-v2-archive-description
  .nm-shop-default-description {
  max-width: 720px;
  margin: 0;
}

body.ck-shop-v2-active .ck-shop-v2-archive-description h1 {
  margin: 0 0 var(--space-1);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.25;
  text-align: left !important;
}

body.ck-shop-v2-active .ck-shop-v2-archive-description p {
  max-width: 640px;
  margin: 0;
  color: #6f6256;
  font-family: "Merriweather", Georgia, serif;
  font-size: 15px;
  line-height: 1.55;
  text-align: left !important;
}

body.ck-shop-v2-active .ck-shop-v2-archive-description p + p {
  margin-top: var(--space-1);
}

body.ck-shop-v2-active
  .ck-shop-v2-archive-description
  + .ck-shop-v2-intent-nav {
  margin-top: var(--space-3);
}

@media (max-width: 767px) {
  body.ck-shop-v2-active .ck-shop-v2-archive-description {
    margin-bottom: var(--space-2);
    padding-bottom: var(--space-2);
    border-bottom-color: rgba(95, 48, 22, 0.06);
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description .term-description,
  body.ck-shop-v2-active
    .ck-shop-v2-archive-description
    .nm-shop-default-description {
    max-width: 100%;
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description h1 {
    font-size: 22px;
    line-height: 1.25;
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description p {
    font-size: 14px;
    line-height: 1.5;
  }

  body.ck-shop-v2-active
    .ck-shop-v2-archive-description
    + .ck-shop-v2-intent-nav {
    margin-top: var(--space-2);
  }
}

/* =========================================================
   Shop v2 intent navigation
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-intent-nav {
  margin-top: var(--space-4);
  margin-bottom: var(--space-4);
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav__link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.22);
  border-radius: var(--radius-pill);
  padding: 0.48rem 0.88rem;
  background-color: #ffffff;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav__link:hover,
body.ck-shop-v2-active .ck-shop-v2-intent-nav__link:focus-visible {
  border-color: rgba(95, 48, 22, 0.38);
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
  color: #26180f;
}

body.ck-shop-v2-active
  .ck-shop-v2-intent-nav__item--active
  .ck-shop-v2-intent-nav__link {
  border-color: var(--e-global-color-primary, #5f3016);
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active .ck-shop-v2-intent-nav {
  position: relative;
}

@media (max-width: 767px) {
  body.ck-shop-v2-active .ck-shop-v2-intent-nav::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: var(--space-1);
    width: 42px;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 78%);
    content: "";
  }

  body.ck-shop-v2-active .ck-shop-v2-intent-nav__list {
    padding-right: 42px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  body.ck-shop-v2-active .ck-shop-v2-intent-nav__item {
    scroll-snap-align: start;
  }
}

/* =========================================================
   Shop v2 filter groups
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-filter-bar {
  margin-top: var(--space-3);
  margin-bottom: var(--space-4);
}

body.ck-shop-v2-active .ck-shop-v2-filter-bar__groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-3) var(--space-5);
}

body.ck-shop-v2-active .ck-shop-v2-filter-group {
  min-width: 0;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__title {
  margin: 0 0 var(--space-1);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.25;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__options {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__option {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.22);
  border-radius: var(--radius-pill);
  padding: 0.36rem 0.68rem;
  background-color: #ffffff;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    color 140ms ease;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__link:hover,
body.ck-shop-v2-active .ck-shop-v2-filter-group__link:focus-visible {
  border-color: rgba(95, 48, 22, 0.38);
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
  color: #26180f;
}

body.ck-shop-v2-active
  .ck-shop-v2-filter-group__option--active
  .ck-shop-v2-filter-group__link {
  border-color: var(--e-global-color-primary, #5f3016);
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-filter-group__link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

/* =========================================================
   Shop v2 active filter summary
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: center;
  margin-top: var(--space-3);
  margin-bottom: var(--space-4);
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__title {
  margin: 0;
  color: #6f6256;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__item {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__chip {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 0.35rem;
  border: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.22);
  border-radius: var(--radius-pill);
  padding: 0.36rem 0.68rem;
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__chip:hover,
body.ck-shop-v2-active .ck-shop-v2-active-filters__chip:focus-visible {
  border-color: var(--e-global-color-primary, #5f3016);
  background-color: #ffffff;
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__group {
  color: #6f6256;
  font-weight: 700;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__label {
  color: inherit;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__remove {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__clear {
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__clear:hover,
body.ck-shop-v2-active .ck-shop-v2-active-filters__clear:focus-visible {
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-active-filters__clear:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

/* =========================================================
   Shop v2 mobile filter drawer
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-mobile-filter {
  display: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__trigger {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: var(--space-1);
  border: var(--border-width-strong, 2px) solid
    var(--e-global-color-primary, #5f3016);
  border-radius: var(--radius-pill);
  padding: 0.55rem 1rem;
  background-color: #ffffff;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__trigger:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__trigger:focus-visible {
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__trigger-count {
  display: inline-flex;
  min-width: 1.45rem;
  height: 1.45rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__drawer[hidden] {
  display: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  grid-template-rows: 1fr;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  padding: 0;
  background-color: rgba(38, 24, 15, 0.46);
  cursor: pointer;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(100%, 430px);
  height: 100%;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: -14px 0 38px rgba(38, 24, 15, 0.18);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__header,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-4);
  border-bottom: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.14);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__footer {
  border-top: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.14);
  border-bottom: 0;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__title {
  margin: 0;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.25;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__close {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.2);
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--e-global-color-primary, #5f3016);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__close:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__close:focus-visible {
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__body {
  min-height: 0;
  overflow-y: auto;
  padding: var(--space-4);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active {
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.14);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__section-title {
  margin: 0 0 var(--space-2);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-list,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__options {
  display: grid;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-item,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-chip,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-link {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  border: var(--border-width-hairline, 1px) solid rgba(95, 48, 22, 0.18);
  border-radius: var(--radius-md);
  padding: 0.72rem 0.84rem;
  background-color: #ffffff;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-chip {
  background-color: var(--ck-surface-soft, rgb(250, 247, 242));
}

body.ck-shop-v2-active
  .ck-shop-v2-mobile-filter__option--active
  .ck-shop-v2-mobile-filter__option-link {
  border-color: var(--e-global-color-primary, #5f3016);
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-chip:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-chip:focus-visible,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-link:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-link:focus-visible {
  border-color: var(--e-global-color-primary, #5f3016);
  color: #26180f;
}

body.ck-shop-v2-active
  .ck-shop-v2-mobile-filter__option--active
  .ck-shop-v2-mobile-filter__option-link:hover,
body.ck-shop-v2-active
  .ck-shop-v2-mobile-filter__option--active
  .ck-shop-v2-mobile-filter__option-link:focus-visible {
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-chip:focus-visible,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-group {
  color: #6f6256;
  font-size: 0.78rem;
  font-weight: 800;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-label,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-label {
  color: inherit;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__active-remove,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__option-state {
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__clear {
  display: inline-flex;
  margin-top: var(--space-3);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__clear:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__clear:focus-visible {
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__clear:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-active
  .ck-shop-v2-mobile-filter__group
  + .ck-shop-v2-mobile-filter__group {
  margin-top: var(--space-5);
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__done {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: var(--border-width-strong, 2px) solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.72rem 1.2rem;
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__done:hover,
body.ck-shop-v2-active .ck-shop-v2-mobile-filter__done:focus-visible {
  background-color: #26180f;
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-mobile-filter__done:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(223, 175, 38, 0.35);
}

body.ck-shop-v2-mobile-filter-open {
  overflow: hidden;
}

/* =========================================================
   Shop v2 WooCommerce/Savoy loop reset
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2 ul.products,
body.ck-shop-v2-active .ck-shop-v2 .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: var(--space-5) var(--space-4) !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.ck-shop-v2-active .ck-shop-v2 ul.products::before,
body.ck-shop-v2-active .ck-shop-v2 ul.products::after,
body.ck-shop-v2-active .ck-shop-v2 .products::before,
body.ck-shop-v2-active .ck-shop-v2 .products::after {
  display: none !important;
  content: none !important;
}

body.ck-shop-v2-active .ck-shop-v2 ul.products li.product,
body.ck-shop-v2-active .ck-shop-v2 .products li.product,
body.ck-shop-v2-active .ck-shop-v2 .ck-shop-v2-product-card {
  float: none !important;
  clear: none !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ck-shop-v2-active .ck-shop-v2 .products .product-category {
  float: none !important;
  clear: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   Shop v2 product card
   ========================================================= */

body.ck-shop-v2-active .ck-shop-v2-product-card {
  list-style: none;
  min-width: 0;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__inner {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 100% !important;
  flex-direction: column !important;
  align-items: stretch !important;
  overflow: visible !important;
  border-radius: var(--radius-lg);
  background-color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__media-link {
  display: block !important;
  width: 100% !important;
  color: inherit;
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__media {
  position: relative;
  display: block !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: var(--radius-lg);
  background-color: #ffffff;
  aspect-ratio: 1 / 1;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__image,
body.ck-shop-v2-active .ck-shop-v2-product-card__media img {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  background-color: #ffffff !important;
  object-fit: contain !important;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__image--primary {
  opacity: 1;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__image--hover {
  opacity: 0;
  transition: opacity 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  body.ck-shop-v2-active
    .ck-shop-v2-product-card__media--has-hover:hover
    .ck-shop-v2-product-card__image--primary,
  body.ck-shop-v2-active
    .ck-shop-v2-product-card__media-link:focus-visible
    .ck-shop-v2-product-card__media--has-hover
    .ck-shop-v2-product-card__image--primary {
    opacity: 0;
  }

  body.ck-shop-v2-active
    .ck-shop-v2-product-card__media--has-hover:hover
    .ck-shop-v2-product-card__image--hover,
  body.ck-shop-v2-active
    .ck-shop-v2-product-card__media-link:focus-visible
    .ck-shop-v2-product-card__media--has-hover
    .ck-shop-v2-product-card__image--hover {
    opacity: 1;
  }
}

body.ck-shop-v2-active .ck-shop-v2-product-card__content {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  gap: 0;
  padding-top: var(--space-3);
}

body.ck-shop-v2-active .ck-shop-v2-product-card__badges {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 60px;
  flex-wrap: wrap !important;
  gap: var(--space-1);
  align-items: flex-start;
  align-content: flex-start;
  overflow: visible !important;
  margin-bottom: var(--space-2);
}

body.ck-shop-v2-active .ck-shop-v2-product-card__badges--empty {
  visibility: hidden;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__badges .ck-badge {
  min-height: 28px;
  padding: 0.24rem 0.64rem;
  font-size: 0.74rem;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__title {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 var(--space-2);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: normal;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__title a {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__title a:hover,
body.ck-shop-v2-active .ck-shop-v2-product-card__title a:focus-visible {
  color: #26180f;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__cue {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 var(--space-3);
  color: #6f6256;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__price {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 var(--space-3);
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__price .amount {
  color: inherit;
  font-weight: inherit;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__actions {
  display: grid;
  width: 100% !important;
  min-width: 0 !important;
  gap: var(--space-2);
  margin-top: auto;
  padding-top: var(--space-3);
}

body.ck-shop-v2-active
  .ck-shop-v2-product-card
  .ck-shop-v2-product-card__primary
  a.added_to_cart.wc-forward {
  display: none !important;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__primary .button {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: var(--border-width-strong, 2px) solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.7rem 1.15rem;
  background-color: var(--e-global-color-primary, #5f3016);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__primary .button:hover,
body.ck-shop-v2-active .ck-shop-v2-product-card__primary .button:focus-visible {
  background-color: #26180f;
  color: #ffffff;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__details-link {
  justify-self: center;
  color: var(--e-global-color-primary, #5f3016);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.ck-shop-v2-active .ck-shop-v2-product-card__details-link:hover,
body.ck-shop-v2-active .ck-shop-v2-product-card__details-link:focus-visible {
  color: #26180f;
}

body.ck-shop-v2-active
  .ck-shop-v2-product-card--out-of-stock
  .ck-shop-v2-product-card__primary
  .button,
body.ck-shop-v2-active
  .ck-shop-v2-product-card--not-purchasable
  .ck-shop-v2-product-card__primary
  .button {
  opacity: 0.65;
}

/* =========================================================
   Motion preferences
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  body.ck-shop-v2-active .ck-shop-v2-intent-nav__link,
  body.ck-shop-v2-active .ck-shop-v2-filter-group__link,
  body.ck-shop-v2-active .ck-shop-v2-active-filters__chip,
  body.ck-shop-v2-active .ck-shop-v2-product-card__image--hover {
    transition: none;
  }
}

/* =========================================================
   Responsive layout
   ========================================================= */

@media (max-width: 1200px) {
  body.ck-shop-v2-active .ck-shop-v2 ul.products,
  body.ck-shop-v2-active .ck-shop-v2 .products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  body.ck-shop-v2-active .ck-shop-v2-filter-bar__groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.ck-shop-v2-active .ck-shop-v2 ul.products,
  body.ck-shop-v2-active .ck-shop-v2 .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: var(--space-4) var(--space-3) !important;
  }
}

@media (max-width: 767px) {
  body.ck-shop-v2-active .ck-shop-v2__inner {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description {
    margin-bottom: var(--space-4);
    padding: var(--space-4) 0;
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description h1 {
    font-size: 30px;
  }

  body.ck-shop-v2-active .ck-shop-v2-archive-description p {
    font-size: 16px;
    line-height: 1.55;
  }

  body.ck-shop-v2-active .ck-shop-v2-results {
    margin-top: var(--space-4);
  }

  body.ck-shop-v2-active .ck-shop-v2-intent-nav {
    margin-top: var(--space-3);
    margin-bottom: var(--space-3);
  }

  body.ck-shop-v2-active .ck-shop-v2-intent-nav__list {
    flex-wrap: nowrap;
    gap: var(--space-2);
    overflow-x: auto;
    padding-bottom: var(--space-1);
    scrollbar-width: thin;
  }

  body.ck-shop-v2-active .ck-shop-v2-intent-nav__link {
    min-height: 38px;
    padding: 0.44rem 0.78rem;
    font-size: 0.82rem;
  }

  body.ck-shop-v2-active .ck-shop-v2-mobile-filter {
    display: block;
    margin-top: var(--space-3);
    margin-bottom: var(--space-3);
  }

  body.ck-shop-v2-active .ck-shop-v2-filter-bar {
    display: none;
  }

  body.ck-shop-v2-active .ck-shop-v2-active-filters {
    align-items: flex-start;
  }

  body.ck-shop-v2-active .ck-shop-v2-active-filters__title {
    width: 100%;
  }

  body.ck-shop-v2-active .ck-shop-v2-product-card__content {
    padding-top: var(--space-2);
  }

  body.ck-shop-v2-active .ck-shop-v2-product-card__badges {
    min-height: 60px;
  }

  body.ck-shop-v2-active .ck-shop-v2-product-card__title {
    font-size: 15px;
  }

  body.ck-shop-v2-active .ck-shop-v2-product-card__cue {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  body.ck-shop-v2-active .ck-shop-v2-mobile-filter__panel {
    width: 100%;
  }

  body.ck-shop-v2-active .ck-shop-v2-mobile-filter__header,
  body.ck-shop-v2-active .ck-shop-v2-mobile-filter__footer,
  body.ck-shop-v2-active .ck-shop-v2-mobile-filter__body {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }
}

@media (max-width: 420px) {
  body.ck-shop-v2-active .ck-shop-v2 ul.products,
  body.ck-shop-v2-active .ck-shop-v2 .products {
    grid-template-columns: 1fr !important;
  }
}
