@font-face {
  font-family: "GTAmerica";
  src: url("../fonts/gt-america-standard-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "GTAmerica";
  src: url("../fonts/gt-america-standard-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}
@font-face {
  font-family: "GTAmerica";
  src: url("../fonts/gt-america-standard-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Teodor";
  src: url("../fonts/teodor-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/pe0TMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp7t1R-s.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .mobile-only-l {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .desktop-only-l {
    display: none !important;
  }
}

.main-container {
  max-width: 1200px;
  margin: auto;
}

.products-container {
  padding: 0 40px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 52px;
}
@media (max-width: 767.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.text-capitalize-first {
  text-transform: lowercase;
}

.text-capitalize-first::first-letter {
  text-transform: uppercase;
}

.text-uppercase {
  text-transform: uppercase;
}

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

.js-fixed {
  overflow: hidden;
}

.js-block {
  display: block !important;
}

.js-flex {
  display: flex !important;
}

.js-none {
  display: none !important;
}

.top-cold-content {
  width: 100%;
  padding-bottom: 40px;
  padding-right: 26px;
}
.top-cold-content .top-cold-content-full {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.top-cold-content .container-read-more {
  display: flex;
  align-items: center;
  padding-top: 8px;
  cursor: pointer;
}
.top-cold-content .expanded {
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: unset;
}

.sr-only:focus {
  background: black;
  color: white;
  outline: 2px solid white;
  outline-offset: -4px;
}

.header .upper-header {
  align-items: center;
  background-color: #ffffff;
}
.header .upper-header .hamburger-menu:hover {
  cursor: pointer;
}
.header .upper-header .left-header-side a {
  font-size: 1.4rem;
  color: #2d2926;
  letter-spacing: 0.1px;
  line-height: 1.4;
}
.header .upper-header .left-header-side .items:hover {
  text-decoration: underline;
}
.header .upper-header .right-header-side .search-holder {
  background-color: #fbfaf6;
  letter-spacing: 1px;
  line-height: 1.6;
  border-radius: 9999px;
}
.header .upper-header .right-header-side .search-holder .search-input {
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  line-height: 1.6;
  padding: 8px 12px 8px 35px;
  border-radius: 9999px;
  color: #2d2926;
}
.header .upper-header .right-header-side .search-holder .search-input::-moz-placeholder {
  color: #aba9a8;
}
.header .upper-header .right-header-side .search-holder .search-input::placeholder {
  color: #aba9a8;
}
.header .upper-header .right-header-side .search-holder .search-input:focus {
  outline: 1px solid #2d2926;
  outline-offset: 0px;
}
.header .upper-header .right-header-side .cart-wrapper:hover {
  cursor: pointer;
}
.header .upper-header .right-header-side .cart-wrapper .cart-items-count {
  font-size: 1.2rem;
  color: #2d2926;
}
.header .bottom-header {
  background-color: #f8f6ef;
  border-bottom: 1px solid #eae9e9;
}
@media (max-width: 1279.98px) {
  .header .bottom-header {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.header .bottom-header .header-list {
  text-transform: uppercase;
}
.header .bottom-header .header-list .color-list-item a {
  color: #1d4634;
}
.header .bottom-header .header-list-item:last-of-type a {
  color: #ce2718;
}
.header .bottom-header .header-list-item .and {
  font-family: "Nunito Sans";
  font-weight: 400;
  line-height: 1.5;
}
.header .bottom-header .header-list-item a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #2d2926;
}
.header .bottom-header .header-list-item .img-hover {
  opacity: 0.6;
}
.header .bottom-header .header-list-item:last-of-type a {
  color: #ce2718;
}
.header .bottom-header .new-items-wrapper .new-items {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.6;
}
.header .modal-menu {
  background: #ffffff;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.header .modal-menu::-webkit-scrollbar {
  display: none;
}
.header .modal-menu .modal-header {
  border-bottom: 1px solid #f4f1e6;
}
.header .modal-menu .modal-header .close-icon:hover {
  cursor: pointer;
}
.header .modal-menu .search-wrapper .search-holder {
  background-color: #fbfaf6;
  letter-spacing: 1px;
  line-height: 1.6;
  border-radius: 9999px;
}
.header .modal-menu .search-wrapper .search-holder .search-icon {
  position: absolute;
  left: 12px;
  top: 11px;
}
.header .modal-menu .search-wrapper .search-holder .search-input {
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  line-height: 1.6;
  border-radius: 9999px;
  color: #2d2926;
}
.header .modal-menu .search-wrapper .search-holder .search-input::-moz-placeholder {
  color: #aba9a8;
}
.header .modal-menu .search-wrapper .search-holder .search-input::placeholder {
  color: #aba9a8;
}
.header .modal-menu .search-wrapper .search-holder .search-input:focus {
  outline: 1px solid #2d2926;
  outline-offset: 0px;
}
.header .modal-menu .header-items-modal-only {
  border-bottom: 1px solid #f4f1e6;
}
.header .modal-menu .header-items-modal-only a:hover {
  text-decoration: underline;
}
.header .modal-menu .header-items-modal-only .color-list-item a {
  color: #1d4634;
}
.header .modal-menu .header-items-modal-only .header-list-item .and {
  font-family: "Nunito Sans";
  font-weight: 400;
  line-height: 1.5;
}
.header .modal-menu .header-items-modal-only .header-list-item:last-of-type a {
  color: #ce2718;
}
.header .modal-menu .header-items-modal-only a {
  font-size: 1.2rem;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #2d2926;
}
.header .modal-menu .header-items-modal-only .new-items-wrapper .new-items {
  font-size: 1.2rem;
  font-weight: 500;
}
.header .modal-menu .modal-part-items {
  border-bottom: 1px solid #f4f1e6;
  color: #2d2926;
}
.header .modal-menu .modal-part-items a {
  font-size: 1.4rem;
  letter-spacing: 0.1px;
  line-height: 1.4;
}
.header .modal-menu .modal-part-items a:hover {
  text-decoration: underline;
}
.header .modal-menu .country:hover {
  cursor: pointer;
}
.header .modal-menu .country .country-name {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #2d2926;
}
.header .modal-menu .country .arrow-icon-down {
  rotate: 90deg;
}
.header .modal-menu .country .arrow-icon-down.active {
  rotate: 270deg;
}
.header .modal-menu .country .list-country {
  font-size: 1.4rem;
  color: #2d2926;
}
.header .modal-menu.active {
  transform: translateX(0);
}

.banner-wrapper {
  background-color: #2d2926;
}
.banner-wrapper .banner,
.banner-wrapper a {
  text-align: center;
  line-height: 1.6;
  color: #f6f6f6;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  font-weight: 500;
  font-family: "GTAmerica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 1px;
}

.footer {
  background-color: #f8f6ef;
}
.footer::before, .footer::after {
  content: "";
  background-color: #eea8a9;
  transform-origin: top left;
  pointer-events: none;
  transform: translate(-2px, 4px) rotate(-63deg);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4px), 0 100%);
}
.footer::before {
  height: 96px;
  right: 80px;
}
.footer::after {
  height: 69px;
  right: 56px;
}
.footer .footer-links .footer-link.left {
  padding-bottom: 4.8rem;
}
.footer .footer-links .footer-link.left .list-wrapper {
  border-bottom: 1px solid #837367;
}
.footer .footer-links .footer-link.left .column .title-links {
  text-transform: uppercase;
  font-weight: 500;
  color: #2d2926;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.6;
}
.footer .footer-links .footer-link.left .column .title-links::after {
  content: "";
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-links .footer-link.left .column .title-links.active::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.footer .footer-links .footer-link.left .column .menu-list {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  overflow: hidden;
}
.footer .footer-links .footer-link.left .column .menu-list.active {
  opacity: 1;
}
.footer .footer-links .footer-link.left .column .menu-list .menu-item {
  letter-spacing: 1px;
  line-height: 1.6;
}
.footer .footer-links .footer-link.left .column .menu-list .menu-item .menu-link {
  color: #2d2926;
  font-size: 1.4rem;
}
.footer .footer-links .footer-link.left .column .social-list {
  gap: 2.4rem;
}
.footer .footer-links .footer-link.right .form input {
  background-color: #ffffff;
  border-bottom: 1px solid #2d2926;
}
.footer .footer-links .footer-link.right .form input::-moz-placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Teodor";
  color: #2d2926;
}
.footer .footer-links .footer-link.right .form input::placeholder {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Teodor";
  color: #2d2926;
}
.footer .footer-links .footer-link.right .form button {
  cursor: pointer;
  background-color: #2d2926;
  line-height: 1;
}
.footer .footer-links .footer-link.right .form button:after {
  border-bottom: 2px solid;
  border-right: 2px solid;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
  color: #ffffff;
}
.footer .footer-links .footer-link.right .newsletter-info {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: "Teodor";
  color: #2d2926;
}
@media (min-width: 1024px) {
  .footer .footer-links {
    gap: 8rem;
  }
  .footer .footer-links .footer-link.left {
    gap: 112px;
  }
  .footer .footer-links .footer-link.left .list-wrapper {
    border: none;
  }
  .footer .footer-links .footer-link.left .column .menu-list {
    opacity: 1;
  }
  .footer .footer-links .footer-link.left .column .menu-list .menu-item {
    line-height: 1.5;
    letter-spacing: 0.1px;
  }
  .footer .footer-links .footer-link.left .column .social-list {
    gap: 1.2rem;
  }
  .footer .footer-links .footer-link.right {
    order: 2;
  }
  .footer .footer-links .footer-link.right .newsletter-info {
    font-size: 3.2rem;
  }
}
.footer .footer-info .info .footer-links-info {
  gap: 1rem;
}
.footer .footer-info .info .footer-links-info p,
.footer .footer-info .info .footer-links-info a {
  font-size: 1.4rem;
  color: #2d2926;
  letter-spacing: 0.1px;
  line-height: 1.4;
  text-align: center;
}
.footer .footer-info .localization {
  gap: 0.6rem;
}
.footer .footer-info .localization .localization-text {
  letter-spacing: 1px;
  font-size: 1.4rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: #2d2926;
}
@media (min-width: 1024px) {
  .footer .footer-info .info {
    order: 2;
  }
  .footer .footer-info .info .logo-star {
    transform: translate(-50%, -50%);
  }
  .footer .footer-info .info .footer-links-info {
    gap: 2rem;
  }
  .footer .footer-info .info .footer-links-info p,
  .footer .footer-info .info .footer-links-info a {
    text-align: start;
  }
  .footer .footer-info .info .footer-links-info p {
    order: 1;
  }
  .footer .footer-info .info .footer-links-info a {
    order: 2;
  }
}

.modal-sliding {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  height: 100dvh;
  background: #ffffff;
  width: 325px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.modal-sliding.active {
  transform: translateX(0);
}

.overlay {
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 5;
  display: none;
}
.overlay.active {
  display: block;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

