/** Shopify CDN: Minification failed

Line 4335:0 All "@import" rules must come first
Line 4336:0 All "@import" rules must come first
Line 4337:0 All "@import" rules must come first
Line 10962:7 Unexpected "!"
Line 11044:11 Unexpected "{"
Line 11044:20 Expected ":"
Line 11044:27 Unexpected "{"
Line 11050:14 Unexpected "{"
Line 11050:23 Expected ":"
Line 11057:14 Unexpected "{"
... and 33 more hidden warnings

**/
* {
  box-sizing: border-box;
}

body {
  color: var(--color-foreground);
  background: #FCFAF7 !important;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
  font-variation-settings: 'slnt' 0;
}

main {
  background: #FCFAF7 !important;
}

header.mb0.header-pages {
  background: transparent !important
}

:root {
  --hover-lift-amount: 4px;
  --hover-scale-amount: 1.03;
  --hover-subtle-zoom-amount: 1.015;
  --hover-shadow-color: var(--color-shadow);
  --hover-transition-duration: 0.25s;
  --hover-transition-timing: ease-out;
  --surface-transition-duration: 0.3s;
  --surface-transition-timing: var(--ease-out-quad);
}

html {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--color-foreground-rgb) / var(--opacity-40)) var(--color-background);
  scroll-behavior: smooth;
}

html[scroll-lock] {
  overflow: hidden;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
}

input:hover {
  background-color: var(--color-input-hover-background);
}

/** override ios and firefox defaults */
select {
  background-color: var(--color-background);
  color: currentcolor;
}

.product-card,
.collection-card,
.resource-card,
.predictive-search-results__card--product,
.predictive-search-results__card {
  position: relative;
  transition: transform var(--hover-transition-duration) var(--hover-transition-timing),
    box-shadow var(--hover-transition-duration) var(--hover-transition-timing);
  will-change: transform, box-shadow;
  z-index: var(--layer-flat);
}

.product-card__link {
  position: absolute;
  inset: 0;
}

.product-card__content {
  position: relative;
}

.product-card__content {
  cursor: pointer;
}

.product-card__content slideshow-component {
  --cursor: pointer;
}

.predictive-search-results__card .product-card,
.predictive-search-results__card .collection-card,
.predictive-search-results__card .resource-card {
  transition: none;
  will-change: auto;
}

@media (any-pointer: fine) and (prefers-reduced-motion: no-preference) {
  .card-hover-effect-lift .product-card:hover,
  .card-hover-effect-lift .collection-card:hover,
  .card-hover-effect-lift .resource-card:hover,
  .card-hover-effect-lift .predictive-search-results__card:hover {
    transform: translateY(calc(-1 * var(--hover-lift-amount)));
  }

  .card-hover-effect-lift .header .product-card:hover,
  .card-hover-effect-lift .header .collection-card:hover,
  .card-hover-effect-lift .header .resource-card:hover,
  .card-hover-effect-lift .header-drawer .product-card:hover,
  .card-hover-effect-lift .header-drawer .collection-card:hover,
  .card-hover-effect-lift .header-drawer .resource-card:hover {
    transform: none;
  }

  .card-hover-effect-scale .product-card:hover,
  .card-hover-effect-scale .collection-card:hover,
  .card-hover-effect-scale .resource-card:hover,
  .card-hover-effect-scale .predictive-search-results__card:hover {
    transform: scale(var(--hover-scale-amount));
  }

  .card-hover-effect-scale .header .product-card:hover,
  .card-hover-effect-scale .header .collection-card:hover,
  .card-hover-effect-scale .header .resource-card:hover,
  .card-hover-effect-scale .header-drawer .product-card:hover,
  .card-hover-effect-scale .header-drawer .collection-card:hover,
  .card-hover-effect-scale .header-drawer .resource-card:hover {
    transform: none;
  }

  .card-hover-effect-subtle-zoom .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card__image,
  .card-hover-effect-subtle-zoom .product-card__image,
  .card-hover-effect-subtle-zoom .resource-card__image {
    overflow: hidden;
    transition: transform var(--hover-transition-duration) var(--hover-transition-timing);
  }

  .predictive-search-results__card .card-gallery,
  .predictive-search-results__card .collection-card__image,
  .predictive-search-results__card .product-card__image,
  .predictive-search-results__card .resource-card__image {
    transition: none;
  }

  .card-hover-effect-subtle-zoom .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .collection-card:hover .collection-card__image,
  .card-hover-effect-subtle-zoom .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .resource-card:hover .resource-card__image,
  .card-hover-effect-subtle-zoom .predictive-search-results__card:hover {
    transform: scale(var(--hover-subtle-zoom-amount));
  }

  .card-hover-effect-subtle-zoom .header .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .header .collection-card:hover .collection-card__image,
  .card-hover-effect-subtle-zoom .header .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .header .resource-card:hover .resource-card__image,
  .card-hover-effect-subtle-zoom .header-drawer .product-card:hover .card-gallery,
  .card-hover-effect-subtle-zoom .header-drawer .collection-card:hover .collection-card__image,
  .card-hover-effect-subtle-zoom .header-drawer .product-card:hover .product-card__image,
  .card-hover-effect-subtle-zoom .header-drawer .resource-card:hover .resource-card__image {
    transform: none;
  }

  .predictive-search-results__card .product-card:hover,
  .predictive-search-results__card .collection-card:hover,
  .predictive-search-results__card .resource-card:hover,
  .header .product-card:hover,
  .header .collection-card:hover,
  .header .resource-card:hover,
  .header-drawer .product-card:hover,
  .header-drawer .collection-card:hover,
  .header-drawer .resource-card:hover {
    transform: none;
    box-shadow: none;
  }
}

dialog {
  /* the ::backdrop inherits from the originating element, custom properties must be set on the dialog element */
  --backdrop-color-rgb: var(--color-shadow-rgb);

  background-color: var(--color-background);
  color: var(--color-foreground);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.wrap-text {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

p:empty {
  display: none;
}

:first-child:is(p, h1, h2, h3, h4, h5, h6),
:first-child:empty + :where(p, h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

/* Remove bottom margin from last text item, or previous to last if the last is empty */
:last-child:is(p, h1, h2, h3, h4, h5, h6),
:where(p, h1, h2, h3, h4, h5, h6):nth-child(2):has(+ :last-child:empty) {
  margin-block-end: 0;
}

/* view transitions */
@media (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }

  /* Keep page interactive while view transitions are running */
  :root {
    view-transition-name: none;
  }

  /* Have the root transition during page navigation */
  html:active-view-transition-type(page-navigation),
  html:active-view-transition-type(product-image-transition) {
    view-transition-name: root-custom;
  }

  ::view-transition {
    pointer-events: none;
  }

  html:active-view-transition-type(page-navigation) main[data-page-transition-enabled='true'] {
    view-transition-name: main-content;
  }

  html:active-view-transition-type(page-navigation) main[data-product-transition='true'][data-template*='product'] {
    view-transition-name: none;
  }

  ::view-transition-old(main-content) {
    animation: var(--view-transition-old-main-content);
  }

  ::view-transition-new(main-content) {
    animation: var(--view-transition-new-main-content);
  }

  html:active-view-transition-type(product-image-transition) {
    [data-view-transition-type='product-image-transition'] {
      view-transition-name: product-image-transition;
    }

    [data-view-transition-type='product-details'] {
      view-transition-name: product-details;
    }
  }

  ::view-transition-group(product-image-transition) {
    z-index: 1;
  }

  ::view-transition-group(product-image-transition),
  ::view-transition-group(product-details) {
    animation-duration: var(--animation-speed);
    animation-timing-function: var(--animation-easing);
  }

  ::view-transition-old(product-image-transition),
  ::view-transition-new(product-image-transition) {
    block-size: 100%;
    overflow: hidden;
    object-fit: cover;
    animation-duration: 0.25s;
    animation-timing-function: var(--animation-easing);
  }

  ::view-transition-new(product-details) {
    animation: var(--view-transition-new-main-content);
  }
}

/* Focus */
*:focus-visible {
  outline: var(--focus-outline-width) solid currentcolor;
  outline-offset: var(--focus-outline-offset);
}

@supports not selector(:focus-visible) {
  *:focus {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }
}

.focus-inset {
  outline-offset: calc(var(--focus-outline-width) * -1);
}

/* Layout */
.content-for-layout {
  flex: 1;
}

/* Set up page widths & margins */
.page-width-wide,
.page-width-normal,
.page-width-narrow,
.page-width-content {
  --page-margin: 16px;
}

@media screen and (min-width: 750px) {
  .page-width-wide,
  .page-width-normal,
  .page-width-narrow,
  .page-width-content {
    --page-margin: 40px;
  }
}

.page-width-wide {
  /* NOTE: This results in a page width of 2400px because of how we set up margins with grid */
  --page-content-width: var(--wide-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-normal {
  --page-content-width: var(--normal-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-narrow,
.page-width-content {
  /* NOTE: This results in a page width of 1400px because of how we set up margins with grid */
  --page-content-width: var(--narrow-page-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

.page-width-content {
  --page-content-width: var(--normal-content-width);
  --page-width: calc(var(--page-content-width) + (var(--page-margin) * 2));
}

/* Section width full vs. page
   The reason we use a grid to contain the section is to allow for the section to have a
   full-width background image even if the section content is constrained by the page width. Do not try
   to rewrite this to max-width: --page-width; margin: 0 auto;, it doesn't work. */
.section {
  --full-page-grid-central-column-width: min(
    var(--page-width) - var(--page-margin) * 2,
    calc(100% - var(--page-margin) * 2)
  );
  --full-page-grid-margin: minmax(var(--page-margin), 1fr);
  --full-page-grid-with-margins: var(--full-page-grid-margin) var(--full-page-grid-central-column-width)
    var(--full-page-grid-margin);

  /* Utility variable gives the grid's first column width. Provides an offset width for components like carousels */
  --util-page-margin-offset: max(
    var(--page-margin),
    calc((100% - min(var(--page-content-width), calc(100% - (var(--page-margin) * 2)))) / 2)
  );

  /* Offset for full-width sections to account for the page margin,
  used for Marquee — note that --util-page-margin-offset doesn't work here */
  --full-page-margin-inline-offset: calc(((100vw - var(--full-page-grid-central-column-width)) / 2) * -1);

  width: 100%;

  /* This is required to make background images work, which are <img> rendered absolutely */
  position: relative;

  /* Set up the grid */
  display: grid;
  grid-template-columns: var(--full-page-grid-with-margins);
  min-height: var(--section-min-height, 'auto');
}

/* Place all direct children in the center column by default */
.section > * {
  grid-column: 2;
}

/* Make the actual section background transparent, and instead apply it to a separate sibling element to enable stacking with hero shadow  */
.shopify-section:not(.header-section) :is(.section, .cart__summary-container) {
  background: transparent;
}

.shopify-section:not(.header-section):has(.section) {
  position: relative;
}

.shopify-section:not(.header-section) .section-background {
  content: '';
  position: absolute;
  inset: 0;
  z-index: var(--layer-section-background);
}

/* For page-width sections, all content goes in the center column */
.section--page-width > * {
  grid-column: 2;
}

/* For full-width sections, content spans all columns */
.section--full-width > * {
  grid-column: 1 / -1;
}

/* Some page-width sections should still extend all the way to the right edge of the page, e.g. collection carousel */
.section--page-width.section--full-width-right > * {
  grid-column: 2 / 4;
}

/* For full-width sections with margin, content still spans full width but with space on the sides */
.section--full-width.section--full-width-margin > * {
  grid-column: 1 / -1;

  @media screen and (min-width: 750px) {
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }
}

/* Some section content break out to full width of the page */
.section > .force-full-width {
  grid-column: 1 / -1;
}

.section--height-small {
  --section-min-height: var(--section-height-small);
}

.section--height-medium {
  --section-min-height: var(--section-height-medium);
}

.section--height-large {
  --section-min-height: var(--section-height-large);
}

.section--height-full-screen {
  --section-min-height: 100svh;
}

.section-content-wrapper.section-content-wrapper {
  min-height: calc(var(--section-min-height, 'auto') - var(--section-height-offset, 0px));
  position: relative;
  width: 100%;
  height: 100%;
}

/* Utility */

.hidden {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

@media screen and (max-width: 749px) {
  .hidden--mobile,
  .mobile\:hidden {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media screen and (min-width: 750px) {
  .hidden--desktop,
  .desktop\:hidden {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.hide-when-empty:empty {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.visually-hidden:not(:focus, :active) {
  /* stylelint-disable-next-line declaration-no-important */
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  /* stylelint-disable-next-line declaration-no-important */
  word-wrap: normal !important;
}

@media screen and (max-width: 749px) {
  .is-visually-hidden-mobile:not(:focus, :active) {
    /* stylelint-disable-next-line declaration-no-important */
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    /* stylelint-disable-next-line declaration-no-important */
    word-wrap: normal !important;
  }
}

.contents {
  display: contents;
}

.flex {
  display: flex;
  gap: var(--gap-md);
}

.grid {
  --centered-column-number: 12;
  --full-width-column-number: 14;
  --centered: column-1 / span var(--centered-column-number);
  --full-width: column-0 / span var(--full-width-column-number);

  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 750px) {
  .grid {
    display: grid;
    gap: 0;
    grid-template-columns: var(--margin-4xl) repeat(var(--centered-column-number), minmax(0, 1fr)) var(--margin-4xl);
    grid-template-areas: 'column-0 column-1 column-2 column-3 column-4 column-5 column-6 column-7 column-8 column-9 column-10 column-11 column-12 column-13';
  }
}

@media screen and (min-width: 1400px) {
  .grid {
    grid-template-columns:
      1fr repeat(
        var(--centered-column-number),
        minmax(0, calc((var(--page-width) - var(--page-margin) * 2) / var(--centered-column-number)))
      )
      1fr;
  }
}

.flex {
  display: flex;
  gap: var(--gap-md);
}

.flip-x {
  scale: -1 1;
}

.flip-y {
  scale: 1 -1;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.skip-to-content-link {
  position: absolute;
  overflow: hidden;
  height: 1px;
  left: -99999px;
  /* stylelint-disable-next-line declaration-no-important */
  word-wrap: normal !important;
}

.skip-to-content-link:focus {
  z-index: var(--layer-temporary);
  overflow: auto;
  width: auto;
  height: auto;
  padding: var(--padding-lg) var(--padding-4xl);
  left: var(--margin-lg);
  top: var(--margin-lg);
  background-color: var(--color-background);
  box-shadow: 0 0 0 var(--focus-outline-offset) var(--color-background);
}

.text-left {
  --text-align: left;

  text-align: left;
}

.text-center {
  --text-align: center;

  text-align: center;
}

.text-right {
  --text-align: right;

  text-align: right;
}

.text-inherit {
  color: inherit;
}

.user-select-text {
  user-select: text;
}

.justify-left {
  justify-content: left;
}

.justify-center {
  justify-content: center;
}

.justify-right {
  justify-content: right;
}

.title--aligned-center {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.background-image-container {
  overflow: hidden;
  position: absolute;
  inset: 0;
  opacity: var(--image-opacity);
}

.background-image-container img,
.background-image-container svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-image-fit img,
.background-image-fit svg {
  object-fit: contain;
}

.svg-wrapper {
  color: currentcolor;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
  pointer-events: none;
}

.svg-wrapper--smaller {
  width: var(--icon-size-2xs);
  height: var(--icon-size-2xs);
}

.svg-wrapper--small {
  width: var(--icon-size-xs);
  height: var(--icon-size-xs);
}

.svg-wrapper > svg {
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
}

.relative {
  position: relative;
}

/* Icons */
.icon-success,
.icon-error {
  width: var(--icon-size-md);
  height: var(--icon-size-md);
  flex-shrink: 0;
}

.icon-success {
  color: var(--color-success);
}

.icon-error {
  fill: var(--color-error);
}

placeholder-image {
  display: block;
  height: 100%;
  aspect-ratio: var(--ratio);
}

placeholder-image[data-type='product'] {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-15));
  width: 100%;
}

/** Placeholder background for the placeholder image, the dimensions are the same as the product images */
placeholder-image[data-type='product']:not(:has(> img)) {
  aspect-ratio: var(--ratio);
  height: 350px;
}

placeholder-image > img {
  object-fit: cover;
  aspect-ratio: var(--ratio);
  height: 100%;
}

[data-placeholder='true'] * {
  cursor: default;
}

slideshow-component [data-placeholder='true'] * {
  cursor: grab;
}

/* Base text and heading styles */
body,
.paragraph:not(.button),
.paragraph > * {
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-weight: var(--font-paragraph--weight);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  text-transform: var(--font-paragraph--case);
  -webkit-font-smoothing: antialiased;
  color: var(--color, var(--color-foreground));
}

/* Ensure inputs with type presets maintain minimum 16px on mobile to prevent iOS zoom */
@media screen and (max-width: 1200px) {
  input.paragraph.paragraph,
  input.paragraph.paragraph:not([type]),
  textarea.paragraph.paragraph,
  select.paragraph.paragraph {
    font-size: max(1rem, var(--font-paragraph--size));
  }
}

.paragraph > small {
  font-size: smaller;
}

/* Typography presets */

h1,
.h1.h1,
.text-block.h1 > * {
  font-family: var(--font-h1--family);
  font-style: var(--font-h1--style);
  font-weight: var(--font-h1--weight);
  font-size: var(--font-h1--size);
  line-height: var(--font-h1--line-height);
  letter-spacing: var(--font-h1--letter-spacing);
  text-transform: var(--font-h1--case);
  color: var(--color, var(--font-h1-color));
}

@media screen and (max-width: 1200px) {
  input.h1.h1,
  textarea.h1.h1,
  select.h1.h1 {
    font-size: max(1rem, var(--font-h1--size));
  }
}

h2,
.h2.h2,
.text-block.h2 > * {
  font-family: var(--font-h2--family);
  font-style: var(--font-h2--style);
  font-weight: var(--font-h2--weight);
  font-size: var(--font-h2--size);
  line-height: var(--font-h2--line-height);
  letter-spacing: var(--font-h2--letter-spacing);
  text-transform: var(--font-h2--case);
  color: var(--color, var(--font-h2-color));
}

@media screen and (max-width: 1200px) {
  input.h2.h2,
  textarea.h2.h2,
  select.h2.h2 {
    font-size: max(1rem, var(--font-h2--size));
  }
}

h3,
.h3,
.h3.h3,
.text-block.h3 > * {
  font-family: var(--font-h3--family);
  font-style: var(--font-h3--style);
  font-weight: var(--font-h3--weight);
  font-size: var(--font-h3--size);
  line-height: var(--font-h3--line-height);
  letter-spacing: var(--font-h3--letter-spacing);
  text-transform: var(--font-h3--case);
  color: var(--color, var(--font-h3-color));
}

@media screen and (max-width: 1200px) {
  input.h3,
  textarea.h3,
  select.h3 {
    font-size: max(1rem, var(--font-h3--size));
  }
}

h4,
.h4.h4,
.text-block.h4 > * {
  font-family: var(--font-h4--family);
  font-style: var(--font-h4--style);
  font-weight: var(--font-h4--weight);
  font-size: var(--font-h4--size);
  line-height: var(--font-h4--line-height);
  letter-spacing: var(--font-h4--letter-spacing);
  text-transform: var(--font-h4--case);
  color: var(--color, var(--font-h4-color));
}

@media screen and (max-width: 1200px) {
  input.h4.h4,
  textarea.h4.h4,
  select.h4.h4 {
    font-size: max(1rem, var(--font-h4--size));
  }
}

h5,
.h5.h5,
.text-block.h5 > * {
  font-family: var(--font-h5--family);
  font-style: var(--font-h5--style);
  font-weight: var(--font-h5--weight);
  font-size: var(--font-h5--size);
  line-height: var(--font-h5--line-height);
  letter-spacing: var(--font-h5--letter-spacing);
  text-transform: var(--font-h5--case);
  color: var(--color, var(--font-h5-color));
}

@media screen and (max-width: 1200px) {
  input.h5.h5,
  textarea.h5.h5,
  select.h5.h5 {
    font-size: max(1rem, var(--font-h5--size));
  }
}

h6,
.h6.h6,
.text-block.h6 > * {
  font-family: var(--font-h6--family);
  font-style: var(--font-h6--style);
  font-weight: var(--font-h6--weight);
  font-size: var(--font-h6--size);
  line-height: var(--font-h6--line-height);
  letter-spacing: var(--font-h6--letter-spacing);
  text-transform: var(--font-h6--case);
  color: var(--color, var(--font-h6-color));
}

@media screen and (max-width: 1200px) {
  input.h6.h6,
  textarea.h6.h6,
  select.h6.h6 {
    font-size: max(1rem, var(--font-h6--size));
  }
}

:first-child:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block-start: 0;
}

:last-child:is(.h1, .h2, .h3, .h4, .h5, .h6) {
  margin-block-end: 0;
}

/* Links */
a {
  --button-color: var(--color, var(--color-primary));

  color: var(--button-color);
  text-decoration-color: transparent;
  text-decoration-thickness: 0.075em;
  text-underline-offset: 0.125em;
  transition: text-decoration-color var(--animation-speed) var(--animation-easing),
    color var(--animation-speed) var(--animation-easing);
}

:is(h1, h2, h3, h4, h5, h6, p) > a:hover {
  --button-color: var(--color, var(--color-primary-hover));
}

/* Add underline to text using our paragraph styles only. */
p:not(.h1, .h2, .h3, .h4, .h5, .h6) a:where(:not(.button, .button-primary, .button-secondary)),
.rte
  :is(p, ul, ol, table):not(.h1, .h2, .h3, .h4, .h5, .h6)
  a:where(:not(.button, .button-primary, .button-secondary)) {
  text-decoration-color: currentcolor;

  &:hover {
    text-decoration-color: transparent;
    color: var(--color-primary-hover);
  }
}

.container-background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

details[open] .summary-closed {
  display: none;
}

details:not([open]) .summary-open {
  display: none;
}

details[open] > summary .icon-animated > svg {
  transform: rotate(180deg);
}

/* iOS fix: hide the default arrow on the summary */
summary::-webkit-details-marker {
  display: none;
}

/* When header is transparent, pull the first main content section up to sit under the floating header */
body:has(.header[transparent]) .content-for-layout > .shopify-section:first-child {
  margin-top: calc(var(--header-group-height) * -1);
}

body:has(.header[transparent]) #header-group > .header-section {
  z-index: var(--layer-sticky);
}

/* All other header group content should be beneath the floating header,
but above the rest of the page content */
body:has(.header[transparent]) #header-group > *:not(.header-section) {
  z-index: calc(var(--layer-sticky) - 1);
}

/* Featured collection block */
.featured-collection-block {
  width: 100%;
}

/* Product grid */
.product-grid-container {
  display: block;
  width: 100%;
  padding-block: var(--padding-block-start) var(--padding-block-end);

  @media screen and (min-width: 750px) {
    display: grid;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--product-grid-gap);
  margin: auto;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .product-grid {
    grid-template-columns: var(--product-grid-columns-desktop);
  }
}

.product-grid :is(h3, p) {
  margin: 0;
}

.product-grid__item {
  border: var(--product-card-border-width) solid rgb(var(--color-border-rgb) / var(--product-card-border-opacity));
}

.product-grid--organic[product-grid-view='default'] .product-grid__item {
  height: fit-content;
}

.product-grid__card.product-grid__card {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--product-card-gap);
  align-items: var(--product-card-alignment);
  text-decoration: none;
  color: var(--color, var(--color-foreground));
  padding-block: var(--padding-block-start) var(--padding-block-end);
  padding-inline: var(--padding-inline-start) var(--padding-inline-end);
  overflow: hidden;
}

[product-grid-view='zoom-out'] .product-grid__card {
  row-gap: var(--padding-xs);
}

[product-grid-view='default'] {
  --product-grid-gap: 16px;
  --padding-block-start: 24px;
  --padding-block-end: 24px;
  --padding-inline-start: 0px;
  --padding-inline-end: 0px;
}

[product-grid-view='default'] .product-grid__item {
  padding-block: 0;
}

[product-grid-view='mobile-single'],
.product-grid-mobile--large {
  @media screen and (max-width: 749px) {
    grid-template-columns: 1fr;
  }
}

.product-grid__card .group-block > * {
  @media screen and (max-width: 749px) {
    flex-direction: column;
  }
}

ul[product-grid-view='zoom-out'] .product-grid__card > * {
  display: none;
}

ul[product-grid-view='zoom-out'] .product-grid__card .card-gallery {
  display: block;
}

[product-grid-view='zoom-out']
  .card-gallery
  > :is(quick-add-component, .product-badges, slideshow-component > slideshow-controls) {
  display: none;
}

ul[product-grid-view='zoom-out'] .card-gallery > img {
  display: block;
}

[product-grid-view='zoom-out'] {
  --product-grid-columns-desktop: repeat(
    10,
    minmax(clamp(50px, calc(100% - 9 * var(--product-grid-gap)) / 10, 80px), 1fr)
  );
}

.product-grid-view-zoom-out--details {
  display: none;
}

.product-grid-view-zoom-out--details .h4,
.product-grid-view-zoom-out--details span,
.product-grid-view-zoom-out--details s {
  font-size: var(--font-size--xs);
  font-family: var(--font-paragraph--family);
}

.product-grid-view-zoom-out--details span {
  font-weight: 500;
}

.product-grid-view-zoom-out--details .h4 {
  line-height: 1.3;
  font-weight: 400;
}

.product-grid-view-zoom-out--details > span.h6,
.product-grid-view-zoom-out--details > div.h6 > product-price {
  display: inline-block;
  line-height: 0;
  margin-top: var(--margin-2xs);
}

.product-grid-view-zoom-out--details > span.h6 > *,
.product-grid-view-zoom-out--details > div.h6 > * > * {
  line-height: 1.2;
}

@media (prefers-reduced-motion: no-preference) {
  :root:active-view-transition-type(product-grid) {
    details[open] floating-panel-component {
      view-transition-name: panel-content;

      .checkbox *,
      .facets__pill-label {
        transition: none;
      }

      .facets--vertical & {
        view-transition-name: none;
      }
    }

    .product-grid {
      view-transition-name: product-grid;
    }

    footer {
      view-transition-name: footer;
    }

    .product-grid__item,
    floating-panel-component {
      transition: none;
    }
  }
}

::view-transition-group(panel-content) {
  z-index: 1;
}

::view-transition-new(product-grid) {
  animation-delay: 150ms;
  animation-name: fadeInUp;
  animation-duration: var(--animation-speed);
  animation-timing-function: var(--animation-easing);
}

results-list[initialized] {
  .product-grid__item {
    transition: opacity var(--animation-speed) var(--animation-easing),
      transform var(--animation-speed) var(--animation-easing);

    @starting-style {
      opacity: 0;
      transform: translateY(10px);
    }
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

/* Collection and product list cards have equal heights */
:is(.product-grid__item, .resource-list__item) .product-card {
  display: grid;
  height: 100%;
}

/* Video background */
.video-background,
.video-background * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-background--cover * {
  object-fit: cover;
}

.video-background--contain * {
  object-fit: contain;
}

.text-block {
  width: 100%;
}

.text-block > *:first-child,
.text-block > *:first-child:empty + * {
  margin-block-start: 0;
}

.text-block > *:last-child,
.text-block > *:has(+ *:last-child:empty) {
  margin-block-end: 0;
}

/* This is to deal with the margin applied to the p when custom styles are enabled. The p isn't the first child anymore due to the style tag */
.text-block > style + * {
  margin-block-start: 0;
}

/* Dialog */
.dialog-modal {
  border: none;
  box-shadow: var(--shadow-popover);

  @media screen and (min-width: 750px) {
    border-radius: var(--style-border-radius-popover);
    max-width: var(--normal-content-width);
  }

  @media screen and (max-width: 749px) {
    max-width: 100%;
    max-height: 100%;
    height: 100dvh;
    width: 100dvw;
    padding: var(--padding-md);
  }
}

.dialog-modal::backdrop {
  transition: backdrop-filter var(--animation-speed) var(--animation-easing);
  backdrop-filter: brightness(1);
  background: rgb(var(--backdrop-color-rgb) / var(--backdrop-opacity));
}

.dialog-modal[open] {
  animation: elementSlideInTop var(--animation-speed) var(--animation-easing) forwards;

  &::backdrop {
    animation: backdropFilter var(--animation-speed) var(--animation-easing) forwards;
    transition: opacity var(--animation-speed) var(--animation-easing);
  }
}

.dialog-modal.dialog-closing {
  animation: elementSlideOutTop var(--animation-speed) var(--animation-easing) forwards;

  &::backdrop {
    opacity: 0;
  }
}

/* stylelint-disable value-keyword-case */
.dialog-drawer {
  --dialog-drawer-opening-animation: slideInLeft;
  --dialog-drawer-closing-animation: slideOutLeft;
}

.dialog-drawer--right {
  --dialog-drawer-opening-animation: slideInRight;
  --dialog-drawer-closing-animation: slideOutRight;
}
/* stylelint-enable value-keyword-case */

.dialog-drawer[open] {
  animation: var(--dialog-drawer-opening-animation) var(--animation-speed) var(--animation-easing) forwards;
}

.dialog-drawer.dialog-closing {
  animation: var(--dialog-drawer-closing-animation) var(--animation-speed) var(--animation-easing);
}

/* Buttons */
.button,
.button-secondary,
button.shopify-payment-button__button--unbranded {
  --text-align: center;

  display: grid;
  align-content: center;
  text-decoration: none;
  text-align: var(--text-align);
  color: var(--button-color);
  appearance: none;
  background-color: var(--button-background-color);
  border: none;
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-size: var(--font-paragraph--size);
  line-height: var(--font-paragraph--line-height);
  margin-block: 0;
  transition: color var(--animation-speed) var(--animation-easing),
    box-shadow var(--animation-speed) var(--animation-easing),
    background-color var(--animation-speed) var(--animation-easing);
  cursor: pointer;
  width: fit-content;
  box-shadow: inset 0 0 0 var(--button-border-width) var(--button-border-color);
  padding-block: var(--button-padding-block);
  padding-inline: var(--button-padding-inline);
}

.button {
  font-family: var(--button-font-family-primary);
  text-transform: var(--button-text-case-primary);
  border-radius: var(--style-border-radius-buttons-primary);
}

.button:not(.button-secondary, .button-unstyled) {
  outline-color: var(--button-background-color);
}

.button-secondary {
  font-family: var(--button-font-family-secondary);
  text-transform: var(--button-text-case-secondary);
  border-radius: var(--style-border-radius-buttons-secondary);
}

button.shopify-payment-button__button--unbranded {
  font-family: var(--button-font-family-primary);
  text-transform: var(--button-text-case-primary);
}

textarea,
input {
  background-color: var(--color-input-background);
  border-color: var(--color-input-border);
}

textarea::placeholder,
input::placeholder {
  color: var(--color-input-text);
}

textarea:not(:placeholder-shown)::placeholder,
input:not(:placeholder-shown)::placeholder {
  opacity: 0;
}

/* The declaration above is messing with buttons that have an attribute of hidden as it overwrites the display value */
.button[hidden] {
  display: none;
}

.button[aria-disabled='true'],
.button-secondary[aria-disabled='true'],
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.button,
button.shopify-payment-button__button--unbranded {
  --button-color: var(--color-primary-button-text);
  --button-background-color: var(--color-primary-button-background);
  --button-border-color: var(--color-primary-button-border);
  --button-border-width: var(--style-border-width-primary);
}

.button:hover,
button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  --button-color: var(--color-primary-button-hover-text);
  --button-background-color: var(--color-primary-button-hover-background);
  --button-border-color: var(--color-primary-button-hover-border);
}

.button-secondary {
  --button-color: var(--color-secondary-button-text);
  --button-background-color: var(--color-secondary-button-background);
  --button-border-color: var(--color-secondary-button-border);
  --button-border-width: var(--style-border-width-secondary);
}

.button-secondary:hover {
  --button-color: var(--color-secondary-button-hover-text);
  --button-background-color: var(--color-secondary-button-hover-background);
  --button-border-color: var(--color-secondary-button-hover-border);
}

/* Needed to override the default Shopify styles */
button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--button-background-color);
}

.button-unstyled {
  display: block;
  padding: 0;
  background-color: inherit;
  color: inherit;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  font-family: var(--font-paragraph--family);
  font-style: var(--font-paragraph--style);
  font-size: var(--font-paragraph--size);
}

.button-unstyled:hover {
  background-color: inherit;
}

.button-unstyled--with-icon {
  color: var(--color-foreground);
  display: flex;
  gap: var(--gap-2xs);
  align-items: center;
}

.button-unstyled--transparent {
  background-color: transparent;
  box-shadow: none;
}

/* Show more */

.show-more__button {
  color: var(--color-primary);
  cursor: pointer;
}

.show-more__button:hover {
  @media screen and (min-width: 750px) {
    color: var(--color-primary-hover);
  }
}

.show-more__label {
  text-align: start;
  font-size: var(--font-size--body-md);
  font-family: var(--font-paragraph--family);
}

.show-more__button .svg-wrapper {
  width: var(--icon-size-xs);
  height: var(--icon-size-xs);
}

.show-more[data-expanded='true'] .show-more__label--more,
.show-more[data-expanded='false'] .show-more__label--less {
  display: none;
}

.link {
  display: inline-block;
  text-align: center;
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-primary);
  --shopify-accelerated-checkout-button-block-size: var(--height-buy-buttons);
}

.product-form-buttons:has(.add-to-cart-button.button-secondary)
  :is(shopify-accelerated-checkout, shopify-accelerated-checkout-cart) {
  --shopify-accelerated-checkout-button-border-radius: var(--style-border-radius-buttons-secondary);
  --shopify-accelerated-checkout-button-block-size: var(--height-buy-buttons);
}

/* Collapsible row */

.icon-caret svg {
  transition: transform var(--animation-speed) var(--animation-easing);
}

.icon-caret--forward svg {
  transform: rotate(-90deg);
}

.icon-caret--backward svg {
  transform: rotate(90deg);
}

summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  list-style: none;
  padding-block: var(--padding-sm);
}

summary:hover {
  color: var(--color-primary-hover);
}

summary .svg-wrapper {
  margin-inline-start: auto;
  height: var(--icon-size-xs);
  width: var(--icon-size-xs);
  transition: transform var(--animation-speed) var(--animation-easing);
}

/* Shared plus/minus icon animations */
summary .icon-plus :is(.horizontal, .vertical),
.show-more__button .icon-plus :is(.horizontal, .vertical) {
  transition: transform var(--animation-speed) var(--animation-easing);
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  opacity: 1;
}

details[open] > summary .icon-plus .horizontal,
.details-open > summary .icon-plus .horizontal,
.show-more:where([data-expanded='true']) .show-more__button .icon-plus .horizontal {
  transform: rotate(90deg);
}

details[open] > summary .icon-plus .vertical,
.details-open > summary .icon-plus .vertical,
.show-more:where([data-expanded='true']) .show-more__button .icon-plus .vertical {
  transform: rotate(90deg);
  opacity: 0;
}

/* Product Media */
media-gallery {
  display: block;
  width: 100%;
}

:where(media-gallery, .product-grid__item) {
  .media-gallery__grid {
    grid-template-columns: 1fr;
    gap: var(--image-gap);
  }
}

.product-media-gallery__slideshow--single-media slideshow-container {
  @media screen and (max-width: 749px) {
    grid-area: unset;
  }
}

:not(.dialog-zoomed-gallery) > .product-media-container {
  /* width and overflow forces children to shrink to parent width */
  --slide-width: round(up, 100%, 1px);

  display: flex;
  aspect-ratio: var(--gallery-aspect-ratio, var(--media-preview-ratio));
  max-height: var(--constrained-height);
  width: 100%;

  /* Relative position needed for video and 3d models */
  position: relative;
  overflow: hidden;

  &:where(.constrain-height) {
    /* arbitrary offset value based on average theme spacing and header height */
    --viewport-offset: 400px;
    --constrained-min-height: 300px;
    --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));

    margin-right: auto;
    margin-left: auto;
  }
}

media-gallery:where(.media-gallery--grid) .media-gallery__grid {
  display: none;
}

media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
  /* Needed for safari to stretch to full grid height */
  height: 100%;
}

.product-media :is(deferred-media, product-model) {
  position: absolute;
}

@media screen and (max-width: 749px) {
  .product-media-container.constrain-height {
    max-height: none;
  }
}

@media screen and (min-width: 750px) {
  .product-media-container.constrain-height {
    --viewport-offset: var(--header-height, 100px);
    --constrained-min-height: 500px;
  }

  body:has(header-component[transparent]) .product-media-container.constrain-height {
    --viewport-offset: 0px;
  }

  .media-gallery--two-column .media-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .media-gallery--large-first-image .product-media-container:first-child,
  .media-gallery--two-column .product-media-container:only-child {
    /* First child spans 2 columns */
    grid-column: span 2;
  }

  /* Display grid view as a carousel on mobile, grid on desktop */
  media-gallery:is(.media-gallery--grid) slideshow-component {
    display: none;
  }

  media-gallery:where(.media-gallery--grid) .media-gallery__grid {
    display: grid;
  }
}

.product-media-container--model {
  /* Usefull when view in your space is shown */
  flex-direction: column;
}

.shopify-model-viewer-ui__controls-area {
  bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
}

.product-media-container img {
  aspect-ratio: inherit;
  object-fit: contain;
}

.product-media-container.media-fit-contain img {
  object-position: center center;
}

.product-media-container.media-fit {
  --product-media-fit: cover;

  img {
    object-fit: var(--product-media-fit);
  }
}

/* Media gallery zoom dialog */
.product-media-container__zoom-button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: var(--layer-flat);
  cursor: zoom-in;
  background-color: transparent;

  &:hover {
    background-color: transparent;
  }
}

zoom-dialog dialog {
  width: 100vw;
  height: 100vh;
  border: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity var(--animation-speed) var(--animation-easing);
  scrollbar-width: none;

  &[open] {
    opacity: 1;
  }

  @media (prefers-reduced-motion: no-preference) {
    scroll-behavior: smooth;
  }

  &::backdrop {
    background: transparent;
  }
}

/* Animate the UI elements in only after the view transition is complete */
.close-button {
  position: fixed;
  top: var(--margin-lg);
  right: var(--margin-lg);
  width: var(--minimum-touch-target);
  height: var(--minimum-touch-target);
  z-index: var(--layer-flat);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;

  /* For the outline radius */
  border-radius: 50%;
}

/* This triggers iOS < 16.4. The outline bug is not recognized as a lack of @supports */

@supports not (background-color: rgb(from red 150 g b / alpha)) {
  /**
    There is a bug in safari < 16.4 that causes the outline to not follow the elements border radius. This is a workaround.
    Using element selector to increase specificity.
  **/

  .close-button:focus-visible {
    outline: none;
    overflow: visible;
  }

  .close-button:focus-visible::after {
    content: '';
    position: absolute;
    inset: calc(-1 * var(--focus-outline-offset));
    border: var(--focus-outline-width) solid currentColor;
    border-radius: 50%;
    display: inherit;
  }
}

.dialog--closed .close-button {
  animation: elementSlideOutBottom calc(var(--animation-speed) * 0.5) var(--animation-easing) forwards;
}

.dialog-thumbnails-list-container {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  z-index: var(--layer-raised);
}

.dialog-thumbnails-list {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  bottom: 0;
  overflow-x: auto;
  opacity: 0;
  padding: var(--padding-lg);
  margin-inline: auto;
  scrollbar-width: none;
  animation: thumbnailsSlideInBottom calc(var(--animation-speed) * 0.75) var(--animation-easing) forwards;
  animation-delay: calc(var(--animation-speed) * 1.5);
}

.dialog--closed .dialog-thumbnails-list {
  animation: thumbnailsSlideOutBottom var(--animation-speed) var(--animation-easing) forwards;
}

@media screen and (min-width: 750px) {
  .dialog-thumbnails-list {
    position: fixed;
    flex-direction: column;
    inset: 50% var(--margin-lg) auto auto;
    right: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    animation: thumbnailsSlideInTop calc(var(--animation-speed) * 0.5) var(--animation-easing) forwards;
    animation-delay: calc(var(--animation-speed) * 2);
  }

  .dialog--closed .dialog-thumbnails-list {
    animation: thumbnailsSlideOutTop var(--animation-speed) var(--animation-easing) forwards;
  }
}

.dialog-thumbnails-list__thumbnail {
  width: var(--thumbnail-width);
  height: auto;
  transition: transform var(--animation-speed) var(--animation-easing);
  flex-shrink: 0;
  border-radius: var(--media-radius);

  img {
    height: 100%;
    object-fit: cover;
    border-radius: var(--media-radius);
    aspect-ratio: var(--aspect-ratio);
  }

  &:is([aria-selected='true']) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: calc(var(--focus-outline-offset) / 2);
    border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
  }
}

.close-button:hover {
  background-color: transparent;
  opacity: 0.8;
}

.close-button svg {
  width: var(--icon-size-xs);
  height: var(--icon-size-xs);
}

/* Product media */
.product-media {
  display: flex;
  flex: 1;
}

/* If the product media is already providing an image cover, hide images provided by sibling deferred-media */
.product-media__image ~ * .deferred-media__poster-image {
  display: none;
}

/* If the product media is playing, hide the preview image */
.product-media-container:has(.deferred-media__playing) .product-media__image {
  opacity: 0;
  transition: opacity var(--animation-speed) var(--animation-easing);
}

/* Deferred media & Product model  */
:is(product-model, deferred-media) {
  /* Height needed to make sure when it's set to be stretched, it takes the full height */
  height: 100%;
  width: 100%;
  position: relative;
}

product-model model-viewer,
/* Media that have a poster button sibling providing the size should be absolute-positioned.
Otherwise, it should be a block to rely on its own size */
:is(deferred-media, product-model) > .deferred-media__poster-button ~ *:not(template) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  /* Required to make sure the absolute position respects the padding of the wrapper: */
  padding: inherit;
}

slideshow-slide .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
  bottom: var(--padding-sm);
  right: var(--padding-sm);
}

.dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
  /* Move the controls above the thumbnails. Need to calculate the height of the thumbnails list */
  bottom: calc(var(--thumbnail-width) / calc(var(--media-preview-ratio)) + var(--padding-lg) * 2);
  right: var(--padding-lg);
}

@media screen and (max-width: 749px) {
  slideshow-component:has(:not(.mobile\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
    .shopify-model-viewer-ui__controls-area {
    /* Position the controls just above the counter */
    bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
  }
}

@media screen and (min-width: 750px) {
  slideshow-component:has(:not(.desktop\:hidden) :is(.slideshow-controls__dots, .slideshow-controls__counter))
    .shopify-model-viewer-ui__controls-area {
    /* Position the controls just above the counter */
    bottom: calc(var(--minimum-touch-target) + var(--padding-sm));
  }

  .dialog-zoomed-gallery .shopify-model-viewer-ui__controls-area.shopify-model-viewer-ui__controls-area {
    /* Move the controls up to match the padding on the thumbnails */
    bottom: var(--padding-lg);

    /* Move the controls to the left of the thumbnails list on the right */
    right: calc(var(--thumbnail-width) + var(--padding-lg) * 2);
  }
}

:is(deferred-media, .video-placeholder-wrapper).border-style {
  /* Apply the border radius to the video */
  overflow: hidden;
}

deferred-media {
  /* The overflow hidden in the deferred-media won't let the button show the focus ring */
  &:has(:focus-visible) {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  @supports not selector(:focus-visible) {
    &:has(:focus) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: var(--focus-outline-offset);
    }
  }
}

.deferred-media__poster-button {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--video-aspect-ratio, auto);
}

.deferred-media__poster-button.deferred-media__playing {
  opacity: 0;
  transition: opacity 0.3s ease;
}

deferred-media img {
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

deferred-media iframe {
  width: 100%;
  height: 100%;
  border: none;
  aspect-ratio: var(--size-style-aspect-ratio, auto);
}

deferred-media[data-media-loaded] img {
  opacity: 0;
}

.deferred-media__poster-icon,
.video-placeholder-wrapper__poster-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deferred-media__poster-icon svg,
.video-placeholder-wrapper__poster-icon svg {
  width: var(--button-size);
  height: var(--button-size);
  color: var(--color-white);
  filter: drop-shadow(var(--shadow-button));

  &:hover {
    color: rgb(var(--color-white-rgb) / var(--opacity-80));
  }

  @media screen and (min-width: 750px) {
    width: 4rem;
    height: 4rem;
  }
}

deferred-media[class] :is(.deferred-media__poster-button img, .deferred-media__poster-button ~ video) {
  /* only apply this on the video block not product media */
  object-fit: cover;
  height: 100%;
  aspect-ratio: var(--size-style-aspect-ratio, auto);
}

.button-shopify-xr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--padding-md);
}

.button-shopify-xr > svg {
  width: var(--icon-size-sm);
  height: var(--icon-size-sm);
  fill: currentcolor;
  margin-inline-end: var(--margin-md);
}

.button-shopify-xr[data-shopify-xr-hidden] {
  display: none;
}

/* Swatches */
.swatch {
  --color-border: rgb(var(--color-foreground-rgb) / var(--style-border-swatch-opacity));
  --min-width-unitless: 15.9999; /* want to avoid division by 0 */
  --min-height-unitless: 15.9999; /* want to avoid division by 0 */
  --min-height: 16px;
  --min-width: 16px;

  /* mobile values */
  --scaling-factor: 0.5;
  --max-swatch-size: 28px;
  --max-pill-size: 20px;
  --max-filter-size: 32px;

  /* From the settings */
  --offset-swatch-width: calc(var(--variant-picker-swatch-width-unitless) - var(--min-width-unitless));
  --offset-swatch-height: calc(var(--variant-picker-swatch-height-unitless) - var(--min-height-unitless));

  /**
    Offset values are obtained from the following formulas:
      offset-width = width - min-width
      offset-height = height - min-height

    The offset-scaled-width and heigth are obtained by extending the line from
    [min,min] to [W,H] and taking the intersection with a square that starts at
    [min,min] and ends at [max,max].

    The extending line forms right angle triangles with the [min,min]->[max,max]
    box that enable us to derive the following formulas

    We also want the result to always be smaller than the input (pdp > everywhere else)
    by some scaling factor.
  */
  --offset-scaled-width: calc(
    var(--scaling-factor) * var(--offset-swatch-width) / var(--offset-swatch-height) * var(--offset-max-swatch-size)
  );
  --offset-scaled-height: calc(
    var(--scaling-factor) * var(--offset-swatch-height) / var(--offset-swatch-width) * var(--offset-max-swatch-size)
  );
  --offset-max-swatch-size: calc(var(--max-swatch-size) - var(--min-width));

  /* width = min(m + sU, (m + s * W'/H' * M'), M) */
  --swatch-width: min(
    calc(var(--min-width) + calc(var(--scaling-factor) * var(--offset-swatch-width) * 1px)),
    calc(var(--min-width) + var(--offset-scaled-width)),
    var(--max-swatch-size)
  );

  /* height = min(m + sV, (m + s * H'/W' * M'), M) */
  --swatch-height: min(
    calc(var(--min-height) + calc(var(--scaling-factor) * var(--offset-swatch-height) * 1px)),
    calc(var(--min-height) + var(--offset-scaled-height)),
    var(--max-swatch-size)
  );

  display: block;
  background: var(--swatch-background);
  background-position: var(--swatch-focal-point, center);
  border-radius: var(--variant-picker-swatch-radius);
  border: var(--style-border-swatch-width) var(--style-border-swatch-style) var(--color-border);
  width: var(--swatch-width);
  height: var(--swatch-height);

  /* This is different than `background-size: cover` because we use `box-sizing: border-box`,
   * doing it like makes the background clip under the border without repeating.
   */
  background-size: var(--swatch-width) var(--swatch-height);

  &.swatch--unavailable {
    border-style: dashed;
  }

  &.swatch--unscaled {
    /* for when you want fixed sizing (e.g. pdp) */
    --swatch-width: var(--variant-picker-swatch-width);
    --swatch-height: var(--variant-picker-swatch-height);
  }

  &.swatch--filter {
    --swatch-width: var(--max-filter-size);
    --swatch-height: var(--max-filter-size);

    border-radius: var(--variant-picker-swatch-radius);
  }

  &.swatch--pill {
    --swatch-width: var(--max-pill-size);
    --swatch-height: var(--max-pill-size);

    border-radius: var(--variant-picker-swatch-radius);
  }

  /* swatches in filters and pills always have a border  */
  &.swatch--filter,
  &.swatch--pill {
    --style-border-swatch-width: var(--variant-picker-border-width);
    --style-border-swatch-style: var(--variant-picker-border-style);
    --color-border: rgb(var(--color-foreground-rgb) / var(--variant-picker-border-opacity));
  }

  @media screen and (min-width: 750px) {
    /* desktop values */
    --max-swatch-size: 32px;
    --max-pill-size: 16px;
    --max-filter-size: 28px;
    --scaling-factor: 0.65;
  }
}

.variant-picker .variant-option--buttons label:has(.swatch) {
  border-radius: var(--variant-picker-swatch-radius);
}

.sticky-content {
  position: sticky;
  top: var(--sticky-header-offset, 0);
  z-index: var(--layer-flat);
}

@media screen and (min-width: 750px) {
  .sticky-content--desktop,
  .sticky-content--desktop.full-height--desktop > .group-block {
    position: sticky;
    top: var(--sticky-header-offset, 0);
    z-index: var(--layer-flat);
  }
}

.price,
.compare-at-price,
.unit-price {
  white-space: nowrap;
}

.unit-price {
  display: block;
  font-size: min(0.85em, var(--font-paragraph--size));
  color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
}

.tax-note.tax-note.tax-note {
  font-size: min(0.85em, var(--font-paragraph--size));
  font-weight: var(--font-paragraph--weight);
  color: rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
}

product-price.text-block:is(.h1, .h2, .h3, .h4, .h5, .h6) > *:not(.tax-note) {
  margin-block: 0;
}

.compare-at-price {
  opacity: 0.4;
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
}

.card-gallery {
  position: relative;
}

@media screen and (min-width: 750px) {
  product-card:focus-within .quick-add__button,
  .card-gallery:hover .quick-add__button {
    display: grid;
    will-change: margin, opacity;
    animation: elementSlideInTop var(--animation-speed) var(--animation-easing);
  }
}

@container (max-width: 70px) {
  .card-gallery:hover .quick-add__button {
    display: none;
  }
}

/* Drawer */
.drawer {
  background-color: var(--color-background);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--sidebar-width);
  z-index: var(--layer-raised);
  transform: translateX(-120%);
  transition: transform var(--animation-speed) var(--animation-easing);
}

.drawer[data-open='true'] {
  transform: translateX(0);
}

.drawer-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--drawer-header-block-padding) var(--drawer-inline-padding);
}

.drawer__title {
  font-size: var(--font-h2--size);
  margin: 0;
}

.drawer__close {
  width: var(--minimum-touch-target);
  height: var(--minimum-touch-target);
}

.drawer__content {
  display: block;
  padding: var(--drawer-content-block-padding) var(--drawer-inline-padding);
  width: 100%;
}

/* Background overlay */
.background-overlay {
  position: relative;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--background-overlay-color, rgb(0 0 0 / 15%));
  }
}

/* Spacing style */
.spacing-style {
  --spacing-scale: var(--spacing-scale-md);

  @media screen and (min-width: 990px) {
    --spacing-scale: var(--spacing-scale-default);
  }

  /* Must disable this, when you use these with calc and another unit type, things break — see logo.liquid */
  /* stylelint-disable length-zero-no-unit */
  --padding-block: 0px;
  --padding-block-start: var(--padding-block, 0px);
  --padding-block-end: var(--padding-block, 0px);
  --padding-inline: 0px;
  --padding-inline-start: var(--padding-inline, 0px);
  --padding-inline-end: var(--padding-inline, 0px);
  --margin-block: 0px;
  --margin-block-start: var(--margin-block, 0px);
  --margin-block-end: var(--margin-block, 0px);
  --margin-inline: 0px;
  --margin-inline-start: var(--margin-inline, 0px);
  --margin-inline-end: var(--margin-inline, 0px);
}

.spacing-style,
.inherit-spacing {
  padding-block: calc(var(--padding-block-start) + var(--section-top-offset, 0px)) var(--padding-block-end);
  padding-inline: var(--padding-inline-start) var(--padding-inline-end);
  margin-block: var(--margin-block-start) var(--margin-block-end);
  margin-inline: var(--margin-inline-start) var(--margin-inline-end);
}

/* Size style */
.size-style {
  width: var(--size-style-width-mobile, var(--size-style-width));
  height: var(--size-style-height-mobile, var(--size-style-height));

  @media screen and (min-width: 750px) {
    width: var(--size-style-width);
    height: var(--size-style-height);
  }
}

/* Custom Typography style */
.custom-typography,
.custom-typography > * {
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  text-transform: var(--text-transform);
  text-wrap: var(--text-wrap);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
}

.custom-typography {
  h1 {
    line-height: var(--line-height--display, var(--line-height));
  }

  h2,
  h3,
  h4 {
    line-height: var(--line-height--heading, var(--line-height));
  }

  p {
    line-height: var(--line-height--body, var(--line-height));
  }
}

.custom-font-size,
.custom-font-size > * {
  font-size: var(--font-size);
}

.custom-font-weight,
.custom-font-weight > * {
  font-weight: var(--weight);
}

/* Border override style */
.border-style {
  border-width: var(--border-width);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-radius: var(--border-radius);
}

/* Gap scaling style */
.gap-style,
.layout-panel-flex {
  --gap-scale: var(--spacing-scale-md);

  @media screen and (min-width: 990px) {
    --gap-scale: var(--spacing-scale-default);
  }
}

.layout-panel-flex {
  display: flex;
  gap: var(--gap);
  height: 100%;
}

.layout-panel-flex--row {
  flex-flow: row var(--flex-wrap);
  justify-content: var(--horizontal-alignment);
  align-items: var(--vertical-alignment);
}

.layout-panel-flex--column {
  flex-flow: column var(--flex-wrap);
  align-items: var(--horizontal-alignment);
  justify-content: var(--vertical-alignment);
}

@media screen and (max-width: 749px) {
  .mobile-column {
    flex-flow: column nowrap;
    align-items: var(--horizontal-alignment);
    justify-content: var(--vertical-alignment-mobile);
  }

  .layout-panel-flex--row:not(.mobile-column) {
    flex-wrap: var(--flex-wrap-mobile);

    > .menu {
      flex: 1 1 min-content;
    }

    > .text-block {
      flex: 1 1 var(--max-width--display-tight);
    }

    > .image-block {
      flex: 1 1 var(--size-style-width-mobile-min);
    }

    > .button {
      flex: 0 0 fit-content;
    }
  }
}

@media (min-width: 750px) {
  .layout-panel-flex {
    flex-direction: var(--flex-direction);
  }
}

/* Form fields */
.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--animation-speed) ease;
}

.field__input {
  flex-grow: 1;
  text-align: left;
  border-radius: var(--style-border-radius-inputs);
  transition: box-shadow var(--animation-speed) ease, background-color var(--animation-speed) ease;
  padding: var(--input-padding);
  box-shadow: var(--input-box-shadow);
  background-color: var(--color-input-background);
  color: var(--color-input-text);
  border: none;
  outline: none;
  font-size: var(--font-paragraph--size);

  &:autofill {
    background-color: var(--color-input-background);
    color: var(--color-input-text);
  }
}

.field__input:is(:focus, :hover) {
  box-shadow: var(--input-box-shadow-focus);
  background-color: var(--color-input-hover-background);
}

.field__input--button-radius {
  border-radius: var(--style-border-radius-buttons-primary);
}

.field__input--button-padding {
  padding-inline: var(--padding-3xl);
}

.field__label {
  color: rgb(var(--color-input-text-rgb) / var(--opacity-80));
  font-size: var(--font-paragraph--size);
  left: var(--input-padding-x);
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--animation-speed) ease, font-size var(--animation-speed) ease;
}

/* RTE styles */
.rte,
.shopify-policy__title {
  :is(h1, h2, h3, h4, h5, h6) {
    margin-block: clamp(1.5rem, 1em * 3.3, 2.5rem) clamp(1rem, 1em * 0.25, 2rem);
  }

  :first-child:is(p, h1, h2, h3, h4, h5, h6),
  :first-child:empty + :is(p, h1, h2, h3, h4, h5, h6) {
    margin-block-start: 0;
  }

  ul,
  ol {
    margin-block-start: 0;
    padding-inline-start: 1.5em;
  }

  /* Only apply margin-block-end to the higher level list, not nested lists */
  :is(ul, ol):not(:is(ul, ol) :is(ul, ol)) {
    margin-block-end: 1em;
  }

  blockquote {
    margin-inline: 1.5em 2.3em;
    margin-block: 3.8em;
    padding-inline-start: 0.8em;
    border-inline-start: 1.5px solid rgb(var(--color-foreground-rgb) / var(--opacity-25));
    font-style: italic;
    font-weight: 500;
  }

  .rte-table-wrapper {
    overflow-x: auto;
  }

  table {
    /* stylelint-disable-next-line declaration-no-important */
    width: 100% !important;
    border-collapse: collapse;
  }

  tr:not(:has(td)),
  thead {
    background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5));
    font-weight: bold;
    text-transform: uppercase;
  }

  tr:has(td) {
    border-bottom: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-10));
  }

  th,
  td {
    text-align: start;
    padding-inline: var(--padding-md);
    padding-block: var(--padding-sm);
  }
}

.shopify-policy__container {
  padding-block: var(--padding-xl);
}

.checkbox {
  --checkbox-size: 22px;
  --checkbox-top: 50%;
  --checkbox-left: 1.5px;
  --checkbox-offset: 3px;
  --checkbox-border-radius: 7px;
  --checkbox-label-padding: 8px;
  --checkbox-path-opacity: 0;
  --checkbox-cursor: pointer;
  --checkbox-border: 1px solid rgb(var(--color-foreground-rgb) / var(--opacity-35-55));

  position: relative;
  display: flex;
  align-items: center;

  @media screen and (min-width: 750px) {
    --checkbox-size: 16px;
    --checkbox-border-radius: 5px;
    --checkbox-label-padding: 6px;
  }

  &:has(.checkbox__input:checked) {
    --checkbox-path-opacity: 1;
  }

  &:has(.checkbox__input:disabled) {
    --checkbox-cursor: not-allowed;
  }
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  margin: 0;
  width: var(--checkbox-size);
  height: var(--checkbox-size);

  /* Outline is on the SVG instead, to allow it to have border-radius */
  &:focus-visible {
    outline: none;
  }

  &:focus-visible + .checkbox__label .icon-checkmark {
    outline: var(--focus-outline-width) solid currentcolor;
    outline-offset: var(--focus-outline-offset);
  }

  &:checked + .checkbox__label .icon-checkmark {
    background-color: var(--color-foreground);
    border-color: var(--color-foreground);
  }

  &:disabled + .checkbox__label .icon-checkmark {
    background-color: var(--input-disabled-background-color);
    border-color: var(--input-disabled-border-color);
  }
}

.checkbox__label {
  position: relative;
  display: inline-flex;
  cursor: var(--checkbox-cursor);
  line-height: var(--checkbox-size);
  min-width: var(--minimum-touch-target);
}

.checkbox .icon-checkmark {
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  flex-shrink: 0;
  border: var(--checkbox-border);
  border-radius: var(--checkbox-border-radius);
  background-color: var(--color-background);
}

.checkbox__label-text {
  padding-inline-start: var(--checkbox-label-padding);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkbox .icon-checkmark path {
  stroke: var(--color-background);
  opacity: var(--checkbox-path-opacity);
  transition: opacity var(--animation-speed) var(--animation-easing);
}

.checkbox__input:disabled + .checkbox__label {
  color: var(--input-disabled-text-color);
}

/* Add to cart button */
.button[id^='BuyButtons-ProductSubmitButton-'] {
  position: relative;
  overflow: hidden;
}

/* Cart bubble */
.cart-bubble {
  --cart-padding: 0.2em;

  position: relative;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 0;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-button-text);
  padding-inline: var(--cart-padding);
}

.cart-bubble__background {
  position: absolute;
  inset: 0;
  background-color: var(--color-primary-button-background);
  border-radius: var(--style-border-radius-lg);
}

.cart-bubble__text {
  font-size: var(--font-size--2xs);
  z-index: var(--layer-flat);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Quantity selector */
.quantity-selector {
  --quantity-selector-width: 124px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-input-text);
  background-color: var(--color-input-background);
  border: var(--style-border-width-inputs) solid var(--color-input-border);
  border-radius: var(--style-border-radius-inputs);
  flex: 1 1 var(--quantity-selector-width);
  align-self: stretch;
  transition: background-color var(--animation-speed) var(--animation-easing);

  &:hover {
    background-color: var(--color-input-hover-background);
  }
}

.product-form-buttons:has(.add-to-cart-button.button-secondary) .quantity-selector {
  border-radius: var(--style-border-radius-buttons-secondary);
}

.quantity-selector :is(.quantity-minus, .quantity-plus) {
  /* Unset button styles */
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: var(--minimum-touch-target);
  height: var(--minimum-touch-target);
  flex-shrink: 0;
  color: var(--color-input-text);
}

.quantity-selector .quantity-minus {
  border-start-start-radius: var(--style-border-radius-inputs);
  border-end-start-radius: var(--style-border-radius-inputs);
}

.quantity-selector .quantity-plus {
  border-start-end-radius: var(--style-border-radius-inputs);
  border-end-end-radius: var(--style-border-radius-inputs);
}

.product-details .quantity-selector {
  border-radius: var(--style-border-radius-buttons-primary);
}

.product-details .quantity-selector .quantity-minus {
  border-start-start-radius: var(--style-border-radius-buttons-primary);
  border-end-start-radius: var(--style-border-radius-buttons-primary);
}

