.product {
  background-color: var(--color-grey-bg);
}
.product__inner {
  padding-block: 2rem 3.5rem;
}
@media (width <= 63.99875rem) {
  .product__inner {
    padding-block: 1.5rem 3.5rem;
  }
}
@media (width <= 36.24875rem) {
  .product__inner {
    padding-block: 1.75rem;
  }
}
.product__breadcrumbs {
  margin-bottom: 4rem;
}

.mfp-figure:after {
  background-color: white;
}

@media (width <= 36.24875rem) {
  .product__breadcrumbs {
    display: none;
    margin-bottom: 2.625rem;
  }
}
.product__breadcrumbs-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__breadcrumbs-item:not(:first-child)::before {
  margin-inline: 0.5rem;
}
.product__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 2.625rem;
}
@media (width <= 63.99875rem) {
  .product__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
    margin-bottom: 3.375rem;
  }
}
@media (width <= 36.24875rem) {
  .product__body {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.product__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 20.625rem;
}
@media (width <= 79.99875rem) {
  .product__card {
    max-width: 18.75rem;
  }
}
@media (width <= 63.99875rem) {
  .product__card {
    max-width: 48rem;
  }
}
.product__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.25rem;
  height: 26.25rem;
}
@media (width <= 63.99875rem) {
  .product__images {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (width <= 36.24875rem) {
  .product__images {
    width: 20.625rem;
    height: 20.625rem;
  }
}
.product__images-list {
  width: 100%;
  height: 100%;
}
.product__images-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.product__images-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.product__images-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (width <= 36.24875rem) {
  .product__images-pagination {
    gap: 0.5rem;
  }
}
.product__images-pagination-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 0.0625rem solid transparent;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .product__images-pagination-button:hover {
    border: 0.0625rem solid var(--color-black);
  }
}
@media (any-hover: none) {
  .product__images-pagination-button:active {
    border: 0.0625rem solid var(--color-black);
  }
}
.product__images-pagination-button.swiper-button-disabled {
  color: var(--color-yellow-medium);
  border: 0.0625rem solid var(--color-black);
  background-color: var(--color-black);
}
.product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 20.625rem;
}
@media (width <= 79.99875rem) {
  .product__form {
    max-width: 18.75rem;
  }
}
@media (width <= 63.99875rem) {
  .product__form {
    max-width: 48rem;
  }
}
.product__form-text {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.product__form-error {
  margin-bottom: 0.75rem;
  color: var(--color-red);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.product__options {
  margin-bottom: 2rem;
}
@media (width <= 36.24875rem) {
  .product__options {
    margin-bottom: 2.25rem;
  }
}
.product__options-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.625rem;
}
.product__options-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__options-item-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
.product__options-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.75rem;
  border-radius: 0.625rem;
  background-color: var(--color-grey-light);
}
.product__options-item-label input:checked ~ .product__options-item-price {
  color: var(--color-yellow-medium);
}
.product__options-item-label input:checked ~ .product__options-item-size {
  color: var(--color-grey-light);
}
.product__options-item-label:has(input:checked) {
  background-color: var(--color-black);
}
.product__options-item-size {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--color-grey-dark);
}
.product__options-item-price {
  font-weight: 600;
}
.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-grey-stroke);
  height: 3rem;
  overflow: hidden;
  margin-bottom: 1.75rem;
}
@media (width <= 36.24875rem) {
  .product__quantity {
    margin-bottom: 1.5rem;
  }
}
.product__quantity-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0.6875rem;
  background-color: var(--color-grey-light);
  color: var(--color-grey-medium);
}
@media (any-hover: hover) {
  .product__quantity-button:hover {
    color: var(--color-black);
  }
}
@media (any-hover: none) {
  .product__quantity-button:active {
    color: var(--color-black);
  }
}
.product__quantity-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  width: 100%;
  border: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}
