/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

.content-wrapper .highlighted-product-block {
  padding: 20px 0 100px;
}
@media (min-width: 768px) {
  .content-wrapper .highlighted-product-block__columns {
    display: flex;
    height: -moz-min-content;
    height: min-content;
    align-items: flex-start;
  }
}
.content-wrapper .highlighted-product-block__title {
  color: var(--sk-color-forest);
  margin-bottom: 0;
}
.content-wrapper .highlighted-product-block__content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.content-wrapper .highlighted-product-block .content-wrapper {
  background: var(--sk-color-primary);
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 20px 80px;
  transition: padding 0.5s ease;
}
@media (min-width: 768px) {
  .content-wrapper .highlighted-product-block .content-wrapper {
    width: 60%;
    border-radius: 10px;
    padding: 40px 30px 80px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block .content-wrapper {
    padding: 93px 80px 100px;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .content-wrapper .highlighted-product-block .content-wrapper {
    padding: 93px 100px 100px;
  }
}
.content-wrapper .highlighted-product-block .price-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.content-wrapper .highlighted-product-block .price-wrapper .price {
  font-size: 50px;
  font-weight: 700;
  color: var(--sk-color-white);
  font-family: var(--sk-font-primary-expanded);
  line-height: 1;
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .price-wrapper .price {
    font-size: 32px;
  }
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper {
  position: relative;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .currency-fallback {
  display: inline-block;
  padding: 5px 0 2px;
  color: var(--sk-color-white);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--sk-font-primary-expanded);
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .currency-fallback {
    font-size: 30px;
  }
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown {
  width: -moz-fit-content;
  width: fit-content;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown li {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--sk-color-forest-25);
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a {
  padding: 5px 0 2px;
  color: var(--sk-color-white);
  font-size: 24px;
  font-weight: 700;
  font-family: var(--sk-font-primary-expanded);
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a {
    font-size: 20px;
  }
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle {
  padding-right: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle:focus-visible {
  outline: 2px solid var(--sk-color-primary);
  outline-offset: 3px;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle::after {
  position: absolute;
  top: unset;
  right: unset;
  left: 100%;
  bottom: -1px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease, left 0.3s ease;
  border: none;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle::before {
  content: "";
  position: absolute;
  border: none;
  display: block;
  right: -2px;
  height: 11px;
  width: 15px;
  transform: rotate(90deg);
  top: 5px;
  cursor: pointer;
  z-index: 2;
  -webkit-mask: url("../../../resources/img/arrow_right.svg") no-repeat;
          mask: url("../../../resources/img/arrow_right.svg") no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: var(--sk-color-forest-25);
  transition: background 0.3s ease;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle:hover::before, .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle:focus-visible::before {
  background: var(--sk-color-white);
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle:hover::after, .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle:focus-visible::after {
  width: 100%;
  left: 0;
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle {
    font-size: 30px;
    padding-top: 4px;
  }
  .content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown a.wcml-cs-item-toggle::before {
    top: 12px;
  }
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown .wcml-cs-submenu {
  border: none;
  background: var(--sk-color-primary);
  padding: 5px;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.content-wrapper .highlighted-product-block .price-wrapper .currency-wrapper .wcml-dropdown .wcml-cs-submenu li {
  border: none;
}
.content-wrapper .highlighted-product-block .selects-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper {
  flex: 1 1 0;
  transition: height 0.3s ease, opacity 0.6s ease, visibility 0.6s ease;
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-label {
  text-transform: uppercase;
  color: var(--sk-color-forest-25);
  margin-bottom: 2px;
  font-weight: 600;
  font-family: var(--sk-font-primary);
  padding-left: 25px;
  font-size: 15px;
  line-height: 1;
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field {
  position: relative;
}
@media (max-width: 512px) {
  .content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field {
    max-width: 100%;
  }
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px 55px 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--sk-color-forest-25);
  background: transparent;
  color: var(--sk-color-forest);
  font-family: var(--sk-font-secondary);
  font-weight: 250;
  font-size: 25px;
  line-height: 1.3;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select:focus, .content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select:hover {
  outline: none;
  border-color: var(--sk-color-forest);
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select:focus ~ .select-icon, .content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select:hover ~ .select-icon {
  background: var(--sk-color-forest);
  opacity: 1;
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .sk-select {
    font-size: 20px;
    padding: 10px 45px 10px 15px;
  }
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .select-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 37px;
  display: block;
  -webkit-mask: url("../../../resources/img/icon-top-arrow.svg") no-repeat;
          mask: url("../../../resources/img/icon-top-arrow.svg") no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: var(--sk-color-forest-25);
  pointer-events: none;
  transition: background 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper .select-field .select-icon {
    right: 15px;
  }
}
.content-wrapper .highlighted-product-block .selects-wrapper .select-wrapper.is-empty {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .selects-wrapper {
    margin-top: 20px;
  }
}
.content-wrapper .highlighted-product-block .bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.content-wrapper .highlighted-product-block .bottom .quantity-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  margin: 0;
  padding: 5px;
  height: 75px;
  width: 75px;
  border-radius: 10px;
  border: 1px solid var(--sk-color-forest);
  font-family: var(--sk-font-primary-expanded);
  color: var(--sk-color-white);
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: transparent;
  -moz-appearance: textfield;
  transform-origin: center center;
  transition: font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.content-wrapper .highlighted-product-block .bottom .quantity-input.quantity-input--2 {
  font-size: 36px;
}
.content-wrapper .highlighted-product-block .bottom .quantity-input.quantity-input--3 {
  font-size: 28px;
}
.content-wrapper .highlighted-product-block .bottom .quantity-input.quantity-input--value-bump {
  animation: quantity-value-bump 0.45s cubic-bezier(0.33, 1, 0.68, 1) both;
}
.content-wrapper .highlighted-product-block .bottom .quantity-input::-webkit-outer-spin-button, .content-wrapper .highlighted-product-block .bottom .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.content-wrapper .highlighted-product-block .bottom .quantity-input::-ms-clear, .content-wrapper .highlighted-product-block .bottom .quantity-input::-ms-expand {
  display: none;
}
@media (max-width: 1024px) {
  .content-wrapper .highlighted-product-block .bottom .quantity-input {
    width: 50px;
    height: 50px;
    font-size: 32px;
  }
}
@keyframes quantity-value-bump {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}
.content-wrapper .highlighted-product-block .bottom .count-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  max-width: 100%;
}
.content-wrapper .highlighted-product-block .bottom .buttons {
  overflow: hidden;
  border: 1px solid var(--sk-color-forest-25);
  border-radius: 5px;
}
.content-wrapper .highlighted-product-block .bottom .quantity-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.content-wrapper .highlighted-product-block .bottom .quantity-btn::after {
  display: block;
  content: "";
  width: 11px;
  height: 15px;
  -webkit-mask: url("../../../resources/img/icon-arrow.svg");
          mask: url("../../../resources/img/icon-arrow.svg");
  background: var(--sk-color-forest-25);
  transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.content-wrapper .highlighted-product-block .bottom .quantity-btn.less::after {
  transform: rotate(180deg);
}
.content-wrapper .highlighted-product-block .bottom .quantity-btn:hover, .content-wrapper .highlighted-product-block .bottom .quantity-btn:focus-visible {
  background: var(--sk-color-forest);
}
.content-wrapper .highlighted-product-block .bottom .quantity-btn:hover::after, .content-wrapper .highlighted-product-block .bottom .quantity-btn:focus-visible::after {
  background: var(--sk-color-primary);
  opacity: 1;
}
@media (max-width: 512px) {
  .content-wrapper .highlighted-product-block .bottom .js-add-to-cart {
    flex: 1;
  }
}
.content-wrapper .highlighted-product-block__description {
  margin-top: 20px;
  padding: 0 20px;
}
.content-wrapper .highlighted-product-block__description p {
  color: var(--sk-color-mint);
  font-size: 12px;
  line-height: 1;
  margin: 0;
  font-family: var(--sk-font-primary);
}
@media (min-width: 768px) {
  .content-wrapper .highlighted-product-block__description {
    width: 60%;
    margin-left: auto;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block__description {
    width: 50%;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.content-wrapper .highlighted-product-block .image-wrapper {
  height: auto;
  aspect-ratio: 2/1;
  max-height: 400px;
}
@media (max-width: 512px) {
  .content-wrapper .highlighted-product-block .image-wrapper {
    max-height: -moz-fit-content;
    max-height: fit-content;
    aspect-ratio: 1/1;
  }
}
.content-wrapper .highlighted-product-block .image-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  max-height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: opacity 0.4s ease-in-out;
}
.content-wrapper .highlighted-product-block .image-wrapper img.fade-out {
  opacity: 0;
}
.content-wrapper .highlighted-product-block .image-wrapper img.fade-in {
  opacity: 1;
}
@media (min-width: 768px) {
  .content-wrapper .highlighted-product-block .image-wrapper {
    width: 40%;
    position: relative;
    align-self: flex-start;
    max-height: none;
  }
  .content-wrapper .highlighted-product-block .image-wrapper img {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: calc(100% + 200px);
    height: auto;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block .image-wrapper {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .content-wrapper .highlighted-product-block {
    padding-top: 100px;
  }
}
@media (min-width: 1024px) {
  .content-wrapper .highlighted-product-block {
    padding: 125px 0 100px;
  }
}

.highlighted-product-block__content {
  position: relative;
}
.highlighted-product-block__content .add-to-cart-success__check {
  position: absolute;
  top: 22px;
  right: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  border-radius: 50%;
  background: var(--sk-color-primary);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.34, 1.15, 0.64, 1);
}
@media screen and (max-width: 424px) {
  .highlighted-product-block__content .add-to-cart-success__check {
    right: -30px;
  }
}
@media (max-width: 1024px) {
  .highlighted-product-block__content .add-to-cart-success__check {
    top: 11px;
  }
}
.highlighted-product-block__content .add-to-cart-success__check .add-to-cart-success__svg {
  display: block;
  width: 25px;
  height: 25px;
}
.highlighted-product-block__content .add-to-cart-success__check.is-expanded {
  opacity: 1;
  transform: scale(1);
}
.highlighted-product-block__content .add-to-cart-success {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  transform: translateY(-6px);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  top: 100%;
  transition: opacity 0.4s ease, margin-top 0.5s cubic-bezier(0.25, 0.85, 0.3, 1), transform 0.45s cubic-bezier(0.25, 0.85, 0.3, 1);
}
.highlighted-product-block__content .add-to-cart-success.is-expanded {
  max-height: 160px;
  opacity: 1;
  transform: translateY(0);
}
.highlighted-product-block__content .add-to-cart-success__btn {
  pointer-events: auto;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  background: var(--sk-color-forest) !important;
  color: var(--sk-color-white) !important;
  border: 1px solid var(--sk-color-forest);
  text-decoration: none;
  text-transform: uppercase;
}
.highlighted-product-block__content .add-to-cart-success__btn:hover, .highlighted-product-block__content .add-to-cart-success__btn:focus-visible {
  color: var(--sk-color-primary) !important;
  background: var(--sk-color-forest) !important;
  opacity: 0.92;
}
@media (prefers-reduced-motion: reduce) {
  .highlighted-product-block__content .add-to-cart-success,
  .highlighted-product-block__content .add-to-cart-success__check {
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .content-wrapper .highlighted-product-block .quantity-input {
    animation: none !important;
  }
}
