/** Shopify CDN: Minification failed

Line 55:16 Expected ":"
Line 55:17 Expected identifier but found "0"
Line 1300:3 Unexpected "{"
Line 1321:3 Unexpected "{"

**/
.banner-section {
    background-size: cover;
    padding: 13% 0;
}
.text-banner h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -0.96px;
    color: #FFFFFF;
}
.text-banner p
 {
    font-weight: 400;
    font-size: 18px;
    line-height: 27.2px;
    letter-spacing: 0px;
    color: #D1D5DB;
        width: 50%;
}
.trust-badge-wrapper {
  display: flex;
  padding: 20px 0;
}

.section-template--26020645732638__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded{
    padding: 4% 0 !important;
}

h2.related-products__heading{
font-weight: 700;
    font-size: 36px;
    line-height: 46.8px;
    letter-spacing: 0px;
    color: #1E1E1E;
    text-align:center;
}

.trust-badge-container {
  background: #DD222233;
  padding: 10px 24px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  letter-spacing;0;
  font-size: 14px;
  font-weight: 400;
  line-height:20px;
}

.trust-icon {
  width: 24px;
  height: auto;
}
a.button-banner-red {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 20px 17px;
    color: #fff;
    background: #DD2222;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s 
ease;
}
a.button-banner-white{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    padding: 20px 26px;
    color: #fff;
   background: #FFFFFF33;
    border-radius: 30px;
    text-decoration: none;
    backdrop-filter: blur(34px);
    transition: all 0.5s 
ease;
border: 1px solid #FFFFFF;
}
.buttons {
    display: flex;
    gap: 12px;
    padding-top: 4%;
}
a.button-banner-red:hover{
    background: #FFFFFF33;

}
a.button-banner-white:hover{
     background: #DD2222;
}
/* why-choose-wrapper */
.why-choose-wrapper {
  padding: 60px 0;
  text-align: center;
}

h2.title {
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 46.8px;
letter-spacing: 0px;
color:#1E1E1E;
margin-top:0;
}
.why-choose-subheading {
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
text-align: center;
color:#7B7B7B;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
    padding-top: 3%;
}

.why-card {
  background: #fff;
 border: 1px solid #E3E3E3;
  border-radius: 14px;
  padding: 30px;
  text-align: left;
  transition: 0.3s;
}

.why-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.07);
}


.why-card-title {   
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 39px;
letter-spacing: 0px;
color:#111827;
  margin-bottom: 8px;
}

.why-card-text {
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
color:#7B7B7B;
}
.page-width{
    padding:0;
}
/* why-choose-wrapper-end*/

/* shop-category */
.shop-category-wrapper {
  padding: 60px 0 70px;
  text-align: center;
  background: #F4F4F4;

}
.shop-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
 padding-top: 3%;
}

.category-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  cursor: pointer;
  transition: transform .3s;
}

