/** Shopify CDN: Minification failed

Line 266:11 Unexpected "("

**/
header.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-menu__item {
    font-weight: 600;
    color:#000;
}

.star {
    margin-right: 20px;
}

.custom-marquee .marquee-item {
    display: flex;
    gap: 20px;
}

section.custom-marquee {
    padding: 20px 0px !important;
}

span.marquee-text {
    font-family: 'Instrument Sans';
    font-weight: 400;
    color: #000;
}

h2.title {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.card__information {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
}

h3.card__heading {
    font-size: 15px;
    color: #000;
    font-family: 'Instrument Sans';
    font-weight: 600;
    text-align:center;
}

.card.card--standard {
    border: none;
}

span.price-item.price-item--regular {
    font-size: 15px;
    font-family: 'Instrument Sans';
    font-weight: 600;
}

* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 500px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.img-comp-img.img-comp-overlay {
    border-right: 2px solid #fff;
}

.img-comp-slider {
    background: #Fff;
    opacity: 1;
}

a:empty, ul:empty, dl:empty, div:empty, section:empty, article:empty, p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty{
    display:block !important;
}

.img-comp-slider:after {
    content: '';
    height: 50px;
    width: 50px;
    position: absolute;
    background: url(/cdn/shop/files/image.png?v=1758931675);
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: 12px 12px;
}

.img-comp-img.img-comp-overlay:after {
    content: 'after';
    position: absolute;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 26px;
    font-family: 'Instrument Sans';
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}
.content-section {
    justify-content: start !important;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.img-comp-img:after {
    content: 'Before';
    position: absolute;
    z-index: 999;
    bottom: 10px;
    right: 10px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 26px;
    font-family: 'Instrument Sans';
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
}
.img-comp-img.img-comp-overlay img {
    object-fit: cover;
}

.img-comp-img img {
        object-fit: cover;
    width: 100%;
    object-position: right;;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c h2 {
    font-weight: 600;
    text-align:left;
    font-size:30px;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c {
    padding: 20px;
}
div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c p {
    color: #000;
    font-size: 17px;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c a {
    padding: 15px 30px;
    font-size: 16px;
}

.multi-video-grid {
    padding: 20px;
}

.heading.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.heading.section h2 {
    font-weight: 600;
    font-family: 'Instrument Sans';
}

.heading.section p {
    font-size: 16px;
    font-family: 'Instrument Sans';
}

.Reels-section {
    padding: 40px 0px;
}


footer.footer-custom ul.list-unstyled li a {
    font-size: 15px;
    font-family: 'Instrument Sans';
}

footer.footer-custom ul.list-unstyled li {
    margin-bottom: 10px;
}

footer.footer-custom h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

footer.footer-custom p , footer.footer-custom small{
    font-size: 15px;
    font-family: 'Instrument Sans';
}
footer.footer-custom small{
    margin-top:15px !important;
}

form.newsletter-form input {
    font-size: 15px;
    width: 45% !important;
    font-family: 'Instrument Sans';
    padding:1.5rem 01rem !important;
}

form.newsletter-form button {
    font-size: 15px;
    font-family: 'Instrument Sans';
    width: 55%;
}

form.newsletter-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom {
    font-family: 'Instrument Sans' !important;
    color: #000 !important;
    font-size: 15px;
}

screen and (min-width: 750px) {
    .banner--large:not(.banner--adapt) {
        min-height: 55rem !important;
    }
}
@media only screen and (max-width: 1440px) {
    .badge {
    font-size: 13px !important;
}}

@media only screen and (max-width: 600px) {
    .badge {
    font-size: 10px !important;
}
    .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  height:auto !important; 
}
    .card__information {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
}

.price__container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.price__sale {
    text-align: center;
}
    slideshow-component.mobile-slider {
    display: flex !important;
}
    .desktop-slider {
    display: none;
}
    div#shopify-section-template--26444680429649__iconstext_a3bYz8 img {
    max-width: 100%;
    height: 100%;
    object-fit: scale-down;
    width: 100%;
}
    section#shopify-section-template--26444680527953__main h1 {
    font-size: 22px !important;
}

section#shopify-section-template--26444680527953__main p {
    font-size: 13px !important;
}

section#shopify-section-template--26444680527953__main h2 {
    font-size: 20px !important ;
}
    section#shopify-section-template--26444680495185__form {
    padding: 10px;
}

