/** Shopify CDN: Minification failed

Line 2980:13 Expected identifier but found whitespace
Line 2980:14 Unexpected "-1"
Line 2994:3 Unexpected "/"

**/
/* starting my css */
@font-face {
  font-family: basic-sans;
  src: url(/cdn/shop/files/Regular.ttf?v=1743627191);
}

@font-face {
  font-family: basic-sans-light;
  src: url(/cdn/shop/files/Light.ttf?v=1743629723);
}

@font-face {
  font-family: basic-sans-semibold;
  src: url(/cdn/shop/files/SemiBold.ttf?v=1744700718);
}

a {
  color: black;
}

.editorim-sidebox-open,
.editorim-sidebox-open:hover:active {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: var(--embedimAccessibilityColor);
  color: #fff !important;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #fff;
  position: fixed;
  padding: 0;
  bottom: 30px;
  left: 30px !important;
  z-index: 65901;
  cursor: pointer;
  transition: 0.3s box-shadow, 0.3s transform;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 2px 2px 3px rgba(0, 0, 0, 0.1),
    2px 4px 8px rgba(0, 0, 0, 0.1), 0 2px 50px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent;
  border-radius: 50% 5% 50% 50%;
  transform: scale(1);
}

.shopify-section.section {
  font-size: 20px;
  font-family: "basic-sans";
}

.shopify-section.section h6 {
  font-size: 30px;
  font-family: "basic-sans";
}

.shopify-section.section h1 {
  font-size: 50px;
  font-family: "basic-sans";
  margin-top: 50px;
  font-weight: 700;
}

.shopify-section.section ul {
  padding-left: 0px;
}
/* header start */

/* header end */

/* main section start */

/* about & our product section start */

.about-section {
  /* background-image: url(/cdn/shop/files/aboutbg.png?v=1743372939); */
  height: 360px;
  background-repeat: no-repeat;
  background-size: 1365px;
  background-position-y: bottom;
  background-position-x: center;
  margin-top: 15px;
}

.badges {
  display: inline-block;
  font-size: 20px;
  background-color: #009ca7;
  color: #fff;
  font-family: basic-sans;
  font-weight: 600;
  padding: 6px 25px 8px 25px !important;
  border-radius: 45px 5px 45px 5px;
  margin-bottom: 20px;
  width: fit-content;
}

.fw-bold {
  font-size: 30px; /* Mobile default */
  font-weight: bold;
  margin-bottom: 10px;
  font-family: basic-sans;
}

@media (min-width: 768px) {
  .fw-bold {
    font-size: 35px; /* Tablet */
  }
}

@media (min-width: 1024px) {
  .fw-bold {
    font-size: 45px; /* Desktop */
  }
}

.about-tiron {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: basic-sans;
  padding-inline: 40px;
}
.lidar-feature {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: basic-sans;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .lidar-feature {
    padding-right: 0px;
  }
}
.big-badges {
  display: inline-block !important;
  font-family: basic-sans !important;
  border: 1px solid #e41e2d !important;
  max-width: 184px !important;
  height: auto !important;
  font-size: 25px !important;
  border-radius: 40px !important;
  padding: 10px 25px 13px 35px;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  margin-top: -27px !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

section.our-product-section.py-5.text-center {
  margin-top: 35px;
}
/* about & our product section end */

/* shop now section start */

.products .big-badges {
  /* display: inline-block; */
  /* width: 82px; */
  display: inline-block !important;
  font-family: basic-sans !important;
  border: 1px solid #989595 !important;
  max-width: 250px !important;
  height: auto !important;
  font-size: 20px !important;
  border-radius: 40px !important;
  padding: 10px 25px 13px 25px;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  margin-top: 27px !important;
  text-align: center;
}

.card {
  border: 0px solid !important;
  cursor: pointer;
}

.card-title {
  font-family: basic-sans;
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0px;
}

.shpbtnn {
  border: 0px;
  background-color: #e41e2d;
  border-radius: 27px;
  background: none;
  padding: 7px 20px;
  font-size: 17px;
  font-family: basic-sans;
  cursor: pointer;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  img.feature-icon2 {
    width: 63px !important;
    height: 41px !important;
  }
}

.btn-3 {
  color: #ffffff;
  background-color: #e41e2d;
}

.btn-3:hover {
  color: #fff;
  background-color: #009ca7;
}

.shpbtnn::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #009ca7;
  z-index: -1;
  transition: 0.8s;
}

.btn-3::before {
  bottom: 0;
  border-radius: 50% 50% 0 0;
}

.btn-3:hover::before {
  height: 180%;
}

/* shop now section end */

/* collection section start */

