@charset "UTF-8";
.offerSlider .swiper-button-prev,
.offerSlider .swiper-button-next,
.newProducts-slider .swiper-button-prev,
.newProducts-slider .swiper-button-next,
.toolSlider .swiper-button-prev,
.toolSlider .swiper-button-next,
.accessoriesSlider .swiper-button-prev,
.accessoriesSlider .swiper-button-next,
.inventorySecSlider .swiper-button-prev,
.inventorySecSlider .swiper-button-next,
.collectableSeedSecSlider .swiper-button-prev,
.collectableSeedSecSlider .swiper-button-next,
.soilSlider .swiper-button-prev,
.soilSlider .swiper-button-next {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: var(--cl-white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: var(--font-16);
  color: #202759;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.offerSlider .swiper-button-prev.swiper-button-disabled,
.offerSlider .swiper-button-next.swiper-button-disabled,
.newProducts-slider .swiper-button-prev.swiper-button-disabled,
.newProducts-slider .swiper-button-next.swiper-button-disabled,
.toolSlider .swiper-button-prev.swiper-button-disabled,
.toolSlider .swiper-button-next.swiper-button-disabled,
.accessoriesSlider .swiper-button-prev.swiper-button-disabled,
.accessoriesSlider .swiper-button-next.swiper-button-disabled,
.inventorySecSlider .swiper-button-prev.swiper-button-disabled,
.inventorySecSlider .swiper-button-next.swiper-button-disabled,
.collectableSeedSecSlider .swiper-button-prev.swiper-button-disabled,
.collectableSeedSecSlider .swiper-button-next.swiper-button-disabled,
.soilSlider .swiper-button-prev.swiper-button-disabled,
.soilSlider .swiper-button-next.swiper-button-disabled {
  display: none;
}
.offerSlider .swiper-button-prev::after,
.offerSlider .swiper-button-next::after,
.newProducts-slider .swiper-button-prev::after,
.newProducts-slider .swiper-button-next::after,
.toolSlider .swiper-button-prev::after,
.toolSlider .swiper-button-next::after,
.accessoriesSlider .swiper-button-prev::after,
.accessoriesSlider .swiper-button-next::after,
.inventorySecSlider .swiper-button-prev::after,
.inventorySecSlider .swiper-button-next::after,
.collectableSeedSecSlider .swiper-button-prev::after,
.collectableSeedSecSlider .swiper-button-next::after,
.soilSlider .swiper-button-prev::after,
.soilSlider .swiper-button-next::after {
  display: none;
}
.offerSlider .swiper-button-prev i,
.offerSlider .swiper-button-next i,
.newProducts-slider .swiper-button-prev i,
.newProducts-slider .swiper-button-next i,
.toolSlider .swiper-button-prev i,
.toolSlider .swiper-button-next i,
.accessoriesSlider .swiper-button-prev i,
.accessoriesSlider .swiper-button-next i,
.inventorySecSlider .swiper-button-prev i,
.inventorySecSlider .swiper-button-next i,
.collectableSeedSecSlider .swiper-button-prev i,
.collectableSeedSecSlider .swiper-button-next i,
.soilSlider .swiper-button-prev i,
.soilSlider .swiper-button-next i {
  margin: 0;
}
.offerSlider .swiper-slide,
.newProducts-slider .swiper-slide,
.toolSlider .swiper-slide,
.accessoriesSlider .swiper-slide,
.inventorySecSlider .swiper-slide,
.collectableSeedSecSlider .swiper-slide,
.soilSlider .swiper-slide {
  width: 205px !important;
}
.offerSlider .swiper-slide .box .imgBox,
.newProducts-slider .swiper-slide .box .imgBox,
.toolSlider .swiper-slide .box .imgBox,
.accessoriesSlider .swiper-slide .box .imgBox,
.inventorySecSlider .swiper-slide .box .imgBox,
.collectableSeedSecSlider .swiper-slide .box .imgBox,
.soilSlider .swiper-slide .box .imgBox {
  border-radius: var(--radius-20);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 12px;
  transition: var(--transition-3s);
  position: relative;
}
.offerSlider .swiper-slide .box .imgBox img,
.newProducts-slider .swiper-slide .box .imgBox img,
.toolSlider .swiper-slide .box .imgBox img,
.accessoriesSlider .swiper-slide .box .imgBox img,
.inventorySecSlider .swiper-slide .box .imgBox img,
.collectableSeedSecSlider .swiper-slide .box .imgBox img,
.soilSlider .swiper-slide .box .imgBox img {
  transition: var(--transition-2s);
}
.offerSlider .swiper-slide .box .imgBox a.addToCard,
.newProducts-slider .swiper-slide .box .imgBox a.addToCard,
.toolSlider .swiper-slide .box .imgBox a.addToCard,
.accessoriesSlider .swiper-slide .box .imgBox a.addToCard,
.inventorySecSlider .swiper-slide .box .imgBox a.addToCard,
.collectableSeedSecSlider .swiper-slide .box .imgBox a.addToCard,
.soilSlider .swiper-slide .box .imgBox a.addToCard {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: -60px;
  display: flex;
  z-index: 99;
  text-align: center;
  background-color: var(--cl-primary-blue);
  border-radius: var(--default-radius);
  padding: 15px 10px;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--black-color);
  transition: var(--transition-2s);
}
.offerSlider .swiper-slide .box .imgBox a.addToCard:active,
.newProducts-slider .swiper-slide .box .imgBox a.addToCard:active,
.toolSlider .swiper-slide .box .imgBox a.addToCard:active,
.accessoriesSlider .swiper-slide .box .imgBox a.addToCard:active,
.inventorySecSlider .swiper-slide .box .imgBox a.addToCard:active,
.collectableSeedSecSlider .swiper-slide .box .imgBox a.addToCard:active,
.soilSlider .swiper-slide .box .imgBox a.addToCard:active {
  transform: scale(0.91);
}
.offerSlider .swiper-slide .box .imgBox a.addToCard img,
.newProducts-slider .swiper-slide .box .imgBox a.addToCard img,
.toolSlider .swiper-slide .box .imgBox a.addToCard img,
.accessoriesSlider .swiper-slide .box .imgBox a.addToCard img,
.inventorySecSlider .swiper-slide .box .imgBox a.addToCard img,
.collectableSeedSecSlider .swiper-slide .box .imgBox a.addToCard img,
.soilSlider .swiper-slide .box .imgBox a.addToCard img {
  width: auto;
  height: 17px;
  margin-right: 7px;
  position: relative;
  top: -3px;
  left: 5px;
}
@media (max-width: 768px) {
  .offerSlider .swiper-slide .box .imgBox a.addToCard,
  .newProducts-slider .swiper-slide .box .imgBox a.addToCard,
  .toolSlider .swiper-slide .box .imgBox a.addToCard,
  .accessoriesSlider .swiper-slide .box .imgBox a.addToCard,
  .inventorySecSlider .swiper-slide .box .imgBox a.addToCard,
  .collectableSeedSecSlider .swiper-slide .box .imgBox a.addToCard,
  .soilSlider .swiper-slide .box .imgBox a.addToCard {
    display: none;
    bottom: 5px;
  }
}
.offerSlider .swiper-slide .box .imgBox .loss,
.offerSlider .swiper-slide .box .imgBox .new,
.newProducts-slider .swiper-slide .box .imgBox .loss,
.newProducts-slider .swiper-slide .box .imgBox .new,
.toolSlider .swiper-slide .box .imgBox .loss,
.toolSlider .swiper-slide .box .imgBox .new,
.accessoriesSlider .swiper-slide .box .imgBox .loss,
.accessoriesSlider .swiper-slide .box .imgBox .new,
.inventorySecSlider .swiper-slide .box .imgBox .loss,
.inventorySecSlider .swiper-slide .box .imgBox .new,
.collectableSeedSecSlider .swiper-slide .box .imgBox .loss,
.collectableSeedSecSlider .swiper-slide .box .imgBox .new,
.soilSlider .swiper-slide .box .imgBox .loss,
.soilSlider .swiper-slide .box .imgBox .new {
  color: var(--cl-white);
  position: absolute;
  padding: 5px 10px;
  border-radius: 40px;
  z-index: 9;
}
.offerSlider .swiper-slide .box .imgBox .loss,
.newProducts-slider .swiper-slide .box .imgBox .loss,
.toolSlider .swiper-slide .box .imgBox .loss,
.accessoriesSlider .swiper-slide .box .imgBox .loss,
.inventorySecSlider .swiper-slide .box .imgBox .loss,
.collectableSeedSecSlider .swiper-slide .box .imgBox .loss,
.soilSlider .swiper-slide .box .imgBox .loss {
  background-color: hsl(3.22, 71.29%, 40.98%);
  top: 10px;
  left: 10px;
  font-size: 11px !important;
}
.offerSlider .swiper-slide .box .imgBox .new,
.newProducts-slider .swiper-slide .box .imgBox .new,
.toolSlider .swiper-slide .box .imgBox .new,
.accessoriesSlider .swiper-slide .box .imgBox .new,
.inventorySecSlider .swiper-slide .box .imgBox .new,
.collectableSeedSecSlider .swiper-slide .box .imgBox .new,
.soilSlider .swiper-slide .box .imgBox .new {
  top: 10px;
  left: 40px;
  background-color: #e8def8;
  color: var(--cl-primary-dark);
  font-size: 11px !important;
}
.offerSlider .swiper-slide .box .imgBox img,
.newProducts-slider .swiper-slide .box .imgBox img,
.toolSlider .swiper-slide .box .imgBox img,
.accessoriesSlider .swiper-slide .box .imgBox img,
.inventorySecSlider .swiper-slide .box .imgBox img,
.collectableSeedSecSlider .swiper-slide .box .imgBox img,
.soilSlider .swiper-slide .box .imgBox img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offerSlider .swiper-slide .box .content,
.newProducts-slider .swiper-slide .box .content,
.toolSlider .swiper-slide .box .content,
.accessoriesSlider .swiper-slide .box .content,
.inventorySecSlider .swiper-slide .box .content,
.collectableSeedSecSlider .swiper-slide .box .content,
.soilSlider .swiper-slide .box .content {
  margin-bottom: 5px;
}
.offerSlider .swiper-slide .box .content p,
.newProducts-slider .swiper-slide .box .content p,
.toolSlider .swiper-slide .box .content p,
.accessoriesSlider .swiper-slide .box .content p,
.inventorySecSlider .swiper-slide .box .content p,
.collectableSeedSecSlider .swiper-slide .box .content p,
.soilSlider .swiper-slide .box .content p {
  font-weight: 500;
  color: var(--cl-primary-dark);
  margin: 0 0 2px;
  font-size: 13px !important;
  color: #45265a !important;
  display: flex !important;
  gap: 5px !important;
}
.offerSlider .swiper-slide .box .content p del,
.newProducts-slider .swiper-slide .box .content p del,
.toolSlider .swiper-slide .box .content p del,
.accessoriesSlider .swiper-slide .box .content p del,
.inventorySecSlider .swiper-slide .box .content p del,
.collectableSeedSecSlider .swiper-slide .box .content p del,
.soilSlider .swiper-slide .box .content p del {
  color: #6c7275;
  font-weight: 300;
  order: 1;
}
.offerSlider .swiper-slide .box .content a,
.newProducts-slider .swiper-slide .box .content a,
.toolSlider .swiper-slide .box .content a,
.accessoriesSlider .swiper-slide .box .content a,
.inventorySecSlider .swiper-slide .box .content a,
.collectableSeedSecSlider .swiper-slide .box .content a,
.soilSlider .swiper-slide .box .content a {
  font-size: var(--font-16);
  color: var(--cl-primary-dark);
  font-weight: 500;
}
.offerSlider .swiper-slide .box .content .text-truncate,
.newProducts-slider .swiper-slide .box .content .text-truncate,
.toolSlider .swiper-slide .box .content .text-truncate,
.accessoriesSlider .swiper-slide .box .content .text-truncate,
.inventorySecSlider .swiper-slide .box .content .text-truncate,
.collectableSeedSecSlider .swiper-slide .box .content .text-truncate,
.soilSlider .swiper-slide .box .content .text-truncate {
  display: block;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  font-size: 0.8025rem !important;
}

@media (min-width: 991px) and (hover: hover) {
  .swiper-slide:hover .box .imgBox {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .swiper-slide:hover .box .imgBox > img {
    transform: scale(1.05);
  }
  .swiper-slide:hover .box .imgBox a.addToCard {
    bottom: 5px;
  }
}
h2 {
  color: var(--cl-primary-dark);
  font-size: var(--font-18);
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: 3px;
  font-weight: 600;
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 4px;
  background: var(--cl-primary-dark);
}

@media (min-width: 992px) {
  .mobile-def-cart-hidden > .add_to_cart_button {
    display: none !important;
  }
}

/* Remove extra spacing around sale prices */
.woocommerce del,
.woocommerce ins {
  margin: 0;
  padding: 0;
  display: inline;
}

.woocommerce del {
  opacity: 0.6; /* or use color: #888; */
  text-decoration: line-through;
}

.woocommerce ins {
  text-decoration: none;
}

.newProducts-slider del,
.newProducts-slider ins {
  margin: 0;
  padding: 0;
  display: inline;
}

/* Only affect sale items */
.n-category-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0;
  padding-inline-end: 12px;
}
.n-category-title a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
  transition: all ease-in-out 0.3s;
}
.n-category-title a span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .n-category-title a span {
    display: block;
  }
}
.n-category-title a i {
  font-size: 17px;
}
@media (min-width: 576px) {
  .n-category-title a i {
    font-size: 13px;
  }
}
.n-category-title a:hover i {
  opacity: 0.89 !important;
}

