/** Shopify CDN: Minification failed

Line 2779:45 Unexpected "{"

**/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Staatliches&display=swap");
@font-face {
  font-family: "Satoshi";
  src: url("/cdn/shop/files/Satoshi-Regular.otf?v=1748781378");
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi-Light";
  src: url("/cdn/shop/files/Satoshi-Light.otf?v=1748817740");
  font-weight: 300;
}
@font-face {
  font-family: "Satoshi-Regular";
  src: url("/cdn/shop/files/Satoshi-Regular.otf?v=1748781378");
  font-weight: 400;
}
@font-face {
  font-family: "Satoshi-Bold";
  src: url("/cdn/shop/files/Satoshi-Bold.otf?v=1748781378");
  font-weight: 700;
}
@font-face {
  font-family: "Satoshi-Medium";
  src: url("/cdn/shop/files/Satoshi-Medium.otf?v=1748837447");
  font-weight: 500;
}
@font-face {
  font-family: "Satoshi-Bolder";
  src: url("/cdn/shop/files/Satoshi-Black.otf?v=1748781378");
  font-weight:900;
}
img {
  max-width: 100%;
  display: block;
}
:root {
  --primary-green: #465e3f;
  --heading-font-family: "Staatliches", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  letter-spacing: unset;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0 !important;
}
.container,
.page-width {
  width: 100%;
  max-width: 1440px;
  padding: 0 100px;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.main-heading,
h1 > strong,
h2 > strong,
h3 > strong,
h4 > strong,
h5 > strong,
h6 > strong {
  font-family: var(--heading-font-family);
  font-weight: 400;
  line-height: 1;
  color:#000;

}
p,a,span,li{
  font-family:"Roboto", sans-serif;
}
p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom:1em;
    color:#000;
}
p:last-child {
    margin-bottom: 0;
}
.rte li + li {
    margin-top: 0.7em;
}
.rte li{
   line-height:1.6;
    font-size: 18px;
}
.rte ul{
  list-style:disc;
  color:#000;
  margin-bottom:1em;
}
.rte ol{
  list-style:disc;
  color:#000;
  margin-bottom:1em;
}

/* HEADER STYLING */
.header-search-wrapper .search__button {
  /* left: var(--inputs-border-width); */
  width: max-content;
  left: 16px;
  height: 48px;
}

.header-search-wrapper .search__input.field__input:focus + label,
.header-search-wrapper .search__input.field__input:not(:empty) + label,
.header-search-wrapper
  .search__input.field__input:not(:placeholder-shown)
  + label {
  display: none;
}
.header-search-wrapper .field__input:focus,
.header-search-wrapper .field__input:not(:placeholder-shown) {
  padding: 1.5rem;
}
.header-search-wrapper .search__input.field__input {
  width: 100%;
  max-width: 366px;
  height: 48px;
  padding-right: 6.8rem;
  padding-left: 50px;
  background: #f3f3f3;
  border-radius: 62px;
}
.header-search-wrapper .field__label {
  left: calc(var(--inputs-border-width) + 5rem);
  color: #00000066;
}
.header-search-wrapper .reset__button {
  right: 0;
}
.header-search-wrapper .field:hover.field::after,
.header-search-wrapper .field::after {
  box-shadow: none;
}
.header-search-wrapper .search__button .icon {
  width: 24px;
  height: 24px;
}
.template-search__search.header-search-wrapper {
  margin-right: 18px;
}
.link {
  text-decoration-thickness: 3px !important;
  text-decoration-color: var(--primary-green) !important;
}
.header {
  position: relative;
}
.header::after {
  content: "";
  display: block;
  width: calc(100% - 200px);
  height: 1px;
  position: absolute;
  left: 100px;
  bottom: 0;
  background: var(--primary-green);
}

/* MAIN BANNER STYLING */
.main-banner-sec {
  padding-top: 60px;
}
.main-bnr-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
  align-items: center;
}
.banner-content span {
  font-family: var(--heading-font-family);
  color: var(--primary-green);
  font-size: 42px;
  line-height: 1;
}

.main-title h1 {
  font-size: 92px;
  line-height: 1;
  margin: 20px 0px 30px;
}
.main-title h2,
.main-title h2 > em,
.main-title h1.page-title,
.jdgm-carousel-title-and-link .jdgm-carousel-title {
  font-size: 62px;
  line-height:72px;
  text-align: center;
}
.main-title h1.page-title{
  text-align:left;
  margin-bottom:30px;
}
.main-title h2 > em {
  font-family: var(--heading-font-family);
  color: var(--primary-green);
  font-style: normal;
}
.main-title h1 > em {
  color: var(--primary-green);
  font-family: var(--heading-font-family);
  font-style: normal;
}

.site-button a {
  background-color: var(--primary-green);
  color: #fff;
  display: block;
  padding: 16px 68px;
  border-radius: 62px;
  cursor: pointer;
  margin-top: 30px;
  box-shadow: 0 4px 20px #00000040;
  background: var(--primary-green);
  width: 100%;
  max-width: max-content;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  text-align: center;
  line-height: 20px;
}
.site-button a:hover {
  background: #000;
  box-shadow: 4px 3px 8px -2px var(--primary-green);
  transform: scale(1.02);
  color: #fff;
}

/* Image Card */
.banner-image-box {
  position: relative;
  border: 8px solid black;
  background-color: white;
  max-width: 100%;
  /* aspect-ratio: 1 / 1; */
  overflow: visible;
  border-radius: 44px;
}

.bnr-image-wrapper {
  position: relative;
  top: -25px;
  overflow: visible;
}

.banner-image-box .bnr-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transform: scale(1.09);
  transition: all 0.4s ease-out;
}
.banner-image-box .bnr-image-wrapper img:hover {
  transform: scale(1.1);
}

/* Overlay card */
.banner-info-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  color: white;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-profile-icons img {
  width: 140px;
  height: 66px;
  object-fit: contain;
}

.bnr-media-info h3 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #fff;
}

