/** Shopify CDN: Minification failed

Line 297:40 Unexpected "{"
Line 297:49 Expected ":"
Line 297:56 Unexpected "{"

**/
.page-wrap {
    min-height: unset !important;
}

.mb10 {
    margin-bottom: unset !important;
}
@media screen and (max-width:1150px){

  .ch-announcement{
    padding:11px 0 0 0 !important;
    overflow:hidden;
        height: 40px;
  }

  .ch-ann-container{
    display:flex !important;
    flex-direction:row !important;
    align-items:unset !important;
    justify-content:flex-start !important;
    flex-wrap:nowrap !important;

    width:max-content;
    gap:35px;

    padding:0 !important;
    margin:0 !important;

    animation: announcementTicker 15s linear infinite;
  }

  .ch-ann-left,
  .ch-ann-right{
    display:flex !important;
    align-items:unset !important;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
  }

  .ch-ann-right{
    gap:20px;
  }

  .ch-ann-link{
    white-space:nowrap !important;
  }

  .ch-ann-link svg{
    width:16px !important;
    height:16px !important;
  }

  .ch-announcement *{
    line-height:1.2 !important;
    
  }
@keyframes announcementTicker{
  from{
    transform:translateX(calc(100vw + 40px));
  }

  to{
    transform:translateX(-100%);
  }
} }
@media (max-width:1563px){
.ch-nav-left{
    padding-left: unset !important;
}
}

@media(min-width:1150px) and (max-width:1354px){
.ch-logo-box img {
    max-width: 150px !important;
}
.ch-wrapper a{
    font-size: 12px !important;
}
.ch-menu {
    gap: 20px !important;
}
}


@media(min-width:1150px) and (max-width:1218px){
.ch-icons {
    gap: 10px !important;
}

.ch-nav-right {
    padding-left: 97px !important;
}
}


ul.ch-grandchild-dropdown {
    position: absolute !important;
    top: -10px !important; /* Thoda upar se align karne ke liye */
    left: 100% !important; /* Right side ki taraf flyout hoga */
    background-color: #ffffff !important; /* Image 2 jaisa off-white/cream color */
    min-width: 240px !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-radius: 4px !important;

    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(10px) !important;
    transition: all 0.3s ease !important;
    z-index: 999 !important;
    list-style: none !important;
    display: block !important;

}

/* Right Header Menu ke liye ulta flyout (Left ki taraf khulega) */
.ch-nav-right ul.ch-grandchild-dropdown {
    left: auto !important;
    right: 100% !important;
    transform: translateX(-10px) !important;
}

/* Hover karne par menu show ho */
li.ch-dropdown-item-has-children:hover > ul.ch-grandchild-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

a.ch-ann-link {
    text-decoration: underline !important;
}  


/* Type kiye hue text ka color black karne ke liye */
.searchbox input#q {
    color: #000000 !important;
}

/* Jo "Search..." placeholder likha aata hai, uska color bhi black karne ke liye */
.searchbox input#q::placeholder {
    color: #000000 !important;
    opacity: 1 !important; /* Opacity 1 zaroori hai taaki text faded na dikhe */
}
/* Normal state mein cross icon ko black karne ke liye */
.searchbox .search-close svg g.icon-fill,
.searchbox .search-close svg line {
    stroke: #000000 !important;
}

@media(max-width:360px){
.footer-contact-item {
    word-break: break-word;
}
}


/* Newsletter Success and Error Messages */
  .newsletter-success {
    color: #C2A985; /* Matches your accent theme color */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #C2A985;
    border-radius: 8px;
    text-align: center;
  }
  .newsletter-error {
    color: #ff6b6b; /* Red color for error visibility */
    font-size: 13px;
    margin-bottom: 15px;
  }
  .newsletter-error ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
/* 
  .ch-header-container {
    margin-bottom: -2% !important;
  } */

@media(min-width:1720px){
  .ch-ann-container {
    padding: unset !important;
  }
  .ch-header-container {
    padding: 0 7px 0px 40px !important;
}
}

@media(min-width:1150px){
.ch-ann-container.ch-ann-marquee{
    position: relative;
}

.ch-ann-container.ch-ann-marquee::after{
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background:#654C3E;
    pointer-events: none;
   
}
}
@media (max-width: 820px) {

  .hero-main::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
      to bottom,
      rgba(245,240,235,0) 0%,
      rgba(245,240,235,0.70) 75%,
      #F5F0EB 100%
    );
  }
  

}

  .rs-image-col {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: unset;
    position: relative; 
    
 
    aspect-ratio: 7 / 3; 
  }

  .rs-image-col img, 
  .rs-image-col svg {
    width: 100%;
    

    height: 100%; 
    display: block;
    
    
    object-fit: cover; 
    object-position: center;
  }

  @media (max-width:1024px){
  .blepharitis-section .csk-image-col img,
  .blepharitis-section .placeholder-svg{
    border-radius:16px 16px 150px 16px !important;
  }
}

@media (max-width:900px){
  .blepharitis-section .csk-image-col img,
  .blepharitis-section .placeholder-svg{
    border-radius:16px 16px 100px 16px !important;
  }
  .searchbox .search-close svg {
    width: 30px;
    height: 30px;
}
}

@media (max-width:480px){
  .blepharitis-section .csk-image-col img,
  .blepharitis-section .placeholder-svg{
    border-radius: 12px 12px 65px 12px !important;
  }
}




.custom-rosacea-section .crs-card,
.custom-rosacea-section .crs-info {
    overflow: visible !important;
}



.template-page-blepharitis .hero-title-{{ section.id }} {
 Font-size: clamp(25px, 4vw, 60px) !important;
}


@media(max-width:767px){
.blepharitis-section .csk-button { 
font-size:15px !Important;
    }
}

@media(max-width:650px){
p.cps-subhightlight-text {
    font-size: 14px !important;
}
}


#refund-policy .page-wrap,
#shipping-policy .page-wrap,
#terms-of-service .page-wrap,
#privacy-policy .page-wrap {
    margin-top: 3%;
}