/** Shopify CDN: Minification failed

Line 77:23 Expected identifier but found "."
Line 160:28 Expected identifier but found "`"
Line 285:12 Expected identifier but found whitespace
Line 285:13 Unexpected "("
Line 376:12 Expected identifier but found whitespace
Line 376:13 Unexpected "("
Line 424:12 Expected identifier but found whitespace
Line 424:13 Unexpected "("
Line 555:19 Expected identifier but found whitespace
Line 555:21 Unexpected "{"
... and 70 more hidden warnings

**/
.type-banner {
  flex: 1 0 100%;
}

.footer__title {
  font-weight: bold;
  font-size: var(--type-base-size);
}
/*.index-section p {
    background: black;
    color: white;
}*/
 /*zurain Confedence Buuilder*/


ul.sales_points {
    border-top: 1px solid rgb(128 128 128 / 30%);
    margin-top: 10px;
}
  .sales_points {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}
.sales_point {
    border-bottom: 1px solid rgb(128 128 128 / 30%);
    padding: 15px 0;
    margin: 0!important;
}
  .sales_point {
    display: block;
    margin-bottom: 10px;
}

  main#main {
    background-color: white;
}
  .icon-and-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
  
element.style {
}
.icon-and-text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
*, :after, :before, input {
    box-sizing: border-box;
}
user agent stylesheet
li {
    text-align: -webkit-match-parent;
}
  .sales_point .icon {
    width: 36px!important;
    height: 36px!important;
    margin-left: 20px;
    margin-right: 20px;.card
}
font[color="crimson"] {
    display: none !important;
}
/*zurain Confedence Buuilder*/
 /* Base grid layout */
.container-announc {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; /* Three equal-width columns */
  gap: 16px; /* Space between columns */
  padding: 7px;
}

/* Style for each column */
.column1, .column2, .column3 {
    /* padding: 20px; */
    /*background-color: #f0f0f0;*/
    /* border: 1px solid #ccc; */
    text-align: center;
}
    .column p {
    font-weight: bold;
}
.column.column1 {
    /*background-color: #ffd228;*/
}
/* Adjust layout for medium screens */
@media (max-width: 768px) {
  .container {
    grid-template-columns: 1fr 1fr; /* 2 columns on medium screens */
  }
}

/* Adjust layout for small screens */
@media (max-width: 480px) {
  .container {
    grid-template-columns: 1fr; /* 1 column on small screens */
  }
  .container-announc {
    display: block;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    padding: 7px;
}
}

.index-section {
    margin: 0;
    padding: 0 !important;
  
}
div#shopify-section-sections--23152247341385__advanced_content_jWrzU7 {
    background: black;
}
.container-announc p {
    color: white;
}
div#shopify-section-template--23152246554953__featured-collections {
    margin-bottom: 60px;
    margin-top: 60px;
}
div#CollectionSection-template--23152246554953__featured_collection_4HtEzz {
    margin-top: 60px;
  margin-bottom:60px;
}

div#shopify-section-sections--23152247308617__footer {
    margin-top: 60px;
}
div#CollectionSection-template--23152246554953__featured-collection {
    padding-bottom: 60px;
}
p.mb-dis {
    text-align: center;
}
.contact-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #00B67A;`
}

.contact-left, .contact-right {
  width: 50%;
  text-align: center;
  padding: 5px;
  color:white;
}
.site-header__element.site-header__element--top {
    background-color: white;
}
.contact-right a {
    color: white;
    font-weight: bolder;
}

