/** Shopify CDN: Minification failed

Line 62:30 Expected identifier but found bad string token
Line 62:32 Unterminated string token
Line 1751:5 Expected ":"

**/
img {
    max-width: 100%;
}
.collection ul.product-grid {
    display: flex;
}
.card-wrapper.product-card-wrapper
 {
    border-radius: 20px;
    overflow:hiddenl
    border: 2px solid #729D74;
}
ul.product-grid li .card-wrapper.product-card-wrapper .card__content .card__information {
    text-align: center;
    padding: 20px;
}
.collection ul.product-grid li .card-wrapper.product-card-wrapper{
    padding: 0;
    overflow: hidden;
}
ul.product-grid li .card-wrapper.product-card-wrapper .card__inner{
    border-radius:0;
}
h3#title-template--25084940812569__product-grid-9998848033049 {}

ul.product-grid li .card-wrapper.product-card-wrapper .card__content .card__information h3 a {
    text-decoration: none;
    color: #121212;
    font-weight: 700 !important;
    font-size: 18px;
}

ul.product-grid li .card-wrapper.product-card-wrapper .card__content .card__information h3 {
    margin: 0;
}

ul.product-grid li .card-wrapper.product-card-wrapper .card__content .card__information .card-information .price {
    margin: 0;
}

ul.product-grid li .card-wrapper.product-card-wrapper .card__content .card__information .card-information .price * {
    font-size: 16px;
    font-weight: 700 !important;
}

a.btn.shop_now {
    padding: 13px 20px;
    display: block;
    margin-top: 13px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    background: #729D74;
    border: 2px solid #729D74;';
    display: b;
    padding: 13px 20px;
    display: block;
    text-decoration: none;
}
a.btn.shop_now:hover{
   text-decoration: none;
}
    .underline-links-hover:hover a.btn.shop_now {
        text-decoration: none;
    }
    .collection.page-width , aside#main-collection-filters
 {
    max-width: 1200px !important;
    padding: 0 15px !important;
}
.collection-hero__title {
    text-align: center;
    font-weight: 700;
}
form#FacetFiltersForm * {
    color: #000;
    font-size: 16px;
    opacity: 1;
}

.product-new-main-section-inner {
    display: flex;
    flex-wrap: wrap;
}
.product-new-main-left-block {
    width: 60%;
    padding-right: 30px;
}
.product-new-main-right-block .product__info-container {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 26px 20px;
}
.product__info-wrapper .product__title h1 {
    letter-spacing: 1px !important;
    font-size: 15px;
    font-weight: 400;
}
.product__info-wrapper .product__title h1.product-title-h1, 
.product__info-wrapper .product__title h2 {
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
    font-size: 34px;
    margin-top: 15px;
    line-height: 40px;
   
}

.product-new-short-description p {
    font-size: 16px;
    /* font-family: Clash Display; */
    margin: 0 0 15px;
    line-height: 22px;
    letter-spacing: 0;
    
}
.product-new-short-description {
    margin: 10px 0 0;
}
.product--thumbnail_slider .thumbnail-slider .slick-slide.slick-current.slick-active, .product-new-image-thumbs-block .slick-slide.slick-current.slick-active {
    border: 2px solid #729D74;
}
.product--thumbnail_slider .thumbnail-slider .slick-slide, .product-new-image-thumbs-block .slick-slide {
    margin-bottom: 10px;
    border-radius: 10px;
  border: 2px solid transparent;
}
.product--thumbnail_slider .thumbnail-slider .slick-slide div, .product-new-image-thumbs-block .slick-slide div {
    display: flex !important;
}
.product-new-main-price {
    display: flex;
    gap: 8px;
  align-items:center;
      margin: 15px 0;
}
p.product-new-main-sale-price {
    letter-spacing: 0;
    font-size: 27px;
    font-weight: 700;
    margin: 0 !important;
}
.product-new-main-price p.product-new-main-compare-price {
    text-decoration: line-through;
    font-size: 18px;
    margin: 0;
}

.product-new-main-right-block form button.button.custom-add-btn {
    width: 100%;
    cursor: pointer;
    background-color: #729D74;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    font-size: 1.4em;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 20px 0 20px 0 !important;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    text-transform: capitalize;
    animation-name: shakeWB;
}
@keyframes shakeWB{
0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

2% {
    transform: translate(5px, 0) scale(1.05);
    -webkit-transform: translate(5px, 0) scale(1.05);
}

4% {
    transform: translate(0, 0) scale(1.1);
    -webkit-transform: translate(0, 0) scale(1.1);
}

6% {
    transform: translate(5px, 0) scale(1.05);
    -webkit-transform: translate(5px, 0) scale(1.05);
}

8% {
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
}

10% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
}

12% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

}
.product-new-main-right-block form button.button.custom-add-btn svg {
    width: 20px;
    height: 20px;
}
.product-new-custom-text p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
.product-new-accordion .accordion__inner h3.accordion__label {
    margin: 10px 0;
    position: relative;
    padding: 10px 40px 10px 15px;
    color: #000;
    background: #fff;
    border: 1px solid #4a4a4a;
    font-weight: 500;
    font-size: 18px;
    cursor: pointer;
    /* font-family: 'Clash Display'; */
  
    letter-spacing: 0 !important;
}
.product-new-accordion .accordion__inner h3.accordion__label:before {
    content: '';
    position: absolute;
    height: 17px;
    width: 2px;
    background: black;
    border-radius: 5px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.product-new-accordion .accordion__inner h3.accordion__label:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 17px;
    background: black;
    border-radius: 5px;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
}
.product-new-accordion .accordion__inner h3.accordion__label.active::before {
    opacity: 0;
}
.accordion__inner .accordion__content {
    margin-top: 15px;
    margin-bottom: 15px;
      padding: 0 15px;
}
.accordion__inner .accordion__content table.pf-inner-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.accordion__inner .accordion__content table.pf-inner-table tr td {
    font-weight: 500;
    min-width: 50px;
    padding: 10px 15px;
    text-align: inherit;
    font-size: 16px;
   font-family: "Inter", sans-serif;
    /* font-family: 'Clash Display'; */
    border: 1px solid #d1d5db;
}
/* .accordion__inner .accordion__content table.pf-inner-table tr td first-sel {
    font-weight: 500 !important;
}
.accordion__inner .accordion__content table.pf-inner-table tr td span {
    font-weight: 500 !important;
} */
.accordion__inner .accordion__content table.pf-inner-table tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 50, .02);
}
.accordion__inner .accordion__content p {
    font-size: 16px;
    line-height: 25px;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    /* font-family: 'Clash Display'; */
}
.accordion__content .table-image {
    margin: 20px 0;
}
.product__media-wrapper .product-new-main-imgs-block {
    position: sticky;
    top: 20px;
    display: flex;
    /* flex-direction: column; */
    gap: 15px;
}
.product-new-image-main-block .owl-stage-outer .product-new-image-item img {
    border-radius: 15px;
}
.product-new-image-thumbs-block .owl-item.active.current .product-new-image {
    border-radius: 10px;
    border: 3px solid #4a90e2;
}
.product-new-image-thumbs-block .owl-item.active .product-new-image:hover{
  border: 3px solid #666;
      border-radius: 10px;
}
.product-new-image-thumbs-block .owl-item .product-new-image {
    padding: 10px 0px;
    margin: 0 5px;
  cursor:pointer;
    border: 3px solid transparent;
}
.product-new-image-thumbs-block .owl-item.active:first-child .product-new-image {
    margin-left: 0;
}
.product-new-image-thumbs-block .owl-item.active:last-child .product-new-image {
    margin-right: 0;
}
.product-new-image-thumbs-block {
    position: relative;
    width: 132px;
}
.product-new-image-main-block {
    width:calc(100% - 145px);
}
.product-new-image-thumbs-block .product-new-image {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px  solid transparent;
}
.product-new-image-thumbs-block .product-new-image img,
.product-new-image-main-block .product-new-image-item img {
    border-radius: 10px;
}
.product-new-image-thumbs-block .product-new-image:last-child {
    margin-bottom: 0;
  border: 0!important;
}
.product-new-image.slick-slide.slick-current.slick-active {
    border: 2px solid #729D74;
}



