/** Shopify CDN: Minification failed

Line 188:1 Unexpected "{"
Line 188:2 Expected identifier but found "%"
Line 188:42 Unexpected "{"
Line 188:43 Expected identifier but found "%"

**/
/*// =============================================================================
// Ella Custom CSS - Customize The Style For Layout
// =============================================================================

// =============================================================================
//
// IMPORTANT DISCLAIMER
// Shopify is notifying shop owners about the need to convert scss files to css files.
// Please use only CSS to style the layout.
//
// =============================================================================*/

/* Set Jost font for all headings (h1, h2, h3, h4, h5, h6) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost';
}

/* Set Montserrat font for all other elements */
body, p, div, span, a, li, button {
    font-family: 'Montserrat';
}

#trustpointers .policies-icon{
  opacity: 0.8;
}

.slide-heading{
  text-transform: capitalize;
}

.mobile-tab-custom{
  display: flex;
    padding: 20px;
    justify-content: space-between;
}

.custom-mobile-menu .halo-sidebar-close svg{
  fill: black !important;
}

#MenuMobileListSection-menu{
  padding-top:32px;
}

#MenuMobileListSection-menu .text{
  color: #232323;
font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 140% */
}

.productView-variants .product-form__input .form__label{
  display: none;
}

.product-form__radio:checked+.product-form__label .text {
    background: #212f0f !important;
    border: 1px solid black !important;
    padding: 10px;
    border-radius: 10px;
    color:rgb(255, 255, 255) !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.product-form__label .text {
    font-size: 14px !important;
    background-color: #ffffff00 !important;
    border: 1px solid #000000 !important;
    border-radius: 10px;
    border-radius: 10px !important;
}

.haloCalculatorShipping .progress .progress_shipping{
  width: 100%;
}

/* Mobile header */

.header-mobile--icon .header__heading-logo {
   width: 70px;
}

.header-mobile--icon {
    min-height: 24px;
}

/* zipcode */

.zipcode_bar_title_1511{
   display: none !important;
}

.zipcode_bar_input_1511 input {
    max-width: 100% !important;
    width: 100% !important;
    border: 1px solid #BABABA !important;
    border-top-left-radius:8px !important;
    border-bottom-left-radius: 8px !important;
}

.zipcode_bar_input_1511 button {
    min-width: 112px !important;
    width: 30% !important;
    background: transparent !important;
    color: black !important;
    border: 1px solid black !important;
    border-top-right-radius:8px !important;
    border-bottom-right-radius: 8px !important;

}

.powered-by-zippy{
   display: none !important;
}

.formide{
  display: flex;
}


.header-nav-utility .header__icon--account .customer-links svg {
  transition: transform 0.3s ease;
}

.header-nav-utility .header__icon--account .customer-links:hover svg {
  transform: scale(1.1);
}


.header__icon--whatsapp svg {
  transition: transform 0.3s ease;
}

.header__icon--whatsapp:hover svg {
  transform: scale(1.1);
}

/* halo popup button  */
.product-edit-action .button:before {
    background: white;
}

.product-edit-action .button:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.product-edit-action .button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #212F0F;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.product-edit-action .button:hover {
    color: #ffff !important;
text-align: center;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}

.product-edit-action .button:hover{
 {% comment %} color: #313131 !important; {% endcomment %}
}

.product-edit-action .button {
    position: relative;
    display: inline-block;
    text-align: center;
font-family: Montserrat !important;
font-size: 16px !important;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize !important;
    line-height: 1em;
    background: #FFDE56;
    color: #313131;
    border-radius: 0;
    padding: 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border: none !important;
    border-radius: 8px;
}

/* ends here */

/* Newsletter form Footer  */

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button:before {
    background: white;
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #FFDE56;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button.btn-highlighted:hover {
    color: #ffff !important;
}

.footer-block__newsletter .newsletter-form__button:hover{
 color: #313131 !important;
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button {
    position: relative;
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: #fff;
    color: #313131;
    border-radius: 0;
    padding: 17px 24px;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border: none !important;
    border-radius: 8px;
}

 /* Newsletter form footer ends  */

 /* view cart button starts here  */

#get-rates-container .button:before {
    background: white;
}

#get-rates-container .button:before {
    left: 0;
    right: 0;
    opacity: 1;
}

#get-rates-container .button:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #fff;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

