/** Shopify CDN: Minification failed

Line 15:15 Expected identifier but found whitespace
Line 15:21 Unexpected ";"

**/
.search-suggestions .image-cont, .main-search__results .image-cont{
  border-radius: 12px !important;
  width: 50%;
}
/* .section-multi-column .container, .section-rich-text .container{
    /* background: radial-gradient(circle, #EBEBEB, #EBEBEB); */
  /* background: radial-gradient(circle, #e3f7e9, #e3f7e9); green */
  /* background: radial-gradient(circle, #ffffff, #ffffff); white */
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    margin: 0px 25px !important; */
    
}
/* Custom code to change width of the section section on the hero banner */
.overlay-text__text{
  
}
/* end of custom code for hero section */

/* BEGIN CUSTOM CODE for Region Search */
.main-search-region .rimage-wrapper .rimage__image.cover {
  object-fit: contain;
}
.main-search-region .rimage-wrapper {
  padding-top: 100% !important;
}
.overlay-text__button-header{
  margin-bottom: 0px;
  margin-left: 6px;
  /* font-style: italic; */
  font: caption;
  /* text-align: left; */
  /* padding-left: 15px; */
}
.main-search-region {
  text-align: center;
}
.main-search-region .button.notabutton {
  color: currentColor;
}
.main-search-region .button.notabutton:hover {
  color: currentColor;
}
.section-header .main-search-region {
  position: fixed;
  z-index: 300;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  color: #000000;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
}
.main-search-region button.main-search-region__close {
    position: absolute;
    right: 0;
    top: -55px;
    padding: 10px;
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.main-search-region .product-block{
  opacity: 1;
}

.main-search-region .collection-listing{
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 10px;
}
.main-search-region .collection-listing .product-block {
    width: calc(25% - 10px);
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 2px;
    padding-left: 0px;
    opacity: 1;
}

@media (max-width: 767px) {
  .main-search-region .collection-listing .product-block {
    width: calc(50% - 10px);
  }
}
/* END CUSTOM CODE for Region Search */



/* Custom CSS - New THEME */

.custom-title-block {
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 1.2;
}

.title-line-1 {
  font-size: 2rem;
  font-weight: 600;
  color: #0f3e82;
}

.title-line-2 {
  font-size: 3rem;
  font-weight: 800;
  color: #11487b;
  letter-spacing: -1px;
}

.with-icon {
    margin-top: 0.5em;
}

button.btn.btn--large.add-to-cart {
    display: none;
}

.product-form .quantity-submit-row .quantity-submit-row__submit{
  margin:0;
}

.product-form .input-row, .buy-buttons-row {
    margin: 0;
    clear: both;
}


.tdev-secure-payment {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #111827;
  margin-top: 1rem;
 justify-content: center;
}

.tdev-secure-icon {
  width: 20px;
  height: 20px;
}

/* .accelerated-checkout-button {
    --gravity-button-padding-left: 13px !important;
    --gravity-button-padding-right: 13px !important;
} */


  .tdev-mobile-only { display: none; }
  .tdev-desktop-only { display: block; }

 
  .desktop-product-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 16px;
    display: block;
    margin: 0 auto;
  }
  
 
  .mobile-hero-banner {
    position: relative;
    width: 100%;
   
    aspect-ratio: 1000 / 375; /* Approximates the shape from the screenshot */
    margin-bottom: 0px; /* Space below the banner */
    line-height: 0; /* Remove extra space */
    border-top: 3px solid #10b981; /* The thin green line at the top */
  }

  .mobile-banner-svg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .mobile-banner-flag-container {
    position: absolute;
    top: 50%;
    left: 8%; /* Position from the left edge */
    transform: translateY(-50%);
    width: 25%; /* Size of the flag relative to banner width */
    max-width: 100px; /* Max pixel size for the flag */
    height: auto;
    z-index: 2; /* Ensure flag is on top of the SVG shape */
  }

  .mobile-banner-flag-container img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 3px solid white;
  }

  /* --- Responsive Breakpoint --- */
  /* On screens 767px or less, toggle visibility */
  @media (max-width: 767px) {
    .tdev-desktop-only { display: none; }
    .tdev-mobile-only { display: block; }
    product-form.container {
  
  padding-left: 15px !important;
}
  }


/* .section-header{
  margin-bottom: 0 !important;
} */


.comp-grid-col.highlight-col .comp-grid-icon {
  color: #fff;
}


product-form.container {
  /* Allow the container to grow to the full screen width */
  max-width: 100%;

  /* Set our own controlled padding */
  padding-left: 10rem;
  padding-right: 15px;
}


.product-detail .product-column-right{
  max-width: 680px;
}


.sticky-product-header {
  display: none !important; 
}
/*
 * --- STICKY PRODUCT HEADER STYLES ---
 * These styles only apply to mobile devices (max-width: 768px).
*/
@media (max-width: 768px) {
  
  /* The sticky bar container */
  .sticky-product-header {
    display: flex !important; 
    align-items: center;
    position: fixed; /* This is key to making it "stick" */
    top: 68px;
    left: 0;
    width: 100%;
    background-color: #10b981;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999; /* Ensures it's on top of other content */
    
    /* Initially hidden above the screen */
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

  /* The class added by JavaScript to show the bar */
  .sticky-product-header.visible {
    transform: translateY(0%); /* Slides the bar into view */
  }

  /* Styling for the title inside the sticky bar */
  .product-title-sticky {
    margin: 0;
    font-size: 2rem; /* A smaller font size for the sticky bar */
    line-height: 1.2;
    text-align: left;
    color: white;
  }
  
  .title-line-1-sticky {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    color: white;
  }

  .title-line-2-sticky {
    display: block;
    font-weight: 700;
  }
}
svg.flag-banner {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}
.jdgm-revs-tab-btn.btn {
    display: none !important;
}


/* BEGIN Custom CSS for Header Search Input */
.custom-header-search-input-container{
  text-align: center
}
.custom-header-search-input-container-desktop{
  display: block;
  width: 100%;
}
.custom-header-search-input-container-mobile{
    display: none;
  }

.custom-header-search-input{
  width: 500px;
  border-radius: 15px 0px 0px 15px !important;
  line-height: 17px !important;
}

.custom-header-search-input_ltr{
  border-radius: 15px 0px 0px 15px !important;
  border-right: none !important;
}
.custom-header-search-input_rtl{
  border-radius: 0px 15px 15px 0px !important;
  border-left: none !important;
}

.custom_search_btn_header{
  border: 1px solid #bfbfbf !important;
  height: 45px;
  width: 40px;
  background: #fff !important;
  opacity: 0.8;
}

.custom_search_btn_header_ltr{
  margin-left: -3px;
  border-radius: 0 15px 15px 0;
  padding: 0px 10px 0px 0px;
  border-left: none !important;
}
.custom_search_btn_header_rtl{
  margin-right: -3px;
  border-radius: 15px 0px 0px 15px;
  padding: 0px 0px 0px 10px;
  border-right: none !important;
}

@media (max-width: 768px) {
  .custom-header-search-input{
    width: 80%;
  }
  .custom-header-search-input-container-desktop{
    display: none;
  }
  .custom-header-search-input-container-mobile{
    display: block;
    flex: 0 0 100%;
  }
}

/* END Custom CSS for Header Search Input */