.product-new-image-thumbs-block .owl-nav button {
    width: 40px;
    height: 40px;
    position: absolute;
    font-size: 20px!important;
    top: calc(50% - 20px);
    border: none!important;
    cursor: pointer!important;
    -webkit-transition: .35s;
    transition: .35s;
    line-height: 1!important;
    background: #729D74 !important;
    border-radius: 3px;
    scale: 50%;
    z-index: 4;
    opacity: 1;
}
.product-new-image-thumbs-block .owl-nav button.owl-prev {
    left: 20px;
}
.product-new-image-thumbs-block .owl-nav button.owl-next {
    right: 20px;
}
/* .product-new-main-left-block .product-new-main-imgs-block:hover .product-new-image-thumbs-block .owl-nav button.owl-prev{
   left: 5px;
          opacity: 1;
}
.product-new-main-left-block .product-new-main-imgs-block:hover .product-new-image-thumbs-block .owl-nav button.owl-next{
   right: 5px;
          opacity: 1;
} */
.product-new-image-thumbs-block .owl-nav button svg path {
    stroke: #fff!important;
    stroke-width: 2px!important;
}
.product-new-image-thumbs-block .owl-nav button svg {
    width: 10px;
    height: 20px;
}
.product-new-image-thumbs-block .owl-nav button.disabled {
    opacity: 0!important;
}
.product-icon-text .product-icon-text-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.product-icon-text-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    height: 100%;
}
.product-icon-text-item .product-icon img {
    width: 60px;
    height: 60px;
}
.product-icon-content h3 {
    font-weight: 800;
    letter-spacing: 0;
    font-size: 24px;
    margin: 0;
}
.product-icon-text-item .product-icon-text p {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
      min-height: 100px;
}
.product-viemo-video-text {
    padding: 60px 0;
}
.product-viemo-video-text-heading, .product-image-with-text .product-image-with-text-heading {
    margin-bottom: 25px;
}
.product-viemo-video-text-heading h2, .product-image-with-text .product-image-with-text-heading h2 {
    font-weight: 800;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
  
  letter-spacing: 0 !important;
}
.product-viemo-video-text-inner {
    display: flex;
    flex-wrap: wrap;
  align-items:center;
}
.product-viemo-video-text-inner .product-viemo-video-left-block {
    width: 60%;
    padding-right: 30px;
}
.product-viemo-video-text-inner .product-viemo-video-left-block .product-viemo-video-inner {
    position: relative;
    padding-bottom: 56.25%;
}
.product-viemo-video-text-inner .product-viemo-video-right-block {
    width: 40%;
}
.product-viemo-video-text-inner .product-viemo-video-left-block iframe.product-viemo-video {
    border: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 12px;
}
.product-viemo-video-content p {
    font-weight: 500 !important;
    text-align: left;
    padding-top: 0;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: .05em;
    line-height: 24px;
   
}
.product-image-with-text {
    padding: 30px 0;
}
.product-image-with-text-inner.img-layout-left, .product-image-with-text-inner.img-layout-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.product-image-with-text-inner.img-layout-left .product-image-with-text-left img {
    object-fit: cover;
    object-position: center center;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
}
.product-image-with-text-inner .product-image-with-text-right h2 {
    text-align: left;
    font-weight: 700;
    letter-spacing: 0 !important;
    font-size: 36px;
    line-height: 60px;
    margin: 0;
    
}
.product-image-with-text-right .product-viemo-video-content p {
    font-size: 20px;
    line-height: 32px;
    /* font-family: Clash Display; */
    font-weight: 400;
    letter-spacing: 0;
    margin: 15px 0;
   
}
.product-image-with-text-inner .product-image-with-text-right a.button {
    display: inline;
    background-color: #377e62;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    padding: 15px 29px;
    /* font-family: Clash Display !important; */
    font-family: "DM Sans", sans-serif !important;
}
 .product-image-with-text-right .product-viemo-video-content {
    margin-bottom: 40px;
}
.product-image-with-text-inner.img-layout-right .product-image-with-text-right {
    order: 1;
}
.product-image-with-text-inner.img-layout-right .product-image-with-text-left {
    order: 2;
}
.product-image-with-text-inner.img-layout-right .product-image-with-text-left video.product-video, .product-image-with-text-inner.img-layout-right .product-image-with-text-left img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 30px;
}
.product-compare-section {
    padding: 40px 0;
}
.product-compare-section-inner {
    display: flex;
    flex-wrap: wrap;
  align-items:center;
    background-color: #fff;
    padding: 38px;
    border-radius: 30px;
}
.product-compare-section-inner .product-compare-text-left {
    width: 40%;
}
.product-compare-section-inner .product-compare-image-right {
    width: 60%;
  padding-left:50px;
}
.product-compare-section-inner .product-compare-text-left h2 {
    font-weight: 800;
    letter-spacing: 0;
    font-size: 46px;
    margin-bottom: 0;
    line-height: 60px;
    text-align: left;
      max-width: 340px;
}
.product-faq-section-inner {
    background-color: #F3F1E9;
    padding: 50px 40px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: start;
}
.product-faq-section-inner h2.product-faq-heading {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0 !important;
    font-size: 29px;
    line-height: 39px;
    text-align: left;
    
}
.product-faq-text {
    margin: 20px 0;
}