.canna-block-slider .n-category-title {
  display: none;
}

.choose-btn {
  padding: 13px 10px;
}
.choose-btn img {
  margin-top: 3px;
  width: auto;
  height: 17px;
  margin-right: 7px;
  position: relative;
  top: -2px;
  left: 8px;
}

.choose-btn-mobile {
  padding: 13px 10px;
}
.choose-btn-mobile:active {
  transform: scale(0.91);
}

.swiper-handle {
  display: flex;
  gap: 3px;
}

.e-newProducts-slider-prev,
.e-newProducts-slider-next {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.e-newProducts-slider-prev:first-child,
.e-newProducts-slider-next:first-child {
  margin-right: 4px;
}
.e-newProducts-slider-prev i,
.e-newProducts-slider-next i {
  margin: 0;
}

/* Base skeleton styles for the entire product box */
.newProducts .swiper-slide .box,
.js-products-slider .swiper-slide .box {
  position: relative;
}

/* Skeleton for imgBox */
.newProducts .imgBox,
.js-products-slider .imgBox {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.newProducts .imgBox::before,
.js-products-slider .imgBox::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 60%);
  animation: skeleton 1.2s infinite;
  z-index: 1;
  pointer-events: none;
}

/* Hide imgBox skeleton when image is loaded */
.newProducts .imgBox:has(img.swiper-lazy-loaded)::before,
.js-products-slider .imgBox:has(img.swiper-lazy-loaded)::before,
.newProducts .imgBox.loaded::before,
.js-products-slider .imgBox.loaded::before {
  opacity: 0;
  animation: none;
  transition: opacity 0.3s ease;
}