.inner-pages-p{
    font-size: 13px !important;
}

.inner-pages-h2{
    font-size: 20px !important;
}

.inner-pages-h1{
    font-size: 22px !important;
}

.sub-head {
    font-size: 15px !important;
}

.custom-contact .row {
    flex-direction: column-reverse !important;
}

.support p {
    width: 100% !important;
    margin-bottom: 20px !important;
}

.contact-info-care h2 {
    margin-bottom: 20px !important;
    
}
.contact-info{
margin-top:40px !important;
}



.contact {
    margin-top: 20px !important;
}

.custom-contact {
    margin-bottom: 20px !important;
}

footer.footer-custom p, footer.footer-custom small {
    font-size: 15px !important;
    margin-bottom: 10px !important;
}

.footer-social {
    margin-top: 16px !important;
}

.footer-bottom {
    text-align: justify;
    font-size: 15px;
}
    .mobile-footer {
    display: none;
}
    button.accordion-button.collapsed {
    color: #000;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
    font-size: 1.5rem;
}

div#footerAccordion {
    border: none !important;
    margin: 0px !important;
}

.accordion-item {
    border: none !important;
}

footer.footer-custom {
    padding: 10px !important;
}

button.accordion-button.collapsed {
    padding: 20px 0px;
}

.accordion-button:not(.collapsed) {
    color: #000 !important;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
    font-size: 1.5rem;
    background:#fff !important;
    border:none !important;
    box-shadow:none !important;
    padding:20px 0px;
    outline:none;
    
}

.accordion-body {
    padding: 0 !important;
}

footer.footer-custom ul.list-unstyled li a {
    font-size: 1.5rem !important;
    font-family: 'Instrument Sans';
    font-weight: 400 !important;
    color: #44444 !important;
}

.accordion-button::after {
    color: #000 !important;
}

    header.header {
}

header-drawer {width: 33%;}

h1.header__heading {
    width: 33%;
}