.product-faq-left-block a.product-faq-btn {
    background: #377e62;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 65px;
    
}
.product-faq-section-inner  .product-faq-section-list {
    margin-top: 15px;
}
.product-faq-section-list .product-faq-section-item button.product-faq-section-heading {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #d7d7d7;
    color: #111213;
    background: #eee0;
    padding: 20px 30px 20px 5px;
    font-size: 20px;
    line-height: 1.5em;
    width: 100%;
    text-align: left;
    /* font-family: Clash Display; */
    font-weight: 600;
    position: relative;
    cursor: pointer;
 

}
.product-faq-section-list .product-faq-section-item button.product-faq-section-heading:before {
    content: '';
    position: absolute;
    background-image: url(https://cdn.shopify.com/s/files/1/0810/8372/8157/files/211607_right_arrow_icon_760986ef-4062-423d-8c4c-3abd9db388b6.svg?v=1716623291);
    width: 27px;
    height: 27px;
    background-size: cover;
    right: 0;
    transform: translate(0, -50%) rotate(0deg);
    top: 50%;
}
.product-faq-section-list .product-faq-section-item button.product-faq-section-heading.active::before {
    transform: translate(0, -50%) rotate(90deg);
}
.product-faq-section-list .product-faq-section-item .product-faq-section-content p {
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px 30px;
    line-height: 1.5em;
    color: #111213;
   
}
.product-new-main-right-block .variants-block .product-new-variants-block label {
    color: #000000;
    font-size:11px;
  line-height: 12px;
    font-style: normal !important;
    font-weight: 400 !important;
    margin-bottom: 10px;
    display: block;
}
.product-new-main-right-block .variants-block .product-new-variants-block select {
    width: 100%;
    padding: 10px;
  cursor:pointer;
}
.product-new-main-right-block .variants-block {
    display: grid;
    grid-template-columns: 1fr  1fr;
    gap: 10px;
    margin: 15px 0;
}
.product-reviews-widget-inner {
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px 30px;
    margin: 30px 0;
}
.product__info-wrapper {
    opacity: 1!important;
    transform: unset!important;
    animation: unset!important;
}
.product-new-main-right-block .price.price--on-sale .price__sale span.price-item.price-item--sale.price-item--last {
    color: #000000 !important;
    font-weight: 700;
  margin:0;
}
.product-new-main-right-block .price.price--on-sale .price__sale s.price-item.price-item--regular {
    color: #989898 !important;
    text-decoration: line-through !important;
    font-weight: 600;
    margin: 0;
}
.product-new-main-right-block .price.price--on-sale .price__sale {
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
  display: flex;
}
.product-new-main-right-block .price.price--on-sale .price__sale dd.price__last span {
    letter-spacing: 0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #000 !important;
}
.product-new-main-right-block .price.price--on-sale .price__sale dd.price__compare s {
    text-decoration: line-through;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}
.homepage-three-image img {
    mix-blend-mode: darken;
    height: 500px;
}
.productView-variants[data-type="dropdown"] variant-selects {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.productView-variants[data-type="dropdown"] variant-selects .product-form__input--dropdown {
    width: 50%;
    margin: 0;
}
body.page-product- main#MainContent {
    background: #f0f0f0;
}

.product__title a.custom-rating-text {
    color: #000;
    font-weight: 600;
    /* font-family: "Montserrat", sans-serif; */
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0 !important;
}
.product__title a.custom-rating-text img {
    width: 100%;
    max-width: 160px;
}
.product-custom-icon-text {
    margin: 20px 0;
    display: block;
}
.product-custom-icon-text .product-icon-text-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.product-custom-icon-text .product-icon-text-inner .product-icon-text-item {
    display: block;
}
.product-custom-icon-text .product-icon-text-inner .product-icon-text-item img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.product-custom-icon-text .product-icon-text-inner .product-icon-text-item .product-icon-content h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 15px;
    letter-spacing: 0 !important;
    padding: 0 15px;
  
}

.product-container-upsell {
    margin: 15px 0;
}  
.product-container-upsell-heading h3 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
  
    letter-spacing: 0 !important;
}
.product-container-upsell-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e3ece9;
    padding: 10px;
    border-radius: 8px;
}
  .product-container-upsell-item {
    margin-bottom: 15px;
}
.product-container-upsell-item-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
}
  .product-upsell-item-img img {
    width: 100%;
    max-width: 80px;
    border-radius: 8px;
    display:block;
}
.product-upsell-item-text h3 {
    font-size: 14px;
    font-weight: 600;
 
    letter-spacing: 0 !important;
}
  .product-upsell-item-text p {
    font-size: 14px;
    font-weight: 500;
  
     letter-spacing: 0 !important;
}
.cart-product-container-upsell .product-upsell-item-text h3 {
    font-size: 14px;
  font-weight: 500;
}
.cart-product-container-upsell .product-upsell-item-text p {
    font-size: 12px;
}
.product-upsell-item-price-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cart-product-container-upsell .product-container-upsell-btn a {
    font-weight: 500;
}
.cart-product-container-upsell .product-container-upsell-heading h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}
.product-upsell-item-price-block.on-sale p.product-upsell-item-compare-price {
    color: #979798;
    text-decoration: line-through;
}
  
  .product-container-upsell-btn {
    width: 20%;
    display: flex;
    align-items: end;
    justify-content: end;
}
.product-container-upsell-btn a, .product-container-upsell-btn button {
    background: #729D74!important;
    padding: 12px 15px;
    border-radius: 5px;
    color: #fff!important;
    font-size: 14px!important;
    font-weight: 800!important;
    animation: unset!important;
    margin: 0 !important;
    min-width: min-content !important;
    min-height: max-content !important;
   
    letter-spacing: 0 !important;
  
}
.product-container-upsell-btn button:before{
  content:  unset !important;
}
.product-container-upsell-btn product-form.product-form {
    margin: 0 !important;
}