/* #get-rates-container .button:hover {
    color: #ffff !important;
} */

#get-rates-container .button:hover{
    color: #fff !important;
     background: #202E0E !important;
     border: 1px solid #202E0E !important;

}

#get-rates-container .button {
    position: relative;
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: #FFDE56;
    color: #313131;
    border-radius: 0;
    padding: 17px 24px !important;
    border: none;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border: 1px solid #FFDE56 !important;
    border-radius: 8px;
}

 /* view cart button ends here  */

 /* checkout proceed */

.action-group .button-1:before {
    background: white;
}

.action-group .button-1:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.action-group .button-1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #fff;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

/* .action-group .button-1:hover {
    color: #ffff !important;
} */

.action-group .button-1:hover{
     color: #313131 !important;
     border: 1px solid #202E0E !important;
}

.action-group .button-1 {
    position: relative;
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: #202E0E;
    color: #fff;
    border-radius: 0;
    padding: 17px 24px !important;
    border: 1px solid #202E0E !important;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border-radius: 8px;
}


/* continue shopping button starts here */


.action-group .button-2:before {
    background: white;
}

.action-group .button-2:before {
    left: 0;
    right: 0;
    opacity: 1;
}

.action-group .button-2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #fff;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}


.action-group .button-2:hover{
     color: #fff !important;
     background: #202E0E !important;
     border: 1px solid #202E0E !important;
}

.action-group .button-2 {
    position: relative;
    display: inline-block;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    background: #FFDE56;
    color: #000;
    border-radius: 0;
    padding: 17px 24px !important;
    border: 1px solid #FFDE56 !important;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border-radius: 8px;
}
/* continue shopping button ends here */

/* halo popup */

.halo-popup-wrapper .halo-popup-close{
  border-radius: 8px;
}

.slideshow .slick-prev:before, .slideshow .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    display: none !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slideshow.slick-initialized.slick-slider.slick-dotted{
  margin-bottom: 0px !important;
}

.discount_price_combo{
  display: flex;
  gap: 8px;
  padding-bottom: 4px;
  align-items: center;
}

.zippy-success-card-1511 { 
    border: 1px solid #212f0f !important;
    border-radius: 12px !important;
}

.zippy-success-card-1511 svg{
  width: 2rem !important;
  height: 2rem !important;
}

/* mobile nabvar sidebar */

.sidebar_menu_logo{
  width: 90px;
  height: 40px;
}

.menu-heading-mobile .list-menu{
  padding-top: 32px;
}

.newsletter-section .newsletter-form__button{
  margin: 0px !important;
}

@media screen and (max-width:1198px){
  .alternating-feature-section-bootstrap .img-wrapper {
    width: 300px !important;
 }
}

@media (max-width: 1024px) {
    .menu-heading-mobile {
        background: #FDFCF2;
        width: 100%;
    }

    .newsletter-section .newsletter-form__field-wrapper{
      place-content: center;
    }

    .newsletter-section .section-content.flex-direction-row{
      gap: 16px;
    }

    .newsletter-section .newsletter-form__button {
    height: 66px;
   }

}

@media (max-width: 1024px) {
    .menu-heading-mobile {
        padding: 12px 20px 12px !important;
    }

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

  .customer-links svg{
    display: none !important;
  }
}

.site-nav-mobile .header__inline-menu{
  padding-top: 24px;
}

#navigation-mobile .site-nav-mobile.nav-account .header__link--account .title{
  margin: 0 !Important;
}

/* .site-nav-mobile.nav-account .header__link--account, .site-nav-mobile.nav-account .header__icon {
    padding: 10px 20px !important;
} */

@media (max-width: 1024px) {
    .menu-social-media-custom {
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
        margin-right: 20px;
        margin-left: 18px;
        padding-top: 24px;
        border-top: 1px solid;
        width: 85%;
    }
}

@media (max-width: 1024px) {
    .menu-social-media-custom svg {
        width: 40px;
        height: 40px;
    }
}

.menu-lv-1__action {
    padding: 0px 20px 16px !important;
}

#navigation-mobile .menu-lv-1__action{
  color: #232323;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}



.site-nav-mobile.nav-account .header__link--account{
      padding: 0px 0px 16px 20px !important;
}

#navigation-mobile .site-nav-mobile.nav-account .header__link--account .title{
    font-size: 20px  !important;
    line-height: 28px  !important;
}