.category-card:hover {
  transform: translateY(-4px);
}
.category-overlay {
  position: absolute;
  inset: 0;
    display: block !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -12.09%, #000000 100%);
}
.category-info {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
span.category-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-align:left;
}
.category-arrow {
  font-size: 16px;
}
.category-image img {
    width: 285px;
    height: 362px;
    object-fit: cover;
}
/* shop-category-end */
/* res-section */
.cta-red-section {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(180deg, #DD2222 0%, #991B1B 100%);
  color: #fff;
  border-radius: 0;
}

.cta-red-title {
font-weight: 700;
font-size: 36px;
line-height: 46.8px;
letter-spacing: -0.36px;
color:#fff;
}

.cta-red-subtext {
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
text-align: center;
color:#f9e9e9;
}

.cta-red-buttons {
  display: flex;
  justify-content: center;
  padding-top: 4%;
  gap: 18px;
}

.cta-button.primary {
  background: #fff;
  color: #B21313;
    padding: 20px 50px;
  border-radius: 30px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
  text-decoration: none;
  transition: 0.25s ease;
      border: 1px solid #ffffff00;
}

.cta-button.primary:hover {
background:#bc4a4a;
color:#fff;
    border: 1px solid #FFFFFF;
}

.cta-button.secondary {
border: 1px solid #FFFFFF;
backdrop-filter: blur(34px);
background:#bc4a4a;
  color: #fff;
padding: 20px 55px;
border-radius: 30px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-decoration: none;
  transition: 0.25s ease;
}

.cta-button.secondary:hover {
  background: #fff;
  color:#DD2222;
}
/* red-section-end */
.main-banner-section {
  width: 100%;
background: #111827;
  padding: 60px 0;
}

.main-banner-section .main-banner-text h2 {
font-weight: 700;
font-size: 40px;
line-height: 57.6px;
letter-spacing: -0.96px;
color:#FFFFFF;
}

.main-banner-section .main-banner-text p {
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
color:#e7e8e9;
}
/* resources-section  */

    svg.icon-right
 {
    width: 16px;
    height: 26px;
    vertical-align: middle;
    margin-left: 6px;
}
.resources-section {
  width: 100%;
  padding: 60px 0;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 24px;
}
.resource-card {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
box-shadow: 0px 3.95px 5.92px -0.99px #0000001A;
  transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.resource-card h3 {
font-weight: 700;
font-size: 24px;
line-height: 38.48px;
letter-spacing: 0px;
color:#1E1E1E;
}

.resource-card p {
font-weight: 400;
font-size: 16px;
line-height: 26.84px;
letter-spacing: 0px;
  color: #7B7B7B;
}

.resource-link {
font-weight: 500;
font-size: 16px;
line-height: 25.26px;
letter-spacing: 0px;
color: #DC2626;
transition:all 0.5s ease;
  text-decoration: none;
}

.resource-link:hover {
  text-decoration: underline;
}
/* resources-section-end  */
/* footer-black-section */
section.footer-global
 {
    padding-top: 2%;
    padding-bottom: 60px;
}
.need-help-section {
  background: #111827;
  border-radius: 16px;
  padding: 60px 25px;
  text-align: center;
}
.need-help-title {
font-weight: 700;
font-size: 30px;
line-height: 39px;
letter-spacing: 0px;
text-align: center;
color:#FFFFFF;
    margin-bottom: 32px;
}

.need-help-text {
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
text-align: center;
color:#e7e8e9;
}
a.need-help-btn {
    margin-top: 2%;
}
.need-help-btn {
  display: inline-block;
  background: #DD2222;
  color: #ffffff;
    padding: 19.5px 32.5px;
  border-radius: 30px;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
text-decoration: none;
transition: 0.5s;
}
.need-help-btn:hover {
  background: #fff;
  color:#DD2222;
}
/* footer-black-end */
#shopify_nanogallery {
  max-width: 1920px;
  margin: 0 auto;
}
/* our-story-css */
.our-story {
  padding: 80px 20px;
}
.our-story__container {
  display: flex;
    align-items: start;
gap: 30px;
}
.our-story__content {
  flex: 1;
}
.our-story__content h2 {
font-weight: 700;
font-size: 36px;
line-height: 46.8px;
letter-spacing: -0.36px;
color:#1E1E1E;
    margin-bottom: 14px;
}
.our-story__content p {
color: #7B7B7B;
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
}
a.btn-primary
 {
    background:#DD2222;
    color: #fff;
    padding: 20px 50px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    transition: 0.5s ease;
    border: 1px solid #ffffff00;
}
a.btn-primary:hover
 {
 background-color:#292929;
 color:#fff;
 }

.our-story__image img {
  width: 100%;
}
.our-story-button {
    padding-top: 10%;
}
.about .why-choose-wrapper {
    background: #F4F4F4;
}

.about h2.title{
    margin-top: 0;
}
.about .why-card
 {
    box-shadow: 0px 3.95px 5.92px -0.99px #0000001A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about p.why-card-text {
    text-align: center;
}
.about  .why-card:hover{
  box-shadow:none;
}
/* our-story-end */
/* maps-services */
.service-area-section {
    padding: 1% 0 3% 0;
}

.service-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
    background: #0d121c;
    padding: 30px;
  border-radius: 16px;
}