.product-container-upsell-inner .owl-carousel-7 .owl-dots{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    padding: 0 5px;
}
.product-container-upsell-inner .owl-carousel-8 .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 5px;
}
.product-container-upsell-inner .owl-carousel-7 .owl-dots .owl-dot,
.product-container-upsell-inner .owl-carousel-8 .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border: 2px solid #729D74;
    border-radius: 50%;
}
.product-container-upsell-inner .owl-carousel-7 .owl-dots .owl-dot.active,
.product-container-upsell-inner .owl-carousel-8 .owl-dots .owl-dot.active{
    background: #729D74;
}
.product-container-upsell-inner .owl-carousel-7 .owl-nav {
    position: absolute;
    right: 0;
    bottom: -2px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 5px;
}
 .product-container-upsell-inner .owl-carousel-7 .owl-nav button img {
    width: 9px;
} 
.product-warranty-block-inner
 {
    background: #729D74;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    width: max-content;
    font-weight: 700;
    font-size: 12px;
   
    letter-spacing: 0 !important;
}.product-new-short-description p {
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 22px;
    letter-spacing: 0;
    
}
.product-testimonial-block-inner {
    border-radius: 10px;
    background: #eeeeee;
    padding: 10px;
}
.watch-video-text-block-inner {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.watch-video-text-block-inner svg {
    width: 30px;
}
.watch-video-text-block-inner svg path {
    fill: #729D74;
}
.product-container-upsell-btn button:after {
    display: none;
}

.landing-features-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.landing-features-list-item-inner .img img {
    aspect-ratio: 1/1;
    display: block;
    width: 100%;
    border-radius: 10px;
}
.landing-features-section {
    padding-bottom: 60px;
    padding-top:0;
}
.landing-features-headings h2 {
    
    letter-spacing: 0!important;
    line-height: 1.5;
    font-size: 36px;
    text-align:center;
    font-weight: 800;
}
.landing-features-headings {
    margin-bottom: 20px;
}
.landing-features-content h3 {
    font-size: 18px;
    
    letter-spacing: 0!important;
    line-height: 1.5;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 10px;
}
.landing-features-txt p {
    
    letter-spacing: 0 !important;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}
.product-videos-section-inner .owl-carousel-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.product-videos-section-inner .owl-nav button {
    width: 30px;
    height: 30px;
}
.product-videos-section-inner .owl-nav button img {
    width: 8px;
}  
.product-videos-section {
    padding: 30px 0;
}
.product-videos-section-heading h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
}
.product-videos-scrolling-block {
    margin-bottom: 0px;
    padding-top: 30px;
}
.homepage-product-section-inner {
    grid-template-columns: 1fr;
} 
.review-slider-allcard .owl-carousel-11 .owl-nav button,
.review-slider-allcard .owl-carousel-13 .owl-nav button,
.review-slider-allcard .owl-carousel-10 .owl-nav button {
  position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #729D74 !important;
    border-radius: 50%;
}
.review-slider-allcard .owl-carousel-11 .owl-nav button.owl-prev,
.review-slider-allcard .owl-carousel-13 .owl-nav button.owl-prev,
.review-slider-allcard .owl-carousel-10 .owl-nav button.owl-prev{
    left: -10px;
}
.review-slider-allcard .owl-carousel-11 .owl-nav button.owl-next, 
.review-slider-allcard .owl-carousel-13 .owl-nav button.owl-next,
.review-slider-allcard .owl-carousel-10 .owl-nav button.owl-next{
    right: -12px;
}
.review-slider-allcard .owl-carousel-11 .owl-nav button img,
.review-slider-allcard .owl-carousel-13 .owl-nav button img,
.review-slider-allcard .owl-carousel-10 .owl-nav button img{
    width: 10px;
}
.review-slider-allcard .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    gap: 5px;
    flex-wrap: wrap;
}
.review-slider-allcard .owl-dots button.owl-dot.active {
    background: #729D74;
}
.review-slider-allcard .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #729D74;
    border-radius: 50%;
}

.new-review-slider .new-review-slider-card-image .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-review-slider .new-review-slider-card-image .play-icon svg {
    width: 50px;
    height: 50px;
}

.new-review-slider .new-review-slider-card {
    border-radius: 8px;
    /* box-shadow: 0 7px 12px -4px #00000038;  */
    margin: 0 8px 14px 8px;
    cursor: pointer;
    border: 2px solid #EBEBEB;
    padding: 12px;
    background: #f0f0f0;
}
.new-review-slider .new-review-slider-card-image {
    position: relative;
    padding-top: 100%;
}
body.template-product-ozzi-outdoor-chair .new-review-slider .new-review-slider-card-image {
    position: relative;
    padding-top: 125%;
}

