:root {
  --cookieColor: #ec1c23;
}

.products-list {
  background-color: #fff;
  color: #000;
  padding-block: 32px 76px;
}
.products-list .row {
  display: flex;
  gap: 48px;
}
.products-list .category-description {
  margin-top: 48px;
}
.products-list .category-description h2 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.products-list .category-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  color: #38393b;
}
.products-list .category-description p + p {
  margin-top: 12px;
}
.products-list .category-description p + h2 {
  margin-top: 24px;
}
@media (max-width: 575px) {
  .products-list .category-description h2 {
    font-size: 18px;
    line-height: 28px; /* 155.556% */
  }
  .products-list .category-description p {
    font-size: 14px;
    line-height: 24px; /* 171.429% */
  }
}

.sidebar {
  padding: 24px;
  border: 1px solid #E6E7EA;
  height: 100%;
  flex: 0 0 288px;
}
.sidebar-mobile-header {
  display: none;
}

.subcategories-header {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
  margin-bottom: 12px;
}
.subcategories-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  font-family: "Sofia Sans", sans-serif;
  padding-block: 4px;
  color: #38393b;
  display: flex;
  gap: 16px;
}
.subcategories-item--bold {
  font-weight: 600;
}
.subcategories-item:hover, .subcategories-item.active {
  color: #000;
}
.subcategories-item--sub {
  margin-left: 12px;
}
.subcategories-item.active ~ ul {
  display: block;
}
.subcategories-item ~ ul {
  display: none;
}

.category-count {
  padding: 4px 12px;
  border-radius: 12px;
  border: 1px solid #E6E7EA;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
}

.category-header {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
.category-header__content, .category-header__breadcrumbs {
  position: absolute;
  width: 100%;
}
.category-header__content {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 56px;
  font-weight: 800;
  line-height: 47px; /* 83.929% */
}
.category-header__breadcrumbs {
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.categories--border {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E6E7EA;
}

.prod-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  margin-bottom: 48px;
}
.prod-list__wrapper {
  width: 100%;
}
.prod-list__wrapper .pagination {
  border-bottom: 1px solid #E6E7EA;
  padding-bottom: 48px;
}
.prod-list__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.prod-list__header h1 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  text-transform: uppercase;
}

