@font-face {
  font-family: "Decathlon-VF-Regular";
  src: url("../fonts/decathlon-vf.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decathlon-VF-Medium";
  src: url("../fonts/decathlon-vf.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decathlon-VF-SemiBold";
  src: url("../fonts/decathlon-vf.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decathlon-VF-Bold";
  src: url("../fonts/decathlon-vf.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Decathlon-VF-Bold";
  src: url("../fonts/decathlon-vf.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "vitamix";
  src: url("../fonts/vitamix.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

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

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

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

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

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 64px;
}
@media (max-width: 1199.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.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-full {
  height: auto !important;
}
.top-cold-content-full ul {
  list-style: inside;
  margin-left: 20px;
  margin-top: 10px;
}
.top-cold-content-full ul li {
  font-weight: bold;
}

.sticky-headings {
  display: flex;
  align-items: center;
  gap: 15px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
.sticky-headings::-webkit-scrollbar {
  display: none;
}
.sticky-headings .sticky-title {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.sticky-headings .sticky-title span.sticky-heading-link {
  padding: 10px 20px !important;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991.98px) {
  .sticky-headings {
    gap: 12px;
    padding: 12px 16px;
  }
  .sticky-headings .sticky-title span.sticky-heading-link {
    padding: 9px 16px !important;
  }
}
@media (max-width: 767.98px) {
  .sticky-headings {
    gap: 10px;
    padding: 12px 16px;
    width: 100%;
  }
  .sticky-headings .sticky-title span.sticky-heading-link {
    padding: 8px 14px !important;
    border-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .sticky-headings {
    gap: 8px;
    padding: 10px 12px;
  }
  .sticky-headings .sticky-title span.sticky-heading-link {
    padding: 7px 12px !important;
    border-radius: 6px;
  }
}

.ls-link-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ls-link-section.max-width {
  margin: 0 auto;
}
.ls-link-section .ls-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 12px;
}
.ls-link-section .ls-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 10px 20px;
  margin-right: 24px;
  text-decoration: none;
  white-space: nowrap;
}

.bottom-content .bottom-cold-content h2 {
  margin-bottom: 16px;
}

.main-section .section {
  scroll-margin-top: 100px;
  margin-bottom: 8rem;
}
@media (max-width: 1023.98px) {
  .main-section .section {
    margin-bottom: 6rem;
  }
}

.section .prdoucts-container {
  display: block !important;
}

.main-content .sorting-buttons {
  max-width: 100%;
}

.query-products {
  display: flex;
}
@media (max-width: 767.98px) {
  .query-products {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .query-products .products {
    min-width: 85%;
    flex: 0 0 85%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

.main-content-top {
  width: 100%;
}

.container-read-more .read-more {
  margin-top: 20px;
}

.hero-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 40px 0;
}

.product-image-wrapper.reverse {
  direction: rtl;
}
@media (max-width: 767.98px) {
  .product-image-wrapper.reverse {
    direction: ltr;
  }
}
.product-image-wrapper.reverse > * {
  direction: ltr;
}

.product-info-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-info-wrapper {
    height: auto;
  }
}

.advantages-section {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 20px 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
@media (max-width: 767.98px) {
  .advantages-section {
    flex-direction: column;
  }
}
.advantages-section.no-scroll {
  overflow-x: hidden;
}
.advantages-section::-webkit-scrollbar {
  display: none;
}

.advantage-item {
  min-width: calc(25% - 23px);
  flex-shrink: 0;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 290px;
}
@media (max-width: 767.98px) {
  .advantage-item {
    width: 100%;
  }
}
.advantage-item h3 {
  display: block;
  margin-bottom: 8px;
}
.advantage-item p {
  margin: 0;
}

.advantages-sentinel {
  min-width: 1px;
  height: 1px;
  visibility: hidden;
  flex-shrink: 0;
}

.product-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
}

.product-image-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  position: relative;
  width: 100%;
}
.product-image-wrapper .inner-img-wrap {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.product-image-wrapper .inner-img-wrap:first-child {
  grid-row: 1/span 3;
}
.product-image-wrapper .inner-img-wrap:first-child img {
  height: 100%;
  width: -webkit-fill-available;
}
.product-image-wrapper .inner-img-wrap:nth-child(2) img, .product-image-wrapper .inner-img-wrap:nth-child(3) img {
  height: 100%;
  width: -webkit-fill-available;
  position: relative;
  z-index: 1;
}
.product-image-wrapper .inner-img-wrap:nth-child(2) img {
  transform-origin: 0% 100%;
}
.product-image-wrapper .inner-img-wrap:nth-child(3) img {
  transform-origin: 100% 100%;
}

.advantages-scrollbar {
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 767.98px) {
  .advantages-scrollbar {
    display: none;
  }
}
.advantages-scrollbar__track {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 999px;
}
.advantages-scrollbar__track::before {
  content: "";
  position: absolute;
  inset: -10px 0;
}
.advantages-scrollbar__thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: black;
  border-radius: 999px;
  cursor: pointer;
}
.advantages-scrollbar__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.advantages-scrollbar__thumb::before {
  content: "";
  position: absolute;
  inset: -10px 0;
}
.advantages-scrollbar.is-hidden {
  display: none;
}

.price-button-container {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.price-button-container .product-price {
  display: block;
  margin: 10px 0;
}

@media (max-width: 767.98px) {
  .hero-item {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .advantages-section {
    grid-template-columns: 1fr 1fr;
    padding: 20px 20px;
    gap: 10px;
    overflow-y: auto;
  }
  .advantages-section.no-scroll {
    overflow-y: hidden;
  }
  .product-image-wrapper .inner-img-wrap img:first-child {
    height: 300px;
  }
  .product-image-wrapper .inner-img-wrap img:nth-child(2),
  .product-image-wrapper .inner-img-wrap img:nth-child(3) {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .advantages-section {
    grid-template-columns: 1fr;
  }
  .product-image-wrapper .inner-img-wrap img:nth-child(2),
  .product-image-wrapper .inner-img-wrap img:nth-child(3) {
    height: 200px;
  }
}
.p-style-css {
  margin-bottom: 5rem;
  padding: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  .p-style-css {
    margin-bottom: 2rem;
    text-align: justify;
  }
}

.inner-img-wrap {
  position: relative;
  cursor: zoom-in;
  overflow: hidden;
}

dialog.lightbox {
  border: none;
  background: transparent;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
}

dialog.lightbox::-webkit-backdrop {
  background: white;
}

dialog.lightbox::backdrop {
  background: white;
}

.inner-lightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.lightbox-body {
  display: flex;
  flex-direction: row;
  flex: 1;
  overflow: hidden;
}

.lightbox-content {
  width: 760px;
  min-width: 760px;
  height: 100%;
  overflow: hidden;
}

.lightbox-sidebar {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}

.lightbox-carousel {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
}

.carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}

.carousel-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.carousel-item img:hover {
  cursor: zoom-in;
}

.carousel-item.state-active {
  display: block;
  z-index: 10;
  transform: translateX(0%) translateY(0%);
  opacity: 1;
  cursor: default;
  pointer-events: auto;
  cursor: zoom-in;
}

.carousel-item.state-deck-0 {
  display: block;
  z-index: 9;
  transform: translateX(52%) translateY(-47%) scale(0.46);
  opacity: 1;
}
@media (max-width: 799.98px) {
  .carousel-item.state-deck-0 {
    transform: translateX(72%) translateY(-47%) scale(0.46);
  }
}
@media (max-width: 767.98px) {
  .carousel-item.state-deck-0 {
    transform: translateX(92%) translateY(-37%) scale(0.46);
  }
}
@media (max-width: 575.98px) {
  .carousel-item.state-deck-0 {
    transform: translateX(42%) translateY(-30%) scale(0.46);
  }
}

.carousel-item.state-deck-1 {
  display: block;
  z-index: 8;
  transform: translateX(68%) translateY(-57%) scale(0.46);
  opacity: 1;
}
@media (max-width: 1199.98px) {
  .carousel-item.state-deck-1 {
    transform: translateX(65%) translateY(-49%) scale(0.46);
  }
}
@media (max-width: 799.98px) {
  .carousel-item.state-deck-1 {
    transform: translateX(82%) translateY(-50%) scale(0.46);
  }
}
@media (max-width: 767.98px) {
  .carousel-item.state-deck-1 {
    transform: translateX(110%) translateY(-45%) scale(0.46);
  }
}
@media (max-width: 575.98px) {
  .carousel-item.state-deck-1 {
    transform: translateX(62%) translateY(-37%) scale(0.46);
  }
}

.carousel-item.state-deck-2 {
  display: block;
  z-index: 7;
  transform: translateX(78%) translateY(-67%) scale(0.46);
  opacity: 1;
}

.carousel-item.state-hidden {
  display: block;
  z-index: 6;
  transform: translateX(78%) translateY(-67%) scale(0.46);
  opacity: 0;
  pointer-events: none;
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  border: 1px solid black;
  color: black;
  font-size: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  background: white;
  z-index: 999;
  margin: 10px 20px;
}
@media (max-width: 599.98px) {
  .lightbox-close {
    margin: 0;
  }
}

.lightbox-close:hover {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199.98px) {
  .lightbox-body {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .lightbox-content {
    width: 572px;
    min-width: 572px;
    height: 572px;
  }
  .carousel-item img {
    width: 470px;
    height: 470px;
    min-width: 470px;
    min-height: 470px;
  }
  .lightbox-sidebar {
    flex: none;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    z-index: 30;
  }
  .carousel-item {
    width: 80%;
  }
}
.lightbox-controls {
  position: static;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 35rem;
}
@media (max-width: 1799.98px) {
  .lightbox-controls {
    margin-left: 10rem;
  }
}
@media (max-width: 1649.98px) {
  .lightbox-controls {
    margin-left: 0;
  }
}

.lightbox-arrow-btn {
  background: none;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  flex-shrink: 0;
  color: black;
}

.lightbox-arrow-btn:hover {
  background: rgba(0, 0, 0, 0.05);
  border-color: #999;
}

.lightbox-progress-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  max-width: 60vw;
}

.lightbox-progress-item {
  flex: 1;
  height: 2px;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 2px;
}

.lightbox-progress-item:hover {
  background: #999;
}

.lightbox-progress-item.active {
  background: black;
  height: 2px;
}

.no-scroll {
  overflow: hidden;
}

.no-scroll .your-arrow-selector {
  display: none;
}

.carousel-item.is-fullscreen {
  position: fixed;
  inset: 0;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  cursor: zoom-out;
}

.carousel-item.is-fullscreen img {
  width: 100%;
  height: auto;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.table-info {
  padding: 10px;
  width: 17%;
}

.comparator-table {
  width: 100%;
}

.table-images {
  padding-bottom: 30px;
  vertical-align: baseline;
}
.table-images .product-image-container img {
  height: auto !important;
}

@media (max-width: 767.98px) {
  .comparator-container {
    margin-right: 0;
  }
}

.section--classic_grid .products {
  width: 33.3%;
}
@media (max-width: 575.98px) {
  .section--classic_grid .products {
    width: auto;
  }
}

.section {
  margin-left: 9%;
  margin-right: 9%;
}
@media (max-width: 991.98px) {
  .section {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (max-width: 767.98px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }
}

.section-title {
  padding: 32px 0 30px;
}

.sorting-buttons {
  margin-bottom: 30px !important;
}

@media (max-width: 599.98px) {
  .lightbox-body {
    flex-direction: column;
    justify-content: space-between;
  }
  .lightbox-sidebar {
    order: -1;
    width: 90%;
    flex: none;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    z-index: 30;
  }
  .lightbox-content {
    order: 1;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    overflow: visible;
  }
  .lightbox-carousel {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: visible;
  }
  .carousel-item {
    width: 100%;
    position: absolute;
  }
  .carousel-item img {
    width: 100%;
    height: auto;
    min-width: unset;
    min-height: unset;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .lightbox-controls__arrow {
    display: none;
  }
  .lightbox-controls {
    gap: 0;
    width: 100%;
    justify-content: center;
  }
  .lightbox-progress-bar {
    max-width: 90%;
  }
  .lightbox-progress-item {
    height: 3px;
    border-radius: 2px;
  }
  .lightbox-progress-item.active {
    height: 4px;
  }
}
.product-image-container img {
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
}

.carousel-scrollbar {
  width: 100%;
  padding: 0 16px;
  margin-top: 50px;
}
.carousel-scrollbar .scrollbar-track {
  width: 100%;
  height: 2px;
  position: relative;
}
.carousel-scrollbar .scrollbar-thumb {
  height: 100%;
  width: calc(100% / var(--slide-count));
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-scrollbar .scrollbar-thumb.thumb-toggle {
  margin-top: -2px;
  height: 6px;
}

.section .products .product-description {
  display: none !important;
}

.advantages-controls {
  display: flex;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .advantages-controls {
    display: none;
  }
}

.advantages-controls.reverse {
  justify-content: flex-end;
}

.price-button-container-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .price-button-container-mobile {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }
}

@media (max-width: 767.98px) {
  .hero-item {
    display: flex;
    flex-direction: column;
  }
  .hero-item .product-image-wrapper {
    order: 1;
  }
}
.breadcrumbs-main span {
  display: flex;
  align-items: center;
}
.breadcrumbs-main span a {
  margin: 0 4px;
}