.bnr-media-info p {
  font-size: 16px;
  font-family: "Satoshi-Light";
  color: #fff;
  line-height: 20px;
}
/* MAIN BANNER STYLING */
/* SPECIFICATION SECTION */
.specification-sec {
  margin: 70px 0px;
}
.specs-wrapper {
  padding: 50px 70px;
  border-radius: 22px;
  background: var(--primary-green);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.specs-wrapper .main-title h2 {
  font-size: 72px;
  color: #fff;
}
.specs-row {
  margin-top: 45px;
}
.specs-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.spec-detail p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
.spec-icon img {
  width: 100%;
  max-width: 96px;
  aspect-ratio: 1/1;
  filter: brightness(0) invert(1);
}
/* SPECIFICATION SECTION */
/* CATEGORY SECTION */
.category-list-sec {
  margin: 120px 0px;
}
.category-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 70px;
}
.category-card {
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}
.category-card-image {
  position: relative;
  height: 420px;
}
.category-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 22px;
}
.category-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  transition: all 0.4s ease-out;
  object-fit: cover;
}
.category-card:hover .category-card-image img {
  transform: scale(1.06);
}
.category-card-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.category-title h3 {
  color: #fff;
  font-size: 62px;
}
.category-btns-wrapper {
  position: absolute;
  bottom: 50px;
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 0px 15px;
  justify-content: center;
}
.category-btns-wrapper .site-button a {
  display: block;
  width: 210px;
  padding: 16px;
  max-width: 210px;
  text-align: center;
  font-weight: 500;
}
.category-btns-wrapper .site-button:last-child a {
  background: transparent;
  outline: 2px solid #fff;
}
.category-btns-wrapper .site-button:last-child a:hover {
  background: #000;
  border: none;
}
/* CATEGORY SECTION */
/* PRODUCT SLIDER */
.product-slider-sec {
  width: 100%;
  background: url("/cdn/shop/files/product-slider-bg.jpg?v=1748798574");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-slider-row {
  display: flex;
  gap: 30px;
  min-height: 650px;
  justify-content: space-between;
  padding: 0px 0px 30px;
}
.product-slider-row .product-detail-wrapper {
  width: calc(67% - 30px);
}
.product-images-wrapper {
  width: 33%;
}
.product-images-wrapper {
  display: flex;
  flex-direction: column;
  height: inherit;
  align-items: center;
  justify-content: center;
  max-width: 400px;
}

.productSwiper-thumbs {
  position: relative;
  /* width: 400px;
  height: 199px; */
  width: 100%;
  aspect-ratio: 400/199;
}

.productSwiper-thumbs .swiper-wrapper {
  flex-wrap: nowrap;
}

.productSwiper-thumbs .product-thmb-image {
  /* height: 195px; */
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
}

.productSwiper-thumbs .swiper-slide-thumb-active {
  border: 1px solid #161616;
  border-radius: 10px;
}

.productSwiper-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* Navigation buttons on left and right of thumbnail slider */
.thumbs-button-next,
.thumbs-button-prev {
  display: flex;
  align-items: center;
  gap: 20px;
}
.thumbs-button-prev .thumbs-icon,
.thumbs-button-next .thumbs-icon {
  width: 32px;
  height: 32px;
  background: var(--primary-green);
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.thumbs-icon:hover {
  background: #000;
}
.thumbs-button-prev .thumbs-icon {
  transform: rotate(180deg);
}
.thumbs-text {
  font-family: var(--heading-font-family);
  color: var(--primary-green);
  font-size: 22px;
  display: flex;
  height: 100%;
  align-items: center;
}
span.thumbs-icon img {
  width: 19px;
  display: block;
}
.swiper-pagination.productSliderPagn {
  position: static;
  margin-top: 0;
}
/* Main swiper on right */
.productSwiper-main {
  flex-grow: 1;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.product-slider-sec .swiper-button-lock {
  display: block;
}
.product-slider-sec .arrows-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 32px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.swiper-pagination {
  text-align: center;
  margin-top: 8px;
  position: relative;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #dda058;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: var(--primary-green);
}
.product-detail-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-detail-image {
  position: absolute;
  top: 0;
  right: -100px;
  display: block;
  height: 100%;
}
.product-detail-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 488px;
  object-fit: contain;
}
.product-detail-box .product-detail-content {
  max-width: 545px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.product-detail-box .main-title h2 {
  text-align: left;
  font-size:52px;
  line-height:70px
}
.template-index .price__regular .price-item.price-item--regular,
.template-index .price-item--sale {
  /* color: #ff0000; */
  color: #000;

  font-family: "Satoshi-Bold";
  font-weight: bold;
  font-size: 32px;
}
.template-index .price--on-sale .price__sale {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.template-index .price--on-sale .price__sale .product-slide-invent p {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 18px;
}
.product-slide-invent {
  display: flex;
  gap: 10px;
}
.tooltip-wrapper {
  position: relative;
}
.tooltip-content {
  position: absolute;
  width: 150px;
  background: var(--primary-green);
  padding: 6px 10px;
  border-radius: 6px;
  margin-top: 5px;
  transition: 0.3s all ease-in-out;
  display: none;
  transform: translateX(-50%);
}
.tooltip-content :is(p, a) {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.tooltip-icon {
  cursor: pointer;
}
.tooltip-wrapper:hover .tooltip-content {
  display: block;
}
.product-slide-varinats select {
  background: transparent;
  border: none;
  width: 100%;
  max-width: 295px;
  height: 34px;
  border-bottom: 2px solid #bf8b4c;
  padding: 0px 10px 10px;
  font-family: "Satoshi-Medium";
  font-size: 18px;
  font-weight: 500;
  color: #465e3f;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/cdn/shop/files/icon-select.svg?v=1748836926");
  background-size: 10px 7px;
  background-repeat: no-repeat;
  background-position: bottom 14px right 10px;
  margin-top: 30px;
}
.product-slide-atc {
  margin-top: 10px;
}
.product-slide-atc .quick-add__submit {
  background: var(--primary-green);
  color: #fff;
  max-width: 210px;
  border-radius: 62px;
  height: 52px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}
.product-slide-atc .quick-add__submit:hover {
  background: #000;
}
.product-slide-atc .quick-add__submit::after {
  box-shadow: none !important;
}
/* PRODUCT SLIDER */
/* TESTIMONIAL SECTION  */
.testimonial-sec,
.shopify-app-block .jdgm-carousel-wrapper {
  padding: 120px 0px;
  position: relative;
  background: #fffdf8;
}

.arrow-title-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.arrow-title-header .main-title h2 {
  text-align: left;
}

.arrow-buttons {
  display: flex;
  gap: 10px;
  position: relative;
  width: 90px;
  height: 40px;
}

.slider-arrow-btn {
  background-color: var(--primary-green);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s all ease-in-out;
}
.slider-arrow-btn:hover {
  background: #000;
}
.swiper-button-next.slider-arrow-btn {
  right: 0;
}
.swiper-button-prev.slider-arrow-btn {
  left: 0;
  transform: rotate(180deg);
}
/* Hide default Swiper arrows */
.swiper-button-prev.slider-arrow-btn::after,
.swiper-button-next.slider-arrow-btn::after {
  display: none;
}

.swiper-slide .testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 32px;
  width: 100%;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 240px;
}

.rating-wrapper {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}
.testimonial-card .name-var {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 16px;
}
.testimonial-card .name-var .name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  font-family: "Satoshi";
}
.jdgm-carousel-item__reviewer-name.jdgm-ellipsis{
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #000 !important;
  font-family: "Satoshi" !important;
}
.verified span img {
  display: block;
  width: 19.5px;
  height: 19.5px;
}
.testimonial-card p,
.jdgm-carousel-item__review-content .jdgm-carousel-item__review-body>p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 22px;
  font-family: "Satoshi";
  font-weight: 400;
  letter-spacing: 0;
}
/* TESTIMONIAL SECTION  */
/* NEWSLETTER SECTION */
.newsletter-wrapper {
  padding: 36px 64px;
  background: #000;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.newsletter-row {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.newsletter-row .main-title h2 {
  color: #fff;
  text-align: left;
}
.newsletter-form-wrapper {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
}
.newsletter-fields {
  display: grid;
  gap: 14px;
}
.field-nl {
  position: relative;
}
.field-nl input {
  padding: 15px 20px 15px 52px;
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 62px;
  background: #fff;
  border: none;
  outline: none;
}
.field-nl button {
  background-color: var(--primary-green) !important;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  padding: 12px;
  border-radius: 62px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
  cursor:pointer;
}
.field-nl button {
  background-color: var(--primary-green) !important;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  padding: 12px;
  border-radius: 62px;
  color: #fff;
  font-weight: 400;
  transition: 0.3s all ease-in-out;
  font-size: 16px;
  line-height: 19px;
}
.field-nl img {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
  left: 16px;
}
input:focus-visible,
select:focus-visible {
  outline: none;
  box-shadow: none;
  outline-offset: unset;
}
footer.site-footer {
  margin-top: -98px;
  position: relative;
  padding: 150px 0px 20px;
}
.footer-row {
  display: grid;
  grid-template-columns: 350px 150px max-content max-content;
  gap: 30px;
  justify-content: space-between;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 294px;
}
.footer-social ul {
  display: flex;
  margin-top: 40px;
  gap: 12px;
}
.footer-menu h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
  letter-spacing: 0;
  color:#fff;
}
.footer-menu ul li a {
  /* font-family: "Satoshi-Regular"; */
  color: rgb(255 255 255 / 50%);
  font-weight: 400;
  display: block;
  width: max-content;
  margin-bottom: 20px;
  transition: 0.3s all ease-in-out;
}
.footer-menu ul li:last-child a {
  margin-bottom: 0;
}

.footer-menu ul li:hover,
.footer-menu ul li a.active {
  text-decoration-line: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.4px;
}

.footer-social .list-social__item a {
  display: flex;
  width: 28px;
  height: 28px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease-in-out;
}
.svg-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-social .list-social__item a:hover {
  background: #000;
  border: none;
}
.footer-social .list-social__item a:hover svg path {
  fill: #fff;
}
.footer-bottom-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid;
  align-items: center;
}
.footer-payment ul {
  display: flex;
  gap: 12px;
}
.footer-payment ul svg {
  width: 46px;
  height: 30px;
  border-radius: 5px;
}
.footer-copyright * {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
li:has(svg.american_express, svg.shopify_pay, svg.unionpay) {
  display: none;
}
/* NEWSLETTER SECTION */
.header__icon .icon.icon-hamburger {
  fill: black;
}
.menu-drawer__menu-item--active {
  background: var(--primary-green) !important;
  color: #fff !important;
}
.footer-social.drawer-social ul {
  margin: 0;
}
.footer-social.drawer-social .list-social__item a {
  background-color: var(--primary-green);
}
.footer-social.drawer-social .list-social__item a svg path {
  fill: #fff;
}
.footer-social.drawer-social .list-social__item a:hover {
  background: #000;
}
span.jdgm-prev-badge__text {
  font-family: "Satoshi-Regular";
  font-weight: 400;
  font-size: 16px;
}

/* PRODUCT PAGE STYLING - START */
.breadcrumbs-wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
.breadcrumbs-wrapper ul li {
  position: relative;
}
.breadcrumbs-wrapper ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/icon-breadcrumbs.svg?v=1749002284");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: -22px;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper li a {
  font-family: "Satoshi-Regular";
  font-size: 16px;
  color: #00000099;
  transition: 0.3s all ease-in-out;
}
.breadcrumbs-wrapper li a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper li a.active {
  color: #000;
  font-family: "Roboto", sans-serif;
}
.product-media-container.global-media-settings {
  border: none;
}
.product-media-container .product__media {
  border-radius: 20px;
}
.product__title h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 14px;
}
span.jdgm-prev-badge__stars {
  display: flex;
  gap: 3px;
}
.jdgm-widget .jdgm-prev-badge {
  display: flex !important;
  gap: 15px;
}
.template-product .price--on-sale .price__sale {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.template-product .price .price-item {
  margin: 0 !important;
}
.template-product
  .product__info-wrapper
  .price__container
  :is(.product-price, .product-price-cp) {
  font-family: "Satoshi-Bold";
  font-size: 32px;
}
.template-product .product__info-wrapper .price__container .product-price-cp {
  color: #0000004d;
}
.product__info-wrapper .price--on-sale.price--show-badge {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product__info-wrapper variant-selects {
  margin: 25px 0px;
}

variant-selects .form__label {
  font-size: 16px;
  color: #00000099;
  margin-bottom: 12px !important;
}
.product__info-wrapper
  .product-form__input--swatch
  .swatch-input__input
  + .swatch-input__label {
  --swatch-input--size: 37px;
  transform: rotate(135deg);
}
.product__info-wrapper .swatch-input__input:checked + .swatch-input__label {
  position: relative;
  outline: none;
}
.swatch-input__input:checked + .swatch-input__label::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/cdn/shop/files/checkmark.svg?v=1749010282);
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(235deg);
}
.product__info-wrapper .product-form__input--pill input[type="radio"] + label {
  margin: 0px;
  min-width: 85px;
  height: 32px;
  border: none;
  padding: 8px;
}
.product__info-wrapper .product-form__input.product-form__input--pill {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product__info-wrapper .product-form__input.product-form__quantity {
  display: flex;
  flex-direction: column;
  max-width: 43%;
  width: 43%;
}
.product__info-wrapper .product-form__input.product-form__quantity {
  display: inline-block;
  max-width: 170px;
  width: 170px;
  margin: 0;
  margin-right: 10px;
}
.product__info-wrapper .product-form__input.product-form__quantity .quantity {
  width: 170px;
  max-width: 170px;
  background: #f0f0f0;
  min-height: 52px;
  border-radius: 62px !important;
}
.product__info-wrapper
  .product-form__quantity
  .quantity__button:not(:focus-visible):not(.focused),
.product__info-wrapper
  .product-form__quantity
  .quantity__input:not(:focus-visible):not(.focused) {
  background: transparent;
}
.product__info-wrapper
  .product-form__input.product-form__quantity
  .quantity::after {
  box-shadow: none;
}
.product__info-wrapper .btn-wrapper-atc {
  width: calc(100% - 184px);
  display: inline-block;
  transform: translateY(-8px);
  margin: 0;
}
.product__info-wrapper .btn-wrapper-atc .product-form {
  margin: 0;
}
.product__info-wrapper .btn-wrapper-atc .product-form__submit {
  margin-bottom: 0;
  border-radius: 62px;
  height: 52px;
  font-size: 16px;
  font-weight: 500;
}
.product__info-wrapper .product-form__submit::after {
  box-shadow: none;
}
.btn-wrapper-atc .button:not([disabled]):hover:after {
  box-shadow: none;
}
.product-form__quantity .form__label {
  display: none;
}
.site-accordion-header {
  margin: 25px 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  gap: 10px;
}

.site-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.product__info-container .site-accordion-item {
  margin: 0;
  border-bottom: 2px solid #000;
}

.site-accordion-content.active {
  max-height: max-content;
  padding-bottom: 30px;
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}
.site-accordion-content :is(li, a, p) {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.site-accordion-content a {
  text-decoration: underline;
}
.site-accordion-content p:not(:last-child) {
  margin: 0px 0px 10px;
}
.site-accordion-content ul li:not(:last-child) {
  margin-bottom: 12px;
}
.site-accordion-content ul li {
  position: relative;
  /* padding-left: 22px; */
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 10px;
  align-items: center;
  text-align: left;
}
.pd-reviews-row .main-title {
    display: flex
;
    align-items: center;
}
.site-accordion-content ul li::before {
  content: "";
  background: url("/cdn/shop/files/icon-accordion-list.svg?v=1749073966");
  display: block;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  position: relative;
}
.site-accordion-content ul li::marker {
  display: none;
}
.icon-text-wrappeer {
  /* background: #000; */
  background: #BF8B4C;
  padding: 20px 70px;
  border-radius: 20px;
}
.icon-text-box .text-hlder h5 {
  color: #fff;
}
/* .icon-text-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px 40px;
} */
.icon-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /* max-width: 122px; */
}
.text-hlder h5 {
  font-size: 22px;
}
.download-btn-wrapper a {
  display: block;
  margin-top: 20px;
  color: #fff;
  background: #000;
  width: 100%;
  max-width: 210px;
  padding: 16px;
  text-align: center;
  border-radius: 62px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s all ease-in-out;
}
.download-btn-wrapper a:hover {
  background: var(--primary-green);
}
.product-reviews-sec {
  background: var(--primary-green);
  padding: 60px 0;
  margin: 50px 0px;
}
.template-product
  :is(h2.jdgm-rev-widg__title, .jdgm-histogram.jdgm-temp-hidden) {
  display: none !important;
}
.pd-reviews-row {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 60px;
}
.pd-reviews-row .main-title h2 {
  font-size: 42px;
  text-align: left;
  color: #fff;
  max-width: 510px;
}
.pd-reviews-row .jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-average {
  display: none;
}
.pd-reviews-row .jdgm-row-stars {
  display: grid;
  grid-template-columns: max-content 1fr;
  justify-content: space-between;
  gap: 20px;
}
.pd-reviews-row
  :is(
    .jdgm-rev-widg__summary-text,
    .jdgm-rev__author,
    .jdgm-sort-dropdown,
    .jdgm-rev__timestamp,
    .jdgm-rev__location,
    .jdgm-rev__body > *
  ) {
  color: #fff !important;
}
.pd-reviews-row
  :is(
    .jdgm-row-media,
    .jdgm-row-search,
    .jdgm-subtab,
    .jdgm-row-actions,
    .jdgm-quest,
    .jdgm-rev,
    .jdgm-paginate
  ) {
  border-color: #fff !important;
}
.pd-reviews-row .jdgm-rev-widg__summary-text > img {
  display: none;
}
.pd-reviews-row .jdgm-widget-actions-wrapper .jdgm-write-rev-link {
  background: transparent;
  border: 2px solid #fff;
  height: 48px;
  place-content: center;
  border-radius: 62px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  opacity: 1 !important;
  width: 100%;
  max-width: 180px;
  margin: 0;
  text-transform: capitalize;
}
.pd-reviews-row .jdgm-rev__icon {
  border-radius: 100%;
}
.pd-reviews-row
  .jdgm-rev-widg__summary-stars
  :is(.jdgm-star.jdgm--on, .jdgm--half, .jdgm-star) {
  color: #fff;
}
.pd-reviews-row .jdgm-rev-widg .jdgm-star {
  color: #fff;
}
.pd-reviews-row .jdgm-widget-actions-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.pd-reviews-row .see-all-review {
  color: #000;
  background: #fff;
  height: 48px;
  place-content: center;
  padding: 16px;
  border-radius: 62px;
  width: 100%;
  max-width: 180px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pd-reviews-row :is(.jdgm-row-actions, .jdgm-rev-widg__body) {
  display: none;
  transition: 0.3s all ease-in-out;
}
.pd-reviews-row :is(.jdgm-rev-widg__summary, .jdgm-widget-actions-wrapper) {
  margin: 0;
}
.jdgm-rev-widg__header {
  min-height: 100px;
  place-content: center;
}

.categories-sec {
  margin: 120px 0px;
}
.category-list-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 70px;
  flex-wrap: wrap;
}
.category-holder {
  min-width: calc(33% - 20px / 2);
  width: calc(33% - 20px / 2);
}
.categories-sec .main-title h2 {
  text-align: center;
}
.category-holder a {
  display: block;
  text-align: center;
  padding: 27px 20px;
  border: 2px solid #000;
  border-radius: 66px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s all ease-in-out;
}
.category-holder a:hover {
  background: #000;
  color: #fff;
}
.prod-row {
  margin-top: 50px;
}
.product-card-wrapper .card__media img {
  border-radius: 22px;
}
.product-card-wrapper .card__inner {
  background: transparent;
}
.product-card-wrapper .card__content .card__information {
  padding-top: 20px;
  padding-bottom: 0px;
}
.product-card-wrapper .card__heading a {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 10px;
}
.card-information .price .product-price {
  font-family: "Satoshi-Bold";
  font-size: 24px;
  line-height: 1;
}
.card-information .price .product-price-cp {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  line-height: 1;
  color: var(--primary-green);
  text-decoration: line-through;
  text-decoration-color: #000000d6;
  text-decoration-thickness: 1.5px;
}
.jdgm-rev-widg__summary-inner {
  text-align: left;
}
.card-information .price--on-sale .price__sale {
  gap: 8px;
}
.card-information .jdgm-widget .jdgm-prev-badge {
  gap: 13px;
}
.quantity .quantity__input {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  font-family: "Roboto", sans-serif;
}
/* PRODUCT PAGE STYLING - END */

/* COLLECTION PAGE STYLING  */
.facets__price input[type="range"] {
  -webkit-appearance: none;
  padding: 0;
  font: inherit;
  outline: none;
  color: #f0f0f0;
  /* background-color: var(--primary-green); */
  box-sizing: border-box;
  cursor: pointer;
  height: 6px;
  z-index: 3;
}

.facets__price input[type="range"]::-webkit-slider-thumb {
  cursor: ew-resize;
  background-color: var(--primary-green);
  color: rgb(var(--color-foreground));
  height: 20px;
  width: 20px;
  border: 4.45px solid var(--primary-green);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  z-index: 5;
}
.facets__price input[type="range"]::-moz-range-progress {
  background-color: var(--primary-green);
}
.facets__price input[type="range"]::-moz-range-track {
  background: rgb(var(--color-foreground));
}
.facets__price input[type="range"]::-ms-fill-lower {
  background-color: var(--primary-green);
}
.facets__price input[type="range"]::-ms-fill-upper {
  background-color: var(--primary-green);
}

.facets__price .range-wrap {
  position: relative;
}
.facets__price .range {
  width: 100%;
}

.facets__price .range-wrap:last-child {
  text-align: right;
}

output.bubble {
  display: block;
  padding-top: 12px;
  color: #465e3f;
  font-weight: 500;
  font-size: 14px;
  font-family: "Satoshi-Medium";
}
price-range .range-wrap:nth-child(2) output.bubble {
  text-align: right;
}

price-range {
  position: relative;
  display: block;
  padding: 20px 0;
}

.range-wrap {
  position: relative;
}

.range-track {
  position: absolute;
  height: 5px;
  background: #f0f0f0;
  width: 100%;
  top: 25%;
  /* transform: translateY(-50%); */
  z-index: 0;
  border-radius: 2px;
  display: block !important;
  max-width: calc(100% - 10px);
}

.range-fill {
  position: absolute;
  height: 6px;
  background: var(--primary-green);
  top: 25%;
  z-index: 2;
  border-radius: 2px;
  display: block !important;
  max-width: calc(100% - 6px);
}

.facets__header-vertical {
  display: none;
}
.facets__disclosure-vertical summary span {
  color: #000;
  font-family: var(--heading-font-family);
  font-weight: 400;
  font-size: 20px;
}
.filter-icon {
  display: block;
  width: 24px;
  height: 24px;
}
#verticalTitle {
  justify-content: space-between;
  display: flex;
  width: 100%;
  font-family: var(--heading-font-family);
  font-size: 20px;
}
#verticalTitle svg {
  width: 24px;
  height: 24px;
}
.facets__form-vertical .facets__disclosure-vertical .facets__summary {
  padding-top: 24px;
  padding-bottom: 20px;
}
.facets__summary .icon-caret {
  top: calc(50% - 10px);
  height: 17px;
}
facet-remove.active-facets__button-wrapper {
  display: block !important;
}
.filter-color .facets__label .facet-checkbox__text {
  display: none;
}
.filter-color .swatch-input-wrapper .swatch-input__label span {
  width: 37px;
  height: 37px;
}
.filter-color .facets-layout-list {
  display: flex;
  gap: 10px 15px;
  flex-wrap:wrap;
}
.filter-color .list-menu__item .facets__label {
  padding: 0;
}
.filter-color .swatch-input__input:checked + .swatch-input__label::after {
  transform: translate(-50%, -50%);
}
.filter-color .swatch-input__input:checked + .swatch-input__label {
  outline: none;
}
.list-menu__item:first-child .facet-checkbox {
  padding-top: 0 !important;
}
.facets-layout-list--text .list-menu__item input,
.facets-layout-list--text .facet-checkbox > svg {
  display: none;
}
.facets-layout-list--text .facets__label .facet-checkbox__text {
  padding: 10px 20px;
  background: #f0f0f0;
  border-radius: 62px;
  font-family: "Satoshi-Regular";
  color: rgba(0, 0, 0, 0.6);
}
.facets-layout-list--text
  .facet-checkbox
  > input[type="checkbox"]:checked
  ~ .facet-checkbox__text {
  background: #000;
  color: #fff;
}
.facets-layout-list--text {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.facets-layout-list--text .facets__label {
  padding: 0;
}
facet-remove {
  display: none;
}
facet-filters-form.facets-vertical-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.template-collection facet-filters-form.facets-vertical-sort{
  padding:0;
}
.facets__form-vertical {
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.collection-title {
  font-size: 32px;
}
.facets-container .collection-title {
  text-align: center;
}
.collection-title.hide {
  display: none;
}
.product-grid-container .facets-vertical-form {
  flex-direction: row-reverse;
}
#ProductCountDesktop {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.product-grid-container .facet-filters {
  padding-left: 12px;
}
.product-grid-container .facet-filters .facet-filters__label {
  color: rgba(0, 0, 0, 0.6);
}
.product-grid-container .facet-filters .facet-filters__label {
  color: #0009;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  margin-right: 5px;
}
.facet-filters #SortBy {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
#product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
#product-grid .grid__item {
  width: 100%;
  max-width: 100%;
}
.collection-menu ul {
  margin-bottom: 24px;
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.1);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collection-menu ul li a {
  font-family: "Satoshi-Regular";
  color: #00000099;
  padding: 4px 0px;
  font-size: 16px;
}
.collection-menu ul li a.active {
  text-decoration: underline;
  font-weight:bold;
}
.collection-menu ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination__item.pagination__item--current {
  background: #f0eee9;
  opacity: 1;
  border-radius: 8px;
}
nav.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paginate-nav a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-weight: 500;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.paginate-nav a:hover {
  background: var(--primary-green);
  color: #fff;
}
.paginate-nav a:hover img {
  filter: invert(1);
}
.pagination .paginate-nav:first-child a {
  flex-direction: row-reverse;
}
.pagination .paginate-nav:first-child a img {
  transform: rotate(180deg);
}
.pagination__item--current::after {
  display: none !important;
}
body .pagination-wrapper {
  margin-top: 70px;
}

