/** Shopify CDN: Minification failed

Line 44:2 Unexpected "{"
Line 44:3 Expected identifier but found "%"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer (INDEX:14) */
/* 
.footer-container,
.footer-container *{
  font-family:'Poppins',sans-serif !important;
  font-size:13px;
} */


.footer-container .footer-center .footer-link ul li a{
  font-size:13px !important;
}


.footer-container .footer-center p,
.footer-container .footer-center span,
.footer-container .footer-center address{
  font-size:13px !important;
}

/* Headings */
.footer-container .footer-center h3,
.footer-container .footer-center .module-title{
  font-size:15.6px !important;
  font-weight:600;
}

.fotr-social-ico i{
  font-size:20px;
  margin-left:10px;
}

.footer.footer-container {
  {% if section.settings.show_top_border %}
    border-top: 10px solid #00c4cc; /* frozi color */
 
}
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:16) */
/* Desktop view */
.announcement-bar .container a{
    font-size: 13px; /* Desktop ke liye 1px */
}

/* Mobile view */
@media only screen and (max-width: 767px) {
    .announcement-bar .container a{
        font-size: 11px; /* Mobile ke liye 11px */
    }
}
/* END_SECTION:header */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:product-item-new (INDEX:108) */
.pro-brand-card a {
  display: inline-block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.brand-logo {
  max-height: 15px;
  width: auto;
  display: block;
  background: transparent !important;
  margin-top: 5px;
  margin-left: 2px;
}

.pro-brand-card a:focus,
.pro-brand-card a:active {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {

  .product-item,
  .product-inner {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

}

@media (max-width: 768px) {

  .product-image {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .grid-image {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
  }

  .product-image img {
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
  }

}

@media (max-width: 768px) {

  .product-inner {
    overflow: hidden;
  }

  .product-item {
    padding: 0 !important;
  }

}
/* END_SNIPPET:product-item-new */