.new-review-slider .new-review-slider-card-image img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.new-review-slider .new-review-slider-card-content {
    position: relative;
}
.new-review-slider .new-review-slider-card-content .review-slider-card-review {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 2px;
    padding: 20px 0 10px;
    /* border-radius: 8px;
    box-shadow: 0 2px 7px #0000000f,0 4px 20px #00000014;
    font-size: 22px;
    margin: -23px auto 0;
    max-width: 145px;
    background-color: #fff; */
}
.review-slider-card-review svg {
    height: auto;
    width: 130px;
}
.new-review-slider .review-card-title-description {
    margin-top: 0;
    padding: 0;
}
.new-review-slider .review-card-title {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
}
.new-review-slider .review-card-title h3 {
    color: #000;
    font-size: 20px;
   
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}
.new-review-slider .review-card-title svg {
    width: 18px;
    height: 18px;
}
.new-review-slider .review-card-title svg path {
    fill: #729D74;
}
div#block__description {
    min-height: 60px;
}
.new-review-slider .review-card-description p {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
  
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    overflow: hidden;
    text-align: left;
    margin: 0;
    font-size: 14px;
}
.nrs-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000a8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.nrs-popup-content {
    background: #fff;
    padding: 0;
    border-radius: 8px;
    width: 90%;
    display: flex;
    gap: 0px;
    height: 65vh;
    min-height: 548px;
    max-height: 584px;
    max-width: 813px;
    overflow: hidden;
    position: relative;
}
.nrs-popup-close {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    background-color: #0000004d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background-color .1s ease-in;
    -moz-transition: background-color .1s ease-in;
    -o-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    padding: 6px;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 36px;
}
.nrs-popup-content .nrs-popup-mediq {
    flex: 0 0 auto;
    max-width: 438px;
    width: 55%;
}
.nrs-popup-content .nrs-popup-info {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  flex-grow: 1;
}
.nrs-heading {
    padding: 24px 24px 16px;
    position: relative;
}
.nrs-heading .nrs-htop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 4px;
}
.nrs-heading .nrs-htop>h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    
    text-transform: uppercase;
  letter-spacing: 0 !important;
}
.nrs-heading .nrs-hbottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.nrs-heading .nrs-hbottom .review-slider-card-review {
    display: flex;
    align-items: center;
    gap: 1px;
}
.nrs-heading .nrs-hbottom .nrs-date {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
   
}
.nrs-popup-content .nrs-popup-info .nrs-content {
    padding: 0 24px 24px;
    overflow: auto;
    margin-right: 2px;
    flex-grow: 1;
}
#popupDescription {
    font-size: 16px;
  line-height: 1.5;
}
.nrs-popup-content .nrs-popup-info .nrs-product {
    padding: 0 24px 16px;
}
.nrs-product hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0 0 16px;
}
.nrs-product-inline {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.nrs-product-inline .nrs-pmedia {
    flex: 0 0 auto;
    width: 74px;
}
.nrs-popup-mediq>img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.nrs-popup-mediq>iframe {
    border: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nrs-product-inline .nrs-pinfo .popup-product-title {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
}
.nrs-product-inline .nrs-pinfo .popup-product-button {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    background-color: #0000000d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: background-color .1s ease-in;
    -moz-transition: background-color .1s ease-in;
    -o-transition: background-color .1s ease-in;
    transition: background-color .1s ease-in;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
}
.nrs-product-inline .nrs-pinfo .popup-product-button svg {
    margin-right: 10px;
    height: 16px;
    display: block;
    width: 16px;
    flex: 0 0 auto;
}
.nrs-popup-open {
    overflow: hidden;
}
.new-review-slider {
    padding-bottom: 30px;
}
body.template-product-ozzi-gear-lounger .new-review-slider {
    padding-bottom: 0;
}
.new-review-slider .new-review-slider-card-image .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.new-review-slider .new-review-slider-card-image .play-icon svg {
    width: 50px;
    height: 50px;
}
.product-videos-section-heading h2 {
    font-size: 36px;
    line-height: 1.3 !important;
    font-weight: 800;
    text-align: center;
   
    width: 100%;
    max-width: 900px;
    margin: 0 auto 25px;
    letter-spacing: 0 !important;
}
.review-slider-allcard .owl-carousel-11 .owl-nav button, .review-slider-allcard .owl-carousel-13 .owl-nav button, .review-slider-allcard .owl-carousel-10 .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #729D74 !important;
    border-radius: 50%;
    border:0;
}
.owl-carousel-10.owl-loaded.owl-drag .owl-dots.disabled {
    display: none;
}
.new-review-slider-main {
    position: relative;
}
.review-slider-allcard .owl-carousel-11 .owl-nav button.owl-next, .review-slider-allcard .owl-carousel-13 .owl-nav button.owl-next, .review-slider-allcard .owl-carousel-10 .owl-nav button.owl-next {
    right: -12px;
}
.owl-stage {
    display: flex;
}

.owl-stage-outer {
    overflow: hidden;
}
.owl-carousel-7.owl-loaded.owl-drag .owl-nav.disabled {
    display: none;
}.owl-carousel-7 .owl-dots.disabled {
    display: none;
}
div:not([class]) button.product-form__submit {
  width: 100%;
  cursor: pointer;
  background-color: #729d74;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.3em;
  margin: 10px 0 15px;
  padding: 20px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.product-form__buttons button.product-form__submit:after, .product-form__buttons button.product-form__submit:before

 {
    display: none;
}


.homepage-logo-slider {
    /* background: #242421; */
    padding: 100px 0;
}
.homepage-logo-slider-inner {
    display: flex;
    align-items: center;
    gap: 70px;
}
.homepage-logo-rating-block {
    padding-right: 0;
    width: 526px;
}
.homepage-logos-block {
    width: calc(100% - 596px);
    position: relative;
}
.homepage-logo-rating-block h2 {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px;
    line-height: 50px;
    /* color: #ffffff; */
    margin: 0;
}
.homepage-logo-rating>div {
    margin: 20px 0 40px;
    display: flex !important;
    align-items: center;
    gap: 12px;
}
.homepage-logo-rating-block a {
    background: #729d74;;
    height: 58px;
    padding: 0 38px;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    justify-content: center;
    margin: 0;
    border: 2px solid #729d74;;
}
.homepage-logo-rating-block a:hover {
    background: #fff;
    color: #729d74;;;
    border: 2px solid #729d74;
}
.homepage-logos-text p {
}
.container {
    max-width: 1230px;
    padding: 0 20px;
    margin: 0 auto;
}
.homepage-logos-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.homepage-logos-img-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.press-summary-quotes-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    background: #000 !important;
    border: none;
}
.press-summary-quotes-slider ul.slick-dots li.slick-active button {
    background: #dedede !important;
}
.press-summary-quotes-slider ul.slick-dots button {
    width: 10px;
    height: 10px;
    background: #000!important;
    border: none;
}
.press-summary-quotes-slider ul.slick-dots li.slick-active button {
    background: #dedede !important;
}
.homepage-logos-text-block .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    cursor: pointer;
    transition: #616161!important;
}
.homepage-logos-text-block ul.slick-dots {
    position: absolute;
    top: auto;
    bottom: -40px;
    left: 0;
    list-style: none;
    display: block;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
}
.homepage-logos-text-block .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 7px;
    position: relative;
    border-radius: 50%;
}
p.homepage-logos-name {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.homepage-logos-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.homepage-logo-rating>div:empty {
    margin: 20px 0 0;
}
.shopify-block.shopify-app-block>div {
    display: block !important;
}
.product-reviews-heading h2 {
    font-weight: 900;
    margin-bottom: 15px;
    letter-spacing: 0 !important;
    font-size: 34px;
    margin-top: 15px;
    line-height: 40px;
    text-align:center;
}
.homepage-logo-rating>div .oke-sr--hidden {
    display: block;
}




/* footer */
footer.footer .top-block-main-grid {
    background:#D3E1D4 !important;
    padding: 80px 40px 60px !important;
}
footer.footer .page-width {
    padding: 0;
    max-width: 100%;
}
footer.footer .footer-top-block .top_heading h2.footer_top_heading {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #161723;
    margin: 0;
    padding: 0;
    max-width: 768px;
}
.footer-block__newsletter {
    display: flex;
    align-items: center;
    gap: 50px;
      margin: 70px 0 45px;
}
.footer-block__newsletter h2.footer-block__heading {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: -.786px;
    text-transform: uppercase;
    color:#161723;
    width: max-content;
    margin: 0;
    white-space: nowrap;
}
.footer-block__newsletter form#ContactFooter {
    max-width: 100%;
}
.footer-block__newsletter form#ContactFooter  .newsletter-form__field-wrapper {
    max-width: 100%;
    display: flex !important;
    align-items: center !important;
    gap: 20px;
}
footer.footer  .newsletter-form__field-wrapper button#Subscribe {
    width: 60px !important;
    height: 60px;
    max-width: 60px;
    min-width: inherit;
    background: transparent !important;
    border: 1px solid #161723 !important;
    margin: 0 !important;
  transition:0.5s all;
  position:unset;
}
li.list-social__item svg.icon path {
    fill: #161723;
}
footer.footer  .newsletter-form__field-wrapper button#Subscribe svg path{
    transition:0.5s all;
}
footer.footer  .newsletter-form__field-wrapper button#Subscribe:hover {
    background: #fff !important;
}
footer.footer  .newsletter-form__field-wrapper button#Subscribe:hover svg path {
    fill: #000;
}
.footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper .field-input {
    width: calc(50% - 50px);
}
.list-menu__item--link, .footer-block__details, .footer-block__details a, .footer-block__newsletter .footer-block__subheading, .footer-block__newsletter .footer-block__subheading a {
    color: #cfcfcf;
}
.footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper .field-input input {
    height: 60px;
    background: #e0f3e2;
    border: none;
    padding: 0 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #161723;
    width: 100%;
}
.footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper .field-input input:focus-visible{
  outline:none;
  box-shadow:none;
}
footer.footer .top-block-main-grid .footer__content-top {
    padding: 0!important;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:first-child {
    padding-left: 0;
}

footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    width: 25%;
    padding: 0 15px;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(3) {
    width: 20%;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:nth-of-type(4) {
    width: 15%;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    width: 15%;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info p {
    max-width: 298px;
    /* font-family: Clash Display; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #161723;
    padding: 0;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social {
    display: flex;
    gap: 40px;
      margin: 30px 0 0;
}

footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social li a.link {
    background: transparent;
    border: none;
    padding: 0;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social li{
      margin: 0;
    position: relative;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social li:after{
      content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 22px;
    height: 1px;
    background: #161723;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social li:last-child:after{
  content:none;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content p {
    max-width: 298px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    color: #161723
    padding: 0;
}

footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content p a {
    text-decoration: none;
  color: #161723;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__details-content p a:hover {
color#161723;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading {
    font-size: 16px;
    color: #161723;
    margin: 0 0 12px;
    text-transform: uppercase;
    font-weight: 500;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item ul.footer-block__details-content li {
    margin: 0;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__image-wrapper {
    margin: 0;
    max-width: 100%!important;
}
footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item ul.footer-block__details-content li a.link.link--text {
    /* font-family: Clash Display; */
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #161723;
    padding: 0;
}
.footer__content-bottom {
    padding: 16px 43px!important;
    background:#D3E1D4;
    border-top: 1px solid #fff!important;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.footer__content-bottom .footer__content-bottom-wrapper .footer__payment {
    margin: 0;
}
.footer__content-bottom .footer__content-bottom-wrapper {
    justify-content: left;
}
.footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper .field-input input::placeholder {
    color: #161723;
}
.footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption {
    margin: 0;
}
.footer__content-bottom .footer__content-bottom-wrapper .footer__copyright.caption small.copyright__content {
    font-size: 12px;
    color: #161723;
    line-height: 2.5em;
}
.footer-block__brand-info .footer-block__image-wrapper
 {
    display: none;
}
footer.footer .page-width {
    padding: 0 !important;
    max-width: 100%;
}
@media (max-width:1100px){
    .homepage-logo-slider-inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
    footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
        width: 20% !important;
    }
}
@media (max-width: 990px) {
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
        width: 50% !important;
        margin: 0 0 30px;
    }
    .homepage-logo-slider-inner {

    width: 100%;
    flex-direction: column;
}
    .homepage-logo-rating-block h2 {
    text-align: center;
}.homepage-logos-block {
    width: 100%;
}.homepage-logos-text p {
    font-size: 18px;
    line-height: 28px;
}
    .homepage-logo-rating-block {
    width: 100%;
    display: flex;
    flex-direction: column;
}
    .homepage-logo-slider {

    padding: 50px 0;
}
.homepage-logo-slider .container {
    padding: 0 15px !important;
}
    .product-new-image-thumbs-block, .product-new-image-main-block {
        width: 100% !important;
    }    .landing-features-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 10px;
    }    .landing-features-list .landing-features-list-item {
        width: calc(25% - 13.33px);
        min-width: 250px;
    }
        footer.footer .top-block-main-grid {
        padding: 50px 20px !important;
    }
}
@media (max-width: 767px) {
    .footer-block__newsletter
 {
        gap: 15px;
        margin: 20px 0;
    }
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    padding: 0;
    border: 0;
    width: 100%;
    text-align: left;
}

