/** Shopify CDN: Minification failed

Line 84:0 Unexpected "}"
Line 96:53 Expected identifier but found "*"

**/
@media (max-width: 768px) {
   .slick-initialized .slick-slide{
      justify-content: end !important;
   }
  .slick-prev:before{
      position: absolute;
    left: 15px;
  }
   .slick-next:before{
      position: absolute;
      left: 55px;
   }
  .slick-dots{
    position: absolute;
    left: 30px;
  }
   .product-title {
     font-size: 14px !important;
    
  }
}

.product-title{
 display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  
  /* Force height for 2 lines of text */
  line-height: 1.5!important; /* or your actual line-height */
  max-height: calc(1.5em * 2) !important; /* 2 lines */
}

.get-in-touch{
    font-family: Libre Caslon Text;
    font-weight: 700;
    font-size: 41px;
    line-height: 100%;
    vertical-align: middle;
    color: #83ACD4 !important;
    margin-bottom: 15px;
}

.help-button-product{
   padding: 10px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: Libre Caslon Text;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none;
}
/* .buy-button-wrapper{
  padding: 0px !important
} */
.page-title{
  display: none !important;
}
.help-button{
   background-color: #83ACD4;
    color: white;
    padding: 6px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
   align-items: center;
  justify-content: center;
  margin-top: 10px;
}
}
}
@media (max-width: 767px) {
  .btn-cart{
    justify-content: center !important;
  }
  .quantity-action-row .quantity-wrapper input[type=number]{
    margin-left: 0px !important;
  }
}
.product-title{
      height: auto  !important; /* or a larger value */
     /* overflow: visible  !important; /* or auto */ */
    }
.product-type{
    margin-top: 20px !important;
}
.header_submenu .header_submenu {
    margin: 0 rem !important;
}

footer a[href*="ecomposer.io"] {
  display: none !important;
}

.breadcrumb-delimeter:not(:last-child)::after {
    content: "" !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('/cdn/shop/files/Vector.png?v=1748428872')!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.75rem;
    margin-right: 0.50rem;
    vertical-align: middle;
}



.right-sorting{
  display: inline !important;
}
.cart-popup-actionsss   .button primary{
  background-color: #212121 !important;
}
.cart-popup-actionsss{
  justify-content: space-evenly !important;
   border: none;
}
.cart-popup-header{
   background-color: #F9F5EC !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
   .header__icons{
  margin-right: 0px !important;
}
}
.header:not(.drawer-menu).page-width{
  padding-left: 20px !important;
  padding-right:0px !important; 
}
.header__icons{
  padding-right: 0px !important;
  margin-right: -25px;
}
.mobile-filter-toggle{
  width: 100% !important;
  margin-bottom: 0px !important;
}
.filter-bar select , .showing-count ,.filter-bar label {
   font-weight: 500 !important;
}
#cartPopup{
   width: 350px !important;
}
/*Search Bar  */
details[open]>.search-modal{
}
.product-option::before {
  content: ''; /* Ensure no content shows */
  font-size: initial;
}
.view-more{
   background-color: #FFF8E7 !important ;
}
.view-more:hover{
  background-color: #000000 !important ;
  color:white !important;
}
.homepage-banner-content a{
   padding: 6px 24px !important;
}
.homepage-banner-content a:hover{
   background-color: #444442 !important;
}
.homepage-banner-content a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 5px;
   vertical-align: middle;
  background: no-repeat center/contain url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5L20 12L13 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 12H20' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.frame-size{
  margin-top:5px !important;
}
.section-heading h2 {
  font-size: 24px !important;
}
.products-grid{
  gap:50px !important;
}
.product-card{
  background-color: #FFFBF2 !important;
}
.product-card:hover{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1),
              0 2px 4px rgba(0, 0, 0, 0.06);
}
.banner__box>*:first-child{
text-align: left;
font-family: Libre Caslon Text;
font-weight: 700;
font-size: 50px !important;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
}
.banner__box .banner__heading+*{
font-family: Libre Caslon Text;
font-weight: 400;
font-size: 16px !important;
leading-trim: Cap height;
line-height: 32px;
letter-spacing: 0%;
text-transform: capitalize;
color: #FFFFFF;
text-align: left;

}

.antony-custom-collection{
 background-color: #F9F5ECE5; 
}

/* .filter-bar{
  visibility: hidden;
} */

.form-wrap .control-item{
  display: flex !important;
    gap: 30px !important;
}

