/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/frontend/sections/product-hero/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
section.wp-block-section-product-hero {
  padding: 12px 20px 64px;
  display: grid;
  gap: 48px;
}
section.wp-block-section-product-hero .header-wrapper {
  display: grid;
  gap: 16px;
  max-width: 836px;
  margin: auto;
  text-align: center;
}
section.wp-block-section-product-hero .header-wrapper h1 {
  font-size: clamp(28px, 5vw, 48px);
  color: rgb(47, 47, 47);
  font-weight: 500;
}
section.wp-block-section-product-hero .header-wrapper p {
  color: rgb(94, 94, 94);
}
section.wp-block-section-product-hero {
  background-image: linear-gradient(#ffffff, #eaeaea);
}
section.wp-block-section-product-hero .product-wrapper {
  display: grid;
  margin: auto;
  max-width: 1400px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
section.wp-block-section-product-hero .product-wrapper .card-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
section.wp-block-section-product-hero .product-wrapper .card-header p {
  color: rgb(103, 103, 103);
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 14px 31px 0px rgba(0, 0, 0, 0.04), 0px 56px 56px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: clamp(8px, 1.5vw, 16px);
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper {
  display: grid;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .main-image {
  width: 100%;
  outline-offset: -2px;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .main-image img {
  display: flex;
  max-height: 450px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel {
  overflow: hidden;
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
  padding-bottom: 2px;
  padding-right: 2px;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel:active {
  cursor: grabbing;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images {
  display: flex;
  gap: 1px;
  will-change: transform;
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images .thumb-btn {
  flex-shrink: 0;
  width: calc((100% - 7px) / 8);
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 2px;
  background: none;
  cursor: pointer;
  transition: border-color 0.2s;
  background-color: white;
  outline-offset: -1px;
  outline-color: rgba(255, 188, 3, 0.6);
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images .thumb-btn.active {
  border-color: rgb(255, 188, 3);
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images .thumb-btn:hover {
  border-color: rgba(255, 188, 3, 0.3);
}
section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images .thumb-btn img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
@media (max-width: 500px) {
  section.wp-block-section-product-hero .product-wrapper .card-wrapper .images-wrapper .carousel .child-images .thumb-btn {
    width: calc((100% - 7px) / 4);
  }
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper {
  display: grid;
  gap: 16px;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper header h2 {
  font-size: 32px;
  font-weight: 500;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper header .annotation-wrapper {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  background-color: white;
  border-radius: 16px;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper .card {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background-color: white;
  border-radius: 16px;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper .card .wrapper {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper .card .wrapper h3 {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  line-height: 1;
}
section.wp-block-section-product-hero .product-wrapper .data-wrapper .card p {
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 500px) {
  section.wp-block-section-product-hero .product-wrapper .data-wrapper .card {
    display: grid;
    gap: 12px;
  }
  section.wp-block-section-product-hero .product-wrapper .data-wrapper .card .wrapper {
    justify-content: flex-start;
  }
}
@media (max-width: 789px) {
  section.wp-block-section-product-hero .product-wrapper {
    grid-template-columns: 1fr;
  }
}
section.wp-block-section-product-hero .data-footer {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1050px) {
  section.wp-block-section-product-hero .data-footer {
    gap: 20px;
  }
}
