/** Shopify CDN: Minification failed

Line 44:613 Expected identifier but found whitespace
Line 44:615 Unexpected "{"
Line 44:625 Expected ":"
Line 93:103 Unexpected "{"
Line 93:112 Expected ":"
Line 93:255 Unexpected "{"
Line 93:264 Expected ":"
Line 93:395 Unexpected "{"
Line 93:404 Expected ":"
Line 93:765 Expected identifier but found "{"
... and 23 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-deals .container--deals { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .section-deals .products-grid {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display: grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      @media (max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .section-deals .products-grid {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                overflow-x: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    scroll-snap-type: x mandatory;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        -webkit-overflow-scrolling: touch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap: 16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-bottom: 10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .section-deals .product-card {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        flex: 0 0 80%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            scroll-snap-align: start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .product-card { background: #1a1a1a; border-radius: 8px; overflow: hidden; position: relative; display: flex; flex-direction: column; transition: transform 0.3s; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .product-card:hover { transform: translateY(-5px); }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .badge, .section-deals .btn--primary { background-color: {{ settings.color_accent | default: "#3CBC1C" }}; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .image-wrapper { width: 100%; padding-top: 56.25%; position: relative; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .image-wrapper img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .card-title { font-size: 18px; color: #fafafa; margin: 16px; flex-grow: 1; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .card-price { font-size: 16px; color: #fafafa; margin: 0 16px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .card-compare { margin-left: 8px; font-size: 14px; color: #888; text-decoration: line-through; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .btn--primary { margin: 16px; padding: 12px 0; min-width: 140px; color: #fff; border: none; border-radius: 4px; text-align: center; cursor: pointer; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .btn--primary[disabled] { background: #555; cursor: not-allowed; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .deals-title { margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .section-deals .deal-timer { font-size: 16px; padding: 6px 12px; border-radius: 4px; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .deal-timer--normal {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background: #3CBC1C;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .deal-timer--urgent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background: #ff4d4d;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .section-deals .deals-title-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-bottom: 30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display: flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              justify-content: space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                align-items: center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex-wrap: wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .section-deals .deals-title {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size: 28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .section-deals .timer-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        flex-shrink: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /* 🟢 Mobile layout: stack timer under title */
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media (max-width: 768px) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .section-deals .deals-title-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  align-items: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap: 6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .section-deals .timer-wrapper {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              align-self: flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
.section-trending .container--trending{max-width:1200px;margin:0 auto;padding:0 20px}#shopify-section-{{ section.id }} .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}@media(max-width:768px){#shopify-section-{{ section.id }} .products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}#shopify-section-{{ section.id }} .product-card{flex:0 0 80%;scroll-snap-align:start}}.section-trending .product-card{background:#1a1a1a;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .3s}.section-trending .product-card:hover{transform:translateY(-5px)}.section-trending .badge,.section-trending .btn--primary{background-color:{{ settings.color_accent }}}.section-trending .image-wrapper{width:100%;padding-top:56.25%;position:relative}.section-trending .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.section-trending .card-title{font-size:18px;color:#fafafa;margin:16px;flex-grow:1}.section-trending .card-price{font-size:16px;color:#fafafa;margin:0 16px}.section-trending .card-compare{margin-left:8px;font-size:14px;color:#888;text-decoration:line-through}.section-trending .btn--primary{margin:16px;padding:12px 0;min-width:140px;color:#fff;border:none;border-radius:4px;text-align:center;cursor:pointer}.section-trending .btn--primary[disabled]{background:#555;cursor:not-allowed}#shopify-section-{{ section.id }} .badge,#shopify-section-{{ section.id }} .btn--primary{background-color:#3CBC1C!important}#shopify-section-{{ section.id }} .trending-title{margin-bottom:30px}
.section-trending .container--trending{max-width:1200px;margin:0 auto;padding:0 20px}#shopify-section-{{ section.id }} .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}@media(max-width:768px){#shopify-section-{{ section.id }} .products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}#shopify-section-{{ section.id }} .product-card{flex:0 0 80%;scroll-snap-align:start}}.section-trending .product-card{background:#1a1a1a;border-radius:8px;overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .3s}.section-trending .product-card:hover{transform:translateY(-5px)}.section-trending .badge,.section-trending .btn--primary{background-color:{{ settings.color_accent }}}.section-trending .image-wrapper{width:100%;padding-top:56.25%;position:relative}.section-trending .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.section-trending .card-title{font-size:18px;color:#fafafa;margin:16px;flex-grow:1}.section-trending .card-price{font-size:16px;color:#fafafa;margin:0 16px}.section-trending .card-compare{margin-left:8px;font-size:14px;color:#888;text-decoration:line-through}.section-trending .btn--primary{margin:16px;padding:12px 0;min-width:140px;color:#fff;border:none;border-radius:4px;text-align:center;cursor:pointer}.section-trending .btn--primary[disabled]{background:#555;cursor:not-allowed}#shopify-section-{{ section.id }} .badge,#shopify-section-{{ section.id }} .btn--primary{background-color:#3CBC1C!important}#shopify-section-{{ section.id }} .trending-title{margin-bottom:30px}
/* 1. Make the container flex and center */
.js-services-v1 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

/* 2. Style each box */
.box-service {
  background: #1a1a1a;             /* dark card bg */
  border-radius: 12px;             /* rounded corners */
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  padding: 32px 24px;
  text-align: center;
  transition: transform .3s, box-shadow .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 3. Hover effect */
.box-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.6);
}