.service-area-right h2 {
font-weight: 700;
font-size: 24px;
line-height: 46.8px;
letter-spacing: -0.36px;
  margin-bottom: 10px;
  color:#FFFFFF;
}

.service-subtext {
  color: #e7e8e9;
margin-bottom: 25px;
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
padding-right: 21%;
}
.service-list {
  columns: 2;
  column-gap: 40px;
  padding-left: 20px;
}

.service-list li {
 color: #e7e8e9;
margin-bottom: 14px;
font-weight: 400;
font-size: 16px;
line-height: 25.6px;
letter-spacing: 0px;

}
.service-list li::marker {
    color:#DD2222;
}
/* maps-services-end */

/* contact-us-from-css */
.contact-custom-section { padding:50px 0; }
.contact-inner { display:grid; grid-template-columns:350px 1fr; gap:30px; }

/* left boxes */
.info-box {
    background:#fff; 
    padding:18px;
  border-radius:12px;
box-shadow: 0px 4px 6px -1px #0000001A;
 margin-bottom: 20px;
height: 228px;
}
.info-box__title {
font-weight: 700;
font-size: 24px;
line-height: 39px;
letter-spacing: 0px;
 margin:0 0 6px; 
 color:#1E1E1E;
}

.info-box__text { 
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
color:#7B7B7B;
}
.info-box__text a { 
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
color:#7B7B7B;
text-decoration:none; 
}
.info-box__text a:hover { text-decoration:underline; }

/* form card */
.contact-card {
  background:#fff; padding:22px; border-radius:12px;
  border:1px solid #eee; box-shadow:0 6px 18px rgba(0,0,0,0.05);
}
.contact-title { margin:0 0 15px; font-size:20px; }

/* assistance card */
.assistance-card
 {
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #DD2222;
    border-radius: 16px;
    background: #DD22221A;
}
.assistance-title {
    margin: 0 0 8px;
    color: #1E1E1E;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0px;
}
.assistance-text {
    margin: 0 0 10px;
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
}
a.assistance-cta {
    margin-top: 4%;
    display: block;
    padding-bottom: 2%;
}
.assistance-cta {
    text-decoration: none;
    color: #DD2222;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}
div#collection-template--26020645568798__featured_collection_akF38t h2 {
    text-align: center;
}
.copyright__content a {
    color: currentColor !important;
    text-decoration: none;
}


.contact-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
}

.field-container {
  display: flex;
  flex-direction: column;
}

.field_label {
  margin-bottom: 8px;
font-family: "Urbanist";
font-weight: 400;
font-size: 16px;
line-height: 25.6px;
letter-spacing: 0px;
color:#1E1E1E;
}
.field_input::placeholder {
  margin-bottom: 8px;
font-family: "Urbanist";
font-weight: 400;
font-size: 16px;
line-height: 25.6px;
letter-spacing: 0px;
color:#1E1E1E99;

}
.field_input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s;
}

.field_input:focus {
  border-color: #888;
}

.textarea {
  min-height: 180px;
  resize: vertical;
}

.field-full {
  grid-column: span 2;
}
slider-component.slider-mobile-gutter.page-width-desktop.scroll-trigger.animate--slide-in {
    padding: 0;
}
.send-btn {
  background:#DD2222; /* red */
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
  transition: 0.2s;
}

.send-btn:hover {
  background: #b61f1f;
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .field-full {
    grid-column: 1;
  }
}

/* contact-us-from-css-end */

    .page-width {
        padding: 0 0rem !important;
    }
    h2.footer-block__heading {
    font-weight: 700 !important;
}

