product-cart.css 9.02 KB
.product-cart {
  background-color: #F7F7F9;
  padding-bottom: 80px;
}
.product-cart .poduct-cart__links {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #636B78;
}
.product-cart .poduct-cart__links > *:not(:first-child) {
  margin-left: 8px;
}
.product-cart .poduct-cart__links .link_active {
  font-weight: 600;
  color: #333B49;
}
.product-cart .cart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.product-cart .cart__wrapper .cart__info {
  margin-top: 20px;
  margin-left: 20px;
}
.product-cart .cart__wrapper .cart__info-title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #333B49;
  max-width: 450px;
  width: 100%;
}
.product-cart .cart__wrapper .cart__info-config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
}
.product-cart .cart__wrapper .cart__info-config-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper .label, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper .label,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper .label {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #333B49;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper .select, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper .select,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper .select {
  background-color: transparent;
  border: none;
  margin-top: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.29289 5.29289C0.902369 5.68342 0.902369 6.31658 1.29289 6.70711L10 15.4142L18.7071 6.70711C19.0976 6.31658 19.0976 5.68342 18.7071 5.29289C18.3166 4.90237 17.6834 4.90237 17.2929 5.29289L10 12.5858L2.70711 5.29289C2.31658 4.90237 1.68342 4.90237 1.29289 5.29289Z' fill='%23ABB2BF'/%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #333B49;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper .select-size, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper .select-size,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper .select-size {
  background-position: right 0.7em top 50%, 0 0;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper .select-power, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper .select-power,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper .select-power {
  background-position: right 0.1em top 50%, 0 0;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper .select-source, .product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper .select-source,
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper .select-source {
  background-position: right 0.7em top 50%, 0 0;
}
.product-cart .cart__wrapper .cart__info-config-select .select-size__wrapper {
  width: 140px;
}
.product-cart .cart__wrapper .cart__info-config-select .select-power__wrapper {
  margin-left: 20px;
}
.product-cart .cart__wrapper .cart__info-config-select .select-source__wrapper {
  margin-top: 24px;
  max-width: 331px;
  width: 100%;
}
.product-cart .cart__wrapper .cart__info-config-country {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #333B49;
  position: relative;
}
.product-cart .cart__wrapper .cart__info-config-country .svg-country {
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 28px;
  left: 0;
}
.product-cart .cart__wrapper .cart__info-config-country .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  margin-top: 10px;
  position: relative;
  margin-left: 32px;
}
.product-cart .cart__wrapper .cart__info-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #ABB2BF;
}
.product-cart .cart__wrapper .cart__info-links > :not(:last-child) {
  margin-bottom: 6px;
}
.product-cart .cart__wrapper .cart__info-down {
  position: relative;
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-cart .cart__wrapper .cart__info-down .price-before {
  position: absolute;
  bottom: 9px;
  right: 190px;
  font-size: 36px;
  line-height: 24px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #BEC4CE;
}
.product-cart .cart__wrapper .cart__info-down__price {
  margin-left: auto;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.01em;
  color: #333B49;
}
.product-cart .cart__wrapper .cart__info-buttons {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-cart .cart__wrapper .cart__info-buttons .cart__button {
  -ms-flex-item-align: end;
      align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-cart .cart__wrapper .cart__info-buttons .buy {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
  margin-right: 20px;
  padding: 16px 60px;
}
.product-cart .cart__wrapper .cart__info-buttons .buy:hover {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
}
.product-cart .cart__wrapper .cart__info-buttons .now {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 16px 30px;
}
.product-cart .cart__wrapper .cart__info-buttons .now:hover {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
}

.swiper-product-container {
  max-width: 700px;
  padding: 0 10px 10px 10px;
}

/* galleryTop */
.gallery .swiper-slide {
  cursor: pointer;
}

.gallery {
  max-height: 440px;
  height: 100%;
}

.swiper-zoom-container img {
  max-width: 100%;
  max-height: 392px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gallery img {
  width: 762px;
  height: 392px;
  border-radius: 10px;
}

/* thumbs */
.swiper-wrapper-thumbs {
  -webkit-transform: translate3d(0.164px, 0px, 0px) !important;
          transform: translate3d(0.164px, 0px, 0px) !important;
  width: 180px !important;
  margin-top: 5px;
}

.gallery-thumbs .swiper-slide {
  width: auto;
  border-radius: 10px;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  -webkit-filter: initial;
  /* Safari 6.0 - 9.0 */
  filter: initial;
  font-weight: bold;
  color: #231b93;
}

.gallery-thumbs img {
  cursor: pointer;
  width: 100%;
  height: 90px;
  border: 1px solid #F5851A;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-scrollbar {
  height: 8px !important;
  background-color: #DFE1E7 !important;
  border-radius: 10px;
  cursor: pointer;
}