/* CONTATC - US PAGE */
.contact-us-sec {
  padding: 100px 0px 120px;
}
.contact-us-row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 30px 74px;
}
.contact-us-detail .main-title h2 {
  text-align: left;
}
.cs-detail-wrapper {
  margin-top: 40px;
}
.cs-detail-wrapper ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 26px;
  color: #000;
  transition: 0.3s all ease-in-out;
}
.cs-icon {
  background: var(--primary-green);
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-icon:hover {
  background: #000;
}
.cs-detail-wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-us-form {
  background: var(--primary-green);
  padding: 50px 30px;
  border-radius: 22px;
}
.input-field.col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.input-field :is(input, textarea) {
  padding: 20px;
  background: #f0f0f0;
  outline: none;
  border: none;
  border-radius: 66px;
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.input-field :is(input, textarea):focus {
  background: #fff;
  box-shadow: 0 15px 24px -10px #000000b0 !important;
  border: 1px solid #fff;
}
.input-field :is(input, textarea)::placeholder {
  color: #000;
  font-size: 16px;
}
.input-field :is(input, textarea):focus::placeholder {
  color: #000000ab;
}

.contactForm-wrap {
  display: grid;
  gap: 20px;
}

.input-field textarea {
  height: 170px;
  border-radius: 22px;
}
.input-submit-btn input[type="submit"] {
  display: block;
  width: 100%;
  max-width: max-content;
  padding: 16px 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 66px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}
.input-submit-btn input[type="submit"]:hover {
  background: var(--primary-green);
}
.contact-us-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cs-icon img {
  display: block;
  width: 24px;
  height: 24px;
}
.form-message.success {
  padding: 4px 10px;
  background: #3d6c3dcf;
  border-radius: 6px;
  margin-bottom: 15px;
}
.form-message.success p {
  color: #fff;
  margin: 0 !important;
}
/* CONTATC - US PAGE */
.template-404.page-width {
  margin: 100px 0px 120px;
}

/* CART PAGE */
.main-cart-row {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  gap: 20px;
}
.main-cart-wrapper {
  padding: 20px 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.main-cart-summary {
  padding: 30px 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  max-height: 460px;
}
.main-cart-wrapper tbody {
  display: grid !important;
  gap: 40px;
}
.main-cart-wrapper thead {
  display: none !important;
}

.main-cart-wrapper td.cart-item__media {
  width: 124px;
  grid-row: span 2;
}
.cart-item__image-container img {
  display: block;
  width: 124px;
  height: 124px;
  border-radius: 8px;
  object-fit: cover;
}
.main-cart-wrapper .cart-item {
  display: grid;
  grid-template-columns: max-content 1fr 128px;
  gap: 10px;
}
.main-cart-wrapper .quantity__button .svg-wrapper {
  width: 1.6rem;
  height: 1.6rem;
}
.main-cart-wrapper .cart-item td {
  padding: 0 !important;
}
.main-cart-wrapper .cart-item__quantity {
  grid-row: span 2;
}
.main-cart-wrapper .cart-item__quantity-wrapper {
  gap: 10px;
  flex-direction: column-reverse;
  align-items: end;
  justify-content: space-between;
  height: 100%;
}
.main-cart-wrapper .quantity-popover-container {
  width: 128px;
  padding: 0px;
  height: 44px;
}
.main-cart-wrapper .quantity-popover-container quantity-input::after {
  box-shadow: none;
}
.main-cart-wrapper .quantity-popover-container quantity-input {
  background: #f0f0f0;
  border-radius: 62px;
}
.main-cart-wrapper quantity-popover {
  height: 100%;
}
.main-cart-wrapper cart-remove-button .icon-remove {
  height: 24px;
  width: 24px;
}
.main-cart-wrapper .cart-item__name {
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.main-cart-wrapper .product-option.option-price {
  display: none;
}
.main-cart-wrapper .cart-item__discounted-prices.option-price {
  display: none;
}
.main-cart-wrapper dd.price.price--end {
  display: none;
}
.main-cart-wrapper .cart-item__old-price.price--end {
  opacity: 1;
}
.product-option .option-name {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.product-option .option-value {
  color: #bf8b4c;
  font-weight: 400;
  font-size: 14px;
}
.main-cart-wrapper .cart-item__price-wrapper .price {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: start;
  margin-top: 0 !important;
}
.main-cart-wrapper td.cart-item__totals {
  height: 100%;
  display: flex;
  align-items: end;
}
.main-cart-wrapper .cart-item__details {
  width: 100%;
}
.main-cart-summary small.tax-note {
  display: none;
}
.cart-title h3 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.main-cart-footer-wrapper .cart__blocks {
  width: 100%;
}
.cart-total-detail {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main-cart-footer-wrapper .cart-total-detail > div {
  display: flex;
  justify-content: space-between;
}
.cart-total-detail p {
  font-size: 20px;
  color: #00000099;
}
.cart-total-detail p:last-child {
  color: #000;
  font-weight: bold;
}
.cart-final-total {
  padding-top: 20px;
  border-top: 1px solid #0000001a;
}
.cart-final-total p:first-child {
  color: #000;
}
.cart-discount p:last-child {
  color: #ff3333;
}
.main-cart-footer-wrapper .cart-disocunt-wrapper {
  margin-top: 24px;
}
.main-cart-footer-wrapper .cart__ctas {
  margin-top: 24px;
}
.cart__ctas button {
  width: 100%;
  max-width: 100%;
  height: 48px;
  border-radius: 62px;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
}
.cart__checkout-button::before,
.cart__checkout-button::after {
  display: none;
}
div#main-cart-footer {
  display: none;
}
body:has(cart-items.is-empty) .main-cart-wrapper,
body:has(cart-items.is-empty) .main-cart-summary {
  display: none;
}
.template-cart cart-items {
  padding: 40px 0px 120px;
}
a.link.list-social__link svg {
  width: 16px;
  height: 16px;
}

.product__media-wrapper .product-media-container .media {
  padding-top: 0 !important;
  height: 100%;
  aspect-ratio: 1 / 1;
}
.banner-content-inner {
  max-width: 550px;
}
.banner-content-inner p {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}
.main-banner-sec .site-button a {
  background: #dda058;
  background: #dd9356;
}
.main-banner-sec .site-button a:hover {
  background: #000;
}

/* ABOUT US PAGE  */
.imageContent-row {
  display: grid;
  grid-template-columns: 1fr 1.145fr;
  gap: 60px;
  align-items: center;
}
.imageContent-row.image-left {
  grid-template-columns: 1.14fr 1fr;
}
.imageContent-image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 20px 20px 0px #465e3f;
  max-width: 96.844%;
  transform: translateY(-20px);
  position: relative;
}
.imageContent-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
  aspect-ratio: 630 / 427;
  height: 427px;
  position: relative;
  z-index: 2;
}
.imageContent-row.image-left .imageContent-content {
  max-width: 505px;
}
.imageContent-content .main-title h2 {
  text-align: left;
  max-width: 470px;
  margin-bottom: 30px;
}
.imageContent-cnt-inner p {
  font-family: "Satoshi-Bold";
  color: #6e6e6e;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}
.imageContent-cnt-inner p:last-child {
  margin-bottom: 0px;
}
.imageContent-row.image-left .imageContent-image {
  order: -1;
}
.imageContent-row.image-top {
  grid-template-columns: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.imageContent-row.image-top .imageContent-image {
  order: -1;
  overflow: visible;
  box-shadow: none;
  transform: translateX(10px);
}
.imageContent-row.image-top .imageContent-image img {
  height: 616px;
}
.imageContent-row.image-top .imageContent-image::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 40px);
  height: 91%;
  background: var(--primary-green);
  top: -20px;
  left: -20px;
  border-radius: 22px;
}
.imageContent-row.image-top .imageContent-image::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 183px;
  background: linear-gradient(0deg, #fffdf8 8.2%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  z-index: 2;
}
.imageContent-row.image-top .imageContent-content,
.imageContent-row.image-top .imageContent-content .main-title h2 {
  text-align: center;
  width: 100%;
  max-width: 820px;
}

/* ABOUT US PAGE  */
/* SUSTAINABILITY PAGE */
.multiCards-sec {
  padding-bottom: 120px;
}
.multiCards-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.multiCards-box {
  border-radius: 22px;
  border: 1px solid #000;
}
.multiCards-image {
  padding: 0px 30px;
}
.multiCards-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 315px;
  margin: 0 auto;
  border-radius: 0px 0px 22px 22px;
}
.multCards-content {
  padding: 30px 30px 22px;
}
.multCards-content .title-mc h3 {
  color: #000;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.multCards-content :is(p, li, em) {
  font-size: 18px;
  line-height: 22px;
  font-family: "Satoshi-Bold";
  color: #000;
  /* font-family: "Satoshi-Medium"; */
}
.multCards-content p:not(:last-child) {
  margin-bottom: 20px;
}
.multiCards-sec .main-title h2 {
  text-align: left;
}
.multCards-content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 30px;
  max-width: 500px;
}
.multCards-content ul li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
}
.multCards-content ul li::before {
  content: "";
  background: url("/cdn/shop/files/icon-list.svg?v=1752199998");
  display: block;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  position: relative;
}
.multCards-content .site-button a {
  padding: 16px 20px;
}
/* SUSTAINABILITY PAGE */

