/** Shopify CDN: Minification failed

Line 1107:7 Expected ":"

**/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* background: #000 !important; */
    color: #000 !important;
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
}
.Vtl-WishlistButton__AddToWishlist {
    min-height: 50px !important;
    border-radius: 12px !important;
    background: #918888 !important;
    /* color: #000 !important; */
}
.ryvus-story__images img.img-left {
    width: 303px !important;
    height: 390px !important;
    object-fit: cover !important;
    border-radius: 20px!important;
}
.power .container {
    margin-top: -100px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #0000001f;
    padding: 40px !important;
    box-shadow: 0 0px 10px 3px #00000036;
    margin-bottom: 20px;
}

.contact-us__image {
    border-radius: 20px !important;
    padding-left: 10px !important;
}
h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
h1, h3, h4, h5, h6 {
    font-family: 'Montserrat';
}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 20px;
}

.theme_btn {
    display: inline-block;
    padding: 12px 57px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s;
    font-weight: 800;
}
.theme_btn:hover {
    background: #e60000;
}

.bar_icons {
    display: flex;
    align-items: center;
}
.top-bar{
  border-bottom:1px solid #e5e5e594;
}

.top-bar-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    padding: 12px 20px;
    margin: auto;
}
.top-bar .bar_icons img {
    margin-right: 10px;
    max-width: 31px;
}

.top-left{
  display:flex;
  gap:15px;
}

.top-left a{
    color: #080808;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s all;
}
.top-left a:hover {
    color: #e60000;
}

.top-right{
  display:flex;
  gap:10px;
}

.top-right a{
  width:32px;
  height:32px;
  background:#F5F5F5;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#000;
  transition: 0.3s all;
}
.top-right a:hover{
  background:#e60000;
  border:1px solid #e60000;
}
.top-right a:hover i { 
    color: #fff;
}

.custom-banner{
  background:#E8E8E8;
}

.custom-banner-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

.custom-banner-content{
  width:55%;
}
.custom-banner-text {
    max-width: 560px;
}

.custom-banner-content h1{
font-size: 48px;
    line-height: 66px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #000;
    text-transform: uppercase;
}

.custom-banner-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 38px;
    font-weight: 400;
}

.custom-banner-btn:hover{
  opacity:0.85;
}

.custom-banner-image{
  width:55%;
  text-align:right;
}

.custom-banner-image img{
  width:100%;
  max-width:650px;
  display:block;
  margin-left:auto;
  border-radius:20px;
}

.product-home{
  background:#fff;
}

.product-home__title{
text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 42px;
    text-transform: uppercase;
    line-height: 40px;
}

.product-home__wrapper{
  display:flex;
  align-items:center;
  position: relative;
}

.product-home__image{
  width: 30%;
   position: relative;
}

.product-home__wrapper:before {
    position: absolute;
    content:"";
    background: #FFF0F0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.product-home__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius: 20px !important;
}
.prod_shop_btn_hom {
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    margin-left: -35px;
}
.product-home__products{
  display:flex;
  background:#f7eded;
}

.product-home__item{
padding: 0 8px;
    text-align: center;
    position: relative;
    flex: 0 0 32%;
    max-width: 32%;
    cursor: pointer;
}

.product-home__item--active{
  border:2px solid #2f9cff;
}

.product-home__item-image{
    margin-bottom: 20px;
    background: #fff;
    height: 270px;
    max-width: 270px;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.3s all;
}
.product-home__item:hover .product-home__item-image {
    transform: scale(1.1);
}