.header__icons {
    width: 33%;
    justify-content: end;
}
.icon-scroll {
  overflow-x: auto;
  gap: 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

/* Chrome, Safari, Opera ke liye */
.icon-scroll::-webkit-scrollbar {
  display: none;
}

/* Firefox aur Edge ke liye */
.icon-scroll {
  -ms-overflow-style: none;  /* IE aur Edge */
  scrollbar-width: none;     /* Firefox */
}

  .slideshow__text.banner__box.content-container {
    display: none !important;
}


div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c {
    padding: 10px;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c p {
    font-size: 14px;
    margin-bottom: 10px;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c h2 {
    font-size: 25px;
    margin-bottom: 10px;
    
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c a {
    font-size: 11px;
    width: 100%;
}

.multi-video-grid {
    padding: 10px;
}

.Reels-section {
    padding: 10px 0px;
}

div#shopify-section-template--26444680429649__iconstext_a3bYz8 {
}

div#shopify-section-template--26444680429649__iconstext_a3bYz8 .container-fluid.my-5 {
    margin: 0px !important;
}

footer.footer-custom ul.list-unstyled li a {
    font-size: 13px;
}

footer.footer-custom p, footer.footer-custom small {
    font-size: 13px;
}
.img-comp-container {
    position: relative;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}
.heading {
    font-family: 'Instrument Sans';
    font-size: 22px !important;
    font-weight: 600;
    color: #000;
}

.sub-head {
    font-size: 13px !important;
    font-family: 'Instrument Sans';
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

.text-content {
    font-size: 13px !important;
    text-align: center;
    color: #000 !important;

}

.second-head {
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;
    margin: 35px;
    color: #000;
}

.third-head {
    font-size: 20px !important;
    margin: 20px;
    text-align: center;
    color: #000;
}

.boxes-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

.boxes {
    width: 100% !important;
    background: #063A09;
    padding: 20px  !important;
    border-radius: 5px;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    
}

.boxes h3 {
    color: #fff;
    font-size:20px;
}

.boxes p {
    color: #fff !important;
}

.boxes:nth-child(2) , .boxes:nth-child(4) {
    background: #8B783D;
}

.product-li {
    font-size: 13px !important;
    text-align: center;
}

.closing-head {
    font-size: 20px !important;
    margin: 30px;
    color: #000;
}
.contact-box div {
    width: 100% !important;
}
}

.page-width--narrow {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
}

h1.main-page-title.page-title {
    display: none;
}

.heading {
    font-family: 'Instrument Sans';
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.sub-head {
    font-size: 18px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    margin-bottom: 30px;
    color: #000;
}

.text-content {
    font-size: 16px;
    text-align: center;
    color: #000 !important;

}

.second-head {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin: 35px;
    color: #000;
}

.third-head {
    font-size: 25px;
    margin: 20px;
    text-align: center;
    color: #000;
}

.boxes-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxes {
    width: 24%;
    background: #063A09;
    padding: 20px  !important;
    border-radius: 5px;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    
}

.boxes h3 {
    color: #fff;
    font-size:20px;
}

.boxes p {
    color: #fff !important;
}

.boxes:nth-child(2) , .boxes:nth-child(4) {
    background: #8B783D;
}

.product-li {
    font-size: 16px;
    text-align: center;
}

.closing-head {
    font-size: 25px;
    margin: 30px;
    color: #000;
}

input#ContactForm-name input {
    font-family: 'Instrument Sans';
    font-size: 35px !important;
}

.field__input label {font-size: 49px !important;}

.field__label, .customer .field label {
    font-size: 16px;
    font-family: 'Instrument Sans';
    font-weight: 500;
    color: #000;
}



.contact__button button {
    background: #053908;
}

.contact__button {
    margin-top: 20px !important;
}

.section-template--26444680495185__main-padding {
    margin-bottom: 0px !important;
}

.contact-box {
    justify-content: center;
    align-items: center;
}

.contact-box div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36%;
    BACKGROUND: #063A09;
    COLOR: #FFF;
    padding: 24px 0px;
    border-radius: 5px;
}

.contact-box div h3 {
    font-size: 24px;
    font-family: 'Instrument Sans';
}

.contact-box div a {
    font-size: 16px;
    text-decoration: none;
    COLOR: #FFF;
}

.multi-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.custom-video-container video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

/* Desktop 6 per row */
@media screen and (min-width: 1024px) {
  .multi-video-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Mobile 2 per row */
@media screen and (max-width: 767px) {
  .multi-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c .col-md-7 h2 {
    text-align: center;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c .col-md-7 {
    text-align: center;
}
div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c p {
    
    margin: 20px 0px !important;
   
}
.header:not(.drawer-menu).page-width{
    padding:2rem 3rem;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease;
}

.slider-dots span.active {
  background: #000; /* active dot ka color */
}

.slider-buttons{
    display:none !important;
}

}

div#floatingVideo {
    display: none !important;
}

div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c p {
    text-align: left;
    margin: 30px 0px;
    font-size: 14px;
    color: #444;
    font-family: 'Poppins';
}
.shopify-policy__title {
    display: none;
}

.shopify-policy__body {
    width: 100% !important;
}

.shopify-policy__container {
    width: 100% !important;
    max-width: 100% !important;
}

.policy-section .text-content {
    text-align: left;
}

.policy-section h4 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.policy-section {
    margin-bottom: 30px !important;
}

.privacy-policy h1 {
    text-align: center;
    margin-bottom: 20px !important;
}
a.button {
    border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
}

a.button::after{
    display:none;
}

a.button:hover {
    
    background:#063A09 !important;
    
}

.product__title {
    font-family: 'Instrument Sans';
    color: #000;
    font-size: 30px !important;
}

.product__title h1 {
    font-size: 34px !important;
    text-transform: capitalize;
}

p.product__text {
    margin-bottom: 10px;
    color: #063A09 !important;
    font-weight: 600;
}

.price {
    width: 100%;
    text-align: start;
    justify-content: flex-start;
}

button.shopify-payment-button__button {
    background: #073B0A;
}

button.shopify-payment-button__button:hover {
    background:#8B783D !important;
}

.product-form__submit {
    background:#8B783D !important;
    color:#fff;
}

.product-form__submit:hover {
    background: #073B0A !important;
    color:#fff;
}


h2.related-products__heading {
    font-size: 30px;
    margin-bottom: 20px;
    color: #000;
}

.card-information .price {
    justify-content: center;
}

a#cart-notification-button {
    color: #fff !important;
}

table.cart-items thead tr th {
    color: #083C0B;
    font-size: 12px;
    font-weight: 700;
}

cart-remove-button .button {
    color: #fff;
}
button#checkout {
    background: #083C0B;
}

