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;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

:focus-visible {
  outline: none;
}

@font-face {
  font-family: "text";
  src: url("fonts/Prachaticesans-Medium.woff2") format("woff2"), url("fonts/Prachaticesans-Medium.woff") format("woff");
}
@font-face {
  font-family: "display";
  src: url("fonts/PrabhupadaBook-Regular.woff2") format("woff2"), url("fonts/PrabhupadaBook-Regular.woff") format("woff");
}
@font-face {
  font-family: "ampersand";
  src: url("fonts/AKORSans-Medium.otf") format("opentype");
}
:root {
  --main: #cd9e20;
  --white: #f9f6f3;
  --smoke: #edebe3;
  --gray: #a8a7a7;
  --black-semi: rgba(0,0,0,.54);
  --font-text: "text", sans-serif;
  --font-display: "display", sans-serif;
  --font-ampersand: "ampersand", sans-serif;
  --font-size: .5px;
}

@media (min-width: 1400px) {
  :root {
    --font-size: .66px;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.container {
  padding: 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-6 {
  padding: 0 10px;
}

.col-md-1-2, .col-md-1-3, .col-md-2-3, .col-md-1-4, .col-md-3-4, .col-md-1-6, .col-md-5-6, .col-lg-1-2, .col-lg-1-3, .col-lg-2-3, .col-lg-1-4, .col-lg-3-4, .col-lg-1-6 {
  width: 100%;
  padding: 0 10px;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333%;
}

.col-2-3 {
  width: 66.66666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-6 {
  width: 16.66666%;
}

@media (min-width: 800px) {
  .col-md-1-2 {
    width: 50%;
  }
  .col-md-1-3 {
    width: 33.33333%;
  }
  .col-md-2-3 {
    width: 66.66666%;
  }
  .col-md-1-4 {
    width: 25%;
  }
  .col-md-3-4 {
    width: 75%;
  }
  .col-md-1-6 {
    width: 16.66666%;
  }
  .col-md-5-6 {
    width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 30px;
  }
  .row {
    margin: 0 -15px;
  }
  .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, .col-1-6, .col-md-1-2, .col-md-1-3, .col-md-2-3, .col-md-1-4, .col-md-3-4, .col-md-1-6, .col-lg-1-2, .col-lg-1-3, .col-lg-2-3, .col-lg-1-4, .col-lg-3-4, .col-lg-1-6 {
    padding: 0 15px;
  }
  .col-lg-1-2 {
    width: 50%;
  }
  .col-lg-1-3 {
    width: 33.33333%;
  }
  .col-lg-2-3 {
    width: 66.66666%;
  }
  .col-lg-1-4 {
    width: 25%;
  }
  .col-lg-3-4 {
    width: 75%;
  }
  .col-lg-1-6 {
    width: 16.66666%;
  }
}
a {
  color: var(--main);
  text-decoration: none;
}

.btn {
  border-radius: 1000px;
  border: 1px solid var(--main);
  display: inline-block;
  padding: 5px 15px;
  line-height: 1em;
}

/*@use 'basics/inputs';
@use 'basics/popups';*/
#header {
  color: var(--main);
  padding: 10px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header a {
  color: var(--main);
}
#header #menu-button {
  padding: 7px 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: calc(var(--font-size) * 24);
}
#header .main-title {
  height: 100%;
}
#header .main-title .logo {
  display: flex;
  height: 100%;
}
#header .main-title .logo svg {
  max-height: 30px;
  margin: auto;
  fill: var(--main);
}
#header .header-cart {
  font-size: calc(var(--font-size) * 24);
  padding: 7px 0;
}
#header .header-cart .header-cart-link span:first-child {
  margin-right: 10px;
}

#main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
#main-menu .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-semi);
}
#main-menu .panel {
  background-color: var(--white);
  position: relative;
  padding: 70px 0 20px;
}
#main-menu .panel .menu-link {
  display: block;
  line-height: 1em;
  margin-bottom: 0.3em;
}
#main-menu .panel .menu-link .count {
  vertical-align: super;
  font-size: 0.5em;
}
#main-menu .panel .big-menu .big-menu-image {
  width: 100%;
  margin-bottom: 0.5em;
}
#main-menu .panel .big-menu .big-menu-image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  background-color: var(--smoke);
}
#main-menu .panel .small-menu-bigger {
  margin-top: 20px;
}
#main-menu .panel .small-menu-smaller {
  margin-top: 20px;
  font-size: calc(var(--font-size) * 24);
}
#main-menu .panel .small-menu-smaller .contact-info .contact-info-email {
  margin-bottom: 1em;
}