.product-details .quantity-selector .quantity-plus {
  border-start-end-radius: var(--style-border-radius-buttons-primary);
  border-end-end-radius: var(--style-border-radius-buttons-primary);
}

.quantity-selector .svg-wrapper {
  transition: transform var(--animation-speed) var(--animation-easing);
}

.quantity-selector svg {
  width: var(--icon-size-xs);
  height: var(--icon-size-xs);
}

:is(.quantity-minus, .quantity-plus):active .svg-wrapper {
  transform: scale(0.9);
}

.quantity-selector input[type='number'] {
  margin: 0;
  text-align: center;
  border: none;
  appearance: none;
  max-width: calc(var(--quantity-selector-width) - var(--minimum-touch-target) * 2);
  border-radius: var(--style-border-radius-buttons);
  color: var(--color-input-text);
  background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
.quantity-selector input[type='number']::-webkit-inner-spin-button,
.quantity-selector input[type='number']::-webkit-outer-spin-button {
  appearance: none;
}

/* Firefox */
.quantity-selector input[type='number'] {
  appearance: textfield;
}

/* Pills (used in facets and predictive search) */

.pills__pill {
  --pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-5-15));

  color: var(--color-foreground);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap-sm);
  min-width: 48px;
  padding: 6px 12px;
  border-radius: var(--style-border-radius-pills);
  cursor: pointer;
  background-color: var(--pills-pill-background-color);
  transition: background-color var(--animation-speed) var(--animation-easing);

  &:hover {
    --pills-pill-background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  }

  @media screen and (max-width: 749px) {
    padding: var(--padding-xs) var(--padding-md);
  }
}

.pills__pill > .svg-wrapper {
  --close-icon-opacity: 0.4;
  --icon-stroke-width: 1px;

  color: var(--color-foreground);
}

.pills__pill--swatch {
  @media screen and (max-width: 749px) {
    padding-inline-start: var(--padding-sm);
  }
}

.pills__pill--swatch .swatch {
  margin-right: -4px;
}

.pills__pill--desktop-small {
  @media screen and (min-width: 750px) {
    font-size: var(--font-size--xs);
  }
}

/* Fly to cart animation */
fly-to-cart {
  position: fixed;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: calc(infinity);
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
  transition: opacity 0.3s ease;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--color-foreground);
  transform: translate(var(--x, 0), var(--y, 0)) scale(var(--scale, 1));
}

/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------ */

/* Animation declarations - to be kept at the bottom of the file for ease of find */
@keyframes grow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(var(--custom-transform-from, 100%));
  }

  to {
    transform: translateX(var(--custom-transform-to, 0));
  }
}

@keyframes slideInLeftViewTransition {
  from {
    transform: translateX(100px);
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(var(--custom-transform-to, -100%));
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes slideInTop {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideInTopViewTransition {
  from {
    transform: translateY(100px);
  }
}

@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideInBottom {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes cartBubbleSlideIn {
  from {
    transform: translateY(-1em);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes elementSlideInTop {
  from {
    margin-top: var(--padding-sm);
    opacity: 0;
  }

  to {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes elementSlideOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(var(--padding-sm));
    opacity: 0;
  }
}

@keyframes elementSlideInBottom {
  from {
    transform: translateY(calc(-1 * var(--padding-sm)));
    opacity: 0;
  }

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

@keyframes elementSlideOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(calc(-1 * var(--padding-sm)));
    opacity: 0;
  }
}

@keyframes thumbnailsSlideInTop {
  from {
    transform: translateY(calc(-50% + var(--margin-lg)));
    opacity: 0;
  }

  to {
    transform: translateY(-50%);
    opacity: 1;
  }
}

@keyframes thumbnailsSlideOutTop {
  from {
    transform: translateY(-50%);
    opacity: 1;
  }

  to {
    transform: translateY(calc(-50% + var(--margin-lg)));
    opacity: 0;
  }
}

@keyframes thumbnailsSlideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

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

@keyframes thumbnailsSlideOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes search-element-slide-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes search-element-slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes dialogZoom {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

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

@keyframes thumbnail-selected {
  0%,
  100% {
    box-shadow: 0 0 0 2px transparent;
    scale: 0.9;
  }

  50% {
    box-shadow: 0 0 0 2px #000;
    scale: 1;
  }
}

@keyframes backdropFilter {
  from {
    backdrop-filter: brightness(1);
  }

  to {
    backdrop-filter: brightness(0.75);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalSlideInTop {
  from {
    transform: translateY(var(--padding-sm));
    opacity: 0;
  }

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

@keyframes modalSlideOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(var(--padding-sm));
    opacity: 0;
  }
}

.bubble {
  display: inline-flex;
  height: calc(var(--variant-picker-swatch-height) / 1.5);
  font-size: var(--font-size--xs);
  border-radius: 20px;
  min-width: 20px;
  padding: 0 6px;
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-10-25));
  color: var(--color-foreground);
  align-items: center;
  justify-content: center;
}

.bubble svg {
  width: 12px;
  height: 12px;
}

.top-shadow::before {
  content: '';
  box-shadow: 0 0 10px var(--color-shadow);
  position: absolute;
  z-index: var(--layer-lowest);
  inset: 0;
  clip-path: inset(-50px 0 0 0); /* stylelint-disable-line */
}

@media (min-width: 750px) {
  .top-shadow--mobile::before {
    display: none;
  }
}

.bottom-shadow::before {
  content: '';
  box-shadow: 0 0 10px var(--color-shadow);
  position: absolute;
  z-index: var(--layer-lowest);
  inset: 0;
  clip-path: inset(0 0 -50px 0); /* stylelint-disable-line */
}

@media (min-width: 750px) {
  .bottom-shadow--mobile::before {
    display: none;
  }
}

.video-placeholder-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: var(--size-style-aspect-ratio, auto);
}

:not(deferred-media) > .video-placeholder-wrapper {
  width: var(--video-placeholder-width);
}

.video-placeholder-wrapper > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
 * Slideshow Component
 */
slideshow-component {
  --cursor: grab;

  position: relative;
  display: flex;
  flex-direction: column;
  timeline-scope: var(--slideshow-timeline);
}

.slideshow--single-media {
  --cursor: default;
}

a slideshow-component {
  --cursor: pointer;
}

/*
 * Slideshow Slides
 */
slideshow-slides {
  width: 100%;
  position: relative;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  gap: var(--slideshow-gap, 0);
  cursor: var(--cursor);

  @media (prefers-reduced-motion) {
    scroll-behavior: auto;
  }

  &::-webkit-scrollbar {
    width: 0;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
  }

  &::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }

  &[size='small'] {
    min-height: 17.5rem;
  }

  &[size='medium'] {
    min-height: 21.25rem;
  }

  &[size='large'] {
    min-height: 25rem;
  }

  @media screen and (min-width: 750px) {
    &[size='small'] {
      min-height: 26.25rem;
    }

    &[size='medium'] {
      min-height: 35rem;
    }

    &[size='large'] {
      min-height: 45rem;
    }
  }
}

slideshow-component[disabled='true'] slideshow-slides {
  overflow: hidden;
}

slideshow-component[mobile-disabled] slideshow-slides {
  @media screen and (max-width: 749px) {
    overflow: hidden;
  }
}

slideshow-slide {
  position: relative;
  scroll-snap-align: start;
  width: var(--slide-width, 100%);
  max-height: 100%;
  flex-shrink: 0;
  view-timeline-axis: inline;
  content-visibility: auto;
  contain-intrinsic-size: auto none;

  slideshow-component[actioned] &,
  &[aria-hidden='false'] {
    content-visibility: visible;
  }

  slideshow-component slideshow-slide:not([aria-hidden='false']) {
    content-visibility: hidden;
  }

  &[hidden]:not([reveal]) {
    display: none;
  }
}

slideshow-slide.product-media-container--tallest {
  content-visibility: visible;
}

@media screen and (max-width: 749px) {
  /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
  .media-gallery--hint
    :is(
      slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
      slideshow-slide[aria-hidden='false'] + slideshow-slide
    ) {
    content-visibility: auto;

    slideshow-component[actioned] & {
      content-visibility: visible;
    }
  }
}

/*
 * Collection and Resource list carousels have peeking slides on both sides.
 * Card galleries preview the next or previous images on 'pointerenter', so we
 * try to kick load them beforehand (they are lazy loaded otherwise).
 */
:is(.resource-list__carousel, .card-gallery)
  :is(
    slideshow-slide:has(+ slideshow-slide[aria-hidden='false']),
    slideshow-slide[aria-hidden='false'] + slideshow-slide
  ) {
  content-visibility: auto;

  slideshow-component[actioned] & {
    content-visibility: visible;
  }
}

/*
 * Be specific about HTML children structure to avoid targeting nested slideshows.
 * Ensure that the content is 'visible' while scrolling instead of 'auto' to avoid issues in Safari.
 */
slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
  content-visibility: visible;
}

slideshow-slides[gutters*='start'] {
  padding-inline-start: var(--gutter-slide-width, 0);
  scroll-padding-inline-start: var(--gutter-slide-width, 0);
}

slideshow-slides[gutters*='end'] {
  padding-inline-end: var(--gutter-slide-width, 0);
}

slideshow-component[dragging] {
  --cursor: grabbing;

  * {
    pointer-events: none;
  }
}

slideshow-component[dragging] slideshow-arrows {
  display: none;
}

slideshow-container {
  width: 100%;
  display: block;
  position: relative;
  grid-area: container;
  container-type: inline-size;
}

/*
 * Slideshow Controls
 */
slideshow-controls {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  scrollbar-width: none;
  min-height: var(--minimum-touch-target);
  grid-area: controls;

  &[controls-on-media] {
    position: absolute;
    bottom: 0;
  }
}

slideshow-controls::-webkit-scrollbar {
  display: none;
}

slideshow-controls button {
  --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
  --color-active: var(--color-foreground);
  --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));

  display: inline-block;
  height: var(--minimum-touch-target);
  width: var(--minimum-touch-target);
  cursor: pointer;
}

slideshow-controls .icon {
  width: var(--icon-size-sm);
  height: var(--icon-size-xs);
}

slideshow-controls[pagination-position='center'] {
  align-items: center;
  justify-content: center;
}

slideshow-controls[pagination-position='center'][thumbnails] {
  width: 100%;
}

slideshow-controls[pagination-position='center']:not([controls-on-media], [thumbnails], [icons-on-media]) {
  justify-content: space-between;
}

slideshow-component:has(slideshow-controls[thumbnails]) {
  &:has(slideshow-controls[pagination-position='right']) {
    display: grid;
    grid-template:
      'container controls' auto
      'arrows controls' min-content
      / 1fr auto;
  }

  &:has(slideshow-controls[pagination-position='left']) {
    display: grid;
    grid-template:
      'controls container' auto
      'controls arrows' min-content
      / auto 1fr;
  }

  slideshow-controls[pagination-position='left'] {
    order: -1;
  }
}

slideshow-controls[thumbnails]:is([pagination-position='right'], [pagination-position='left']) {
  display: flex;
  flex-direction: column;
  height: 0;
  min-height: 100%;

  .slideshow-controls__thumbnails-container {
    overflow: hidden auto;
  }

  &:not([controls-on-media]) {
    .slideshow-controls__thumbnails-container {
      position: sticky;
      top: var(--sticky-header-offset, 0);
    }

    .slideshow-controls__thumbnails {
      padding-block-start: var(--focus-outline-offset);
    }
  }
}

slideshow-controls:not([controls-on-media])[icons-on-media] {
  &[pagination-position='right'] {
    justify-content: flex-end;
  }

  &[pagination-position='left'] {
    justify-content: flex-start;
  }
}

slideshow-controls:not([controls-on-media]):is([pagination-position='left'], [pagination-position='right'])
  .slideshow-controls__thumbnails {
  padding-block: var(--padding-2xs);
}

slideshow-controls:not([controls-on-media]) {
  &:is([pagination-position='right']) {
    .slideshow-controls__thumbnails {
      padding-inline-end: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
    }
  }

  &:is([pagination-position='left']) {
    .slideshow-controls__thumbnails {
      padding-inline-start: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
    }
  }
}

slideshow-controls[controls-on-media] {
  z-index: var(--layer-raised);

  &:has(.slideshow-controls__dots, .slideshow-controls__counter) {
    --color-foreground: #fff;
    --color-foreground-rgb: var(--color-white-rgb);
  }

  &[pagination-position='right'] {
    right: 0;
  }

  &[pagination-position='left'] {
    left: 0;
  }

  &[pagination-position='center'] {
    width: 100%;
  }

  &:not([thumbnails])[pagination-position='left'] {
    width: fit-content;
    align-self: flex-start;
  }

  &:not([thumbnails])[pagination-position='right'] {
    width: fit-content;
    align-self: flex-end;
  }
}

slideshow-controls:is([pagination-position='right'], [pagination-position='left']) {
  .slideshow-controls__thumbnails {
    flex-direction: column;
  }
}

.slideshow-controls__arrows {
  display: flex;
  justify-content: space-between;
  height: var(--minimum-touch-target);
  grid-area: arrows;

  button {
    padding: 0 var(--padding-xs);
  }
}

.slideshow-controls__dots,
.slideshow-controls__counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;

  button {
    --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
    --color-active: var(--color-foreground);
    --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  }
}

slideshow-controls:has(.slideshow-controls__dots),
slideshow-component[autoplay] slideshow-controls {
  mix-blend-mode: difference;
}

.slideshow-controls__dots {
  gap: 0.6rem;
  padding: var(--padding-sm) var(--padding-lg);
  border-radius: 3rem;
  overflow: hidden;

  button {
    --size: 0.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--size) * 2);
    height: calc(var(--size) * 2);
    margin: calc(var(--size) / -2);
    font-size: 0;
    border-radius: calc(var(--size));

    &::after {
      content: '';
      display: block;
      background-color: var(--color);
      height: var(--size);
      width: var(--size);

      /* This is at --size / 2 to remove a visual regression on subpixel rendering displays */
      border-radius: calc(var(--size) / 2);

      @supports not (view-timeline-axis: inline) {
        &[aria-selected='true'] {
          --color: var(--color-active);
        }
      }

      &:hover {
        --color: var(--color-hover);
      }
    }

    &[aria-selected='true'] {
      --color: var(--color-active);
    }
  }
}

.slideshow-controls__dots,
.slideshow-controls__counter {
  &:only-child {
    margin-inline: auto;
  }
}

.slideshow-controls__counter {
  color: var(--color-foreground);
  background-color: rgb(0 0 0 / 40%);
  width: auto;
  border-radius: 2rem;
  padding: 0.3rem var(--padding-sm);
  margin-inline: var(--margin-sm);
  backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
  font-size: var(--font-size--xs);

  .slash {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-40));
    padding-inline: var(--padding-2xs);
    margin-block-start: -0.1rem;
  }
}

.slideshow-control[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.slideshow-control--large {
  .icon-caret {
    --icon-stroke-width: 1px;
  }

  .icon-caret {
    --icon-stroke-width: 1px;
  }

  .svg-wrapper,
  svg {
    width: var(--slideshow-controls-icon);
    height: var(--slideshow-controls-icon);
  }
}

/* Slideshow control shape styles */
.button-unstyled.slideshow-control.slideshow-control--shape-square,
.button-unstyled.slideshow-control.slideshow-control--shape-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-color: var(--color-primary-button-background);
  color: var(--color-primary-button-text);
}

.button-unstyled.slideshow-control.slideshow-control--shape-circle {
  border-radius: 50%;
}

.button-unstyled.slideshow-control.slideshow-control--shape-square {
  border-radius: 0;
}

.slideshow-control .icon-caret {
  rotate: -90deg;
}

/* Slideshow Thumbnails */
.slideshow-controls__thumbnails-container {
  display: flex;
  width: 100%;
  max-height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.slideshow-controls__thumbnails {
  display: inline-flex;
  padding-inline: var(--slideshow-thumbnails-padding-inline, var(--padding-sm));
  padding-block: var(--slideshow-thumbnails-padding-block, var(--padding-sm));
  gap: var(--gap-xs);
  margin-inline: auto;
  height: fit-content;

  .slideshow-control {
    border-radius: var(--media-radius);
    width: clamp(44px, 7vw, var(--thumbnail-width));
    height: auto;
    aspect-ratio: var(--aspect-ratio);

    img {
      height: 100%;
      object-fit: cover;
      border-radius: var(--media-radius);
    }

    &:is([aria-selected='true']) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
    }
  }
}

.slideshow-controls__thumbnail {
  position: relative;
}

.slideshow-controls__thumbnail-badge {
  position: absolute;
  top: var(--padding-2xs);
  right: var(--padding-2xs);
  width: clamp(16px, 10%, 20px);
  height: clamp(16px, 10%, 20px);
  background-color: var(--color-background);
  border-radius: var(--style-border-radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgb(var(--color-foreground-rgb) / var(--opacity-5));
}

.slideshow-controls__thumbnail-badge svg {
  width: 60%;
  height: 60%;
  fill: var(--color-foreground);
  opacity: 0.6;
}

/* Slideshow Play/Pause */
.slideshow-control:is(.icon-pause, .icon-play) {
  color: var(--color-active);

  &:hover {
    color: var(--color-hover);
  }

  svg {
    display: none;
  }
}

slideshow-component:is([autoplay]) {
  &:is([paused]) {
    .icon-play > svg {
      display: block;
    }
  }

  &:not([paused]) {
    .icon-pause > svg {
      display: block;
    }
  }
}

/* Slideshow Arrows */
slideshow-arrows {
  --cursor-previous: w-resize;
  --cursor-next: e-resize;

  position: absolute;
  inset: 0;
  display: flex;
  z-index: var(--layer-heightened);
  pointer-events: none;
  mix-blend-mode: difference;
  align-items: flex-end;

  &[position='left'] {
    justify-content: flex-start;
    padding-inline: var(--padding-xs);
  }

  &[position='right'] {
    justify-content: flex-end;
    padding-inline: var(--padding-xs);
  }

  &[position='center'] {
    justify-content: space-between;
    align-items: center;
  }
}

slideshow-arrows:has(.slideshow-control--shape-square),
slideshow-arrows:has(.slideshow-control--shape-circle) {
  mix-blend-mode: normal;
}

slideshow-component[disabled='true'] slideshow-arrows {
  display: none;
}

slideshow-arrows .slideshow-control {
  pointer-events: auto;
  opacity: 0;
  min-height: var(--minimum-touch-target);
  min-width: var(--minimum-touch-target);
  padding: 0 var(--padding-xs);
  color: var(--color-white);
}

slideshow-arrows .slideshow-control.slideshow-control--style-none {
  display: none;
}

.media-gallery--carousel slideshow-arrows .slideshow-control {
  padding-inline: 0 var(--padding-md);
}

.card-gallery slideshow-arrows .slideshow-control {
  /* Align icons with quick-add button */
  padding-inline: var(--padding-xl);

  @container (max-width: 249px) {
    padding-inline: 0 var(--padding-sm);
  }
}

.media-gallery--carousel slideshow-arrows .slideshow-control {
  opacity: 1;
}

:not(.media-gallery--carousel)
  > :is(slideshow-component:hover, slideshow-component:focus-within):not(:has(slideshow-controls:hover))
  > slideshow-container
  > slideshow-arrows
  .slideshow-control {
  animation: arrowsSlideIn var(--animation-speed) var(--animation-easing) forwards;
}

@keyframes arrowsSlideIn {
  from {
    transform: translate(var(--padding-sm), 0);
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.block-resource-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
  min-width: 0;
  min-height: 0;
  container-type: inline-size;
  container-name: resource-list;
}

.section-resource-list {
  row-gap: var(--gap);
}

.section-resource-list__content {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  gap: var(--gap);
  width: 100%;
}

.section-resource-list__content:empty {
  display: none;
}

.section-resource-list__header:is(:empty, :has(.group-block-content:empty)),
.section-resource-list__content:empty {
  display: none;
}

.section-resource-list.section--full-width product-card-link > .group-block {
  @media screen and (max-width: 749px) {
    padding-inline: max(var(--padding-xs), var(--padding-inline-start))
      max(var(--padding-xs), var(--padding-inline-end));
  }
}

.resource-list--carousel-mobile {
  display: block;

  @media screen and (min-width: 750px) {
    display: none;
  }
}

.resource-list {
  --resource-list-mobile-gap-max: 9999px;
  --resource-list-column-gap: min(var(--resource-list-column-gap-desktop), var(--resource-list-mobile-gap-max));
  --resource-list-row-gap: min(var(--resource-list-row-gap-desktop), var(--resource-list-mobile-gap-max));

  width: 100%;

  @media screen and (max-width: 749px) {
    --resource-list-mobile-gap-max: 12px;
  }

  @container resource-list (max-width: 749px) {
    --resource-list-mobile-gap-max: 12px;
  }
}

.resource-list--grid {
  display: grid;
  gap: var(--resource-list-row-gap) var(--resource-list-column-gap);
  grid-template-columns: var(--resource-list-columns-mobile);

  @media screen and (min-width: 750px) {
    grid-template-columns: var(--resource-list-columns);
  }

  @container resource-list (max-width: 449px) {
    grid-template-columns: var(--resource-list-columns-mobile);
  }

  @container resource-list(min-width: 450px) and (max-width: 749px) {
    --resource-list-columns-per-row: 3;

    grid-template-columns: repeat(var(--resource-list-columns-per-row), 1fr);

    /* Avoid orphan in last row when there are 4, 7, or 10 items */
    &:has(.resource-list__item:first-child:nth-last-child(3n + 1)),
    /* Clean two full rows when there are 8 items */
    &:has(.resource-list__item:first-child:nth-last-child(8n)) {
      --resource-list-columns-per-row: 4;
    }
  }

  @container resource-list (min-width: 750px) {
    grid-template-columns: repeat(var(--resource-list-columns-per-row), 1fr);

    &:has(.resource-list__item:first-child:nth-last-child(n + 9)) {
      --resource-list-columns-per-row: 5;
    }

    &:has(.resource-list__item:first-child:nth-last-child(n + 7):nth-last-child(-n + 8)) {
      --resource-list-columns-per-row: 4;
    }

    &:has(.resource-list__item:first-child:nth-last-child(6)) {
      --resource-list-columns-per-row: 3;
    }

    &:has(.resource-list__item:first-child:nth-last-child(5)) {
      --resource-list-columns-per-row: 5;
    }

    &:has(.resource-list__item:first-child:nth-last-child(-n + 4)) {
      --resource-list-columns-per-row: 4;
    }
  }

  @container resource-list (min-width: 1200px) {
    &:has(.resource-list__item:first-child:nth-last-child(6)) {
      --resource-list-columns-per-row: 6;
    }
  }
}

.resource-list__item {
  height: 100%;
  color: var(--color-foreground);
  text-decoration: none;
}

.resource-list__carousel {
  --slide-width: 60vw;

  width: 100%;
  position: relative;
  container-type: inline-size;
  container-name: resource-list-carousel;

  .slideshow-control[disabled] {
    display: none;
  }

  .slideshow-control--next {
    margin-inline-start: auto;
  }
}

@container resource-list-carousel (max-width: 749px) {
  .resource-list__carousel .resource-list__slide {
    --slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
  }
}

@container resource-list-carousel (min-width: 750px) {
  .resource-list__carousel .resource-list__slide {
    --section-slide-width: calc(
      (100% - (var(--resource-list-column-gap) * (var(--column-count) - 1)) - var(--peek-next-slide-size)) /
        var(--column-count)
    );
    --fallback-slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
    --slide-width: var(--section-slide-width, var(--fallback-slide-width));
  }
}

.resource-list__carousel slideshow-slides {
  gap: var(--resource-list-column-gap);

  /* Add padding to prevent hover animations from being clipped in slideshow
     15px accommodates:
     - Scale effect (9px on each side from 1.03 scale)
     - Lift effect (4px upward movement)
     - Shadow (15px spread with -5px offset)
     Using 16px for better alignment with our spacing scale */

  margin-block: -16px;
  padding-block: 16px;
}

.resource-list__carousel slideshow-arrows {
  padding-inline: var(--util-page-margin-offset);
}

.resource-list__carousel .resource-list__slide {
  width: var(--slide-width);
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 0;
}

/* Base styles */
.group-block,
.group-block-content {
  position: relative;
}

.group-block:has(> video-background-component),
.group-block:has(> .background-image-container) {
  overflow: hidden;
}

.group-block-content {
  height: 100%;
  width: 100%;
}

/* Container styles */
.section-content-wrapper.section-content-wrapper:where(.layout-panel-flex) .group-block--fill {
  flex: 1;
}

/* Flex behavior for width variants */
.layout-panel-flex--row > .group-block--width-fit {
  flex: 0;
}

.layout-panel-flex--row > .group-block--width-fill {
  flex: 1;
}

.layout-panel-flex--row > .group-block--width-custom {
  flex-basis: var(--size-style-width);
}

/* Dimension utilities - Height */
.group-block--height-fit {
  height: auto;
}

.group-block--height-custom,
.group-block--height-fill {
  height: var(--size-style-height);
}

/* Flex behavior for height variants */
.layout-panel-flex--column > .group-block--height-fit {
  flex: 0 1 auto;
}

.layout-panel-flex--column > .group-block--height-fill {
  flex: 1;
}

.layout-panel-flex--column > .group-block--height-custom {
  flex-basis: var(--size-style-height);
}

accordion-custom {
  details {
    &::details-content,
    .details-content {
      block-size: 0;
      overflow-y: clip;
      opacity: 0;
      interpolate-size: allow-keywords;
      transition: content-visibility var(--animation-speed-slow) allow-discrete,
        padding-block var(--animation-speed-slow) var(--animation-easing),
        opacity var(--animation-speed-slow) var(--animation-easing),
        block-size var(--animation-speed-slow) var(--animation-easing);
    }

    &:not([open]) {
      &::details-content,
      .details-content {
        padding-block: 0;
      }
    }

    &[open] {
      &::details-content,
      .details-content {
        opacity: 1;
        block-size: auto;

        @starting-style {
          block-size: 0;
          opacity: 0;
          overflow-y: clip;
        }

        &:focus-within {
          overflow-y: visible;
        }
      }
    }
  }
}

accordion-custom[data-disable-on-mobile='true'] summary {
  @media screen and (max-width: 749px) {
    cursor: auto;
  }
}

accordion-custom[data-disable-on-desktop='true'] summary {
  @media screen and (min-width: 750px) {
    cursor: auto;
  }
}

text-component {
  --shimmer-text-color: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  --shimmer-color-light: rgb(var(--color-foreground-rgb) / var(--opacity-10));
  --shimmer-speed: 1.25s;

  display: inline-block;
  position: relative;
  transition: color var(--animation-speed-slow) ease;
  line-height: 1;

  &::after {
    content: attr(value);
    position: absolute;
    inset: 0;
    color: transparent;
    opacity: 0;
    transition: opacity var(--animation-speed-slow) var(--animation-easing);
    pointer-events: none;
    background-image: linear-gradient(
      -85deg,
      var(--shimmer-text-color) 10%,
      var(--shimmer-color-light) 50%,
      var(--shimmer-text-color) 90%
    );
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100% 0;
    place-content: center;
  }

  &[shimmer] {
    color: transparent;

    &::after {
      opacity: 1;
      animation: text-shimmer var(--shimmer-speed) infinite linear;
    }
  }
}

@keyframes text-shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

/* Animation transitions */
.transition-background-color {
  transition: background-color var(--animation-speed-medium) ease-in-out;
}

.transition-transform {
  transition: transform var(--animation-speed-medium) var(--animation-timing-bounce);
}

.transition-border-color {
  transition: border-color var(--animation-speed-medium) var(--animation-timing-hover);
}

/* Global scrollbar styles */

/* Webkit browsers */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-40));
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  transition: background-color 0.2s;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(var(--color-foreground-rgb) / var(--opacity-60));
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* Product card title truncation - applied only to zoom-out view */
[product-grid-view='zoom-out'] :is(.product-card, .product-grid__card) :is(h4, .h4) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

/* Product card title truncation - applied on mobile regardless of view */
@media screen and (max-width: 749px) {
  :is(.product-card, .product-grid__card) :is(h4, .h4) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
}

.product-card:hover,
.collection-card:hover,
.resource-card:hover,
.predictive-search-results__card--product:hover,
.predictive-search-results__card:hover {
  position: relative;
  z-index: var(--layer-raised);
  transition: transform var(--hover-transition-duration) var(--hover-transition-timing),
    box-shadow var(--hover-transition-duration) var(--hover-transition-timing);
}

.header .product-card:hover,
.header .collection-card:hover,
.header .resource-card:hover,
.header-drawer .product-card:hover,
.header-drawer .collection-card:hover,
.header-drawer .resource-card:hover {
  z-index: auto;
  transform: none;
  box-shadow: none;
}

/* Prevent iOS zoom on input focus by ensuring minimum 16px font size on mobile */
@media screen and (max-width: 1200px) {
  input,
  textarea,
  select,
  /* Higher specificity to override type preset classes like .paragraph, .h1, etc. */
  .paragraph.paragraph input,
  .paragraph.paragraph textarea,
  .paragraph.paragraph select,
  .h1.h1 input,
  .h1.h1 textarea,
  .h1.h1 select,
  .h2.h2 input,
  .h2.h2 textarea,
  .h2.h2 select,
  .h3.h3 input,
  .h3.h3 textarea,
  .h3.h3 select,
  .h4.h4 input,
  .h4.h4 textarea,
  .h4.h4 select,
  .h5.h5 input,
  .h5.h5 textarea,
  .h5.h5 select,
  .h6.h6 input,
  .h6.h6 textarea,
  .h6.h6 select {
    font-size: max(1rem, 100%);
  }
}




/* CUSTOM */

/*
Theme Name: Ciseles
Version: 1.0
Author: Lonch
Author URI: https://lonch.digital
*/

@import url('./fonts/FuturaPT/stylesheet.css');
@import url('./fonts/HelveticaNeueLight/style.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
	font-family: 'Danzza Regular', sans-serif;
	font-family: 'HelveticaNeueLight', sans-serif;
    font-size: 16px;
    background: #FCFAF7;
    position: static !important;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

ins {
    text-decoration: none;
    font-weight: normal;
}

button,
input,
input::placeholder,
select,
textarea,
textarea::placeholder {
    outline: none;
    font-family: 'Montserrat', sans-serif;
	font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    opacity: 1;
    color: #000;
    background: none;
    border: none;
}

input {
    border-radius: 0;
    -webkit-border-radius: 0;
}

button,
input,
select,
textarea {
    outline: none;
    font-family: 'Montserrat', sans-serif;
	font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

.container {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

header .container,
footer .container,
.ark-woo-page .container,
#front-newin-slider .container {
	max-width: 100%;
  	padding-left: 64px;
  	padding-right: 64px;
}

section {
    margin-bottom: 120px;
}

.no-scroll {
    overflow: hidden;
}

.front-page-big-pic,
header video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

#video-header::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #00000040;
}

.page-template-front-page #video-header {
	margin-bottom: 120px;
}

.header-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.header-top nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.header-top nav ul li {
    margin-right: 50px;
}

.header-top nav ul li a {
    color: #FCFAF7;
}