.contact-right a {
  margin: 0 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .contact-left, .contact-right {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.highlight-features {
  position: relative;
  background-color: #235988;
  color: white;
  padding: 0px 25px;
  overflow: hidden;
}

.highlight-slider {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.highlight-item {
  flex: 0 0 22%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.highlight-item i {
  font-size: 32px;
  margin-right: 15px;
}

.highlight-text h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bold;
}

.highlight-text p {
  font-size: 14px;
  margin: 0;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  display: none;
}

@media (max-width: 992px) {
  .highlight-slider {
    overflow-x: auto;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .highlight-item {
    flex: 0 0 45%;
    scroll-snap-align: start;
  }
}

@media (max-width: 600px) {
  .highlight-item {
    flex: 0 0 80%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }

  .highlight-item i {
    margin: 0 10px 0 0;
  }

  .highlight-text h3, .highlight-text p {
    text-align: left;
  }

  .slider-btn {
    display: block;
  }

  .slider-btn.prev {
    left: 0;
  }

  .slider-btn.next {
    right: 0;
  }
}
ul.site-nav.site-navigation.site-navigation--below.small--hide
Specificity: (0,4,1)
 {
    text-align: center;
}

ul.site-nav.site-navigation.site-navigation--below.small--hide {
    text-align: center;
}

 .banner-wrapper {
    width: 100%;
  }

  .banner-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .banner-image .overlay {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay with opacity */
    z-index: 1;
  }

  .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    padding: 20px;
  }

  .banner-heading {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 20px;
  }

  .banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .banner-buttons.start {
    justify-content: flex-start;
  }
  .banner-buttons.center {
    justify-content: center;
  }
  .banner-buttons.end {
    justify-content: flex-end;
  }
  .banner-buttons.space-around {
    justify-content: space-around;
  }
  .banner-buttons.space-between {
    justify-content: space-between;
  }

  .banner-btn {
    background-color: #235988;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }

  .banner-btn:hover {
    background-color: #333;
  }

  /* Desktop by default */
  .banner-image-desktop {
    display: flex;
  }

  .banner-image-mobile {
    display: none;
  }
summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown
Specificity: (0,3,1)
 {
    color: white ;
}
  /* Mobile & Tablet Styles */
  @media (max-width: 1024px) {
    .banner-image-desktop {
      display: none;
    }

    .banner-image-mobile {
      display: flex;
    }

    .banner-heading {
      font-size: 1.5rem;
    }

    .banner-buttons {
      flex-direction: column;
      align-items: center !important;
    }

    .banner-btn {
      font-size: 0.9rem;
      padding: 10px 18px;
      width: 100%;
      max-width: 300px;
      text-align: center;
    }
  }
div#shopify-section-template--17534448369734__featured-collections {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
div#Slideshow-template--17534448369734__slideshow_split_9gzktm {
    padding-top: 60px;
    padding-bottom: 60px;
}
.hero__sidebyside-content {
    background-color: #F2F5f7 !important;
    color: black;
}
.hero__link a {
    background-color: #0072c3 !important;
    color: black !important;
}
.btn--secondary, .block-buy-buttons[data-show-dynamic-checkout] .btn, .rte .btn--secondary
Specificity: (0,1,0)
 {
    border: 1px solid;
    border-color: var(--color-text-body);
    color: var(--color-text-body);
    background-color: #4cc298;
}
.whatsapp-wrapper {
    display: ruby;
}
svg.svg-custom {
    vertical-align: bottom;
}
button#ProductSubmitButton-template--17534448762950__main{
  background-color:#4cc298!important;
}
.index-section.index-section--sub-product {
    padding-top: 60px !important;
}
/*a.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
    display: none;
}*/
a.site-nav__dropdown-link.site-nav__dropdown-link--top-level {
    font-weight: bolder;
    border-bottom: 1px solid black;
}
summary.site-nav__link.site-nav__link--underline.site-nav__link--has-dropdown {
    padding-left: 0% !important;
}
.site-header__element.site-header__element--sub {
    background-color: gold;
        border-top: 4px solid #0f4c89;
}
.fancy-collection-image {
  width: 100%;
  height: 250px; /* or any fixed height you prefer */
  overflow: hidden;
}

.fancy-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image covers the area without distortion */
  display: block;
}

  .fancy-collection-list {
    padding: 4rem 2rem;
    background: linear-gradient(to right, #f7f7f7, #ffffff);
    text-align: center;
  }
  .fancy-collection-heading {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
    color: #222;
  }
  .fancy-collections-grid {
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
  }
  .fancy-collection-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .fancy-collection-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
  }
  .fancy-collection-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .fancy-collection-title {
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
  }

  @media (min-width: 1025px) {
    .fancy-collections-grid {
      grid-template-columns: repeat(var(--columns-desktop), 1fr);
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .fancy-collections-grid {
      grid-template-columns: repeat(var(--columns-laptop), 1fr);
    }
  }
  @media (max-width: 767px) {
    .fancy-collections-grid {
      grid-template-columns: repeat(var(--columns-mobile), 1fr);
    }
  }
button#ProductSubmitButton-template--17724680077382__main {
    background-color: #4cc298 !important;
}
.btn--secondary, .block-buy-buttons[data-show-dynamic-checkout] .btn, .rte .btn--secondary{
   background-color: #4cc298 !important;
}
div#shopify-section-template--17726098735174__featured-collections {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
div#CollectionSection-template--17726098735174__featured-collection {
    padding-bottom: 60px;
}
svg.placeholder-svg {
    display: none;
}
@media (max-width:768px){
  section.section.desktop {
    display:none;
}
}
@media (min-width:768px){
  section.section.mobile {
    display:none;
}
}
.slide {
    display: flex;
}
.four-col-row-section {
  background-color: {{ section.settings.background_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.four-col-row-section .section-heading {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.four-col-row-section .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 20px;
    padding-bottom: 50px;
}

.four-col-row-section .feature-block {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.four-col-row-section .feature-block:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.four-col-row-section .feature-block img {
  width: 50px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.four-col-row-section .feature-content {
  flex: 1;
}

.four-col-row-section .feature-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 4px;
}

.four-col-row-section .feature-content p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
  .four-col-row-section .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .four-col-row-section .grid {
    grid-template-columns: 1fr;
  }
}
div#shopify-section-template--27653782045017__4_columns_KqFbG9 {
    padding-bottom: 3%;
}
.slideshow__slide.slideshow__slide--slideshow-split3-0.is-selected {
    padding-top: 25px;
}
.collection-filter {
    background-color: #efefef;
    padding: 1%;
}
.site-nav__link {
    font-size: 15px;
    font-weight: bolder;
}
a.site-nav__dropdown-link {
    font-size: larger;
}


.rq-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px 28px;
  min-height: 46px;

  background: linear-gradient(135deg, #0a8a7a, #12b8a3);
  color: #ffffff;

  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;

  border-radius: 999px;
  border: none;
  cursor: pointer;

  box-shadow: 0 10px 28px rgba(10, 138, 122, 0.35);
  transition: all .25s ease;
}

.rq-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(10, 138, 122, 0.45);
  filter: brightness(1.05);
}

.rq-btn:active{
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(10, 138, 122, 0.3);
}


  



  #promo-tiles-{{ section.id }}{
      --radius: 0px;
      --shadow: 0 12px 30px rgba(0,0,0,.18);
      --shadow-hover: 0 18px 45px rgba(0,0,0,.24);
      padding: {{ section.settings.section_padding_y }}px 0;
      background: {{ section.settings.section_bg }};
    }

    #promo-tiles-{{ section.id }} .promo-tiles__header{
      margin-bottom: 18px;
    }
    #promo-tiles-{{ section.id }} .promo-tiles__title{
      margin: 0 0 6px;
      font-size: clamp(18px, 2.1vw, 28px);
      font-weight: 700;
      letter-spacing: .02em;
      color: {{ section.settings.heading_color }};
      text-transform: {{ section.settings.heading_caps }};
    }
    #promo-tiles-{{ section.id }} .promo-tiles__subtitle{
      margin: 0;
      color: {{ section.settings.subheading_color }};
      font-size: 14px;
      line-height: 1.4;
    }

    #promo-tiles-{{ section.id }} .promo-tiles__grid{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }

    #promo-tiles-{{ section.id }} .promo-tile{
      border-radius: 0px;
      overflow: hidden;
      box-shadow: var(--shadow);
      background: #111;
      transform: translateZ(0);
    }

    #promo-tiles-{{ section.id }} .promo-tile__link{
      display:block;
      text-decoration:none;
      color: inherit;
      outline: none;
    }

    #promo-tiles-{{ section.id }} .promo-tile__media{
      position: relative;
      aspect-ratio: 1 / 1;
      width: 100%;
      overflow: hidden;
      background: #0b0b0b;
    }

    #promo-tiles-{{ section.id }} .promo-tile__img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.01);
      transition: transform .45s ease;
      filter: saturate(1.05) contrast(1.02);
    }
    #promo-tiles-{{ section.id }} .promo-tile__img--placeholder{
      width:100%;
      height:100%;
      background: linear-gradient(135deg, #222, #111);
    }

    /* Overlay */
    #promo-tiles-{{ section.id }} .promo-tile__overlay{
      position:absolute;
      inset:0;
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      gap: 10px;
      padding: 14px;
      background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.55) 100%);
      pointer-events:none;
    }

    /* Top badge */
    #promo-tiles-{{ section.id }} .promo-tile__badge{
      position:absolute;
      top: 12px;
      left: 12px;
      padding: 10px 12px;
      border-radius: 0px;
      font-weight: 800;
      letter-spacing: .05em;
      text-transform: uppercase;
      font-size: 15px;
      line-height: 1;
      background: var(--badge-bg, #ffd814);
      color: var(--badge-color, #111);
      box-shadow: 0 10px 18px rgba(0,0,0,.22);
      pointer-events:none;
    }

    /* Optional tagline */
    #promo-tiles-{{ section.id }} .promo-tile__tagline{
      align-self:flex-start;
      padding: 7px 10px;
      border-radius: 0px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .02em;
      background: var(--tagline-bg, rgba(255,255,255,.18));
      color: var(--tagline-color, #fff);
      backdrop-filter: blur(6px);
    }

    /* Button */
    #promo-tiles-{{ section.id }} .promo-tile__btn{
      align-self:flex-start;
      padding: 10px 14px;
      border-radius: 0px;
      font-weight: 800;
      font-size: 13px;
      line-height: 1;
      letter-spacing: .02em;
      background: var(--btn-bg, #0f4c89);
      color: var(--btn-color, #fff);
      border: 2px solid var(--btn-border, rgba(255,255,255,.45));
      box-shadow: 0 10px 18px rgba(0,0,0,.22);
      pointer-events:none;
    }

    /* Hover */
    #promo-tiles-{{ section.id }} .promo-tile:hover{
      box-shadow: var(--shadow-hover);
    }
    #promo-tiles-{{ section.id }} .promo-tile:hover .promo-tile__img{
      transform: scale(1.08);
    }

    /* Tablet */
    @media (max-width: 989px){
      #promo-tiles-{{ section.id }} .promo-tiles__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    /* Mobile swipe */
    @media (max-width: 749px){
      #promo-tiles-{{ section.id }} .promo-tiles__grid{
        grid-template-columns: unset;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 78%;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 14px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
      }
      #promo-tiles-{{ section.id }} .promo-tiles__grid::-webkit-scrollbar{ height: 8px; }
      #promo-tiles-{{ section.id }} .promo-tiles__grid::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 99px; }

      #promo-tiles-{{ section.id }} .promo-tile{
        scroll-snap-align: start;
      }
      #promo-tiles-{{ section.id }} .promo-tile__badge{
        font-size: 14px;
      }
    }