#navigation-mobile .site-nav-mobile.nav-account .header__link--account .title, #navigation-mobile .site-nav-mobile.nav-account .header__icon .title{
   color: #232323;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.halo-sidebar_menu .halo-sidebar-wrapper{
      background: #FDFCF2;
}

.halo-sidebar_menu .site-nav-mobile .list-menu .menu-lv-item {
    border-bottom: 0px solid #e6e6e6 !important;
}

.site-nav-mobile.nav-account .header__link--account, .site-nav-mobile.nav-account .header__icon{
  border: none;
}

.menu-social-media-custom svg {
    stroke: none !important;
    border-radius: 50%;
    }

 /* cart drawer */

 .cart-item-image:hover .icon, .cart-item-image:hover:before {
        opacity: 0 !important;
        visibility: hidden !important;
        display: none !important;
    }

 .halo-cart-sidebar .previewCartItem-qty .quantity{
  border-radius: 8px;
 }

 .cart-header, .cart-item, #address_country, #address_zip, #get-rates-submit, .cart-coupon-code .form-input, #address_province{
  border-radius: 8px;
 }

 .cart-actions .button{
  border-radius: 8px !important;
 }

 #coupon-code{
  border-radius: 8px;
 }

.cart-item-qty .quantity{
  border-radius: 8px !important;
 }

 .haloCalculatorShipping .progress.progress-free .progress_shipping{
  width: 100% !important;
 }

/* featured section */

.productView-thumbnail .productView-thumbnail-link {
    width: 120px !important;
}

 .productView.layout-2 .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) {
        gap: 20px;
    }

.productView-thumbnail-wrapper .productView-for:not(.slick-initialized){
    white-space: nowrap;
    overflow-x: scroll !important;
}

.productView.layout-2 .productView-thumbnail-wrapper .productView-for {
  display: flex;
}

/* featured product css*/

.featured-product .productView .productView-thumbnail-wrapper{
   width: 80% !important;
}

.featured-product .productView .productView-thumbnail-wrapper {
    padding-left: 0px !important;
}

.productView.layout-2 .productView-thumbnail-wrapper .productView-for {
   padding: 0px 0 38px !important;
}

.productView.layout-2 .productView-images-wrapper {
        flex-direction: column;
    }

@media screen and (max-width:1280px){
      .productView-thumbnail .productView-thumbnail-link {;
        width: 90px !important;
    }

    .featured-product .productView .productView-thumbnail-wrapper {
    width: 100% !important;
  }
}

@media screen and (max-width:767px){
.productView-thumbnail .productView-thumbnail-link {
    background: #121212;
    width: 70px !important;
}

.productView-thumbnail-wrapper .productView-for {
    position: relative;
    font-size: 0;
    letter-spacing: 0;
    padding: 0px 0px 10px 0px !important;
}

    .featured-product .halo-productView-left {
        padding-bottom: 10px !important;
    }

    .newsletter-section .section-content.flex-direction-row{
      gap: 16px;
    }

}

@media screen and (max-width:551px){
.productView-thumbnail-wrapper .productView-for{
    overflow-x: scroll !important;
}
}



.productView_customerview{
  padding-top:16px;
}

.productView-hotStock.is-hide{
    opacity: 1 !important;
    visibility: visible !important;
    transform: scaleY(1) !important;
    height: 40px !important;
}

.hotStock-progress-item{
  width: 60% !important;
}

.featured_product_badge{
  padding-bottom: 12px;
}