.filter-name {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-card {
  max-width: 300px;
}
.product-card picture {
  display: flex;
  justify-content: center;
}

.filters hr {
  margin-block: 12px;
  border: none;
  border-top: 1px solid #E6E7EA;
  width: 100%;
}

.mobile .subcategories-header,
.mobile .sort-dropdown {
  display: none;
}

.product-page {
  background-color: #fff;
  color: #000;
}
.product-page__inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 64px 132px;
  border-bottom: 1px solid #E6E7EA;
  padding-bottom: 90px;
  margin-bottom: 64px;
}
.product-page__side-card {
  height: fit-content;
  position: sticky;
  top: 100px;
  width: 100%;
  max-width: 410px;
}
.product-page__side-card hr {
  height: 1px;
  color: #E6E7EA;
  background-color: #E6E7EA;
  margin-block: 24px;
  border: none;
}
.product-page__side-card .price-container {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
}
.product-page__side-card .product__name {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  text-transform: uppercase;
}
@media (min-width: 851px) {
  .product-page__side-card .product__name {
    max-width: 90%;
  }
}
.product-page__side-card .product__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
}
.product-page__side-card .product__old-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-decoration-line: line-through;
  color: #757575;
}
.product-page__side-card .product__omnibus-price {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #757575;
}
.product-page__side-card .wishlist-form {
  position: absolute;
  top: 0;
  right: 0;
}
.product-page__side-card .wishlist-form .add-to-wishlist {
  display: grid;
  place-content: center;
  height: 40px;
  width: 40px;
}
.product-page__side-card .wishlist-form .add-to-wishlist:hover svg path {
  stroke: #c00004;
  fill: #CD0015;
}
.product-page__side-card .wishlist-form .add-to-wishlist svg {
  transition: all 0.2s;
}
.product-page__side-card .wishlist-form .add-to-wishlist svg path {
  stroke: #000;
  fill: transparent;
}
.product-page__side-card .wishlist-form .add-to-wishlist.wishlisted svg path {
  stroke: #c00004;
  fill: #CD0015;
}
.product-page__side-card .lang-version {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin-bottom: 12px;
}
.product-page__side-card .download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  background-color: #E6E7EA;
  border-bottom: 1px solid #b2b3b6;
  gap: 16px;
}
.product-page__side-card .download:last-of-type {
  border: none;
}
.product-page__side-card .download__links {
  display: flex;
  gap: 8px;
}
.product-page__side-card .download__link {
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: transparent;
  height: 40px;
  width: 40px;
  transition: all 0.2s;
}
.product-page__side-card .download__link svg path {
  stroke: #929396;
  transition: stroke 0.2s;
}
.product-page__side-card .download__link:hover {
  background-color: #56575A;
}
.product-page__side-card .download__link:hover svg path {
  stroke: #fff;
}
.product-page__side-card .form--add-to-cart .btn--primary {
  border-radius: 2px;
}
.product-page__carousel {
  max-width: 732px;
  height: fit-content;
}
.product-page__carousel .splide__arrow {
  background: #c00004;
}
.product-page__carousel .splide__arrow:disabled {
  display: none;
}
.product-page__carousel .product-slider {
  margin-bottom: 12px;
}
.product-page__carousel .product-slider .splide__track {
  border-radius: 6px;
  outline: 1px solid #F0F1F4;
}
.product-page__carousel .product-slider .cloudimage-360 canvas {
  height: 100% !important;
  width: 100% !important;
}
.product-page__carousel .product-thumbnail-slider {
  padding-block: 2px;
}
.product-page__carousel .product-thumbnail-slider .splide__slide {
  border: 1px solid #F0F1F4;
  border-radius: 4px;
  outline: none;
}
.product-page__carousel .product-thumbnail-slider .splide__slide.is-active {
  border: 1px solid #F0F1F4;
  outline: 1px solid #F0F1F4;
}
.product-page__product-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
  color: #38393b;
}
.product-page__product-description h2 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  text-transform: uppercase;
}
.product-page__product-description h3 {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  color: #000;
}
.product-page__product-description strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px; /* 160% */
  color: #38393b;
}
.product-page__product-description ul,
.product-page__product-description ol {
  list-style: initial;
  list-style-position: inside;
}
.product-page__product-description iframe {
  max-width: 100%;
}
.product-page .related-products {
  padding-bottom: 88px;
  z-index: 2;
  position: relative;
}
.product-page .related-products .carousel-by-flag {
  margin-bottom: 0;
}
.product-page .related-products .carousel-by-flag .product-card {
  border: 1px solid #E6E7EA;
}
.product-page__video {
  height: 100%;
}
.product-page__video--thumbnail {
  display: grid;
  place-content: center;
  width: 108px;
}
.product-page__video iframe {
  width: 100%;
  height: 100%;
}
.product__options .option__wrapper {
  width: 100%;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
  cursor: pointer;
}
.product__options .option__wrapper.is-invalid .option__name-wrapper {
  outline-color: #c00004;
}
.product__options .option__name {
  width: 100%;
}
.product__options .option__name-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 16px;
  outline: 1px solid #d6d7da;
  border-radius: 2px;
}
.product__options .option__values {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.2s;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.product__options .option__values.active {
  opacity: 1;
  visibility: visible;
}
.product__options .option__value {
  outline: 1px solid #d6d7da;
  padding: 16px;
}
.product__options .option__value.chosen {
  display: none;
}
.product__short-desc {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

.panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 102;
  transition: all 0.2s;
  transform: translateX(100%);
}
.panel.show {
  transform: translateX(0);
}
.panel.email-panel {
  max-width: 675px;
  right: 0;
  left: auto;
}
.panel__header {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.panel__header svg path {
  stroke: #000;
}
.panel .container {
  padding: 32px;
  height: 100%;
  color: #000;
}

.upselling__wrapper {
  max-width: 990px;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  background-color: #fff;
  color: #000;
  display: flex;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  pointer-events: none;
}
.upselling__wrapper.active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.upselling__header {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  text-transform: uppercase;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #E6E7EA;
  padding: 20px 24px;
}
.upselling__header svg path {
  stroke: #000;
}
.upselling__check {
  height: 32px;
  width: 32px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background-color: #33B86B;
}
.upselling__check svg path {
  stroke: #fff;
}
.upselling__desktop-close {
  margin-left: auto;
}
.upselling__mobile-close {
  display: none;
}
.upselling__col {
  flex: 0 1 702px;
}
.upselling__summary {
  background-color: #F0F1F4;
  display: flex;
  flex-direction: column;
  flex: 0 1 288px;
}
.upselling__summary .upselling__header {
  padding-bottom: 26px;
}
.upselling__summary .upselling__inner {
  margin-top: auto;
}
.upselling__summary .upselling__inner div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.upselling__summary .upselling__inner hr {
  border: none;
  background-color: #E6E7EA;
  height: 1px;
  outline: none;
  margin-block: 12px;
}
.upselling__summary .upselling__discount {
  color: #096534;
}
.upselling__inner {
  padding: 32px;
  padding-top: 24px;
}
.upselling__discount-box {
  background-color: #F0F1F4;
  padding: 12px;
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.upselling__discount-col {
  display: flex;
  flex-direction: column;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  color: #38393b;
  flex: 0 1 140px;
}
.upselling__discount-col strong {
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  color: #000;
}
.upselling__total {
  margin-bottom: 16px;
}
.upselling__products .product-card {
  max-width: 148px !important;
  padding: 0;
}
.upselling__products .product-card:hover {
  height: 100%;
  transform: translateY(0);
  box-shadow: none;
}
.upselling__products .product-card__content {
  margin-bottom: 12px;
}
.upselling__products .product-card .btn {
  justify-content: center;
}
.upselling__products .product-card .product-card__content {
  transform: translateY(0);
}
.upselling__products .product-card .product-card__add-to-cart {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1300px) {
  .product-page__inner {
    gap: 24px;
  }
}
@media (max-width: 1200px) {
  .products-list .row {
    gap: 24px;
  }
}
@media (max-width: 1100px) {
  .prod-list__header {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    background-color: #000;
    flex: 0 1 auto;
    width: 100vw;
    border: none;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
  }
  .sidebar.active {
    opacity: 1;
    visibility: visible;
  }
  .sidebar.active .sort-dropdown__list {
    opacity: 1;
    visibility: visible;
  }
  .sidebar label {
    background-color: #000 !important;
    color: #fff !important;
  }
  .sidebar .sort-dropdown__header {
    color: #fff;
    border: none;
    display: none;
  }
  .sidebar .sort-dropdown__list {
    background-color: #000;
    position: static;
  }
  .sidebar .sort-dropdown__item {
    color: #fff;
    border: none;
  }
  .sidebar-mobile-header {
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-transform: uppercase;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px; /* 162.5% */
  }
  .subcategories-item {
    color: #fff;
  }
  .subcategories-item.active {
    color: #fff;
  }
  .subcategories-header {
    color: #fff;
  }
  .filter-name {
    color: #fff;
  }
  .filters-inner {
    border-color: #18191b;
  }
  .categories--border {
    border-color: #18191b;
  }
  .sort-dropdown {
    width: 100%;
  }
  .sort-dropdown__item {
    padding-left: 0;
  }
  .product-page__inner {
    gap: 24px;
  }
  .category-header__content {
    font-size: 32px;
    font-weight: 800;
    line-height: 36px; /* 112.5% */
  }
  .category-header__breadcrumbs {
    position: static;
    translate: 0;
  }
}
@media (max-width: 850px) {
  .product-page__carousel {
    max-width: 100%;
    margin-inline: auto;
  }
  .product-page__carousel img {
    width: 100%;
  }
  .product-page__inner {
    grid-template-columns: 1fr;
  }
  .product-page__side-card {
    position: static;
    top: 0;
    max-width: unset;
  }
  .prod-list .product-card {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .prod-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 475px) {
  .prod-list {
    grid-template-columns: 1fr;
  }
  .prod-list__wrapper {
    max-width: 100%;
    flex: 0 1 auto;
  }
  .product-card {
    max-width: 100%;
  }
  .product-page__inner {
    padding-bottom: 50px;
  }
  .product-page__side-card .product__name {
    font-size: 24px;
    font-weight: 700;
  }
  .product-page__product-description strong {
    font-size: 16px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=product.css.map */
