/** Shopify CDN: Minification failed

Line 94:18 Unexpected "/"

**/

/* Product card */
.m-product-card.m-product-card--style-1.m-product-card--show-second-img.m-scroll-trigger.animate--fade-in-up,
.m-product-card.m-product-card--style-1.m-scroll-trigger.animate--fade-in-up{
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.35s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.05);
}

/* Hover Effect */
.m-product-card.m-product-card--style-1.m-product-card--show-second-img.m-scroll-trigger.animate--fade-in-up:hover,
.m-product-card.m-product-card--style-1.m-scroll-trigger.animate--fade-in-up:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
  border-color: rgba(0,0,0,0.08);
}

/* Image zoom */
.m-product-card.m-product-card--style-1 img{
  transition: transform 0.4s ease;
}

.m-product-card.m-product-card--style-1:hover img{
  transform: scale(1.05);
}

/* Content padding */
.m-product-card .m-product-card__content{
  padding: 16px 18px 20px;
}

/* Title */
.m-product-card .m-product-card__title{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

/* Price */
.m-product-card .price{
  font-weight: 700;
  font-size: 15px;
}

button.m-tooltip.m-button--icon.m-product-quickview-button.m-spinner-button.m-tooltip--left.m-tooltip--style-1 {
    background: black;
    color: #fff;
}

button.m-product-form.m\:w-full.m-product-quickview-button.m-spinner-button.m-button.m-button--white {
    background: #000 !important;
    color: #fff !important;
}

/* newslatter */
.m-newsletter-section__description.rte.m\:w-full.m\:text-color-subtext {
    opacity: 1;
}
button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background: #000 !important;
    color: #fff !important;
}


/* Popular pics  */
section#m-section--template--27390913347716__featured_collection_HKAwmV
h2.m-section__heading.h3.m-scroll-trigger.animate--fade-in-up {
    font-size: 30px !important;
}

/* catagory card titile  */
.category-card__title {
  font-size: 24px !important;
}
.category-card__content{
  background: rgba(0, 0, 0, 0.35); /* light black overlay */
  padding: 15px;
  border-radius: 6px;
}

button#scroll-to-top-button {
    left: 50%;
    transform: translate(-50%);
    border: none;
}
* Privacy Policy */

.shopify-policy__container {
max-width: 1460px !important;
padding: 60px 0px;
}
.shopify-policy__title {
text-align: center;
margin-bottom: 40px;
}
.shopify-policy__title h1 {
font-size: 35px;
text-transform: capitalize;
}
h3.m-accordion--item-button.m-footer--block-title {
    font-size: 20px !important;
}

.m-richtext__description.rte.m\:text-color-subtext.h6 {
    text-align: justify;
}

#m-hero-section-template--27390912299140__image_with_text_2_pdtKaa m-hero#m-hero-template--27390912299140__image_with_text_2_pdtKaa {
    margin-bottom: 0px;
}


a#more-payment-options-link {
    display: none;
}
/* -------------------------------------------responsive ---------------------------------------------------------- */
@media (max-width: 767px) {
h3.category-card__title {
        font-size: 16px !important;
    }
}