.featured-product .productView-quantity .quantity__input {
  color: #545454 !important;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}

.featured-product .productView-quantity .quantity__input {
    min-height: 46px !important;
    border-radius: 8px;
    border: 1px solid #2B2B2B;
}

.featured-product .btn-quantity.minus:before {
    width: 12px !important;
    left: 28px !important;
}

.featured-product .productView-wishlist {
  display: none !important;
}

.product-form .productView-groupTop{
  gap: 16px;
}

.featured-product .productView-action .button{
  border-radius: 8px !important;
}

.productView-buttons .product-form__submit.button{
  color: #313131;
text-align: center !important;
font-family: Montserrat !important;
font-size: 16px !important;
font-style: normal;
font-weight: 600 !important;
line-height: normal;
text-transform: capitalize !important;
}

.featured-product .productView-payment .shopify-payment-button .shopify-payment-button__button--unbranded{
  border-radius: 8px !important;
text-transform: capitalize !important;
  text-align: center !important;
font-family: Montserrat !important;
  font-style: normal;
font-weight: 500 !important;
line-height: normal;
border: none;
}

.featured-product .quantity__container {
    width: 130px !important;
}

.featured-product .productView-quantity .quantity__label{
  color: #3D3D3D !important;
font-family: Montserrat !important;
font-size: 12px !important;
font-style: normal;
font-weight: 500 !important;
line-height: 20px !important;/* 166.667% */
}

.featured-product .productView-quantity .btn-quantity.plus:before, .featured-product .productView-quantity .btn-quantity.plus:after {
      top: 21px !important;
}

.featured-product .productView-quantity .btn-quantity.minus:before{
      top: 21px !important;
}

.featured-product .btn-quantity.plus:before, .featured-product .btn-quantity.plus:after {
    width: 12px !important;
    left: 0;
}

@media (min-width: 551px) {
   .featured-product .productView-buttons .pvGroup-row {
        display: flex;
        justify-content: flex-start;
        align-items: start !important;
        flex-direction: column;
        gap: 12px;
    }
}

@media (min-width: 1200px) {
    .featured-product .halo-productView-right {
          padding-left: 24px !important;
    }
}

.featured-product .productView-share.style-2 .share-button__button{
  background-color: transparent !Important;
}

.featured-product .productView-share.style-2 .share-button__button::hover{
  background-color: transparent !Important;
}


.featured-product .price__label_sale .label_sale{
  color: #D64040;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
  background-color: transparent !important;
  padding: 0px !Important;
  margin: 0px !important;
}

.inclusive_class_mobile{
  padding-top: 8px;
}

.featured-product .price-item--sale{
  color: #2B2B2B !important;
font-family: Montserrat;
font-size: 24px !important;
font-style: normal;
font-weight: 600 !important;
line-height: 32px !important; /* 133.333% */
}

.price_mrp{
  color: #5F5F5F;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.featured-product .price-item--regular{
  color: #5F5F5F !important;
font-family: Montserrat;
font-size: 16px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: 24px !important; /* 150% */
text-decoration-line: line-through;
}

.featured-title span{ 
  color: #2B2B2B;
  font-family: Jost !Important; 
  font-size: 38px !Important; 
  font-style: normal !Important; 
  font-weight: 500 !Important; 
  line-height: 46px !Important;  /* 121.053% */
}

.featured-product .productView-title:hover{
  text-decoration: none !important;
}


.header-nav-utility .header-item:nth-child(3){
  padding-bottom: 0px !Important; 
}

.header-nav-utility .header-item:nth-child(3) {
    margin-right: -20px;
}

/* slider css */

.slideshow .animate--zoom-in .image{
  scale: 1 !important;
}

.slideshow .slick-prev {
    width: 30px !important;
    height: 30px !important;
    background: #dddddd;
}

.slideshow:hover .slick-arrow {
    opacity: 1;
    background: gray;
}

.slideshow .slick-arrow.slick-next {
    right: 12px !important;
}

.slideshow .slick-next {
    width: 30px !important;
    height: 30px !important;
    background: #dddddd;
}

.slideshow .slick-arrow.slick-prev{
  left: 12px;
}

.slide-content .slide-heading{
  font-weight: 500;
}

.slick-dots li.slick-active button, .slider-dots li.active button {
    background: transparent !important;
}

.slideshow .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #ffffff !important;
}

.slideshow .slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px !important;
}

/* header css */

    .header-nav-utility .header-icons .link-effect>span:after {
        background: #ffffff00 !important;
    }

    .header__icon--account::hover .customer-links>svg{
      transform: scale(1.2);
        transition: 1s ease;
    }

@media screen and (min-width: 1025px) {
    .header-nav-utility .header-item--side {
        min-width: unset !important;
    }
}

.mobileMenu-toggle svg{
  width: 24px;
  height: 24px;
  fill: none !important;
   stroke: none !important;
}

.icon-cart{
  stroke: none !important;
  width: 24px;
  height: 24px;
  fill: none !important;
}


.customer-links svg {
    width: 24px;
    height: 24px;
  fill: none !important;
   stroke: none !important;
}

.customer-links svg path {
  fill: black !important;
}