.header.dark .header-top nav ul li a {
    color: #2F292D;
}

.header-top nav ul li:last-child {
    margin-right: 0;
}

.scrolled .header-top {
	background: #fff;
}

.header-user-btns a {
    margin-right: 30px;
}

.header.dark .header-user-btns a {
    filter: brightness(0) saturate(100%);
}

.header.dark .woo_amc_open_active,
.scrolled .woo_amc_open_active {
	filter: none !important;
}

.header.dark .woo_amc_open_active img,
.scrolled .woo_amc_open_active img {
	filter: brightness(0) saturate(100%);
}

.header-user-btns a:last-child {
    margin-right: 0;
}

.header-user-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header {
    position: relative;
}

.header {
    min-height: 100vh;
    padding: 35px 0 90px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header.dark {
    min-height: 56px;
    margin: 25px 0 25px 0;
    padding: 0;
}

.header.dark .header-logo {
    filter: brightness(0) saturate(100%);
}

.header-logo img {
	max-width: 240px;
}

.header-wrapper ul li {
  position: relative;
}

header .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  display: block;
  width: 150%;
  height: 50%;
  z-index: 5;
}

header ul.sub-menu {
    display: none;
    min-width: fit-content;
    position: absolute;
    left: -150%;
    top: 150%;
    background: #fff;
    padding: 15px 30px;
    list-style: none;
    border-radius: 10px;
	gap: 15px;
	border: 1px solid #eee;
}

header ul.sub-menu.show-sub {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

header ul.sub-menu.show-sub li {
	margin-right: 0;
}

header ul.sub-menu.show-sub li a {
	color: #000;
}

header .menu-item-has-children::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='10' height='10' fill='%23fff'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  position: absolute;
  right: -20px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}

header .menu-item-has-children.hovered::after {
  transform: rotate(180deg);
  top: 2px;
}

header .header.dark .menu-item-has-children::after {
filter: brightness(0%);
}

.front-page-big-logo {
    text-align: center;
}

.front-page-big-logo img {
	max-width: 810px;
	width: 100%;
}

#video-header .front-page-big-logo {
	position: relative;
	z-index: 9;
}

.header-info-line {
	margin-bottom: 0;
	text-align: center;
	font-size: 11px;
	padding: 10px 0;
	background: #000;
	color: #fff;
}

.front-collections > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 1%;
	align-items: center;
	text-align: center;
}

.front-collections .archive-collections-item-main-wrapper {
	max-width: 80%;
  margin: 0 auto;
}

.front-collections a {
    position: relative;
    display: block;
}

.front-collections a img {
    width: 100%;
    height: 100%;
    display: block;
}

.front-collections a span {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    line-height: 29px;
    color: #FCFAF7;
    display: block;
}

.front-newin-slider-title {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-title {
	font-family: "CardinalClMidW", sans-serif;
	font-family: 'Futura PT Book', sans-serif;
    font-weight: 400;
    font-size: 42px;
	line-height: 53px;
    margin-bottom: 40px;
    display: block;
	text-transform: uppercase;
}

.front-newin-slider-title h2 {
    margin-bottom: 0;
	font-size: 30px;
	line-height: 40px;
	font-size: 25px;
  line-height: 34.88px;
}

.front-newin-slider-title div {
    display: flex;
    align-items: center;
}

.front-newin-slider-title div img {
    cursor: pointer;
}

.front-newin-slider-title div img:first-child {
    margin-right: 35px;
}

.half-container {
    width: calc(100vw - ((100vw - 1270px) / 2));
    margin-left: auto;
    margin-right: 0px;
}

.half-container-reverse {
    width: calc(100vw - ((100vw - 1270px) / 2));
    margin-left: 0;
    margin-right: auto;
}

.front-newin-slider-init.half-container {
	width: auto;
	margin-left: 64px;
}

.front-newin-slider-init {
    margin-bottom: 75px;
}

.front-newin-slider-init .swiper-slide {
    width: 410px;
}

.front-newin-slider-item-wrapper img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.ark-woo-archive-title-price-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.front-newin-slider-item-wrapper p,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Futura PT Book", sans-serif;
    font-weight: 400;
    line-height: normal;
    padding: 0;
	color: #000;
	text-transform: uppercase;
}

.front-newin-slider-item-wrapper>div>span,
.woocommerce ul.products li.product .price {
    font-weight: 500;
    display: block;
    margin-left: 20px;
    line-height: 155.4%;
    flex-shrink: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 15px;
}

.front-newin-slider-item-wrapper bdi {
    display: flex;
}

.single-product #front-newin-slider {
	margin-top: 100px;
}

.black-no-bg-btn {
    text-align: center;
}

.black-no-bg-btn a,
.black-no-bg-btn button {
    color: #2F292D;
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #2F292D;
    min-width: 146px;
    display: inline-block;
}

#info-block {
  display: none
}

#info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}

#info-block .info-block {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.info-block-img {
	max-width: 550px;
}
.info-block {
    padding: 20px 0;
    color: #FCFAF7;
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
}

.info-block h2 {
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    margin-bottom: 15px;
	color: #000;
}

.info-block p {
    line-height: 155.4%;
    margin-bottom: 15px;
}

.white-no-bg-btn a,
.white-no-bg-btn button,
.white-no-bg-btn span {
    color: #FCFAF7;
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #FCFAF7;
    min-width: 146px;
    display: inline-block;
	text-align: center;
}

.info-block .white-no-bg-btn a {
	color: #000;
	border: 1px solid #000;
}

.front-categories .section-title {
	font-size: 30px;
	line-height: 40px;
}

.front-categories-item {
    position: relative;
    overflow: hidden;
    display: block;
}

.front-categories-item img {
    display: block;
    width: 100%;
}

.front-categories-item div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000005c;
    font-size: 24px;
    line-height: 29px;
    color: #FCFAF7;
}

.front-categories-item:hover div {
    transform: translateY(0);
}

.front-categories-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.logo-black-big {
    text-align: center;
    margin-bottom: 120px;
	display: none;
}

.footer-main nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
	display: flex;
  flex-direction: column;
}

.footer-main {
    display: grid;
  grid-template-columns: 32% 32% 32%;
  gap: 0 2%;
  margin-bottom: 35px;
}

/* .footer-menu-2 ul li:nth-child(even) {
	margin-bottom: 15px;
} */

.footer-subscr1be>span {
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.footer-subscr1be>p {
    line-height: 155.4%;
    margin-bottom: 15px;
	display: none;
}

input {
    border: 1px solid #A3A3A3;
    padding: 10px 15px;
    width: 100%;
}

footer input {
	border: none;
	padding-left: 0;
}

input::placeholder {
    color: #A3A3A3;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block !important;
    width: auto;
    border: none;
    padding: 0;
}

input[type="checkbox"]::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #2F292D;
    border-radius: 3px;
    cursor: pointer;
}

input[type="checkbox"]:checked::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #2F292D;
    border-radius: 3px;
    background-image: url('./img/checked.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.black-full-btn button,
.black-full-btn a,
.cart_totals .checkout-button.button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.wc-backward,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-weight: 500 !important;
    color: #FFFFFF !important;
    padding: 11px 25px !important;
    background: #2F292D !important;
    background-color: #2F292D !important;
    display: inline-block !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    line-height: 1.4 !important;
}



.footer-subscr1be form>div {
    display: flex;
    margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.footer-subscr1be form>div button {
	height: 100%;
	transform:rotate(180deg);
	transition:fill 300ms;
	fill:currentcolor;
	width:24px;
}

.footer-subscr1be form label {
    display: flex;
    align-items: center;
}

.footer-subscr1be form label span {
    color: #2F292D;
    font-size: 12px;
    line-height: 16px;
    margin-left: 5px;
}

.lang,
.currency {
    position: relative;
}

.lang-current::after,
.currency-current::after {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 0px;
    background: url('./img/arrow-small-right-white.svg') no-repeat right center;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.lang-current.click::after,
.currency-current.click::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lang-current,
.currency-current {
    display: flex;
    align-items: center;
    line-height: 0.8;
    position: relative;
    cursor: pointer;
}

.langs-list,
.currency-list {
    display: none;
    position: absolute;
    bottom: 0;
    right: -70px;
    background: #FFFFFF;
    color: #000;
    box-shadow: 0px 2px 13px rgb(221 221 221);
    padding: 10px;
    z-index: 9;
}

.currency-list {
    right: -80px;
}

.langs-list-item,
.currency-list-item {
    margin-bottom: 10px;
    cursor: pointer;
}

.langs-list-item:last-child,
.currency-list-item:last-child {
    margin-bottom: 0;
}

.footer-bottom {
    background: #2F292D;
    padding: 10px 0;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F9F9F9;
}

.footer-international {
    display: flex;
}

.footer-international .currency {
    margin-right: 35px;
}

.footer-payments {
    display: flex;
    align-items: center;
}

.footer-payments img:first-child {
    margin-right: 15px;
}

.ark-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.ark-breadcrumbs-list li {
    flex-shrink: 0;
}

.ark-breadcrumbs-list a,
.ark-breadcrumbs-list span {
    font-size: 12px;
}

.ark-bc-divider {
    margin: 0 15px;
}

.ark-bc-divider svg {
    filter: brightness(0) saturate(100%);
}

.bc-center {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ark-breadcrumbs-list li.active span {
    color: #BEBEBE;
}

#ark-breadcrumb {
    margin-bottom: 20px;
	display: none;
}

.section-title-center {
    text-align: center;
}

.archive-collections {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.archive-collections-item {
    position: relative;
}

.archive-collections-item img {
    display: block;
    width: 100%;
    height: 100%;
}

.archive-collections-item>div {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FCFAF7;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
	display: none;
}

.archive-collections-item .white-no-bg-btn {
    display: none;
}

.archive-collections-item p {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #2F292D;
    padding: 10px;
    background: #FCFAF7;
}

.archive-collections-item-main {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F292D;
    line-height: 155.4%;
}

.archive-collections-item-main h1 {
    margin-bottom: 25px;
	font-family: 'Futura PT Book', sans-serif;
	text-transform: uppercase;
}

.archive-collections-item-main .archive-collections-item-main-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.archive-collections-item-main .archive-collections-item-main-wrapper div {
    max-width: 80%;
	text-align: center;
	margin: 0 auto;
}

.archive-collections-item-main-wrapper p {
	text-align: center;
	line-height: 18px;
}

.home .archive-collections-item-main-wrapper p,
.archive-collections-item-main-wrapper p {
	text-align: justify;
	font-size: 16px;
	line-height: 155.4%;
}

.bc-relative {
    margin-bottom: 0 !important;
    position: relative;
    z-index: 9;
}

.bc-relative ul {
    position: absolute;
    top: 40px;
    left: 0;
}

.single-collection-slider-init .swiper-slide {
    width: 480px;
}

.single-collection-slider-nav img {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    cursor: pointer;
}

.single-collection-slider-button-prev {
    right: calc(100vw - ((100vw - 1270px) / 2));
}

.single-collection-slider-button-next {
    left: calc(100vw - ((100vw - 1270px) / 2));
}

.bc-white a {
    color: #FCFAF7;
}

.bc-white .active span {
    color: #BEBEBE;
}

.bc-white .ark-bc-divider svg {
    filter: none;
}

.archive-blog-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 790px;
}
.front-popular-item-wish {
	display: none;
}
.archive-blog-main .black-full-btn a {
	min-width: 146px;
	text-align: center;
}

.absolute-header {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.archive-blog-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.archive-blog-left-wrapper {
    max-width: 410px;
	margin: 0 auto;
}

.archive-blog-right img {
    width: 100%;
}

.t-170 {
    top: 170px;
}

.t-0 {
    top: 0;
}

.archive-blog-left-wrapper h1 {
    margin-bottom: 25px;
	font-family: 'Futura PT Book', sans-serif;
}

.archive-blog-left-wrapper p {
    line-height: 155.4%;
    color: #2F292D;
    margin-bottom: 25px;
	text-align: justify;
}

.archive-blog-articles-list {
	padding-top:120px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}

.archive-blog-articles-list a {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.archive-blog-articles-list a img {
    width: 100%;
    aspect-ratio: 9 / 10;
    object-fit: cover;
    display: block;
	margin-bottom: 15px;
}

.archive-blog-articles-list a span {
    display: block;
    padding: 0 15px;
    line-height: 155.4%;
	text-transform: uppercase;
}

.wp-pagenavi {
    text-align: center;
    margin-top: 35px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #2F292D;
    margin: 0 12px;
}

.wp-pagenavi .current {
    display: inline-block;
    padding: 5px 13px;
    background: #2F292D;
    border: 1px solid #2F292D;
    color: #FCFAF7;
}

.single-blog-page-img img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    max-width: 100%;
    height: auto;
    z-index: -1;
}

#section-single-blog-page {
    position: relative;
}

.single-blog-page-wrapper {
    padding-top: 400px;
    max-width: 840px;
    margin: 0 auto;
}

.single-blog-page-content {
    padding: 40px 30px;
    background: #FCFAF7;
    box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 1px 16px -5px rgba(0, 0, 0, 0.49);
    color: #2F292D;
}

.single-blog-page-content h1 {
	font-family: 'Futura PT Book', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 51px;
    margin-bottom: 40px;
}

.single-blog-page-content-txt h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
}

.single-blog-page-content-txt p,
.single-blog-page-content-txt ul,
.single-blog-page-content-txt ol {
    line-height: 155.4%;
    margin-bottom: 40px;
	list-style-position: inside;
}

.single-blog-page-content .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.single-blog-page-content .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.blog-block {
    margin-bottom: 40px;
    padding: 25px 50px;
    border-left: 5px solid #2F292D;
}

.single-blog-author-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-blog-author-date span {
    font-weight: 500;
}

.privacy-policy .single-blog-author-date {
	display: none;
}

.blog-related-wrapper {
    display: flex;
    justify-content: space-between;
}

.blog-related-wrapper h2 {
    margin-bottom: 0;
}

.blog-related-wrapper {
    margin-bottom: 40px;
}

.contacts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contacts-left {
	padding-top: 170px;
}

.contacts-right {
    text-align: right;
}

.contacts-left>div>a {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.contacts-left>div>p {
    font-size: 12px;
    color: #A3A3A3;
    margin-bottom: 40px;
	text-align: center;
}

.contacts-s0c1al {
    display: flex;
    align-items: center;
	justify-content: center;
}

.contacts-s0c1al>a {
    margin: 0 12px;
}

.contacts-s0c1al>a:first-child {
    margin-left: 0;
}

.contacts-s0c1al>a:last-child {
    margin-right: 0;
}

.contacts-right {
    filter: grayscale(100%);
}

#contacts-page .section-title {
	text-align: center;
	text-transform: uppercase;
}

.contacts-content {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}

.page-404 {
    text-align: center;
    margin: 165px auto 220px auto;
    max-width: 520px;
}

.page-404 h1 {
    font-weight: 200;
    font-size: 110px;
    line-height: 134px;
    margin-bottom: 25px;
	font-family: 'Futura PT Book', sans-serif;
}

.page-404 span {
    font-size: 24px;
    line-height: 29px;
    display: block;
    margin-bottom: 25px;
}

.page-404 p {
    margin-bottom: 25px;
    line-height: 155.4%;
}

.single-blog-page-wrapper.simple-page {
    padding-top: 0;
    box-shadow: none;
}

.single-blog-page-wrapper.simple-page .single-blog-page-content {
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 0;
}

.single-blog-page-wrapper.simple-page .single-blog-page-content h1 {
	font-family: 'Futura PT Book', sans-serif;
    text-align: center;
	text-transform: uppercase;
}

#simple-page {
	margin-top: 50px;
}

.blog-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    margin-bottom: 40px;
}

.blog-images img {
    width: 100%;
    display: block;
}

.blog-images br {
    display: none;
}

.ark-overlay-search,
.ark-overlay-filter,
.ark-overlay-discount {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 27, 36, 0.9);
    z-index: 9999;
}

.ark-overlay-search {
	z-index: 99999;
}

.ark-overlay-search .popup,
.ark-overlay-search .filter,
.ark-overlay-search .discount {
    position: fixed;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ark-overlay-search .popup-close-search {
    position: absolute;
    right: 400px;
    top: 100px;
    cursor: pointer;
    z-index: 99;
    padding: 19px;
    border-radius: 100%;
}

.ark-overlay-search .popup,
.ark-overlay-filter .popup,
.ark-overlay-discount .popup {
    width: 100%;
    height: 100%;
}

.ark-overlay-search .popup-content,
.ark-overlay-filter .popup-content,
.ark-overlay-discount .popup-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-search-in-popup {
    display: flex;
}

.modal-search-in-popup input {
    background: #fcfaf7;
    border: 1px solid #565656;
    width: 510px;
    font-weight: 500;
    color: #565656;
}

.popup-discount {
font-family: "Montserrat", sans-serif;
	position: relative;
	width: 410px;
	background: #FCFAF7;
	 margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.popup-discount > img {
	display: block;
	width: 100%;
}

.popup-content-discount-wrapper {
	padding: 40px 40px 50px 40px;
}

.popup-close-discount {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}

.popup-content-discount > span {
font-size: 26px;
line-height: 39.01px;
color: #2F292D;
display: block;
margin-bottom: 20px;
}

.popup-content-discount > p,
.discount-form-thank p {
font-size: 12px;
line-height: 14.63px;
font-weight: 500;
color: #2F292D;
	margin-bottom: 20px;
}

.discount-form-thank p {
	text-align: center;
	margin: 0;
	padding: 100px 0;
}

.discount-form-thank p {
	font-weight: 400;
}

.popup-content-discount form label {
	display: block;
	margin-bottom: 15px;
}

.popup-content-discount form label span {
font-size: 12px;
line-height: 14.63px;
color: #2F292D;
display: block;
margin-bottom: 10px;
}

.popup-content-discount input {
	border: none;
	background: #fff;
}

.popup-content-discount input::placeholder {
	font-family: "Montserrat", sans-serif;
	color: #A3A3A3;
font-size: 14px;
line-height: 21.76px;
}

.ark-overlay-search .popup-center {
    position: relative;
}

.popup-content-discount form .black-no-bg-btn button,
.discount-form-thank button {
	display: block;
	width: 100%;
}

.popup-content-discount form button,
.discount-form-thank button {
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 19.5px;
text-align: center;
color: #2F292D;
}

.popup-content-discount form br,
.mc4wp-checkbox.mc4wp-checkbox-contact-form-7,
.discount-form-thank {
	display: none;
}

.popup-content-discount form .wpcf7-not-valid-tip {
	display: block;
	margin-top: 5px;
	color: red;
}

.result-search-head {
    width: 100%;
    position: absolute;
    left: 0;
    background: #FCFAF7;
}

.result-search-wrapper {
    padding: 5px 15px;
}

.result-search-wrapper:first-child {
    padding-top: 10px;
}

.result-search-wrapper:last-child {
    padding-bottom: 10px;
}

.result-search-item a {
    color: #2F292D;
    line-height: 155.4%;
}

.mb-0 {
    margin-bottom: 0 !important;
}

#archive-collections-no-posts,
#single-collection-no-content,
#product-cat-no-content {
    margin: 20vh 0px;
    text-align: center;
}

#archive-blog-no-posts {
    text-align: center;
}

/* Woo */

.single-product-sliders-wrapper {
    width: 100%;
    flex-shrink: 0;
}

.single-product-gallery-for {
    width: 100%;
    height: 915px;
}

.single-product-gallery-for img {
    width: 100%;
    height: 100%;
    display: block;
}

.single-product-gallery-nav {
    height: 450px;
    position: absolute;
    bottom: 100px;
    left: 85px;
    opacity: 0;
    transition: all 1s;
	display: none;
}

.single-product-gallery-nav img {
    width: 84px;
    height: 100%;
}

.single-product-sliders-wrapper:hover .single-product-gallery-nav {
    opacity: 1;
}

.ark-woo-sp-main-info-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.ark-woo-before-main-content-wrap {
    padding-top: 25vh;
}

.swiper-slide-thumb-active,
.ark-woo-product-current-thumb {
    border: 1px solid #fff;
}

.ark-woo-sp-main-info-wrapper .ark-breadcrumb-wrapper {
    margin-bottom: 45px;
	display: none;
}

.single-product .product_title {
    font-weight: 400;
    font-size: 29px;
    line-height: 39px;
    color: #2f292d;
    margin-bottom: 25px;
	font-family: "Futura PT Book", sans-serif;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.ark-woo-sp-main-info-wrapper .price {
    margin-bottom: 20px;
	font-size: 15px !important;
}

.ark-woo-sp-main-info-wrapper .price bdi,
.ark-woo-single-product-sticky-block .price {
    font-weight: 500;
    font-size: 15px !important;
    color: #2f292d !important;
}

.ark-woo-sp-vh {
	max-width: 450px;
	margin: 0 auto;
}

.single-product .ark-woo-sp-vh {
	max-width: 390px;
	display: flex;
	flex-direction: column;
}

.single-product .ark-woo-sp-vh .product_title {
	order: 1;
}

.single-product .ark-woo-sp-vh .price {
	order: 2;
}

.single-product .ark-woo-sp-vh .variations_form {
	order: 3;
}

.single-product .ark-woo-sp-vh .submit-single-product-form-desk {
	order: 4;
}

.no-size-notify-form {
	order: 5;
	display: none;
	margin-bottom: 20px;
}

.single-product .ark-woo-sp-vh .woocommerce-tabs {
	order: 6;
}

.no-size-notify-form > span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}

.no-size-notify-form .black-full-btn {
	margin-top: 10px;
}

.no-size-notify-form .black-full-btn button {
	width: 100%;
}

.no-size-notify-form br {
	display: none;
}

.single-product .variations tr {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	margin-bottom: 10px;
}

.single-product .variations tr:last-child {
    margin-bottom: 0;
}

.single-product.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.reset_variations {
    display: none !important;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    font-size: 16px;
    margin: 0 8px 0 0;
	font-size: 13px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background-color: transparent;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: none !important;
    padding: 0;
    margin: 0 8px;
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span {
    border-radius: 0;
    color: #000;
	font-size: 13px;
}

.variable-item-span.variable-item-span-color {
    border-radius: 100% !important;
	border: 1px solid #888;
}

.woo-selected-variation-item-name {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background: transparent !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) span {
    color: #000;
	position: relative;
	overflow: visible;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) span::after {
	content: '';
	width: calc(100% + 10px);
	height: 1px;
	background: #000;
	position: absolute;
	left: -5px;
	bottom: -2px;
}

.size .variable-item.disabled .variable-item-contents::before {
	opacity: 0;
}

.woocommerce div.product form.cart div.quantity {
    display: none !important;
}

.variable-item.color-variable-item {
    width: 15px !important;
    height: 15px !important;
}

.woocommerce div.product form.cart .button {
    font-weight: 500;
    font-size: 16px;
    color: #2f292d !important;
    padding: 13px;
    border: 1px solid #2f292d;
    float: none;
    background-color: transparent !important;
    border-radius: 0;
    width: 390px;
}

.variable-item-contents,
.variable-item.button-variable-item {
    width: min-content !important;
}

.variable-item.color-variable-item .variable-item-contents {
    width: 100% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 25px 0;
	display: flex;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    /*margin: 0;*/
    padding: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #2f292d !important;
    padding-bottom: 5px;
	font-size: 19px;
	font-family: "Futura PT Book", sans-serif;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none !important;
    border: none !important;
    margin: 0 25px;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #000;
    content: "";
    transition: width 0.3s ease-out;
    animation: grow 1s ease forwards;
    margin-top: 3px;
}

@keyframes grow {
    to {
        width: 100%;
    }
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 25px;
    line-height: 155%;
	font-size: 14px;
	margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 25px;
}

.woocommerce-products-header__title.page-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 35px;
	text-transform: uppercase;
	font-family: 'Futura PT Book', sans-serif;
}

.ark-woo-archive-ordering-loop-wrapper .products,
.favorits-page-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.favorits-page-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
    margin: 0;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce ul.products li.product a img {
    margin: 0;
}

.ark-woo-archive-product-thumb {
    margin-bottom: 10px;
}

.woof_show_auto_form.woof_btn_default {
    display: none !important;
}

.woocommerce .woocommerce-ordering {
    float: none;
    margin: 0;
}

.ark-woo-archive-ordering-filter-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.woof_container_inner h4 {
    margin-bottom: 0;
    font-weight: 500;
    color: #2f292d;
}

.woof_container {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    margin-right: 100px;
}

.woof_container:last-child {
    margin-right: 0;
}

.woof_container_checkbox .woof_list.woof_list_checkbox {
    display: block;
}

.woof_list_checkbox li div {
    border: 1px solid #2F292D;
    border-radius: 3px;
    width: 14px;
    height: 14px;
    margin-top: 0;
    background: transparent;
}

.icheckbox_square-blue.checked {
    background-image: url(./img/checked.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.ark-woo-archive-product-filter .woof_redraw_zone {
    display: flex;
}

.woof_block_html_items {
    position: absolute;
    left: 0;
    top: 20px;
    width: min-content;
    max-width: 160px;
    max-height: 200px;
    z-index: 99;
    background: #fcfaf7;
    overflow: auto;
}

.filter-activated .woof_block_html_items {
    display: none;
}

/* .woof_label_term input, */
.woof_submit_search_form_container {
    display: none !important;
}

.woof_list_label .woof_label_term {
    padding: 0;
    margin: 0;
    min-width: 0;
    max-width: none;
    height: auto;
    background-color: transparent;
    border: none;
    justify-content: flex-start;
}

.woof_list_label input.woof_label_term {
	display: none !important;
}

.woof_container_inner_color .woof_list_label .woof_label_term {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	font-size: 0;
}

.woof_container_inner_color .woof_list_label input.woof_label_term {
	display: inline-block !important;
}

.woof_container_inner_color .woof_list_label .woof_label_term {
	width: 20px;
    height: 20px;
}

.woof_label_term.checked {
	font-weight: 700;
}

.woof_list_label .woof_label_term input::before {
	border: none;
}

.woof_list_label .woof_label_term .woof_list.label {
	font-size: 16px;
}

.woof_front_toggle.woof_front_toggle_closed::after,
.filter-activated .filter-selected-parent .woof_front_toggle.woof_front_toggle_opened::after {
    content: url('./img/pagination-next.svg');
    position: absolute;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    right: -30px;
    top: 5px;
}

.woof_front_toggle.woof_front_toggle_opened::after,
.filter-activated .filter-selected-parent .woof_front_toggle.woof_front_toggle_closed::after {
    content: url('./img/pagination-next.svg');
    position: absolute;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 5px;
    right: -30px;
}

a.woof_front_toggle {
    font-size: 1px;
}

.woof_front_toggle::before {
	content: '';
	display: block;
	width: 100px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

ul.woof_list {
    padding: 30px 15px 15px 15px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
    min-width: 160px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
}

ul.woof_list.woof_list_label li {
    margin: 0;
    display: flex !important;
    justify-content: center;
}

.woof_container_inner_color ul.woof_list.woof_list_label li {
	display: block !important;
	height: 20px;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

ul.woof_list.woof_list_label li:last-child {
    margin-bottom: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #aaa;
}

.select2-container {
    width: max-content !important;
    font-size: 18px;
}

.woocommerce-checkout .select2.select2-container {
	width: 100% !important;
}

.woocommerce-checkout .select2-results ul {
	max-height: 200px !important;
	overflow: auto;
}

.tax-product_cat .term-description,
.woocommerce-shop .term-description{
	margin-top: 100px;
	font-size: 14px;
  	line-height: 24px;
}

.woocommerce-shop .select2-container--open .select2-dropdown,
.tax-product_cat .select2-container--open .select2-dropdown {
/*     top: 40px; */
    top: 0;
}

@supports (-moz-appearance:none) {
.woocommerce-shop .select2-container--open .select2-dropdown,
.tax-product_cat .select2-container--open .select2-dropdown {
    top: 40px !important;
    top: 0;
}
}

@supports (-webkit-appearance:none) {
.woocommerce-shop .select2-container--open .select2-dropdown,
.tax-product_cat .select2-container--open .select2-dropdown {
	top: 40px !important;
    top: 0;
}
}

.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: none !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: url('./img/pagination-next.svg');
    position: absolute;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}


.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    height: auto;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 100%;
    text-align: center;
}

.select2-results__option {
    font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #f9d9be7a;
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2F292D;
    font-size: 16px;
    font-weight: 500;
}

#billing_country_field label {
	display: none;
}

#billing_country_field {
	color: #A3A3A3;
	border: 1px solid #A3A3A3;
  padding: 10px 15px;
}

#billing_country_field #select2-billing_country-container {
	padding-left: 0 !important;
}

#billing_country_field #select2-billing_country-container {
	color: #A3A3A3;
	font-size: 16px;
  font-weight: 300;
}

#billing_country_field .select2-container .select2-selection--single {
	height: auto !important;
}

#billing_country_field .selection,
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: normal !important;
}

#billing_country_field .woocommerce-input-wrapper {
	display: flex;
  align-items: center;
}

#billing_country_field .select2-container.select2 {
	line-height: normal !important;
	font-size: 16px !important;
}

#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	right: 0;
}

.wc-block-mini-cart__icon {
    opacity: 0;
}

.wc-block-mini-cart__amount,
.wc-block-mini-cart__quantity-badge {
    display: none;
}

.wc-block-mini-cart__button {
    padding: 0;
}

.wc-block-mini-cart__button::after {
    content: url('./img/header-cart.svg');
}

.header.dark .wc-block-mini-cart__button::after {
    content: url('./img/header-cart.svg');
    filter: brightness(0) saturate(100%);
}

.woocommerce-cart .single-page-title-wrapper,
.woocommerce-cart-form thead,
dl.variation,
.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart td.product-price {
    display: none;
}

.woocommerce-cart table.cart td {
    border: none;
    padding: 0;
}

.woocommerce table.shop_table.cart {
    border: none;
    margin: 0;
}

.ark-woo-cart-wrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 24% 66%;
    gap: 0 10%;
	display: block;
}

.ark-woo-cart-left {
	display: none;
}

.ark-woo-cart-right {
	margin-bottom: 0 !important;
}

.ark-woo-navigation-chains ol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-left: 1em;
}

.ark-woo-navigation-chains ol li {
    font-weight: 500;
    color: #A3A3A3;
}

.ark-woo-cart-left span {
    font-weight: 500;
    color: #2F292D;
    display: block;
    margin-bottom: 25px;
}

.ark-woo-cart-left p {
    line-height: 155.4%;
    color: #2F292D;
    margin-bottom: 25px;
}

p.ark-woo-cart-left-customer-services {
    margin-bottom: 10px;
}

a.ark-woo-cart-left-customer-services {
    font-weight: 500;
    color: #2F292D;
    display: block;
    margin-bottom: 25px;
}

.ark-woo-cart-left-customer-services-chat {
    display: flex;
    align-items: center;
}

.ark-woo-cart-left-customer-services-chat span {
    margin-bottom: 0;
    font-weight: 400;
    color: #2F292D;
    margin-left: 10px;
}