.product__to-cart-button {
  padding: 0.6875rem;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.75rem;
}
.product__price-base {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.25rem;
}
.product__price-discount {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration-line: line-through;
  color: var(--color-red);
}
@media (width <= 63.99875rem) {
  .product__price {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.product__favorite-button {
  margin-left: auto;
}
.product__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 1.75rem;
  margin-bottom: 0.75rem;
}
.product__title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.product__code {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-grey-medium);
}
@media (width <= 63.99875rem) {
  .product__code {
    margin-bottom: 1rem;
  }
}
.product__badges {
  margin-bottom: 0.75rem;
}
@media (width <= 63.99875rem) {
  .product__badges {
    margin-bottom: 1.25rem;
  }
}
.product__description {
  font-size: 0.9375rem;
  margin-bottom: 0.75rem;
}
.product__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.product__delivery_info {
  display: none;
}
.product-card__rate {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  color: var(--color-black);
  padding: 4px 10px;
  border-radius: 4px;
  background-color: var(--color-yellow-medium);
  margin-bottom: 10px;
}
@media (width <= 63.99875rem) {
  .product__delivery_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
  }
  .product-card__rate {
    margin-bottom: 1rem;
  }
}
@media (width <= 36.24875rem) {
  .product__delivery_info {
    margin-bottom: 1.25rem;
  }
}
@media (width <= 63.99875rem) {
  .product__delivery_card {
    display: none;
  }
}
.product__info {
  margin-bottom: 4rem;
}
@media (width <= 47.99875rem) {
  .product__info {
    margin-bottom: 1.875rem;
  }
}
.product__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 0.625rem;
  background-color: var(--color-grey-bg);
  padding: 3rem 2.625rem;
}
@media (width <= 47.99875rem) {
  .product__info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.75rem 1.5rem;
    margin-inline: -0.9375rem;
    border-radius: 0;
  }
}
.product__info-buttons {
  margin-right: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width <= 47.99875rem) {
  .product__info-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin: 0 0 1.25rem 0;
  }
}
.product__info-button {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 12.5rem;
  padding-right: 2.75rem;
  border-right: 0.0625rem solid var(--color-grey-stroke);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--color-grey-medium);
  text-align: start;
  height: 67%;
}
.product__info-button.active {
  height: 33%;
  color: var(--color-black);
  border-color: var(--color-black);
}
@media (width <= 47.99875rem) {
  .product__info-button {
    width: auto;
    height: auto;
    padding: 0 0 1.25rem 0;
    border-right: none;
    border-bottom: 0.0625rem solid var(--color-grey-stroke);
  }
  .product__info-button:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 1.25rem;
  }
}
.product__info-description {
  font-size: 0.9375rem;
  min-height: 7.5rem;
}
.product__info-description-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s;
  transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s;
}
.product__info-description-content.active {
  opacity: 1;
  visibility: visible;
}
.product__info-specs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product__info-specs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product__info-specs-item:not(:last-child) {
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 0.0625rem solid var(--color-grey-stroke);
}
.product__info-specs-item-key {
  font-size: 0.9375rem;
}
.product__info-specs-item-value {
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: pre-line;
  text-transform: none;
  text-transform: uppercase;
}
.product__shown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid var(--color-black);
  margin-bottom: 1.8125rem;
}
.product__shown-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media (width <= 36.24875rem) {
  .product__shown-buttons {
    gap: 0.5rem;
  }
}
.product__shown-button {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  border: 0.0625rem solid transparent;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .product__shown-button:hover {
    border: 0.0625rem solid var(--color-black);
  }
}
@media (any-hover: none) {
  .product__shown-button:active {
    border: 0.0625rem solid var(--color-black);
  }
}
.product__shown-button.swiper-button-disabled {
  color: var(--color-yellow-medium);
  border: 0.0625rem solid var(--color-black);
  background-color: var(--color-black);
}
.product__shown-title {
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 2.25rem;
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .product__shown-title {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 2rem;
  }
}
.product__shown-item {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (width <= 36.24875rem) {
  .product__shown-item-inner {
    padding: 0;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product__shown-item-inner .product-card__header {
    padding: 0.5rem;
    background-color: var(--color-white);
    border-radius: 0.5rem;
  }
  .product__shown-item-inner .product-card__small-buttons {
    gap: 0.25rem;
  }
  .product__shown-item-inner .product-card__image {
    margin-block: -0.625rem;
  }
  .product__shown-item-inner .product-card__top {
    margin-bottom: -2rem;
  }
  .product__shown-item-inner .product-card__logo {
    width: 4.375rem;
  }
  .product__shown-item-inner .product-card__badges {
    margin-bottom: 0;
  }
  .product__shown-item-inner .product-card__title {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-transform: uppercase;
  }
  .product__shown-item-inner .product-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-transform: uppercase;
  }
  .product__shown-item-inner .product-card__price-discount {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 0.75rem;
  }
  .product__shown-item-inner .product-card__price-discount {
    margin-left: 0;
  }
  .product__shown-item-inner .product-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: auto;
  }
  .product__shown-item-inner .product-card__text {
    display: none;
  }
  .product__shown-item-inner .product-card__button {
    display: none;
  }
  .product__shown-item-inner .product-card__button_col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__shown-item-inner .product-card__button_col-2 svg {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.product.unavailable .product__title {
  color: var(--color-grey-dark);
}
.product.unavailable .product__description {
  color: var(--color-grey-dark);
}
.product.unavailable .product__delivery {
  color: var(--color-grey-dark);
}
.product.unavailable .product__form-text {
  color: var(--color-grey-dark);
}
.product.unavailable .product__options-item-label {
  background-color: var(--color-grey-light);
}
.product.unavailable .product__options-item-price {
  color: var(--color-grey-medium);
}
.product.unavailable .product__price {
  color: var(--color-grey-dark);
}
.product.unavailable .product__to-cart-button {
  background-color: var(--color-grey-medium);
}/*# sourceMappingURL=product.css.map */