/* Skeleton for badges (new/sale) */
.newProducts .imgBox .new,
.newProducts .imgBox .loss,
.js-products-slider .imgBox .new,
.js-products-slider .imgBox .loss {
  opacity: 0;
  transition: opacity 0.3s ease 0.2s; /* Delay fade-in */
}

.newProducts .imgBox.loaded .new,
.newProducts .imgBox.loaded .loss,
.js-products-slider .imgBox.loaded .new,
.js-products-slider .imgBox.loaded .loss {
  opacity: 1;
}

/* Skeleton for content section (price + title) */
.newProducts .swiper-slide .content,
.js-products-slider .swiper-slide .content {
  position: relative;
  /* Create skeleton background for text content */
}
.newProducts .swiper-slide .content::before,
.js-products-slider .swiper-slide .content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  z-index: 1;
}
.newProducts .swiper-slide .content,
.js-products-slider .swiper-slide .content {
  /* Hide actual content while loading */
}
.newProducts .swiper-slide .content p,
.newProducts .swiper-slide .content a,
.js-products-slider .swiper-slide .content p,
.js-products-slider .swiper-slide .content a {
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
}

/* Show content when loaded */
.newProducts .swiper-slide.loaded .content::before,
.js-products-slider .swiper-slide.loaded .content::before {
  opacity: 0;
  animation: none;
  pointer-events: none;
}
.newProducts .swiper-slide.loaded .content p,
.newProducts .swiper-slide.loaded .content a,
.js-products-slider .swiper-slide.loaded .content p,
.js-products-slider .swiper-slide.loaded .content a {
  opacity: 1;
}

