/** Shopify CDN: Minification failed

Line 301:19 Expected identifier but found whitespace
Line 301:21 Unexpected "{"
Line 301:30 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Section Wrapper */
.top-selling-section {
  padding: 30px;
  border-radius: 8px;
  color: #222;
  background: transparent; /* ✅ no background if no image */
}

/* Layout */
.top-selling-section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.left-content {
  flex: 1;
  max-width: 280px;
}

/* Collection Title */
.left-content h2 {
  font-family: 'Baloo 2';
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -1.97%;
  color: #222;
  margin-bottom: 15px;
}

/* Collection Description */
.left-content p {
    font-family: 'Baloo 2';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #444;
    vertical-align: middle;
    margin: 0px;
    width: 70%;
}

/* Shop Button */
.top-selling-section .shop-btn {
  display: inline-block;
  font-family: 'Baloo 2';
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -1.5%;
  text-transform: uppercase;
  background: #3A923E;
  color: #fff;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.top-selling-section .shop-btn:hover {
  background: #3A923E;
  opacity: 0.8;
}

/* Product Grid */
.products-grid {
  flex: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* ✅ Product cards keep their white background */
.product-item {
  background: #fff;
  border: 2px solid #f1f1f1;
  text-align: center;
  border-radius: 6px;
  transition: 0.3s ease;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
}

/* Product Image Background Fix */
.product-item img {
  width: 100%;
  height: 180px; /* consistent image area */
  object-fit: contain;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 10px;
  background: #F3F3F3; /* ✅ adds light gray background */
}


/* Price Styling */
.price-box {
  padding: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #666;
  font-size: 16px;
  text-align: center;
  display: block;
  margin-bottom: 4px;
}

.only-for-price {
  font-family: 'Baloo 2';
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  color: #811319;
}

.only-for-price .main-price {
  margin-left: 6px;
}
.product-compare-section { margin: 40px 0; }
.product-compare-title { font-size: 24px; margin-bottom: 20px; text-align: center; }

/* Top product cards */
.compare-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}
.compare-card {
  padding: 16px;
  background: #fff;
}
.compare-card img { max-width: 100%; border-radius: 8px; }
.compare-title { font-size: 16px; margin: 12px 0; }
.compare-price { font-size: 14px; margin-bottom: 8px; }
.old-price { text-decoration: line-through; color: #777; margin-left: 6px; }
.discount { color: #ff6600; font-size: 12px; margin-left: 4px; }
.add-to-cart-btn {
  margin-top: 8px;
  background: #ff6600;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
}

/* Table */
.compare-table table {
  width: 100%;
  border-collapse: collapse;
}
.compare-table th, .compare-table td {
  /* border: 1px solid #ddd; */
  padding: 12px;
  text-align: center;
}
.compare-table th {
  background: #f9f9f9;
  text-align: left;
  font-weight: bold;
}
.gift-card-info-section {
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    padding: 60px 20px;
}
 
.gift-card-info-wrapper {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gift-card-info-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #16001E;
    line-height: 1.15;
    font-family: 'Open Sans';
}
.gift-card-info-text {
    font-size: 22px;
    line-height: 1.6;
    color: #2C2C2C;
    font-family: 'Open Sans';
    font-weight: 400;
    letter-spacing: 0px;
}

.gift-card-info-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
 
.template-product  .product__info-container  p:first-of-type {
 color:#000;
 font-size:16px;
}
.product-information {
    border-bottom: 1px solid #ccc;
}
.product-price .grid-price-label {
  font-size:45px !important;
}
.variant-pill{
   padding: 12px 14px !important;
    border-radius: 4px !important;

}
.variant-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.variant-pill:has(.variant-radio:checked) {
  border-color: #316DE4 !important;
  background: #EAF0FC;
    color: #316de4;
}

.variant-pill--fallback:hover, .variant-radio:checked + .variant-pill.variant-pill--fallback:hover{
   border-color: #316DE4 !important;
}
.gift-card-info-section:first-child(div) {
  width: 100vw;
  position: relative;
  left: calc(-51vw + 50%);
  padding:0 10rem;
}

.template-product .normal_main_content.page-width {
    padding: 0 !important;
}

 .page-width{
    max-width:100% !important;
  }
 .template-product  #MainContent{
padding:0;
 }
.how-it-works-wrapper {
  max-width: 1200px;
  margin: auto;
}

.how-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  position: relative;
}

.how-step-item {
  text-align: center;
}

.step-icon-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: {{ section.settings.circle_bg }};
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-icon {
  width: 33%;
  height: auto;
}

.step-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #2F4E49;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #FAFAFA;
}

/* Headings formatting */
.step-heading {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #161C2D;
    font-family: 'Open Sans';
    line-height: 1.35;
    letter-spacing: 0px;
}

.step-description {
    font-size: 12px;
    color: #555;
    line-height: 1.7;
    max-width: 160px;
    margin: 6px auto 0;
    font-family: 'Open Sans';
    font-weight: 400;
}

/* Arrow & Connecting Line */
.step-connector {
  position: relative;
  width: 80px;
}



.step-arrow {
  position: absolute;
  bottom: 65px;
  width: 100%;
}
.how-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    font-family: 'Open Sans';
    line-height: 1.15;
    letter-spacing: 0px;
    margin-bottom: 16px;
}
.how-subtitle {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 1.7;
    letter-spacing: 0px;
    margin-bottom: 26px;
}
/* Mobile */
@media (max-width: 768px) {
  .how-steps {
    flex-direction: column;
    gap: 40px;
  }
  .step-connector {
    display: none;
  }
}