/* ETHICAL SURCING PAGE */
.multiRow-sec {
  padding: 100px 0px 120px;
}
.multiRow-top {
  width: 100%;
  max-width: 716px;
  margin: 0 auto;
}
.multiRow-top .main-title {
  max-width: 620px;
  margin: 0 auto 30px;
}
.multiRow-top > :is(p, a) {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 30px;
}
/* .multiRow-top p:last-child, */
.multiRow-top li:last-child {
  margin-bottom: 30px;
}
.multiRow-top ul li {
  font-family: "Satoshi-Bold";
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 20px;
}

.multiRow-wrapper {
  margin: 50px auto 0;
  display: grid;
  gap: 50px;
  max-width: 905px;
}
.multiRow-box {
  border-radius: 22px;
  display: grid;
  grid-template-columns: 1fr 1.38fr;
  gap: 40px;
  align-items: center;
  border: 1px solid #000;
}

.multiRow-image {
  height: 100%;
}
.multiRow-image img {
  border-radius: 22px;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
  transform: scale(1.01);
}
.multiRow-content {
  padding: 35px 50px 35px 0px;
}
.multiRow-box:nth-child(even) {
  grid-template-columns: 1.38fr 1fr;
}
.multiRow-box:nth-child(even) .multiRow-content {
  order: -1;
  padding: 35px 0px 35px 50px;
}
.multiRow-title h3,
.multiRow-content-inner h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.multiRow-content-inner p,
.multiRow-content-inner p a {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.multiRow-content-inner p:last-child {
  margin-bottom: 0px;
}
.multiRow-content-inner p em {
  font-family: "Satoshi-Bold";
  font-size: 22px;
  line-height: 22px;
  padding-top: 10px;
}
.multiRow-content-inner li {
  font-size: 17px;
  line-height: 22px;
  font-family: "Satoshi-Bold";
  margin-bottom: 20px;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}
.multiRow-content-inner li::before {
  content: "";
  background: url(/cdn/shop/files/icon-accordion-list.svg?v=1749073966);
  display: block;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  position: relative;
}
.multiRow-content-inner li:last-child {
  margin-bottom: 0;
}
/* ETHICAL SURCING PAGE */
/* SAFETY STANDARDS - PAGE  */
.safetyStandard-sec {
  padding: 100px 0px;
}
.safetyStandard-top {
  width: 100%;
  max-width: 716px;
  margin: 0 auto;
}
.safetyStandard-top .main-title {
  /* max-width: 620px; */
  margin: 0 auto 30px;
}
.safetyStandard-top :is(p, a) {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #6e6e6e;
}
.safetyStandard-row {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 2.08fr 1fr;
  gap: 30px;
  align-items: center;
}
.safetyStandard-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ss-title h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}