.footer-block__newsletter h2.footer-block__heading.inline-richtext:after , .footer-block__newsletter h2.footer-block__heading.inline-richtext:before {
    display: none;
}
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .footer-block__brand-info p {
        max-width: 100%;
    }
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .list-social {
        margin: 20px 0 0;    width: 100%;

    }
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading.is-clicked+ul.footer-block__details-content.list-unstyled {
        display: block;
    }
        footer.footer .top-block-main-grid {
        padding: 50px 15px 30px !important;
    }
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item ul.footer-block__details-content {
        display: none;
        padding-top: 0;
        padding-bottom: 10px;
    }
        footer.footer .newsletter-form__field-wrapper button#Subscribe {
        width: 100% !important;
        height: 50px;
        max-width: 100%;
    }
        .footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper .field-input {
        width: 100%;
    }
        footer.footer .footer-top-block .top_heading h2.footer_top_heading {
        font-size: 30px;
    }
        .footer-block__newsletter {
        flex-direction: column;
    }
        .footer-block__newsletter form#ContactFooter .newsletter-form__field-wrapper {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
        .footer-block__newsletter .newsletter-form__field-wrapper {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
        padding: 0;
    }
        footer.footer .top-block-main-grid .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
        width: 100% !important;
        margin: 0 0 30px;
    }  
    .homepage-logos-img-inner {
    margin-bottom: 10px;
}
    .homepage-logo-rating-block h2 {
    font-size: 22px;
    line-height: 32px;
}
      .product-videos-section-heading h2 {
        font-size: 24px;
    }    .new-review-slider .new-review-slider-card {
        margin: 0 5px;
    } 
    product-recommendations.related-products {
        padding-top:40px !important;
         padding-bottom:40px !important;
    } 
    product-recommendations.related-products  .grid--2-col-tablet-down .grid__item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
        .landing-features-section {
        padding-top: 40px;
    }
        .product-new-main-right-block .product__info-container {
        margin-top: 0 !important;
        padding: 20px 13px;
    }
        .product__info-wrapper .product__title h1.product-title-h1, .product__info-wrapper .product__title h2 {
        font-size: 26px;
        line-height: 30px;
    }    .product-custom-icon-text .product-icon-text-inner .product-icon-text-item .product-icon-content h3 {
        padding: 0 4px;
        font-size: 11px;
    }    .landing-features-headings h2 {
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }
        .product__title a.custom-rating-text img {
        max-width: 100px;
    }    .product__title a.custom-rating-text {
        font-size: 12px;
    }
    .product-new-image-item {
    aspect-ratio: 1;
    position: relative;
}
.product-new-image-item img
 {
    position: absolute !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    div#sync2  img{
         aspect-ratio: 1; object-fit: cover;

    }
    div#sync2 .slick-list.draggable {
    width: 100%;
}
 div#sync2  .slick-track {
    width: 100%;
}
    .product__media-wrapper .product-new-main-imgs-block {
        flex-direction: column-reverse;
    }
        .product__media-wrapper .product-new-main-imgs-block {
        padding-bottom: 15px;
    }
        .product__media-wrapper .product-new-main-imgs-block {
        gap: 3px;
    }    .product-new-image-main-block {
        width: 100% !important;
    }
}