.woocommerce-cart .ark-woo-navigation-chains-cart,
.woocommerce-checkout .ark-woo-navigation-chains-ship {
    color: #2F292D;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: grid !important;
    grid-template-columns: 25% 55% 14%;
    /* grid-template-rows: auto auto auto; */
    grid-template-rows: .15fr .5fr .5fr;
    gap: 0 3%;
    grid-auto-flow: row;
    grid-template-areas:
        "product-thumbnail product-name product-subtotal"
        "product-thumbnail ark-woo-cart-variations ark-woo-cart-variations"
        "product-thumbnail product-remove product-remove";
    padding: 25px 0;
    border-bottom: 1px solid #A3A3A3;
}

.woocommerce-cart-form__cart-item.cart_item:first-child {
    padding-top: 0;
}

.product-thumbnail {
    grid-area: product-thumbnail;
}

.product-name {
    grid-area: product-name;
}

.product-subtotal {
    grid-area: product-subtotal;
}

.ark-woo-cart-variations {
    grid-area: ark-woo-cart-variations;
}

.product-remove {
    grid-area: product-remove;
}

.variation-0 .ark-woo-cart-variations {
	display: none;
}


#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 100%;
    display: block;
}

.woocommerce-cart table.cart td.product-name a {
    font-weight: 500;
    line-height: 20px;
    color: #2F292D;
}

.woocommerce-cart table.cart td.product-subtotal {
    text-align: right;
    font-weight: 500;
    color: #2F292D;
}

.woocommerce-cart table.cart td.product-subtotal>span::before {
    content: 'Price ';
}

.ark-woo-cart-variation-item {
    display: flex;
    color: #2F292D;
    margin-bottom: 10px;
}

.ark-woo-cart-variation-item span {
    display: block;
    margin-right: 15px;
}

.ark-woo-cart-variation-item p {
	display: flex;
	align-items: center;
}

/* .ark-woo-cart-variation-item.ark-woo-color-variations p, */
.ark-woo-minicart-color-attr span span{
	font-size: 0;
}

.woocommerce-cart table.cart td.product-name {
    padding-bottom: 30px;
}

.woocommerce-cart table.cart td.product-remove {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.woocommerce-cart table.cart td.product-remove a {
    color: transparent !important;
    width: auto;
    display: flex;
    align-items: center;
}

.woocommerce-cart table.cart td.product-remove a::before {
    content: url('./img/delete.svg');
}

.woocommerce-cart table.cart td.product-remove a::after {
    content: 'Delete';
    font-weight: 500;
    font-size: 16px;
    color: #A3A3A3;
    margin-left: -5px;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.cart_totals h2,
.cart_totals .order-total,
.cart_totals .woocommerce-shipping-totals.shipping {
    display: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: none;
}

.cart_totals .cart-subtotal {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.cart_totals th,
.cart_totals td,
.cart_totals td strong {
    font-weight: 400 !important;
    font-size: 24px;
    color: #2F292D;
    padding: 0 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 25px;
}

.woocommerce-cart-form {
    margin-bottom: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.ark-woo-cart-back-btn {
    margin-right: 25px;
}

.ark-woo-cart-back-btn a,
.woocommerce-cart .wc-proceed-to-checkout>a {
    min-width: 245px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
/* .shop_table.woocommerce-checkout-review-order-table, */
.woocommerce-checkout .single-page-title,
.woocommerce-billing-fields h3,
#order_review_heading,
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody,
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table .order-total,
.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th,
.woocommerce-terms-and-conditions-wrapper,
/* #billing_country_field, */
.woocommerce-order-received .woocommerce-order,
.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods input {
	border: none;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
	position: relative;
}

#billing_accept_field {
	position: absolute;
  top: 100%;
  left: 0;
}

.woocommerce form .form-row.woocommerce-invalid label a {
	color: #a00;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td li {
    display: flex;
    align-items: center;
}

.shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td li input {
    width: auto;
}

.woocommerce ul#shipping_method li label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    color: #2F292D;
}

.woocommerce table.shop_table tfoot td {
    border: none;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 25px 0;
}

.shop_table.woocommerce-checkout-review-order-table,
.woocommerce .col2-set,
.woocommerce-page .col2-set#customer_details {
    margin: 35px 0 0 0 !important;
}

.woocommerce ul#shipping_method li label div {
    display: flex;
}

.woocommerce ul#shipping_method li label div p {
    margin: 0 20px;
	margin-left: 0;
}

.woocommerce ul#shipping_method li label div span {
    color: #a3a3a3;
}

.woocommerce ul#shipping_method li label>p {
    font-weight: 500;
}

.woocommerce ul#shipping_method li input[type="radio"] {
    padding: 0;
    margin: 0;
    border: none;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block !important;
}

input[type="radio"]::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1.5px solid #2F292D;
    border-radius: 3px;
    cursor: pointer;
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1.5px solid #2F292D;
    border-radius: 3px;
    background-image: url('./img/checked.svg');
    background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    min-width: 245px;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background: none;
}

.ark-woo-checkout-btns-wrapper {
    display: flex;
    justify-content: flex-end;
}

.ark-woo-thank-page {
    padding: 20vh 0;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}

.single-page-title {
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    color: #2F292D;
    margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.woocommerce-MyAccount-navigation ul li {
    margin: 0 30px;
}

.woocommerce-MyAccount-navigation ul li:first-child {
    margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li:last-child {
    margin-right: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
    color: #2F292D;
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    border: 1.5px solid #2F292D;
    border-radius: 30px;
    padding: 8px 10px;
}

.woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}

.ark-woo-account-settings-step-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.ark-woo-account-settings-step-head>p {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ark-woo-account-settings-step-head h4 {
    font-weight: 500;
    font-size: 16px;
    color: #2F292D;
}

.ark-woo-account-settings-step-head p input {
    width: auto;
    border: none;
    padding: 0;
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    color: #A3A3A3;
}

.ark-woo-account-settings {
    padding: 40px 30px;
    border: 2px solid #2F292D;
    margin-bottom: 40px;
}

.ark-woo-account-settings:last-of-type {
    margin-bottom: 0;
}

.ark-woo-account-settings-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.ark-woo-account-form-submit,
.ark-woo-account-settings-show-pass {
    display: none;
}

.password-checkbox input {
    display: none !important;
}

.password-checkbox {
    line-height: normal !important;
}

.ark-woo-account-settings-password {
    position: relative;
}

.ark-woo-account-settings-password label {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-0, -50%);
    cursor: pointer;
}


.ark-woo-sp-wishlist-btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.archive-product .delete-favorite-x::before {
    content: url('./img/wished-btn.svg');
}

.add-favorite,
.delete-favorite-x {
    padding: 0 !important;
}

.add-favorite,
.ark-woo-archive-wishlist-btn .ark-login-form-btn {
    position: absolute;
    top: 25px;
    right: 25px;
}

.add-favorite::before,
.ark-woo-archive-wishlist-btn .ark-login-form-btn::before {
    content: url('./img/wish-btn.svg');
}

.delete-favorite-x {
    position: absolute;
    top: 25px;
    right: 25px;
}

.delete-favorite-x::before {
    content: url('./img/wished-btn.svg');
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    margin: 0;
    float: none !important;
}

.woocommerce-account #single-page>p {
    display: none;
}

.favorits-page-wrapper .ark-woo-archive-title-price-wrapper {
    display: flex;
    flex-direction: column;
}

.favorits-page-wrapper .ark-woo-archive-title-price-wrapper .woocommerce-loop-product__title {
    margin-bottom: 5px;
}

.favorits-page-wrapper .ark-woo-archive-title-price-wrapper .price {
    margin-left: 0 !important;
}

.ark-woo-order-item {
    display: grid;
    grid-template-columns: 20% 75%;
    gap: 0 5%;
    border: 1.5px solid #2F292D;
    padding: 40px;
    margin-bottom: 40px;
}

.ark-woo-order-item:last-child {
    margin-bottom: 0;
}

.ark-woo-order-number {
    color: #A3A3A3;
    display: block;
    margin-bottom: 30px;
}

.ark-woo-order-history {
    font-weight: 500;
    color: #2F292D;
    margin-bottom: 15px;
}

.ark-woo-order-shipping {
    font-size: 0;
    display: block;
    margin-bottom: 15px;
}

.ark-woo-order-shipping span {
    display: none;
}

.ark-woo-order-shipping small {
    font-size: 16px;
    color: #2F292D;
}

.ark-woo-order-user-info {
    font-size: 12px;
    line-height: 15px;
    color: #A3A3A3;
    display: block;
    margin-bottom: 15px;
}

.ark-woo-order-details {
    font-weight: 500;
    color: #2F292D;
    display: block;
    margin-bottom: 15px;
}

.ark-woo-order-item-products-list .order_item {
    display: grid;
    grid-template-columns: 1fr 2.5fr 1fr 1fr 1fr 1fr;
    gap: 0 10px;
    padding: 15px 0;
    border-bottom: 1px solid #A3A3A3;
    margin-bottom: 15px;
}

.ark-woo-order-item-products-list .order_item.ark-woo-order-item-simple {
    grid-template-columns: 1fr 3.5fr 1fr 1fr 1fr;
}

.ark-woo-order-item-products-list .product-name {
    grid-area: auto;
    padding-right: 50px;
}

.ark-woo-order-item-products-list .order_item .product-name a {
    line-height: 155.4%;
    color: #2F292D;
}

.ark-woo-order-item-products-list .order_item ul.wc-item-meta {
    list-style: none;
}

.ark-woo-order-item-products-list .order_item ul.wc-item-meta li,
.ark-woo-order-item-products-list .order_item .product-total>span,
.ark-woo-order-item-qty span {
    display: flex;
    margin-bottom: 10px;
}

.ark-woo-order-item-products-list .order_item ul.wc-item-meta li strong,
.ark-woo-order-item-products-list .order_item ul.wc-item-meta li p,
.ark-woo-order-item-products-list .order_item .product-total,
.ark-woo-order-item-qty {
    font-weight: 400;
    font-size: 12px;
    color: #2F292D;
}

.ark-woo-order-item-products-list .order_item ul.wc-item-meta li p {
	display: flex;
	align-items: center;
}

.ark-woo-order-item-products-list .order_item ul.wc-item-meta li strong {
    margin-right: 15px;
}

.ark-woo-order-item-checkbox {
    text-align: right;
}

.ark-woo-order-item-checkbox input[type="checkbox"]::before {
    width: 18px;
    height: 18px;
}

.ark-woo-order-totals-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ark-woo-order-totals-item p {
    color: #A3A3A3;
}

.ark-woo-order-totals-item.ark-woo-order-totals-item-last {
    margin-bottom: 0;
}

.ark-woo-order-totals-item.ark-woo-order-totals-item-last p,
.ark-woo-order-totals-item.ark-woo-order-totals-item-last span {
    font-weight: 500;
}

.ark-woo-order-totals .black-no-bg-btn {
    text-align: right;
    margin-top: 30px;
}

.ark-overlay-refund {
    display: none;
    z-index: 999999;
    position: fixed;
}

.refund-overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.212);
    z-index: 99999;
}

.ark-overlay-refund .popup {
    position: fixed;
    max-width: 690px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #FCFAF7;
    padding: 30px 40px;
}

.ark-overlay-refund .popup-close {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    width: max-content;
    position: absolute;
    top: 30px;
    right: 40px;
}

.refund-popup-text h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #2F292D;
    margin-bottom: 10px;
    padding-right: 30px;
}

.refund-popup-text h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 155.4%;
    color: #2F292D;
    margin-bottom: 30px;
}

.refund-popup-text h5 span {
    font-weight: 500;
    margin-left: 10px;
}

.ark-woo-refund-appeal {
    margin-bottom: 15px;
    color: #2F292D;
    line-height: 20px;
}

.refund-popup-text div.ark-woo-refund-appeal:last-of-type {
    margin-bottom: 0;
}

.ark-woo-refund-appeal-wrapper {
    margin-bottom: 40px;
}

.ark-woo-refund-appeal span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.ark-woo-refund-order-table {
    border: 1.5px solid #2F292D;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 5%;
    margin-bottom: 50px;
}

.ark-woo-refund-order-table span {
    font-size: 12px;
    color: #A3A3A3;
    display: block;
    margin-bottom: 10px;
}

.ark-woo-refund-order-table p {
    font-size: 12px;
    color: #2F292D;
}

.ark-woo-refund-order-table-middle {
    margin: 0 auto;
}

.ark-woo-refund-order-table-last {
    margin: 0 0 0 auto;
}

.refund-popup-text h4.ark-woo-refund-order-table-title {
    padding: 0;
    margin-bottom: 25px;
}

.ark-woo-refund-order-totals div {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.ark-woo-refund-order-totals div span {
    color: #A3A3A3;
}

.ark-woo-refund-order-totals div p {
    color: #2F292D;
    margin-left: 10px;
}

.ark-woo-refund-order-totals-last,
.ark-woo-refund-order-totals-last p,
.ark-woo-refund-order-totals-last span {
    font-weight: 500;
    font-size: 16px;
    color: #2F292D !important;
    margin-bottom: 0 !important;
}

.ark-woo-refund-order-confirm.black-full-btn {
    text-align: center;
}

.ark-woo-refund-order-totals {
    margin-bottom: 65px;
}

.ark-woo-refund-order-confirm.black-full-btn button {
    min-width: 200px;
}

body>.woo_amc_open.right-bottom-fixed,
.woo_amc_items .ark-woo-cart-variation-item,
.woo_amc_footer_products,
.single-product a.added_to_cart,
.woo_amc_item_total_price,
.woo_amc_clear {
    display: none !important;
}

.woo_amc_container_wrap.woo_amc_show {
	width: 30% !important;
}

.woo_amc_container_side {
    width: 100% !important;
}

.woo_amc_items {
	text-transform: uppercase;
}

.woo_amc_container_side .woo_amc_center {
    max-width: none !important;
	text-transform: uppercase;
}

.woo_amc_item_content {
    margin-left: 0 !important;
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}

.woo_amc_item_img {
    float: none !important;
    width: 90px !important;
    margin-right: 15px;
    flex-shrink: 0;
}

.woo_amc_item {
    display: flex;
}

.woo_amc_item_title,
.woo_amc_footer_lines {
    padding: 0 !important;
}

.woo_amc_footer_w50,
.woo_amc_footer .woo_amc_flex {
    width: 100% !important;
    height: auto !important;
}

.woo_amc_head {
    height: auto !important;
    margin-bottom: 25px;
}

.woo_amc_container_side {
    padding: 20px 30px;
}

.woo_amc_item_wrap {
    margin-bottom: 25px;
	font-size: 13px !important;
}

.woo_amc_item_dop {
    margin: 0 0 35px 0 !important;
}

.woo_amc_item_price_wrap,
.woo_amc_item_quanity_wrap,
input.woo_amc_item_quanity,
.woo_amc_item_quanity_wrap {
	margin-top: 0 !important;
	font-size: 13px !important;
}

.woo_amc_item_price_wrap {
	flex-shrink: 0;
}

.woo_amc_item_price_wrap .woocommerce-Price-currencySymbol {
	display: none;
}

input.woo_amc_item_quanity {
	margin: 0 !important;
}

.woo_amc_item_quanity_wrap,
.woo_amc_item_quanity_minus,
.woo_amc_item_quanity_plus {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.woo_amc_item_quanity_wrap {
	margin-bottom: 5px;
}

.woo_amc_item_delete {
    width: auto !important;
    height: auto !important;
    color: #565656;
    text-decoration-line: underline;
	font-size: 13px;
	bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
	padding-top: 10px;
}

.woo_amc_item_img img {
	display: block;
}

.ark-woo-minicart-qty-dop-wrapper {
	display: flex;
	gap: 15px;
}

.ark-woo-minicart-title-wrapper {
    margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.currency-eur .ark-woo-minicart-title-wrapper bdi::before {
	content: "€ ";
	display: inline;
}

.currency-usd .ark-woo-minicart-title-wrapper bdi::before {
	content: "$ ";
}

.currency-gbp .ark-woo-minicart-title-wrapper bdi::before {
	content: "£ ";
}

.woo_amc_item_title a {
    font-weight: 500;
	font-size: 13px !important;
}

.woo_amc_item_dop {
    margin-bottom: 10px !important;
}

.woo_amc_item_dop div {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.ark-woo-minicart-color-attr > span {
	display: flex;
	align-items: center;
}

.woo_amc_item_dop div p {
	margin-right: 5px;
	font-size: 13px;
}

.woo_amc_items_scroll {
    top: 75px !important;
    bottom: 200px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.woo_amc_footer {
    bottom: 20px !important;
    width: calc(100% - 60px) !important;
    left: 30px !important;
	background: none !important;
}

.woo_amc_footer:hover {
	opacity: 1 !important;
}

.woo_amc_footer .woo_amc_footer_submit {
	background: #2f292d;
	display: block;
	margin: 15px 0;
	padding: 10px;
	pointer-events: none;
	opacity: .5;
}

.woo_amc_footer_submit.ok {
		pointer-events: auto;
	opacity: 1;
}

.woo_amc_footer_link {
    padding-right: 0 !important;
    text-align: center !important;
}

.woo_amc_items_wrap.woo_amc_center {
    border-bottom: 1.5px solid #2F292D;
}

.ark-woo-minicart-terms {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ark-woo-minicart-terms label,
.ark-woo-minicart-refund {
	font-size: 14px;
}

.ark-woo-minicart-terms label a {
	text-decoration: underline;
}

.ark-woo-minicart-refund a {
	text-decoration: underline;
}

.ark-woo-minicart-total {
/*     position: absolute !important; */
/*     bottom: 85px !important; */
/*     padding: 40px 0 !important; */
    width: calc(100% - 60px) !important;
    font-weight: 500;
}

.woo_amc_footer_total .woo_amc_label,
.woo_amc_footer_total .woo_amc_value {
	font-size: 13px !important;
}

.woo_amc_footer_lines {
    width: 100%;
}

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

.woo_amc_item_dop pre {
    color: #2f292d;
    font-size: 16px;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 2;
}


.ark-overlay-login {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
}

.ark-overlay-login .popup {
    position: fixed;
    width: 500px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ark-overlay-login .popup-close-login {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
    width: max-content;
    margin: 0 0 0 auto;
    margin-bottom: 30px;
}

.login-form-in-popup {
    background: #FCFAF7;
    box-shadow: 0px 0px 30px rgba(21, 79, 116, 0.1);
    padding: 30px 40px;
    max-height: 90vh;
    overflow: auto;
}

.login-form-in-popup .woocommerce-error {
    margin: 15px 0 0 0;
}

.modal-login-tabs {
    position: relative;
    margin-bottom: 25px;
}

.login-form-in-popup .modal-login-tabs ul {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #A3A3A3;
}

.login-form-in-popup .modal-login-tabs ul li {
    width: 50%;
    text-align: center;
    font-size: 24px;
    color: #A3A3A3;
    padding: 0 15px 15px 15px;
    cursor: pointer;
}

.login-form-in-popup .modal-login-tabs ul li.active {
    color: #2F292D;
}

#marker {
    position: absolute;
    height: 3px;
    width: 210px;
    left: 0;
    background: #2F292D;
    border-radius: 100px;
    bottom: 0;
    z-index: 1;
    transition: .5s;
}

.marker-reverse .login-form-btn {
    display: flex;
    order: -1;
}

.modal-login-s0cial {
    text-align: center;
}

.modal-login-s0cial p {
    font-size: 22px;
    color: #A0A0A0;
    margin-bottom: 20px;
}

.modal-login-s0cial div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-login-s0cial span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.modal-login-s0cial em {
    font-size: 16px;
    color: #A0A0A0;
    margin: 0 10px;
    font-style: normal;
}

.modal-login-s0cial span::before,
.modal-login-s0cial span::after {
    content: '';
    display: block;
    width: 272px;
    height: 1px;
    background: #E2E2E2;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal-login label {
    font-size: 12px;
    color: #A0A0A0;
    margin-bottom: 5px;
    display: block;
}

.modal-login input:not(.acceptance-label input) {
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #A3A3A3;
    padding: 10px 15px;
}

.modal-login input#password {
    padding-right: 50px;
}

.login-form>p,
.reset-pass-form>p,
.registration-form>p,
.login-form-in-popup .woocommerce form .form-row {
    margin-bottom: 25px !important;
}

.login-form-in-popup .woocommerce-form-login__submit {
    margin-right: 0 !important;
    float: none !important;
}

.login-form-in-popup .woocommerce-form-login__rememberme {
    display: flex !important;
}

.login-form>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-login input::placeholder {
    color: #A0A0A0;
}

.modal-login label.acceptance-label,
.registration-form label.acceptance-label {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.modal-login label.acceptance-label:last-of-type,
.registration-form label.acceptance-label:last-of-type {
    margin-bottom: 0;
}

.ark-woo-reg-form-acceptance-info {
    margin-bottom: 10px;
}

.login-form label.acceptance-label span,
.registration-form label.acceptance-label span {
    font-size: 16px;
    color: #0B0B0B;
}

.login-form label.acceptance-label input,
.registration-form label.acceptance-label input {
    margin-right: 15px;
}

.login-form i,
.reset-pass-form i,
.registration-form>div>i {
    color: #4284F4;
    font-weight: 400;
    cursor: pointer;
    font-style: normal;
}

.reset-pass-form i {
    margin-top: 25px;
    text-align: center;
    display: block;
    font-style: normal;
}

.reset-pass-form>p:last-of-type {
    margin-bottom: 0;
}

.login-form>div {
    margin-bottom: 20px;
}

.login-form>button,
.reset-pass-form>button,
.registration-form>button {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 13px 15px
}

.login-form>button::after,
.reset-pass-form>button::after,
.registration-form>button::after {
    display: none;
}

.reset-pass-form,
.registration-form {
    display: none;
}

.reset-pass-form p:not(.form-row-first) {
    display: none !important;
}

.registration-form>span {
    line-height: 19px;
    color: #0B0B0B;
    margin-bottom: 10px;
    display: block;
}

.registration-form>button {
    margin-top: 20px;
}

.ark-woo-auth-btn {
    margin-bottom: 0 !important;
}

.ark-woo-auth-btn button {
    display: block !important;
    width: 100%;
    text-align: center;
}

.modal-login .woocommerce-error a {
    display: none;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    display: none;
}


.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.adaptive-menu-btn,
.side-menu-btn,
.tel-menu {
    display: none;
}

.adaptive-menu-btn div {
    width: 20px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
}

.tel-menu.dark .adaptive-menu-btn div {
    background: #000;
}

.adaptive-menu-btn div:last-child {
    margin-bottom: 0;
}

.adaptive-menu-content,
.side-menu-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform: translateY(-100%);
    transition: all 0.2s ease;
    z-index: 999;
    opacity: 0;
    background: #FCFAF7;
    padding: 60px 40px;
}

.side-menu-content {
	transform: translateX(-100%);
	width: 30%;
}

.adaptive-menu-content.showNav,
.side-menu-content.showNav{
    top: 0;
    opacity: 1;
    z-index: 99999;
}

.showNav {
    transform: translateY(0);
}

.mob-menu-container {
    text-align: left;
    height: 100%;
}

.adaptive-menu-links nav ul li a {
    color: #000000;
    font-weight: 500;
	text-transform: uppercase;
}

.adaptive-menu-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.adaptive-menu-links ul {
    display: block !important;
    list-style: none;
}

.adaptive-menu-links ul li {
    margin-bottom: 30px;
    margin-right: 0 !important;
	position: relative;
	width: fit-content;
}

.adaptive-menu-links ul li:last-child {
    margin-bottom: 0;
}

.adaptive-menu-links ul li.menu-item-has-children::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='10' height='10' fill='%23fff'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  position: absolute;
  right: -20px;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
 filter: brightness(0%);
	display: none;
}

.adaptive-menu-links ul li.menu-item-has-children.hovered::after {
  transform: rotate(180deg);
  top: 2px;
}

.adaptive-menu-links ul.sub-menu {
	visibility: hidden;
	max-height: 0;
	transition: all .6s ease-in-out;
	display: flex !important;
  flex-direction: column;
	  gap: 15px;
	z-index: 9;
	width: max-content;
  margin-left: 20px;
	overflow: hidden;
}

.adaptive-menu-links ul li .sub-menu.show-sub {
	max-height: 1000px;
	visibility: visible;
}

.adaptive-menu-links ul li .sub-menu li:first-child {
	margin-top: 20px;
}

.adaptive-menu-links ul li .sub-menu li {
	margin-bottom: 0;
}

.adaptive-menu-links ul li .sub-menu li a {
	font-size: 14px;
}

.adaptive-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.adaptive-menu-bottom {
	display: none;
}

.adaptive-menu-bottom a {
    text-align: center;
    display: block;
}

.adaptive-menu-bottom .currency {
    width: max-content;
    margin-bottom: 40px;
}

.adaptive-menu-bottom .currency .currency-current::after {
    filter: brightness(0) saturate(100%);
}

.modal-search-in-popup svg,
.ark-woo-mob-filter-btn {
    display: none;
}

.ark-woo-archive-product-filter {
    display: flex;
    align-items: center;
}

.ark-overlay-filter .popup {
    background: #FCFAF7;
    padding: 40px 20px;
    position: relative;
}

.ark-mob-filter-top-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ark-mob-filter-top-panel-title {
    display: flex;
    align-items: center;
}

.ark-mob-filter-top-panel-title span {
    margin-left: 10px;
    font-size: 24px;
}

.ark-overlay-filter-wrapper .woof_redraw_zone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.ark-overlay-filter-wrapper .woof_container {
    margin-right: 0;
}

.ark-overlay-filter-wrapper a.woof_front_toggle {
    display: none;
}

.ark-overlay-filter-wrapper .woof_closed_block {
    display: block;
    position: static;
    max-width: none;
    max-height: none;
}

.ark-overlay-filter-wrapper .woof_container_inner h4 {
    margin-bottom: 25px;
}

.ark-overlay-filter-wrapper ul.woof_list {
    padding: 0 !important;
    box-shadow: none;
}

.ark-overlay-filter-wrapper .woof_submit_search_form_container {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}

.ark-overlay-filter-wrapper .woof_submit_search_form_container button,
.ark-woo-reset-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #2F292D;
    padding: 12px;
    border: 1px solid #2F292D;
    background: transparent;
}

.ark-woo-reset-btn-wrapper {
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    margin: 0;
    padding: 0 15px;
}

.ark-overlay-filter-wrapper .woof_reset_search_form {
    margin-bottom: 20px !important;
}

.ark-overlay-filter input[type="checkbox"]:checked::before {
	display: none;
}

.ark-overlay-filter .woof_label_term.checked input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 3px;
  background-image: url('./img/checked.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.ark-overlay-filter .woof_label_term.checked input[type="checkbox"]#woof_tax_label_black::before {
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.5L3.1875 5.5L1 3.22727' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.contacts-mob-title {
    display: none;
}

.home .header-logo,
.home .scrolled .front-page-big-logo {
    opacity: 0;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.home .scrolled .header-logo,
.front-page-big-logo {
    opacity: 1;
    transition: all .3s ease-in-out;
    pointer-events: auto;
}

.header-top {
    width: 1270px;
	width: 100%;
    position: fixed;
	left: 0;
	padding-left: 64px;
	padding-right: 64px;
    z-index: 9999;
}

.home .scrolled .header-logo img,
.home .scrolled .header-top nav ul li a,
.home .scrolled .header-user-btns a,
.home .scrolled .tel-menu,
.home .scrolled .menu-item-has-children::after {
	filter: brightness(0%);
	color: #000;
}

.home .scrolled .header-top nav ul li a {
	font-weight: 400;
}

.scrolled .header-top {
	top: 35px;
	top: 0;
  padding-top: 20px;
	padding-bottom: 20px;
}

.admin-bar .scrolled .header-top {
  top: 60px;
	top: 30px;
}

.ark-woo-before-main-content-wrap {
    top: 0;
    position: sticky;
    min-height: 100vh
}

.vertical-gallery {
    position: relative;
}
 
 .gallery-thumbnails {
    width: 85px;
    margin-left: 45px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
 }
 
 .gallery-thumbnails ul {
    list-style: none;
    position: sticky;
    top: 40vh;
/* 	bottom: calc(100vh - 550px); */
    margin-bottom: 20px;
/*     height: calc(100vh - 150px); */
/* 	height: 500px; */
    overflow: auto;
    display: block;
    padding-right: 5px;
 }
 
 .gallery-thumbnails ul li {
    margin-bottom: 25px;
 }

.gallery-thumbnails ul li:last-child {
	margin-bottom: 0;
}
 
 .gallery-thumbnails ul li a {
    display: block;
 }
 
 .gallery-images {
    flex-grow: 1;
 }
 
 .gallery-images img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
	 object-fit: cover;
 }
 
 .active-thumbnail img {
    border: 3px solid #000;
 }

 .gallery-thumbnails ul li img {
    width: 65px;
    height: 85px;
    object-fit: cover;
    display: block;
 }

.gallery-thumbnails ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #929191;
}

.gallery-thumbnails ul::-webkit-scrollbar {
    width: 3px;
    background-color: #929191;
    border-radius: 10px;
}

.gallery-thumbnails ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #000000;
}

.tabs.wc-tabs::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eee;
}

.tabs.wc-tabs::-webkit-scrollbar {
    width: 3px;
	height: 3px;
    background-color: #eee;
    border-radius: 10px;
}

.tabs.wc-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #7c7c7c;
}

.reset-pass-form p.ark-block {
	display: block !important;
	margin-bottom: 0 !important
}

.dot-green,
#woof_tax_label_green{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #87ff6a;
	color: transparent;
}

.dot-black,
#woof_tax_label_black{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #000;
	color: transparent;
}

.dot-ecru,
#woof_tax_label_ecru {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #fefcff;
	border: 1px solid #a6a6a6;
	color: transparent;
}

.dot-pale-pink,
#woof_tax_label_pale-pink {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #fccff0;
	color: transparent;
}

.dot-sage-green,
#woof_tax_label_sage-green {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #c7d8ca;
	color: transparent;
}

.dot-yellow,
#woof_tax_label_yellow {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #ffe8ba;
	color: transparent;
}

.woof_container_inner_color .woof_wcga_label_hide, .woof_container_inner_color .woof_wcga_label_hide {
	display: block !important;
	font-size: 16px;
	opacity: 0;
	position: relative;
    z-index: 99;
}

.wc-item-meta .dot-green,
.wc-item-meta .dot-black,
.wc-item-meta .dot-blue,
.wc-item-meta .dot-purple,
.wc-item-meta .dot-yellow {
	width: 12px;
	height: 12px;
}

/* .woocommerce-products-header__title {
	display: none;
} */

.single-product #primary {
	margin-bottom: 0px;
}

.woocommerce-variation-price {
	margin-bottom: 30px;
}

.wc-empty-cart-message {
	margin-top: 50px;
}

.cart-empty.woocommerce-info {
	border-top: 1.5px solid #000;
	background: none;
	color: #000;
}

.cart-empty.woocommerce-info::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-basket3' viewBox='0 0 16 16'%3E%3Cpath d='M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6z'/%3E%3C/svg%3E");
}