.ss-content-inner p,
.ss-content-inner p a {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  color: #6e6e6e;
}
.ss-content-inner p:last-child {
  margin-bottom: 0px;
}
.ss-content-inner li {
  list-style: none;
  font-size: 17px;
  line-height: 22px;
  font-family: "Satoshi-Bold";
  margin-bottom: 20px;
  color: #6e6e6e;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ss-content-inner ul li::before {
  content: "";
  background: url("/cdn/shop/files/icon-accordion-list.svg?v=1749073966");
  display: block;
  width: 12px;
  height: 15px;
  background-size: 12px 15px;
  position: relative;
}
.ss-content-inner li:last-child {
  margin-bottom: 0;
}
.safetyStandard-box {
  border-radius: 22px;
}
.ss-box-image img {
  border-radius: 22px;
  display: block;
  object-fit: cover;
  height: 345px;
  width: 100%;
}
.ss-box-content {
  background: var(--primary-green);
  padding: 50px 10px 20px;
  width: calc(100% - 0px);
  margin: 0 auto;
  margin-top: -30px;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.ss-box-content h4 {
  font-size: 22px;
  text-align: center;
  color: #fff;
}

.safetyFeature-sec {
  padding: 50px 0px;
}
.safetyFeature-sec.extra-padd {
  padding: 100px 0px 120px;
}
.safetyFeature-sec .main-title h2 {
  text-align: left;
  margin-bottom: 70px;
}
.safetyFeature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.safetyFeature-box {
  padding: 20px 20px 40px;
  border-radius: 22px;
  border: 1px solid #000;
}
.sf-image img {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0px 4px 10px 0px #00000040;
}
.sf-content {
  margin-top: 40px;
}
.sf-title h3 {
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}
.sf-title h3.md {
  font-size: 26px;
  line-height: 32px;
}
.sf-content-inner :is(p, a, li) {
  font-size: 18px;
  color: #000;
  font-family: "Satoshi-Bold";
  line-height: 22px;
}
.sf-content-inner :is(p, li):not(:last-child) {
  margin-bottom: 20px;
}
.imageBanner-sec {
  background: linear-gradient(
    179.05deg,
    #cccccc 0.95%,
    #d9d9d9 18.44%,
    #dedede 30.56%,
    #dedede 44.24%,
    #dadada 61.02%,
    #d6d6d6 74.5%,
    #d3d3d3 79.43%,
    #dcdcdc 86.55%,
    #e5e5e5 99.34%
  );
}
.imageBanner-row {
  display: grid;
  grid-template-columns: 1fr 2.12fr 1fr;
  gap: 57px;
  align-items: center;
  min-height: 530px;
}
.imageBanner-image {
  height: 100%;
}
.imageBanner-image img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.imageBanner-image:first-child img {
  border-bottom-right-radius: 22px;
}
.imageBanner-image:last-child img {
  border-top-left-radius: 22px;
}
.imageBanner-content :is(p, li, a) {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #465e3f;
  margin-bottom: 30px;
}
.imageBanner-content P:last-child,
.imageBanner-content li:last-child {
  margin-bottom: 0px;
}
.imageBanner-image:last-child {
  place-content: end;
}
.imageBanner-content {
  padding: 30px 0px;
}
.multiRow-content .site-button a {
  box-shadow: 0px 4px 20px 0px #00000040;
  padding: 16px 30px;
}

.controlSpecs-sec {
  padding: 70px 0px 120px;
}
.controlSpecs-row {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}
.controlSpecs-row {
  display: grid;
  grid-template-columns: 1fr 3.13fr;
  gap: 20px;
}
.controlSpecs-img {
  height: 100%;
}
.controlSpecs-img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 443px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0px 4px 10px 0px #465e3f40;
}
.controlSepc-row-inn {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
  border: 1px solid #000;
  border-left: none;
  border-radius: 22px;
}
.controlSepc-row-inn .controlSpecs-img img {
  transform: scale(1.01);
}
.controlSpec-title h3 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.controlSpec-content :is(p, a, li) {
  font-family: "Satoshi-Bold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 30px;
}
.controlSpec-content :is(p, li):last-child {
  margin-bottom: 0px;
}
.controlSpec-content {
  padding: 30px 20px 40px 0px;
}