.product-home__item-image img{
max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.product-home__item-title{
font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.product-home__item:hover .product-home__item-title {
    color: #D80101;
}
.product-home__btn{
  display:inline-block;
  background:#e60000;
  color:#fff;
  text-decoration:none;
  padding:12px 28px;
  font-weight:700;
  border-radius:4px;
  transition:all .3s ease;
}

.product-home__btn:hover{
  opacity:.85;
}

.power__heading{
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.power__list{
display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 1040px;
}

.power__item{
  display:flex;
  align-items:flex-start;
  gap:16px;
}

.power__icon{
    width: 34px;
    height: 34px;
    margin-top: 10px;
}

.power__text{
font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 55px;
}

.power__text:before {
    content: "";
    position: absolute;
    background: url("/cdn/shop/files/check.png?v=1780467658");
    width: 34px;
    height: 34px;
    left: 0;
    top: 2px;
}


.power .container {
    padding-top: 15px;
}

.ryvus-story{
    background: #F6F3F3;
}

.ryvus-story__wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}

.ryvus-story__content{
  width:50%;
}

.ryvus-badge{
  display:inline-block;
  background:#e10600;
  padding:10px 29px;
  border-radius:30px;
  margin-bottom:14px;
}
.ryvus-badge a {
color:#fff;
 font-size:16px;
 font-weight: bold;
}

.ryvus-story__content h2{
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 55px;
}

.intro{
  margin-bottom: 26px;
    border-bottom: 1px solid #DCD4D4;
    padding-bottom: 17px;
    line-height: 32px;
}

.feature-about{
    display: flex;
    gap: 16px;
    margin-bottom: 23px;
}

.icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e10600;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.feature-about h4{
      margin: 0 0 15px;
    font-size: 24px;
}
.feature-about p {
    line-height: 32px; 
}

.ryvus-story__images{
  width:50%;
  position:relative;
  min-height:450px;
}

.bg-shape{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/cdn/shop/files/Vector_3.png?v=1780394249);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
}

.ryvus-story__images img{
  position:absolute;
  border-radius:20px;
}

.img-center{
  width:250px;
  left:80px;
  top:0;
  z-index:3;
  background:#fff;
}

.img-right{
  width:260px;
  right:20px;
  top:100px;
  z-index:4;
}

.img-left{
  width:180px;
  left:0px;
  top:-10px;
  z-index:2;
}

.ryvus-story__images img.img-left {
     width: 303px;
    height: 390px;
    object-fit: contain;
    border-radius: 20px;
}
.ryvus-story__images img.img-left, bg-shape img{
  border-radius:20px;
}
.why-choose-us {
  text-align: center;
}
.why-choose-us-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.features-left, .features-right {
flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.center-image {
    flex: 2;
    background: #fff2f2;
    border-radius: 20px;

}
.center-image img {
max-width: 100%;
    height: 100%;
    object-fit: contain;
        border-radius: 20px;
}
.feature-choose {
background: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    border: 1px solid #D7D7D7;
    transition: 0.3s all;
}
.feature-choose:hover {
   background: #e10600;
}
.feature-choose h4 {
margin-bottom: 13px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Montserrat';
    transition: 0.3s all;
}

.why-choose-us h2 {
    margin-bottom: 42px;
}
.feature-choose p {
    line-height: 32px;
    transition: 0.3s all;
}

.feature-choose:hover h4, .feature-choose:hover p {
   color: #fff !important;
}

.customer-review__wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  position: relative;
}

.customer-review__content{
  width:72%;
}

.customer-review__heading{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    max-width: 580px;
}

.customer-review__cards{
  display:flex;
  gap:20px;
  margin-bottom:30px;
}

.customer-review__card{
    flex: 1;
    border-radius: 16px;
    padding: 40px 28px;
    min-height: 220px;
    text-align: center;
}

.customer-review__card--dark{
  background:#000;
  color:#fff;
}

.customer-review__card--red{
  background:#e30606;
  color:#fff;
}

.customer-review__text{
font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
}

.customer-review__card h4{
  font-size:22px;
  font-weight:700;
}

.customer-review__content .theme_btn{
  background:#e30606;
}

.customer-review__content .theme_btn:hover {
  background:#000;
}

.customer-review__image-wrap{
    position: absolute;
    right: 0;
    z-index: -1;
    max-width: 450px;
}

.customer-review__image{
  width:100%;
  display:block;
  position:relative;
  z-index:2;
}

.frame-top{
  position:absolute;
  top:-12px;
  left:-12px;
  width:60%;
  height:60%;
  border-top:5px solid #000;
  border-left:5px solid #000;
  z-index:1;
}

.frame-bottom{
  position:absolute;
  right:-12px;
  bottom:-12px;
  width:60%;
  height:60%;
  border-right:5px solid #000;
  border-bottom:5px solid #000;
  z-index:1;
}

.contact-us {
    padding: 0 !important;
    position: relative;
}

.contact-us .container {
    padding-block: 0;
}

.contact-us:before {
    content: "";
    position: absolute;
    background: #e30000;
    width: 50%;
    height: 100%;
    z-index: -1;
}

.contact-us:after {
    content: "";
    position: absolute;
    background: #efefef;
    width: 50%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
}

.contact-us .contact-us__form-side {
    padding-left: 0;
}

.contact-us .contact-us__form-side form input {
    background-color: #fff !important;
}

.custom-footer {
    background: #ffffff !important;
    padding: 80px 0 20px !important;
    border-top: 1px solid #0000004d;
}

.custom-footer__heading {
    font-size: 24px !important;
}
.custom-footer__menu a, .custom-footer__contact {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    transition: 0.3s all;
}
.custom-footer__menu a:hover, .custom-footer__contact:hover {
    color: #d70000 !important;
}

.custom-footer__text {
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 28px !important;
    max-width: 278px !important;
    color: #000 !important;
}
.custom-footer__social {
    transition: 0.3s all;
}
.custom-footer__social i {
    font-size: 20px;
}
.custom-footer__social:hover {
    background: #000;
}

.custom-footer__copyright {
    font-size: 16px !important;
    font-weight: 800 !important;
}

.custom-footer__phone-heading {
    margin-top: 45px !important;
}

input:hover, textarea:hover {
    background-color: #fff !important;
}
.about-banner {
  position: relative;
}

.about-banner__image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.about-banner__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 780px;
    text-align: center;
}

