* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  font-family: "Montserrat", sans-serif;
  background: rgba(240, 234, 255, 1);
  color: rgba(38, 38, 38, 1);
  font-optical-sizing: auto;
  font-style: normal;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

section {
  position: relative;
  overflow: hidden;
}

a {
  color: rgba(38, 38, 38, 1);
  display: block;
}

.container {
  max-width: 1430px;
}

.title {
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
}

.fz-h1 {
  font-size: 82px;
  line-height: 1.24;
  font-weight: 400;
}

.fz-h2 {
  font-size: 76px;
  line-height: 1.24;
  font-weight: 400;
}

.fz-h3 {
  font-size: 38px;
  line-height: 1.24;
  font-weight: 400;
}

button {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}

.s-head {
  position: relative;
  margin-bottom: 32px;
}

.s-head .title {
  display: block;
  text-align: center;
}

/* Swiper */
.sw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 22px;
}

.sw-button-prev,
.sw-button-next {
  cursor: pointer;
  transition: 0.3s ease;
}

.sw-button-prev:hover,
.sw-button-next:hover {
  opacity: 0.75;
}

.sw-button-prev.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Hero Banner */
.hero-banner {
  position: relative;
  height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 199, 250, 1);
  border-bottom: 1px solid rgba(38, 38, 38, 1);
}

.hero-banner .wrap {
  position: relative;
}

.hero-banner .title {
  text-align: center;
  position: relative;
  top: -30px;
  z-index: 2;
}

.hero-banner .title p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

.hero-banner .title svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.bnt-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
  cursor: pointer;
}

.hero-banner__ellipse {
  position: absolute;
  left: 58%;
  top: 25%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Home Catalog */
.home-catalog {
  position: relative;
  padding: 60px 0;
}

.home-catalog.new {
  padding-top: 120px;
}

.home-catalog .title {
  text-align: center;
}

.catalog-list {
  position: relative;
  overflow: hidden;
}

.card {
  position: relative;
  cursor: pointer;
}

.card .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.card .whishlist {
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 10;
}

.card-image {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/16;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(38, 38, 38, 1);
}

.card-image img {
  position: relative;
  height: 100%;
  width: auto;
  /* object-fit: cover;
  object-position: center; */
}

.card-details {
  padding-top: 16px;
}

.card-title h3 {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.card-brand {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.card-volume {
  position: relative;
  margin-top: 12px;
}

.card-volume__values {
  display: flex;
  gap: 6px;
}

.card-volume__item {
  position: relative;
  width: 58px;
  height: 40px;
  border: 1px solid rgba(38, 38, 38, 1);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .card-volume__item:first-child {
  background: rgba(212, 199, 250, 1);
} */

.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.card-price {
  font-size: 16px;
  font-weight: 600;
}

.card-price i {
  text-decoration: line-through;
  opacity: 0.5;
}

.card-basket,
.basket__tray--design,
.woocommerce-Button,
.woocommerce-button,
button.button.alt {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 46px;
  text-transform: uppercase;
  border: 1px solid rgba(38, 38, 38, 1) !important;
  background: rgba(255, 209, 252, 1) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding: 0 12px !important;
  cursor: pointer;
  transition: 0.3s ease !important;
  border-radius: 0 !important;
  color: rgba(38, 38, 38, 1) !important;
}

.card-basket:hover,
.basket__tray--design:hover,
.woocommerce-Button:hover,
.woocommerce-button:hover,
button.button.alt:hover {
  background: rgba(38, 38, 38, 1) !important;
  color: rgba(255, 209, 252, 1) !important;
}

.card .card-basket {
  opacity: 0;
  visibility: hidden;
}

.card:hover .card-basket {
  opacity: 1;
  visibility: visible;
}

.basket__tray--continue {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  text-transform: uppercase;
  border: 1px solid rgba(38, 38, 38, 1);
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 0 12px;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 0;
}

.basket__tray--continue:hover {
  background: rgba(209, 196, 240, 1);
}

/* Company */
.company {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid rgba(38, 38, 38, 1);
  overflow: hidden;
}

.company .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.company-list {
  position: relative;
}

.company-item {
  display: flex;
}

.company-item img {
  display: block;
  width: 150px;
  height: auto;
}

/* info */
.sinfo {
  position: relative;
  overflow: hidden;
  padding: 60px 0 120px;
}

.sinfo .wrap {
  display: flex;
  gap: 32px;
}

.sinfo-subtitle {
  position: relative;
  font-size: 16px;
  display: block;
}

.sinfo-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  line-height: 1.1;
  margin-top: 16px;
  text-transform: uppercase;
  display: block;
}

.sinfo-image {
  position: relative;
  min-width: 326px;
  max-width: 326px;
  height: auto;
  aspect-ratio: 16/16;
  overflow: hidden;
}

.sinfo-image img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Similar Post */
.similar-product {
  position: relative;
  padding: 60px 0 120px;
}

.page-wishlist {
  padding: 80px 0;
}

.wishlist-title-container {
  display: none !important;
}

#yith-wcwl-form {
  margin-top: 32px;
}

.woocommerce table.shop_table td {
  background-color: transparent !important;
}

.woocommerce table.shop_table th {
  background: transparent !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
  font-weight: 500;
}

@media (max-width: 1199px) {
  .fz-h1 {
    font-size: 58px;
  }

  .sinfo-text {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .sinfo .wrap {
    flex-direction: column;
  }
  .card .card-basket {
    opacity: 1;
    visibility: visible;
    display: none !important;
  }
  .card-volume {
    display: none;
  }
}

@media (max-width: 767px) {
  .fz-h1 {
    font-size: 46px;
  }

  .fz-h2 {
    font-size: 44px;
  }

  .hero-banner .title {
    top: -16px;
  }

  .bnt-scroll {
    bottom: 32px;
  }

  .bnt-scroll svg {
    width: 24px;
    height: auto;
  }

  .hero-banner {
    height: 484px;
  }

  .catalog-list {
    overflow: visible;
  }

  .sinfo-image {
    min-width: 100%;
    max-width: 100%;
  }

  .company-item img {
    width: 80px;
  }

  .home-catalog {
    padding: 40px 0;
  }

  .home-catalog.new {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .sinfo {
    padding: 40px 0 80px;
  }
  .similar-product {
    padding-bottom: 80px;
    padding-top: 20px;
  }

  .basket__tray--btns a {
    width: 100%;
  }
}