.iconText-sec {
  display: block;
  padding: 100px 0px 120px;
}
.iconText-row {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.iconText-box {
  padding: 30px 20px;
  border: 1px solid #000;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.iconText-icn img {
  display: block;
  width: 100%;
  max-width: max-content;
  height: 70px;
  object-fit: contain;
}
.iconText-title h3 {
  color: #465e3f;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
.iconText-content p {
  font-family: "Satoshi-Bold";
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.iconText-box:nth-child(10n - 1),
.iconText-box:nth-child(10n) {
  grid-column: span 2;
}
.multiRow-top.fw {
  max-width: 960px;
}
.sizeChart-btn {
  position: absolute;
  right: 0;
  background: transparent;
  outline: none;
  border: none;
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
}
.sizeChart-popup,
.sizeChart-table-wrapper{
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #465e3f  #f1f1f1
}
.sizeChart-popup::-webkit-scrollbar,
.sizeChart-table-wrapper::-webkit-scrollbar, {
  height: 6px;
}
.sizeChart-popup::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.sizeChart-popup::-webkit-scrollbar-thumb {
  background-color: #465e3f;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}
.sizeChart-popup::-webkit-scrollbar-thumb:hover {
  background-color: #465e3f;
}

.sizeChart-popup h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #00000078;
    margin-bottom: 35px;
    font-size: 32px;
}

.sizeChart-popup h3 {
    padding-bottom: 20px;
    font-size: 22px;
}
.sizeChart-popup .product-info-top h3{
  padding-bottom:5px;
}
.product-info-top{
  margin-bottom:25px;
}

 .sizeChart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.sizeChart-popup {
    background: white;
    width: 90%;
    max-width: 1000px;
    padding: 40px;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.sizeChart-close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.sizeChart-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

table.sizeChart-table {
    border-collapse: collapse;
    max-width: 950px;
    /* Force scroll */
    width: 100%;
    /* table-layout:fixed; */
}

.sizeChart-table th,
.sizeChart-table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.sizeChart-table tr th:first-child{
  min-width:200px;
}
.sizeChart-table td{
  min-width:120px;
  width:max-content;
}

.sizeChart-table th {
    background-color: #f8f8f8;
  font-weight:600;
  font-size:16px;
    position: sticky;
    top: 0;
}

.header__menu-item.list-menu__item span a {
    color: #000;
}
#MainContent .shopify-policy__container{
  width: 100%;
  max-width: 790px;
  padding: 60px 20px;
}
#MainContent .shopify-policy__container :is(p,a){
  /* line-height: 22px; */
}
#MainContent .shopify-policy__container :is(h1,h2,h3,h4,h5,h6){
  margin: 30px 0px 20px;
}


/* CONTACT LAYOUT NEW  */

.contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: space-between;
    margin: 60px 0px;
    border-bottom: 1px solid rgb(205, 200, 196);
    padding-bottom: 30px;
}