.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  font-family: 'Libre Caslon Text', serif;
  font-size: 16px !important;
  font-weight:600;
  color:#000000;
}
.filter-bar select {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .section-heading {
  display: flex !important;
  align-items: center !important; 
  flex-direction: row !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap:20px  !important;
}

  .ecom-newsletter-form-content{
    flex-wrap: nowrap !important;
  }
    .section-heading h2{
      font-size:14px !important;
    }
  .view-more{
     font-size:12px !important;
    padding: 6px 15px !important ;
    white-space: nowrap !important;
  }
  .products-grid{
  gap:25px !important;
}
    .product-title{
      font-size: 14px !important;
    display: -webkit-box !important;
  -webkit-line-clamp: 2!important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  
  /* Force height for 2 lines of text */
  line-height: 1.7!important; /* or your actual line-height */
  max-height: calc(1.7em * 2) !important; /* 2 lines */
    }
    .product-type{
       margin-top: 25px;
    }
  .frame-size{
    margin-top: 5px;
  }
  .product-type,.frame-size {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(2.5em * 2); /* 2 lines max */
}
}
.list-menu__item{
font-family: Libre Caslon Text;
font-weight: 600;
font-size: 15px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:#000000;
}

.header__submenu .header__menu-item{
  font-family: Libre Caslon Text;
font-weight: 400;
font-size: 13px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
border-bottom: 1px solid #7B7B7B;
  
}
details[open]>.header__submenu{
  background-color: #F9F5EC;
}

.header__menu-item:hover span{
  text-decoration: none;
}

.header__submenu.list-menu{
  padding: unset;
}

.header-wrapper--border-bottom{
  background-color: #F9F5ECE5;
}

.header{
  padding: unset;
}

.icon-cart{
  display: none;
}

.cart-icon-link {
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

/* header navbar flex */
.cart-icon-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* header cart icon image */
.cart-image {
  object-fit: contain;
  display: block;
}
/* cart count in header */
.cart-count-bubble{
  left: -1rem !important;
}

/* header menu underline */
.header__active-menu-item{
  text-decoration: none !important;
}

/* navbar menu */
.list-menu--inline {
  margin-left:5rem !important;
}

/* sub menu */
.list-menu__item--active{
  text-decoration: none !important;
}

/* end of navbar menu */



@media (max-width: 480px) {
.header{
padding: 0 1.5rem;
}
  
}


/* cart page mobile hiding */
@media (max-width:480px){
  #shopify-section-template--24630180774180__cart-items{
    display: none;
  }
  .cart__footer>*{
    display: none !important;
  }
}

.showing-count{
  margin-right: 23px;
    padding-left: 23px;
}

/* durai custom css */



#pifyform-31506 .form-header{
  border-bottom:unset !important;
}

/* Hide by default */
#cart-popup-mobile {
  display: none;
}

/* Show only on screens smaller than 768px */
@media (max-width: 767px) {
  #cart-popup-mobile {
    display: block;
  }

  .header__icon--cart{
    display: none !important;
  }

  .section-template--24630180774180__cart-footer-padding{
    padding: unset !important;
  }
}

@media screen and (max-width: 768px) {
    .cart-mobile__frame{
      font-family:Libre Caslon Text !important;
     font-weight: 400;
     font-size: 16px !important;
    }
  .cart-mobile__quantity{
    border: 1.5px solid #9F9F9F;
    background-color: #FFFFFF !important;
  }
  .cart-mobile__quantity button{
    background-color: #FFFFFF !important;
  }
  .cart-mobile__quantity input{
    border: none !important;
  }
  .right-sorting{
    margin-right: 110px !important;
  }
}
.actual-price{
    margin-top: 6.5px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

#availability-filter {
  padding-right:5px !important; 
}

/* sort by filter hidding */
.bestseller-filter{
  display:  none !important;
}


/* Homepage Get in Touch Form */

/* Heading Style */
.get-in-touch-heading {
    font-family: 'Libre Caslon Text';
    font-weight: 700;
    font-size: 41px;
    line-height: 100%;
    letter-spacing: 0;
    color: #3A3A3A;
    margin-bottom: 15px;
}

/* Description Style */
.get-in-touch-description {
    font-family: 'Libre Caslon Text';
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #3A3A3A;
    margin-bottom: 25px;
}

/* Button Style */
.get-in-touch-button {
    background-color: #83ACD4 !important;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Libre Caslon Text';
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}




