/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/shop/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-block-cleosblock-shop {
  display: grid;
  place-items: center;
}

.shop_header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  align-items: center;
  background-image: url(../images/shop_header.be9c25c3.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  padding: 10px 5%;
}
.shop_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 24, 46, 0.4);
  z-index: 1;
}
.shop_header .award-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_header .text-content {
  position: relative;
  z-index: 2;
}
.shop_header .award-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_header .ica_badge {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100px;
  z-index: 2;
}
.shop_header .chocolate_bar_award {
  width: 200px;
  height: auto;
  max-height: 400px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.shop_header .text-content {
  color: #fff;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.shop_header .text-content h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.shop_header .text-content h2 .highlight {
  color: #f8e71c;
}
.shop_header .text-content p {
  font-size: 1.1rem;
  margin-top: 10px;
}
.shop_header .text-content .learn-more-btn {
  display: inline-block;
  background-color: #ffffff; /* White background */
  color: #14182E; /* Dark blue text color */
  text-transform: uppercase; /* Make the text uppercase */
  font-weight: 700; /* Bold text */
  font-size: 1rem; /* Adjust the font size */
  padding: 15px 30px; /* Add some padding for the button */
  border: 2px solid #EBAE1F; /* White border matching the mock-up */
  border-radius: 17px; /* Rounded button */
  text-align: center;
  text-decoration: none; /* Remove underline */
  transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Smooth transition for hover effects */
  cursor: pointer; /* Show pointer on hover */
  max-width: 200px;
  margin: 0 auto;
}
.shop_header .text-content .learn-more-btn:hover {
  background-color: #0F4D94; /* Invert colors on hover */
  color: #ffffff;
  transform: scale(1.05); /* Slight scaling effect */
}
@media (max-width: 768px) {
  .shop_header {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    height: auto;
    padding-bottom: 10px;
  }
  .shop_header .text-content {
    grid-column: 1/-1;
    padding-bottom: 20px;
    order: 1;
  }
  .shop_header .award-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1/-1;
    justify-items: center;
    padding-top: 20px;
    order: 2;
  }
  .shop_header .ica_badge {
    grid-column: 1;
    width: 85px;
    left: 50px;
  }
  .shop_header .chocolate_bar_award {
    grid-column: 1;
    width: 110px;
  }
}
@media (max-width: 570px) {
  .shop_header .ica_badge {
    left: 0px;
  }
}

.single-origin-products-wrapper, .coastal-cream-products-wrapper, .summer-2025-products-wrapper, .merch-products-wrapper {
  text-align: center;
  padding-top: 20px;
  max-width: 1200px;
}

.home-item-image-container {
  width: 275px;
  height: 280px;
}

.single-origin-products, .coastal-cream-products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Two columns on larger screens */
  justify-items: center; /* Center items within each column */
  padding-bottom: 20px;
  gap: 20px;
}

.cleos-shop-item {
  opacity: 1;
  height: auto;
  max-width: 275px;
}

.product-item-content {
  text-align: left;
}

.full_art {
  width: 35%;
}

.cleo-🦦-add-to-cart {
  position: absolute !important;
  left: 75px !important;
  bottom: 125px;
  /* Button Size and Alignment */
  padding: 10px 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* Button Colors */
  background-color: #f4a300 !important; /* Matches the orange background */
  color: #222 !important; /* Dark color for text */
  font-weight: bold !important;
  font-size: 1rem !important;
  font-family: "Avenir Next Condensed", sans-serif !important;
  /* Border and Rounding */
  border: none;
  border-radius: 20px !important; /* Rounds the edges */
  /* Shadow for Depth */
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2) !important;
  /* Text Styling */
  text-transform: uppercase !important;
  /* Cursor and Transition */
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  /* Icon Styling */
  gap: 8px; /* Space between icon and text */
}

.cleo-🦦-home-add-to-cart {
  left: 100px;
}

.cleo-🦦-is-out-of-stock {
  pointer-events: none;
  opacity: 0.6;
  left: 71px;
}