#map {
	height: 600px;
}

.variable-item-contents, .variable-item.button-variable-item {
	width: auto !important;
}

.ark-woo-single-product-variable-links {
	display: none;
}

.archive .ark-woo-page {
	margin-top: 40px;
}

.ark-woo-cart-contents {
    font-size: 10px;
    font-weight: 500;
    color: #121212;
    background: #000;
    border-radius: 100%;
    position: absolute;
    right: -15px;
  top: -10px;
    min-width: 18px;
    min-height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    text-decoration: none;
	color: #fff;
	display: flex;
}

.woo_amc_open_active {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
}

.size-guide,
.woo-variation-swatches.wvs-show-label .variations td.size-guide {
	display: none;
}

.size .size-guide {
	display: block !important;
	margin-left: 15px;
	cursor: pointer;
	font-size: 13px;
	color: #757575;
}


.size-show.size-guide {
	display: inline !important;
}

.mobile-table-sizes {
    width: 100%; max-width: 100%; overflow-x: auto;
}

.popup-content-sizes table {text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
.popup-content-sizes table th{font-weight:normal;font-size:14px; color:#000;}
.popup-content-sizes table td{font-size:13px;color:#5B5B5B;}
.popup-content-sizes table td, .popup-content-sizes table th{white-space:pre-wrap;padding:15px 5px;line-height:13px;vertical-align: middle;font-size:15px;}
.popup-content-sizes table tbody tr:first-child th{border-bottom: 1px solid #B0B0B0; text-transform: uppercase;font-family: "Futura PT Book", sans-serif;}
/* .popup-content-sizes table tr:hover{background-color:#f9fafb} */
/* .popup-content-sizes table tr:hover td{color:#354251;cursor:default;} */

.popup-content-sizes {
    padding: 15px;
}

.ark-overlay-sizes {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999999;
    backdrop-filter: blur(4px);
}

.ark-overlay-sizes .popup-sizes {
    position: fixed;
    width: 500px;
    z-index: 4;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ark-overlay-sizes .popup-sizes {
    width: 770px;
}

.ark-overlay-sizes .popup-close-sizes {
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
    z-index: 99;
    padding: 19px;
    border-radius: 100%;
}

.ark-overlay-sizes .popup-close-sizes::before,
.ark-overlay-sizes .popup-close-sizes::after {
    position: absolute;
    left: 18px;
    top: 8px;
    content: ' ';
    height: 22px;
    width: 2px;
    border-radius: 4px;
    background-color: #fff;
    z-index: 100;
}

.ark-overlay-sizes .popup-close-sizes::before {
    transform: rotate(45deg);
}

.ark-overlay-sizes .popup-close-sizes::after {
    transform: rotate(-45deg);
}

.popup-content-sizes {
   background: #FCFAF7;
    padding: 0 15px 5px 15px;
}

.press {
	display: block !important;
	margin-bottom: 10px !important;
}
/* 
.ark-woo-single-product-preorder .woo_amc_item_title::after,
.woocommerce-cart .product-name a::after, */
.preorder-new .woo_amc_item_title::after,
.preorder-new > a::after {
	content: 'This item is currently out of stock. It will be sent immediately after sewing';
	display: block;
	font-style: italic;
	margin-top: 5px;
	font-size: 10px;
}

html[lang="uk"] .preorder-new .woo_amc_item_title::after,
html[lang="uk"] .preorder-new > a::after {
	content: 'Доставка протягом 10 робочих днів';
}

.contacts-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.info-block-img-mobile {
	display: none;
}

#policy-msg {
	position: fixed;
	left: 65px;
    bottom: 50px;
    width: 100%;
	max-width: 500px;
	padding: 25px;
	display: none;
	z-index: 999;
	background: rgb(28, 28, 28);
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

#policy-msg span,
#policy-msg p{
  	display: block;
  	margin-bottom: 20px;
}

.policy-btns {
	display: flex;
	align-items: center;
	gap: 20px;
}

.policy-btn {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}

#policy-decline {
	opacity: .6;
}

.policy-xmark {
	position: absolute;
    right: 15px;
    top: 15px;
	cursor: pointer;
}

div.woof_info_popup {
	background: transparent !important;
	border: none !important;
	color: #ccc !important;
	box-shadow: none !important;
}

.woocommerce-variation-availability p {
	margin-bottom: 25px;
}

.stock.available-on-backorder,
.woocommerce-variation-availability {
	display: none;
}

.woocommerce div.product p.stock {
	color: #757575;
}

.woocommerce-invalid-required-field#billing_first_name_field::after {
	content: 'First name is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_last_name_field::after {
	content: 'Last name is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_address_1_field::after {
	content: 'Address is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_ark_woo_country_field::after {
	content: 'Country is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_ark_woo_state_field::after {
	content: 'Province / State is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_city_field::after {
	content: 'City is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_postcode_field::after {
	content: 'Postal code is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_ark_woo_apartments_field::after {
	content: 'Apartment, Suite, etc. is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_phone_field::after {
	content: 'Phone is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

.woocommerce-invalid-required-field#billing_email_field::after {
	content: 'Email is a required field';
	color: #a00;
  	font-size: 14px;
  	display: block;
  	margin-top: 5px;
}

#ark-to-top {
    display: none;
}

.ark-to-top-wrapper {
	width: 50px;
	height: 50px;
    border:1px solid #ccc;
    background:#f7f7f7;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	z-index: 9;
}

#ark-to-top svg {
	width: 30px;
}

.ppc-button-wrapper {
	display: none !important;
}

.woocommerce-shipping-methods li,
.woocommerce-shipping-methods li input::before {
	display: none !important;
}

.woocommerce-shipping-methods li:first-child {
	display: flex !important;
}

.ark-woo-product-tags {
	margin: 0px 0;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ark-woo-product-tags h4 {
	font-size: 11px;
	color: #99999969;
	font-weight: 400;
}

.ark-woo-product-tags ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.ark-woo-product-tags ul li a {
	font-size: 10px;
	color: #99999969;
	line-height: 0.5;
}

.single_add_to_cart_button,
.woocommerce-variation-add-to-cart,
.single_variation_wrap,
.woocommerce div.product form.cart::after {
	display: none;
}

.submit-single-product-form-desk {
	margin-bottom: 20px;
}

.submit-single-product-form-desk button {
	display: block;
	width: 100%;
}

	.footer-main nav ul li a {
		font-size: 14px;
		color: #6d6d6d;
		text-decoration: underline;
	}
	
	.footer-subscr1be > span {
		font-size: 16px;
		color: #6d6d6d;
	}

.seo-block h1,
.seo-block h2,
.seo-block h3,
.seo-block h4,
.seo-block h5,
.seo-block h6 {
font-family: 'Montserrat', sans-serif;
font-size: 42px;
font-weight: 400;
line-height: 51.2px;
color: #2F292D;
margin-bottom: 0 !important;
}

.seo-block {
    height: 130px;
    overflow: hidden;
    position: relative;
	font-family: 'Montserrat', sans-serif;
}

.seo-block::after {
    content: "";
    display: block;
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FCFAF7 85%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(85%, #FCFAF7));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FCFAF7 85%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FCFAF7 85%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FCFAF7 85%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #FCFAF7 85%);
}

#seo-read-more {
font-size: 13px;
font-weight: 600;
line-height: 20.2px;
color: #2F292D;
position: relative;
  top: -25px;
  z-index: 9;
	cursor: pointer;
}

.seo-block.readed {
    height: auto !important;
}

.seo-block.readed::after {
    display: none !important;
}

.ark-content-block,
.term-description{
    line-height: 24.86px;
	color: #2F292D;
}

.ark-content-block *:not(li, button, label, input, span, em, b, strong, i, a, svg, br, img),
.term-description *:not(li, button, label, input, span, em, b, strong, i, a, svg, br, img){
    margin-bottom: 25px;
}

.ark-content-block>*:last-child,
.term-description>*:last-child {
    margin-bottom: 0;
}

.ark-content-block img,
.term-description img {
    display: block;
    width: 100%;
}

.ark-content-block table,
.term-description table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.ark-content-block table,
.ark-content-block table td,
.ark-content-block table th,
.term-description table,
.term-description table td,
.term-description table th{
    border: 1px solid #000;
}

.ark-content-block table td,
.ark-content-block table th,
.term-description table td,
.term-description table th{
    padding: 10px;
}

.ark-content-block table th,
.term-description table th{
    color: #fff;
    background: #555352;
    font-weight: normal;
}

.ark-content-block ul,
.term-description ul{
    list-style-position: outside;
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ark-content-block ul li,
.term-description ul li{
    list-style: disc;
}

body .qib-button-wrapper {
	float: left !important;
}

.qib-button-wrapper .quantity input.input-text.qty.text,
body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button{
	background: transparent !important;
}

.ark-woo_amc_item_quanity_wrap {
	margin-top: 10px;
}

.ark-woo_amc_item_quanity_wrap > span {
	margin-bottom: 5px;
}

.ark-woo_amc_item_quanity_wrap .woo_amc_item_quanity_wrap {
	width: max-content;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
}

.mb0 {
	margin-bottom: 0 !important;
}

.newin-bestseller-sect {
	margin-bottom: 0;
}

.newin-bestseller {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.newin-bestseller a,
#info-block {
	position: relative;
/* 	height: 700px; */
}

.newin-bestseller a img,
#info-block .info-block-img-desktop {
/* 	position: absolute; */
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
/* 	object-fit: cover; */
}

.newin-bestseller a span,
#info-block span {
	position: absolute;
	left: 50px;
	bottom: 50px;
font-size: 25px;
line-height: 34.88px;
color: #FCFAF7;
	z-index: 9;
	text-transform: uppercase;
}

.newin-bestseller a.fog::after,
.info-block-fog a::after {
	content: "";
	background: #0000004D;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#info-block a {
	position: relative;
	z-index: 9;
}

.post-type-archive-collections #archive-collections,
.post-type-archive-collections .newin-bestseller-sect{
	margin-bottom: 0;
}

.post-type-archive-collections footer {
	margin-top: 120px;
}

.product-type-simple form.cart,
.checkout-inline-error-message {
	display: none;
}

.post-type-archive-product #front-newin-slider,
.tax-product_cat #front-newin-slider {
	margin-top: 100px;
}

.footer-subscr1be .wpcf7-list-item {
	margin: 0;
}

.footer-subscr1be form > div {
	border: none;
}

.footer-subscr1be .wpcf7-form-control-wrap input[type="email"] {
	border-bottom: 1px solid #000;
}

.footer-subscr1be form p {
	width: 100%;
}

.footer-subscr1be form > div > div {
	position: relative;
	left: -25px;
}

.footer-subscr1be .wpcf7 form.sent .wpcf7-response-output {
	margin-left: 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout,
.single-product .wpcf7 form.invalid .wpcf7-response-output {
	display: none !important;
}

.single-product .wpcf7 form.sent .wpcf7-response-output{
	border: none;
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: 500;
  color: #2f292d !important;
  padding-bottom: 5px;
  font-size: 19px;
  font-family: "Futura PT Book", sans-serif;
}

.single-product .wpcf7-not-valid-tip {
	font-size: 14px;
	margin-top: 10px;
}

.black-full-btn button,
.black-no-bg-btn a, .black-no-bg-btn button,
.cart_totals .checkout-button.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	text-transform: uppercase !important;
}

.woocommerce-cart .wc-empty-cart-message {
	width: max-content;
	margin: 0 auto;
	margin-top: 20px;
}

.woocommerce-cart .return-to-shop {
	text-align: center;
}

.cart-empty.woocommerce-info {
	border: none !important;
	margin: 0 0 1em;
}

.button.wc-backward {
	text-transform: uppercase;
}

body.ark-empty-cart {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

body.ark-empty-cart #single-page {
	height: 100%;
}


/* MEDIA */

@media (max-width: 1350px) {
    .container {
        max-width: 942px;
    }

/*     .header-top {
        width: 942px;
    } */

    .half-container,
    .half-container-reverse {
/*         width: calc(100vw - ((100vw - 942px) / 2)); */
		width: 100%;
    }

    .archive-collections-item-main .archive-collections-item-main-wrapper {
        width: calc(50vw - ((100vw - 942px) / 2));
        margin-left: auto;
        margin-right: 0px;
    }

    .ark-overlay-search .popup-close-search {
        right: 15%;
    }

    .info-block {
        max-width: 70%;
    }

    .ark-woo-sp-main-info-wrapper {
/*         display: grid;
        grid-template-columns: 62% 33%;
        gap: 0 5%; */
        position: relative;
    }

    .single-collection-slider-button-prev {
        right: calc(100vw - ((100vw - 942px) / 2));
    }

    .single-collection-slider-button-next {
        left: calc(100vw - ((100vw - 942px) / 2));
    }

    .ark-woo-order-item-products-list .product-name {
        padding-right: 25px;
    }
	
	.woocommerce div.product form.cart .button,
	#submit-single-product-form {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.ark-woo-sp-vh {
		padding-left: 64px;
  		padding-right: 64px;
		max-width: 100%;
	}
	
	.gallery-thumbnails {
		margin-left: 25px;
	}
	
	.ark-overlay-sizes .popup-sizes {
        width: 920px;
    }
	
	
.single-product .ark-woo-sp-vh {
	max-width: 450px;
}
}

@media (max-width: 992px) {
    .container {
        max-width: 718px;
    }
	.archive-blog-articles-list {padding-top:10px;}

/*     .header-top {
        width: 718px;
    } */

    .half-container,
    .half-container-reverse {
        width: calc(100vw - ((100vw - 718px) / 2));
    }

    .archive-collections-item-main .archive-collections-item-main-wrapper,
    .archive-blog-left,
    .contacts-left,
    .contacts-mob-title {
        width: 100%;
        max-width: 718px;
        margin: 0 auto;
    }

    .adaptive-menu-btn,
    .tel-menu {
        display: block;
    }

    .header-top>nav,
    .header-user-btns .ark-ajax-search-btn,
    .header-user-btns #ark-woo-header-account,
    .ark-modal-search-mob-panel,
    .ark-overlay-search>.popup>.popup-close-search {
        display: none;
    }

    .ark-overlay-search .popup-content {
        display: block;
    }

    .ark-overlay-search .popup {
        padding: 60px 40px;
    }

    .ark-overlay-search {
        background: #FCFAF7;
    }

    .ark-modal-search-mob-panel {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 55px;
    }

    .ark-modal-search-mob-panel div {
        display: flex;
        align-items: center;
    }

    .ark-modal-search-mob-panel-menu {
        margin-right: 25px;
    }

    .ark-modal-search-mob-panel span {
        font-size: 24px;
        color: #2F292D;
    }

    .modal-search-in-popup input {
        width: 100%;
        padding-left: 50px;
    }

    .ark-overlay-search .popup-close-search {
        position: static;
        padding: 0;
    }

    .result-search-head {
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.07);
    }

    .modal-search-in-popup svg {
        display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-right: 0;
        transform: translate(0, -50%);
    }

    .modal-search-in-popup {
        position: relative;
    }

    /*.front-categories-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }*/

    .footer-main {
        display: flex;
		flex-direction: column;
    }
	
	.footer-main {  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "footer-menu-1 footer-menu-2"
    "footer-subscr1be footer-subscr1be";
}

.footer-menu-1 { grid-area: footer-menu-1; }

.footer-menu-2 { grid-area: footer-menu-2; }

.footer-subscr1be { grid-area: footer-subscr1be; }

	
	.footer-menu-1 {
		order: 1;
	}
	
	.footer-subscr1be {
		order: 2;
		margin-bottom: 30px;
	}
	
	.footer-menu-2 {
		order: 3;
	}
	
	.footer-menu-2 ul li {
		margin-bottom: 0 !important;
	}

    .footer-main nav {
        margin-bottom: 30px;
    }

    .woocommerce ul.products li.product .price,
    .front-newin-slider-item-wrapper>div>span,
    .woocommerce ul.products li.product .price {
        margin-left: 10px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .front-newin-slider-item-wrapper p,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 5px;
    }

    .ark-woo-sp-main-info-wrapper {
        display: block;
    }

    .single-product .half-container-reverse {
        width: 100%;
    }

    .single-product-sliders-wrapper {
        position: relative;
    }

    .ark-woo-sp-main-info-wrapper .summary.entry-summary {
        max-width: 718px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .single-product-gallery-nav {
        opacity: 1;
    }

    /*.woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex;
        align-items: center;
        overflow-x: scroll;
        overflow-y: hidden;
    }*/

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        flex-shrink: 0;
    }

    /* .single-product .header.dark .header-user-btns a,
    .single-product .header.dark .header-logo {
        filter: none;
    } */

    /* .single-product .tel-menu.dark .adaptive-menu-btn div {
        background: #fff;
    } */

    .ark-woo-cart-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .ark-woo-cart-right {
        margin-bottom: 120px;
    }

    .archive-collections {
        display: block;
    }

    #archive-collections {
        margin-top: 40px;
    }

    .ark-breadcrumbs-list {
        justify-content: center;
    }

    .single-post .ark-breadcrumbs-list {
        justify-content: flex-start;
    }

    .archive-collections-item-main .archive-collections-item-main-wrapper div {
        max-width: 100%;
        text-align: center;
    }

    .archive-collections-item-main {
        margin-bottom: 30px;
    }

    .archive-collections-item .white-no-bg-btn {
        display: block;
    }

    .archive-collections-item .white-no-bg-btn span {
        min-width: 245px;
    }

    .archive-collections-item>div span {
        margin-bottom: 30px;
        display: block;
    }

    .single-collection-slider-button-prev {
        right: calc(100vw - ((100vw - 718px) / 2));
    }

    .single-collection-slider-button-next {
        left: calc(100vw - ((100vw - 718px) / 2));
    }

    .archive-blog-main {
        display: block;
        min-height: 0;
    }

    .absolute-header,
    .bc-relative ul,
    .bc-relative {
        position: static;
    }

    .single-post .bc-relative,
    .single-collections .bc-relative {
        position: relative;
    }

    .single-collections .bc-relative ul,
    .single-post .bc-relative ul {
        position: absolute;
    }

    .single-collections .header.dark,
    .single-post .header.dark {
        margin-bottom: 25px;
    }

    #archive-blog-main {
        margin-top: 40px;
    }

    .archive-blog-left-wrapper {
        max-width: 100%;
        text-align: center;
    }

    #archive-blog-main .half-container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .archive-blog-left {
        margin-bottom: 40px;
    }

    .single-blog-page-wrapper {
        padding-top: 250px;
        max-width: 718px;
    }

    .contacts-wrapper {
        display: block;
    }

    .contacts-right iframe {
        width: 100%;
    }

    #contacts-page .half-container {
        width: 100%;
        padding: 0;
    }

    .contacts-left {
        margin-bottom: 40px;
        display: grid;
        grid-template-columns: 1fr 1fr;
		padding-top: 0;
    }

    #contacts-page {
        margin-top: 40px;
    }

    .contacts-left .section-title {
        display: none;
    }

    .contacts-left>div>p {
        margin-bottom: 0;
		display: none;
    }

    .contacts-mob-title {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .contacts-s0c1al {
        justify-content: center;
    }

    .contacts-left>div>a {
        margin-bottom: 0;
    }

    .single-blog-page-wrapper.simple-page .single-blog-page-content {
        padding-left: 0;
        padding-right: 0;
    }

    .favorits-page-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .single-product .header.dark {
        margin: 0;
    min-height: 0;
    }

/*     .single-product .header-top {
        top: 45px;
    } */

/*     .single-product .tel-menu.dark .adaptive-menu-btn div {
        background: #fff;
    } */

/*     .single-product .header.dark .header-logo,
    .single-product .header.dark .header-user-btns a {
        filter: none;
    } */

    .ark-woo-before-main-content-wrap {
        padding-top: 0;
    }

    .ark-woo-before-main-content-wrap {
        min-height: 0;
        position: static;
    }
	
	.ark-woo-sp-main-info-wrapper .price,
	.single-product .product_title {
		margin-bottom: 0;
	}
	
	.ark-woo-single-product-sticky-block-title-price {
		display: flex;
		justify-content: space-between;
  		gap: 10px;
/*   		margin-bottom: 30px; */
	}
	
	.ark-woo-single-product-sticky-block {
		position: sticky;
		bottom: 0;
		z-index: 9;
		background: #FCFAF7;
/* 		padding: 25px 20px;
		border-top: 1px solid #eee; */
		margin-bottom: 0px;
	}
	
.woocommerce div.product form.cart .button.single_add_to_cart_button,
.woocommerce-variation-price {
	display: none !important;
}
	
    .popup-content-sizes {
        padding: 10px;
    }

    .ark-overlay-sizes .popup-sizes {
        width: 715px;
    }
	
	.header-top {
		top: 55px;
	}
	
	.admin-bar .header-top {
		top: 80px;
	}
	
	.front-collections > div {
		display: flex;
		flex-direction: column-reverse;
		gap: 30px;
	}
	
	.front-collections {
		margin-top: 50px;
	}
	.front-collections .archive-collections-item-main-wrapper {
		margin-bottom: 50px;
	}
	.archive-collections-item-main-wrapper p {
		text-align: justify;
	}
	.info-block-img-mobile {
		display: block;
		max-width: 100%;
	}
	.info-block-img-desktop {
		display: none !important;
	}
	
	.ark-woo-archive-ordering-loop-wrapper .products {
    grid-template-columns: repeat(3, 1fr);
}
	
/* 	.submit-single-product-form-desk {
		display: none;
	} */
	
	.ark-woo-sp-vh {
		display: flex;
		flex-direction: column;
	}
	
	.ark-woo-sp-vh .variations_form {
		order: 2;
	}
	
	.ark-woo-single-product-sticky-block {
		order: 1;
		margin-bottom: 15px;
		padding: 0 !important;
	}
	
	.woocommerce-tabs.wc-tabs-wrapper {
		order: 3;
	}
	
	.ark-woo-single-product-sticky-block-title-price {
		line-height: 39px;
	}
	
	.woocommerce div.product form.cart .variations {
  margin-bottom: 15px;
}
	
	.ark-woo-sp-main-info-wrapper {
		margin-bottom: 40px;
	}
	
	.ark-woo-single-product-sticky-block .black-full-btn {
		display: none;
	}
	
	.single-product .ark-woo-sp-vh .submit-single-product-form-desk,
	.no-size-notify-form {
		order: 2;
	}
}
.show-mobile {
	display: none;
}

.mid-block {
	z-index: 555;
    margin: 0;
    position: absolute;
    top: 72%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.post-type-archive-collections .mid-block {
	top: 50%;
}

.newin-bestseller-mobile {
	display: none!important;
}

@media (max-width: 768px) {
	.newin-bestseller-desktop {
		display: none!important;
	}
	.newin-bestseller-mobile {
		display: block!important;
	}
	.show-mobile {
		display: block;
	}
    .container {
        max-width: 526px;
    }
	.info-block-img {
		max-width: 100%;
	}
	
/*     .header-top {
        width: 526px;
    } */

    .half-container,
    .half-container-reverse {
        width: calc(100vw - ((100vw - 526px) / 2));
    }

    .front-collections {
        display: block;
    }

    .front-newin-slider-init .swiper-slide {
        width: 310px;
    }

    .add-favorite,
    .ark-woo-archive-wishlist-btn .ark-login-form-btn,
    .delete-favorite-x {
        right: 15px;
    }

    .info-block {
        max-width: 100%;
    }

    .woo_amc_container_wrap.woo_amc_show,
    .woo_amc_container_side {
        width: 100% !important;
    }

    .ark-woo-archive-ordering-loop-wrapper .products,
    .favorits-page-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .ark-woo-archive-product-filter {
        display: none;
    }

    .ark-woo-mob-filter-btn {
        display: flex;
        align-items: center;
    }

    .ark-woo-mob-filter-btn span {
        margin-left: 10px;
        font-weight: 500;
    }

    .select2-container--open .select2-dropdown {
        /* top: 50px; */
        top: 0;
    }

    .ark-woo-sp-main-info-wrapper .summary.entry-summary,
    .contacts-left,
    .contacts-mob-title {
        max-width: 526px;
    }

    .single-product-gallery-nav {
        left: 25px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

    .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background: transparent;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
        width: 100% !important;
    }

    .ark-woo-cart-back-btn a,
    .woocommerce-cart .wc-proceed-to-checkout>a,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        min-width: 0;
        width: 100%;
    }

    .ark-woo-cart-back-btn {
        margin-right: 0;
    }

    .woocommerce-cart .wc-proceed-to-checkout,
    .ark-woo-checkout-btns-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3%;
    }

    #add_payment_method .wc-proceed-to-checkout::after,
    #add_payment_method .wc-proceed-to-checkout::before,
    .woocommerce-cart .wc-proceed-to-checkout::after,
    .woocommerce-cart .wc-proceed-to-checkout::before,
    .woocommerce-checkout .wc-proceed-to-checkout::after,
    .woocommerce-checkout .wc-proceed-to-checkout::before {
        display: none;
    }

    .archive-collections-item-main .archive-collections-item-main-wrapper,
    .archive-blog-left {
        max-width: 526px;
    }

    .single-collection .swiper-wrapper {
        display: block;
    }

    .single-collection-slider-init .swiper-slide,
    .single-collection-slider-init .swiper-slide img {
        width: 100%;
        display: block;
    }

    .archive-blog-articles-list {
        display: block;
    }

    .archive-blog-articles .section-title.half-container {
        width: 100%;
        max-width: 526px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .archive-blog-articles-list a {
        display: block;
        margin-bottom: 40px;
    }

    .archive-blog-articles-list a:last-child {
        margin-bottom: 0px;
    }

    .single-blog-page-wrapper {
        padding-top: 150px;
        max-width: 526px;
    }

    .ark-woo-order-item {
        display: block;
    }

    .ark-woo-order-item-info {
        margin-bottom: 30px;
    }

    .ark-woo-order-item {
        padding: 25px;
    }

    .ark-woo-order-item-products-list .product-name {
        padding-right: 10px;
    }

    .ark-overlay-refund .popup {
        max-width: 100%;
        height: 100%;
        overflow: auto;
    }
	
	.woof_container_inner_color .woof_list_label .woof_label_term {
    width: 30px;
    height: 30px;
}
	
	.woof_container_inner_color .woof_list_label .woof_label_term {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
    transform: none;
}
	
	.woof_container_inner_color .woof_list_label input.woof_label_term {
		width: 25px;
    	height: 25px;
	}
	
	.woof_block_html_items {
		position: static;
	}
	
	.single-blog-page-content .alignleft,
	.single-blog-page-content .alignright {
		float: none;
		margin: 0 0 0 0;
		width: 100%;
	}
	
	.front-categories-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
	
	.admin-bar .header-top {
    top: 100px;
  }
	
	.admin-bar .scrolled .header-top {
  top: 60px;
  top: 46px;
}
	
	.ark-overlay-sizes .popup-sizes {
        width: 90%;
    }
	
	#policy-msg {
		bottom: 15px;
    left: 15px;
    max-width: calc(100% - 30px);
	}
	
	.woof_block_html_items {
		overflow: visible;
	}
	
	.newin-bestseller {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	
	.admin-bar .scrolled .header-top {
  top: 60px;
  top: 46px;
}

    .container,
    .ark-woo-sp-main-info-wrapper .summary.entry-summary,
    .archive-collections-item-main .archive-collections-item-main-wrapper {
        max-width: 100%;
        padding: 0 20px;
    }

    .header-top {
        width: 100%;
        padding: 0 20px;
        left: 0;
/* 		top: 45px; */
    }

    .half-container {
        width: 100%;
        padding-left: 20px;
    }

    .half-container-reverse {
        width: 100%;
        padding-right: 20px;
    }

    .single-product .half-container-reverse {
        padding: 0;
    }

    .adaptive-menu-content,
    .ark-overlay-search .popup {
        padding: 30px 20px;
    }

    /* .home .header-logo {
        display: none;
    } 

    .home .header-top {
        grid-template-columns: 1fr 1fr;
    }*/

    .header {
        padding: 40px 0 120px 0;
    }
	
	.header.dark {
		min-height: 30px;
		margin: 15px 0 15px 0;
	}

    .front-newin-slider-init .swiper-slide {
        width: 210px;
    }

    .add-favorite,
    .ark-woo-archive-wishlist-btn .ark-login-form-btn,
    .delete-favorite-x {
        right: 15px;
        top: 15px;
    }

    .section-title {
        font-size: 27px;
        line-height: 44px;
    }
	
	#contacts-page .section-title {
		font-size: 20px;
    	line-height: 34px;
	}

    .front-newin-slider-item-wrapper>div>span,
    .woocommerce ul.products li.product .price {
        margin-left: 0;
		font-size: 15px;
    }

    .ark-woo-archive-title-price-wrapper {
        flex-direction: column;
        padding: 0 15px;
    }

    .front-newin-slider-item-wrapper p,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin-bottom: 5px;
		font-size: 14px;
		line-height: 19px;
    }

    .front-newin-slider-init {
        margin-bottom: 55px;
    }

    #info-block {
        margin: 0 0 60px;
    }

    .front-categories-wrapper {
        display: block;
    }

    .front-categories-item {
        margin-bottom: 30px;
/* 		height: 305px; */
    }

    .front-categories-item:last-child {
        margin-bottom: 0;
    }

    .footer-main nav ul {
        grid-template-columns: 1fr 1fr;
		display: flex;
		flex-direction: column;
    }

/*     .footer-main nav ul li:nth-child(3),
    .footer-main nav ul li:nth-child(4),
    .footer-main nav ul li:nth-child(7),
    .footer-main nav ul li:nth-child(8),
    .footer-main nav ul li:nth-child(11),
    .footer-main nav ul li:nth-child(12) {
        margin-bottom: 20px;
    } */

    .footer-main nav ul li:last-child,
    .footer-main nav ul li:nth-last-child(2) {
        margin-bottom: 0;
    }

    .footer-main nav {
        margin-bottom: 40px;
    }

    .footer-main {
        margin-bottom: 60px;
		
    }

    .copyright {
        max-width: 137px;
        text-align: center;
    }

    .bc-center {
        justify-content: flex-start;
    }

    .section-title-center {
        text-align: left;
    }

    .woo_amc_container_side {
        padding: 15px 20px;
    }

    .woo_amc_items_scroll {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ark-woo-minicart-total,
    .woo_amc_footer {
        width: calc(100% - 40px) !important;
    }

    .woo_amc_footer {
        width: calc(100% - 40px) !important;
        left: 20px !important;
    }

    .woo_amc_item_img {
/*         width: 120px !important; */
        margin-right: 15px;
    }

    .ark-woo-archive-ordering-loop-wrapper .products,
    .favorits-page-wrapper {
        gap: 25px 15px;
    }

    .woocommerce-products-header__title.page-title {
        font-size: 16px;
        line-height: 26px;
    }

    .ark-woo-sp-main-info-wrapper .summary.entry-summary {
        margin-top: 20px;
    }

    .woocommerce div.product form.cart .variations {
        margin-bottom: 20px;
    }

    .single-product-gallery-nav img {
        width: 50px;
		object-fit: cover;
    }

    .single-product-gallery-nav {
        height: 350px;
    }
	
	.single-product-gallery-for img {
		object-fit: cover;
	}

    .single-product-gallery-nav {
        bottom: 30px;
    }

    .single-product-gallery-for {
        height: 610px;
    }

    .woocommerce-cart-form__cart-item.cart_item {
        grid-template-columns: 1fr 1fr;
        gap: 0 25px;
        grid-template-areas:
            "product-thumbnail product-name"
            "product-thumbnail ark-woo-cart-variations"
            "product-thumbnail product-subtotal"
            "product-thumbnail product-remove";
    }

    .woocommerce-cart table.cart td.product-remove {
        display: block;
    }

    .woocommerce-cart table.cart td.product-name,
    .ark-woo-cart-variations {
        padding-bottom: 25px !important;
    }

    .woocommerce-cart table.cart td.product-subtotal {
        padding-bottom: 70px;
    }

    .woocommerce-page table.cart .product-thumbnail img {
        height: auto;
    }

    .woocommerce ul#shipping_method li label div {
        display: block;
        line-height: 1;
    }

    .woocommerce ul#shipping_method li label div p {
        margin: 0;
        margin-bottom: 10px;
    }

    .shop_table.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping td li {
        align-items: flex-start;
    }

    .woocommerce ul#shipping_method li label {