.about-banner__content h1 {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-banner__content p {
  font-size: 18px;
  line-height: 1.6;
}
.about-banner:before {
    position: absolute;
    content: "";
    background: #000000e0;
    width: 100%;
    height: 100%;
}
.ryvus-widget__title {
    background: #d80101 !important;
    font-family: 'Montserrat' !important;
}
.ryvus-widget__body {
    padding: 18px;
    font-family: 'Montserrat';
}
.ryvus-widget__subtitle, .ryvus-savings {
    color: #000 !important;
}
.ryvus-slider {
    background: linear-gradient(to right, #d80101 0%, #d80101 var(--slider-pct, 0%), #ddd var(--slider-pct, 0%), #ddd 100%) !important;
}
.variant-option__button-label {
    background-color: #fff0f0 !important;
}
.variant-option--equal-width-buttons .variant-option__button-label__text, .variant-option--buttons legend {
    font-weight: 600;
}
.variant-option--buttons legend {
    color: #000;
}
.product-form-buttons button, .sticky-add-to-cart__button {
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
}
.product-form-buttons button:hover, .sticky-add-to-cart__button:hover {
        background-color: #e10600 !important;
        color: #fff !important;
}
.ryvus-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.3s ease;
}

.ryvus-header.scrolled {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
}

.aboutpagesection .ryvus-story__content .ryvus-badge {
    color: #fff;
    font-weight: 700;
}

.aboutpagesection .ryvus-story__content p {
    line-height: 32px;
    margin-bottom: 15px;
}

.story-label{
  display:inline-block;
  color:#e10600;
  font-size:16px;
  font-weight:600;
  letter-spacing:2px;
  margin-bottom:15px;
}

.story-content h2{
  font-size:40px;
  margin-bottom:25px;
  font-weight:700;
}

.story-content p{
  font-size:16px;
  line-height:32px;
  color:#000;
  margin-bottom:20px;
}

.story-quote{
  border-left:4px solid #e10600;
  padding:20px 25px;
  margin:35px 0;
  background:#fff;
}

.story-quote h3{
  margin:0;
  font-size:28px;
  line-height:1.3;
}
.aboutpagesection {
    background: #f6f3f3;
}

.ryvus-features{
  background:#fff;
}

.features-top{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:60px;
  align-items:center;
  margin-bottom:70px;
}

.section-tag{
  display:inline-block;
  font-size:16px;
  font-weight:600;
  color:#e10600;
  letter-spacing:2px;
  margin-bottom:15px;
}

.features-content h2{
  font-size:40px;
  line-height:1.15;
  margin-bottom:20px;
  color:#000;
}

.features-content p{
font-size: 15px;
    line-height: 26px;
    color: #000;
}

.features-image img{
  width:100%;
  display:block;
  border-radius:24px;
}

.features-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:25px;
  margin-bottom:70px;
}

.feature-card{
  background:#f8f8f8;
  padding:30px 20px;
  border-radius:20px;
  transition:.3s ease;
}

.feature-card:hover{
  transform:translateY(-5px);
}

.feature-icon{
  width:55px;
  height:55px;
  border-radius:50%;
  background:#e10600;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  margin-bottom:20px;
}

.feature-card h3{
  font-size:18px;
  margin-bottom:12px;
  color:#000;
  line-height: 26px;
}

.feature-card p{
  font-size:16px;
  line-height:26px;
  color:#000;
}

.partner-content{
  max-width:900px;
  margin:auto;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#00;
}
.story-content p:last-child {
  margin-bottom: 0;
}
.custom-footer__payments
 {
    display: flex;
    gap: 10px;
}

