/** Shopify CDN: Minification failed

Line 55:15 Expected ":"

**/


/* my code start  */


div#shopify-section-template--27791270740351__main {
    background: #FFF8E5;
}

.product-price-wrapper .save-badge {
  background: #FFC72C;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 500;
}
.trust-banner {
  display: inline-flex;
  align-items: center;
  background-color: #f6bc25; /* Dark navy/charcoal background */
  color: #ffffff;
  padding: 0px 10px;
  font-family: "Brandon Grotesque", sans-serif ;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 5px; /* Slight rounding if desired */
  width: max-content;
}

.star-icon {
  color: black; /* The golden yellow color */
  margin-right: 3px;
  font-size: 20px;
}

.rating-text {
  margin-right: 8px;
  white-space: nowrap;
}

.customer-count {
  white-space: nowrap;
}

.text-block.text-block--AclRaR1hPbGxVcFdNb__text_xrnftG.h1.text-block--align-left h1 {
    font-size: 45px;
    font-family: Zilla Slab !important;
    color: #162029;
    font-weight
}


.product-features {
  color: #1a2a33; /* Dark slate text color */
  margin-top: 0px;
   margin-bottom: 0px;
       padding-left: 12px;
}

.product-features li::before {
  content: "•";
  color: #1a2a33;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -0.5em;
  font-size: 20px;
}

.product-features li {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}


/* Responsive adjustment for small screens */
@media (max-width: 480px) {
  .trust-banner {
    font-size: 9px;
    padding: 0px 10px;
  }
  .product-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 15px;
      justify-content: flex-start;
    line-height: normal;
}
.product-features svg {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  flex-shrink: 0;
  display: block;
  margin-top: 4px;
}
.product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 8px;
  list-style: none;
  padding: 0;
}
}

 .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 10px;
  background-color: #fdf6e3;
  padding: 0px;
  font-family: 'Brandon Grotesque', sans-serif;
  max-width: 470px;
}


.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.benefit-icon {
 
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; /* Prevents circle from squishing */
}

.benefit-icon img {
  width: 45px;
  height: 45px;
  /* If using black stroke icons like the image */
  /* filter: contrast(0.8);  */
}

.benefit-text {
  color: #1a2a33; /* Dark slate text */
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

/* Responsive: 1 column on mobile devices */
@media (max-width: 768px) {
  .benefits-grid {
    padding: 0px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .benefit-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.benefit-icon {
  width: 32px;
  height: 32px;
}

.benefit-icon img {
         width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
}
.benefit-text {
  font-size: 15px;
  font-weight: 500;
}
}



/* The Main Container Class */
.sumcode_feature_container {
    background-color: #FFF8E8; /* Light cream background */
    /* padding: 20px 25px; */
    border-radius: 4px; /* Slight rounding if needed */
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between rows */
    max-width: 400px;
}

/* The Row Wrapper */
.sumcode_item_row {
    display: flex;
    align-items: center; /* Vertically center icon with text */
    gap: 15px; /* Space between icon and text */
}

/* The Text Style */
.sumcode_text_content {
    color: #1A1A1A; /* Dark grey/black text */
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

/* The Icon Container */
.sumcode_icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    min-width: 24px; /* Prevents squishing on small screens */
}




/* Main Section */
.num_section_01 {
    background-color: #FFF8E8;
    padding: 40px 0px;
    /* font-family: 'DM Sans', sans-serif; */
}

/* Heading & Divider */
.num_divider_01 {
    height: 4px;
    background-color: #1A202C;
    width: 100%;
    margin-bottom: 10px;
}

.num_heading_01 {
    font-family: 'Zilla Slab', serif !important;
    color: #1A202C;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}

/* Card Styling */
.num_card_01 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 450px; /* Fixed height is important for slider consistency */
    background-color: #ddd;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

/* Image Styling */
.num_bg_img_01 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Gradient Overlay */
.num_overlay_01 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    pointer-events: none;
}

/* Play Button */
.num_play_btn_01 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A202C;
    z-index: 5;
}
.num_play_btn_01 svg {
    width: 24px;
    height: 24px;
    margin-left: 2px;
}

/* Text Content */
.num_content_01 {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    color: white;
    z-index: 5;
}

.num_stars_01 {
    color: #FFC107; /* Yellow stars */
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.num_text_01 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    opacity: 0.95;
}

/* Custom Owl Dots Style (Optional) */
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #1A202C; /* Dark active dot */
}



div#shopify-section-template--27791270740351__product_recommendations_qggXJq .section-resource-list__content {
    align-items: center;
}

div#shopify-section-template--27791270740351__product_recommendations_qggXJq .section-resource-list__content h3 {
    font-size: 60px;
    font-weight: 500;
    color: #162029;
}



.num_header_section_02 {
    text-align: center;
    padding: 20px;
}

/* Common styles for both lines */
.num_text_dark_02, 
.num_text_gold_02 {
   
    font-size: 64px; /* Large heading size */
   
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Top Line - Dark Navy/Black */
.num_text_dark_02 {
    color: #162029; 
}

/* Bottom Line - Golden Yellow */
.num_text_gold_02 {
    color: #FFC229; 
    margin-top: 5px; /* Tiny gap between the two lines */
}

/* Mobile Responsive Adjustment */
@media (max-width: 600px) {
    .num_text_dark_02, 
    .num_text_gold_02 {
        font-size: 42px;
    }
}