/** Shopify CDN: Minification failed

Line 1533:29 Expected ")" to end URL token
Line 2060:6 Unexpected "{"
Line 2060:7 Expected identifier but found "%"
Line 2062:8 Unexpected "{"
Line 2062:9 Expected identifier but found "%"

**/

@font-face {
  font-family: "Red Hat Display";
  src: url("/cdn/shop/files/RedHatDisplayRegular.ttf?v=1771498912");
  font-weight:400;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/cdn/shop/files/RedHatDisplayMedium.ttf?v=1771498912");
  font-weight:500;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/cdn/shop/files/RedHatDisplaySemiBold.ttf?v=1771498912");
  font-weight:600;
}
@font-face {
  font-family: "Red Hat Display";
  src: url("/cdn/shop/files/RedHatDisplayBold.ttf?v=1771498912");
  font-weight:700;
}
/* ======================= Hero Banner Css ======================= */

.focus-hero {
  background: linear-gradient(90deg,#cff3e8ab,#89d4c99e 52%,#79ca6a 98.2%);
  padding: 80px 20px;
  padding-bottom: 60px;
}
.container {
  max-width: 1340px;
  margin: auto;
  padding:0 15px;
}
.focus-hero .focus_hero_blocks {
  display: flex;
  flex-wrap: wrap;
}
.focus_hero_blocks .focus-hero__content, .focus_hero_blocks .focus-hero__image {
  width: 50%;
}
.focus-hero__logo {
  max-width: 160px;
  margin-bottom: 8px;
  display: block;
}
.focus-hero__heading {
  font-size: 36px;
  color: #000;
  margin: 0 0 10px;
  line-height: 1;
  font-weight: 800;
}
.focus-hero__subtext {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
  color: #000;
  margin-bottom: 15px;
}
.focus-hero__benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.focus-hero__benefits .focus-hero__benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #121212;
  line-height: 1;
}
.hero_banner_btn {
  max-width: 500px;
}
.focus-hero__btn {
  background: linear-gradient(90deg,#58ab74 53.89%,#6fbc75 98.7%);
  color: #fff;
  padding: 20px 32px;
  font-size: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.focus-hero__btn svg {
  height: 24px;
  width: 24px;
  display: block;
}
.focus-hero__shipping {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  color: #231f20;
  text-align: center;
  font-weight: 500;
}
.focus-hero__image img {
  width: 100%;
  max-width: 520px;
  display: block;
  margin: auto;
}
.focus-hero__benefit span {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: #58ab74;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus-hero__benefit span svg path {
  fill: #fff;
}

/* ====================== Infinite Benefits Css ======================= */

.infinite-benefits {
  overflow: hidden;
  background: linear-gradient(90deg, #9ec86a 0%, #48afa5 99.20%);
  padding: 12px 0;
}

.benefits-track {
  display: flex;
  width: max-content;
  animation: scrollLeft linear infinite;
  animation-duration: 15s;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 35px;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.benefit-icon {
  width: 30px;
  object-fit: contain;
  display: block;
}
.benefit-item .benefit-text {
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 1.3;
}

@keyframes scrollLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ======================= Video Slider Css ========================= */

.cdn-video-wrapper .cdn-video {
  height: 100%;
  width: 100%;
  display: block;
  border: 2px solid #58AB74FF;
  border-radius: 10px;
  object-fit: cover;
  box-sizing: border-box;
}
.cdn-video-wrapper .play-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cdn-video-wrapper .play-btn svg {
  height: 22px;
  width: 22px;
}
.energy-video-section {
  padding: 64px 0;
}
.video_slider_inner .energy-badge {
  background: linear-gradient(90deg, #CFF3E8AB 0%, #89D4C99E 57.47%, #79CA6AFF 95.01%);
  width: max-content;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #000;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.video_slider_inner .energy-heading {
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  max-width: 775px;
  margin: auto;
  margin-bottom: 10px;
}
.video_slider_inner .energy-subtext {
  font-size: 20px;
  text-align: center;
  color: #58ab74;
  font-style: italic;
  margin: 0;
  line-height: 1.2;
}
.video_slider_inner .video_slider_blocks {
  margin-top: 30px;
}

/* ================ Product Page Css ================ */

body.gradient.template_product {
  background: #F0FCF9FF;
}
.custom_product_main_images .custom-product-main-slider {
  margin: 0; 
  width: 100%;
  max-width: 100%;
}
.custom-product-main .custom-product-main-wrapper {
  display: flex;
  margin: 0 -20px;
  gap: 0;
}
.custom-product-main .custom-product-main-wrapper .custom_product_main_images {
  width: 50%;
  padding: 0 20px;
}
.custom-product-main .custom-product-main-wrapper .custom-product-main-info {
  max-width: 100%;
  width: 50%;
  padding: 0 20px;
}
.custom_product_main_images .custom-product-thumb-slider {
  margin-top: 20px;
}
.custom-product-thumb-slider .swiper-wrapper .swiper-slide img {
  border-radius: 10px;
  border: 2px solid transparent;
}
.custom-product-thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  border-color: #2D6A4F;
}
.custom-radio-icon .active-icon path {
  fill: #6FBC75FF;
}
.product_price_block p {
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 800;
  color: #1A1A18;
  letter-spacing: -0.5px;
}
.custom-product-main-info .product-form .product-form__buttons .product-form__quantity {
  display: none;
}

/* ====================== Why Customer Say Css ====================== */

.cs-testimonials-section {
  background: #DFF0E1;
  padding: 80px 0;
}
.cs-testimonials-section .cs-heading {
  margin: 0;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.cs-testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cs-testimonials-grid .cs-testimonial-inner {
  width: 33.33%;
  padding: 0 10px;
}
.cs-testimonial-card {
  background: linear-gradient(380deg, #58ab74 53.89%, #6fbc75 98.7%);
  border-radius: 14px;
  padding: 30px;
  color: #fff;
  transition: transform .3s ease;
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cs-testimonial-card:hover {
  transform: translateY(-6px);
}
.cs-stars {
  color: #D4A647;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  gap: 2px;
}
.cs-stars span {
  line-height: 1;
  display: block;
}
.cs-review-text {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
  line-height: 1.5;
  margin: 0;
  margin-bottom: 15px;
  flex: 1;
}
.cs-review-author {
  font-size: 14px;
  color: #ffffffa3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ======================== Energy Steps Css ====================== */

.energy-steps-section {
  padding: 80px;
  background: #fff;
}

.energy-container{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.energy-subtitle {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.energy-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  line-height: 1;
}

.energy-steps-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 16px;
  margin: 0 -8px;
}
.energy-steps-grid .energy-step-block {
  width: 33.33%;
  padding: 0 8px;
}
.energy-step-card {
  background: #dff0e1;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  gap: 18px;
  border: 1px solid #DDD8CD;
  height: 100%;
}
.energy-icon {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(90deg, #9EC86AFF 0%, #48afa5 98.20%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 20px;
}
.energy-icon p {
  margin: 0;
  color: aliceblue;
}
.energy-icon img{
  max-width:26px;
}

.energy-step-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #58ab74;
  display: block;
  margin-bottom: 6px;
}
.energy-step-title {
  margin: 0;
  color: #1A1A18;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 6px;
}
.energy-step-text {
  font-size: 16px;
  color: #5C5A52;
  line-height: 1.5;
  margin: 0;
}

/* =================== Switch Block Css ======================= */

.chew-compare-section{
  padding:80px 0;
  text-align:center;
}

.chew-subheading {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.chew-heading {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1;
}

.chew-table-wrapper{
  max-width:900px;
  margin:0 auto;
  background:#f7f4ef;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 0 0 1px rgba(0,0,0,0.08);
}

.chew-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.chew-table tr {
  display: flex;
}
.chew-table tr th:first-child {
  width: 50%;
}
.chew-table tr td:first-child {
  width: 50%;
}
.chew-table th {
  background: #dff0e1;
  padding: 18px;
  font-size: 18px;
  font-weight: 600;
  width: 33.33%;
  color: #000;
}
.chew-table tr th:first-child, .chew-table tr th:last-child {
  background: transparent;
}
.chew-table tr th:last-child {
  font-weight: 800;
  line-height: 1.2;
}
.chew-table td {
  padding: 18px;
  border-top: 1px solid rgba(0,0,0,.1);
  font-size: 16px;
  width: 33.33%;
  color: #1A1A18;
}
.chew-table .feature {
  text-align: left;
  color: #5C5A52;
  font-weight: 600;
}
.chew-table .highlight {
  background: #dff0e1;
  font-weight: 700;
  color: #000;
}
.chew-table thead {
  border-bottom: 2px solid #000;
}

/* ==================== Faq BLock Css ======================== */

.faq-quick-section {
  padding: 80px 0;
}

.faq-subheading {
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}

.faq-heading {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #DDD8CD;
  text-align: left;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #1A1A18;
}

.faq-icon{
  transition:transform .3s ease;
  font-size:20px;
}

.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}

.faq-answer-inner {
  padding: 0 24px 22px;
  color: #5C5A52;
  line-height: 1.6;
  font-size: 16px;
}

.faq-item.active .faq-answer{
  max-height:300px;
}

.faq-item.active .faq-icon{
  transform:rotate(180deg);
}

/* ================= Chew Cta Css =================== */

.chew-cta-section {
  padding: 60px 0;
  text-align: center;
  background: #fff;
}

.chew-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #E8F0EB;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.chew-cta-icon {
  height: 18px;
  width: 18px;
  min-width: 18px;
  color: #2D6A4F;
  display: block;
}

.chew-cta-heading {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1;
}

.chew-cta-subtext {
  font-size: 16px;
  color: #5C5A52;
  margin: 0;
  margin-bottom: 28px;
}

.chew-cta-button {
  display: block;
  background: linear-gradient(0deg, #58AB74FF 53.89%, #6FBC75FF 98.70%);
  color: #fff;
  padding: 16px 10px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: .3s;
  margin: auto;
  margin-bottom: 12px;
  max-width: 320px;
}

.chew-cta-button:hover {
  opacity: 1;
}

.chew-cta-shipping {
  font-size: 14px;
  color: #8A877E;
  margin: 0;
}

/* ================================= */

.sticky_cart_btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  background: #fff;
  border-top: 1px solid #DDD8CD;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 100;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  display:none;
}

/* ====================== Expert Quote Css ========================= */

.expert-quote-section {
  background: linear-gradient(90deg,#9ec86a,#48afa5 99.2%);
  padding: 40px 20px;
  color: #ffffff;
}

.expert-quote-wrapper {
  max-width: 500px;
  margin: auto;
  display: flex;
  gap: 16px;
}

.expert-quote-left {
  flex-shrink: 0;
}

.expert-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.2);
}

.expert-quote-right {
  max-width: 800px;
}

.expert-name {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2px;
}
.expert-role {
  margin: 0;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.expert-quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255,255,255,0.8);
  font-style: italic;
}
.express-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
}
.express-divider span {
  font-size: 11px;
  color: #8A877E;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.express-divider::before, .express-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #DDD8CD;
}
.custom-product-main-info .cart__dynamic-checkout-buttons #shopify-buyer-consent {
  display: none;
}
.trust-inline {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.trust-chip {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #5C5A52;
  font-weight: 500;
  background: #E8F0EB;
  padding: 6px 10px;
  border-radius: 20px;
}
.trust-chip svg {
  width: 13px;
  height: 13px;
  color: #2D6A4F;
  flex-shrink: 0;
}

/* ===================== Featured Product Css ====================== */

.featured-product {
  padding: 80px 0;
  margin: 0 -30px!important;
  justify-content: center;
}
.featured-product .custom-product-slider-block{
  width: 50%!important;
  max-width: 50%!important;
  padding: 0 30px !important;
}
.featured-product .product__info-wrapper {
  width: 40%!important;
  max-width: 40%!important;
  padding: 0 30px !important;
}
.product__info-wrapper .product__info-container {
  padding: 12px;
  border: 1px solid #6FBC7538;
  border-radius: 8px;
}
.product__info-container .product__title, .product__info-container .product__title h1 {
  line-height: 1;
  margin-bottom: 24px;
}
variant-selects .product-form__input--pill input[type=radio]+label {
  background: transparent;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #121212;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
  padding: 12px 12px 10px 12px;
  width: max-content;
  transition: all 0.3s;
  border: 2px solid #6FBC75FF;
}
variant-selects .product-form__input--pill input[type=radio]:checked+label {
  background: #6FBC7580;
  color: #121212;
}
variant-selects .product-form__input .form__label {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-transform: capitalize;
  margin: 0;
  min-width: fit-content;
}
.product-form__buttons .product-form__submit {
  margin-top: 0;
  border-radius: 4px;
  background: linear-gradient(0deg, #58AB74FF 53.89%, #6FBC75FF 98.70%);
  padding: 16px;
  color: #fff;
  text-align: center;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  align-items: center;
}
.product__info-wrapper product-form.product-form {
  margin-bottom: 15px;
}

/* ======================== Main PRoduct Css ========================== */

.price-per-item__container quantity-input.quantity:before{
  display:none;
}
product-info .product .grid__item.product__media-wrapper, product-info .product .product__info-wrapper.grid__item {
  width: 50%;
  max-width: 50%;
}
.product__media-item .product-media-container {
  border: 0;
  background: transparent;
}
.product__media-item .product__media img, .product__media-item .product__media {
  border-radius: 20px;
}
.thumbnail-list .thumbnail-list__item .thumbnail {
  border-radius: 10px;
}

/* ==================== Responsive Css ===================== */

@media (max-width:1199px){
.featured-product .custom-product-slider-block {
  padding: 0 10px !important;
}
.featured-product {
  margin: 0 -10px!important;
}
.featured-product .product__info-wrapper {
  width: 50%!important;
  max-width: 50%!important;
  padding: 0 10px !important;
}
product-info .product .product__info-wrapper.grid__item {
  padding-left: 20px;
}
}

@media (max-width:991px){
.focus-hero__heading {
  font-size: 32px;
}
.video_slider_inner .energy-heading {
  font-size: 30px;
}
.energy-steps-grid .energy-step-block {
  width: 50%;
}
.energy-steps-section {
  padding: 60px 0;
}
.faq-quick-section {
  padding: 60px 0;
}
.chew-compare-section {
  padding: 60px 0;
}
.product__info-container .product__title, .product__info-container .product__title h1 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 32px;
}
}

@media (max-width:767px){
.focus-hero__benefits {
  display: none;
}
.focus_hero_blocks .focus-hero__content, .focus_hero_blocks .focus-hero__image {
  width: 100%;
}
.focus-hero__logo {
  display: none;
}
.focus-hero__heading {
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
}
.focus-hero__subtext {
  font-size: 16px;
  text-align: center;
}
.hero_banner_btn {
  margin: auto;
}
.focus-hero {
  padding: 40px 0px 0px;
}
.video_slider_inner .energy-heading {
  font-size: 26px;
}
.cs-testimonials-grid .cs-testimonial-inner {
  width: 50%;
  padding: 0 6px;
}
.cs-testimonials-section {
  padding: 60px 0;
}
.cs-testimonial-card {
  padding: 16px;
}
.cs-stars {
  font-size: 12px;
  margin-bottom: 8px;
}
.cs-review-text {
  font-size: 14px;
  margin: 0 0 8px;
}
.cs-review-author {
  font-size: 11px;
}
.hero_banner_btn {
  display: none;
}
.brain-video-section {
  padding-bottom: unset !important;
}
.cs-testimonials-grid {
  row-gap: 20px;
  justify-content: center;
}
.cs-testimonials-section .container {
  padding: 0 20px;
}
.cs-testimonials-section {
  padding: 24px 0;
}
.cs-testimonials-section .cs-heading {
  margin: 0 0 10px;
  font-size: 14px;
}
.cs-testimonials-grid {
  row-gap: 12px;
  margin: 0 -6px;
}
.energy-steps-section, .faq-quick-section, .chew-compare-section {
  padding: 40px 0;
}
.energy-subtitle {
  font-size: 12px;
  margin: 0 0 10px;
}
.energy-title {
  font-size: 22px;
  margin: 0 0 28px;
}
.energy-steps-grid .energy-step-block {
  width: 100%;
}
.energy-step-card {
  padding: 18px;
  border-radius: 14px;
}
.chew-subheading {
  font-size: 12px;
  margin: 0 0 8px;
}
.chew-heading {
  font-size: 22px;
  margin: 0 0 28px;
}
.custom-product-main .custom-product-main-wrapper {
  margin: 0;
  flex-wrap: wrap;
}
.custom-product-main .custom-product-main-wrapper .custom_product_main_images {
  width: 100%;
  padding: 0;
}
.custom-product-main .custom-product-main-wrapper .custom-product-main-info {
  width: 100%;
  padding: 0;
  margin-top: 16px;
}
.custom_product_main_images .custom-product-main-slider {
  border-radius: 10px;
}
.featured-product .product__info-wrapper, .featured-product .custom-product-slider-block {
  width: 100%!important;
  max-width: 100%!important;
}
.featured-product {
  padding: 40px 0;
}
.featured-product .product__info-wrapper {
  margin-top: 30px;
}
product-info .product .grid__item.product__media-wrapper, product-info .product .product__info-wrapper.grid__item {
  width: 100%;
  max-width: 100%;
}
product-info .product .product__info-wrapper.grid__item {
  padding-left: 0;
  margin-top: 30px;
}
product-info .product .product__info-wrapper.grid__item .product__info-container {
  max-width: 100%;
}
}

@media(max-width:575px){
.energy-step-label {
  font-size: 12px;
}
.energy-step-title {
  font-size: 16px;
}
.cs-testimonials-grid .cs-testimonial-inner {
  width: 100%;
}
.energy-step-text {
  font-size: 13px;
}
.energy-step-title {
  font-size: 15px;
}
.energy-step-label {
  font-size: 10px;
}
.chew-table tr th:first-child, .chew-table tr td:first-child {
  width: 33.33%;
}
.chew-table th {
  padding: 12px 10px;
  font-size: 12px;
}
.chew-table td {
  padding: 12px 10px;
  font-size: 12px;
}
.chew-table-wrapper {
  background: #f7f4ef;
}
.faq-subheading {
  font-size: 12px;
  margin: 0 0 8px;
}
.faq-heading {
  font-size: 22px;
  margin: 0 0 28px;
}
.faq-question {
  padding: 16px;
  font-size: 14px;
}
.faq-answer-inner {
  padding: 16px;
  font-size: 13px;
  padding-top: 0;
}
.faq-item {
  border-radius: 8px;
  margin-bottom: 8px;
}
.chew-cta-section .container {
  padding: 0 20px;
}
.chew-cta-subtext {
  font-size: 14px;
  margin: 0 0 20px;
}
.chew-cta-badge {
  padding: 8px 16px;
  font-size: 12px;
  margin-bottom: 16px;
}
.chew-cta-heading {
  font-size: 22px;
  margin: 0 0 6px;
}
.chew-cta-shipping {
  font-size: 11px;
  line-height: 1;
}
.chew-cta-section {
  padding: 40px 0;
}
.expert-name {
  font-size: 14px;
}
.expert-role {
  font-size: 11px;
}
.expert-quote {
  font-size: 13px;
  line-height: 1.6;
}
.expert-quote-section {
  padding: 32px 20px;
}
.sticky_cart_btn {
  display: block;
  z-index: 999999999;
}
.sticky_cart_btn .sticky_cart_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sticky_btn_content h2 {
  font-size: 12px;
  color: #1A1A18;
  font-weight: 600;
  margin: 0;
  margin-bottom: 4px;
}
.sticky_btn_content p {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  color: #1A1A18;
  font-weight: 800;
}
.cart_btn_pro .chew-cta-button {
  margin: 0;
  font-size: 14px;
  padding: 14px 10px;
  min-width: 115px;
  text-align: center;
}
.product__info-container .product__title, .product__info-container .product__title h1 {
  font-size: 26px;
}
product-info .product .product__info-wrapper.grid__item {
  margin-top: 10px;
}
}

@media(min-width:992px){
  .hide-custom-btn-desktop {
    display: none;
}
}

.custom-product-info-variant-select::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Ccircle cx='18' cy='18' r='18' fill='%236FBC75FF'/%3E%3Cpolyline points='12,15 18,21 24,15' fill='none' stroke='%23FFFFFF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.video-container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 10px;
}

/* Target video directly */
.video-container video,
.video-container iframe {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Optional: maintain proper aspect ratio */

/* =========================== Custom Product Css ============================ */

  .custom-product {
    padding: 80px 0 38px;
    /* background-image: url({{ section.settings.bg | img_url: 'master' }}); */
    background-repeat: no-repeat;
    background-size: cover;
  }

  .size-price-per-day-wrap{
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    text-transform: capitalize;
    max-width: 378px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .custom-product-wrapper {
    display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
  }
  @media screen and (max-width: 1000px) {
    .custom-product-wrapper {
      grid-template-columns: 1fr;
      justify-items: center;
    }
  }

  .custom-product-slider-block {
    width: 100%;
    max-width: 592px;
    height: max-content;
    position: sticky;
    top: 0;
  }

  .custom-product-slider{
    border-radius: 24px;
    border: 2px solid #1E1E1E;
  }

  .custom-product-slider .swiper-slide{
      display: flex;
    justify-content: center;
    align-items: center;
  }

  @media screen and (max-width: 1000px) {
    .custom-product-slider .swiper-slide{
      height: auto;
      width: 100% !important;
    }
    .custom-product-slider-block {
      height: auto;
      position: unset;
    }
  }

  .custom-product-slider .swiper-button-prev::after,
  .custom-product-slider .swiper-button-next::after {
      display: none;
  }

  .custom-product-slider .swiper-button-prev,
  .custom-product-slider .swiper-button-next {
      width: 48px;
    height: 48px;
    margin-top: 0;
  }

  @media screen and (max-width: 500px) {
    .custom-product-slider .swiper-button-prev,
    .custom-product-slider .swiper-button-next {
        width: 24px;
      height: 24px;
    }
  }

  .custom-product-slider .swiper-button-prev {
      left: 25px;
  }

  .custom-product-slider .swiper-button-next {
      right: 25px;
  }

  .custom-product-slider .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    bottom: 16px;
  }

  .custom-product-slider .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    margin: 0 !important;
  }

  @media screen and (max-width: 500px) {
    .custom-product-slider .swiper-pagination-bullet{
      width: 8px;
      height: 8px;
    }
  }

  .custom-product-slider .swiper-pagination-bullet-active{
    background-color: #9ACA59;
  }

  .custom-product-info {
    border-radius: 8px;
    background: #FFF;
    padding: 12px;
    width: 100%;
    max-width: 480px;
    border: 1px solid #6FBC7538;
  }

  .custom-product-info-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-rating {
      margin-bottom: 8px;
    }
  }

  .custom-product-info-rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .custom-product-info-rating h3 {
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
  }

  .custom-product-info-title {
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 24px;
  }

  .custom-product-info-rating-stars path{
    fill: #9ACA59;
  }


    @media screen and (max-width: 768px) {
    .custom-product-info-title{
      font-size: 24px;
    }
  }

  .custom-product-info-variants {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-variants {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }
  }


  .custom-product-info-variant-group {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-variant-group {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  .custom-product-info-variant-group h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
    min-width: fit-content;
  }

  .custom-product-info-variants-list {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 448px;
    width: 100%;
    position: relative;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-variants-list {
      display: none;
    }
  }

  .custom-product-info-variant {
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #121212;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    padding: 12px 12px 10px 12px;
    width: max-content;
    transition: all 0.3s;
    border: 2px solid #6FBC75FF;
  }

  .custom-product-info-variant.active {
    background: #6FBC7580;
  }

  /* Основной блок кастомного select */
  .custom-product-info-variant-select {
    display: none;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    position: relative;
    border-radius: 64px;
    border: 1px solid #58ab74;
    background: transparent;
  }

    @media screen and (max-width: 768px) {
    .custom-product-info-variant-select {
      display: block;
    }
  }

  .custom-product-info-variant-select::after {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    background-image: url({{ "select-circle.svg" | asset_url }});
    background-repeat: no-repeat;
    background-size: cover;
    content:'';
  }

  /* Выбранный вариант */
  .custom-product-info-variant-select-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }

  /* Варианты внутри select */
  .custom-product-info-variant-select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #07021A;
    border-radius: 4px;
    overflow: hidden;
    z-index: 10;
  }

  .custom-product-info-variant-option {
    padding: 12px;
    cursor: pointer;
    transition: background 0.2s;
    color: #FFF;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }

  .custom-product-info-variant-option.selected {
    border: 1px solid #fff;
  }

  /* Анимация */
  .custom-product-info-variant-select.open .custom-product-info-variant-select-options {
    display: block;
  }

  .custom-product-info-input {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    flex-direction: column;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-input {
      flex-direction: column;
      align-items: flex-start;
    }
  }

  .custom-product-info-input h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
    min-width: fit-content;
  }

  .custom-product-info-input-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #45afc8;
    background: transparent;
    max-width: 448px;
    width: 100%;
    box-shadow: 0px 4px 4px 0px #0000002B;
  }
  .custom-radio circle:nth-child(2){
    fill: #45afc8;
  }

  @media screen and (max-width: 768px) {
    .custom-product-info-input-item {
      max-width: 100%;
    }
  }

  .custom-product-info-input-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .custom-product-info-input-item-top .custom-radio {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
    cursor: pointer;
  }

  .custom-radio input {
    display: none;
  }

  .custom-radio input:checked + .custom-radio-box::after {
    opacity: 1;
  }

  .custom-product-info-input-item-top-price {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  @media screen and (max-width: 500px) {
    .custom-product-info-input-item-top-price {
      flex-direction: column-reverse;
      gap: 0;
    }
  }

  .custom-product-info-input-item-top-price .new {
    color: #6FBC75FF;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0;
  }

  .custom-product-info-input-item-top-price .old {
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-decoration: line-through;
    text-transform: capitalize;
    margin: 0;
  }

  .custom-product-info-input-item-bottom {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 40px;
  }

  @media screen and (max-width: 500px) {
    .custom-product-info-input-item-bottom {
      padding-left: 0;
    }
  }

  .custom-product-info-input-item-bottom-block {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .custom-product-info-input-item-bottom-block img {
    width: 20px;
  }

  .custom-product-info-input-item-bottom-block p {
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    margin: 0;
  }

  .custom-product-info .product-form__submit {
    margin-top: 0;
    border-radius: 4px;
    background: linear-gradient(0deg, #58AB74FF 53.89%, #6FBC75FF 98.70%);
    padding: 16px;
    color: #fff;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    align-items: center;
  }

  .custom-product-info .product-form__submit path{
    fill: #fff;
  }

  .custom-product-info .product-form__submit svg{
    margin-left: 12px;
  }

  .custom-product-info-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 16px;
    max-width: 260px;
    row-gap: 8px;
    column-gap: 20px;
  }

  .custom-product-info-bottom p {
    color: #000;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: capitalize;
    margin: 0;
  }

  .custom-product-info-inputs{
    width: 100%;
    display: flex;
    flex-direction: column;
      gap: 16px;
  }
  .custom-radio circle:nth-child(2){
    fill: #f1f1f1;
  }
  .custom-radio circle:nth-child(1) {
    stroke: #f1f1f1;
  }

  .custom-product-info-input-item {
    border: 1px solid #E5E7EB; /* default gray */
  }

  /* When radio is checked */
  .custom-product-info-input-item:has(input[type="radio"]:checked) {
    border: 2px solid #3B82F6; /* blue */
  }


  .custom-radio input:checked + svg circle:nth-child(2) {
    fill: #45afc8;
  }
  .payment_block_image {
    display: flex;
    row-gap: 4px;
    position: relative;
    max-width: 100%;
    min-width: auto;
    align-self: stretch;
    column-gap: 4px;
    min-height: 1px;
    align-items: center;
    justify-content: center;
    margin: 12px 0;
    flex-wrap: wrap;
  }
  .payment_block_image img {
    display: block;
    height: 100%;
  }
  .custom-accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .custom-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 12px 10px;
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Red Hat Display';
  }
  .accordion-icon {
    background: #4CAF50;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
  .custom-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .custom-accordion-content .content-inner {
    color: #555;
    font-size: 14px;
    font-family: 'Red Hat Display';
    line-height: 1.5;
    padding: 12px;
    padding-top: 0;
  }
  .custom-accordion-content .content-inner p {
    margin: 0;
  }
  .product_accordian_block {
    margin-bottom: 24px;
  }
.promise_block {
  display: flex;
  gap: 18px;
  padding: 20px;
  border: 1px solid #b9c7b9;
  background: #e9f2e9;
  border-radius: 6px;
  align-items: center;
  margin: 0 !important;
}
  .promise_icon img {
    width: 80px;
    height: 80px;
    display: block;
  }
  .promise_label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    color: #1a1a1a;
    margin: 0;
  }
  .promise_title {
    font-size: 16px;
    font-weight: 700;
    margin: 6px 0;
    color: #000;
    line-height: 1.3;
  }
  .promise_text {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
  }
  .promise_text p {
    margin: 0;
  }
  .custom_product_images .img_content_block {
    width: 25%;
    padding: 0 5px;
  }
  .img_content_block .img_con_inner {
    display: flex;
    row-gap: 12px;
    max-width: 100%;
    min-width: auto;
    column-gap: 12px;
    min-height: 1px;
    align-items: center;
    flex-direction: column;
    background-size: 100%;
    justify-content: flex-start;
    background-image: linear-gradient(90deg, #9ec86a 0%, #48afa5 99.20%);
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #58ab74;
    height: 100%;
  }
  .custom_product_inner .custom_product_images {
    display: flex;
    margin: 0 -5px;
    margin-top: 20px;
  }
  .img_con_inner img {
    height: 50px;
    width: 50px;
    display: block;
  }
  .img_con_inner p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    color: #fff;
    font-family: Red Hat Display;
  }

  /* Hide native radio */
  .custom-product-info-input-item input[type="radio"] {
    display: none;
  }

  /* Card style */
  .custom-product-info-input-item {
    display: block;
    cursor: pointer;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 16px;
    transition: all 0.2s ease;
  }

  .custom-product-info-input-item-bottom {
      margin-top: 10px;
  }

  /* Selected card */
  .custom-product-info-input-item:has(input[type="radio"]:checked) {
    border: 2px solid #2563EB;
  }

  /* Default inner circle hidden */
  .custom-product-info-input-item .inner-circle {
    opacity: 0;
    transition: 0.2s ease;
  }

  /* Show inner circle when selected */
  .custom-product-info-input-item:has(input[type="radio"]:checked) .inner-circle {
    opacity: 1;
    fill: #2563EB;
  }

  @media(max-width: 1000px){
  .custom_product_inner {
    display: none;
  }
  }

  @media(max-width: 767px){
    .custom-product-info-input{
      gap: 20px;
    }
  }

  /* ============================= Custom Main Product Css ======================== */

      .custom-product-main {
      padding: 40px 0;
    }

    .custom-product-main-wrapper {
      display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    @media screen and (max-width: 1000px) {
      .custom-product-main-wrapper {
        grid-template-columns: 1fr;
        justify-items: center;
      }
    }

    @media screen and (max-width: 768px) {
       .custom-product-main-wrapper {
        gap: 30px;
      }
    }

    .custom-product-main-slider {
      border-radius: 24px;
      /* border: 2px solid #000; */
      /* background-image: url(/cdn/shop/files/custom-product-main-slide.png?v=1739275627); */
      background-image: url(/cdn/shop/files/A6_1_2.png?v=1744760185);
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      max-width: 592px;
    }

    .custom-product-main-slider .swiper-slide{
       display: flex;
      justify-content: center;
      align-items: center;
    }

    @media screen and (max-width: 1000px) {
      .custom-product-main-slider .swiper-slide{
        height: 600px;
      }
    }

    @media screen and (max-width: 500px) {
      .custom-product-main-slider .swiper-slide{
        height: 100%;
      }

      {% comment %} .custom-product-main-slider .swiper-slide img{
        height: 270px;
      } {% endcomment %}
    }

    .custom-product-main-slider .swiper-button-prev::after,
    .custom-product-main-slider .swiper-button-next::after {
       display: none;
    }

    .custom-product-main-slider .swiper-button-prev,
    .custom-product-main-slider .swiper-button-next {
       width: 48px;
      height: 48px;
      margin-top: 0;
    }

    @media screen and (max-width: 500px) {
      .custom-product-main-slider .swiper-button-prev,
      .custom-product-main-slider .swiper-button-next {
         width: 24px;
        height: 24px;
      }
    }

    .custom-product-main-slider .swiper-button-prev {
       left: 25px;
    }

    .custom-product-main-slider .swiper-button-next {
       right: 25px;
    }

    .custom-product-main-slider .swiper-pagination{
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      bottom: 16px;
    }

    .custom-product-main-slider .swiper-pagination-bullet{
      width: 12px;
      height: 12px;
      background-color: #fff;
      opacity: 1;
      margin: 0 !important;
    }

    @media screen and (max-width: 500px) {
      .custom-product-main-slider .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
      }
    }

    .custom-product-main-slider .swiper-pagination-bullet-active{
      /* background-color: #FF61E4; */
      background-color: #45AFC8;
    }

    .custom-product-main-info {
      padding: 40px 0 40px 20px;
      width: 100%;
      max-width: 592px;
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info {
       padding: 0;
      }
    }

    .custom-product-main-info-rating {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px;
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-rating {
        margin-bottom: 8px;
      }
    }

    .custom-product-main-info-rating-stars {
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .custom-product-main-info-rating h3 {
      color: #5C5A52;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      margin: 0;
    }

    .custom-product-main-info-title {
      color: #000;
      font-size: 36px;
      font-weight: 800;
      line-height: 100%;
      text-transform: uppercase;
      margin: 0;
      margin-bottom: 12px;
      letter-spacing: 0;
    }

     @media screen and (max-width: 768px) {
      .custom-product-main-info-title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 6px;
      }
    }

      .custom-product-main-info-text {
        color: #5C5A52;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 15px 0;
      }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-text {
        margin-bottom: 16px;
        font-size: 14px;
      }
    }

      .custom-product-main-info-adventages {
          display: flex;
          flex-direction: column;
          gap: 8px;
          margin-bottom: 15px;
      }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-adventages {
        margin-bottom:  16px;
      }
    }

      .custom-product-main-info-adventages-item {
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .custom-product-main-info-adventages-item img {
        width: 20px;
      }

      .custom-product-main-info-adventages-item h4 {
    color: #5C5A52;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin: 0;
}

    .custom-product-main-info .product-form__buttons {
      display: flex;
      gap: 12px;
      margin-top: 16px;
    }

    .custom-product-main-info .quantity__label {
      display: none;
    }

    .custom-product-main-info .quantity {
      border-radius: 64px;
      border: 1px solid rgba(30, 30, 30, 0.20);
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 112px;
    }

    .custom-product-main-info .quantity__input {
      color: #000;
      font-family: Ubuntu;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%; /* 16px */
    }

    .custom-product-main-info .quantity::before,
    .custom-product-main-info .quantity::after {
      display: none;
    }

    .custom-product-main-info .quantity__button {
      color: #000;
    }

    .custom-product-main-info .quantity__button svg {
      width: 12px;
      height: 12px;
    }

    .custom-product-main-info .product-form__submit {
      background: linear-gradient(0deg, #58AB74FF 53.89%, #6FBC75FF 98.70%);
      padding: 16px;
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      text-transform: uppercase;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
    }

    .custom-product-main-info-bottom {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 24px;
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-bottom {
        margin-top: 16px;
        gap: 20px;
      }
    }

    @media screen and (max-width: 575px) {
      .custom-product-main-info-bottom {
        margin-top: 16px;
        gap: 5px;
      }
    }

    .custom-product-main-info-bottom-item {
      display: flex;
      flex-direction: column;
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-bottom-item {
        align-items: center;
      }
    }

    .custom-product-main-info-bottom-item img {
      display: flex;
      flex-direction: column;
      margin: auto;
      margin-bottom: 8px;
      width: 48px;
      height: 48px;
      align-items: center;
      justify-content: center;
      background: transparent;
      border-radius: 0;
    }

      @media screen and (max-width: 575px) {
      .custom-product-main-info-bottom-item img {
        width: 40px;
        height: 40px;
        margin-top: 0;
      }
    }

    .custom-product-main-info-bottom-item h3 {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      margin: 0;
      text-align: center;
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-bottom-item h3 {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 8px;
        text-align: center;
      }
    }

    .custom-product-main-info-bottom p {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      margin: 0;
      text-align: center;
    }

      @media screen and (max-width: 768px) {
      .custom-product-main-info-bottom-item p {
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
      }
    }

    .custom-product-main-info-options {
      padding-top: 24px;
      border-top: 1px solid rgba(30, 30, 30, 0.20);
    }

    @media screen and (max-width: 768px) {
      .custom-product-main-info-options {
        padding-top: 16px;
      }
    }

    .custom-radio {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      cursor: pointer;
      margin-bottom: 8px;
    }

    .custom-product-main-info-options-price {
      display: flex;
      align-items: center;
      margin-left: auto;
      gap: 5px;
    }

    .custom-subscription-options {
      margin-bottom: 24px;
    }

    @media screen and (max-width: 768px) {
      .custom-subscription-options {
         margin-bottom: 16px;
      }
    }

  .custom-radio input {
    display: none;
  }

  .custom-radio-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .price-new {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
  }

    .price-old {
      margin: 0;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      text-decoration: line-through;
    }

  .custom-radio .inactive-icon {
    display: block;
  }

  .custom-radio .active-icon {
    display: none;
  }

  .custom-radio input:checked + .custom-radio-icon .inactive-icon {
    display: none;
  }

  .custom-radio input:checked + .custom-radio-icon .active-icon {
    display: block;
  }

  /* Кастомный селект */
  .custom-select {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid rgba(30, 30, 30, 0.20);
    background: #FFF;
  }

  .custom-select-trigger {
    padding: 12px 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .custom-options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .custom-options.open {
    display: block;
  }

  .custom-options .custom-option {
    padding: 10px;
    cursor: pointer;
  }

  .custom-options .custom-option:hover {
    background: #f0f0f0;
  }

  .custom-product-info-rating-stars{
    display: flex;
    align-items: center;
    gap: 4px;
  }


  .custom-product-info-rating-stars path{
    fill: #9ACA59;
  }
  .custom-product-info-rating-stars svg{
    display: flex;
    align-items: center;
    justify-content: center;
  }