body.menu-opened #main-menu {
  display: block;
}

@media (min-width: 800px) {
  #header #menu-button {
    font-size: calc(var(--font-size) * 30);
  }
  #header .header-cart {
    font-size: calc(var(--font-size) * 30);
  }
  #header .header-cart .header-cart-link span:first-child {
    margin-right: 40px;
  }
  #main-menu .panel .small-menu-bigger {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #header {
    padding: 20px 0 40px;
  }
  #main-menu .panel {
    padding: 90px 0 30px;
  }
  #main-menu .panel .big-menu {
    font-size: calc(var(--font-size) * 36);
    height: 100%;
  }
  #main-menu .panel .big-menu > * {
    height: 100%;
  }
  #main-menu .panel .big-menu .big-menu-image {
    height: 100%;
    margin: 0;
  }
}
.products-menu .products-menu-section {
  margin-bottom: 2em;
}
.products-menu .products-menu-section .products-menu-link {
  display: block;
  width: auto;
  line-height: 1.5;
  transition: padding 0.2s;
  position: relative;
}
.products-menu .products-menu-section .products-menu-link .count {
  vertical-align: super;
  font-size: 0.5em;
}
.products-menu .products-menu-section .products-menu-link::before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  background-image: url("../img/icons/arrow.svg");
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s;
  opacity: 0;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.products-menu .products-menu-section .products-menu-link:hover {
  padding: 0 0 0 1.2em;
}
.products-menu .products-menu-section .products-menu-link:hover::before {
  opacity: 1;
}

.product-item .product-item-image {
  background-color: var(--smoke);
  width: 100%;
  padding-top: 125%;
  position: relative;
}
.product-item .product-item-text {
  margin: 1em 0;
  min-height: 120px;
}

.tag-swarm {
  text-align: center;
  padding: 3em 0;
  min-height: 70vh;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  position: relative;
}
.tag-swarm .background {
  background-image: url("../img/tag-swarm-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5vw;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag-swarm .tag-swarm-tag {
  position: relative;
  white-space: nowrap;
  margin: 0 0.5em;
  font-size: 1.5em;
  vertical-align: top;
  font-family: var(--font-display);
}
.tag-swarm .tag-swarm-tag em {
  font-family: var(--font-display);
}
.tag-swarm .tag-swarm-tag:hover {
  font-family: var(--font-text);
}
.tag-swarm .tag-swarm-tag:hover em {
  font-family: var(--font-ampersand);
}

@media (min-width: 800px) {
  .tag-swarm .tag-swarm-tag {
    font-size: 2.5em;
  }
}
@media (min-width: 1200px) {
  .tag-swarm {
    min-height: 90vh;
  }
  .tag-swarm .tag-swarm-tag {
    font-size: calc(var(--font-size) * 108);
  }
}
#footer {
  background-color: var(--main);
  color: var(--white);
  padding: 20px 0 10px;
}
#footer a {
  color: var(--white);
}
#footer .mantra {
  display: flex;
  text-align: center;
  border: 1px solid var(--white);
  padding: 20px;
  margin-bottom: 40px;
  justify-content: center;
}
#footer .newsletter .newsletter-title {
  font-size: calc(var(--font-size) * 54);
  font-family: var(--font-display);
  line-height: 1;
  margin-bottom: 0.5em;
}
#footer .newsletter .newsletter-form {
  display: flex;
  width: 100%;
  height: 30px;
  margin: 5px 0 50px;
}
#footer .newsletter .newsletter-form .input-holder {
  width: calc(100% - 100px);
}
#footer .newsletter .newsletter-form #newsletter-input {
  padding: 0 10px;
  line-height: 30px;
  border: 0;
  background-color: var(--white);
  color: var(--main);
  font-size: calc(var(--font-size) * 36);
  width: 100%;
}
#footer .newsletter .newsletter-form #newsletter-submit {
  width: 100px;
  background-color: transparent;
  border-radius: 0 100px 100px 0;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: calc(var(--font-size) * 24);
  cursor: pointer;
  padding: 0 10px;
  line-height: 30px;
}
#footer .footer-menu {
  line-height: 1.1em;
}
#footer .footer-menu .footer-menu-link {
  margin-bottom: 0.25em;
  display: block;
}
#footer .big-logo-holder {
  margin-top: 10vw;
}
#footer .big-logo path {
  fill: var(--white);
}
#footer .copyright {
  margin-top: 5px;
  font-size: calc(var(--font-size) * 21);
}