.collection .loading-overlay{
    display:none !important;
}

.heading {
    text-align: center;
}

.tc-section .third-heading {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight:600;
    color:#000;
}

.tc-section {
    margin-bottom: 30px !important;
}

.sp-section  p.text-content {
    text-align: left;
     color:#000;
}

.sp-section .third-heading {
    font-size: 23px;
    margin-bottom: 10px;
    font-weight:600;
    color:#000;
}

.sp-section {
    margin-bottom: 30px !important;
}

.sp-section  p.text-content {
    text-align: left;
     color:#000;
}



h1.collection-hero__title {
    color: #000;
    font-size: 40px !important;
    text-align: center;
    margin-bottom: 0px;
}

span.mobile-facets__open-label {
    color: #000;
    font-weight: 500;
}


span#ProductCount {
    color: #000;
}

header.header {
    width: 100% !important;
    max-width: 100% !important;
    
}

.classic-btn{
    border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    letter-spacing: -0.034em;
}

.classic-btn:hover{

    background:#073B0A !important;
    
}

form.newsletter-form button{

    border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    letter-spacing: -0.034em;
}

form.newsletter-form button:hover{
     background:#073B0A !important;
}

h2.cart__empty-text {
    font-family: 'Instrument Sans';
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}

svg.icon.icon-close {
    fill: #000 !important;
    color: #000;
}

/* Poppins Medium (500) */
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/poppins_n5.ad5b4b72b59a00358afc706450c864c3c8323842.woff2?v=1759273906') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Poppins SemiBold (600) */
@font-face {
  font-family: 'Poppins';
  src: url('/cdn/shop/files/poppins_n6.aa29d4918bc243723d56b59572e18228ed0786f6.woff2?v=1759273903') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.product__title h1 {
    font-family: poppins;
    font-size: 24px !important;
    font-weight: 600;
    letter-spacing: -0.034em;
}

span.price-item.price-item--regular {
    font-size: 1.6rem;
    color: #000;
    font-family: 'Poppins';
    text-transform: capitalize;
    letter-spacing: -0.034em;
}

label.quantity__label.form__label {
    display: none;
}

.quantity {
    width: 30% !important;
    border-radius: 30px;
    background: #F5F5F5;
    padding: 15px 10px;
}

div#Quantity-Rules-template--26444680593489__main {
    display: none;
}

product-form.product-form {
    width: 60% !important;
}

.price-per-item__container {
    display: flex;
    flex-direction: row;
}

.price-per-item__container > div {
    width: 70% !important;
    max-width: 100% !important;
}

.product-form {
    width: 100% !important;
    max-width: 100% !important;
    display: contents !important;
    margin: 0 !important;
}

button#ProductSubmitButton-template--26444680593489__main{
      border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
}

.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
    border: none !important;
    display: none !important;
}

.quantity:after {
    display: none !important;
}

h2.h4.accordion__title.inline-richtext {
    color: #000;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
}

h2.related-products__heading {
    text-align: center;
    font-family: 'Poppins';
    color: #000;
}

.accordion .summary__title+.icon-caret {
    height: 8px !important;
    color: #000;
}

a.jdgm-write-rev-link{
      border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    font-family: 'Poppins';
    letter-spacing: -0.034em;

}