/* Skeleton for add-to-cart button (desktop) */
.newProducts .imgBox a.addToCard,
.js-products-slider .imgBox a.addToCard {
  opacity: 0;
  transition: opacity 0.3s ease 0.25s;
}

.newProducts .imgBox.loaded a.addToCard,
.js-products-slider .imgBox.loaded a.addToCard {
  opacity: 1;
}

/* Skeleton for mobile add-to-cart button */
.newProducts .swiper-slide .mobile-def-cart-hidden,
.js-products-slider .swiper-slide .mobile-def-cart-hidden {
  position: relative;
}
.newProducts .swiper-slide .mobile-def-cart-hidden::before,
.js-products-slider .swiper-slide .mobile-def-cart-hidden::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--default-radius);
  z-index: 1;
}

.newProducts .swiper-slide.loaded .mobile-def-cart-hidden::before,
.js-products-slider .swiper-slide.loaded .mobile-def-cart-hidden::before {
  opacity: 0;
  animation: none;
  pointer-events: none;
}

@keyframes skeleton {
  to {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/* Image states */
.newProducts .product-img,
.js-products-slider .product-img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.newProducts .product-img.swiper-lazy,
.js-products-slider .product-img.swiper-lazy {
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 0.3;
}

.newProducts .product-img.swiper-lazy-loaded,
.js-products-slider .product-img.swiper-lazy-loaded {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  transition: filter 0.5s ease, transform 0.5s ease, opacity 0.4s ease;
}

.newProducts .swiper-lazy-preloader,
.js-products-slider .swiper-lazy-preloader {
  display: none !important;
}

.newProducts-slider-wrap {
  position: relative;
}

.swiper-handle {
  position: absolute;
  inset: 0;
  pointer-events: none; /* buttons only clickable */
  z-index: 10;
}

.e-newProducts-slider-prev,
.e-newProducts-slider-next {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}

.e-newProducts-slider-prev {
  left: 0;
}

.e-newProducts-slider-next {
  right: 0;
}

/* optional: hide on mobile */
@media (max-width: 768px) {
  .swiper-handle {
    display: none;
  }
}
.e-newProducts-slider-prev,
.e-newProducts-slider-next {
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.e-newProducts-slider-prev.is-hidden,
.e-newProducts-slider-next.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Fallback spacing ONLY before Swiper loads */
.newProducts-slider:not(.swiper-initialized) .swiper-slide {
  margin-right: 24px;
}

/* Remove margin from the very last slide (pre-init only) */
.newProducts-slider:not(.swiper-initialized) .swiper-slide:last-child {
  margin-right: 0;
}

.addToCard-mobile {
  display: block;
  justify-content: center;
  font-weight: 500;
  font-size: 11px;
  padding: 11px 4px;
  margin-top: 3px;
  text-align: center;
  background-color: var(--cl-primary-blue);
  border-radius: var(--default-radius);
  color: var(--black-color);
  transition: transform 0.2s ease;
  z-index: 99;
  pointer-events: auto;
  touch-action: manipulation;
  will-change: transform;
}
.addToCard-mobile:active {
  transform: scale(0.91);
}
@media (min-width: 992px) {
  .addToCard-mobile {
    display: none !important;
  }
}
.addToCard-mobile img {
  width: auto !important;
  height: 13px !important;
  margin-right: 7px;
  position: relative;
  top: -2px;
  left: 8px;
}

.chooseBtn {
  padding: 9px 4px;
}
.chooseBtn img {
  width: auto;
  height: 13px;
  margin-right: 9px;
  position: relative;
  top: 0px !important;
  left: 8px !important;
}

.chooseBtn-mobile {
  padding: 9px 0px !important;
}

.branches {
  margin-bottom: 50px;
}
.branches h2 {
  color: var(--cl-primary-dark);
  font-size: var(--font-18);
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  margin-left: 3px;
}
.branches h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 4px;
  background: var(--cl-primary-dark);
}
.branches {
  /* Prevent initial “shrink” and jitter */
}
.branches .swiper-wrapper {
  align-items: stretch;
}
.branches .swiper-slide {
  /* lock slide width; prevent flex shrink */
  width: 310px;
  flex: 0 0 auto;
  height: auto;
}
.branches .swiper-button-prev,
.branches .swiper-button-next {
  background-color: var(--cl-white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: var(--font-16);
  color: #202759;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.branches .swiper-button-prev.swiper-button-disabled,
.branches .swiper-button-next.swiper-button-disabled {
  display: none;
}
.branches .swiper-button-prev::after,
.branches .swiper-button-next::after {
  display: none;
}
.branches .box {
  background-color: #1f2239;
  border-radius: var(--radius-20);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  position: relative;
}
.branches .box::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -110px;
  background-color: rgba(163, 31, 255, 0.2);
  border-radius: 50%;
  border-bottom: 1px solid #303030;
  padding: 10px;
  width: 220px;
  height: 220px;
}
.branches .box div span {
  color: rgba(179, 38, 30, 0.9882352941);
  font-size: var(--font-18);
  display: inline-block;
  padding: 8px 12px;
  border-radius: 16px 16px 16px 0;
  background-color: var(--cl-white);
  font-weight: 600;
}
.branches .box div h6 {
  margin: 15px 0 0;
  color: var(--cl-white);
  text-transform: uppercase;
  min-height: 40px;
  display: flex;
  align-items: end;
}
.branches .box img {
  width: 115px;
  height: auto;
  position: relative;
  z-index: 9;
}

/* Keep this minor reset */
.main .wrapper .content-box .branches .box div span p {
  margin: 0;
}

/* smaller slides + smaller typography on tablets */
@media (max-width: 991px) {
  .branches .swiper-slide {
    width: 275px; /* smaller cards */
  }
  .branches .box {
    padding: 12px 16px;
    gap: 14px;
  }
  .branches .box div span {
    font-size: var(--font-16);
    padding: 6px 12px;
    border-radius: 10px 10px 10px 0;
  }
  .branches .box div h6 {
    font-size: 14px;
    min-height: 32px;
  }
  .branches .box img {
    width: 90px;
  }
  .onlineOffer h2,
  .branches h2 {
    font-size: var(--font-18);
  }
}
/* even smaller cards + tighter typography on phones */
@media (max-width: 576px) {
  .branches .swiper-slide {
    width: 275px; /* smaller cards */
  }
  .branches .box {
    padding: 12px 16px;
    gap: 14px;
  }
  .branches .box div span {
    font-size: var(--font-16);
    padding: 6px 12px;
    border-radius: 10px 10px 10px 0;
  }
  .branches .box div h6 {
    font-size: 14px;
    min-height: 32px;
  }
  .branches .box img {
    width: 90px;
  }
}
.plantLighting,
.inventory {
  margin-bottom: 25px;
}
.plantLighting h2,
.inventory h2 {
  color: var(--cl-primary-dark);
  font-size: var(--font-20);
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 13px;
  font-weight: 600;
}
.plantLighting h2::before,
.inventory h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 26px;
  border-radius: 4px;
  background: var(--cl-primary-dark);
}
.plantLighting .swiper-button-prev,
.plantLighting .swiper-button-next,
.inventory .swiper-button-prev,
.inventory .swiper-button-next {
  background-color: var(--cl-white);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: var(--font-16);
  color: #202759;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.plantLighting .swiper-button-prev.swiper-button-disabled,
.plantLighting .swiper-button-next.swiper-button-disabled,
.inventory .swiper-button-prev.swiper-button-disabled,
.inventory .swiper-button-next.swiper-button-disabled {
  display: none;
}
.plantLighting .swiper-button-prev::after,
.plantLighting .swiper-button-next::after,
.inventory .swiper-button-prev::after,
.inventory .swiper-button-next::after {
  display: none;
}
.plantLighting .swiper-slide,
.inventory .swiper-slide {
  max-width: 100%;
  width: auto;
}
.plantLighting .swiper-slide .box,
.inventory .swiper-slide .box {
  padding: 15px 15px 15px 25px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #ede0ff;
  gap: 20px;
  justify-content: space-between;
  transition: var(--transition-2s);
}
.plantLighting .swiper-slide .box:hover,
.inventory .swiper-slide .box:hover {
  border-color: #af84ee;
}
.plantLighting .swiper-slide .box p,
.inventory .swiper-slide .box p {
  max-width: 150px;
  margin: 0;
  color: var(--black-color);
}
.plantLighting .swiper-slide .box .imgBox,
.inventory .swiper-slide .box .imgBox {
  width: 60px;
  height: 60px;
}
.plantLighting .swiper-slide .box .imgBox img,
.inventory .swiper-slide .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inventory-sub-products .newProducts .n-category-title {
  display: none !important;
}

.inventorySlider .box.active {
  border-color: #af84ee;
}

.canna {
  margin-bottom: 40px;
}
.canna .box {
  gap: 20px;
  padding: 5px 10px 5px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: var(--radius-10);
}
@media (max-width: 991px) {
  .canna .box {
    padding: 20px 25px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .canna .box .inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .canna .box .inner .imgBox {
    margin: 0 auto;
  }
  .canna .box .inner .content {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .canna .box a {
    padding: 15px 35px;
  }
}
.canna .box .inner {
  display: flex;
  align-items: center;
  gap: 20px;
}
.canna .box .inner .imgBox img {
  width: 100%;
  max-width: 110px;
}
.canna .box .inner .content h6 {
  color: rgb(54, 54, 54);
  font-weight: 700;
  margin-bottom: 2px;
}
.canna .box .inner .content p {
  margin: 0;
  color: rgba(54, 54, 54, 0.4);
}
.canna .box .proCount {
  display: flex;
  align-items: center;
}
.canna .box .proCount span {
  background-color: #e8def8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 7px;
}
.canna .box .proCount p {
  color: var(--cl-primary-dark);
  margin: 0;
  font-weight: 500;
}
.canna .box a {
  color: var(--cl-white);
  background-color: #1f2239;
  padding: 20px 50px;
  border-radius: var(--radius-10);
  transition: var(--transition-3s);
}
.canna .box a:hover {
  opacity: 0.87;
}

footer .footer-inner {
  font-family: "BPG Arial Caps" !important;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 20px 0 40px;
  gap: 20px;
}
footer .footer-inner div h6 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin-top: 30px;
}
footer .footer-inner div ul {
  margin: 0 !important;
  padding: 0 !important;
}
footer .footer-inner div ul li a {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  line-height: 30px;
  transition: var(--transition-2s);
}
footer .footer-inner div ul li a:hover {
  color: var(--cl-primary-dark);
}
footer .more-link {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
footer .more-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer .more-link ul li a {
  color: #4e4e4e;
  display: block;
  line-height: 20px;
  font-family: var(--font-inter);
  font-weight: 300;
}
footer .comp-info {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
footer .comp-info h6 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  margin-bottom: 20px;
}
footer .comp-info p {
  color: #4e4e4e;
  line-height: 30px;
  font-weight: 300;
}
footer .comp-logo {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0;
}
footer .comp-logo img {
  max-width: 170px;
  width: 100%;
}
footer .comp-info-1 {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  align-items: center;
  gap: 30px;
  padding: 0 0 40px;
}
footer .comp-info-1 div > p {
  color: #222222;
  font-weight: 300;
}
footer .comp-info-1 div ul li {
  font-size: 12px;
  color: var(--cl-primary-dark);
  line-height: 22px;
}
footer .comp-info-1 div .feedback {
  display: flex;
  font-size: var(--font-16);
  margin-bottom: 15px;
}
footer .comp-info-1 div .feedback img {
  margin-right: 15px;
}
footer .comp-info-1 .follow {
  display: flex;
}
footer .comp-info-1 .follow p {
  margin: 0 10px 0 0;
  color: #95989a;
  line-height: 24px;
  font-weight: 400;
}
footer .comp-info-1 .follow ul {
  display: flex;
  align-items: center;
}
footer .comp-info-1 .follow ul li a {
  color: #95989a;
  padding: 0 5px;
  font-size: var(--font-16);
  transition: var(--transition-2s);
}
footer .comp-info-1 .follow ul li a:hover {
  color: var(--cl-primary-dark);
}

.margin-bottom {
  margin-bottom: 400px;
}

ul,
li {
  list-style: none !important;
  list-style-type: none !important;
}

.cart_item,
.product-total {
  font-size: 13px;
}

.toggle-sidenav-btn {
  display: none;
  cursor: pointer;
}
.toggle-sidenav-btn i {
  font-size: 25px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .toggle-sidenav-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 83px;
    left: 218px;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    z-index: 44444;
    /* border: solid 1px #1f223917; */
    border-radius: 50%;
  }
}

.woocommerce-order-overview .woocommerce-thankyou-order-details .order_details {
  list-style: none;
  font-family: var(--font-family-primary);
  border: dashed 1px var(--primary-dark-40);
  padding: 25px;
}