.gap {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.collections img {
  width: 100% !important;
  height: 100%;
  border-radius:20px;
}
.robotic {
  height: 100%;
}

.smart {
  height: 310px;
}

.acc {
  height: 100%;
}

.position-absolute h4 {
  font-family: basic-sans;
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0px;
}

.position-absolute p {
  font-family: basic-sans;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 0px;
}
.position-absolute p.custom-paragraph {
  font-family: basic-sans;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 10px;
}

/* collection section end */
/* feature section start */
.featuer-row {
  display: flex;
  margin-bottom: 20px;
  flex-direction: row;
}
.feature p {
  font-size: 19px;
  font-weight: 500;
}

.feature-card {
  background: #a2bccb;
  color: #000;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: basic-sans;
  transition: 0.8s;
  height: 100%;
}

.feature-card:hover {
  background-color: #e41e2e;
  color: #fff;
}

.feature-card span {
  display: inline-block;
  width: 63px;
  background-color: #fff;
  text-align: center;
  padding: 14px 14px;
  border-radius: 50%;
  height: 63px;
}

img.feature-icon {
  width: 32px;
  height: 34px;
}

img.feature-icon2 {
  width: 36px;
  height: 38px;
}

.feature-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.feature-card p {
  font-size: 18px;
  font-weight: 500;
}
/* feature section end */

/* map section start */

.img-container img {
  width: 100%;
  height: 100%;
}

.mapcont h2 {
  font-size: 45px;
  font-family: basic-sans;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 162px;
}

.text-heading {
  font-size: 20px;
  font-family: basic-sans;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .text-heading {
    text-align: center; /* Center align only on mobile */
  }
}
ul.list-style {
  width: 100%;
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-direction: row;
  gap: 20px;
}

ul.list-style li {
  margin: 0px;
  padding: 15px;
  list-style-type: none;
  width: 224px;
  background-color: #fafafa;
  border-radius: 10px;
  color: white;
}

.list-card {
  width: 100%;
  display: flex;
  gap: 20px;
}

ul.list-style li h4 {
  font-family: basic-sans;
  font-size: 17px;
  font-weight: 600;
}

.container.text-start.mapcont {
  height: 100%;
}

/* map section end */
/* blog section start */

.blog-row .col-md-6 img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

img.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blgbadge {
  display: inline-block;
  font-size: 18px;
  background-color: #e41e2d;
  color: #ffffff;
  font-family: basic-sans;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: capitalize !important;
}

p.blg-desc {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

p.blg-date {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.content-container h4.blg-tittle-grid {
  font-size: 20px !important;
}
.blgbadge-grid {
  display: inline-block;
  font-size: 16px;
  background-color: #3b39ee;
  color: #ffffff;
  font-family: basic-sans;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 30px;
  text-transform: capitalize !important;
}

.blg-tittle-grid {
  font-size: 18px;
  font-weight: 600;
}
p.blg-desc-grid {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

p.blg-date-grid {
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}

.icon-container {
  font-size: 50px;
  color: #fff;
  z-index: 900;
}

.icon-container a {
  display: block;
  color: #040404;
  border-radius: 62%;
  /* width: 12px; */
  /* height: 47px; */
  background-color: white;
  padding: 10px 16px !important;
  font-size: 25px;
  font-weight: 700 !important;
  transition: 0.3s;
}

.icon-container a:hover {
  transform: rotate(45deg);
}

.icon-container a i {
  margin-top: -11px;
}

/* blog section end */
/* footer section start */

footer {
  background-color: #2c2c2c1c;
  background-repeat: no-repeat;
  background-size: 1365px;
  background-position-y: -177px;
  background-position-x: center;
}

.foot-heading,
.foot-para {
  font-family: basic-sans;
}

.foot-heading {
  font-weight: 600;
  font-size: 20px;
}

.foot-para {
  font-weight: 500;
  font-size: 16px;
}
.list-unstyled li {
  margin-bottom: 5px;
}
.list-unstyled li a {
  text-decoration: none;
  color: #000000;
  font-family: basic-sans;
  font-size: 16px;
  font-weight: 500;
}

.copy-para {
  font-weight: 500;
  font-size: 16px;
}

/* footer section end */
/* About page start */

.ab-top-heading {
  font-size: 60px;
}

.ab-top-heading span {
  color: #e41e2d;
}

.about-para {
  font-family: basic-sans;
  font-size: 20px;
}

@media (max-width: 767px) {
  .about-para {
    font-size: 18px;
  }
}

.ab-banner-container {
  height: 500px;
  padding: 0px;
  margin: 0px;
}

.ab-banner-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.row.blog-row .content-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: baseline;
}
.about-in-para {
  font-family: basic-sans;
  font-size: 20px;
  padding-right: 50px;
}

.about-img-container {
  width: 100%;
  height: auto;
}

.about-img-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .about-img-container img {
    margin-top: 20px;
  }
}

.about-card.text-startone {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 20px;
  margin-top: 0px;
}
.about-card.text-starttwo {
  background-color: #fafafa;
  padding: 20px;
  border-radius: 20px;
  margin-top: 20px;
}
.about-card p {
  font-family: basic-sans;
  font-size: 20px;
  padding-right: 10px;
}

.ab-card-heading span {
  color: #e41e2d;
}

img.ab-img {
  padding: 0px;
}

.mid-container div {
  height: 100%;
}

.ab-mid-img {
  height: 100%;
  padding: 0px 20px;
  object-fit: cover;
}

#top-para {
  margin-bottom: 60px !important;
}

#bottom-para {
  margin-top: 30px !important;
}

.team-card {
  background-color: #fafafa;
  padding: 30px 20px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

img.team-img {
  margin-top: 40px;
  margin-bottom: 50px;
}

.team-heading {
  font-family: basic-sans;
  font-size: 28px;
  font-weight: 600;
}

.team-sub-heading {
  font-family: basic-sans;
  font-size: 19px;
  font-weight: 400;
  color: #828282;
  margin-bottom: 30px;
}

.team-desc {
  font-family: basic-sans;
  font-weight: 500;
  font-size: 18px;
  padding: 0px 44px;
}
/* About page end */
/* store locator page start */

.store-card {
  background-color: #fafafa;
  border-radius: 0px 0px 9px 9px !important;
}

.card-text {
  font-size: 17px;
  font-family: basic-sans-light;
  font-weight: 300;
  margin-left: 0px;
}

img.card-img-top {
  width: 95% !important;
  height: 320px !important;
  object-fit: cover;
  border-radius: 10px;
}

/* store locator page end */
/* service center locator page start */

.bth {
  text-decoration: none;
  font-family: basic-sans;
  font-size: 20px;
  color: #e41e2d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}

.bth img {
  width: 7px;
  margin-top: 2px;
}

/* .bth:hover {
  font-size: 15px;
} */

.loc-tab-elm {
  border: 1px solid #c2c2c2 !important;
  border-radius: 10px;
  height: 697px !important;
}

.loc-tab-elm .col-md-4 {
  height: 697px !important;
  overflow-y: scroll !important;
}

.location-tab {
  border-bottom: 1px solid #c2c2c2;
  border-radius: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.location-tab:hover {
  border: 1px solid #1613e9;
  border-radius: 10px;
}

.location-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: basic-sans;
  font-size: 25px;
  font-weight: 600;
}

.location-card-title span {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #e41e2d;
  border-radius: 50%;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}
.feature-icons small,
.feature-icons span {
  font-size: 10px;
  display: inline-block;
  line-height: 10px;
}
.location-card-title p {
  display: inline-block;
  margin: 0px;
}

.map {
  height: 100% !important;
}
.map iframe {
  height: 690px !important;
  padding: 0px;
}

#tirchy-map {
  display: block;
}

#madurai-map {
  display: none;
}

