.Product__List.-Grid .Product__Preview--Button {
  text-align: center;

  border-radius: 5px;
  /* background-color: #8080805c; */
  width: fit-content;
  margin-left: auto;
  /* color: #d78282; */
  color: #969696;
  
  margin-right: auto;
  margin-bottom: 8px;
  padding: 8px 10px;
border: 1px solid white;
  /* top: 180px;
    left: 35px;
    z-index: 1;
    display: none;
    position: absolute; */
   
}

.Product__Preview--Button:hover {
  background-color: #d78282;
  color:white!important;
}

/* 
  Рекомендуется использовать блок site.settings.head.custom.css вместо этого файла. 
*/
.Product__List.-Grid .Product__Box--Info {
  margin-top: 10px!important;
}
.badge {
      border-radius: 1.0rem!important;
}

.Product__Button {
    border-radius: 12px!important;
        padding: 1.1rem 1rem!important;
}

.Product__Preview--Button {
  transition: 0.3s all !important;
}

.Product__Box--Plate:hover .Product__Preview--Button {
  border: 1px solid #c7c7c799;
  display: block;

}
@media screen and (max-width: 1024px) {
.Product__Preview--Link {
right: 0px;
}
}
.Product__Preview--Link:hover {
  color:red;
}

.Product__Box--Plate:hover .Product__Preview--Link {
  opacity: 1;
  right:0px;
  visibility: visible;
  transform: scale(1);
}


.Product__Link--Slider {
/* 
      font-family: Futura, "Trebuchet MS", Arial, sans-serif;
 
        font-size: 14px;
          font-weight: 600; */
          margin-bottom: 0.5rem!important;
}
.Product__Link--Slider:hover {
  color:#ea2b37;
}

.Product__Box--Plate {
  transition: 0.3s all!important;
  border-radius: 10px;
}