/* mainporoducts-css*/
.main-products {
    padding: 7% 0;
}
.main-products .product-media-container.media-type-image.media-fit-contain {
    margin: unset;
}
.main-products .product__info-wrapper {
    max-width: 50% !important;
    width:50% !important;
}

.main-products .grid__item.product__media-wrapper {
    padding: 0 0 0 0rem !important;
    max-width: 50% !important;
    width:50% !important;
}
.product-icons-section {
    border-top: 1px solid #E5E5E5;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0 !important;
}
.product-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
}

.product-icon-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.product-icon-item img {
  width: 20px;
  height: 20px;
}

.product-icon-item h4 {
  margin: 0;
font-family: "Urbanist";
font-weight: 700;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
color:#1E1E1E;
}

.product-icon-item p {
  color:#7B7B7B;
    margin: 0;
font-family: "Urbanist";
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
}

.text-item {
    margin-top: -5px;
}

/* Base style */
.select_variants_selector input[type="radio"] + label {
  /* display: inline-block !important; */
  padding: 14px 20px !important;
  border: 2px solid #d4d4d4 !important;
  border-radius: 16px !important;
  /* text-align: center !important; */
  font-size: 18px !important;
  background: #ffffff !important;
  color: #000000 !important;
  cursor: pointer !important;
  transition: 0.25s ease !important;
  width: 286px;
}

/* Active / Selected */
.select_variants_selector input[type="radio"]:checked + label {
  border-color: #d92525 !important;
  background: #fff6f6 !important;
  color: #d92525 !important;
  font-weight: 500 !important;
}

/* Hover effect */
.select_variants_selector input[type="radio"] + label:hover {
  border-color: #d92525 !important;
}
/* Make variant options wrap into 2 per row */
.main-products .product-form__input--pill {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

/* Force each label to take 50% space (2 per row) */
.main-products .product-form__input--pill input[type="radio"] + label {
  flex: 0 0 calc(50% - 14px) !important;
  width: calc(50% - 14px) !important;
  box-sizing: border-box !important;
}

/* Quantity container */
.main-products .product-form__quantity .quantity {
  display: flex !important;
  align-items: center !important;
  gap: 40px !important; /* space between - 1 + */
}

/* Minus and Plus Buttons */
.main-products .quantity__button {
  width: 70px !important;
  height: 70px !important;
  background: #f5f6f8 !important;
  border-radius: 20px !important;
  border: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  cursor: pointer !important;
  transition: 0.2s ease !important;
}

/* Disabled minus button */
.main-products .quantity__button.disabled {
  opacity: 0.4 !important;
}

/* Minus / Plus icons */
.main-products .quantity__button svg {
  width: 22px !important;
  height: 22px !important;
  color: #000 !important;
}

/* Quantity number */
.main-products .quantity__input {
  font-size: 32px !important;
  font-weight: 600 !important;
  width: 50px !important;
  border: none !important;
  text-align: center !important;
  pointer-events: none !important;
  background: transparent !important;
}

/* Remove browser spin arrows */
.main-products .quantity__input::-webkit-inner-spin-button,
.main-products .quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}


.main-products .quantity::before,
.main-products .quantity::after {
  content: none !important;
  display: none !important;
}
.main-products label.quantity__label.form__label {
  font-family: Urbanist !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  leading-trim: none !important;
  line-height: 25.6px !important;
  letter-spacing: 0px !important;
  color: #1E1E1E !important;
}