.cleo-🦦-home-is-out-of-stock {
  left: 102px;
}

/* Spinner style */
.cleo-🦦-add-to-cart.loading {
  pointer-events: none;
  opacity: 0.6; /* Slightly faded to show it's disabled */
  width: -moz-fit-content;
  width: fit-content;
  left: 86px;
}

.cleo-🦦-home-add-to-cart.loading {
  left: 115px;
}

.cleo-🦦-add-to-cart.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: #f4a300; /* Spinner color */
  border-radius: 50%;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cleo-🦦-add-to-cart:hover {
  transform: scale(1.05);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.3);
}

.cleo-🦦-add-to-cart:active {
  transform: scale(0.95);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

.single-origin-products-wrapper p, .coastal-cream-products-wrapper, .summer-2025-products-wrapper p, .merch-products-wrapper p {
  margin-left: 20px;
  margin-right: 20px;
}

.ast-page-builder-template .site .site-content #primary {
  margin-top: -6px;
}

.coastal-cream-products-wrapper, .summer-2025-products-wrapper, .merch-products-wrapper {
  margin-bottom: 25px;
}

.gift-boxes-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 24px 20px 40px;
  text-align: left;
}

.gift-boxes-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
  background: linear-gradient(135deg, #14182E 0%, #1D2F6F 100%);
  border-radius: 28px;
  padding: 40px;
  overflow: hidden;
  position: relative;
}

.gift-boxes-text {
  color: #fff;
  max-width: 560px;
}

.gift-boxes-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #EBAE1F;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gift-boxes-text h2 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.05;
  margin: 0 0 16px;
}

.gift-boxes-text p {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.92);
}

.gift-boxes-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.gift-step {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 600;
}

.gift-step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EBAE1F;
  color: #14182E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
}

.gift-boxes-note {
  color: #EBAE1F;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.build-box-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #14182E;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 30px;
  border: 2px solid #EBAE1F;
  border-radius: 17px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  cursor: pointer;
}

.build-box-btn:hover {
  background-color: #0F4D94;
  color: #ffffff;
  transform: scale(1.05);
}

.gift-boxes-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gift-boxes-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 30px rgba(0, 0, 0, 0.28));
}

@media (max-width: 900px) {
  .gift-boxes-content {
    grid-template-columns: 1fr;
    padding: 28px;
  }
  .gift-boxes-text {
    max-width: 100%;
    text-align: center;
  }
  .gift-boxes-steps {
    justify-content: center;
  }
  .gift-boxes-text h2 {
    font-size: 2.1rem;
  }
  .gift-boxes-image img {
    max-width: 320px;
  }
}
@media (max-width: 600px) {
  .gift-boxes-wrapper {
    padding: 18px 16px 32px;
  }
  .gift-boxes-content {
    padding: 22px 18px;
    border-radius: 22px;
    gap: 22px;
  }
  .gift-boxes-text h2 {
    font-size: 1.8rem;
  }
  .gift-boxes-text p {
    font-size: 1rem;
  }
  .gift-boxes-steps {
    flex-direction: column;
    align-items: stretch;
  }
  .gift-step {
    justify-content: center;
  }
  .build-box-btn {
    width: 100%;
    max-width: 280px;
  }
  .gift-boxes-image img {
    max-width: 260px;
  }
}
@media (max-width: 1100px) {
  .single-origin-products, .coastal-cream-products {
    grid-template-columns: 1fr 1fr; /* Single column on mobile */
  }
}
/* Mobile styling */
@media (max-width: 768px) {
  .single-origin-products, .coastal-cream-products {
    grid-template-columns: 1fr; /* Single column on mobile */
  }
  .full_art {
    width: 75%;
  }
  .cleo-🦦-add-to-cart.loading {
    left: 90px;
  }
  .cleo-🦦-is-out-of-stock {
    pointer-events: none;
    opacity: 0.6;
  }
}

/*# sourceMappingURL=style-index.css.map*/