/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/alone-blocks/single-product.scss ***!
  \**************************************************************************************************************************************************************************************************************************************/
.block-archive {
  background-image: url(/wp-content/uploads/2026/06/bg-hero-mobile.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
@media (min-width: 992px) {
  .block-archive {
    background-image: url(/wp-content/uploads/2026/06/bg-hero.png);
  }
}
.block-archive__items {
  background-color: #FFFFFF;
}
.block-archive__items-inner {
  background-color: rgba(244, 236, 233, 0.4);
}
.block-archive__item {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #EDE0DA;
  background: #FFFFFF;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 992px) {
  .block-archive__item {
    width: calc((100% - 80px) / 3);
  }
}
.block-archive__item-image {
  aspect-ratio: 1;
}
.block-archive__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-archive__item-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.block-archive__item:hover .block-archive__item-link {
  color: #B7376C;
}
.block-archive__item:hover .block-archive__item-link svg {
  transform: translateX(-10px);
}
.block-archive__item:hover .block-archive__item-link svg path {
  stroke: #B7376C;
}
.block-archive__item-link {
  color: #B7376C;
}
.block-archive__item-link svg {
  transform: translateX(-10px);
}
.block-archive__item-link svg path {
  stroke: #B7376C;
}
.block-archive__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D44781;
  text-decoration: none;
}
.block-archive__item-link svg {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.block-archive__item-link svg path {
  transition: stroke 0.2 ease-in-out;
}
.block-archive__item--product .block-archive__item-image {
  aspect-ratio: 400/240;
  overflow: hidden;
}
.block-archive__item--product .block-archive__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.block-archive__card:hover .block-archive__item--product .block-archive__item-image img {
  transform: scale(1.04);
}
.block-archive__item--product .block-archive__item-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #D44781;
  text-decoration: none;
}
.block-archive__item--product .block-archive__item-link svg {
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.block-archive__item--product .block-archive__item-link svg path {
  transition: stroke 0.2 ease-in-out;
}
.block-archive__item--product .block-archive__item-link:hover {
  color: #B7376C;
}
.block-archive__item--product .block-archive__item-link:hover svg {
  transform: translateX(-10px);
}
.block-archive__item--product .block-archive__item-link:hover svg path {
  stroke: #B7376C;
}
.block-archive__popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.block-archive__popup [data-role=close-popup] {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #BDBDBD;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.block-archive__popup [data-role=close-popup]:hover {
  background-color: rgba(189, 189, 189, 0.2117647059);
}
.block-archive__popup-content {
  position: relative;
  width: 100%;
  max-width: 720px;
  padding: 60px 24px 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  animation: popup-scale 0.3s ease;
  max-height: 100vh;
  overflow: auto;
}
@media (min-width: 768px) {
  .block-archive__popup-content {
    padding: 60px 40px 40px;
  }
}
.block-archive__popup-inner {
  gap: 24px 40px;
}
.block-archive__popup-image {
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-archive__popup-image {
    height: 240px;
    width: 240px;
  }
}
.block-archive__popup-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-archive__popup-description p {
  margin-bottom: 12px;
}
.block-archive__popup-description p:last-of-type {
  margin-bottom: 0;
}
.block-archive__popup-links a {
  border: 1px solid #BDBDBD;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.block-archive__popup-links a:hover {
  background-color: rgba(189, 189, 189, 0.2117647059);
}

.block-shop-grid__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
  text-decoration: none;
}
.block-shop-grid__card:hover {
  transform: translateY(-4px);
}

.related.products {
  clear: both;
  background-color: rgba(244, 236, 233, 0.4);
}
.related.products .products {
  display: flex;
  flex-direction: column;
  gap: 24px 40px;
}
@media (min-width: 992px) {
  .related.products .products {
    flex-direction: row;
  }
}
.related.products .products:before, .related.products .products:after {
  display: none !important;
}

#main-wrapper .woocommerce {
  padding-top: 56px;
}
@media (min-width: 992px) {
  #main-wrapper .woocommerce {
    padding-top: 100px;
  }
}
#main-wrapper .woocommerce .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  #main-wrapper .woocommerce .woocommerce-product-gallery {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  #main-wrapper .woocommerce .woocommerce-product-gallery {
    margin-left: 80px;
    width: calc(50% - 80px) !important;
  }
}
#main-wrapper .woocommerce .woocommerce-product-gallery__wrapper {
  border-radius: 8px;
  overflow: hidden;
}
#main-wrapper .woocommerce .summary {
  margin-bottom: 0;
  width: 100% !important;
}
@media (min-width: 992px) {
  #main-wrapper .woocommerce .summary {
    width: calc(50% - 80px) !important;
  }
}
#main-wrapper .woocommerce .product_title {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  #main-wrapper .woocommerce .product_title {
    font-size: 36px;
  }
}
#main-wrapper .woocommerce .woocommerce-product-details__short-description {
  color: #8E8E93;
  margin-bottom: 32px;
}
#main-wrapper .woocommerce .price {
  margin-bottom: 32px;
}
#main-wrapper .woocommerce .price bdi {
  color: var(--1-a-1-a-1-a, #1A1A1A);
  font-size: 24px;
  font-weight: 600;
}
#main-wrapper .woocommerce form.cart {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  margin-bottom: 16px;
  border-bottom: 1px solid #BDBDBD;
}
#main-wrapper .woocommerce form.cart .qty {
  border-radius: 8px;
  border: 1px solid #BDBDBD;
  background: #FFFFFF;
  padding: 10px 4px;
  margin-bottom: 24px;
}
#main-wrapper .woocommerce form.cart .single_add_to_cart_button {
  border-radius: 80px;
  background-color: #D44781;
  width: -moz-max-content;
  width: max-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 32px;
  transition: background-color 0.2s ease-in-out;
}
#main-wrapper .woocommerce .product-description {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: 32px;
}
#main-wrapper .woocommerce .product-description p:last-of-type {
  margin-bottom: 0;
}
#main-wrapper .woocommerce .woocommerce-product-gallery__trigger {
  display: none;
}
#main-wrapper .woocommerce .zoomImg {
  display: none !important;
}
#main-wrapper .woocommerce .woocommerce-product-gallery__image a {
  pointer-events: none;
  cursor: default;
}

.woocommerce-breadcrumb {
  font-size: 16px !important;
  color: #444444 !important;
  margin-bottom: 40px !important;
}
.woocommerce-breadcrumb a {
  color: #444444 !important;
}
.woocommerce-breadcrumb a:hover {
  color: #B7376C !important;
}

/*# sourceMappingURL=single-product.css.map*/