@media (min-width: 800px) {
  #footer .mantra {
    padding: 40px 20px;
  }
  #footer .newsletter .newsletter-title {
    font-size: calc(var(--font-size) * 81);
  }
  #footer .footer-menu {
    margin-top: 4.2em;
  }
}
@media (min-width: 1200px) {
  #footer {
    padding: 30px 0 20px;
  }
  #footer .mantra {
    padding: 80px 20px;
  }
  #footer .mantra .text {
    font-size: calc(var(--font-size) * 36);
  }
}
main.homepage .intro-section-carousel {
  border-radius: var(--radius-big);
  overflow: hidden;
  height: 100vh;
  position: relative;
}
main.homepage .intro-section-carousel .carousel-slider {
  height: 100%;
  position: relative;
}
main.homepage .intro-section-carousel .carousel-cell {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0s 1s;
  overflow: hidden;
}
main.homepage .intro-section-carousel .carousel-cell .image {
  height: 100%;
  background-color: #000;
}
main.homepage .intro-section-carousel .carousel-cell .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
  transition: transform 0s ease-out 5s;
  opacity: 0.63;
}
main.homepage .intro-section-carousel .carousel-cell .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100vw;
  justify-content: center;
}
main.homepage .intro-section-carousel .carousel-cell .text .title {
  font-family: var(--font-display);
  font-size: calc(var(--font-size) * 72);
}
main.homepage .intro-section-carousel .carousel-cell .text .btn {
  font-size: calc(var(--font-size) * 36);
  margin-top: 0.5em;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 8px 20px;
  width: fit-content;
}
main.homepage .intro-section-carousel .carousel-cell.active {
  width: 100%;
  left: auto;
  right: 0;
  transition-delay: 0s;
  transition-duration: 1s;
  z-index: 2;
}
main.homepage .intro-section-carousel .carousel-cell.active .image img {
  transform: scale(1.1) translateX(-3%);
  transition-duration: 2s;
  transition-delay: 0s;
}
main.homepage .intro-section-carousel .countdowns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 25px 15px;
  z-index: 3;
}
main.homepage .intro-section-carousel .countdowns li {
  padding: 5px;
  width: 16.66666%;
}
main.homepage .intro-section-carousel .countdowns li button {
  width: 100%;
  padding: 7px 0;
  border: 0;
  background: transparent;
  position: relative;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  font-size: 0;
}
main.homepage .intro-section-carousel .countdowns li button::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--gray);
  position: absolute;
  bottom: 0;
  left: 0;
}
main.homepage .intro-section-carousel .countdowns li button::after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: none;
}
main.homepage .intro-section-carousel .countdowns li button.active::after {
  width: 100%;
  transition: width 6s linear;
}
main.homepage .intro-section-carousel .countdowns li button.before::after {
  width: 100%;
}
main.homepage .intro-section-carousel .countdowns li button.next::after {
  width: 0%;
}
main.homepage .homepage-about-section .text-part {
  margin-bottom: 60px;
  font-size: calc(var(--font-size) * 54);
  line-height: 1.2em;
}
main.homepage .homepage-about-section .text-part .btn {
  font-size: calc(var(--font-size) * 36);
  margin-left: 10px;
  vertical-align: top;
}
main.homepage .homepage-about-section .points-part .point {
  display: flex;
  margin-bottom: 40px;
}
main.homepage .homepage-about-section .points-part .point.point-reverse .row {
  flex-direction: row-reverse;
}
main.homepage .homepage-about-section .points-part .point .row > * {
  display: flex;
  flex-direction: column;
}
main.homepage .homepage-about-section .points-part .point .image-holder {
  margin: auto 0;
}
main.homepage .homepage-about-section .points-part .point .image {
  padding-top: 125%;
  background-color: var(--smoke);
}
main.homepage .homepage-about-section .points-part .point .image.pill-shape {
  border-radius: 1000px;
}
main.homepage .homepage-about-section .points-part .point .image img {
  vertical-align: top;
}
main.homepage .homepage-about-section .points-part .point .text {
  margin: auto 0;
}
main.homepage .homepage-about-section .points-part .point .text .title {
  font-size: calc(var(--font-size) * 54);
  font-family: var(--font-display);
  line-height: 1em;
  margin-bottom: 0.5em;
}
main.homepage .homepage-slider {
  font-size: calc(var(--font-size) * 72);
  overflow: hidden;
  margin: 1em 0;
}
main.homepage .homepage-slider .carousel-cell {
  margin-right: 1.2em;
}
main.homepage .homepage-slider .carousel-cell:after {
  content: "";
  width: 0.2em;
  height: 0.2em;
  display: inline-block;
  background-image: url("../img/icons/square.svg");
  position: absolute;
  right: -0.7em;
  top: 0.55em;
}
main.homepage .homepage-features .features-images {
  height: 50vw;
  position: relative;
  transform-style: preserve-3d;
  perspective: 120vw;
}
main.homepage .homepage-features .features-images .feature-image {
  width: 30%;
  padding-top: 30%;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.27));
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15%;
  margin-left: -15%;
  z-index: 3;
  transition: transform 2s;
  transform-style: preserve-3d;
}
main.homepage .homepage-features .features-images .feature-image:nth-child(1) {
  transform: rotateY(0deg) translateZ(20vw);
}
main.homepage .homepage-features .features-images .feature-image:nth-child(2) {
  transform: rotateY(120deg) translateZ(20vw) rotateY(-120deg);
}
main.homepage .homepage-features .features-images .feature-image:nth-child(3) {
  transform: rotateY(240deg) translateZ(20vw) rotateY(-240deg);
}
main.homepage .homepage-features .features-images .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: top;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  position: absolute;
  top: 0;
  left: 0;
}
main.homepage .homepage-features .features-images[data-id="0"] .feature-image:nth-child(1) {
  transform: rotateY(120deg) translateZ(20vw) rotateY(-120deg);
}
main.homepage .homepage-features .features-images[data-id="0"] .feature-image:nth-child(2) {
  transform: rotateY(240deg) translateZ(20vw) rotateY(-240deg);
}
main.homepage .homepage-features .features-images[data-id="0"] .feature-image:nth-child(3) {
  transform: rotateY(360deg) translateZ(20vw) rotateY(-360deg);
}
main.homepage .homepage-features .features-images[data-id="2"] .feature-image:nth-child(1) {
  transform: rotateY(-120deg) translateZ(20vw) rotateY(120deg);
}
main.homepage .homepage-features .features-images[data-id="2"] .feature-image:nth-child(2) {
  transform: rotateY(0) translateZ(20vw) rotateY(0);
}
main.homepage .homepage-features .features-images[data-id="2"] .feature-image:nth-child(3) {
  transform: rotateY(120deg) translateZ(20vw) rotateY(-120deg);
}
main.homepage .homepage-features .feature-text {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: calc(var(--font-size) * 24);
}
main.homepage .homepage-features .feature-text .title {
  font-family: var(--font-display);
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-size: calc(var(--font-size) * 36);
}
main.homepage .products-section {
  margin: 60px 0;
}