.main-products button#ProductSubmitButton-template--26020645732638__main {
  border-radius: 10px !important;
  font-family: Urbanist !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 25.6px !important;
  letter-spacing: 0px !important;
  text-align: center !important;
  background: #DD2222 !important;
  color: #fff !important;
  transition: all 0.5s ease !important;
}
.main-products legend.form__label{
    font-family: Urbanist !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  leading-trim: none !important;
  line-height: 25.6px !important;
  letter-spacing: 0px !important;
  color: #1E1E1E !important;
}
.main-products .product__description.rte.quick-add-hidden
 {
    margin: 0 !important;
}
.product__title h1 {
    font-family: "Urbanist";
    font-weight: 800;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -0.96px;
    color: #1E1E1E;
}
.main-products span.price-item.price-item--regular{
    font-family: "Urbanist";
font-weight: 700;
font-size: 36px;
line-height: 40px;
letter-spacing: 0px;
color:#DD2222;
}
.product__description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    color: #7B7B7B;
}
.main-products .product-form__buttons {
    max-width: 100% !important;
}
.main-products button#ProductSubmitButton-template--26020645732638__main:hover{
  background: #1d2432 !important;
}
.header {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    z-index: 99999;
    position: relative;
}


/* respnsive-all-css*/
@media screen and (min-width: 320px) and (max-width: 767px) {
.trust-badge-wrapper {
    padding-top: 13%;
    padding-bottom: 0;
}
.info-box {
    height: fit-content;
}
 .product.product--mobile-show.grid {
    flex-direction: column;
}
.main-products .grid__item.product__media-wrapper {
    padding: 0 0 0 0rem !important;
    max-width: 100% !important;
    width: 100% !important;
}
.main-products .product__info-wrapper
 {
      max-width: 100% !important;
    width: 100% !important;
        padding-top: 12%;
}
.product__title h1 {
    font-size: 30px;
    line-height: 32.6px;
}
.service-list-wrapper {
    padding-right: 20%;
}
h2.related-products__heading {
    font-size: 30px;
        line-height: 32.8px;
}
.section-template--26020645732638__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded {
    padding: 12% 6% !important;
}
.main-products span.price-item.price-item--regular {
    font-size: 24px;;
}
.need-help-title {
    font-size: 24px;
    line-height: 27px;
}

.our-story {
    padding: 20px 8px;
}

.nanogallery-wrapper {
    padding: 8% 0;
}
.our-story__content h2 {
    font-size: 24px;
    line-height: 30.8px;
}
.our-story__content {
    padding-bottom: 12%;
}

  .page-width
 {
    padding: 0 1.5rem !important;
}
.text-banner h1 {
    font-size: 24px;
        padding: 10px 0;
    line-height: 30.6px;
}
.text-banner p {
    width: 100%;
}
.shop-category-wrapper {
    padding: 32px 0 70px;
  }
p{
      font-size: 16px !important;
    line-height: 22.2px !important;
}
.buttons {
    flex-direction: column;
}
a.button-banner-red {
    width: 63%;
}

a.button-banner-white {
    width: 58%;
}
h2.title {
    font-size: 24px;
    line-height: 30.8px;
}
p.why-choose-subheading br {
    display: none;
}
.category-image img
 {
    width: 100%;
    object-fit: cover;
}

.caption {
    font-size: 2rem !important;
    color: #DD2222 !important;
    font-weight: 700 !important;
}
.slider-button {
 color: #DD2222 !important;

}
.testimonial-grid {
    flex-direction: column;
}
.testimonial-left {
    width: 100%;
}
.testimonial-right {
    width: 100%;
}
.testimonial-left h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
}
.cta-red-title {
    font-size: 24px;
    line-height: 31.8px;
}
.cta-red-buttons
 {
flex-direction: column;
        width: 60%;
        margin: auto;
}

.footer__content-top {
    padding: 0 6% !important;
}
.icon-with-text {
  align-items: center !important;
}
.icons-wtih-text-block {
    padding-top: 8% !important;
}
  
    .why-choose-grid {
   grid-template-columns: 1fr !important;
    }
   .main-banner-section .main-banner-text h2 {
    font-size: 24px;
line-height: 28.6px;
}
.our-story__container {
    flex-direction: column-reverse;
}
.service-area-left img{
    width: 100%;
}
.service-area-right {
    text-align: left;
}
.contact-card
 {
    padding: 20px;
}
.assistance-title {
    font-size: 24px;
    line-height: 26px;
}