.whatsapp-icon-bubble{
  display: block !important; 
}


.header__icon--whatsapp .icon-whatsapp{
  width: 24px !important; 
  height: 24px !important; 
  fill: none !important; 
  stroke: none !important; 
 }

.cart-count-bubble, .wishlist-count-bubble {
    position: absolute;
    top: -14px !important; 
    right: 16px !important; 
    min-width: 18px !important;
    min-height: 16px !important; 
    text-align: center;
    border-radius: 50%;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    line-height: 18px !important; 
}



/* newsletter css */

.newsletter-section .section-content.flex-direction-row .section-form-wrapper.width-behavior-restricted .field__input{
  height: 66px;
}

.newsletter-section .newsletter-form__button:hover svg:nth-child(1){
  transform: none !important;
}

.newsletter-section .newsletter-form__button{

}

.newsletter-section .newsletter-form__button svg{
  stroke: none !important;
}

.newsletter-form__button{
  color:rgb(255, 255, 255) !important;
}

.newsletter-section .newsletter-form__button{
  background: #FFDE56 !important;
}

.button:before{
  /* position: relative !important; */
}

@media screen and (max-width:991px){
  .newsletter-section .section-content.flex-direction-row .section-form-wrapper.width-behavior-restricted .field__input{
  height: 58px;
 }

 .newsletter-section .newsletter-form__field-wrapper{
  place-content: center;
 }

 .newsletter-wrapper-name-email{
   width: 100%;
 }

     .newsletter-section .newsletter-form__button {
        height: 58px;
    }
}

.custom-name-field input{
  border-radius:8px !important;
}

.footer-block__newsletter .field__input{
  border-radius: 8px !important;
}

.newsletter-section .section-content:not(:has(.title-wrapper)) .title{
  max-width: 100% !important;
}

.footer-block__newsletter .footer-block__newsletter-form .newsletter-form__button{
  color: #111928 !important;
}

.newsletter-section .newsletter-form__button {
    background: #ffffff;
    min-width: unset;
    max-width: 82px !important;
}

.newsletter-section .section-content.flex-direction-row .section-form-wrapper.width-behavior-restricted .field__input{
      border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.newsletter-section .newsletter-form__button{
      border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.newsletter-form__field-wrapper .effect_placeholder {
    top: 22px;
}

.newsletter-section .newsletter-form__button svg:nth-child(2){
  display: none !Important;
}

/* footer css  */

.footer-block__column .footer-block__heading{
  text-transform: capitalize !important;
}

.footer-block__column .list-menu__item--link{
color: #FFF !important;
font-family: Montserrat !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
}

.footer-block__details .rte>p:last-child{
  color: #FFF !important;
font-family: Montserrat !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
}

.footer-block__newsletter .rte p{
    color: #FFF !important;
font-family: Montserrat !important;
font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
}

.footer-block__list-social .list-social__link svg {
    width: 20px !important;
    height: 20px !important;
}

.footer-block__newsletter .newsletter-form__field-wrapper{
  flex-direction: column;
  gap: 18px;
}

.footer-block__newsletter .newsletter-form__button{
  width: 100% !important;
}

.newsletter-section .newsletter-form__field-wrapper .field__input {
    border-right: 0px !important;
}

.productView-thumbnail .productView-thumbnail-link {
    background: transparent !important;
    border-radius: 8px !important;
}


.productView-image-wrapper .productView-nav{
  border-radius: 8px !important;
}

@media screen and (max-width: 767px){
  .newsletter-section .newsletter-form__field-wrapper {
        flex-direction: row !Important;
    }

  .featured-title span {
    color: #2b2b2b;
    font-family: Jost !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 32px !important;
}  
    .product-pointers div {
    width: 100%  !important;
}

  .product-pointers p {
    font-size: 14px !important;
    line-height: 22px !important;
}

  .product-pointers {
    row-gap: 10px  !important;
}

  .slide-heading{
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    text-transform: capitalize;
  }

   .slide-content .slide-text {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

  .newsletter-section .section-content.flex-direction-row .section-form-wrapper.width-behavior-restricted .field__input {
    width: 100%  !important;
}
  .newsletter-form__field-wrapper .effect_placeholder {
    top: 18px !important;
}

  .newsletter-form__field-wrapper .input_placeholder {
    line-height: 22px !important;
    font-size: 14px !important;
}
}