/* 4. Icon styling */
.box-service img.lazyload {
  max-width: 48px;
  margin-bottom: 16px;
  filter: brightness(0) invert(0.8);
}

/* 5. Title (block_title) */
.box-service h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

/* 6. Content (block_content) */
.box-service p {
  font-size: 1rem;
  opacity: .8;
  margin: 0;
}

/* 7. Responsive tweaks */
@media (max-width: 768px) {
  .itemtservice { flex: 1 1 45%; }
}
@media (max-width: 480px) {
  .itemtservice { flex: 1 1 100%; }
}
/* Why Buy From Us - Section Styling */
.section-whybuy .container--whybuy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}
.section-whybuy .whybuy-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 40px;
  letter-spacing: 0.01em;
}
.section-whybuy .whybuy-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 42px;
  margin: 0 auto;
}
.section-whybuy .whybuy-feature {
  background: #181a1f;
  border-radius: 13px;
  box-shadow: 0 4px 18px rgba(40,167,69,0.06), 0 1.5px 5px rgba(0,0,0,0.08);
  padding: 28px 23px 23px 23px;
  max-width: 230px;
  min-width: 170px;
  text-align: center;
  flex: 1 1 150px;
  margin-bottom: 10px;
  transition: box-shadow 0.19s, transform 0.14s;
  border: 1.5px solid transparent;
}
.section-whybuy .whybuy-feature:hover {
  box-shadow: 0 8px 32px #28a74522, 0 3px 14px #161a1730;
  border: 1.5px solid #28a74555;
  transform: translateY(-5px) scale(1.03);
}
.section-whybuy .whybuy-icon {
  font-size: 2.1rem;
  margin-bottom: 13px;
  filter: drop-shadow(0 1px 5px #28a74577);
}
.section-whybuy .whybuy-feature-title {
  font-size: 1.08rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #28a745;
}
.section-whybuy .whybuy-feature-text {
  color: #c7d0da;
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 1.55;
}

/* Responsive design */
@media (max-width: 900px) {
  .section-whybuy .whybuy-features {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    gap: 0 19px; /* horizontal gap */
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
  }
  .section-whybuy .whybuy-feature {
    flex: 0 0 75vw; /* makes each feature 75% of viewport width */
    max-width: 310px;
    min-width: 220px;
    margin: 0 0 0 0; /* remove bottom margin */
    scroll-snap-align: start;
  }
}
@media (max-width: 900px) {
  .section-whybuy .whybuy-feature:hover {
    box-shadow: none !important;
    border: 1.5px solid #28a745;
    transform: none !important;
  }
}