span.jdgm-star.jdgm--on {
    font-size: 17px !important;
}

span.jdgm-prev-badge__text {
    display: none;
}

.drawer__header {
    display: none !important;
}

form#CartDrawer-Form {
    padding: 10px 0px;
}

table.cart-items {
    color:#000;
    font-family: 'Poppins';
}

table.cart-items tr th {
    display: none !important;
}


td.cart-item__details {
    width: 100% !important;
    max-width: 100% !important;
}


button#CartDrawer-Checkout {

    border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
}

p.totals__total-value {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins';
}

h2.totals__total {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins';
}

small.tax-note.caption-large.rte {
    color: #000;
    font-family: 'Poppins';
    text-align: center;
}

.custom-contact .row {
    flex-direction: row-reverse;
}

.heading {
    font-family: 'Poppins';
    letter-spacing: -0.034em;
}

.sub-head {
    color: #444444;
    font-weight: 400;
    font-size: 16px;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.support h2 {
    font-size: 2.4rem;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    letter-spacing: -0.034em;
}

.support p {
    font-size: 16px;
    width: 60%;
    font-weight: 400 !important;
    color: #444444;
    margin-top: 20px;
    font-family: 'Instrument Sans';
    margin-bottom:40px;
}

.contact-info-care {
    display: flex;
    flex-direction: column;
}

.contact-info-care h2 {
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    margin-bottom:10px;
    letter-spacing: -0.034em;
}

.contact-info-care span {
    font-size: 15px;
    margin-bottom: 5px;
    color: #444444;
    font-family: 'Instrument Sans';
}

.contact-info-care span a {
    color:#444444;
}

.form-headiing h2 {
    font-size: 24px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.034em;
}

.form-headiing p {
    font-family: 'Instrument Sans';
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #444444;
}

section.max-w-4xl.mx-auto.px-6.py-12.bg-white.rounded-2xl.shadow-md.custom-contact .text-center.mb-8 {
    margin-bottom: 100px;
}

.custom-contact {
    margin-bottom: 80px;
}


.field__label, .customer .field label {
    font-family: 'Instrument Sans';
    font-weight: 400 !important;
    font-size: 15px;
    color:#444444;
}

button.button {
      border-radius:30px !important;
    font-size:15px !important;
    padding:1.5rem 5.5rem !important;
    background:#000 !important;
    color:#fff !important;
    border:1px solid #000 !important;
    font-family: 'Poppins';
    letter-spacing: -0.034em;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    border-radius: 30px !important;
}

button.button.button--tertiary.cart-remove-button {
    padding: 10px 20px !important;
}

.collection.page-width {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
}

aside#main-collection-filters {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px;
}

section#shopify-section-template--26444680527953__main h1 {
    font-family: 'Poppins';
    letter-spacing: -0.034em;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

section#shopify-section-template--26444680527953__main p {
    font-size: 16px;
    width: 100%;
    font-weight: 400 !important;
    color: #444444;
    font-family: 'Instrument Sans';
    margin:20px 0px;
    text-align: center;
}

section#shopify-section-template--26444680527953__main {
}

.page-width.page-width--narrow.section-template--26444680527953__main-padding {
    max-width: 1320px !important;
}

section#shopify-section-template--26444680527953__main h2 {
    font-size: 24px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.034em;
    text-align: center;
}

section#shopify-section-template--26444680527953__main h3 {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.034em;
    text-align: center;
    margin: 0 !important;
}

.inner-pages-p{
     font-size: 16px;
    width: 100%;
    font-weight: 400 !important;
    color: #444444;
    font-family: 'Instrument Sans';
    margin:20px 0px;
    text-align: center;
}

.inner-pages-h2{
    font-size: 24px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.034em;
    text-align: center;
}

.inner-pages-h1{
    font-family: 'Poppins';
    letter-spacing: -0.034em;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom:30px;
}

.header:not(.drawer-menu).page-width {
    padding: 0rem  3rem !important;
}



section#shopify-section-template--26444680429649__175943483162d14638 .page-width.scroll-trigger.animate--slide-in {
    width: 100% !important;
    max-width: 100% !important;
    padding:0px;
    margin-bottom:40px;
}


