/** Shopify CDN: Minification failed

Line 1387:0 Unexpected "@media"

**/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  background: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc */
/* Add the correct display in IE 10+ */
template {
  display: none;
}

/* Add the correct display in IE 10 */
[hidden] {
  display: none;
}
html, body {
  color: #000;
  font-family: 'ABCOtto', sans-serif;
  font-weight: normal;
  font-style: normal;
  letter-spacing: -4%;
}

#sizefox-enable {
  display: none;
}

#MainContent .shopify-section {
  display: block !important;
}
.wrapper {

}
.wrapper--s-page {
  padding-top: 65px;
}
@media (max-width: 992px) {
  .wrapper--s-page {
    padding-top: 0;
  }
}
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  text-decoration: none;
}
.btn {
  display: inline-block;
  padding: 12px 15px;
  font-size: 32px;
  line-height: 32px;
  color: #FFF;
  background: #FF3C00;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.btn:hover {
  background: #FF3C00;
}
.btn--black {
  color: #FFF;
  background: #000;
}
.btn--black:hover {
  background: #FF3C00;
}
.btn--black:disabled {
  cursor: default;
  color: #fff;
  background: #727272;
}
@media(max-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
.btn--m {
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 28px;
}
.btn--s {
  padding: 8px;
  font-size: 12px;
  line-height: 0;
}
.h1 {
  font-size: 64px;
  margin-bottom: 60px;
  text-align: center;
}
@media(max-width: 992px) {
  .h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.page {
  position: relative;
  letter-spacing: -4%;
}
.logo-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 16;
}
@media(max-width: 992px) {
  .logo-line--hide-mob {
    display: none;
  }
}
.logo-block {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100.5dvh;
  background: #FFF;
  z-index: 5;
  transition: height 0.4s ease;
}
.logo-block img {
  display: block;
  width: auto;
  max-width: none;
  height: 100vh;
  height: 100.5dvh;
  transition: height 0.4s ease;
}
.logo-block--s img,
.logo-block--sa img {
  height: 300px;
}
@media(max-width: 992px) {
  .logo-block--s img,
  .logo-block--sa img {
    height: 213px;
    padding: 3px;
    background: #fff;
  }
}
.l-nav {
  position: absolute;
  top: calc(100vh - 60px);
  right: 20px;
  left: 200px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
}
.l-nav--atop {
  position: fixed !important;
  bottom: auto !important;
  top: 20px !important;
}
.l-nav--top {
  position: fixed;
  bottom: auto;
  top: 20px;
}
.l-nav__item span {
  filter: url(#outline-yellow-1_5);
  font-weight: normal;
}
@media(max-width: 992px) {
  .l-nav {
    display: none;
  }
}
.l-nav__item {
  color: #000;
  text-decoration: none;
}
.l-nav__item span {
  font-size: 21px;
  filter: url(#outline-yellow-1_5);
  font-weight: bold;
  letter-spacing: -4%;
}
.l-nav__item--cart {
  position: relative;
  top: -20px;
}
.l-nav__item--cart span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 9px 10px;
  font-size: 21px;
  background: #FFF;
  filter: none;
}
.l-nav__item-sum {
  padding: 0 !important;
  line-height: 20px;
  margin-bottom: 4px;
}




.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - 42px);
  max-width: 390px;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 8px solid #FDEDC1;
  background: #fff;
}
.sidebar--open {
  transform: translateX(0);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
}
.sidebar__main {
  width: 100%;
  height: 100%;
  background-color: #fffdf9;
  display: flex;
  flex-direction: column;
  padding: 20px 12px;
  box-sizing: border-box;
  overflow-y: auto;
}
.sidebar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.sidebar__title {
  color: #000;
  font-size: 16px;
  font-family: "Owners" !important;
  letter-spacing: 9%;
  font-weight: bold;
}
.sidebar__close {
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 28px;
  height: 28px;
  padding: 5px;
  border: none;
  cursor: pointer;
  color: #000000;
  background: none;
}
.sidebar__close svg {
  width: 18px;
  height: 18px;
}
.sidebar__menu {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sidebar__link {
  text-decoration: none;
  display: inline-block;
}
.sidebar__link--primary {
  color: #000;
  font-size: 21px;
  font-weight: bold;
  filter: url(#outline-yellow-1_5);
  letter-spacing: -4%;
  transition: opacity 0.2s ease;
}
.sidebar__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-left: 45px;
}
.sidebar__footer-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar__link--secondary {
  color: #000;
  font-size: 21px;
  letter-spacing: -4%;
  line-height: 100%;
}
.sidebar__link--secondary:hover {
  text-decoration: underline;
}




/* Mobile navigation */
.nav-controls {
  display: none;
  position: fixed;
  left: 0;
  bottom: 30px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: max-content;
  padding: 20px 0;
  z-index: 15;
}
@media (max-width: 992px) {
  .nav-controls {
    display: flex;
  }
}
.burger-menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 44px;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
}
.burger-menu__line {
  display: block;
  width: 100%;
  height: 4px;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
}
.mob-cart {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.mob-cart svg {
  width: 100%;
  height: 100%;
}
.mob-cart__count {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000,
               -2px 0px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, 0px -2px 0 #000;
  white-space: nowrap;
  text-align: center;
}




















.--red {
  background: #FF3C00 !important;
}
.--green {
  background: #4C7E1E !important;
}
.lblock__text {
  font-weight: bold;
  filter: url(#outline-red_0_5) !important;
}
.--red .lblock__text {
  font-weight: bold;
  filter: url(#outline-green-1_5) !important;
}
.--green .lblock__text {
  font-weight: bold;
  filter: url(#outline-red_0_5) !important;
}



.l-block1 {
  display: flex;
  position: relative;
}
.l-block1__text {
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 0;
  left: 0;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  z-index: 2;
}
.l-block1__text p {
  margin: 0;
  text-indent: 0;
  font-size: 21px;
  line-height: 23px;
  font-weight: bold;
  filter: url(#outline-red_0_5) !important;
}
.l-block1__left {
  max-width: 55%;
  min-width: 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  height: 100dvh;
}
.l-block1__right {
  position: relative;
  max-width: 45%;
  min-width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  height: 100dvh;
}
.l-block1__links {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
}
.l-block1__links-item {
  display: inline-block;
  width: 224px;
  height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-block1__video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media(max-width: 1240px) {
  .l-block1__text {
    max-width: 600px;
  }
}

@media(max-width: 992px) {
  .l-block1 {
    height: 100vh;
    height: 100dvh;
    flex-direction: column;
  }
  .l-block1__left {
    max-width: 100%;
    min-width: 100%;
    height: 50vh;
  }
  .l-block1__right {
    max-width: 100%;
    min-width: 100%;
    height: 50vh;
  }
  .l-block1__links {
    display: none;
  }
  .l-block1__text {
    top: 53%;
    left: 220px;
    right: 20px;
  }
  .l-block1__text p {
    font-size: 16px;
    filter: url(#outline-green-1_5) !important;
    line-height: 110%;
  }
}
@media(max-width: 767px) {
  .l-block1__text {
    left: 160px;
    right: 10px;
  }
}
.l-block1__left--mobile {
  display: none;
}
@media screen and (max-width: 749px) {
  .l-block1__left--desktop {
    display: none;
  }
  .l-block1__left--mobile {
    display: block;
  }
}
.l-block2 {
  display: flex;
  background: #FDEDC1;
}
.l-block2__left {
  width: 50%;
  height: 100vh;
  height: 100dvh;
}
.l-block2__right {
  display: flex;
  position: relative;
  width: 50%;
  height: 100vh;
  height: 100dvh;
}
.l-block2__right-text {
  display: flex;
  margin: auto;
  font-size: 48px;
  filter: url(#outline-red_1_5);
  text-align: center;
  line-height: 85%;
}



.l-form {
  position: absolute;
  bottom: 24px;
  right: 20px;
  border: 1px solid #a5a1a1;
  text-align: center;
}
.l-form__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
.l-form__in {
  position: relative;
  z-index: 2;
  padding: 12px 30px 25px;
  max-width: 410px;
}
.l-form.fixed {
  position: fixed;
  z-index: 10;
}
.l-form__close {
  position: absolute;
  top: 12px;
  right: 34px;
}
.l-form__title {
  font-size: 12px;
  margin-bottom: 12px;
}
.l-form__checkbox {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}
.l-form__checkbox input {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.l-form__line {
  display: flex;
  gap: 8px;
}
.l-form__inp {
  display: inline-block;
  max-width: 284px;
  min-width: 284px;
  height: 25px;
  background: #FFF;
  padding: 8px 0;
  line-height: 25px;
  border: 1px solid #a5a1a1;
  border-radius: 16px;
}
.shopify-email-marketing-confirmation__container {
  padding: 15vh 0;
  font-size: 20px;
}


.m-form {
  display: none;
  position: fixed;
  z-index: 100;
  left: 42px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 350px;
  min-height: auto;
  text-align: center;
}
@media (max-width: 992px) {
  .m-form--active {
    display: block;
  }
}
.m-form__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.m-form__in {
  position: relative;
  z-index: 2;
  padding: 10px 20px 20px;
  border: 1px solid #a5a1a1;
}
.m-form__close {
  position: absolute;
  top: 12px;
  right: 34px;
  cursor: pointer;
}
.m-form__title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 12px;
}
.m-form__line {
  display: flex;
  gap: 8px;
}
.m-form__inp {
  display: inline-block;
  max-width: 247px;
  min-width: 247px;
  height: 25px;
  background: #FFF;
  padding: 8px 0;
  line-height: 25px;
  border: 1px solid #a5a1a1;
  border-radius: 16px;
}
.m-form__checkbox {
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.l-block2__slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-block2__slider-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.l-block2__slide {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-block2__slider > .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 70px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-block2__slider > .swiper-pagination svg {
  width: 20px !important;
  height: 40px !important;
}
.l-block2__slider > .swiper-pagination .swiper-button-prev {
  left: -10px;
}
.l-block2__slider > .swiper-pagination .swiper-button-next {
  right: -10px;
}
.l-block2__slider .swiper-prews {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 705px;
}
.l-block2__slider .swiper-prews .swiper-slide {
  height: 235px !important;
}
.l-block2__slider .swiper-prews__item {
  display: block;
  height: 235px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-height: 760px) {
  .l-block2__slider .swiper-prews {
    height: 525px;
  }
  .l-block2__slider .swiper-prews .swiper-slide {
    height: 175px !important;
  }
  .l-block2__slider .swiper-prews__item {
    height: 175px;
  }
}

.l-good .l-block2__slider {
  height: 100vh;
  height: 100dvh;
  min-height: 500px;
}
@media(max-width: 992px) {
  .l-good__right {
    /* padding-top: 100px; */
  }
  .l-good .l-block2__slider {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    height: auto;
    min-height: 350px;
  }
}
.l-good .l-block2__slider .swiper-prews {
  width: 90px;
  height: 396px;
}
.l-good .l-block2__slider .swiper-prews .swiper-slide {
  height: 132px !important;
  cursor: pointer;
}
.l-good .l-block2__slider .swiper-prews__item {
  display: block;
  height: 132px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-good .l-block2__slider > .swiper-pagination {
  position: sticky;
  top: calc(100vh - 50px);
  bottom: 40px;
  height: 44px;
}
.l-good .l-block2__slider .swiper-prews .swiper-button-prev {
  display: none;
}
.l-good .l-block2__slider .swiper-prews .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.l-good .l-block2__slider .swiper-prews .swiper-pagination svg {
  display: none;
}
.l-good .l-block2__slider .swiper-prews .swiper-button-next {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  margin: 0 !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.9) 100%);
}
.l-good .l-block2__slider .swiper-prews .swiper-button-disabled {
  display: none;
}
.l-block2--green .l-block2__right {
  background: #4C7E1E;
}
.l-block2--green .l-block2__right-text {
  display: flex;
  margin: auto;
  font-size: 48px;
  color: #FDEDC1;
  filter: url(#outline-red_1_5);
  text-align: center;
  line-height: 85%;
}
@media(max-width: 992px) {
  .l-form {
    display: none;
  }
  .l-block2 {
    display: block;
    position: relative;
  }
  .l-block2__left {
    width: 100%;
    min-height: 500px;
    height: 100vh;
    height: 100dvh;
  }
  .l-block2__right {
    position: static;
    height: 0;
    width: 0;
  }
  .l-block2__right-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 32px;
    z-index: 2;
  }
  .l-block2--green .l-block2__right-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-align: center;
    font-size: 32px;
    color: #000;
    filter: url(#outline-red_1_5);
    z-index: 2;
  }
  .l-block2__slider .swiper-prews {
    width: 100% !important;
    bottom: auto !important;
    height: 100px !important;
  }
  .l-block2__slider .swiper-prews .swiper-slide {
    width: 78px;
    height: 100px !important;
  }
  .l-good .l-block2__slider .swiper-prews {
    height: 100px !important;
  }
  .l-good .l-block2__slider .swiper-prews .swiper-slide {
    height: 100px !important;
  }
  .l-block2__slider .swiper-prews__item {
    width: 78px !important;
    height: 100px !important;
  }
  .l-good .l-block2__slider .swiper-prews .swiper-pagination {
    display: none !important;
  }
  .l-block2__slider>.swiper-pagination .swiper-button-next {
    right: -10px;
  }
  .l-block2__slider>.swiper-pagination .swiper-button-prev {
    left: -10px;
  }
}


.l-block3 {
  position: relative;
  display: flex;
  background: #FDEDC1;
}
.l-block3__left {
  display: flex;
  height: 100vh;
  height: 100dvh;
  max-width: 60%;
  min-width: 60%;
}
.l-block3__left-text {
  display: flex;
  margin: auto;
  font-size: 48px;
  filter: url(#outline-green-1_5);
  color: #000;
  text-align: center;
  line-height: 85%;
}
.l-block3__right {
  position: relative;
  height: 100vh;
  height: 100dvh;
  max-width: 40%;
  min-width: 40%;
}
.l-block3__right-link {
  display: block;
}
.l-block3__slider {
  position: relative;
  height: 100%;
  width: 100%;
}
.l-block3__slider .swiper-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 70px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.l-block3__slider .swiper-pagination .swiper-button-prev {
  left: -10px;
  bottom: 20px;
}
.l-block3__slider .swiper-pagination .swiper-button-next {
  right: -10px;
  borrom: 20px;
}
.l-block3__slider .swiper-pagination svg {
  width: 20px;
  height: 40px;
}
.l-block3__slide {
  display: block;
  height: 774px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 11px solid #4C7E1E;
}
@media (max-height: 774px) {
  .l-block3__slide{
    max-height: 100vh;
    max-height: 100dvh;
  }
}
.l-block3--yellow {
  background: #FDEDC1;
}
.l-block3__img {
  position: absolute;
  top: 0;
  right: 0;
  border: 10px solid #FF3C00;
  width: 100%;
}
.l-block3__btn {
  position: absolute;
  bottom: 50px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 2;
}
@media(max-width: 1200px) {
  .l-block3__left-text {
    padding-left: 5%;
  }
}
@media(max-width: 992px) {
  .l-block3 {
    height: 100vh;
    height: 100dvh;
    position: relative;
  }
  .l-block3__left {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .l-block3__right {
    height: 100vh;
    height: 100dvh;
    max-width: 235px;
    min-width: 235px;
  }
  .l-block3__slide {
    height: 300px;
  }
  .l-block3__left-text {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    font-size: 32px;
    text-align: center;
    z-index: 2;
    padding-left: 0;
  }
}


@media(max-width: 1650px) {
  .cart-page,
  .product-grid-container {
    padding-left: 87px;
  }
}f
@media(max-width: 992px) {
  .cart-page,
  .product-grid-container {
    padding: 0 10px;
  }
}

/*
.influence {
  margin-top: 67px;
  margin-bottom: 35px;
  padding-left: 87px;
  padding-right: 20px;
}
.influence .h1 {
  font-size: 64px;
  margin-bottom: 62px;
  letter-spacing: -4%;
}
.influence__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.influence__item {
  max-width: calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.influence__item-text {
  text-indent: 20px;
  font-size: 16px;
  line-height: 17px;
}
.influence__item--s {
  max-width: calc(40% - 10px);
  min-width: calc(40% - 10px);
}
.influence__item--l {
  max-width: calc(60% - 10px);
  min-width: calc(60% - 10px);
}
.influence__item--f {
  max-width: 100%;
  min-width: 100%;
}
.influence__more {
  margin-top: 60px;
  text-align: center;
}
@media(max-width: 992px) {
  .influence {
    padding: 0 10px;
  }
  .influence .h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .influence__list {
    flex-direction: column;
  }
  .influence__item {
    max-width: 100%;
    min-width: 100%;
  }
  .influence__item-text {
    text-indent: 50px;
    font-size: 16px;
    line-height: 17px;
  }
  .influence__item:nth-child(2) img, .influence__item:nth-child(4) img, .influence__item:nth-child(5) img {
    max-width: 225px !important;
  }
  .influence__more {
    margin-top: 20px;
  }
}
*/

.manifesto-wrap {
  position: relative;
  overflow: hidden;
}
.manifesto-layer {
  margin-bottom: 50px;
  margin-left: 87px;
}
.manifesto {
  position: relative;
  top: 0;
  right: 2px;
  width: calc(100vw - 95px);
  padding: 100px 80px;
  border: 20px solid #FDEDC1;
  text-align: center;
  transition: opacity 0.3s ease;
}
.manifesto__content {
  max-width: 1340px;
  margin: 0 auto;
}
.manifesto.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
  width: calc(100vw - 95px);
}
.manifesto.is-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
  width: calc(100vw - 95px);
}
@media(max-width: 992px) {
  .manifesto.is-fixed,
  .manifesto.is-bottom {
    width: 100vw;
  }
}

.manifesto p {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -4%;
}
.manifesto .h1 {
  font-size: 64px;
  margin-bottom: 30px;
  letter-spacing: -4%;
}
@media(max-width: 992px) {
  .manifesto-layer {
    margin-bottom: 40px;
    margin-left: 0;
    /* height: auto !important; */
  }
  .manifesto {
    width: 100vw;
    padding: 40px 20px 40px 30px;
  }
  .manifesto p {
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    margin-bottom: 20px;
  }
  .manifesto .h1 {
    font-size: 32px;
  }
}

.pics {
  position: relative;
  z-index: 1;
  padding-left: 178px;
  padding-right: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pics__item {
  max-width: 30%;
  min-width: 30%;
  text-align: center;
  margin-bottom: 50px;
}
.pics__item:nth-child(5) {
  max-width: 60%;
  min-width: 60%;
}
.pics__item:nth-child(6) img {
  max-height: 600px;
}
@media(max-width: 992px) {
  .pics {
    padding: 0 10px;
  }
  .pics__item {
    max-width: 48%;
    min-width: 48%;
    margin-bottom: 18px;
  }
  .pics__item:nth-child(5) {
    max-width: 100%;
    min-width: 100%;
  }
  .pics__item:nth-child(6) {
    max-height: 266px;
  }
}

.product-grid-container {
  display: block !important;
  padding-left: 90px !important;
  padding-right: 90px !important;
}
@media (max-width: 992px) {
  .product-grid-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.collection-wrapper {
  display: block !important;
  min-width: 100% !important;
  grid-column: none !important;
}

.footer {
  display: block;
  position: relative;
  background: #FFF;
  padding: 48px 20px;
  z-index: 4;
}
.footer-sidebar {
  display: none;
}
.footer__nav {
  display: flex;
  margin-bottom: 130px;
}
.footer__nav-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  max-width: 33%;
  min-width: 33%;
}
.footer__nav-link {
  color: #000;
  font-size: 21px;
  letter-spacing: -4%;
}
.footer__nav-link--mail {
  text-decoration: underline;
}
.footer__nav-soc {
  border-bottom: 1px solid;
  margin-bottom: 4px;
  color: #000;
  font-size: 21px;
  letter-spacing: -4%;
}
.footer__logo {
  max-width: 122px;
}
@media(max-width: 992px) {
  .footer {
    padding: 20px 20px 90px 20px;
  }
  .footer__nav {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .footer__nav-col {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 40px;
  }
  .footer__nav {
    display: none;
  }
  .footer-sidebar {
    display: block;
    margin-bottom: 22px;
  }
  .footer__logo {
    max-width: 38px;
  }
}


.shopify-section-group-footer-group {
  display: none;
}
#header-group {
  display: none !important;
}
.product-details {
  display: none;
}
.product-information__grid {
  display: block;
  width: 100% !important;
}

.l-good {
  display: flex;
  padding-left: 87px;
}
@media(max-width: 992px) {
  .l-good {
    padding: 0 10px 0 43px;
  }
}
.l-good__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  padding-top: 150px;
  padding-left: 0;
  padding-bottom: 26px;
  padding-right: 20px;
}
.l-good__left-in {
  min-height: 450px;
}
.l-good__right {
  position: relative;
  width: 50%;
}
.l-good__line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 29px;
}
.l-good__name {
  margin-right: 20px;
  font-size: 64px;
  line-height: 1.2;
}
.l-good__price {
  padding-top: 10px;
  font-size: 16px;
  font-family: var(--small-font) !important;
  font-weight: bold;
  letter-spacing: 9%;
}

.l-good__color {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.l-good__color-text {
  max-width: 60px;
  min-width: 60px;
  margin-right: 40px;
  font-size: 8px;
  font-family: var(--small-font) !important;
  font-weight: bold;
  color: #727272;
  text-transform: uppercase;
  font-family: "Owners" !important;
  letter-spacing: 9%;
}
.l-good__color-list {
  display: flex;
  gap: 6px;
}
.l-good__color-list-item {
  display: block;
  /* padding: 1px; */
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(0,0,0,0);
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.l-good__color-swatch {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  /* border: 1px solid rgba(0, 0, 0, 0.04); */
}
.l-good__color-list-item:hover {
  border-color: #7E4A22;
}
.l-good__color-list-item--active {
  border-color: #7E4A22;
  /* padding: 1px; */
  cursor: default;
}
.l-good__size {
  display: flex;
  margin-bottom: 10px;
}
.l-good__size--hide {
  display: none;
}
.l-good__size-text {
  max-width: 60px;
  min-width: 60px;
  margin-right: 40px;
  font-size: 8px;
  font-family: var(--small-font) !important;
  font-weight: bold;
  color: #727272;
  text-transform: uppercase;
  font-family: "Owners" !important;
  font-weight: bold;
  letter-spacing: 9%;
}
.l-good__size-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}
.l-good__size-list-group {
  display: flex;
  gap: 3px;
}
.l-good__size--gift-card .l-good__size-list-item {
  max-width: 50px;
}
.l-good__size-list-item {
  font-family: "Owners" !important;
  letter-spacing: 9%;
  padding: 0 2px;
  max-width: 20px;
  min-width: 14px;
  height: 14px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  line-height: 14px;
  font-size: 8px;
  font-family: var(--small-font) !important;
  letter-spacing: 9%;
  font-weight: bold;
  border-radius: 3px;
}
.l-good__size-list-item--active {
  color: #fff;
  background: #000;
  border-color: #000;
}
.l-good__size-list-item--unstock {
  color: rgba(114, 114, 114, 0.5);
  border-color: rgba(114, 114, 114, 0.5);
  background: #fff;
}
.l-good__info {
  display: flex;
  padding-right: 40px;
}
.l-good__info-name {
  max-width: 60px;
  min-width: 60px;
  margin-right: 40px;
  font-size: 8px;
  font-weight: bold;
  color: #727272;
  text-transform: uppercase;
  font-family: var(--small-font) !important;
  letter-spacing: 9%;
  visibility: visible;
}
body:not(:has(.smartsize-button__icon)) .l-good__info-name {
  visibility: hidden;
}
.l-good__info-name a {
  border-bottom: 1px solid;
  color: #727272;
  transition: color 0.2s;
}
.l-good__info-name a:hover {
  color: #FF3C00;
}
.l-good__info-text {
  font-size: 16px;
  line-height: 20px;
}
.l-good__info-text p {
  margin: 0 0 20px 0;
}
.l-good__buy {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 88px;
}
.l-good__buy-line {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .l-good__buy-line {
    justify-content: flex-start;
  }
}

.l-good__buy select {
  width: 32px;
  height: 21px;
  padding-left: 4px;
  border-color: #727272;
  border-radius: 8px !important;
  color: #727272;
  font-size: 8px;
  font-family: "Owners" !important; 
  font-weight: bold;
  letter-spacing: 9%;
  line-height: 100%;
  text-transform: uppercase;
  text-align: left;
}
.l-good__more {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.l-good__more-item {
  position: relative;
  max-width: calc(50% - 15px);
  min-width: calc(50% - 15px);
  text-align: center;
  height: 146px;
}
.l-good__more-item img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.l-good__more-item-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-family: "Owners" !important;
  font-size: 8px;
  font-family: var(--small-font) !important;
  letter-spacing: 9%;
  font-weight: bold;
  text-transform: uppercase;
  color: #727272;
}
@media(max-height: 700px) {
  .l-good__line {
    margin-bottom: 10px;
  }
  .l-good__buy {
    margin-bottom: 20px;
  }
  .l-good__more-item {
    height: 100px;
  }
  .l-good__right .swiper-prews__item {
    height: 180px;
  }
}
@media(max-width: 1300px) {
  .l-good__name {
    font-size: 40px;
    margin-right: 8px;
  }
}
@media(max-width: 1100px) {
  .l-good__size-text {
    margin-right: 8px;
  }
  .l-good__info-name {
    margin-right: 8px;
  }
  .l-good__info {
    padding-right: 0;
  }
}
@media(max-width: 992px) {
  .l-good__left {
    padding: 20px;
  }
}
@media(max-width: 767px) {
  .l-good {
    flex-direction: column-reverse;
  }
  .l-good__left {
    height: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .l-good__left-in {
    min-height: 0;
  }
  .l-good__right {
    max-width: calc(100vw);
    min-width: calc(100vw);
    margin-left: -43px;
  }
  .l-good__right .swiper-prews__item {
    height: 90px;
  }
}


.cart {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: -500px;
  bottom: 0;
  width: 370px;
  padding: 10px;
  box-sizing: border-box;
  background: #75A3FF;
  border: 11px solid #229D26;
  z-index: 20;
  overflow-y: auto;
  transition: right linear 0.3s;
}
@media (max-width: 767px) {
  .cart {
    width: 100vw;
    right: -100vw;
  }
}
.cart--open {
  right: 0;
}
.cart__top-line {
  font-family: "Owners" !important;
  letter-spacing: 9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart__text {
  font-family: "Owners" !important;
  letter-spacing: 9%;
}
.cart__item {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.cart__item-img {
  max-width: 140px;
  min-width: 140px;
  height: 110px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cart__item-title {
  font-size: 24px;
  color: #000 !important;
  filter: url(#outline-red_1);
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
}
.cart__item-info {
  font-family: "Owners" !important;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 9%;
}
.cart__item-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart__item-price {
  font-size: 24px;
}
.counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 16px;
  font-size: 16px;
  font-family: "Owners" !important;
  letter-spacing: 9%;
  height: 22px;
}
.counter__val {
  display: inline-block;
  max-width: 24px;
  min-width: 24px;
  height: 20px;
  border-radius: 0;
  border: none;
  line-height: 20px;
  color: #000;
  text-align: center;
}
.counter__val::-webkit-outer-spin-button,
.counter__val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Убираем стрелки для Firefox */
.counter__val[type=number] {
  -moz-appearance: textfield;
}
.counter__plus, .counter__minus {
  max-width: 20px;
  min-width: 20px;
  height: 20px;
  text-align: center;
  background: #FFF;
  border: none;
}
.counter__plus {
  border-radius: 0 16px 16px 0;
  border-left: 1px solid #000;
}
.counter__minus {
  border-radius: 16px 0 0 16px;
  border-right: 1px solid #000;
}
.cart__bottom {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.cart__bottom-total {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 22px;
}
.cart__bottom-total-text {
  font-family: "Owners" !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 9%;
}
.cart__bottom-text {
  padding-left: 48%;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 40px;
}
.cart .btn {
  width: 100%;
  text-align: center;
}
@media(max-width:992px) {
  .cart__item-info {
    margin-bottom:5px;
  }
}


/* Stock notice - product card */
.notification-bar {
  display: flex;
  align-items: center;
  background-color: #e0e0e0;
  padding: 6px 7px;
  position: relative;
  max-width: 300px;
  min-width: 300px;
  min-height: 44px;
  margin: 0;
}
@media (max-width:992px) {
  .notification-bar {
    max-width: 100%;
    min-width: 100%;
  }
}
.notification-bar--hide {
  display: none;
}
.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.form-title {
  margin: 0 0 7px 0;
  color: #000;
  font-size: 8px;
  font-family: "Owners" !important; 
  font-weight: bold;
  letter-spacing: 9%;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.subscribe-form {
  width: 100%;
  max-width: 500px;
}
.subscribe-form__line {
  display: flex;
  gap: 12px;
  max-width: 500px;
}
.subscribe-form__checkbox {
  display: inline-block;
  margin-top: 8px;
  font-size: 8px;
  font-family: "Owners" !important; 
  font-weight: bold;
  letter-spacing: 9%;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}
.subscribe-form__checkbox input {
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.email-input {
  flex: 1;
  height: 18px;
  padding: 2px 8px;
  border: 0 none;
  border-radius: 12px;
  font-size: 12px;
  outline: none;
  color: #727272;
}
.email-input::placeholder {
  color: #727272;
  opacity: 1;
}
.email-input:-ms-input-placeholder {
  color: #727272;
  opacity: 1;
}
.email-input::-ms-input-placeholder {
  color: #727272;
  opacity: 1;
}
.submit-btn {
  height: 18px;
  border: none;
  padding: 1px 8px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  background-color: #ff4500;
  transition: background-color 0.2s ease;
}
.subscribe-form .form-status-error-notice {
  width: 100%;
  text-align: center;
}
.form-status-error,
.form-status-success {
  width: 100%;
  text-align: center;
}
.submit-btn:hover {
  background-color: #e03d00;
}

/* Адаптивность для мобильных экранов */
@media (max-width: 480px) {
  .subscribe-form {
    flex-direction: column;
    gap: 8px;
  }
  .submit-btn {
    width: 100%;
  }
}



.catalog {
  padding: 0 90px;
}
.catalog--three .catalog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .product-grid {
    gap: 4px !important;
  }
}
.catalog__item-img {
  /* Базовый вариант для старых браузеров */
  background-image: var(--bg-x1); 
  
  /* Современный выбор под разный PPI */
  background-image: -webkit-image-set(
    var(--bg-x1) 1x,
    var(--bg-x2) 2x,
    var(--bg-x3) 3x
  );
  background-image: image-set(
    var(--bg-x1) 1x,
    var(--bg-x2) 2x,
    var(--bg-x3) 3x
  );
  
}
.catalog__item-img {
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.catalog__item-img--placeholder {
  position: relative;
}
.catalog__item-img--placeholder svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 60%;
  max-height: 60%;
  margin: auto;
}
.catalog__item-info {
  padding: 20px 0 0;
}
.catalog__item-info-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
}
.catalog__item-name {
  font-size: 32px;
  letter-spacing: -4%;
  color: #000;
  line-height: 32px;
}
.catalog__item-price {
  font-size: 16px;
}
.catalog__item-colors {
  display: flex;
  gap: 6px;
}
.catalog__item-colors-item {
  display: block;
  width: 32px;
  height: 19px;
  border-radius: 5px;
}
.catalog__item-colors-item--active {
  border: 1px solid #000;
  box-shadow: inset 0 0 0 1px #000;
}
@media(max-width: 992px) {
  .catalog {
    padding: 0;
  }
  .catalog__item-img {
    height: 300px;
  }
  .catalog__item-info {
    padding: 10px 10px 20px;
  }
  .catalog__item-name {
    font-size: 16px;
    line-height: 24px;
  }
  .catalog__item-price {
    font-size: 16px;
  }
  .catalog--three .catalog__item-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .product-grid {
    gap: 4px;
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog--three .product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog__item-img {
    height: 222px;
  }
  .catalog__item-colors-item {
    width: 16px;
    height: 10px;
    border-radius: 3px;
  }
  .catalog--three .catalog__item-img {
    height: 487px;
  }
  .main-collection-grid, .product-grid-container {
    padding: 0;
  }
  .media-block__media {
    height: 350px;
  }
}

/* Base elements */
.column-options {
  display: none !important;
}
.facets__actions {
  display: none !important;
}
.products-count-wrapper {
  margin-left: 0 !important;
  font-family: "Owners" !important;
  letter-spacing: 9%;
}
@media (max-width: 640px) {
  .products-count-wrapper {
    display: none !important;
  }
}

.facets__form {
  justify-content: center;
}
.facets__summary {
  padding: 0 !important;
}
.facets__label {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  font-family: "Owners" !important;
  letter-spacing: 9%;
  text-transform: uppercase;
}
.facets__summary .icon-caret {
  margin-top: 0 !important;
  padding-top: 4px;
}
.facets__summary .icon-caret svg path {
  stroke-width: 1px !important;
}
@media (max-width: 400px) {
  .facets__label {
    font-size: 14px;
  }
  .facets__overflow-list {
    gap: 10px !important;
  }
  .facets__form {
    gap: 10px !important;
  }
}
.facets__summary .svg-wrapper svg path {
  stroke: #000 !important;
}
.facets__filters-wrapper {
  margin: 0 !important;
}
.column-options-wrapper {
  display: none !important;
}
.products-count-wrapper {
  color: rgba(0,0,0,0.25);
  font-size: 16px;
  font-weight: bold;
  font-family: "Owners" !important;
  text-transform: uppercase;
  letter-spacing: 9%;
}
.products-count-wrapper span {
  font-family: "Owners" !important;
  text-transform: uppercase;
  letter-spacing: 9%;
}

.checkbox svg {}
.checkbox svg path {
  stroke: #000 !important;
}
.checkbox__label-text {
  stroke: #000 !important;
}
.checkbox__label-text {
  color: #000;
  font-family: "Owners" !important;
  letter-spacing: 9%;
}
.button-secondary,
.button-secondary:hover {
  color: #000 !important;
}
.checkbox__input:checked+.checkbox__label .icon-checkmark,
.facets .checkbox:has(.checkbox__input:checked):not(:has(.checkbox__input:disabled)):hover .icon-checkmark {
  background-color: #fff !important;
}
.facets__overflow-list,
.products-count-wrapper,
.facets--horizontal .facets__summary {
  height: 26px !important;
}
[data-template="collection"] .media-with-content {
  height: 100vh !important;
  height: 100dvh !important;
}
[data-template="collection"] .media-with-content .group-block-content {
  background-color: #FF3C00;
}
[data-template="collection"] .media-with-content .group-block-content h1 {
  color: #000;
  font-size: 48px;
  filter: url(#outline-green-1_5);
  font-weight: 700;
}
.facets--horizontal {
  display: block !important;
}
.facets-toggle {
  display: none !important;
}
@media (max-width: 992px) {
  .facets-block-wrapper--horizontal {
    margin-bottom: 10px !important;
  }
  [data-template="collection"] .media-with-content {
    height: auto !important;
  }
  [data-template="collection"] .media-with-content .group-block-content {
    height: 315px !important;
  }
}


.cart-items-component {
  background: #FDEDC1 !important;
}
.cart-page {
  width: 1190px !important;
  max-width: 1190px !important;
  padding: 60px !important;
  border: 10px solid #4C7E1E;
  border-bottom: none;
  min-height: calc(100vh - 110px);
  margin: 90px auto 0 !important;
  background: #FFF;
  display: grid !important;
  grid-template-rows: auto auto !important;
  grid-template-columns: calc(75% - 20px) 25% !important; 
  gap: 20px !important; 
}
@media (max-width: 1260px) {
  .cart-page {
    display: block !important;
    width: 100% !important;
    padding: 20px !important;
  }
}
@media (max-width: 992px) {
  .cart-page {
    margin-top: 0 !important;
    border-bottom: 10px solid #4C7E1E !important;
    min-height: calc(100vh - 20px);
  }
  [data-template="cart"] .section {
    display: block !important;
  }
}
.cart-page h1 {
  height: 20px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: "Owners" !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: bold !important;
  letter-spacing: 9%;
  margin-bottom: 20px !important;
  gap: 0 !important;
}
.cart-title {
  padding-top: 0 !important;
}
.cart-bubble {
  max-width: 20px !important;
  min-width: 20px !important;
  font-size: 8px !important;
  padding: 4px 8px !important;
  border: 1px solid #000 !important;
  border-radius: 3px !important;
  margin-left: 10px !important;
}
.cart-bubble__background {
  display: none !important;
}
.cart-page__items {
  margin-top: 0 !important;
}
.cart-items__table-row {
  display: flex !important;
  align-items: stretch;
  gap: 10px !important;
  position: relative;
  padding: 10px 0 30px !important;
  margin-bottom: 0 !important;
  border: 0 none !important;
}
@media (max-width: 992px) {
  .cart-items__table-row {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 15px 0 20px 150px !important;
  }
}
.cart-items__media {
  width: 140px !important;
}
@media (max-width: 992px) {
  .cart-items__media {
    width: 140px !important;
    height: 110px;
    position: absolute;
    top: 15px;
    left: 0;
  }
  .cart-items__media img {
    width: 140px !important;
    height: 110px !important;
  }
}
.cart-items__title {
  font-size: 24px !important;
  color: #000 !important;
  filter: url(#outline-red_0_5);
  font-weight: bold !important;
  line-height: 85% !important;
}
.cart-items__details {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  max-width: 240px !important;
  min-width: 240px !important;
}
@media (max-width: 992px) {
  .cart-items__details {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}
.cart-items__variants, 
.cart-items__variant {
  color: #000 !important;
  font-family: "Owners" !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 9%;
}
.cart-items__variant dd {
  font-family: "Owners" !important;
  letter-spacing: 9%;
}
.cart-item___origianal-price {
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 9%;
}
.cart-items__quantity {
  position: relative;
  max-width: 115px !important;
  min-width: 115px !important;
  margin-block-start: 0 !important;
  flex-wrap: nowrap !important;
  flex-direction: column !important;
}
@media (max-width: 992px) {
  .cart-items__quantity {
    max-width: 90px !important;
    min-width: 90px !important;
  }
}
.cart-items__quantity .cart-items__remove path {
  opacity: 0.4;
}
.cart-items__remove {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 992px) {
  .cart-items__remove {
    display: none;
  }
}
.cart-items__quantity .quantity-selector {
  height: 30px !important;
  max-height: 30px !important;
  overflow: hidden;
  max-width: 88px;
}
.cart-items__quantity input {
  max-width: 30px !important;
  min-width: 30px !important;
}
.cart-items__quantity .quantity-minus {
  border-right: 1px solid #000;
  max-height: 30px !important;
  max-width: 30px !important;
  min-width: 30px !important;
}
.cart-items__quantity .quantity-plus {
  border-left: 1px solid #000;
  max-height: 30px !important;
  max-width: 30px !important;
  min-width: 30px !important;
}
.cart-items__price text-component {
  padding-left: 20px !important;
  font-size: 24px !important;
  padding-right: 50px !important;
}
@media (max-width: 992px) {
  .cart-items__price {
    min-width: 0 !important;
    width: auto !important;
  }
  .cart-items__price text-component {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.cart-items__table-row:before {
  content: "************************************************************************************************************************************************";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  letter-spacing: 3px;
  font-size: 12px;
}
.cart-items__price {
  justify-content: flex-start;
}
.cart-page__summary {
}
.cart__summary-inner {
  position: relative;
  padding: 0 !important;
}
.cart__summary-totals {
  gap: 0 !important;
}
.cart__container--extend .cart__summary-inner {
  width: auto !important;
}
.cart__summary-inner:after {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  width: 33px;
  height: 16px;
  margin: auto;
  background-image: url(ls.svg);
  background-position: center center;
  background-size: contain;
}
.cart-discount__content {
  height: auto !important;
}
.cart-discount__error {
  justify-content: center;
  color: #FF3C00;
}
.cart-discount__error .svg-wrapper {
  display: none !important;
}
.cart-discount__error small {
  font-size: 11px !important;
}
.cart-discount__pill {
  width: 100% !important;
  height: 21px;
  padding: 2px 5px !important;
  border: 0 none !important;
  color: #fff;
  font-size: 14px !important;
  font-family: "Owners" !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  letter-spacing: 9%;
  background-color: #4C7E1E;
}
.cart-discount__pill-code {
  max-width: 90% !important;
  min-width: 90% !important;
}
.cart-discount__pill svg {
  position: relative;
  top: -1px;
}
.cart-discount__pill svg g {
  opacity: 1 !important;
}
.cart-discount__pill svg path {
  stroke: #fff !important;
}
@media (max-width: 992px) {
  .cart__summary-inner {
    padding-bottom: 40px !important;
  }
  .cart__summary-inner:after {
    top: auto;
    bottom: 0;
  }

  .cart-item___origianal-price {
    display: none;
  }
  .cart__ctas .cart__checkout-button {
    font-size: 32px;
  }
  .cart__summary-item.tax-note {
    position: relative;
  }
  .cart__summary-item.tax-note:after {
    content: "************************************************************************************************************************************************";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
    letter-spacing: 3px;
    font-size: 12px;
  }
}
.cart-discount__form {
  gap: 6px !important;
}
.cart-discount__input {
  height: 18px !important;
  padding: 1px 5px !important;
  border: 1px solid #72727280;
}
.cart-discount__button {
  height: 18px !important;
  padding: 1px 5px !important;
  font-size: 12px !important;
  text-align: center;
}
.cart-actions, .cart__total-container {
  position: relative;
  border: 0 none !important;
  padding: 20px 0 !important;
}
.disclosure-trigger {
  padding: 0 !important;
}
.disclosure-content[inert] {
  max-height: 0 !important;
}
.disclosure-content {
  display: block !important;
  max-height: 100px !important;
  will-change: grid-template-rows, opacity;
  transform: translateZ(0);
}
.cart__total-label,
.disclosure-trigger__label {
  font-family: "Owners" !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 9%;
}
.cart__total-container:before,
.cart-actions:before {
  content: "************************************************************************************************************************************************";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  letter-spacing: 3px;
  font-size: 12px;
}
.cart__total-container:after {
  content: "************************************************************************************************************************************************";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  letter-spacing: 3px;
  font-size: 12px;
}
.cart__summary-item.tax-note {
  display: block !important;
  width: 100% !important;
  text-align: center;
}
.cart__summary-item small {
  margin-bottom: 20px;
  color: #000 !important;
  font-size: 16px;
  line-height: 18px;
}


.MuiTableBody-root .MuiTableRow-root .MuiTableCell-root:first-child {
  background: #fff !important;
}




/* Guide */
.guide {
  padding: 70px 0 265px;
}
.guide .h1 {
  text-align: center;
}
.guide__in {
  padding-left: 533px;
  padding-right: 192px;
}
.guide__item {
  margin-bottom: 60px;
}
.guide__text {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -4%;
}
.guide__text p {
  margin: 0;
  margin-bottom: 16px;
}
.guide__text p:last-child {
  margin-bottom: 0px;
}
.guide__text p:first-child {
   text-indent: 40px;
}
.guide__title {
  font-family: "Owners" !important;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 9%;
}
@media(max-width: 1200px) {
  .guide__in {
    padding-left: 192px;
    padding-right: 192px;
  }
}

@media(max-width: 992px) {
  .guide {
    padding: 20px 15px 108px 70px;
  }
  .guide .h1 {
    font-size: 56px;
    line-height: 85%;
    margin-bottom: 58px;
    text-align: center;
  }
  .guide__in {
    padding: 0;
  }
  .guide__item {
    margin-bottom: 46px;
  }
  .guide__text {
    font-size: 16px;
  }
  .guide__text p {
    margin-bottom: 0;
  }
  .guide__text p:first-child {
     text-indent: 30px;
  }
  .guide__title {
    margin-bottom: 12px;
  }
}
.guide__text--html table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background-color: #ffffff;
}
.guide__text--html table th {
  padding: 6px 4px;
  color: #fff;
  font-size: 24px;
  background-color: #000;
  text-align: center;
}
.guide__text--html table td {
  padding: 6px 4px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
.guide__text--html table tr:nth-child(even) td {
  background-color: #f2f2f2;
}
@media(max-width: 992px) {
  .guide__text--html table th {
    font-size: 16px;
  }
  .guide__text--html table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin: 16px 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive table {
    margin: 0 !important;
  }

  .table-responsive table td,
  .table-responsive table th {
    white-space: nowrap
  }
}



.inf {
  padding: 70px 20px 200px 88px;
}
@media(max-width: 992px) {
  .inf {
    padding: 30px 20px 40px 42px;
  }
}
.inf img {
  width: auto;
}
.inf .h1 {
  text-align: center;
}
.inf__cols {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.inf__cols-l {
  max-width: 767px;
  min-width: 767px;
}
.inf__cols-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "Owners" !important;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: 9%;
}
.inf__cols-text {
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -4%;
  margin-bottom: 36px;
}
.inf__cols-text p {
  margin: 0;
  margin-bottom: 16px;
}
.inf__cols-text p:last-child {
  margin-bottom: 0px;
}
.inf__cols-text p:first-child {
   text-indent: 40px;
}
.inf__cols2 {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 85px;
}
.inf__cols2-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 595px;
  min-width: 595px;
}
.inf__item-text {
  font-size: 16px;
  line-height: 110%;
  margin-top: 4px;
  text-indent: 30px;
}
.inf__f {
  margin-bottom: 118px;
}
@media (max-width: 992px) {
  .inf__f {
    margin-bottom: 30px;
  }
  .inf__cols {
    margin-bottom: 10px;
  }
}
.inf__cols3 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: -8%;
}
@media(max-width: 1450px) {
  .inf__cols3 {
    margin-bottom: 0;
  }
}
.inf__cols3-r {
  max-width: 660px;
  min-width: 660px;
}
.inf__cols4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 70px;
}
.inf__cols4-l {
  max-width: 595px;
  min-width: 595px;
}
.inf__cols4-l .inf__item {
  margin-bottom: 50px;
}
.inf__cols4-l .inf__item:last-child {
  margin-bottom: 0;
}

.inf__more {
  margin-top: 60px;
  text-align: center;
}
@media(max-width: 1150px) {
  .inf__cols-l, .inf__cols2-l, .inf__cols3-r, .inf__cols4-l {
    max-width: 50% !important;
    min-width: 50% !important;
  }
  .inf__cols3 {
    margin-bottom: 84px;
  }
}
@media(max-width: 992px) {
  .inf__cols-title {
    margin: 10px 0 4px;
  }
  .inf__more {
    margin-top: 20px;
  }
  .inf__cols-text {
    margin-bottom: 10px;
  }
  .inf__item,
  .inf__cols4-l .inf__item,
  .inf__cols4-l .inf__item:last-child {
    margin-bottom: 10px;
  }
  .inf__cols-r > br {
    display: none;
  }
  .inf__cols-text img,
  .inf__item img {
    margin-bottom: 4px;
  }
  .inf__cols, .inf__cols2,
  .inf__cols3, .inf__cols4 {
    gap: 0;
    margin-bottom: 0;
  }
  .inf__cols, .inf__cols2, .inf__cols3, .inf__cols4 {
    flex-direction: column;
  }
  .inf__cols-l, .inf__cols2-l, .inf__cols3-r, .inf__cols4-l {
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .inf__cols-text {
    font-size: 16px;
  }
  .inf__item img {
    max-height: 500px;
  }
}