.info-box {
  text-align: center;
  flex: 1;
}
.info-box-icon {
    width: 48px;
    height: 48px;
    border: 1px solid #d8d5d2;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
    display: flex;
}
.info-box-icon img{
  display:block;
  width:24px;
  height:24px;
}
.info-box-text :is(a,p) {
    text-align: left;
    display: block;
    /* color: #000;
    font-size: 15px;
    line-height: 21px; */
    padding-top: 10px;
    margin-bottom:0;
    font-family: "Satoshi-Bold";
    color: #6e6e6e;
    font-size: 18px;
    line-height: 22px;
}
.info-box-text a:hover{
  color:var(--primary-green);
  text-decoration:underline;
}

.contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-form label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #000;
    margin-top: 10px;
    font-family: "Satoshi-Bold";
    color: #6e6e6e;
    font-size: 16px;
    line-height: 20px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder,
.contact-form select option{
  font-family: "Satoshi-Bold";
  color: #6e6e6e;
}

.contact-form .input-wrapper {
  position: relative;
}

.contact-form .input-wrapper img {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display:block;
  width:19.5px;
}
.contact-form .input-wrapper:has(textarea) img{
  top:20px;
}

.contact-form .input-wrapper input,
.contact-form .input-wrapper select,
.contact-form .input-wrapper textarea {
  padding: 12px 12px 12px 35px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}