#tiruvarur-map {
  display: none;
}

.notice-text {
  font-family: basic-sans;
  font-size: 16px;
}

.card-text {
  font-family: basic-sans;
  font-weight: 500;
  margin-left: 10px;
}

/* service center locator page end */

/* cotact page start */
.contact-para {
  margin-bottom: 20px !important;
}

input {
  line-height: 2.5 !important;
}

input,
textarea {
  font-family: basic-sans !important;
  font-size: 17px !important;
  background-color: #e8e8e843 !important;
  border: 0px solid !important;
  padding: 8px 10px !important;
}

.submit-btn {
  font-family: basic-sans !important;
  background-color: #e41e2d !important;
  border: 1px solid #e41e2d !important;
  font-size: 18px !important;
}

.map-container {
  width: 100%;
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 91%;
  border-radius: 20px;
}
.con-btm-box {
  height: 155px;
}

.con-card {
  height: 100%;
  font-family: basic-sans;
  font-size: 16px;
}

.contact-btm-heading {
  color: #828282;
  font-size: 18px;
}

/* cotact page end */

/* single product page start  */

/* Font and base setup */
.product-tab-section {
  font-family: "basic-sans", sans-serif;
}

/* Tab Header Styling */
.tab-header .nav-link {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 10px 20px;
  margin-right: 10px;
  background: transparent;
}

.tab-header .nav-link.active {
  color: #000;
  border-bottom: 2px solid #000;
  background: none;
  font-size: 20px;
}

/* Tab Body Text */

