@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap);
body {
  background: linear-gradient(white, #F0EBE5);
}

.product--details {
  position: sticky;
  max-width: 22.5%;
  align-self: flex-start;
  top: 100px !important;
  right: 20px !important;
}
.product--details .wp-block-post-excerpt__excerpt {
  max-height: 130px;
  position: relative;
  overflow: hidden;
}

.admin-bar .product--details {
  top: 110px !important;
}

.product--details h1 {
  font-weight: normal !important;
}

.large--product-gallery {
  padding-left: 20px !important;
}

.checks-as-dots {
  list-style: none;
  padding: 0;
}
.checks-as-dots li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checks-as-dots li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../images/check.svg") center/contain no-repeat;
}

.cutoff {
  max-height: 450px;
  overflow: hidden;
}

.mini-product-gallery {
  width: 100%;
  overflow: hidden;
  display: block;
  aspect-ratio: 3/4;
}
.mini-product-gallery .track {
  width: 200%;
  display: flex;
  flex-flow: row nowrap;
  transition: 0.3s ease all;
}
.mini-product-gallery:hover .track {
  transform: translateX(-50%);
}
.mini-product-gallery img {
  display: block;
  width: 50%;
  height: auto;
}

.wc-block-product h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: left;
}
.wc-block-product .wp-block-woocommerce-product-price {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}
.wc-block-product .wp-block-woocommerce-product-button {
  display: none;
}

.wp-block-group.fixed {
  position: fixed;
  width: 100vw;
  z-index: 1000;
}

.wp-block-group.fixed + .wp-block-group {
  padding-top: 90px !important;
}

.custom-add-to-cart-button, .wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  background: var(--wp--preset--color--plum);
  color: white;
  display: flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  border: 0;
  width: 100%;
  cursor: pointer;
}
.custom-add-to-cart-button:hover, .wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover {
  background: var(--wp--preset--color--copper);
}
.custom-add-to-cart-button svg, .wc-block-cart__submit-button svg, .wc-block-components-checkout-place-order-button svg {
  width: 1.1rem;
  height: auto;
}
.custom-add-to-cart-button span, .wc-block-cart__submit-button span, .wc-block-components-checkout-place-order-button span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
}

.sticky-nav .wp-block-image {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.sticky-nav .wp-block-image img {
  width: 100%;
  height: auto;
}
.sticky-nav .stick-left {
  margin-right: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.sticky-nav.past-header .stick-left, .sticky-nav.past-header .wp-block-image {
  opacity: 1;
  pointer-events: auto;
}