.Category__Span--All {
    color: light-dark(#5d5d5d, #373737);
      font-weight: 500;
}

.Product__Price--Old {
  min-height: 0px;
  height: 0px;
}

.Product__Price--Old.-Empty {
  position: relative;
  z-index: -1;
}

.ruble {
  font-family: 'ALSRubl-Arial', Arial, sans-serif!important;
  font-size: 2.4rem!important;
}

.Product__Price--Current {
  font-size: 24px;
    color: black;
    font-weight: 600;
  /* font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  
  color: #06080a; */
}

@media screen and (max-width: 1024px) {
.Product__Price--Current {
    font-size: 1.6em;

  }
}

.Product__Box--Actions {
 display: none;
}


 .ww1 {
        z-index: 0;
        background-color: rgb(245, 245, 245);
        background-image: url(https://greencamel.ru/wa-data/public/shop/themes/speed/img/home_category_cards_block_image.jpg);
        max-width: 100%;
 }
 
 .ww2 {       
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

.Product__Price--Old+.Product__Price--Current {
  margin-top: 28px;
}

.Product__Price--Old>.Product__Price--Inline {
  
  PADDING-LEFT: 3PX;
  margin-left: 5px;
      font-size: 18px!important;
}

.badge.discount-amount {
  font-size: 1.4rem;
}
.Category__Item--All.-no-image {
  border-radius: 10px!important;
}
.Product__Image--Product.loaded {
  bottom: 0;
  border-radius: 10px;
}

.Product__Box--Image {
  position: relative;
  border-radius: 10px;
}


/* tooltip */

/* end tooltip */


.StickyHeader__Phone .Header__Phone,
.StickyHeader__Search .Header__Phone {

      font-weight: 600;
        font-size: 20px;
}

.Header__Link--Cart {
border-radius: 10px;
}

@media screen and (min-width: 1024px) {
.Header__Link--Cart {

      background-color: #ff6c6c;
       
       
        box-shadow: 0 .2rem #ea2b37;
}
}

.Header__Text--ItemsInCart {
      border-radius: 5px;
}

.Search__Input--Query.-Alternative {
  border-radius: 16px;
}

.MobileMenu__Button--Menu {
  border-radius: 10px;
}

.ScrollToTop__Button {
  border-radius: 10px;
}

/* dlya glavnoy */

        .features-row {
          display: flex;
          gap: 30px;
    
        }
    
        .features-col {
          flex: 1;
        }
    
        @media (max-width: 768px) {
          .features-row {
            flex-direction: column;
          }
        }


.Home__Text22 ul>li:before {
  width: 0px;
}

/* A */

/* оплата страница */
.payment-section {
  margin-bottom: 40px;
}

.payment-heading {
  font-size: 22px;
  margin-top: 32px;
  margin-bottom: 20px;
  color: #222;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.payment-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.payment-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.payment-icon {
  margin-bottom: 16px;
  color: #333;
}

.payment-title {
  font-size: 18px;
  margin: 0 0 8px 0;
  color: #111;
}

.payment-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.payment-list,
.payment-list-simple {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.payment-list li,
.payment-list-simple li {
  padding: 6px 0;
  border-bottom: 1px dashed #f0f0f0;
  font-size: 15px;
  color: #333;
}

.payment-list li:last-child,
.payment-list-simple li:last-child {
  border-bottom: none;
}

.payment-warning {
  margin-top: 20px;
  padding: 16px;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 8px;
  color: #856404;
  font-size: 14px;
}

.payment-note {
  color: #777;
  font-style: italic;
  margin-bottom: 12px;
}

/* доставка */
.delivery-section {
  margin-bottom: 40px;
}

.delivery-section--alert {
  background-color: #fff8e1;
  border-left: 5px solid #ffc107;
  padding: 20px;
  border-radius: 8px;
}

.delivery-icon-box {
  display: inline-block;
  color: #d39e00;
  margin-right: 12px;
  vertical-align: top;
}

.delivery-heading {
  font-size: 22px;
  margin: 0 0 16px 0;
  color: #1a1a1a;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.delivery-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.delivery-card--compact {
  padding: 16px;
}

.delivery-icon {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.delivery-card h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #222;
}

.delivery-price-list,
.delivery-note-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.delivery-price-list li,
.delivery-note-list li {
  padding: 4px 0;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}

.delivery-price-list li:last-child,
.delivery-note-list li:last-child {
  border-bottom: none;
}

.delivery-link {
  display: inline-block;
  margin-top: 12px;
  color: #ee4a51;
  text-decoration: underline;
  font-size: 14px;
}

.delivery-list {
  list-style: none;
  padding-left: 0;
}

.delivery-list li {
  padding: 6px 0;
  border-bottom: 1px dashed #f0f0f0;
  font-size: 15px;
  color: #333;
}

.delivery-list--bullets li::before {
  content: "\1F4E6";
  color: #ee4a51;
  font-weight: bold;
  margin-right: 8px;
}

.delivery-conditions-box {
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  margin: 16px 0;
}

.delivery-carriers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.delivery-carrier-link {
  display: block;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  color: #222;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.delivery-carrier-link:hover {
  background: #f8f9fa;
  border-color: #bbb;
}

@media (max-width: 768px) {
  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .delivery-carriers-grid {
    grid-template-columns: 1fr;
  }
}

/* о компании */

.about-section {
  margin-bottom: 48px;
}

.about-heading {
  font-size: 28px;
  margin: 0 0 16px 0;
  color: #1a1a1a;
}

.about-subheading {
  font-size: 22px;
  margin: 0 0 20px 0;
  color: #2c3e50;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
}

.about-text {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  max-width: 700px;
}

.about-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.about-product-link {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.about-product-link:hover {
  background: #eef2f5;
  color: #ee4a51;
}

.about-product-more {
  color: #777;
  font-style: italic;
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.about-feature-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.about-feature-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.about-icon {
  margin-bottom: 14px;
  color: #ee4a51;
}

.about-feature-card h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #111;
}

.about-feature-card p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.about-quote {
  background: #f9fbfd;
  border-left: 4px solid #ee4a51;
  padding: 16px 20px;
  margin: 24px 0;
  font-style: italic;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.about-note {
  color: #666;
  font-size: 15px;
}

.about-contacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.about-contact-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-contact-icon {
  color: #ee4a51;
  flex-shrink: 0;
}

.about-contact-value {
  margin: 0;
  font-weight: 600;
  color: #111;
}

.contact-link {
  color: #ee4a51;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}

.about-contact-note {
  margin: 0;
  font-size: 13px;
  color: #777;
}

.about-address {
  margin: 0;
  font-style: normal;
  color: #333;
}

.about-map-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

#map {
  width: 100%;
  height: 400px;
  display: block;
}

.about-legal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.about-legal-block {
  background: #fafafa;
  padding: 16px;
  border-radius: 6px;
  font-family: monospace, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
}

@media (max-width: 768px) {
  .about-legal-grid {
    grid-template-columns: 1fr;
  }

  .about-features-grid,
  .about-contacts-grid {
    grid-template-columns: 1fr;
  }
}

/* end */


.Header__Box--Contacts {

  width: 110%;
}

/* поиск */

/* дополнительно */
/* 
body {
  background-color: #f3f1ee;
} */




/* aksii home widget */

 .marketing2 {
      margin: calc(1.5rem * 2) 0 calc(1.5rem * 3);
        margin-left: auto;
        max-width: 1400px;
        margin-right: auto;
        padding-right: 30px;
        padding-left: 30px;
 }

 .marketing2__inner {
   display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
   grid-template-areas: "a a a a b b b c c c" "a a a a d d d e e e";
   gap: 1.5rem;
 }

 .marketing2__item {
   display: flex;
   align-items: center;
   min-height: 230px;
   justify-content: center;
   position: relative;
   background: #f5f5f5;
   border-radius: 20px;
   padding: 1.5rem;
 }

 .marketing2__item:first-child {
   flex-direction: column;
   text-align: center;
   grid-area: a;
 }

 .marketing2__fulllink {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   z-index: 30;
   text-decoration: none;
 }

 .marketing2__item:first-child img {
   max-height: 250px;
 }

 .marketing2__image {
   margin-right: 1.5rem;
   width: 200px;
   text-align: center;
 }

 .marketing2__title {
   font-weight: 700;
   font-size: 18px;
   line-height: calc(18px + 4px);
   margin-bottom: 1.5rem;
 }

 .marketing2__body {
   line-height: calc(15px + 4px);
 }

 .marketing2__link {
   opacity: 0;
   visibility: hidden;
   height: 0px;
   margin-top: 0px;
   transition: 0.2s;
   text-decoration: none;
 }

 .marketing2__link a {
  color: red;
  text-decoration: none;
 }

 .marketing2__link a:hover {
   color: rgb(242, 120, 120);
   text-decoration: none;
 }


 .link-red a {
   color: red;
   text-decoration: underline;
 }

    .link-red  {
      color: red;
      text-decoration: underline;
    }

    .link-red:hover a {
      color: rgb(226, 123, 123);
      text-decoration: none;
    }

                .link-red:hover {
                  color: rgb(226, 123, 123);
                  text-decoration: none;
                }


 .marketing2__item:nth-child(2) {
   grid-area: b;
 }

 .marketing2__item:nth-child(3) {
   grid-area: c;
 }

 .marketing2__item:nth-child(4) {
   grid-area: d;
 }

 .marketing2__item img {
   max-height: 150px;
 }

 .marketing2__item:hover .marketing2__link {
   margin-top: 1.2rem;
   opacity: 1;
   visibility: visible;
   transition: 0.4s;
   text-decoration: none;
 }

 .header-widget {
  font-size: 3vw;
  margin-bottom:32px;
 }

@media (max-width: 700px) {
  .header-widget {
    font-size: 31px;
      line-height: 1;
      font-weight: 300;
      margin-bottom: 32px;
      position: relative;
      text-align: left;
  }
.marketing2__inner {
 grid-template-areas: "a b c d";
 display: grid;
 grid-template-columns: 1fr;
 gap: 16px;
 overflow-x: scroll;
  }

.Product__Preview--Image {
max-width: 100%!important;
    position: relative!important;
            border-radius: 10px;
 }
}

.modal a.close-modal {
  border-radius: 4px;
}
.modal {
  border-radius: 10px!important;
  box-shadow: 0 0 2rem #0000008f!important;
}

#themeOverride .wa-value input[type=email],
#themeOverride .wa-value input[type=password],
#themeOverride .wa-value input[type=text] {
  border-radius: 10px;
}

                @media (max-width: 812px) {
                  .imobileblock {
                    display: block;
                  }
        
                  .desctopblock {
                    display: none;
                  }
        
                  .blockbutton_l {
                    margin-top: 60px;
                    font-size: 18px;
                    font-weight: normal !important;
                  }
        
                  .blockbutton_r {
                    margin-top: 30px;
                    font-size: 18px;
                    font-weight: normal !important;
                  }
        
                  .bntitle {
                    font-size: 30px;
                    color: #fff !important;
                    border-bottom: none !important;
                  }
        
                  .undertitle {
                    font-size: 16px;
                    font-weight: lighter;
                    color: #fff !important;
                    border-bottom: none !important;
                  }
        
                  .bm-buttons {
                    display: flex;
                    margin: 10px 0px 0px 0px !important;
                  }
        
                  .bm-buttons li {
                    width: 40%;
                    float: left;
                    list-style: none;
                    line-height: inherit !important;
                  }
        
                  .bm-buttons .blockbutton_l {
                    margin-top: 10px;
                  }
        
                  .yellbshd {
                    margin-top: 90px;
                  }
                }

/* .wa-value {
  border-bottom: 1px solid #cecece;
} */
.Login__Box {
    border-radius: 10px;
    box-shadow: none!important;
}

/* sticky photo prod */

@media (min-width: 64em) {
  .Single__Box--Images {
    position: sticky;
    top: 20px;
    z-index: 10;
  }
}

/* category pod price page prod */

.Single__Item--Catname .Single__Value--Attrs a {
  color: #737373!important;
}


/* added */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

/* faq */

.faq-block {
  max-width: 700px;
  margin: 40px auto;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  background-color: #121212;
  padding: 32px;
  border-radius: 16px;
}

.faq-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #ffffff;
  text-align: left;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background-color: #1e1e1e;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #e0e0e0;
  user-select: none;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background-color: #2a2a2a;
}

.faq-icon {
  font-size: 14px;
  color: #ee4a51;
  /* оранжевый акцент */
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(-180deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1.5;
  transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  /* подберите значение под длину текста */
  opacity: 1;
  padding: 12px 20px 20px 20px;
}


/* product service block */

.guarantee-service-block {
  background-color: #121212;
  border-radius: 16px;
  padding: 40px;
  font-family: Montserrat, Roboto, sans-serif;
  color: #e0e0e0;
}

.gs-container {
  max-width: 1024px;
  margin: 0 auto;
}

.gs-title {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 32px 0;
  color: #ffffff;
}

.gs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.gs-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
}

.gs-icon {
  font-size: 24px;

  --tw-text-opacity: 1;
    color: oklch(.68 .22 40 / var(--tw-text-opacity, 1));
    border-radius: .5rem;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    width: 3.25rem;
    height: 3.25rem;
 
    background-color: oklch(.68 .22 40 / .1);
}

.gs-content h3 {
  margin: 0 0 0px 0;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 0px!important;
  color: #ffffff;
  text-align: left;
}

.gs-content p {
  margin: 0;
  font-size: 12px;
  color: #b0b0b0;
}

.gs-info {
  border-top: 1px solid #2a2a2a;
  padding-top: 24px;
}

.gs-info-text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.5;
  color: #b0b0b0;
}

.gs-phone {
  display: flex!important;
      justify-content: flex-start;
        /* align-content: space-around; */
        align-items: stretch;
  
  gap: 10px;
  color: #ff3021;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.gs-phone:hover {
  color: #ce1420;
}

/* Адаптив */
@media (max-width: 768px) {
  .guarantee-service-block {
    padding: 24px;
  }

  .gs-grid {
    grid-template-columns: 1fr;
  }

  .gs-card {
   
    text-align: center;
  }

  .gs-icon {
    margin-bottom: 10px;
  }

  .gs-content h3 {
    text-align: left;
  }

  .gs-content p {
    text-align: left;
  }
}

/* preview prod */

.Product__Preview--Col.-Select .Single__Box--Params {
  display: none!important;
}



