/** Shopify CDN: Minification failed

Line 177:2 Expected identifier but found "*"
Line 178:2 Expected identifier but found "*"
Line 267:2 Expected identifier but found "*"
Line 283:2 Expected identifier but found "*"
Line 321:2 Expected identifier but found "*"
Line 342:2 Expected identifier but found "*"
Line 343:2 Expected identifier but found "*"
Line 1212:0 Unexpected "}"

**/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
*,* {
  box-sizing: content-box;
}
img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

li {
  list-style-type: none;
}

@font-face {
  font-family: "Karl Brendler";
  src: url("KarlBrendler.woff2") format("woff2"), url("KarlBrendler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter";
}

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

.wrapper {
  background: url("../images/bg.png") repeat;
  background-size: cover;
}
.cart__blocks {
  width:100%;
}
.totals__total {
  color: var(--dark, #121212);
text-align: right;
font-variant-numeric: lining-nums proportional-nums;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
  .totals__total-value {
    color: var(--dark, #121212);
text-align: right;
font-variant-numeric: lining-nums proportional-nums;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }
  .cart-pay {
    display:flex;
    align-items: center;
    gap:20px;
  }
  .cart__blocks {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap:40px;
  }
.cart__ctas button {
  border-radius: 8px;
background: var(--lachs, #EA736A);
  border:none;
  color:#fff;
  transition: all .3s;
  border:1px solid #EA736A;
}
.cart__ctas button:hover {
    transition: all .3s;
  color: #EA736A;
  background:transparent;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
}
.header-start {
  display: flex;
  align-items: center;
  gap: 100px;
}
.header-menu-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-menu-link {
  color: #121212;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s;
}
.header-menu-link:hover {
  transition: all 0.2s;
  color: #ea736a;
}
.header-logo  a span{
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.header-logo  a {
  text-decoration:none;
}
.header-end {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-language {
  position:relative;
}
.header-language:hover .header-language-list{
  display:block;
}
.header-language-list {
  border: 1px solid #121212;
    padding: 10px;
    border-radius: 12px;
    background:#fff;
    position:absolute;
  display:none;
    right: -12px;
    cursor: pointer;
    top: 5px;
}
.header-language-item.is-active {
  display:block !important;
}
.header-language-link {
  text-decoration: none;
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.header-language-link:hover {
  transition: all 0.2s;
  color: #ea736a;
}

.header-language-list .header-language-item:last-child {
  padding-top:5px;
}
.header-cart {
  position: relative;
}
.header-cart a {
  text-decoration:none;
}
.cart-item-count {
     position: absolute;
    background: #ea736a;
    color: #fff;
    width: 20px;
    border-radius: 20px;
    font-size: 13px;
    right: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  top:0;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.5);
}

.hero {
  background: url("../images/main-image.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 770px;
}
.cart-modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  min-height: 380px;
  border-radius: 16px;
  border: 2px solid #121212;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 20px;
}
.cart-modal-content {
  background-color: #fff;
  width:100%;
  padding-top:20px;
}
.cart-modal-item {
  display:flex;
  align-items:flex-start;
}
.cart-modal-image {
  width:40%;
}
.cart-modal-image img {
  max-width:140px;
}
.cart-modal-title {
  font-size: 20px;
  width:60%;
  margin-left:10px;
  text-transform:uppercase;
  line-height: 130%;
}
.cart-modal-variant {
  padding: 15px 0;
  color:  #121212;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
}
.cart-modal-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:20px;
}
.cart-modal-look {
  color:  #121212;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration:none;
}

.cart-modal-checkout {
  border-radius: 8px;
  background: #EA736A;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.cart-modal-continue {
  color: #ea736a;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  background: none;
  border: none;
}
.skip-to-content-link {
  display:none!important;
}
.cart-modal-close{
  position:absolute;
  background:transparent;
  border:none;
  right:0;
  top:0;
}
  .lang-input{
  display:none;
  }
.product-language-selection {
  margin-top:5px;
      display: flex;
    gap: 7px;
  align-items:center;
}
.product-option-label.active {
      color: #fff;
    background-color: #121212;
}
.hero-content {
  display: flex;
  justify-content: flex-end;
}
.hero-title {
  color: #fff;
  padding: 40px 100px 0 0;
  font-family: "Karl Brendler";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.hero-title span:last-child {
  color: #ea736a;
}

.about {
  padding-top:75px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.about-before {
    position: absolute;
  left: 0;
}

.about-description {
  padding: 20px 45px;
  background: #ea736a;
  border-radius: 16px;
  width: 85%;
  margin-inline-start: auto;
  position: relative;
}
.about-description::after {
  content: url("about-after.svg");
  position: absolute;
  top: 95%;
  right: 80px;
}
.about-description h1 {
  color: #fff;
  font-family: "Karl Brendler";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
} 
.about-description h1 span {
  color: #121212;
}
.about-creator-avatar img {
  width:100px;
}
.about-before img {
  width:360px;
}

.about-creator {
  display: flex;
  padding-top: 50px;
  gap: 20px;
  justify-content: flex-end;
}
.about-creator-name {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-creator-description {
  padding-top: 10px;
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 480px;
}
.about-creator-description b {
  font-weight: 600;
}
.about-creator-social {
  display: flex;
  justify-content: flex-end;
  gap:15px;
  margin-top:20px;
}

.guide {
 padding: 140px 20px 120px 20px;
}
.guide-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.home-product {
  max-width: 32%;
  height:700px;
  border-radius: 16px;
  border: 2px solid #121212;
}
.home-product-top{
  height:50%;
}
.home-product-bottom {
  height:50%;
}
.home-product:nth-child(1) .product-top img {
  padding: 20px;
}
.home-product:nth-child(2) {
   position:relative;
    &:after {
      content: url(new.svg);
      position: absolute;
        top: -20px;
    right: -15px;
    }
}
.home-product:nth-child(3) .product-top img {
  padding: 20px;
}
.home-product-top img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.home-product-bottom {
  border-top: 2px solid #121212;
  padding: 20px;
}
.home-product:nth-child(1) .home-product-top .product-image {
  object-fit:none;
}

.home-product:nth-child(3) .home-product-top .product-image {
  object-fit:none;
}
.home-product-image {
  width: 100%;
}
.home-product-name {
  color: #121212;
  font-family: "Karl Brendler";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  min-height: 170px;
}
.home-product-name span {
  color: #ea736a;
}
.home-product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.home-product-reviews {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-product-reviews-count {
  font-weight: 400;
}
.home-product-price {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-product-price span {
  font-weight: 400;
}
.home-product-link {
  margin-top: 30px;
    display: flex;
    justify-content: flex-end;
 
}
.home-product-link a {
  text-decoration: none;
  background: #121212;
  color: #fff;
  border-radius: 8px;
  min-width:210px;
  height:50px;
  font-size:20px;
  display:flex;
  justify-content:center;
  align-items:center;
  text-transform: uppercase;
  transition: all .3s;
}
.home-product-link a:hover {
  transition: all .3s;
  background:#EA736A;
}

.reviews {
  padding:60px 65px 0 75px;
  position: relative;
}
.reviews-container {
      max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
/*.custom-home-swiper-wrapper {
  height: 620px !important;
} */
.custom-swiper-pagination{
  bottom: -60px !important;
}
.custom-swiper-next {
  right: -5px;
}
.custom-swiper-prev {
  left:4px;
}
.swiper {
  width: 100%;
  height: auto;
    position: relative;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
}

.slide-content {
  display: flex;
  max-width: 880px;
  flex-direction: column;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: #121212 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #ea736a !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
    position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.faq {
  padding: 175px 0 100px 0;
}
.faq-image {
  text-align: center;
}
.ymq-option-value {
  text-transform:uppercase;
}
.ymq_option_text_span {
  display:none;
}
#option-box-ymq-variant-0 {
  order:1;
}
#option-box-1 {
  order:2;
}
  #option-box-2 {
    order:2;
  }
  #option-box-ymq-variant-1 {
    order:3;
  }
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  padding: 5px 0 0 0;
}
.accordion-content b {
  font-weight:600;
}
.accordion-header {
  color: #040404;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Karl Brendler";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  background: transparent;
  border: none;
  width: 80%;
  text-align: left;
}
.accordion-header img {
  position: absolute;
  right: 10px;
  top: -20px;
}
.breadcrumbs{
  max-width:1300px;
}
.breadcrumbs a {
  color: var(--dark, #121212);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
  text-decoration:none;
}
.breadcrumbs span {
  color: var(--dark, #121212);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.accordion-item {
  border-bottom: 1px solid #121212;
  margin-top: 40px;
  position:relative;
}

.accordion-item.active .accordion-header::after {
  content: url("../images/minus.svg");
  position: absolute;
  right: 0;
  top: -20px;
}
.accordion-item.active .accordion-content {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
}

.footer {
  background: #121212;
  padding-bottom: 65px;
  position: relative;
}
.footer-before {
  position: absolute;
top: -150px;
  left: 0;
}
.footer-after {
  position: absolute;
    top: -190px;
    right: 0px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-menu {
  padding: 115px 0 125px 0;
}
.footer-menu-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-menu-link {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-creator {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.footer-creator-avatar img {
  width: 160px;
  height: 160px;
}
.footer-creator-name {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
    padding: 35px 0;
}
.footer-creator-social {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
.footer-donate {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.footer-donate-link {
  background: #fff;
  height:50px;
  min-width:270px;
  display:flex;
  align-items:center;
  justify-content: center;
  border-radius: 8px;
}
.footer-donate-link a {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-wrap {
  display: flex;
  align-items: center;
  width: 100%;
    padding-bottom: 50px;
    padding-top: 80px;
}
}
.footer-payment {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-copyright {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.footer-site {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer-privacy {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 700px;
}
.mySwiper2 .swiper-slide {
  height:560px;
  border-radius: 16px;

      width: 400px !important;
    margin: 0 3px;
  
}

.product {
  width: 100%;
}

.product-about-description {
  margin-top: 70px;
  width:83%;
}

.product-about-description::after {
  top: 95%;
}
.product-info-wrap {
  border-top: 1px solid #000;
  padding-top:30px;

}
.product-info {
  display: flex;
  align-items: flex-start;
  margin-top: 120px;
}
.product-option-title {
  color: var(--dark, #121212);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.product-info-column:nth-child(2) {
  margin-left: 20px;
}.product-info-column {
  width: 61%;
}
.tab-vip-wrap ul:last-child li {
      color: #ea736a;
}

.mySwiper .swiper-wrapper .swiper-slide:nth-child(2){
 margin:0 10px 0 0 !important;    
}
.mySwiper .swiper-wrapper .swiper-slide:nth-child(1) {
  margin-bottom:20px;
}
.product-button-next {
  top:610px;
   left: 240px;
}
.product-button-prev {
 top:610px; 
      left: 140px;
}
.footer-payment{
      display: flex;
    align-items: center;
    gap: 40px;
}
.tab-vip-wrap ul:last-child li:before {
background-image: url(cx.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
  position:absolute;
left: -22px;
top:10px;
}
.product-info-column:nth-child(1) {
  display: flex;
  flex-direction:row-reverse;
  width:39%;
  position: relative;
}
.product-title {
  color: #121212;
  font-family: Karl Brendler;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.product-title span {
  color:#EA736A;
} 
.product-rating {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 5px 0 10px 0;
}
.product-tabs-title {
  color: #121212;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tabs-content {
  width:800px;
}
.tabs-content {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  border-radius: 16px;
  border: 2px solid #121212;
  background: #fff;
}
.tabs-content-read {
  width: 50%;
}
.tabs-content-easy li {
  color: #121212;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-top: 5px;
}
.ymq_custome_text {
      padding: 20px 5px 20px 40px;
}
.tabs-content-easy li::before {
  content: url("x.svg");
  position: absolute;
  left: -25px;
}
.tabs-content-vip {
  width: 100%;
}
.tabs {
  width:100%;
  display:flex;
  gap:20px;
  
}
.tab-button:nth-child(2) {
   margin-right:30px; 
  }
.tabs-content-vip li {
  padding-top: 5px;
  color: #ea736a;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.tabs-content-vip li::before {
  content: url("cx.svg");
  position: absolute;
  left: -25px;
}
.cart-flex {
  display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.bookeasy-button-text {
  color: var(--dark, #121212);
font-variant-numeric: lining-nums proportional-nums;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.button {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
 /*  padding: 16px 10px; */
  border-radius: 8px;
  border: 2px solid #121212;
  background: #fff;
  min-width:320px;
  height:55px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.button.active {
  color: #fff;
  background: #121212;
}

.product-option {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.product-option div {
  color:  #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid  #121212;
  background: #fff;
  padding: 16px 24px;
}
.product-option div.active {
  border-radius: 8px;
  border: 2px solid  #121212;
  background:  #121212;
  color: #fff;
}
.product-lang-label {
   color:  #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid  #121212;
  background: #fff;
  padding: 16px 24px;
  cursor: pointer;
}
.product-lang-label.active {
    border-radius: 8px;
  border: 2px solid  #121212;
  background:  #121212;
  color: #fff;
}
.product-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  color:  #121212;
  text-align: right;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
gap: 20px;
    align-items: center;
}
.product-price span {
  color:  #121212;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-cart-input {
  color: #fff;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  background: #ea736a;
  padding: 16px 24px;
  border: none;
}
.product-cart-input:hover {
  background:#121212;
    transition: all .2s;
}
.footer-menu-link:hover{
  color:#EA736A;
    transition: all .2s;
}
.footer-donate-link:hover {
  background:#EA736A;
  transition: all .2s;
}
.footer-donate-link:hover.footer-donate-link a {
    color:#fff;
  transition: all .2s;
}
#quantity {
  display:none !important;
}
#shopping-cart-line-item-status {
  display:none;
}
.cart-items {
  max-width:1300px;
  margin:0 auto;
}
.card-item-wrap {
  display:flex;
  align-items: center;
}
.cart-item {
  display:flex;
  justify-content:space-between;
  align-items: end;
}
.product-capacity {
  padding-top: 130px;
  
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.product-capacity .title {
  color:  #121212;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.product-advantages {
  margin-top: 60px;
  position: relative;
  border-radius: 16px;
  border: 2px solid #121212;
  background: #fff;
  padding: 40px;
  width: 50%;
}
.product-advantages::after {
  content: url("scre.svg");
  position: absolute;
  right: 20px;
  top: -45px;
}

.read-title {
  color: #ea736a;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.read ul li {
  padding-top: 30px;
  color:  #121212;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 40px;
}
.read ul li:nth-child(1) {
  padding-top: 0;
}
.read ul li::before {
background-image: url(x.svg);
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    background-size: cover;
}

.vip-title {
  color: #ea736a;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
}
.vip ul li {
  padding-top: 30px;
  color: #ea736a;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 40px;
}
.vip ul li:nth-child(1) {
  padding-top: 0;
}
.vip ul li::before {
background-image: url(cx.svg);
    width: 24px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    background-size: cover;
}

.product-choice {
  margin-top: 120px;
}
.product-choice-title {
  color:  #121212;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}
.product-choice-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.product-choice-card {
  width: 30%;
  border-radius: 16px;
  border: 2px solid  #121212;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 25px 15px 20px;
}
.product-choice-card img {
  width:180px;
}
.product-choice-card-title {
  color: #000;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 10px;
}
.product-choice-card-txt {
  color:  #121212;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cart__warnings .button {
  width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}
.product-choice-card-txt b {
  font-weight: 600;
}
 .read ul , .vip ul{
    padding:0;
    margin:0;
  }
.product-future {
  position: relative;
  padding: 0 30px;
}
.product-future::after {
  content: url("cloud.png");
  position: absolute;
  right: 0;
  top: -15px;
}

.product-future-title {
  color:  #121212;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  margin-top: 100px;
  text-align: center;
}

.product-future-list {
  margin-top: 60px;
  padding-left:30px;
  width:80%;
}
.product-future-list ul li {
  padding-top: 20px;
  color:  #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.slide-content-text h3 {
    color: #121212;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  padding-bottom:10px;
    line-height: normal;
}
.product-future-list ul li::before {
background-image: url(x.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  content: "";
  position: absolute;
    left: -35px;
    top: 23px;
}
.product-future-list ul li:nth-child(2n) {
  color: #ea736a;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.product-future-list ul li:nth-child(2n)::before {
background-image: url(cx.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
  content: "";
  position: absolute;
    left: -35px;
    top: 23px;
}

.product-structure {
  margin-top: 120px;
}

.product-structure-title {
  color:  #121212;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}

.product-structure-wrap {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-structure-card {
  width: 43%;
  border-radius: 16px;
  border: 2px solid  #121212;
  background: #fff;
  padding: 40px;
  margin-top: 20px;
}

.product-structure-card-title {
  color: #ea736a;
  font-family: Karl Brendler;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}

.product-structure-card-list div {
  padding-top: 10px;
  display:flex;
  align-items: flex-start;
}
.product-structure-card-list div span {
  color:  #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 10px;
}

.header {
  position: relative;
}

.burger-menu-button {
  display: none;
  cursor: pointer;
  font-size: 40px;

}

.burger-menu-content {
  display: none;
  position: absolute;
  top: 100%;
  height:100vh;
  right: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.burger-menu-content.show {
  display: block;
}
.burger-menu-content.show .header-end,
.burger-menu-content.show .header-menu {
  display: block;
}
.burger-menu-content.show .header-end {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.burger-menu-button span {
  display:block;
  width:24px;
  height:2px;
  border-radius:50%;
  background: #000;
}
.burger-menu-button span:nth-child(2) {
  margin-top:8px;
}
.burger-menu-button span:nth-child(3) {
  margin-top:8px;
}
.burger-menu-content.show .header-end .header-language {
   display:block;
}
.product-content {
  max-width:1300px;
  margin:0 auto;
}
.cart-top {
  border-top: 1px solid #000;

}
.cart__items {
  padding-top:75px;
}
.breadcart {
  padding-top:30px;
}
.cart-remove-button {
  color:#828282;
}
.cart-item__details {
  padding-left:20px;
}
.accordion-header span img:nth-child(1) {
  display: block;
}
.accordion-header span img:nth-child(2) {
  display: none;
}
.accordion-header.active span img:nth-child(1) {
  display: none;
}
.accordion-header.active span img:nth-child(2) {
  display: block;
}
/* media */
@media(max-width:1530px) {
  .about-before img {
    width: auto;
}
}
@media (max-width: 1470px) {
  .tabs-content {
  width:auto;
}
  .hero {
    background-position: center;
  }
  .about-description {
    width: 80%;
  }
  .about-description h1 {
    font-size: 30px;
  }
  .footer-before img {
    width: 400px;
  }
  .footer-after img {
    width: 400px;
  }
}
@media (max-width: 1400px) {
  .product-future::after {
    content: none;
  }
}
@media (max-width: 1320px) {
  .burger-menu-button {
    display: block;
  }
  .breadcrumbs{
  padding-left: 40px;
}
.header-menu , .header-language {
  display:none;
}
  .header-start {
    gap: 0;
  }

  .header-menu-list {
    flex-direction: column;
    padding:0;
  }
  .about::before {
    content: none;
  }
  .about-content {
    padding: 0 20px;
  }
  .about-description {
    padding: 20px;
  }
  .about-description::after {
    top: 100px;
  }
  .about-description h1 {
    font-size: 26px;
  }
  .product-content {
    padding: 0 20px;
  }
  .about-description::after {
    top: 95%;
  }
  .product-info {
    flex-direction:row-reverse;
  }
  .product-info-column:nth-child(1) {
    padding: 30px 0 0 20px;
    margin-right: auto;
    width:30%;
    order:2;
    flex-direction: column;
  }
  .product-info-column:nth-child(2) {
    margin: 0 25px;
  }
  .product-info-column {
    width: 70%;
  }
  .mySwiper .swiper-wrapper {
    width:100% !important;
    flex-direction: row !important;
  }
 .mySwiper {
    width: 325px !important;
}
  .mySwiper2 {
    width: 340px;
    height: 465px;
    margin:0 10px 0 10px !important;
  }
  .mySwiper2 .swiper-slide {
    height: 450px!important;
    width: 100%!important;
    margin: 0 auto;
  }
  .mySwiper .swiper-wrapper .swiper-slide {
    margin: 0 10px!important;
    width: 64px !important;
    height: 64px !important;
  }
  .product-button-next, .product-button-prev {
    display:none;
  }
  .product-title{
    margin-top: 20px;
  }

  .product-option-wrap {
    margin-top: 20px;
  }
  .product-info-column:nth-child(2) {
    order:1;
  }
  .footer-wrap {
    flex-direction: column;
    gap: 20px;
  }
  .product-content {
    margin: 120px 20px 0 20px;
  }
  .product-structure {
    margin: 120px 20px 0 20px;
  }
  .product-choice {
     margin: 120px 20px 0 20px;
  }
  .faq {
    margin: 0 20px;
  }
}
@media (max-width: 1270px) {
  .product-choice-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-choice-card {
    width: 60%;
    margin-top: 20px;
  }
  .custom-swiper-prev, .custom-swiper-next {
    display:none;
  }
  .faq-content {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .product-structure-card {
    width: 40%;
  }
  .home-product-name {
    font-size: 28px;
  }
  .home-product-reviews {
    font-size: 16px;
  }
  .home-product-bottom {
    padding: 10px;
  }
  .home-product-top {
      height: 45%;
  }
  .home-product-link {
    margin-top: 10px;

}
  .home-product {
    height: 580px;
}
.home-product-top img {
  height: 261px;
}
}
@media (max-width: 1130px) {
   .tabs-content {
    max-width:100%;
  }
  .product-info{
    flex-direction: column-reverse;
  }
  .product-info-column:nth-child(1) {
    width: 100%;
    align-items: center;
    padding: 0;
  }
  .product-info-column:nth-child(2) {
    width: 100%;
    margin: 0 auto;
    max-width: 730px;
  }
  .product-future::after {
    content: none;
  }
  .about-before img {
    width: 200px;
}
  .footer-before {
    display: none;
  }
  .footer-after {
    display: none;
  }
  
}
@media (max-width: 972px) {
  .about-description h1 {
    font-size: 20px;
  }
  .about-description {
    padding: 15px;
  }
  .accordion-header span img {
    width: 50px;
    height: 50px;
  }
  .accordion-header img {
    top: -10px;
  }
  .product-structure-card {
    width: 38%;
  } 
}
@media (max-width: 860px) {
  .guide-content {
    flex-direction: column;
    align-items: center;
        gap: 20px;
  }
  .home-product-top img {
    height: 100%;
  }
  .home-product {
    max-width: 420px;
}
  .home-product-top {
    height: 50%;
}
  .home-product {
    height: 700px;
}
  .accordion-header span img {
    width: 48px;
    height: 48px;
  }
  .accordion-header img {
    top: -20px;
  }
  .accordion-content {
    font-size: 16px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .product-structure-card {
    width: 100%;
  }
  
}
@media (max-width: 768px) {
  .header-content {
    padding:0 20px;
  }
  .about-description {
    width: 95%;
  }
  .about-creator-social {
    justify-content: center;
  }
    .about-before {
      display: none;
  }
  .tab-vip-wrap {
    flex-direction:column;
  }
  .tab-vip-wrap ul {
    width:90% !important;
  }
  .product-info {
    padding-top:35px;
    margin: 0 20px;
  }
  .product-option {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .product-option-label {
    width:310px;
    text-align:center;
    margin-right: 0!important;
  }
  .product-title {
    font-size:32px;
  }
  .product-container {
    margin-top:30px;
    gap:10px;
    align-items: flex-start;
    flex-direction:column;
  }
  .about-creator-avatar img {
    width: 64px;
    height: 64px;
  }
  .read-title, .vip-title {
    font-size:24px;
  }
 
  .product-capacity .title {
    font-size: 32px;
    text-wrap: balance;
  }
  .read ul li, .vip ul li {
    font-size: 15px;
    padding-top: 20px;
  }
  .product-choice-wrap, .product-structure-wrap {
    margin-top: 10px;
  }
  .product-future-list ul li {
    padding-top:20px;
  }
   .about-description::after {
    top: 95%;
  }
  .faq-image img {
    width: 100%;
  }
  .accordion-header img {
    right: 0;
  }
  .product-container form {
    width:100%;
  }
  .accordion-content {
    font-size: 12px;
  }
  .footer-copyright {
    flex-direction: column;
  }
  .product-choice-card-title {
    padding: 20px 0 10px 0;
    font-size: 32px;
  }
  .product-structure-title, .product-structure-card-title, .product-future-title {
    font-size: 32px;
  }
  .product-choice-card {
    width: 90%;
  }
  .product-choice-card-txt {
    font-size: 16px;
    max-width:280px;
  }
  .product-choice-card img {
    width: 128px;
  }
  .product-structure-card-list div span {
    font-size:15px;
  }
  .accordion-header {
    font-size: 24px;
  }
  .faq {
    padding-top: 80px;
  }

  .product-price {
    text-align: center;
  }
    .product-lang-label, .product-option-label {
    font-size:17px !important;
  }
}
@media (max-width: 600px) {
  .cart-flex {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .hero {
    background-position: left;
    height: 350px;
  }
  .hero-title {
    font-size: 50px;
    padding: 0;
    padding-left: 20px;
    padding-top: 20px;
  }
  .hero-content {
    justify-content: flex-start;
  }
  .swiper-button-next img {
    width: 32px;
  }
  .swiper-button-prev img {
    width: 32px;
  }
  .accordion-header img {
    top: -10px;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-dev {
    margin-top: 20px;
  }
  .footer-creator-name {
    font-size: 26px;
  }
  .product-advantages {
    width: 70%;
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .header-content {
    height:90px;
  }
  .header-logo a span {
    font-size:20px;
  }
  .faq-content {
    padding:0;
  }
  .mySwiper .swiper-wrapper .swiper-slide {
        margin: 0 8px!important;
  }
  .product-choice {
    margin-top: 80px;
  }
  .product-future-list {
    padding-left: 20px;
  }
  .product-future-list ul li {
    font-size: 20px;
  }
  .product-future-list ul li:nth-child(2n) {
    font-size: 20px;
  }
  .about-creator-name {
    font-size: 20px;
  }
  .about-creator-description {
    font-size: 15px;
  }
  .home-product {
    max-width: 340px;
      height: 580px;
}
.home-product-info {
  padding: 0px;
}
  .slide-content-image img {
    width: 300px;
  }
  .footer-menu-list {
    flex-direction: column;
  }
  .footer-menu-link {
    font-size: 20px;
  }
  .footer-menu-list {
    gap: 20px;
  }
  .footer-menu {
    padding: 60px 20px;
  }
  .footer-creator{
    padding-top:20px;
  }
  .footer-creator-avatar img {
    width: 120px;
    height:120px;
  }
  .footer-creator-name {
    font-size: 24px;
    padding: 20px 0 30px 0;
  }
  .footer-creator-social a svg {
    width: 35px;
  }
  .footer-donate {
    padding-top: 80px;
    gap: 30px;
  }
  .footer-dev {
    margin-top: 80px;
}
  .footer-payment {
        margin-top: 80px;
    gap:40px;
  }
  .footer-wrap {
    padding-top: 30px;
  }
  .footer {
    padding-bottom: 20px;
  }
  .product-structure {
    padding: 0 20px;
    margin-top: 80px;
  }
  .product-structure-card {
    padding: 25px;
  }
  .product-price p {
    margin:0;
  }
  .product-container {
    margin-top: 20px;
    gap: 20px;
}
  .breadcrumbs {
    padding-left:20px;
  }
  .product-content {
    margin: 80px 20px 0 20px;
  }
  .about-creator {
    gap:0;
  }
  .product-capacity {
    padding-top:80px;
  }
  .product-choice-title {
    font-size:32px;
        text-wrap: balance;
  }
  .product-future-title {
    margin-top:80px;
  }
  .product-future-list {
    margin-top:20px;
  }
  .footer-menu-list {
    padding:0;
  }
  .footer-content {
    position:relative;
    &:after {
      content: url('mobcloud.png');
      position: absolute;
      right:0;
      top:-25px;
    }
  }
}
@media (max-width: 414px) {
  .header-logo {
    font-size: 28px;
  }
  .footer-donate-link, .footer-donate {
    width:100%;
  }
  .hero {
    background-position-x: -50px;
  }
  .mySwiper {
    width: 320px !important;
}
  .product-tabs {
    max-width: 362px;
    width:100%;
  }
  .product-option-label {
    max-width: 262px;
    width:100%;
  }
  .home-product {
    max-width: 300px;
    height: 600px;
}
  .home-product-top {
    height: 42%;
}
  .home-product-info {
    padding-top: 40px;
}
  .tab-vip-wrap ul {
    width: 80% !important;
}
}

.product-option-input {
  display: none;
}
.product-option-label {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  height:55px;
  display:flex;
  justify-content:center;
  align-items:center;
  min-width:315px;
  width:100%;
  border: 2px solid  #121212;
  border-radius: 8px;
  background-color: #fff;
  color:  #121212;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  transition: background 0.3s, color 0.3s;
}
.product-option-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  pointer-events: none;
  transition: background 0.3s;
}

.product-option-input:checked + .product-option-label {
  color: #fff;
  background-color:  #121212;
}

.product-option-label:hover {
  background-color: rgba(18, 18, 18, 0.1);
}
.mySwiper {
  width: 120px;
  height: 20%;
  box-sizing: border-box;
}
.mySwiper .swiper-wrapper {
  flex-direction: column;
  width: 90px;
}
.mySwiper .swiper-wrapper .swiper-slide {
  margin-top: 20px;
}
.mySwiper .swiper-wrapper .swiper-slide:first-child {
  margin-top: 0;
}
.mySwiper .swiper-slide {
  width: 90px !important;
  height: 90px !important;
  border-radius: 16px;
  border: 1px solid  #121212;
}
.mySwiper2 {
  margin-left: 20px ;
}
.mySwiper .swiper-wrapper .swiper-slide img {
  display: block;
    width: 90px;
    border-radius: 15px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
object-fit: contain;
}

.tabs-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top:5px;
}
.tab-vip-wrap {
  display: flex;
      gap: 20px;
    align-items: flex-start;
}
.tab-vip-wrap ul {
  width:50%;
}
.tab-content ul li {
  color: var(--dark, #121212);
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
  padding-top:5px;
      position: relative;
}
.rating-count , .no-reviews{
  display:flex;
  align-items:center;
  gap:10px;
}
.tab-content ul:first-child li:before{
  background-image: url(x.svg);
     background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: -22px;
  top:8px;
}
.product-option-wrap {
  margin-top: 10px;
}
.skip-to-content-link {
  display:none;
}
.about-before{
  position:absolute;
  left:0;
}
.cart__blocks {
  margin:0 auto;
}

.cart-item__quantity{
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.card-item-wrap {
  display:flex;
}
.cart-item__image {
  min-height: 160px;
  max-width: 110px;
  object-fit: fill;
}
.cow-form-valid-variant {
  width:100%;
}
.single-image {
  width:100%;
}
.single-image .swiper-wrapper .swiper-slide {
  width:100% !important;
}
.cow-form-no-match {
  width:100%;
}
#swiper-wrapper-1f8b87b1006edf529 .swiper-slide:nth-child(1) {
  display:block !important;
}
.product-description {
      margin: 20px 0;
    display: flex;
    align-items: flex-start;
    border-radius: 16px;
    border: 2px solid #121212;
    background: #fff;
    padding:20px 40px;
}

.vip ul li:nth-child(1) {
    padding-top: 0;
}
.product-description ul li {
      color: var(--dark, #121212);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    padding-top: 10px;
}
.bookeasy-textField-description {
  font-size:24px;
  line-height: 30px;
   color: var(--dark, #121212);
    font-family: Inter;
}
.product-description ul li:before {
      content: url(x.svg);
    position: absolute;
    left: -22px;
}
.cart-item__name {
  color: #121212;
  font-family: Karl Brendler;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; 
  text-transform: uppercase;
}
.product-cart-price {
  color: #121212;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-cart-option {
  color: #121212;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display:flex;
  align-items:center;
}