/*         margin-left: 20px; */
    }

    .ark-woo-thank-page {
        padding: 120px 0 0 0;
    }

    .archive-blog-left {
        padding: 0 20px;
    }

    .archive-blog-articles .section-title.half-container {
        max-width: 100%;
        padding: 0 20px;
    }

    .single-blog-page-wrapper {
        padding-top: 515px;
        max-width: 100%;
        margin: 0 15px;
    }

    .single-blog-page-img img {
        min-height: 700px;
        object-fit: cover;
    }

    .single-blog-page-content {
        padding: 40px 15px;
        box-shadow: none;
    }

    .single-blog-page-content h1 {
		font-family: 'Futura PT Book', sans-serif;
        font-size: 36px;
        line-height: 44px;
    }

    .blog-images {
        display: block;
    }

    .blog-block {
        padding: 10px 0 10px 50px;
    }

    .blog-related-wrapper .black-full-btn {
        display: none;
    }

    .contacts-right iframe {
        height: 500px;
    }

    .contacts-left,
    .contacts-mob-title {
        padding: 0 20px;
        max-width: 100%;
        width: 100%;
    }

    .page-404 h1 {
        font-size: 42px;
        line-height: 51px;
    }

    .page-404 span {
        font-size: 20px;
        line-height: 24px;
    }

    .post-type-archive-product  .bc-center,
    .page-template-page-typical .bc-center,
    .woocommerce-account .bc-center {
        justify-content: center;
    }

    .single-blog-page-wrapper {
        margin: 0;
    }

    .ark-overlay-login .popup {
        width: 100%;
        max-width: 95%;
    }

    .login-form-in-popup {
        padding: 15px 20px;
    }

    .login-form-in-popup .modal-login-tabs ul li {
        font-size: 16px;
    }

    .login-form>div {
        flex-direction: column;
    }

    .login-form-in-popup .woocommerce-form-login__rememberme {
        margin-bottom: 15px !important;
    }

    .woocommerce-MyAccount-navigation ul li {
        margin: 0 10px;
    }

    .woocommerce-MyAccount-navigation ul {
        justify-content: space-between;
    }

    .ark-woo-account-settings {
        padding: 40px 25px;
    }

    .ark-woo-account-settings-body {
        display: block;
    }

    .ark-woo-account-settings-body>p {
        margin-bottom: 25px;
    }

    .woocommerce-account .single-page-title {
        font-size: 36px;
        line-height: 44px;
    }

    .ark-woo-order-item-products-list .order_item {
        display: grid;
        grid-auto-columns: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
        grid-template-rows: auto auto;
        gap: 15px 15px;
        grid-template-areas:
            "ark-woo-order-item-img ark-woo-order-item-img woocommerce-table__product-name woocommerce-table__product-name woocommerce-table__product-name ark-woo-order-item-checkbox"
            "ark-woo-order-item-img ark-woo-order-item-img wc-item-meta woocommerce-table__product-total ark-woo-order-item-qty ark-woo-order-item-checkbox";
    }

    .ark-woo-order-item-img {
        grid-area: ark-woo-order-item-img;
    }

    .woocommerce-table__product-name {
        grid-area: woocommerce-table__product-name !important;
    }

    .wc-item-meta {
        grid-area: wc-item-meta;
    }

    .woocommerce-table__product-total {
        grid-area: woocommerce-table__product-total;
    }

    .ark-woo-order-item-qty {
        grid-area: ark-woo-order-item-qty;
    }

    .ark-woo-order-item-checkbox {
        grid-area: ark-woo-order-item-checkbox;
    }


    .ark-woo-order-item-products-list .order_item.ark-woo-order-item-simple {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas:
            "ark-woo-order-item-img ark-woo-order-item-img woocommerce-table__product-name woocommerce-table__product-name woocommerce-table__product-name ark-woo-order-item-checkbox"
            "ark-woo-order-item-img ark-woo-order-item-img woocommerce-table__product-total woocommerce-table__product-total ark-woo-order-item-qty ark-woo-order-item-checkbox";
    }

    .ark-woo-order-totals-item p,
    .ark-woo-order-totals-item span {
        font-size: 12px;
    }

    .ark-woo-order-totals-item.ark-woo-order-totals-item-last p,
    .ark-woo-order-totals-item.ark-woo-order-totals-item-last span {
        font-size: 16px;
    }

    .ark-woo-order-totals .black-no-bg-btn {
        text-align: center;
    }

    .ark-overlay-refund .popup {
        padding: 30px 15px;
    }

    .ark-overlay-refund .popup-close {
        right: 15px;
    }

    .ark-woo-refund-appeal-wrapper {
        margin-bottom: 30px;
    }

    .refund-popup-text h4 {
        font-size: 20px;
    }

    .ark-woo-refund-order-table {
        margin-bottom: 25px;
    }

    .ark-woo-refund-order-totals {
        margin-bottom: 40px;
    }

    .ark-woo-refund-order-confirm.black-full-btn button {
        min-width: 100%
    }
	
	.front-newin-slider-title h2 {
		font-size: 22px;
	}
	
	.admin-bar header.scrolled {
		top: -46px;
	}

	.single-product .ark-breadcrumb-wrapper {
		display: none;
	}
	
	.single-product .adaptive-menu-btn,
	.single-product .header-logo img,
	.single-product .header-user-btns {
		filter: brightness(0%);
	}
	
	.header-user-btns {
		filter: none !important;
	}
	
/* 	.admin-bar .header-top {
		top: 90px;
	} */
	
	.scrolled .header-top,
	.admin-bar .scrolled .header-top {
		top: 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		margin-right: 0;
	}
	
	.ark-woo-sp-vh {
		padding: 0;
	}
	
	.wc-backward {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.footer-main nav ul li a {
		font-size: 12px;
		color: #6d6d6d;
		text-decoration: underline;
	}
	
	.footer-subscr1be > span {
		font-size: 14px;
		color: #6d6d6d;
	}
	
	.single-product .variations tr {
		margin-bottom: 0;
	}
	
	.ark-woo-single-product-sticky-block-title-price h1,
	.single-product .product_title {
		font-size: 14px;
		line-height: 19px;
		text-transform: uppercase;
	}
	
	.ark-woo-sp-main-info-wrapper .price bdi {
		font-size: 15px !important;
	}
	
	.ark-woo-single-product-sticky-block-title-price {
		gap: 20px;
		margin-bottom: 10px;
	}
	
	#submit-single-product-form {
		font-size: 14px !important;
	}
	
	.woocommerce div.product form.cart .variations label,
	.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span{
		font-size: 15px;
	}
	
	.ark-woo-single-product-sticky-block {
		padding: 20px;
	}
	
	header .container, footer .container,
   .header-top,
	.ark-woo-page .container,
	#front-newin-slider .container{
  padding-left: 24px;
  padding-right: 24px;
}
	
	.contacts-left {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
	
	.ark-overlay-sizes .popup-close-sizes {
		top: auto;
		right: 0;
  bottom: 100%;
	}
	
	.single-blog-page-content-txt p,
	.single-blog-page-content-txt ul,
	.single-blog-page-content-txt ol {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.front-collections .archive-collections-item-main-wrapper {
		width: 100%;
		max-width: 100%;
		padding: 0 20px;
	}
	
	.home .archive-collections-item-main-wrapper p,
	.archive-collections-item-main-wrapper p {
		font-size: 14px;
	}
	
	.single-blog-page-wrapper.simple-page .single-blog-page-content h1,
.archive-collections-item-main h1,
.archive-blog-left-wrapper h1,
.single-blog-page-content h1,
	.section-title,
	.page-404 h1 {
		font-size: 20px;
		line-height: 34px;
	}
	
	.cart-subtotal th {
		font-size: 16px;
	}
	
	.popup-discount {
		max-width: 100%;
	    width: 90%;
	}
	
	.popup-content-discount-wrapper {
	    padding: 20px;
	}
	
	.popup-close-discount {
	  right: 20px;
	  top: 20px;
}
	
	.header-logo img {
		max-width: 100%;
	}
	
	.woocommerce-billing-fields__field-wrapper {
		display: flex;
		flex-direction: column;
	}
	
		.front-newin-slider-init.half-container {
	margin-left: 24px;
	padding-left: 0;
}
	
		.ark-woo-single-product-sticky-block-title-price {
		line-height: 16px;
	}
	
	.seo-block-sect {
		margin-bottom: 65px;
	}
	
	.seo-block h1, .seo-block h2, .seo-block h3, .seo-block h4, .seo-block h5, .seo-block h6 {
font-size: 36px;
line-height: 43.88px;
}
	
	#seo-read-more {
		position: static;
	}
	
	.newin-bestseller a span,
	#info-block span{
		left: 20px;
		bottom: 30px;
		font-size: 22px;
  line-height: 26.88px;
		padding-right: 20px;
	}
	
	
.post-type-archive-collections section:nth-of-type(2) {
	margin-top: 30px;
}
}

@media (max-width: 440px) {
	.ark-woo-cart-back-btn a {
		padding: 12px 0;
	}

    .woocommerce-billing-fields__field-wrapper>p:last-child {
        margin-bottom: 0 !important;
    }

    .ark-woo-order-item-products-list .order_item {
        grid-template-columns: 1fr 1fr 1fr .2fr;
        grid-template-areas:
            "woocommerce-table__product-name woocommerce-table__product-name woocommerce-table__product-name ark-woo-order-item-checkbox"
            "wc-item-meta woocommerce-table__product-total ark-woo-order-item-qty ark-woo-order-item-checkbox";
    }

    .ark-woo-order-item-products-list .order_item.ark-woo-order-item-simple {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
            "woocommerce-table__product-name woocommerce-table__product-name woocommerce-table__product-name ark-woo-order-item-checkbox"
            "woocommerce-table__product-total woocommerce-table__product-total ark-woo-order-item-qty ark-woo-order-item-checkbox";
    }

    .ark-woo-order-item-img {
        display: none;
    }

    .ark-woo-order-item-products-list .product-name {
        padding-right: 0;
    }
	
	.woocommerce-page #payment #place_order.ppcp-hidden {
	padding: 11px 5px !important;
	font-size: 15px !important;
}
	

}







@media (max-height: 700px) {
    .adaptive-menu-bottom a {
        display: none;
    }

    .adaptive-menu-bottom .currency {
        margin-bottom: 0;
    }
}

@media (max-height: 635px) {
	.popup-discount > img {
		display: none;
	}
	
	.popup-close-discount {
		filter: brightness(0);
	}
}

@media (max-height: 600px) {
    .adaptive-menu-btns {
        margin-bottom: 20px;
    }

    .adaptive-menu-links ul li {
        margin-bottom: 10px;
    }

    .adaptive-menu-top {
        margin-bottom: 15px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
	 }

.woocommerce-form-coupon-toggle {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.custom-coupon-wrapper {margin-bottom:30px;}

Perfect! You've made the template changes correctly. Now you need to update your CSS since you removed the first paragraph. Here's the updated CSS:
css/* Override WooCommerce default styles */
.woocommerce-form-coupon.checkout_coupon {
  display: block !important;
}

/* Remove the first-child selector since there's no instruction paragraph anymore */
.woocommerce-form-coupon.checkout_coupon .form-row-first {
  width: 70% !important;
  float: left !important;
  display: block !important;
  margin: 0 !important;
  padding-right: 2% !important;
  box-sizing: border-box !important;
}

.woocommerce-form-coupon.checkout_coupon .form-row-last {
  width: 28% !important;
  float: left !important;
  display: block !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce-form-coupon.checkout_coupon .input-text {
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-form-coupon.checkout_coupon .button {
  width: 100% !important;
  white-space: nowrap !important;
}

.woocommerce-form-coupon.checkout_coupon .clear {
  clear: both !important;
  display: block !important;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #000000;
}

button[name="apply_coupon"] {
	color: #2F292D!important;
    font-weight: 500;
    padding: 12px 40px;
    border: 1px solid #2F292D!important;
    min-width: 146px;
    display: inline-block;
	background-color: transparent!important;
	text-transform:uppercase;
}

/* Начальное состояние */
.header-logo {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.front-page-big-logo {
  opacity: 1;
  transition: opacity 0.4s ease;
}

header.scrolled .header-logo {
  opacity: 1;
  pointer-events: auto;
}

header.scrolled .front-page-big-logo {
  opacity: 0;
  pointer-events: none;
}

.front-page-big-logo {
    display: flex;
    justify-content: center;
}


 #section-{{ section.id }} {
      position: relative;
      overflow: hidden;
      color: #fff;
    }

    #section-{{ section.id }} .ciseles-hero-video__media {
      position: relative;
      width: 100%;
      height: 100vh;
      min-height: 520px;
    }

    #section-{{ section.id }} video.ciseles-hero-video__video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    #section-{{ section.id }} .ciseles-hero-video__overlay {
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(0,0,0,0.3), rgba(0,0,0,0.85));
      pointer-events: none;
    }

    #section-{{ section.id }} .ciseles-hero-video__inner {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.6rem;
      text-align: center;
    }

    #section-{{ section.id }} .ciseles-hero-video__content {
      max-width: 720px;
      margin: 0 auto;
    }

    #section-{{ section.id }} .ciseles-hero-video__logo {
      margin-bottom: 1.6rem;
    }

    #section-{{ section.id }} .ciseles-hero-video__logo img {
      max-width: 260px;
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    #section-{{ section.id }} .ciseles-hero-video__heading {
      font-size: 2.4rem;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin: 0 0 .8rem;
    }

    #section-{{ section.id }} .ciseles-hero-video__subheading {
      font-size: 1.6rem;
      line-height: 1.6;
      max-width: 560px;
      margin: 0 auto;
      opacity: .9;
    }

    #section-{{ section.id }} .ciseles-hero-video__buttons {
      margin-top: 2.4rem;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: center;
    }

    #section-{{ section.id }} .ciseles-hero-video__btn {
      min-width: 160px;
      padding: 0.9rem 2.4rem;
      border-radius: 999px;
      font-size: 1.3rem;
      text-transform: uppercase;
      letter-spacing: .12em;
      border: 1px solid #ffffff;
      background: transparent;
      color: #ffffff;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: background .25s ease, color .25s ease, border-color .25s ease;
    }

    #section-{{ section.id }} .ciseles-hero-video__btn--primary {
      background: #ffffff;
      color: #000000;
      border-color: #ffffff;
    }

    #section-{{ section.id }} .ciseles-hero-video__btn--primary:hover {
      background: transparent;
      color: #ffffff;
    }

    #section-{{ section.id }} .ciseles-hero-video__btn--secondary:hover {
      background: #ffffff;
      color: #000000;
    }

    @media (max-width: 768px) {
      #section-{{ section.id }} .ciseles-hero-video__media {
        height: 80vh;
        min-height: 420px;
      }
      #section-{{ section.id }} .ciseles-hero-video__heading {
        font-size: 1.8rem;
      }
      #section-{{ section.id }} .ciseles-hero-video__subheading {
        font-size: 1.4rem;
      }
      #section-{{ section.id }} .ciseles-hero-video__logo img {
        max-width: 200px;
      }
    }






.ciseles-header,
.ciseles-header .header,
.ciseles-header .header-top,
.ciseles-header .header-wrapper,
.ciseles-header .container {
  overflow: visible !important;
}

#ciseles-side-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999 !important; /* поверх всех меню и видео */
}

.ciseles-header__video {
  position: absolute;
  z-index: -1 !important;
}


input#EmailInput-ciseles {
    padding: 0;
    border: 0px;
    border-bottom: 1px solid;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Danzza Regular', sans-serif;
    font-family: 'HelveticaNeueLight', sans-serif;
    font-size: 16px;
    background: #FCFAF7 !important;
    position: static !important;
}

.scrolled ul.menu li a {
    color: black;
}

header.mb0.header-pages a.header-logo {
    filter: unset !important;
    opacity: 1 !important;
}


.section-resource-list__content {
    display: none;
}


.collection-card__inner {
    position: relative;
}

.collection-card__content.layout-panel-flex--column p {
    font-size: 25px;
    line-height: 34.88px;
    color: #FCFAF7;
    z-index: 9;
    text-transform: uppercase;
    margin-block-end: 0;
}

.section.section--page-width.color-scheme-1.section-resource-list.spacing-style.gap-style {
    display: flex !important;
    gap: 0px !important;
    padding-top: 0px !important;
}



.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    display: flex;
}

.product_title .entry-title{
  font-weight: 400;
  font-size: 29px;
  line-height: 39px;
  color: #2f292d;
  margin-bottom: 25px;
  font-family: "Futura PT Book", sans-serif;
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.woocommerce div.product form.cart::before {
  content: " ";
  display: table;
}

/*!
 * Variation Swatches for WooCommerce
 *
 * Author: Emran Ahmed ( emran.bd.08@gmail.com )
 * Date: 12/11/2024, 5:29:50 PM
 * Released under the GPLv3 license.
 */
.woo-variation-swatches.wvs-tooltip {
  /*	.radio-variable-item[data-wvstooltip] {
          position: relative;

          &::before,
          &::after {
              left: 8px;
              bottom: 100%;
          }
      }*/
  /*.radio-variable-item .image-tooltip-wrapper {
      transform: translateX(-50%);
      left: 8px;
  }*/
  /*&.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item {
      &[data-wvstooltip]::before,
      &[data-wvstooltip]::after {
          left: 50%;
      }

      .image-tooltip-wrapper {
          transform: translateX(-50%);
          left: 50%;
      }
  }

  &.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item {
      &[data-wvstooltip]::before,
      &[data-wvstooltip]::after {
          left: 100%;
      }

      .image-tooltip-wrapper {
          transform: translateX(-50%);
          left: 100%;
      }
  }*/
}

[data-wvstooltip],
.wvs-has-image-tooltip {
  --font-size: 14px;
  --arrow-width: 5px;
  --arrow-distance: 10px;
  --arrow-position: calc(var(--arrow-distance) * -1);
  --tip-redius: 3px;
  --tip-min-width: 100px;
  --tip-min-height: 100px;
  --tip-height: 30px;
  --tip-breakpoint-start: 53vw;
  --tip-distance: calc(var(--arrow-distance) + var(--tip-height));
  --tip-position: calc(var(--tip-distance) * -1);
  --image-tip-min-height: calc(var(--tip-min-height) + var(--tip-height));
  --image-tip-max-height: calc(var(--tooltip-height) + var(--tip-height));
  --image-tip-width-dynamic: clamp(var(--tip-min-width), var(--tip-breakpoint-start), var(--tooltip-width));
  --image-tip-height-dynamic: clamp(var(--tip-min-height), var(--tip-breakpoint-start), var(--tooltip-height));
  --image-tip-ratio: calc(var(--tooltip-height) / var(--tooltip-width));
  --image-tip-position: calc(100% + var(--arrow-distance));
  --horizontal-position: 0px;
  position: relative;
  cursor: pointer;
  outline: none;
}

[data-wvstooltip]:before,
[data-wvstooltip]:after,
.wvs-has-image-tooltip:before,
.wvs-has-image-tooltip:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[data-wvstooltip]:before,
.wvs-has-image-tooltip:before {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  border-radius: var(--tip-redius);
  background-color: var(--wvs-tooltip-background-color, #333333);
  color: var(--wvs-tooltip-text-color, #FFFFFF);
  height: var(--tip-height);
  line-height: var(--tip-height);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: var(--tip-min-width);
  padding-inline: 10px;
  -webkit-transform: translateX(var(--horizontal-position));
      -ms-transform: translateX(var(--horizontal-position));
          transform: translateX(var(--horizontal-position));
  top: auto;
  bottom: var(--image-tip-position);
  font-size: var(--font-size);
}

[data-wvstooltip]:before {
  content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
}

.wvs-has-image-tooltip:before {
  content: attr(data-title);
  background-image: var(--tooltip-background);
  background-repeat: no-repeat;
  min-width: var(--image-tip-width-dynamic);
  height: calc(var(--image-tip-height-dynamic) + var(--tip-height));
  /*min-width: max-content;*/
  background-size: contain;
  background-position: center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-wvstooltip]:after,
.wvs-has-image-tooltip:after {
  width: 0;
  border: var(--arrow-width) solid transparent;
  border-top-color: var(--wvs-tooltip-background-color, #333333);
  content: " ";
  font-size: 0;
  line-height: 0;
  top: var(--arrow-position);
  bottom: auto;
}

[data-wvstooltip]:hover:before,
[data-wvstooltip]:hover:after,
.wvs-has-image-tooltip:hover:before,
.wvs-has-image-tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}

.wvs-tooltip-position-bottom[data-wvstooltip]:after, .wvs-tooltip-position-bottom.wvs-has-image-tooltip:after {
  border-top-color: transparent;
  border-bottom-color: var(--wvs-tooltip-background-color, #333333);
  top: auto;
  bottom: var(--arrow-position);
}
.wvs-tooltip-position-bottom[data-wvstooltip]:before, .wvs-tooltip-position-bottom.wvs-has-image-tooltip:before {
  bottom: auto;
  top: calc(var(--tip-position) * -1);
}

.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
  margin-bottom: 15px !important;
}
.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
  border: 0 !important;
}
.wvs-theme-sober .product form.cart .variations .variable-options::after,
.wvs-theme-sober-child .product form.cart .variations .variable-options::after {
  display: none;
}
.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .arrow {
  display: none;
}
.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
  display: block;
  text-align: right;
  margin-right: 10px;
}
.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
  border: 1px solid #E4E6EB !important;
  padding: 0.5em 1em !important;
  text-align: left !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
  -webkit-appearance: menulist-button !important;
}
.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
  margin: 5px;
  text-align: left;
}
.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
  margin-right: 0;
}
.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
  padding-left: 30px;
  margin: 0;
}
.wvs-theme-sober .product form.cart .radio-variable-item label::before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label::before {
  top: 0;
  border-radius: 100%;
}
.wvs-theme-sober .product form.cart .radio-variable-item label::after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label::after {
  top: 8px;
}

.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
  display: block !important;
}
.wvs-theme-shophistic-lite .ql_custom_variations {
  display: none !important;
}
.wvs-theme-shophistic-lite .radio-variable-item input[type=radio] {
  display: inline-block;
  margin: 0;
}

.wvs-theme-flatsome .variations .reset_variations {
  position: relative;
  bottom: 0;
  left: 0;
}

.wvs-theme-storefront.single-product div.product,
.wvs-theme-storefront-child.single-product div.product {
  overflow: visible !important;
}

.wvs-theme-stockholm .variations .reset_variations {
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
  width: 100% !important;
}
.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
  width: 16px !important;
  height: 16px !important;
}
.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
  display: none;
}

.wvs-theme-aurum .variable-items-wrapper .image-variable-item > img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item > img {
  width: 100%;
}

.wvs-theme-hestia .woo-variation-items-wrapper.value::before {
  display: none !important;
}

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
  display: none;
}
.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
  padding: 0;
}

.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
  overflow: visible !important;
}
.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
  display: inline-table;
}

.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
  position: relative !important;
}
.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
  display: none !important;
}
.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
  display: none !important;
}

.wvs-theme-woodmart .woo-variation-items-wrapper > .swatches-select,
.wvs-theme-woodmart-child .woo-variation-items-wrapper > .swatches-select {
  display: none;
}
.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart-child .wd-attr-selected {
  display: none;
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
  border: 0 !important;
}
.wvs-theme-gecko .variations .value.woo-variation-items-wrapper::after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper::after {
  display: none !important;
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
  border: 0;
  height: auto;
  width: auto;
}
.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
  font-size: 8px !important;
  width: 20px;
  height: 20px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #F04040;
  color: #F04040;
}

.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
  border: none;
}
.wvs-theme-claue .woo-variation-items-wrapper::after,
.wvs-theme-claue-child .woo-variation-items-wrapper::after {
  display: none;
}

.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
  overflow: initial;
}

.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
  display: none;
}
.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
  width: 18px;
}

.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
  display: none;
}

.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
  overflow: auto;
}

.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after {
  display: none !important;
}

.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,
.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select {
  display: none !important;
}
.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
  max-width: 100%;
}
.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
  line-height: 1 !important;
}

.wvs-theme-stockie .woo-variation-raw-select + .select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select + .select-styled {
  display: none !important;
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-center {
  --wvs-position: center;
}
.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left {
  --wvs-position: flex-start;
}
.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right {
  --wvs-position: flex-end;
}
.woo-variation-swatches .woo-variation-raw-select + .select2 {
  display: none !important;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color > a {
  display: inline-block;
  position: relative;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
  padding: 0 5px;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
  display: inline-block;
  float: left;
  padding: 9px;
  margin: 0 4px;
  -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #A8A8A8);
          box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #A8A8A8);
  border: 2px solid #fff;
  height: 20px;
  width: 20px;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared {
  border-radius: 2px;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded {
  border-radius: 100%;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
  display: inline-block;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after {
  content: "";
  display: inline;
  clear: both;
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
          box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
}
.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
  -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
          box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
}
.woo-variation-swatches .woo-variation-raw-select {
  display: none !important;
}
.woo-variation-swatches .woo-variation-raw-select:before, .woo-variation-swatches .woo-variation-raw-select:after {
  display: none !important;
}
.woo-variation-swatches .variations td.value > span:before, .woo-variation-swatches .variations td.value > span:after {
  display: none !important;
}
.woo-variation-swatches .woo-variation-swatches-variable-item-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woo-variation-swatches .wvs-archive-variations-wrapper {
  display: block;
  width: 100%;
}
.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: var(--wvs-archive-product-item-width, 30px);
  height: var(--wvs-archive-product-item-height, 30px);
}
.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-archive-product-item-font-size, 16px);
  /*min-width: var(--wvs-archive-product-item-width, 30px);*/
}
.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
  min-width: var(--wvs-archive-product-item-width, 30px);
}
.woo-variation-swatches ul.variations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woo-variation-swatches ul.variations > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: var(--wvs-position);
      -ms-flex-pack: var(--wvs-position);
          justify-content: var(--wvs-position);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 5px 0;
}
.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
  visibility: hidden;
}
.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
  visibility: visible;
}
.woo-variation-swatches .variable-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*margin: 0 5px;*/
  margin: 0;
  padding: 0;
  list-style: none;
}
.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
  width: var(--wvs-single-product-large-item-width, 40px);
  height: var(--wvs-single-product-large-item-height, 40px);
}
.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
  font-size: var(--wvs-single-product-large-item-font-size, 16px);
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  cursor: pointer;
  /*margin: 5px 0;*/
  padding: 0 5px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
  cursor: pointer;
  vertical-align: middle;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
  /*margin: 5px;*/
  width: 20px;
  height: 20px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input + span {
  margin-inline: 10px;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
  display: inline-block;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
  width: 40px;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
  width: auto;
  display: inline-block;
  padding: 2px 0;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input {
  cursor: not-allowed;
  opacity: 0.5;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
  text-decoration: line-through;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled::before, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled::after, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover::before, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover::after {
  display: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input {
  text-decoration: line-through;
  opacity: 0.6;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
  text-decoration: line-through;
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
  /*box-shadow: 0 0 0 3px rgba(#000, 10%);*/
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:focus {
  /*box-shadow: 0 0 0 3px rgba(#000, 30%);*/
}
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected, .woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
  /*box-shadow: 0 0 0 2px rgba(#000, 90%);*/
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@supports (display: contents) {
  .woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    /* display: contents;*/
  }
}
.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
  display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item img {
  margin: 0; /** Storefront FIX */
  padding: 0; /** ShopIsle Fix */
  width: 100%; /** TheGem Fix */
  height: 100%;
  pointer-events: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item > span {
  pointer-events: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--wvs-item-background-color, #FFFFFF);
  color: var(--wvs-item-text-color, #000000);
  -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #A8A8A8);
          box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #A8A8A8);
  padding: 2px;
  margin: 4px;
  width: var(--wvs-single-product-item-width, 30px);
  height: var(--wvs-single-product-item-height, 30px);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child {
  /*margin-left: 0;*/
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
  margin-right: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents {
  opacity: 0.6;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents::before {
  position: absolute;
  content: " ";
  display: block;
  background-image: var(--wvs-cross);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
          box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
  background-color: var(--wvs-hover-item-background-color, #FFFFFF);
  color: var(--wvs-hover-item-text-color, #000000);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus {
  -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
          box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #dddddd);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
          box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
  color: var(--wvs-selected-item-text-color, #000000);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
  pointer-events: none;
  cursor: not-allowed;
  position: relative;
  overflow: hidden;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents {
  opacity: 0.6;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
  position: absolute;
  content: " ";
  display: block;
  background-image: var(--wvs-cross);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents::before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
  position: absolute;
  content: " ";
  display: block;
  background-image: var(--wvs-tick);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  height: 100%;
  width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
  width: 100%;
  height: 100%;
  /*position: relative;*/
  display: block;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  text-align: center;
  font-size: var(--wvs-single-product-item-font-size, 16px);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: var(--wvs-selected-item-background-color, #FFFFFF);
  color: var(--wvs-selected-item-text-color, #000000);
}
.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info::before {
  content: " ";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -3px;
  width: 0;
  border-bottom: 3px solid #de8604;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  z-index: 1;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 2px);
  min-width: 36px;
  text-align: center;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info::after {
  content: attr(data-wvs-stock-info);
  line-height: 1;
  font-size: 10px;
  font-style: italic;
  background: #de8604;
  color: #fff;
  padding: 2px;
  border-radius: 2px !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2509803922);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3803921569);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3803921569);
}
.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info::after {
  margin-left: 5px;
}
.woo-variation-swatches .variable-items-wrapper .wvs-item-label {
  position: absolute;
  top: 30px;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 100%;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, .woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
  border-radius: 100%;
  overflow: hidden;
  line-height: 1;
  margin: 0;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
  /*border-radius: 2px;*/
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
  border-radius: 100%;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 2px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  width: auto;
  min-width: var(--wvs-single-product-item-width);
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0 5px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span::after {
  border-radius: 0;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item {
  /*border-radius: 2px;*/
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
  border-radius: 5px;
}
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
  /*background: none;*/
}
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input {
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.5;
}
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled::before, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled::after, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover::before, .woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover::after {
  display: none;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents::before, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents::before {
  background-image: none;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
  overflow: hidden;
}
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label, .woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input {
  pointer-events: none;
  opacity: 0.3;
}
.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  font-size: 0;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}
.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
  width: auto !important;
}
.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents::before {
  background-image: none;
}
.woo-variation-swatches.rtl table.variations td.label {
  /*padding-left: 15px;
  padding-right: 0;
  text-align: right;*/
}
.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
  text-align: right;
}
.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 4px 0 4px 8px;
}
.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
  margin-right: 0;
  margin-left: 5px;
}
.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before {
  display: none !important;
}
.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
  display: block !important;
}
.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  float: left;
}
.woo-variation-swatches.wvs-show-label .variations th, .woo-variation-swatches.wvs-show-label .variations td {
  display: block;
  width: auto !important;
  text-align: start;
}
.woo-variation-swatches.wvs-show-label .variations th label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
  display: inline-block;
  margin: 0 2px;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
  font-weight: 600;
}
.woo-variation-swatches .variations .woo-variation-item-label {
  margin: 0;
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name {
  font-weight: 600;
}
.woo-variation-swatches .grouped-variable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none !important;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
  margin-top: 10px;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
  margin-top: 20px;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
  margin-top: 10px;
  margin-right: 20px;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child {
  margin-right: 0;
}
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
  margin-right: 0;
}
.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
  font-style: italic;
}
.woo-variation-swatches .wvs-hide-view-cart-link {
  display: none;
}




.color-picker {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}

.color-dot-wrapper {
  cursor: pointer;
  position: relative;
}


.color-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: block;
}

.color-dot-wrapper.active .color-dot {
  border: 2px solid #000;
}


quantity-selector-component.quantity-selector input[type="number"] {
    padding: 0px;
}

.custom-picker-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.color-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgb(204, 204, 204) !important;
    display: block;
}

@media screen and (min-width: 1200px) {
    .product-information__grid:not(.product-information__grid--half,:has(.product-information__media:empty)).product-information--media-left {
        grid-template-columns: 1fr 1fr !important;
        width: 100%;
    }
}

.product-details {
    display: flex;
    align-self: start;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.product-details {
    display: flex;
    justify-content: center;
}

.group-block-content.layout-panel-flex.layout-panel-flex--column h1 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.shopify-payment-button__button--unbranded {
  border-radius: 0px !important;
}

.add-to-cart-button {
  border-radius: 0px !important;
}

input[type="number"] {
    padding: 0px;
}

quantity-selector-component.quantity-selector {
    border-radius: 0px !important;
}

span.price {
    font-size: 16px;
}

.group-block-content {
    max-width: 500px;
}

.group-block.group-block--height-fit.group-block--width-fill.border-style.spacing-style.size-style {
    display: flex;
    justify-content: center !important;
}

.product-details {
    min-width: 100%;
}

.header-wrapper {
  position: relative;
  z-index: 2;
}
.header-logo {
  position: relative;
  z-index: 9999 !important;
  pointer-events: auto;
}
div#header-group {
    z-index: 999 !important;
}


.search-modal dialog.search-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}

button.header-search-btn.js-open-search svg {
    width: 20px;
    height: 30px;
    margin-right: 20px;
}

a.woo_amc_open_active svg {
    width: 20px;
    height: 30px;
}

.mb0 svg path {
    fill: white;
}

.mb0 svg circle {
    fill: white;
}

.scrolled svg path {
    fill: black;
}

.scrolled svg circle {
    fill: black;
}

header.mb0.header-pages svg path {
    fill: black;
}

header.mb0.header-pages svg circle {
    fill: black;
}

.floating-panel__modal.dialog-modal {
  top: auto !important;
  transform: none !important;
}

span.facets__label {
    font-size: 14px;
}

.product-grid-container.color-scheme-1 .sorting-filter__option {
    display: flex;
    align-items: center;
}

.product-grid-container.color-scheme-1 .sorting-filter__option input {
    padding: 0px;
}

.product-grid-container.color-scheme-1  span.svg-wrapper.icon-checkmark.sorting-filter__checkmark {
    left: 12px;
    position: absolute;
}



.menu {
  display: flex;
  gap: 40px;
  align-items: center;
}

.menu-item {
  list-style: none;
}

/* Темная зона */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 9000;
}

/* Левая панель */
.shop-sidebar {
  position: fixed;
  top: 0;
  left: -35%;
  width: 35%;
  height: 100vh;
  background: #ffffff;
  box-shadow: 4px 0 20px rgba(0,0,0,0.15);
  transition: 0.35s ease;
  z-index: 9500;
  padding: 40px 30px;
}

/* Когда активны */
.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

.shop-sidebar.active {
  left: 0;
}

/* Меню внутри */
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-menu li {
  margin-bottom: 16px;
}

.sidebar-menu li a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
}