.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}

.contact-form .full-width {
  width: 100%;
  margin-bottom: 20px;
}
.contactFoemSec {
    padding: 100px 0px;
}
.contact-form h3 {
    margin-bottom: 30px;
    font-size: 32px;
    color: #000;
}
.header__menu-item span{
  font-weight:600;
  font-size:18px;
}
.shopify-section:has(.jdgm-carousel-wrapper) .page-width{
  max-width:100%;
  padding:0;
}
.shopify-section:has(.jdgm-carousel-wrapper) .page-width .shopify-app-block > div{
  max-width:100% !important;
}
.jdgm-carousel-title-and-link {
    max-width: 1440px;
    padding: 0px 100px !important;
}
.jdgm-all-reviews-rating-wrapper {
    display: none !important;
}
.jdgm-carousel-item__inner-wrapper {
  padding: 28px 32px !important;
  background: #fff;
  border-radius: 20px !important;
  width: 100%;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height:240px !important;
}
.jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star{
      color: #FFC633 !important;
    font-family: 'JudgemeStar' !important;
    background:transparent !important;
    font-size:18px !important;
}
.jdgm-carousel-wrapper .jdgm-carousel-item{
  width:29% !important;
}
.jdgm-carousel__item-wrapper{
  min-height:260px !important;
}
.jdgm-carousel-wrapper{
  position:relative;
}
.jdgm-carousel__arrows {
    width: max-content;
    position: absolute;
    top: 100px;
    right: 100px;
}
.jdgm-carousel__arrows .jdgm-carousel__right-arrow,
.jdgm-carousel__arrows .jdgm-carousel__left-arrow {
    background-image: url(https://eurekasafety.myshopify.com/cdn/shop/t/2/assets/icon-slide-arrow.svg?v=1664151…);
    background-color: var(--primary-green);
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.jdgm-carousel__arrows .jdgm-carousel__right-arrow{
  transform: rotate(0deg);
}
.jdgm-carousel__arrows .jdgm-carousel__left-arrow{
    transform: rotate(180deg);
}
.jdgm-carousel-item__review-body.jdgm-line-clamp{
  -webkit-line-clamp:4 !important;
}
pickup-availability.product__pickup-availabilities {
    display: none;
}
.tab-topWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
details .header__submenu details {
    margin-top: -10px;
    padding-top: 10px !important;
}
.varianrPicker-weapper {
    position: relative;
}

.product-slider-sec .main-title.sliderTitle {
    padding: 40px 0px;
}
.product-slide-invent p {
    line-height: 22px;
    font-family: "Satoshi-Light";
    font-size: 18px;
}
.product-card-wrapper .card__inner{
  height:300px;
}
.product-card-wrapper .card__inner img{
  height:100%;
}
.rte :is(h1,h2,h3,h4,h5,h6){
  margin:25px 0px 15px;
}
.delivery-details.template-page .main-page-title{
    max-width: 900px;
    margin-inline: auto;
}
.sizeDetail-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin:20px 0px 10px;
}
.size-image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.size-detail{
    padding-top: 30px;
}
.size-detail :is(p,a,li){
  font-size:18px;
  line-height:24px;
  color:#000;
}
.size-detail ul,
.size-detail ol{
  padding-left:20px;
}
.size-detail ul li{
  list-style:disc;
}
.size-detail ol li{
  list-style:decimal;
}
.size-detail :is(p,li):not(:last-child){
  margin-bottom:1em;
}
.rte.page-content :is(p,li,a,span,p>strong, th,td) {
  font-family: "Satoshi-Bold";
  color: #6e6e6e;
  font-size: 20px;
  line-height: 22px;
  /* filter:brightness(0.5); */
}
/* body.faq .rte.page-content :is(p,li,a,span,p>strong, th,td,h1,h2,h3,h4,h5){
  filter:brightness(0.5);
} */
.rte.page-content :is(p>strong, li>strong){
  font-family: "Satoshi-Bolder";
}
.rte.page-content :is(h2,h3,h4,h5,h6){
  margin-bottom:1em;
  margin-top:1.4em;
}
.delivery-info{
  max-width:100% !important;
  padding:0 !important;
}