body.homepage:not(.after-fold) #header a, body.homepage:not(.after-fold) #header #menu-button {
  color: var(--white);
}
body.homepage:not(.after-fold) #header .main-title .logo svg {
  fill: var(--white);
}

.products-carousel .carousel-cell {
  width: 20%;
  background-color: red;
}

@media (min-width: 800px) {
  main.homepage .intro-section-carousel .carousel-cell .text .title {
    font-size: calc(var(--font-size) * 108);
  }
  main.homepage .intro-section-carousel .carousel-cell .text .btn {
    font-size: calc(var(--font-size) * 45);
    padding: 10px 30px;
  }
  main.homepage .intro-section-carousel .countdowns li button {
    font-size: calc(var(--font-size) * 24);
  }
  main.homepage .homepage-about-section .text-part {
    margin-bottom: 120px;
    font-size: calc(var(--font-size) * 72);
  }
  main.homepage .homepage-about-section .text-part .btn {
    margin-top: 5px;
  }
  main.homepage .homepage-about-section .points-part .point {
    margin-bottom: 60px;
  }
  main.homepage .homepage-about-section .points-part .point .image-holder {
    width: 70%;
    margin: auto;
  }
  main.homepage .homepage-about-section .points-part .point .text .title {
    font-size: calc(var(--font-size) * 81);
  }
  main.homepage .homepage-slider {
    font-size: calc(var(--font-size) * 126);
  }
  main.homepage .homepage-features {
    margin: 0 0 100px;
  }
  main.homepage .homepage-features .feature-text {
    font-size: calc(var(--font-size) * 30);
  }
  main.homepage .homepage-features .feature-text .title {
    font-size: calc(var(--font-size) * 63);
    margin-bottom: 0.3em;
  }
}
@media (min-width: 1200px) {
  main.homepage .intro-section-carousel .carousel-cell .text {
    padding: 30px;
    flex-direction: row;
    align-items: center;
  }
  main.homepage .intro-section-carousel .carousel-cell .text .title {
    margin-right: auto;
  }
  main.homepage .intro-section-carousel .countdowns {
    padding: 40px 10px;
  }
  main.homepage .intro-section-carousel .countdowns li {
    padding: 5px 20px;
  }
  main.homepage .homepage-about-section .text-part {
    margin-bottom: 180px;
  }
  main.homepage .homepage-about-section .points-part {
    margin-bottom: 200px;
  }
  main.homepage .homepage-about-section .points-part .point .text {
    width: 70%;
  }
  main.homepage .homepage-about-section .points-part .point.point-reverse .text {
    margin-left: auto;
  }
  main.homepage .homepage-slider {
    font-size: calc(var(--font-size) * 270);
  }
  main.homepage .homepage-features {
    margin-bottom: 200px;
  }
  main.homepage .homepage-features .features-images {
    perspective: 80vw;
  }
  main.homepage .homepage-features .features-images .feature-image {
    width: 24%;
    padding-top: 24%;
    margin-top: -12%;
    margin-left: -12%;
  }
  main.homepage .homepage-features .feature-text .title {
    font-size: calc(var(--font-size) * 81);
  }
}
main.product .product-gallery {
  margin-bottom: 30px;
}
main.product .product-gallery .product-main-image {
  background-color: var(--smoke);
  width: 100%;
  padding-top: 125%;
  position: relative;
  margin-bottom: 10px;
}
main.product .product-gallery .product-gallery-thumbs {
  display: flex;
  gap: 10px;
}
main.product .product-gallery .product-gallery-thumbs .product-gallery-thumb {
  flex-grow: 1;
  position: relative;
  border: 0;
  padding: 0;
}
main.product .product-gallery .product-gallery-thumbs .product-gallery-thumb .product-gallery-thumb-image {
  padding-top: 125%;
  background-color: var(--smoke);
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
main.product .product-detail a {
  text-decoration: underline;
}
main.product .product-detail .product-title {
  font-size: calc(var(--font-size) * 72);
  line-height: 1em;
  margin-bottom: 1em;
}
main.product .product-detail .product-description {
  margin-bottom: 1em;
}
main.product .product-detail .product-info {
  width: 100%;
  font-size: calc(var(--font-size) * 24);
}
main.product .product-detail .product-info td {
  padding: 1px 0;
}
main.product .product-detail .product-info td:first-child {
  padding-right: 10px;
  width: 100px;
}
main.product .product-detail .product-buy {
  margin: 2em 0;
}

.similar-products-section {
  padding: 80px 0 20px;
}
.similar-products-section .similar-products-title {
  font-size: calc(var(--font-size) * 54);
  font-family: var(--font-display);
  margin-bottom: 0.5em;
}

@media (min-width: 800px) {
  main.product .product-detail .product-title {
    margin-bottom: 2em;
  }
  .similar-products-section {
    padding: 140px 0 60px;
  }
  .similar-products-section .similar-products-title {
    font-size: calc(var(--font-size) * 108);
  }
}
html {
  scroll-padding-top: 78px;
  overscroll-behavior: none;
}

body {
  font-size: calc(var(--font-size) * 30);
  line-height: 1.33333;
  font-family: var(--font-text);
  color: var(--main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: var(--white);
}

em {
  font-family: var(--font-ampersand);
}

input, button, select, option, textarea {
  font-size: calc(var(--font-size) * 30);
  line-height: 1.33333;
  font-family: var(--font-text);
  color: var(--main);
}
input::placeholder, button::placeholder, select::placeholder, option::placeholder, textarea::placeholder {
  opacity: 1;
  color: var(--main);
}

main:not(.homepage) {
  padding: 70px 0 0;
}

.accordion {
  width: 100%;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 5px 0;
  border: none;
  cursor: pointer;
  transition: color 0.3s;
  text-align: left;
  background-color: transparent;
  position: relative;
  border-bottom: 1px solid var(--main);
}
.accordion .accordion-item .accordion-header::after {
  content: "";
  overflow: hidden;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0.5em;
  background-image: url("../img/icons/plus.svg");
}
.accordion .accordion-item .accordion-content {
  overflow: hidden;
  transition: height 0.3s ease;
}
.accordion .accordion-item .accordion-content .inner {
  padding: 10px 0 30px;
}
.accordion .accordion-item:not(.active) .accordion-content {
  height: 0px !important;
}
.accordion .accordion-item:not(.active) .accordion-header::after {
  transform: rotate(0deg);
}

@media (min-width: 800px) {
  main:not(.homepage) {
    padding: 80px 0 0;
  }
}
@media (min-width: 1200px) {
  main:not(.homepage) {
    padding: 90px 0 0;
  }
}