sticky-add-to-cart p.sticky-add-to-cart__title {
    color: #000;
    font-weight: 600;
}

sticky-add-to-cart .sticky-add-to-cart__variant {
    color: #000;
}

sticky-add-to-cart span.price {
    font-weight: 700;
    color: #000;
}
add-to-cart-component button.button.add-to-cart-button {
    background: #d80101;
}
add-to-cart-component button.button.add-to-cart-button:hover {
    background-color: #d80101c2 !important;
}
.product-information h1 {
    color: #000 !important;
}

.cart-title h1 {
    font-size: 40px !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.cart-page {
    padding: 50px;
}

.cart-items__media img.cart-items__media-image {
    object-fit: contain;
}

.cart-items__details a, .resource-list__item p, .cart-totals__total-value {
    color: #000;
    font-weight: 600;
}

.cart-items__variant dd {
    color: #000;
}

.cart-items__unit-price-wrapper span, td.cart-items__price {
    color: green;
    font-weight: 700;
}

td.cart-items__media {
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #00000014;
}

.section-resource-list__header h3 {
    text-transform: uppercase !important;
    color: #000 !important;
}

.cart-discount__label, .cart-totals__total-label {
    font-family: 'Montserrat' !important;
    }

    .cart__ctas .cart__checkout-button {
          font-family: 'Montserrat' !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    }
    .cart__ctas .cart__checkout-button:hover {
    background: #d80101;
}
.price_table_home {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 20px;
  text-align: center;
}

.price_table_home .price-section-heading {
    font-size: 40px;
    margin-bottom: 20px;
    color: #000000;
}

.price_table_home .price-table-wrapper {
  overflow-x: auto;
}

.price_table_home .price-table-home {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.price_table_home .price-table-home th,
.price_table_home .price-table-home td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s alll
}

.price_table_home .price-table-home th {
    background-color: #e30000;
    font-weight: bold;
    color: #fff;
}

.price_table_home .price-table-home tr:nth-child(even) {
  background-color: #fdfdfd;
}

.price_table_home .price-table-home td:nth-child(2) {
    background: #000;
    color: #fff;
}
.price_table_home .price-table-home td:hover {
    background: #e30000;
    color: #fff;
}
.template-product .product-media img {
    border-radius: 15px;
}
.template-product .quantity-selector-wrapper {
    display: none;
}

.ryvus-spec-value {
    text-transform: unset !important;
}

.btn22 {
    display: inline-block;
    padding: 12px 57px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s;
    font-weight: 800;
    border: 1px solid;
}


.template-product a.size-style.button.button--AK1RqVWNKVm9PbitMS__button_f3nJVA {
    text-transform: uppercase;
    font-weight: 600;
}



@media(max-width:991px){

  .features-top{
    grid-template-columns:1fr;
    mar
  }

  .features-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .features-content h2{
    font-size:36px;
  }
}

@media(max-width:767px){
.power .container {
    margin-top: 0px;
    border: 1px solid #0000001f;
    padding: 20px;
    margin-inline: 10px;
}
  .features-grid{
    grid-template-columns:1fr;
    margin-bottom: 30px;
    gap: 15px;
  }

  .features-content h2, .story-content h2{
    font-size:26px;
    margin-bottom: 5px;
  }
  .features-top {
    gap: 20px;
    margin-bottom: 0px;
}
.story-quote h3 {
    font-size: 20px;
}
.story-quote {
    padding: 12px 15px;
    margin: 20px 0;
}
.feature-card p {
    line-height: 28px;
}

}

@media (max-width: 990px){

    .customer-review__wrapper{
    flex-direction:column;
  }

  .customer-review__content,
  .customer-review__image-wrap{
    width:100%;
  }

  .customer-review__cards{
    flex-direction:column;
  }

  .customer-review__heading{
    font-size:36px;
    max-width: 100%;
  }



  .power__heading{
    font-size:38px;
  }

  .power__text{
    font-size:16px;
  }

    .product-home__wrapper{
    flex-direction:column;
  }

  .product-home__image,
  .product-home__products{
    width:100%;
  }

  .product-home__products{
            flex-wrap: wrap;
        justify-content: space-between;
  }

  .product-home__item{
    width:50%;
    flex:none;
  }

  .custom-banner-wrapper{
    text-align:center;
    flex-direction: column-reverse;
  }

  .custom-banner-content,
  .custom-banner-image{
    width:100%;
  }

  .custom-banner-text{
    margin-left:auto;
    margin-right:auto;
  }

  .custom-banner-image{
    text-align:center;
  }

  .custom-banner-image img{
    margin:0 auto;
  }

  .custom-banner-content h1{
    font-size:40px;
  }
   .ryvus-story__wrapper, .customer-review__wrapper {
        flex-direction: column-reverse;
    }

  .ryvus-story__content,
  .ryvus-story__images{
    width:100%;
  }

  .ryvus-story__content h2{
    font-size:34px;
  }

  .ryvus-story__images{
            min-height: 380px;
        max-width: 580px;
  }
  .img-right {
    top: 50px;
}
  .center-image {
    order: 1;
}
.features-left {
    order: 2;
}
.features-right {
    order: 3;
}
.why-choose-us-content {
    flex-direction: column;
    gap: 15px;
}
.features-left, .features-right {
    gap: 15px;
}
.customer-review__image-wrap {
    position: relative;
    right: unset;
    z-index: unset;
}
.custom-footer__text {
    max-width: 100% !important;
}
.custom-footer__logo img {
    margin: auto;
}
.bg-shape {
   right: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        top: 50%;
}
.prod_shop_btn_hom {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        padding-top: 20px;
}
.about-banner__content {
    max-width: 100%;
    text-align: center;
    width: 90%;
}
.contact-us .container {
    padding: 0;
}
.contact-us .contact-us__form-side {
    padding-left: 25px;
}
}

@media (max-width: 767px){
    
.custom-banner-text {
    max-width: 100%;
}
  /* .custom-banner{
    padding:50px 0;
  } */

  .custom-banner-content h1{
    font-size: 32px;
    line-height: 42px;
  }
    .top-bar-inner{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
  /* .product-home{
    padding:50px 0;
  } */

  .product-home__title{
    font-size:30px;
  }

  .product-home__item{
    width:100%;
  }
  /* .power{
    padding:50px 0;
  } */

  .power .container{
    padding:0 15px;
  }

  .power__heading{
    font-size:28px;
    margin-bottom:30px;
  }

  .power__item{
    gap:12px;
  }

  .power__icon{
    width:22px;
    height:22px;
    min-width:22px;
    font-size:12px;
  }

  .power__text{
    font-size:14px;
  }

  .prod_shop_btn_hom {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
}
    .product-home__products {
        justify-content: space-between;
    }

.img-right {
    right: 60px;
    top: 30px;
}
.why-choose-us h2, .ryvus-story__content h2, .customer-review__heading, .price_table_home .price-section-heading {
            font-size: 26px;
        line-height: 34px;
}
    .power .container {
        padding: 0 20px 40px;
    }
    .product-home__item-image {
    max-width: 100%;
}
.customer-review__card {
    padding: 20px 18px;
}
.custom-footer__container {
        gap: 30px !important;
    }
  .about-banner__image img {
    height: 300px;
  }

 .about-banner__content {
        left: 50%;
        right: 50%;
    }

  .about-banner__content h1 {
    font-size: 32px;
  }

  .about-banner__content p {
    font-size: 16px;
  }
  .cart-page {
    padding: 20px 0;
}

}

@media (max-width: 567px){

.product-home__products {
        flex-direction: column;
        gap: 15px;
    }
    .product-home__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ryvus-story__images img {
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        right: unset;
        width: 100%;
    }
    .bg-shape, .ryvus-story__images img.img-left {
        display: none;
    }
    .feature-about h4 {
    margin: 0 0 10px;
    font-size: 20px;
}
.feature-about p {
    line-height: 28px;
}
.feature-about {
    gap: 12px;
    margin-bottom: 18px;
}
.power__list {
    gap: 12px;

}
.power__text:before {
    width: 22px;
    height: 22px;
    background-size: contain;
}
.power__text {
    font-size: 16px;
    padding-left: 30px;
}
.feature-choose h4 {
    margin-bottom: 8px;
    font-size: 20px;
}
.why-choose-us .container {
    padding-bottom: 0px;
}
.contact-us .container {
    padding: 0;
}
.contact-us .contact-us__form-side {
    padding-left: 20px;
}
.custom-footer__menu a, .custom-footer__contact {
    font-size: 16px !important;
}
.custom-footer__heading {
    font-size: 20px !important;
    margin-bottom: 12px !important;
}
.custom-footer__phone-heading {
    margin-top: 35px !important;
}
.custom-footer {
    padding: 40px 0 20px !important;
}
.container {
    padding: 40px 20px;
}
.price_table_home .price-table-home th, .price_table_home .price-table-home td {
    padding: 6px 8px;
}
}