.ai-dispensing-system {
    width: 100%;
    padding: 20px 6px !important;
}
.ai-dispensing-system-box

 {
    padding: 14px !important;
}
.main-products .quantity__button {
    width: 50px !important;
    height: 50px !important;
}
.main-products .quantity__input {
    font-size: 24px !important;
}



}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main-products .quantity__button {
    width: 60px !important;
    height: 60px !important;
}
.main-products .quantity__input {
    font-size: 24px !important;
}
.info-box {
    height: fit-content;
}

   .product.product--mobile-show.grid {
    flex-direction: column;
}
.main-products .grid__item.product__media-wrapper {
    padding: 0 0 0 0rem !important;
    max-width: 100% !important;
    width: 100% !important;
}
.main-products .product__info-wrapper
 {
      max-width: 100% !important;
    width: 100% !important;
        padding-top: 12%;
                padding-left: 6%;
}
.product__title h1
 {
    font-size: 32px;
    line-height: 46.6px;

}
.cta-red-title {
    font-weight: 700;
    font-size: 30px;
}
.section-template--26020645732638__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded {
    padding: 4% 5% !important;
}
    .grid--1-col-tablet-down .grid__item {
        width: 100% !important;
        max-width: 48% !important;
    }
.main-banner-section .main-banner-text h2 {
    font-size: 30px;
    line-height: 35.6px;

}
.our-story {
    padding: 3% 0;
    padding-bottom: 7%;
}
    .service-area-wrapper {
        flex-direction: column;
        text-align: left !important;
    }
.our-story__image {
    width: 50%;
}
.our-story__content {
    /* flex: 1; */
    width: 50%;
}

  .page-width
 {
    padding: 0 2.5rem !important;
}
.text-banner h1 {
    font-size: 40px;
    line-height: 50.6px;
}
.text-banner p {
    width: 70%;
}
/* .product-form-container {
    width: 80%;
} */
.caption {
    font-size: 2rem !important;
    color: #DD2222 !important;
    font-weight: 700 !important;
}
.slider-button {
 color: #DD2222 !important;

}
ul#Slider-template--26020645568798__featured_collection_akF38t {
    padding: 0 2%;
}
.testimonial-left h2 {
    font-size: 28px;
    line-height: 36px;
}
.review-text {
    font-size: 20px;
    line-height: 28px;
}
.footer__content-top.page-width {
    padding: 0;
}

.logo_with_image-block {
    width: 100% !important;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in.link_list-block {
    width: 25% !important;
}


}
@media screen and (max-width: 989px) and (min-width: 750px) {
   {
    padding: 0 2.5rem !important;
}

  .slider--tablet.grid--peek .grid__item {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }

  .slider--tablet {
    scroll-snap-type: x mandatory;
  }

  .slider--tablet .slider__slide {
    scroll-snap-align: start;
  }
    .product-grid {
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
   {
    padding: 0 2.5rem !important;
}
.footer__content-top.page-width {
    padding: 0;
}

.logo_with_image-block {
    width: 100% !important;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in.link_list-block {
    width: 25% !important;
}
.footer__content-top.page-width {
    padding: 0;
  
}
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  header.header {
    padding: 2% 3% !important;
}
.button, .shopify-challenge__button, .customer button {
    padding: 0 2.5rem !important;
}


.section-template--26020645732638__related-products-padding.isolate.scroll-trigger.animate--slide-in.product-recommendations--loaded {
    padding: 4% 5% !important;
}

  .our-story__image {
    width: 50%;
}
.our-story__content {
    /* flex: 1; */
    width: 50%;
}

  div#collection-template--26020645568798__featured_collection_akF38t {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.category-arrow {
    font-size: 16px;
    padding-right: 6%;
}
    .page-width {
        padding: 0 3rem !important;
    }

}
@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .page-width {
        padding: 0 0rem !important;
    }
      div#collection-template--26020645568798__featured_collection_akF38t {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
}
/* respnsive-all-end */