.product {
  color: var(--color-black);
  padding-block: 1.5rem 4rem;
}
@media (width <= 63.99875rem) {
  .product {
    padding-block: 1rem 2rem;
  }
}
.product__back-button {
  margin-bottom: 1rem;
}
.product__logo {
  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;
  max-height: 2.25rem;
  height: 6.25rem;
}
.product__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 2rem;
}
@media (width <= 89.99875rem) {
  .product__inner {
    gap: 2rem;
  }
}
@media (width <= 79.99875rem) {
  .product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product__breadcrumbs {
  margin-bottom: 4rem;
}
@media (width <= 36.24875rem) {
  .product__breadcrumbs {
    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__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: var(--color-gray-light-super);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 50%;
}
@media (width <= 89.99875rem) {
  .product__preview {
    width: 100%;
  }
}
@media (width <= 79.99875rem) {
  .product__preview {
    max-width: none;
    padding: 1rem;
  }
}
.product__preview-slider {
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  width: 100%;
}
.product__preview-slider-list {
  max-width: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 79.99875rem) {
  .product__preview-slider-list {
    max-width: 100%;
  }
}
.product__preview-slider-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;
  height: 29.25rem;
}
@media (width <= 63.99875rem) {
  .product__preview-slider-item {
    height: 19.375rem;
  }
}
@media (width <= 36.24875rem) {
  .product__preview-slider-item {
    height: 17.5rem;
  }
}
.product__preview-slider-item-image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__preview-slider-mini {
  margin-inline: auto;
  overflow: hidden;
  max-width: 100%;
}
@media (width <= 79.99875rem) {
  .product__preview-slider-mini {
    display: none;
  }
}
.product__preview-slider-mini-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product__preview-slider-mini-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;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-gray);
  opacity: 0.5;
  height: 8.75rem;
  width: 12.25rem;
  max-width: 12.25rem;
  padding: 0.625rem;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  cursor: pointer;
}
.product__preview-slider-mini-item:last-child {
  margin: 0 !important;
}
.product__preview-slider-mini-item.swiper-slide-thumb-active {
  border: 0.0625rem solid var(--color-red);
  opacity: 1;
}
.product__preview-slider-mini-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__preview-pagination {
  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;
  margin-inline: auto;
  max-width: 37.5rem;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (width <= 36.24875rem) {
  .product__preview-pagination {
    gap: 0.25rem;
  }
}
.product__preview-pagination span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.25rem;
  margin-inline: 0 !important;
  border-radius: 0.625rem;
  background-color: var(--color-gray);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
.product__preview-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}
.product__body {
  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;
  max-width: 54.375rem;
  width: 100%;
}
@media (width <= 79.99875rem) {
  .product__body {
    max-width: none;
  }
}
.product__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (width <= 36.24875rem) {
  .product__header {
    margin-bottom: 0.25rem;
  }
}
.product__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
.product__badge {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75rem;
  border-radius: 0.625rem;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
}
.product__badge--discount {
  background-color: var(--color-red);
  color: var(--color-white);
}
.product__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (width <= 63.99875rem) {
  .product__title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
@media (width <= 36.24875rem) {
  .product__title {
    margin-bottom: 0.25rem;
  }
}
.product__category {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--color-gray);
  margin-bottom: 0.5rem;
}
@media (width <= 63.99875rem) {
  .product__category {
    font-size: 0.625rem;
    line-height: 1.375rem;
  }
}
@media (width <= 36.24875rem) {
  .product__category {
    margin-bottom: 0.25rem;
  }
}
.product__code {
  font-size: 1rem;
  line-height: 1.75rem;
  color: var(--color-gray);
  margin-bottom: 0.5rem;
}
@media (width <= 63.99875rem) {
  .product__code {
    font-size: 0.625rem;
    line-height: 1.375rem;
  }
}
@media (width <= 36.24875rem) {
  .product__code {
    margin-bottom: 0.25rem;
  }
}
.product__text {
  line-height: 1.75rem;
}
@media (width <= 63.99875rem) {
  .product__text {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.product__divider {
  width: 100%;
  height: 0.0625rem;
  background-color: var(--color-gray-farklight);
  margin-block: 1.5rem;
}
@media (width <= 63.99875rem) {
  .product__divider {
    margin-block: 1rem;
  }
}
.product__options-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .product__options-title {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.product__options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (width <= 63.99875rem) {
  .product__options-list {
    gap: 0.5rem;
  }
}
.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 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
          clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}
.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 1.5rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-red);
  background-color: var(--color-white);
}
@media (width <= 63.99875rem) {
  .product__options-item-label {
    padding: 0.5rem 1rem;
  }
}
.product__options-item-label input:checked ~ .product__options-item-text {
  color: var(--color-white);
}
.product__options-item-label:has(input:checked) {
  background-color: var(--color-red);
}
.product__options-item-text {
  line-height: 1.75rem;
}
@media (width <= 63.99875rem) {
  .product__options-item-text {
    font-size: 0.625rem;
    line-height: 1rem;
  }
}
.product__bottom {
  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%;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
@media (width <= 63.99875rem) {
  .product__bottom {
    margin-bottom: 1rem;
  }
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}
@media (width <= 63.99875rem) {
  .product__price {
    margin-bottom: 1rem;
  }
}
.product__price-default {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (width <= 63.99875rem) {
  .product__price-default {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.product__price-discount {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--color-red);
  text-decoration: line-through;
  text-transform: none;
}
@media (width <= 63.99875rem) {
  .product__price-discount {
    font-size: 0.5rem;
    line-height: rme(24);
  }
}
.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.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.8125rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--color-black);
  color: var(--color-gray-medium);
}
@media (width <= 63.99875rem) {
  .product__quantity-button {
    padding: 0.5625rem;
    border-radius: 0.3125rem;
  }
  .product__quantity-button svg {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (any-hover: hover) {
  .product__quantity-button:hover {
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .product__quantity-button:active {
    background-color: var(--color-black);
    color: var(--color-white);
  }
}
.product__quantity-input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 100%;
  width: 100%;
  max-width: 4rem;
  border: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 2.25rem;
  line-height: 3rem;
  text-transform: uppercase;
  -moz-appearance: textfield;
}
@media (width <= 63.99875rem) {
  .product__quantity-input {
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 2rem;
  }
}
.product__quantity-input::-webkit-outer-spin-button, .product__quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product__quantity-input:focus {
  outline: none;
}
.product__button {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
  border-radius: 0.625rem;
}
.product__button-consul {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-transform: uppercase;
  border-radius: 0.625rem;
}
.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-gray-bg);
  padding: 1.5rem;
}
@media (width <= 47.99875rem) {
  .product__info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}
.product__info-buttons {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 1rem;
  margin-right: 3rem;
  padding-right: 3rem;
  border-right: 0.0625rem solid var(--color-gray-farklight);
}
@media (width <= 47.99875rem) {
  .product__info-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 0.5rem;
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
    border-bottom: 0.0625rem solid var(--color-gray-farklight);
    border-right: none;
  }
}
.product__info-button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: uppercase;
  color: var(--color-gray-medium);
  text-align: start;
}
.product__info-button.active {
  color: var(--color-red);
}
@media (width <= 47.99875rem) {
  .product__info-button {
    width: auto;
    height: auto;
    border-right: none;
  }
}
.product__info-description {
  font-size: 1rem;
  min-height: 7.5rem;
  width: 100%;
}
.product__info-description-content {
  width: 100%;
  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-manufacturer {
  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: 1rem 1rem;
  font-size: 1.125rem;
  background-color: var(--color-white);
  border-radius: 0.625rem;
}
@media (width <= 47.99875rem) {
  .product__info-specs-manufacturer {
    font-size: 0.75rem;
  }
}
.product__info-specs-manufacturer-value {
  font-weight: 600;
  text-transform: uppercase;
}
.product__info-specs-category-title {
  margin-block: 1.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-black);
  background-color: var(--color-gray-bg) !important;
}
@media (width <= 47.99875rem) {
  .product__info-specs-category-title {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-block: 1rem;
  }
}
.product__info-specs-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
  background-color: var(--color-white);
  padding: 1rem;
}
.product__info-specs-category-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;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  gap: 0.5rem;
  border-radius: 0.625rem;
}
@media (width <= 63.99875rem) {
  .product__info-specs-category-item {
    font-size: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .product__info-specs-category-item {
    font-size: 0.875rem;
    -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;
    line-height: 1rem;
  }
}
.product__info-specs-category-item:nth-child(odd) {
  background-color: var(--color-gray-bg);
}
.product__info-specs-category-item-value {
  font-weight: 600;
  text-align: end;
}
@media (width <= 47.99875rem) {
  .product__info-specs-category-item-value {
    text-align: start;
  }
}/*# sourceMappingURL=product.css.map */