section#shopify-section-template--26444680429649__175943483162d14638 {
    display: flex;
    justify-content: center;
    align-items: center;
}

section#shopify-section-template--26444680429649__175943483162d14638 .page-width {
    padding: 0;
    margin: 0;
    overflow:hidden !important;
}



.mobile-facets__open-wrapper {
    background: #000;
    color: #ffff;
    padding: 05px 10px;
}

.mobile-facets__open .svg-wrapper svg path {
    fill: #fff !important;
}

span.svg-wrapper {
    fill: #fff !important;
}

span.mobile-facets__open-label {
    color: #fff;
}

.product-count.light {
    display: none;
}

.facet-filters__field .select__select, .mobile-facets__sort .select__select {
    FONT-WEIGHT: 600;
    color: #000;
    font-family: 'Poppins';
}

.bread-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bread-inner ul {
    width: 100%;
    display: flex;
    padding: 0;
}

.bread-inner ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-family: 'Poppins';
}

.bread-inner ul li{
    list-style:none;
}
div#shopify-section-template--26444680429649__image_comparison_slider_JXM39c .row {
    gap: 20px;
}

.breadcrumbs {
    padding-top: 30px;
}

.bread-inner ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: var(--dot-width, 3px);
    height: var(--dot-width, 3px);
    border-radius: 50%;
    margin: var(--dot-space, 0 8px);
    background-color: #cbcbcb;
}

.footer-social img {
    width: 34px;
}

.footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.footer-social {
    display: flex;
}

.price__sale {
    font-size: 1.6rem;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: -0.034em;
}
.accordion__content h4 {
    font-size: 15px;
    color: #444444;
    font-family: 'Instrument Sans';
    text-align:left !important;
}

.product__accordion .accordion__content p {
    font-size: 15px;
    color: #444444;
    font-family: 'Instrument Sans';
    padding: 0px !important;
}

.product__accordion .accordion__content {
    padding: 0 !important;
}

.metafield-rich_text_field ul li {
    font-size: 15px;
    color: #44444;
    font-family: 'Instrument Sans';
}

h2.rich-text__heading.rte.inline-richtext.h0 {
    letter-spacing: -0.034em;
    font-size: 60px;
    font-family: poppins;
}

h1.collection-hero__title {
    display: none;
}

.collection-hero__description.rte p {font-family: 'Instrument Sans';text-align: center;width: 100% !important;max-width: 100% !important;}

.collection-hero__text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}



.collection-hero__description.rte strong {
    font-family: 'Poppins';
    color: #000;
    letter-spacing: -0.034em;
    text-align:center !important;
}

.collection-hero__description.rte h1 {
    margin-bottom: 20px;
    text-align:center !important;
}

.collection-hero__description.rte h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align:center !important;
}

.collection-hero__description.rte p {
    font-family: 'Instrument Sans';
    font-size: 16px;
    
}

 .about-herbal-nectar h1, 
  .about-herbal-nectar h2, 
  .about-herbal-nectar h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    letter-spacing: -0.034em;
    text-align: center !important;
    margin-bottom: 10px;
  }

  .about-herbal-nectar p, 
  .about-herbal-nectar li {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
  }

  .about-herbal-nectar ul {
    margin: 10px auto 20px;
    max-width: 700px;
    list-style-type: disc;
  }

  .about-herbal-nectar .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 15px;
  }

slideshow-component.mobile-slider {
    display: none;
}

nav.pagination {
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

.slideshow__slide a {
    width: 100%;
    height: 100%;
}

.pagination__list {
    display: flex
;
    flex-wrap: nowrap !important;
    justify-content: center;
}

.badge {
    font-size: 13px ; 
    font-family: 'Poppins' !important;
    letter-spacing: -0.0032em !important;
}

div#disclosure_details span._19gi7yt0._19gi7yti._19gi7yth._1fragempg._19gi7yt16._19gi7yt1f._19gi7yt1k._1fragem3h.notranslate {
    display: none !important;
}


.contact-info-care span a {
    text-decoration: none;
}