.sidebar-menu li a:hover {
  opacity: 0.6;
}

.header-top nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    z-index: 99 !important;
    position: relative;
}


#shop-sidebar {
  position: fixed;
  top: 0;
  left: -35%;
  width: 35%;
  height: 100vh;
  background: white;
  transition: .3s ease;
  z-index: 2000;
  padding: 40px 30px;
}

#shop-sidebar.active {
  left: 0;
}

#sidebar-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,.45);
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  z-index: 1500;
}

#sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media(max-width: 993px) {
  div#shop-sidebar {
    display: none;
}
}


/* Container */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: right 0.35s ease;
  box-shadow: -2px 0 10px rgba(0,0,0,0.15);
}

/* Active */
.mobile-menu.active {
  right: 0;
}

/* Inner wrapper */
.mobile-menu-inner {
  padding: 30px 20px;
}

/* Close button */
.mobile-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  margin-bottom: 20px;
}

/* List */
.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  margin-bottom: 16px;
}

.mobile-menu-list a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%; 
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  transition: left .3s ease;
  padding: 20px;
}

.mobile-menu.active {
  left: 0; /* Вместо right: 0 */
}


.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mobile-menu-list li {
  margin: 15px 0;
}

.mobile-close {
  background: none;
  border: none;
  font-size: 26px;
  align-self: flex-end;
}



@media (max-width: 768px) {
  .collection-card__content.layout-panel-flex--column p {
    font-size: 16px;
    line-height: 16px;
  }
  .product-information__grid {
    display: unset !important;
    padding: 0px 20px !important;
}
}

.mb0 .tel-menu.dark .adaptive-menu-btn div {
    background: #ffffff;
}

.scrolled .tel-menu.dark .adaptive-menu-btn div {
    background: #000000;
}

header.mb0.header-pages .tel-menu.dark .adaptive-menu-btn div {
    background: #000000;
}

.footer-payments-logos {
    display: flex;
}

.footer-payments-logos img {
    width: 33px;
}

.footer-main nav ul {
    align-items: flex-start;
}

button.nm-wishlist-button.nm-PRODUCT_PAGE-wishlist-button.btn.button.Button.button-primary.Button-primary.button--primary.Button--primary {
    display: none !important;
}

button.nm-wishlist-open-list-button {
    display: none !important;
}

.hengam-low-stock-description.lowStockDescriptionStyle {
    display: none;
}

button {
    border-radius: 0px !important;
}

.product-information.section.section--page-width.spacing-style.color-scheme-1.relative {
    display: grid !important;
}

.locale-dropdown {
  position: relative;
  margin-left: 16px;
}

.locale-toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 8px;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 4px;
}

.locale-arrow {
  font-size: 10px;
}

.locale-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  color: #000;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  min-width: 180px;
  z-index: 50;
  display: none;            /* по умолчанию скрыто */
}

.locale-dropdown.is-open .locale-menu {
  display: block;           /* показываем, когда есть класс */
}

.locale-section {
  margin-bottom: 10px;
}

.locale-section:last-child {
  margin-bottom: 0;
}

.locale-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #555;
}

.locale-menu select {
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 13px;
}



.mb0 button.locale-toggle {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.scrolled button.locale-toggle {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}

.header-pages button.locale-toggle {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}

@media(max-width: 768px) {
.locale-dropdown {
    display: none;
}

.mobile-locale {
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
}
}

div#mobileMenu {
    z-index: 99999 !important;
}

.locale-links {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.locale-menu a {
    margin: 0px;
}

div#klaviyo-bis-button-container button {
    height: auto !important;
}

.footer-locale {
    display: flex;
}

.translate-list a {
    display: flex !important;
    width: 25px;
}

.translate-list {
    display: flex !important;
    position: relative !important;
    gap: 10px;
}

.locale-group.locale-currency select {
    color: white;
}

.locale-group.locale-currency select option {
    color: black;
}

ul.menu li {
    margin: 0px !important;
}

cart-drawer-component dialog {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

cart-drawer-component dialog[open] {
  transform: translateX(0);
}

dialog.woo_amc_container.woo_amc_container_side.dialog-modal.dialog-drawer {
    height: 100vh;
    border-radius: 0px;
    width: 575px !important;
    background: #fcfaf7;
}

form#contact_form svg {
    display: none !important;
}

/* Общий контейнер */
.locale-dropdown {
  position: relative;
  margin-left: 14px;
}

/* Кнопка */
.locale-toggle {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}

.locale-arrow {
  font-size: 12px;
}

/* Выпадашка */
.dropdown-box {
  position: absolute;
  top: 28px;
  right: 0;
  min-width: 140px;
  background: #fff;
  border: 1px solidrgb(0, 0, 0);
  padding: 10px 14px;
  display: none;
  z-index: 9999;
}

/* Актив */
.dropdown-box.active {
  display: block;
}

/* Список */
.dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dropdown-list li a,
.dropdown-list li button {
  display: block;
  padding: 5px 0;
  color: #111;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

.dropdown-list li a:hover,
.dropdown-list li button:hover {
  text-decoration: underline;
}

.header-user-btns a {
    margin-right: 10px !important;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #FCFAF7 !important;
}

#shop-sidebar {
    background: #FCFAF7 !important;
}

form.woocommerce-cart-form {
    display: flex;
    justify-content: center;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    max-width: 1270px !important;
    width: 100%;
}

.wc-proceed-to-checkout {
    display: flex;
}

.cart_totals {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 1270px;
}

.wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}

table.shop_table.shop_table_responsive {
    margin-bottom: 25px;
}

.ark-woo-cart-right {
    margin-bottom: 120px !important;
}

td.actions {
    display: flex;
    justify-content: flex-end;
}

.qib-button-wrapper {
    display: flex;
}

input.input-text.qty.text {
    float: none !important;
    height: 41px;
    text-align: center;
    width: 70px;
    border: 1px solid #efefef;
}

.qib-button {
    padding: 6px 12px 8px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    width: 41px;
    color: black;
    height: 41px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

td.product-remove {
    position: relative;
}

a.remove {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    gap: 10px;
}

a.remove {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.ark-woo-cart-variations {
    margin-top: 35px;
}

a.remove {
    color: #A3A3A3;
}

td.product-price {
    padding-top: 20px;
}

td.product-subtotal {
    text-align: right;
}

td.product-name a {
    text-transform: uppercase;
}

.ark-woo-navigation-chains ol {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 40px;
    margin-left: 1em;
}

@media(max-width: 768px) {
  .cart_totals {
    width: 100%;
    padding: 0px 20px;
}


a.fog {
    height: 500px;
}

a.fog img {
    object-fit: cover;
}



form.woocommerce-cart-form {
    padding: 0px 20px;
}

.wc-proceed-to-checkout {
    display: flex;
    flex-direction: column;
}

a.checkout-button.button.alt.wc-forward {
    width: 100% !important;
}

.wc-proceed-to-checkout {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
}

span.ms-0\.5.inline-block.align-middle.leading-none svg {
    display: none;
}

.footer-subscribe span {
    color: #6d6d6d;
}

.footer-subscribe {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 992px) {
  .footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 колонки */
    grid-template-rows: auto auto;  /* строки */
    gap: 20px;

    grid-template-areas:
      "menu1 menu2"
      "subscribe subscribe"; /* 3-й элемент на всю ширину */
  }

  .woocommerce-tabs-avhf2tvqxtgznt2furaigenblockefef9eb36wch8 .tabs {
    justify-content: space-between;
}

  .translate-list {
  display: flex;
  gap: 12px;
  align-items: center;
}

.translate-list a {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* <— главное! */
}

.translate-list a svg {
  width: 24px;      /* фиксируем размер */
  height: auto;
  display: block;
  flex-shrink: 0;   /* <— Safari fix */
}


  .footer-menu-1 {
    grid-area: menu1;
  }

  .footer-menu-2 {
    grid-area: menu2;
  }

  .footer-subscribe {
    grid-area: subscribe;
  }
  ul.mobile-menu-list li {
    text-align: left;
}

.mobile-menu-inner {
    padding: 0px !important;
}

.product-information__grid.product-information--media-left {
    padding: 0px !important;
}

div#ProductInformation-template--19421760225449__main {
    padding: 20px;
}

h1.ai-contacts-mob-title-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.ai-contacts-right-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    width: 100%;
    aspect-ratio: unset;
}
main[data-template="page.contact"] .section.section--page-width.color-scheme-1 {
    display: unset;
    justify-content: flex-end;
    overflow-x: hidden;
}

.ai-contacts-page-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    padding: 0px;
}

.ai-contacts-right-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    width: 100%;
    aspect-ratio: unset !important;
}

.ai-contacts-page-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    padding: 0px !important;
}
main[data-template="page.contact"] .section.section--page-width.color-scheme-1 {
    display: unset !important;
    justify-content: flex-end;
    overflow-x: hidden;
}
h1.ai-contacts-mob-title-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    margin: 0px !important;
}

}


div#klaviyo-bis-button-container button {
    height: auto !important;
    max-width: 500px !important;
    padding: 17px 0px;
    font-size: 14px;
}

.section.page-width-content.color-scheme-1 strong {
    font-size: 16px;
}



.ai-contacts-left-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ai-contacts-left-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.ai-contacts-content-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    text-align: center;
    margin-top: 20px;
}

h2.ai-contacts-title-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-weight: 400;
}

.ai-contacts-social-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    display: flex;
    flex-direction: row !important;
}


.ai-contacts-content-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 br {
    display: none;
}

.ai-contacts-left-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 255px;
}

.ai-contacts-content-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 strong {
    margin-top: 20px;
}

.ai-contacts-content-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-size: 16px;
}

.ai-contacts-social-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 a {
    width: 50px;
}

.ai-contacts-wrapper-adlgv2nvvdkcxnmdaigenblockedb4505fw9nk3 {
  display: grid;
  grid-template-columns: 1fr 1fr; /* две колонки 50% / 50% */
  gap: 30px; /* если нужно */
}

/* Левая колонка */
.ai-contacts-left-adlgv2nvvdkcxnmdaigenblockedb4505fw9nk3 {
  width: 100%;
}

/* Правая колонка */
.ai-contacts-right-adlgv2nvvdkcxnmdaigenblockedb4505fw9nk3 {
  width: 100%; /* займет вторую половину */
}

.ai-contacts-left-adlgv2nvvdkcxnmdaigenblockedb4505fw9nk3,
.ai-contacts-right-adlgv2nvvdkcxnmdaigenblockedb4505fw9nk3 {
  display: block !important;
}

.ai-contacts-content-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-size: 16px !important;
}

main[data-template="page.contact"] .section.section--page-width.color-scheme-1 {
    display: flex;
    justify-content: flex-end;
    overflow-x: hidden;
}

.ai-contacts-wrapper-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: unset !important;
    margin: 0 auto;
    width: 100% !important;
}

.ai-contacts-right-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    width: 100%;
    aspect-ratio: 2 / 1;
}



.variant-option__button-label {
    cursor: pointer;
    display: flex;
    flex: unset !important;
    align-items: center;
    position: relative;
    padding-block: 0px !important;
    padding-inline: 0px !important;
    border: 0px !important;
    border-radius: 0px ! IMPORTANT;
    overflow: clip;
    justify-content: center;
    min-height: unset !important;
    min-width: unset !important;
    white-space: nowrap;
    background-color: transparent !important;
    color: black !important;
    font-size: 12px !important;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    display: flex !important;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 20px;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    align-items: center;
}

@media screen and (min-width: 750px) {
    .product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left:has(.media-gallery--extend) {
        grid-column: 1 / 4 !important;
    }
}

.variant-option__button-label:not(.variant-option__button-label--has-swatch):before, .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after {
    content: "";
    border-bottom: 1px solid !important;

}

.variant-option__button-label:not(.variant-option__button-label--has-swatch):before {
    clip-path: inset(0 0 0 0);
    border-color: transparent !important;
}

.variant-option__button-label:not(.variant-option__button-label--has-swatch):before, .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after {
    border-left: 0px !important;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: var(--options-border-width) solid var(--color-selected-variant-border);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    clip-path: inset(var(--clip, 0 0 0 0));
    border-right: 0px !important;
    border-top: 0px !important;
}

label.variant-option__button-label svg {
    display: none !important;
}

label.variant-option__button-label {
    color: gray !important;
}

span.price {
    font-weight: 400 !important;
}

ul.tabs.wc-tabs a {
    font-weight: 500;
    color: #2f292d !important;
}

.group-block-content.layout-panel-flex.layout-panel-flex--column {
    gap: 15px;
}

quantity-selector-component.quantity-selector {
    display: none;
}

span.variant-option__button-label__text {
    font-size: 16px;
    color: black;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons p {
    margin: 0px;
}

fieldset.variant-option.variant-option--buttons.variant-option--equal-width-buttons {
    margin-top: 10px;
}

span.variant-option__button-label__pill {
    background: transparent !important;
}
/* 
[data-current-checked="true"] {
  border-bottom: 1px solid black !important
} */

.variant-option__button-label {
  position: relative;
  padding-bottom: 4px;
}

.variant-option__button-label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.variant-option__button-label:not(.variant-option__button-label--has-swatch):before, .variant-option__button-label:has([data-option-available=false]):not(.variant-option__button-label--has-swatch):after {
    content: "";
    position: absolute;
    top: 23px !important;
    right: 0;
    bottom: 0;
    left: 0;
    border: var(--options-border-width) solid var(--color-selected-variant-border);
    border-radius: inherit;
    pointer-events: none;
    z-index: 2;
    clip-path: inset(var(--clip, 0 0 0 0));
}

span.variant-option__swatch-value {
    display: none;
}

span.swatch.swatch--unscaled {
    width: 15px;
    height: 15px;
}

.variant-option--buttons {

    align-items: center;
}

fieldset.variant-option.variant-option--buttons.variant-option--swatches .variant-option__button-label:has(input:checked)::after {
    display: none !important;
}

.variant-option__button-label input[type="radio"] {
  outline: none !important;
  box-shadow: none !important;
}

.variant-option__button-label .swatch {
  position: relative;
}

.variant-option__button-label input[type="radio"]:checked + .swatch::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0,0,0,0.7);
  pointer-events: none;
}

fieldset.variant-option.variant-option--buttons.variant-option--swatches input[type="radio"] {
  outline: none !important;
  box-shadow: none !important;
}

fieldset.variant-option.variant-option--buttons.variant-option--swatches input[type="radio"]:focus,
fieldset.variant-option.variant-option--buttons.variant-option--swatches input[type="radio"]:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

fieldset.variant-option--swatches * {
  outline: none !important;
  box-shadow: none !important;
}

variant-picker.variant-picker.spacing-style.variant-picker--left span {
    color: gray !important;
}

fieldset.variant-option.variant-option--buttons.variant-option--swatches p {
    margin: 0px;
}

product-tabs-avhf2tvqxtgznt2furaigenblockefef9eb36wch8.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 14px !important;
    line-height: 155%;
}

div#mobileMenu {
    background: #FCFAF7;
}

ul.mobile-menu-list a {
    text-transform: uppercase;
}

.mobile-menu-list .submenu {
  display: none;
  padding-left: 15px;
}

.mobile-item.open > .submenu {
  display: block;
}

.mobile-parent {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 10px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.mobile-parent .arrow {
  transition: transform 0.2s ease;
}

.mobile-item.open .arrow {
  transform: rotate(45deg);
}

button.mobile-parent {
    text-transform: uppercase;
    font-family: 'HelveticaNeueLight', sans-serif !important;
    font-size: 18px;
}

ul.submenu {
    list-style: unset;
}



.single-blog-page-wrapper {
    padding-top: 400px;
    max-width: 840px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.single-blog-page-img {
    width: 100%;
    z-index: 0;
    position: absolute;
    display: flex;
    height: 100vh;
    object-fit: cover !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

@media (max-width: 768px) {
  .single-blog-page-img {
    position: relative;
    height: 500px;
}

.single-blog-page-wrapper {
    padding-top: 0px;
}
}

.content-for-layout {
    flex: 1;
    overflow-x: clip;
}



h3.ai-image-title-atejsevdxussvm2rrbaigenblock23030f6xtxi9d {
    font-weight: 400;
    text-transform: uppercase;
}

ul.mobile-menu-list {

    overflow-y: scroll;
    overflow-x: clip;
}

.mobile-locale {
    background: #FCFAF7;
    padding: 20px 0px;
}


/* Замедление появления Klaviyo popup */
@keyframes klaviyo-fadein {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Перезаписываем стандартную скорость */
.klaviyo-form,
.klaviyo-form *[style*="animation-name: klaviyo-fadein"],
.kl-private-reset-css-Xuajs1[style*="klaviyo-fadein"] {
  animation-duration: 1.3s !important; /* было 0.35s */
  animation-timing-function: ease-out !important;
}


span.ql-font-nunito-sans {
    display: flex;
    justify-content: center;
}

span.ql-font-nunito-sans img {
    width: 50%;
}

span.ql-font-nunito-sans {
    font-size: 16px !important;
}

h3.ai-image-title-acxvvenhnzerxzu5ewaigenblock23030f6xtxi9d {
    font-weight: 400;
}



.se-selected-value.se-active {
    display: none;
}

se-option.se-option {
    display: flex;
    flex-direction: row;
    align-items: center;
}

se-swatch.se-base-option.ml {
    margin-left: 10px !important;
    padding-top: 5px;
}

optis-variant-picker.bss-se-variant.optis-variant-picker.bss-se-default-style {
    display: none !important;
}
optis-swatch-watermark {
    margin-top: -50px;
}

.se-option-name {
    font-family: 'HelveticaNeueLight', sans-serif !important;
    font-size: 16px !important;
}

.se-option-name {
    text-transform: capitalize;
}


.single-blog-page-content-txt {
    text-align: justify;
}

.front-page-big-logo {
    z-index: 1 !important;
}



@media (max-width: 768px) {
    a.fog {
        height: auto;
        max-height: 500px !important;
        min-height: 500px !important;
    }

    section#info-block {
    height: auto;
    max-width: 500px !important;
}
.gallery-thumbnails {
  display: none !important
}
}

ul.mobile-menu-list a {
    font-size: 16px;
}


@media(max-width: 786px) {
  slider-component-aylv3wnpzdxg2s0pjlaigenblock995d70343t6z7.ai-slider-container-aylv3wnpzdxg2s0pjlaigenblock995d70343t6z7 {
    overflow-x: scroll !important;
}
}

.needsclick.kl-private-reset-css-Xuajs1 span {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

@media (max-width: 768px) {
    a.fog img {
        object-fit: cover;
        height: fit-content;
        min-height: inherit;
    }
    .header-top.with-line {
      padding-top: 30px;
    }
    h2#filters-drawer-heading {
    font-size: 18px !important;
}

}


.mobile-locale {
    box-shadow: 0 -6px 12px rgb(0 0 0 / 5%);
    background: #FCFAF7;
    padding: 20px 0px;
}

.buckscc-floating-box .hxoSelectTheme.mobile_bottom_left {
    bottom: 12px !important;
    left: 20px !important;
    right: unset !important;
}

optis-combined-listing.bss-se-variant.optis-combined-listing.bss-se-default-style.bss-se-collection-page {
    display: none !important;
}


/* Только для украинской версии: <html lang="uk"> */
html[lang="uk"] #klaviyo-bis-button-container button {
  font-size: 0 !important;
  position: relative;
}

html[lang="uk"] #klaviyo-bis-button-container button::after {
  content: "Повідомити про наявність";
  font-size: 16px;
  color: inherit;
}

[data-option-id*="колір"] {
  display: none !important;
}


.footer-bottom {
    background: #2F292D;
    padding: 10px 0;
    padding-bottom: 10px !important;
}

img.product-card-media-img {
    min-height: 270px;
    object-fit: cover;
}

@media (min-width: 750px) {
    .product-grid--template--19421758128297__main:is(.product-grid--grid) {
        --product-grid-columns-desktop: repeat(auto-fill, minmax(299px, 1fr)) !important;
    }
    
}

html[lang="uk"] .se-option-name{
  position: relative;
  color: transparent;   
}

html[lang="uk"] .se-option-name::after {
    content: "Колір";
    position: absolute;
    left: 0;
    top: 0;
    color: #000000CF;
    pointer-events: none;
}


html[lang="uk"] .AOV-CartDrawer-Checkout span {
  font-size: 0; 
}

html[lang="uk"] .AOV-CartDrawer-Checkout span::after {
  content: "ОПЛАТИТИ";
  font-size: 14px;
  color: #fff;
  font-family: 'HelveticaNeueLight', sans-serif;
}

h1, h2, h3, h4, div, p, span, a  {
    font-family: 'HelveticaNeueLight', sans-serif !important;
}

html[lang^="uk"] .AOV-CartDrawer-ContinueShopping__Link a {
  font-size: 0; /* скрываем "Continue shopping" */
}

html[lang^="uk"] .AOV-CartDrawer-ContinueShopping__Link a::after {
  content: "Продовжити покупки";
  font-size: 14px;
  color: rgb(34, 34, 34);
}


html[lang^="uk"] .AOV-CartDrawer-Subtotal > span {
  visibility: hidden;
  position: relative;
      width: 50%;

}

html[lang^="uk"] .AOV-CartDrawer-Subtotal > span::after {
  content: "Проміжний підсумок:";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

html[lang^="uk"] .AOV-CartDrawer__CartTitle--start span {
  font-size: 0 !important;
  white-space: nowrap;
}

html[lang^="uk"] .AOV-CartDrawer__CartTitle--start span::after {
  content: "Кошик (1)";
  font-size: 13px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  white-space: nowrap;
  display: inline;
}

.locale-dropdown.lang-dropdown {
    display: none !important;
}

html[lang^="uk"] #rich-text-01KBCX8BATCJN4KB514ZTAJXT2 span {
  visibility: hidden;
  position: relative;
}

html[lang^="uk"] #rich-text-01KBCX8BATCJN4KB514ZTAJXT2 span::after {
  content: "Повідомити про наявність";
  visibility: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}

html[lang^="uk"] #rich-text-01KBCX8BB2T9Z82NB37Z3JE1NP span {
  visibility: hidden;
  position: relative;
}

html[lang^="uk"] #rich-text-01KBCX8BB2T9Z82NB37Z3JE1NP span::after {
  content: "Повідомимо, коли товар з’явиться у наявності.";
  visibility: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
  white-space: normal;
}

html[lang^="uk"] button.needsclick.go300628013 {
    position: relative;
    color: transparent !important;
}

html[lang^="uk"] button.needsclick.go300628013::after {
  content: "Надіслати";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 10px;
  font-family: montserrat, Tahoma, Verdana, Segoe, sans-serif;
  font-weight: 400;
  color: #fff;

  pointer-events: none; 
}

product-tabs-avhf2tvqxtgznt2furaigenblockefef9eb36wch8.woocommerce-tabs.wc-tabs-wrapper.woocommerce-tabs-avhf2tvqxtgznt2furaigenblockefef9eb36wch8 p {
    font-size: 16px !important;
}

ul.tabs.wc-tabs a {
    font-size: 16px !important;
}

ul.tabs.wc-tabs {
    flex-wrap: nowrap !important;
}



@media (max-width: 768px) {
    section.ciseles.newin-bestseller-sect {
      max-width: 500px !important;
  }

  ul.product-grid.product-grid--template--19421758128297__main.product-grid--grid .product-grid__item a {
    font-size: 14px !important;
}
}

@media (max-width: 768px) {
    a.fog {
        max-height: 500px !important;
        min-height: 500px !important;
        width: 100%;
        max-width: 100%;
        height: 300px !important;
    }
.ai-contacts-mob-title-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-size: 18px !important;

}
   aside.announcement-bar.spacing-style.section.section--page-width.color-scheme-5 {
border: 0px !important;} 
}

.product-card__content.layout-panel-flex.layout-panel-flex--column.product-grid__card.spacing-style.border-style.gap-style p {
    text-transform: uppercase;
}


.variant-option__button-label {
  position: relative;
}

.variant-option__button-label.is-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 2px;
  background: currentColor;
}


.variant-option__button-label.is-active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.button[id^='BuyButtons-ProductSubmitButton-'] {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

label.facets__label {
    font-size: 14px !important;
}

section#info-block a {
    width: 100% !important;
}


slideshow-slides img.product-card-media-img {
    min-height: 570px;
    object-fit: cover;
}

img.product-card-media-img {
    min-height: 270px;
    object-fit: cover;
    height: 522px;
}

@media(max-width: 768px) {
  img.product-card-media-img {
    height: auto;
  }
}

p.announcement-bar__text {
    font-size: 12px;
    text-align: center;
}

aside.announcement-bar.spacing-style.section.section--page-width.color-scheme-5 {
    border: 0px !important;
}



a.fog {
  display: block;
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

/* Desktop image */
a.fog img.newin-bestseller-desktop {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  object-fit: unset !important;
}

/* Mobile image */
a.fog img.newin-bestseller-mobile {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;      
  object-fit: unset !important; 
}


@media (max-width: 768px) {
  a.fog {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
  }

  a.fog img {
    height: auto !important;
  }
}

/* На случай, если в теме был object-fit: cover */
img.newin-bestseller-desktop,
img.newin-bestseller-mobile {
  object-position: center;
}

@media screen and (max-width: 749px) {
    .ai-scroll-slider-slide-aotncsc9uclrov1droaigenblock6949e8e8gatkr {
        width: 280px;
        height: 450px !important;
    }
}

@media screen and (max-width: 749px) {
    .ai-scroll-slider-slide-asgntswhsvy83tet2daigenblock6949e8e8fkdrr {
        width: 280px;
        height: 450px !important;
    }
}

@media screen and (max-width: 749px) {
    .ai-scroll-slider-slide-aeg5pshrtytroqstzcaigenblock6949e8e8fkdrr {
        width: 280px;
        height: 450px !important;
    }

    #video-header .front-page-big-logo {
        padding-bottom: 100px;
    }
}

.archive-blog-articles-list {
    padding-bottom: 60px;
}

p.ai-contacts-bottom-text-adlgvz2nvvdkycxnmdaigenblockdeb4505fw9nk3 {
    font-size: 16px;
    text-align: center;
}