.tab-content {
  font-size: 18px;
  font-family: basic-sans;
}
.tab-description p,
.tab-description ul {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.tab-description ul {
  padding-left: 20px;
  list-style: disc;
}

.note-text {
  font-style: italic;
  color: #666;
}

/* Optional: Add subtle border to the bottom of the section */
.product-tab-section {
  border-top: 1px solid #eee;
}

.video-banner-section {
  font-family: "basic-sans", sans-serif;
}

.video-thumbnail {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.video-frame {
  border: none;
  object-fit: cover;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.video-overlay-text h2 {
  font-size: 40px;
}

.video-overlay-text p {
  margin: 0;
  font-size: 20px;
}

/* ==================== RESPONSIVE STYLES ==================== */
@media (min-width: 994px) {
  .product-tab-section {
    border: unset !important;
  }
  section.product-tab-section ul {
    width: 100%;
    display: flex;
    justify-content: flex-start; /* Left alignment for desktop */
  }
  .tab-header li.nav-item {
    display: inline-block;
    width: auto !important; /* Changed from fixed width */
    margin: 0 12px 0 0; /* Remove right margin to align properly left */
  }
}
/* For desktop, override the tab header alignment */
@media (min-width: 994px) {
  .tab-header {
    justify-content: flex-start; /* Left alignment for desktop */
  }
}

/* ============================================================
   💻 large Devices (Tablets, Desktops down to Tablets) — max-width: 992px
============================================================ */
@media (max-width: 994px) {
  /* Thumbnail layout becomes horizontal and scrollable */
  .thumb-images {
    flex-direction: row;
    overflow-x: auto;
    max-height: none;
  }

  /* Thumbnail size and spacing adjustments */
  .thumb {
    width: 80px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  /* Main product image height limit for smaller screens */
  .main-product-img {
    max-height: 350px;
  }

  /* Product title and price font size scaling */
  .product-title {
    font-size: 1.5rem;
  }

  .product-price {
    font-size: 1.3rem;
  }

  /* Button sizing adjustments */
  .buybtnn,
  .cartbtnn {
    font-size: 16px;
  }

  /* Tab header font size and padding adjustments */
  .tab-header .nav-link {
    font-size: 20px;
    padding: 0.6rem 1rem;
  }

  /* Fix for tab headers to maintain single line */
  .tab-header {
    display: flex;
    width: 100%;
    justify-content: center; /* Center alignment for tablets/mobile */
  }

  .tab-header li.nav-item {
    display: inline-block;
    width: auto !important; /* Changed from fixed width */
    margin: 0 6px;
    text-align: center;
  }
}

/* Remove the fixed width for tab items in all screen sizes */
.tab-header li.nav-item {
  display: inline-block;
  width: auto !important; /* Changed from fixed 40% */
  margin: 0 12px;
  text-align: center;
}

/* ============================================================
   📱 medium Devices (Large Phones & Small Tablets) — max-width: 768px
============================================================ */
@media (min-width: 768px) and (max-width: 992px) {
  /* Remove height constraint from thumbnail section */
  .thumbnail-section {
    max-height: none;
  }

  /* Main image height reduced further for smaller screens */
  .main-product-img {
    max-height: 300px;
  }

  /* Thumbnail sizing for smaller screens */
  .thumb {
    width: 70px;
  }

  .thumb-images {
    flex-direction: row !important;
    overflow-x: auto !important;
  }

  .thumb-img-container {
    flex-direction: column !important;
  }

  .flex-grow-1 {
    flex-grow: 0 !important;
  }

  /* Product title and description scaling */
  .product-title {
    font-size: 1.3rem;
  }

  .product-description {
    font-size: 0.95rem;
  }

  /* Price and original price adjustments */
  .product-price {
    font-size: 1.2rem;
  }

  .original-price {
    font-size: 0.9rem;
  }

  /* Full-width buttons with smaller padding 
  .buybtnn,
  .cartbtnn {
    width: 100%;
    font-size: 15px;
    padding: 8px 16px;
  }*/

  /* Description section inside tabs */
  .tab-description p,
  .tab-description ul {
    font-size: 20px;
  }

  /* Video overlay heading text */
  .video-overlay-text h2 {
    font-size: 1.5rem;
  }

  /* Ensure tab header items are on a single line */
  .tab-header {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .tab-header li.nav-item {
    width: auto !important;
    text-align: center;
  }
}

/* ============================================================
   📱 Small Devices (Phones) — max-width: 450px
============================================================ */
@media (min-width: 450px) and (max-width: 767px) {
  .thumbnail-section {
    max-height: 845px;
  }

  /* Thumbnail spacing */
  .thumb-images {
    gap: 10px;
  }

  /* Smaller thumbnail images */
  .thumb {
    width: 60px;
  }

  .thumb-img-container {
    flex-direction: column !important;
  }

  .product-details-section {
    font-family: "basic-sans", sans-serif;
    width: 440px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Reduce main image size on smallest screens */
  .main-product-img {
    max-height: 260px;
  }

  /* Label text (e.g., categories, tags) font size */
  .section-label {
    font-size: 0.85rem;
  }

  /* Smaller product title and rating */
  .product-title {
    font-size: 1.1rem;
  }

  .rating-review {
    font-size: 0.85rem;
  }

  /* Smaller text for description and prices */
  .product-description {
    font-size: 0.9rem;
  }

  .product-price {
    font-size: 1.1rem;
  }

  .original-price {
    font-size: 0.85rem;
  }

  /* Feature icons and text compacted */
  .feature-icons small,
  .feature-icons span {
    font-size: 10px;
    display: inline-block;
    line-height: 10px;
  }

  .product-tab-section {
    width: 440px;
  }

  /* Tab headers further reduced in size */
  .tab-header .nav-link {
    font-size: 20px;
    padding: 0.5rem 0.8rem;
  }

  /* Fix for tab headers */
  .tab-header {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .tab-header li.nav-item {
    display: inline-block;
    width: auto !important;
    margin: 0 6px;
    text-align: center;
  }

  /* Video section text resizing */
  .video-overlay-text h2 {
    font-size: 1.2rem;
  }

  .video-overlay-text p {
    font-size: 0.9rem;
  }
}

/* ============================================================
   📱 Small Devices (Phones) — max-width: 350px
============================================================ */
@media (min-width: 320px) and (max-width: 449px) {
  .thumbnail-section {
    max-height: unset;
  }
  .thumbnail-section img {
    max-width: 100% !important;
  }
  .jdgm-review-widget--small .jdgm-rev-widg {
    padding: 16px !important;
  }

  /* Thumbnail spacing */
  .thumb-images {
    gap: 10px;
  }

  /* Smaller thumbnail images */
  .thumb {
    width: 60px;
  }

  .thumb-img-container {
    flex-direction: column !important;
  }

  .product-details-section {
    font-family: "basic-sans", sans-serif;
    width: 100vw !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* Reduce main image size on smallest screens */
  .main-product-img {
    max-height: 260px;
  }

  /* Label text (e.g., categories, tags) font size */
  .section-label {
    font-size: 10px;
    margin-top: 10px;
  }

  /* Smaller product title and rating */
  .product-title {
    font-size: 25px;
  }

  .rating-review {
    font-size: 10px;
  }

  /* Smaller text for description and prices */
  .product-description {
    font-size: 15px;
  }

  .product-price {
    font-size: 20px;
  }

  .original-price {
    font-size: 15px;
  }

  /* Feature icons and text compacted */
  .feature-icons small,
  .feature-icons span {
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
  }

  .product-tab-section {
    width: 100vw;
    padding: 5px 10px !important;
  }

  /* Tab headers further reduced in size */
  .tab-header .nav-link {
    font-size: 18px;
    padding: 0.5rem 0.25rem;
  }
  .tab-header .nav-link.active {
    font-size: 18px;
  }

  /* Fix for tab headers to stay on one line */
  .tab-header {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .tab-header li.nav-item {
    display: inline-block;
    width: auto !important;
    margin: 0 4px;
    text-align: center;
  }

  /* Video section text resizing */
  .video-overlay-text h2 {
    font-size: 20px;
  }

  .video-overlay-text p {
    font-size: 15px;
  }
}
/* ==================== RESPONSIVE STYLES For other PAGE ==================== */

/* ============================================================
   💻 large Devices (Tablets, Desktops down to Tablets) — max-width: 1024px
============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  .about-section div h2 {
    font-size: 35px;
  }

  .prod-card {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }

  .mapcont h2.fw-bold {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .list-card h4 {
    font-size: 14px !important;
  }

  footer > .row div {
    width: 50%;
  }

  .copyright {
    width: 100% !important;
  }
}

/* ==================== RESPONSIVE STYLES For Other PAGE ==================== */

/* ============================================================
   💻 small Devices (Morden phone) — max-width: 767px
============================================================ */
@media (min-width: 767px) and (max-width: 1080px) {
  .mapcont h2 {
    font-size: 35px;
    font-family: basic-sans;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 59px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .hero-div h1 {
    font-size: 40px;
    font-family: basic-sans;
    font-weight: 600;
  }

  .hero-div p {
    font-size: 20px;
    font-family: basic-sans;
    font-weight: 500;
  }

  .about-section div h2 {
    font-size: 30px;
  }

  .prod-card {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }

  .collection-section-1row .col-md-6 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .collection-section-1row .col-md-6 div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .row.collection-section-2row div {
    margin-bottom: 10px;
  }

  .row.collection-section-2row .col-md-7.gap {
    gap: 0px;
  }

  .featuer-row div {
    margin-bottom: 10px;
  }

  .mapcont h2.fw-bold {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .list-card h4 {
    font-size: 16px !important;
  }

  .img-container {
    margin-top: 20px;
  }

  .blog-section-row .col-md-6 h2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-section-row .col-md-6 div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blog-row div {
    margin-bottom: 20px;
  }

  .map iframe {
    height: 350px !important;
    padding: 0;
  }

  .map-section > .container > .row > .col-md-6 {
    margin-bottom: 50px;
  }

  .con-btm-box {
    height: 600px !important;
  }
}

/* cart slider design start  */

/* Cart Sidebar Styles - Fixed Version */
.side-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1049;
  display: none;
}

.side-cart-overlay.active {
  display: block;
}

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 510px;
  max-width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  z-index: 1090;
  display: flex;
  flex-direction: column;
}

.cart-sidebar.activate {
  right: 0;
  z-index: 1090;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.cart-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.close-btn img {
  width: 40px;
  height: 40px;
}

/* Cart Body - Scrollable Area */
.cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 20px;
}

.cartt-items {
  padding-bottom: 15px;
}

.empty-cart {
  display: block;
  text-align: center;
  padding: 30px 0;
  color: #666;
}

/* Cart Items */
.cart-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  gap: 20px;
}

.cart-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.item-title {
  font-size: 16px;
}
.item-category {
  font-size: 13px;
  color: #a2a0a0;
  font-weight: 500;
}
.item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cart-sidebar .qty-btn {
  border: none !important;
}

.item-name {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.item-price {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

/* Quantity Controls */
.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: fit-content;
  margin-bottom: 10px;
}

.quantity-btn {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 14px;
  -moz-appearance: textfield;
  pointer-events: none;
  background-color: transparent;
  user-select: none;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.remove-btn {
  background: none;
  border: none;
  color: #e74c3c;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  width: fit-content;
}

/* Cart Footer */
.cart-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  margin-top: auto;
}

.cart-footer p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.cart-footer .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cart-footer .subtotal strong {
  font-size: 16px;
}

.cart-footer .subtotal span {
  font-size: 20px;
  font-weight: 600;
}

.checkout-btn {
  background: #e41e2d;
  color: white;
  padding: 12px;
  border-radius: 999px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.checkout-btn:hover {
  background: #009ca7;
}

.cart-lock-icon {
  margin-right: 8px;
  width: 16px;
  height: auto;
}

/* Mobile Responsive Styles */
@media (max-width: 576px) {
  .cart-sidebar {
    width: 100%;
  }

  .cart-header {
    padding: 12px 15px;
  }

  .cart-body {
    padding: 0 15px;
  }

  .cart-item {
    padding: 12px 0;
  }

  .cart-item img {
    width: 80px;
    height: 80px;
  }

  .cart-footer {
    padding: 15px;
  }

  .quantity-btn {
    width: 25px;
    height: 25px;
  }

  .checkout-btn {
    padding: 10px;
  }
}

/* Fix for row display in cart footer */
.cart-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.cart-footer .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .cart-footer .col-md-6 {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart-footer .subtotal {
    margin-top: 5px;
  }
}

/* home page responsive*/
@media (min-width: 320px) and (max-width: 500px) {
  /* home page */

  .hero {
    height: unset;
  }

  div#carouselExampleCaptions {
    height: 270px !important;
  }

  .carousel-item img {
    height: 270px;
  }

  .carousel-caption {
    display: block !important;
    position: absolute;
    /* right: 15%; */
    bottom: 10px !important;
    /* left: 15%; */
    /* padding-top: 1.25rem; */
    /* padding-bottom: 1.25rem; */
    color: #ffffff;
    text-align: center;
  }
  .hero-div h1 {
    font-size: 23px;
    font-weight: 600;
  }

  .hero-div p {
    font-size: 13px;
    font-weight: 500;
  }

  .btnn {
    font-size: 14px;
  }
}

/* Coupon Code */

.code {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

#shopify-section-template--19474876793055__product-grid .facets__heading {
  font-size: 16px !important;
  color: #000 !imoprtant;
}
@media screen and (max-width: 1024px) {
  .blog-content img {
    width: 90% !important;
    margin: 14px;
    object-fit: cover;
    height: 100%;
  }
}

/*login page stylings */

.sotp-widget {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* merging */
a {
  text-decoration: none !important;
}
* {
  --grid-desktop-vertical-spacing: 12px !important;
  --grid-desktop-horizontal-spacing: 12px !important;
  font-family: "basic-sans" !important;
}
*:focus-visible {
  outline: none !important;
  outline-offset: unset !important;
  box-shadow: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.product-card-wrapper .card {
  background: #fafafa;
  padding: 20px 15px;
  border-radius: 18px !important;
  gap: 15px;
}
.customer table {
  box-shadow: none !important;
  border: none !important;
}
.customer thead:after,
.customer tfoot:before {
  content: unset !important;
}

.card__heading a:after {
  content: unset !important;
}
td.order-wrapper img {
  max-width: 100px !important;
}
input.btn.add-to-cart-btn {
  width: 100%;
  border: 1px solid #000000 !important;
  border-radius: 3rem;
  font-size: 14px !important;
  color: #000;
  font-weight: 400 !important;
  padding: 7px !important;
  background-color: #fff !important;
}
input.btn.add-to-cart-btn:hover {
  background-color: #e41e2d !important;
  color: #fff !important;
  border: 1px solid #e41e2d !important;
}
.card__heading a {
  font-family: basic-sans;
  font-size: 17px;
  line-height: 18px;
  color: #000;
}
.account-details {
  background: #e8e8e843;
  padding: 30px;
  height: fit-content;
  border-radius: 10px;
}
.product-card-wrapper .card__information {
  padding: 0px;
}
body.cart-activate .side-cart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  left: 0px;
  top: 0px;
  z-index: 99;
  display: block !important;
}
.card__content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 10px;
}
.page-width {
  max-width: 1320px !important;
  padding: 0px !important;
}
.card__content span.price-item {
  font-family: basic-sans;
  color: #000;
}
h4.card__subheading {
  color: #828282;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-family: "basic-sans";
}
h2.product-count__text {
  display: none;
}

.facet-filters__field .select {
  border: 1px solid #707070 !important;
  padding: 8px 10px;
  border-radius: 3rem !important;
  overflow: hidden;
  box-shadow: none !important;
}
span.svg-wrapper {
  right: 5px !important;
}
.header__icon .icon {
  height: 2.5rem;
  width: 2.5rem;
}
.field__input[type="search"] {
  border-radius: 10px;
  overflow: hidden !important;
  border: none !important;
}
.field:after {
  content: unset !important;
}
button.search-modal__close-button.modal__close-button {
  display: none;
}
.predictive-search {
  border: none !important;
  box-shadow: none !important;
  top: 100% !important;
  max-width: 1180px;
  margin: 0px auto !important;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px 0px 10px 10px;
}

.navbar-toggler-icon {
  font-size: 16px;
  font-weight: bold;
}

/* Basic styling for navigation links */
.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-toggler:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 99;
}
.navbar-nav li {
  margin-bottom: 10px;
}
.navbar-nav a {
  text-decoration: none;
  color: #333;
}
.disableDrawer:before {
  content: unset !important;
}
facet-filters-form label,
facet-filters-form a,
facet-filters-form p,
facet-filters-form span {
  font-size: 16px;
  color: #000 !important;
  font-weight: 500;
  font-family: basic-sans;
}
span.mobile-facets__close {
  background: #ededed;
  border-radius: 3rem;
  max-width: 30px;
  max-height: 30px;
  padding: 8px;
}
.card__media img {
  border-radius: 10px !important;
}
h1#login {
  font-family: "basic-sans";
  font-weight: 600;
  font-size: 45px;
}
input#CustomerEmail,
input#CustomerPassword {
  background: #e8e8e843 !important;
  border-radius: 10px;
}
form#customer_login a {
  text-decoration: underline;
  font-size: 12px;
}
span.login_btns {
  display: flex;
  align-items: center;
  padding: 30px 0px;
  gap: 10px;
}
span.login_btns button {
  margin: 0px;
  border-radius: 3rem;
  border: none;
  padding: 8px 25px !important;
  line-height: unset !important;
  min-height: unset;
  min-width: 50%;
  font-family: basic-sans;
  font-size: 16px !important;
  background: #3b39ee !important;
}
span.login_btns button::after {
  content: unset !important;
}
form#customer_login > p a {
  font-size: 16px !important;
}
a[href="#recover"] {
  text-decoration: underline !important;
}
.customer.login > div p {
  font-size: 16px;
}
span.login_btns a {
  margin: 0px;
  text-decoration: none !important;
  padding: 8px 20px;
  border: 1px solid #000;
  border-radius: 3rem;
  width: 100%;
  font-family: basic-sans;
  font-size: 16px !important;
}
.customer.addresses h1 {
  font-family: "basic-sans";
  font-size: 5rem;
  font-weight: bold;
}

.customer.addresses {
  max-width: 1300px !important;
}
.customer.account.section-template--19224575475935__main-padding {
  max-width: 1300px !important;
  padding: 36px 20px;
}
.customer.addresses ul[role="list"] {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.customer.addresses ul[role="list"] li:first-child {
  border: 1px dashed #707070;
}
.customer.addresses ul[role="list"] li {
  aspect-ratio: 2 / 1 !important;
  width: calc(100% / 4);
  justify-content: space-between;
}
.customer.addresses > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.customer.addresses ul[role="list"] li {
  background: #e8e8e843;
  border-radius: 10px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
  overflow-x: auto;
  width: 310px;
  height: 391px;
}
.customer.addresses button {
  margin: 0px;
  border-radius: 3rem;
  min-height: unset;
  padding: 10px 30px;
  font-size: 16px;
}
.customer.addresses button::after {
  content: unset;
}
.add-address {
  border: none !important;
  margin: 0px !important;
}
.customer.addresses ul[role="list"] {
  width: 100% !important;
}
.add-address span {
  font-size: 25px !important;
  font-weight: 500 !important;
}
.customer.addresses ul[role="list"] li button i {
  font-size: 30px !important;
}
.customer.addresses ul[role="list"] li h2 {
  font-weight: 600 !important;
  font-size: 25px;
}
.customer.addresses ul[role="list"] li p {
  display: flex;
  gap: 10px !important;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.customer.addresses ul[role="list"] li button {
  background: transparent;
  color: #000;
  border: 2px solid #000;
  font-size: 15px;
}
.customer.addresses > div:last-child a {
  border-radius: 3rem;
  border: 1px solid #000;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.customer.addresses ul[role="list"] span {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.customer.addresses > div:last-child a i {
  font-size: 16px;
}
.facet-filters__field .select {
  border: none;
}
.myaccount_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.myaccount_head .customer__title {
  font-size: 5rem;
  font-family: "basic-sans";
  font-weight: bold;
}
.theme-outline-btn {
  padding: 7px 20px !important;
  border: 2px solid #000 !important;
  border-radius: 3rem !important;
  font-size: 16px;
  font-family: "basic-sans" !important;
  font-weight: 500 !important;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: transparent !important;
  min-height: unset !important;
}
.theme-outline-btn::before,
.theme-outline-btn::after,
.theme-dark-btn::before,
.theme-dark-btn::after,
.theme-color-btn::before,
.theme-color-btn::after {
  content: unset !important;
}
.theme-color-btn {
  background: #cd2235 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 3rem !important;
  min-height: unset !important;
  padding: 10px 30px !important;
}
span.empty-cart {
  font-size: 16px;
}
.theme-dark-btn {
  background: #3b39ee !important;
  border: none !important;
  min-height: unset !important;
  padding: 10px 20px !important;
  border-radius: 3rem !important;
}
.order-product-text p {
  font-size: 14px;
}
.facet-filters.sorting.caption {
  position: relative;
}
.order-product-text h5,
.order-product-text span {
  font-size: 18px !important;
}
form#create_customer input {
  background: #e8e8e843 !important;
  border-radius: 10px;
}
.custom-rotate::before {
  transform: rotate(165deg);
}
.select.select-active {
  position: absolute;
  z-index: 999;
  background: #171717;
  scrollbar-width: none;
  border-radius: 15px !important;
  min-height: 270px;
  padding: 20px;
  top: 0px;
  min-width: 200px;
}
.select.select-active select {
  scrollbar-width: none;
}
.select.select-active * {
  color: #fff !important;
  background: unset;
  margin-bottom: 5px;
}
span.cancel-select i.bi {
  color: #000 !important;
  margin: 0px;
}
.facet-filters__sort:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.mobile-facets__inner {
  border-radius: 20px 0px 0px 20px;
}
.select.select-active option[selected="selected"] {
  color: #575757 !important;
}
.facets__form {
  margin-bottom: 4.5rem !important;
}
.cartt-items {
  max-height: 70vh;
  height: 100%;
  overflow-y: scroll;
}
.cart-header {
  margin: 0px !important;
  padding: 10px 20px !important;
}

.cart-sidebar hr {
  margin: 0px;
}
.cart-body.mt-2 {
  height: calc(100vh - 200px) !important;
}
.cart-sidebar {
  max-height: 100vh !important;
  overflow: hidden;
}
span.cancel-select {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999999;
  background: #fff !important;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  cursor: pointer;
}
span.cancel-select i {
  color: #000 !important;
  font-weight: 900 !important;
  font-size: 14px;
}
.collection-hero__text-wrapper {
  color: #fff !important;
  padding: 200px 0px 20px 0px;
}

.collection-hero__text-wrapper h1 {
  font-weight: 900 !important;
  font-size: 5rem !important;
}

.collection-hero {
  background-size: cover !important;
  background-position: center center !important;
}
/* Collection list */
.collection-list__item .card__inner {
  border-radius: 15px !important;
  overflow: hidden;
}

ul.collection-list {
  column-gap: 15px !important;
}

.collection-list .grid__item {
  width: calc(25% - 20px * 3 / 4);
  max-width: calc(25% - 20px * 3 / 4);
  position: relative;
}

.collection-list .grid__item .card__content {
  position: absolute;
  bottom: 0px;
  padding: 15px;
}

.collection-list .grid__item .card__content a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 17px;
}
.card-wrapper:hover .media.media--hover-effect > img {
  transition: 0.3s !important;
}
.card-wrapper:hover .media.media--hover-effect > img + img {
  transform: unset !important;
}
.collection-list .grid__item .card__content span {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.home-products img {
  border-radius: 15px;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}
.profile-pic {
  border: none;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 4rem;
  font-size: 25px !important;
  color: #3b39ee;
}
.profile-wrapper {
  position: relative;
}
.profile-icon {
  width: 24px;
  height: 24px;
}

.profile-wrapper .user-menu-drawer {
  position: absolute;
  right: 0px;
  top: 105%;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 15px 25px;
  z-index: 99;
  background: #fff;
}

.profile-wrapper .user-menu-drawer ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.modal {
  background: #0000002f;
}
.cart-items {
  position: absolute;
  right: -25px;
  top: 0px;
  font-size: 15px;
}
.modal-content {
  border: none;
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
input#RecoverEmail {
  border-radius: 10px;
  width: 100%;
}
.profile-wrapper .user-menu-drawer ul li a {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
  border: none !important;
  padding: 0px !important;
}
.customer.addresses ul[role="list"] li button.edit i {
  font-size: 14px !important;
  margin-right: 5px;
  margin-top: 2px;
}
.addresses form {
  flex-direction: column !important;
}

.update-btns {
  max-width: 220px;
  margin: 0px auto;
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
}
li[data-address] input,
li[data-address] select {
  background: #e8e8e843 !important;
  border-radius: 8px !important;
  border: none !important;
}

li[data-address] .select::before,
li[data-address] .select::after {
  content: unset;
}
.update-btns button {
  color: #fff !important;
  margin-top: 10px !important;
  width: 100%;
  margin-right: 0px !important;
}

.update-btns span {
  font-size: 16px;
  margin-top: 7px;
  text-decoration: underline;
}
.cart-footer {
  border: none;
  background: #fafafa;
}
.cart-footer {
  margin-bottom: 10px !important;
}
.cart-sidebar {
  padding: 0px !important;
  justify-content: space-between;
}
.cart-sidebar > div {
  padding: 20px;
}
.quantity-control > span {
  display: flex;
  flex-direction: column;
  padding: 0px !important;
}
.remove-btn:hover {
  background: #c0392b;
  color: #fff;
  border-radius: 5px;
}
.quantity-control > span button {
  padding: 0px 5px !important;
}

.quantity-control {
  background: #f2f2f2;
  border: none;
  border-radius: 10px;
}
product-info h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.quantity-control * {
  background: unset !important;
}
.cart-footer .subtotal {
  margin-bottom: 15px;
  text-align: right;
}
@media (max-width: 990px) {
  /* Override the default collapse styling to prepare for the bottom sheet effect */
  .collapse.navbar-collapse {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    width: 100% !important;
    background-color: #fff;
    padding: 20px;
    z-index: 9999;
    border-radius: 20px 20px 0px 0px;
  }
  ul#product-grid,
  aside.facets-wrapper {
    padding: 10px !important;
  }
  .collapse.navbar-collapse::before {
    content: "";
    width: 50px;
    height: 5px;
    background: #e7e7e7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2rem;
  }
  .product-card-wrapper .card {
    padding: 15px 10px;
  }
  .collection-hero__text-wrapper {
    padding: 80px 0 20px !important;
  }
  .card__heading a {
    font-size: 14px;
    line-height: 15px;
  }

  ul.main-nav {
    gap: 0px;
    margin-top: 35px;
    width: 100%;
    margin-bottom: 80px !important;
  }

  ul.main-nav a.nav-link {
    font-weight: 800;
    font-size: 30px;
    padding: 0px;
  }
  ul.main-nav li.nav-item {
    margin-bottom: 5px;
  }
  ul.navbar-nav:last-child {
    display: none;
  }
  h4.card__subheading {
    font-size: 10px;
  }
  .card__content span.price-item {
    font-size: 15px;
  }
  span.login_btns {
    flex-wrap: wrap;
  }
  span.login_btns button {
    width: 100%;
  }
  ul.collection-list {
    row-gap: 20px !important;
  }
  .collection-list .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    position: unset;
  }
  ul.collection-list {
    padding: 10px !important;
  }
  .addresses ul {
    flex-direction: column !important;
  }
  td.order-wrapper img {
    max-width: 100px !important;
  }
  .customer.addresses ul[role="list"] li {
    width: 100%;
    margin: 0px;
  }
  .customer td:before {
    content: unset !important;
  }
  .row.blog-row.blog-page > div {
    width: 100% !important;
  }

  .row.blog-row.blog-page {
    padding: 10px 15px 10px 15px !important;
  }
  .collection-list .grid__item .card__content a {
    font-size: 20px !important;
    padding-bottom: 7px !important;
    line-height: 20px;
  }
  .collection-list .grid__item .card__content span {
    font-size: 18px !important;
  }
  .collection-list .grid__item .card__content {
    padding: 10px !important;
  }
}
.jdgm-widget * {
  margin: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-size: 16px !important;
}

.box-text.ab-card-heading {
  font-size: 33px;
  font-weight: 700;
  padding-right: 20px;
}

/* overrided for client review should get replaced after test run */

@media screen and (min-width: 750px) {
  .section-template--19224575475935__main-padding {
    padding-top: 36px;
    padding-bottom: 300px !important;
  }
}
@media screen and (min-width: 750px) {
  .customer:not(.account):not(.order) {
    max-width: 47.8rem;
    padding-bottom: 100px !important;
  }
}

footer .social-icons a {
  font-size: 16px;
}

footer .social-icons {
  gap: 15px;
  display: flex;
}
/* PC */
@media (min-width: 994px) {
}
/* TAB */
@media (min-width: 768px) and (max-width: 992px) {
  .collection-section-2row {
    position: relative;
    min-height: 700px;
  }

  .collection-section-2row a {
    position: absolute;
    left: 0px;
    width: 50%;
    aspect-ratio: 1/1;
    width: 49%;
    height: 340px;
  }

  .collection-section-2row .col-md-12 a {
    left: 52%;
    aspect-ratio: 1/1;
  }

  .collection-section-2row .col-md-6 a {
    top: 51%;
  }

  .collection-section-2row .row .col-md-6:last-child a {
    left: 52%;
  }

  .collection-section-2row .col-md-6 a .smart {
    height: 100% !important;
  }

  .collection-section-2row a > div {
    height: 100%;
  }

  .collection-section-2row a > div img {
    object-fit: cover;
    border-radius: 30px;
  }

  .carousel-caption {
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-div h1 {
    font-size: 60px;
  }

  .hero-div p {
    font-size: 20px;
  }
  p.blg-date {
    height: unset !important;
    opacity: 1 !important;
    transform: unset !important;
  }
  .icon-container a {
    font-size: 20px;
    font-weight: 700 !important;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
  }

  .icon-container a i {
    margin: unset !important;
    transform: rotate(45deg);
  }
  .row.blog-row .content-container {
    gap: 8px;
  }

  .row.blog-row > div {
    min-height: 380px;
  }
  footer .row.py-5 .ps-5:nth-child(3) {
    padding-inline: 0px !important;
  }
}
/* MOBILE */
@media (max-width: 767px) {
  .collection-section-2row a img {
    object-fit: cover;
    border-radius: 25px;
  }
  .lidar-feature {
    text-align: center;
    font-size: 2rem !important;
    line-height: 3rem !important;
    margin: 0px !important;
  }

  .container.mapcont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .container.mapcont * {
    max-width: 100%;
  }

  section.map-section {
    position: relative;
    padding-bottom: 10rem !important;
  }

  section.map-section .row.cap {
    position: absolute;
    bottom: 0px;
  }
  img.card-img-top {
    height: unset !important;
  }
  .about-section div h2 {
    padding-inline: 0px;
    margin: 0px !important;
  }

  .about-section {
    height: unset;
  }
  section.our-product-section.py-5.text-center {
    margin: unset;
  }

  section.our-product-section h2 {
    font-size: 2.7rem;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-caption {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .featuer-row {
    margin-bottom: 0px !important;
  }
  p.blg-date {
    height: unset !important;
    opacity: 1 !important;
    transform: unset !important;
  }
  p.blg-date {
    height: unset !important;
    opacity: 1 !important;
    transform: unset !important;
  }

  .row.blog-row .content-container {
    gap: 10px;
  }

  h4.blg-tittle {
    font-size: 22px !important;
  }

  .blgbadge {
    font-size: 14px;
    padding: 5px 15px;
  }

  .icon-container a {
    font-size: 20px;
    font-weight: 700 !important;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
  }

  .icon-container a i {
    margin: unset !important;
    transform: rotate(45deg);
  }

  .row.blog-row > div {
    min-height: 50vh;
  }

  .row.blog-row .content-container {
    padding: 20px !important;
    margin: 0px;
  }
  section.container.blog-section {
    position: relative;
    padding-bottom: 60px !important;
  }

  .blog-section-row .col-md-6 div {
    position: absolute;
    top: 92%;
    left: 50%;
    transform: translateX(-50%);
  }
  .row.collection-section-2row div {
  }

  footer .row.py-5 .ps-5 {
    padding-inline: 0px !important;
  }

  footer .row.py-5 .ps-5:nth-child(3),
  footer .row.py-5 .ps-5:nth-child(2) {
    width: 50%;
  }
}

button.send-btn.otp-btn {
  background: #cd2235 !important;
}
.section-template--19224575443167__main-padding {
  padding-right: 25px;
  padding-left: 25px;
}
.skip-to-content-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #009ca7;
  color: #fff;
  padding: 10px 16px;
  z-index: 999;
  border-radius: 0 0 6px 6px;
  font-size: 1.2rem;
  text-decoration: none;
}
.skip-to-content-link:focus,
.skip-to-content-link.focus-visible {
  left: 10px;
  outline: 3px solid #ffeb3b !important;
}
*:focus {
  outline: 2px solid #000 !important;
  border-radius: 5px !important;
}

.collection-section a:focus,
.collection-section button:focus {
  outline: 3px solid rgb(0, 0, 0); /* your theme color */
  outline-offset: 2px;        /* space between element & outline */
  border-radius: 5px !important;
}

.collection-section a:focus img {
  outline: 3px solid rgb(0, 0, 0);
  outline-offset: -4px; /* if you want outline tight to the image */
  border-radius: 5px !important;
}

/* .head-desktop, .head-tablet, .head-mobile {
    pointer-events: none !important; /* prevents mouse click */
    tabindex: -1 !important;
}
.head-desktop a, 
.head-desktop button,
.head-tablet a, 
.head-tablet button,
.mobile-nav-drawer a, 
.mobile-nav-drawer button, 
.tablet-nav-drawer a,
.tablet-nav-drawer button,
.head-mobile a, 
.head-mobile button {
    pointer-events: none !important;
    tabindex: -1 !important;
} */
