/** Shopify CDN: Minification failed

Line 54:0 Comments in CSS use "/* ... */" instead of "//"
Line 55:0 Comments in CSS use "/* ... */" instead of "//"
Line 64:9 Unexpected "<"
Line 760:45 Unexpected "{"

**/
.header-wrapper.color-scheme-1.gradient:after {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 132px !important;
    content: '' !important;
}
body.template--index .header-wrapper.color-scheme-1.gradient:after {
    background: transparent !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
body.page--about-us .header-wrapper.color-scheme-1.gradient:after {
    background: transparent !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
body.page--contact .header-wrapper.color-scheme-1.gradient:after {
    background: transparent !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
body.template--blog.page--blog .header-wrapper.color-scheme-1.gradient:after {
    background: transparent !important;
    bottom: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.header-wrapper {
    position: relative !important;
} 
.header__icon {
    color: rgb(var(--color-foreground));
    z-index: 1;
}
a.header__heading-link.link.link--text.focus-inset {
    z-index: 1;
}




// <weight>: Use a value from 300 to 700
// <uniquifier>: Use a unique and descriptive class name

.teko-<uniquifier> {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.archivo-<uniquifier> {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1, h2, h3, h4, h5, h6{
  font-family: "Teko", sans-serif !important;
}
.page-width-desktop {
    padding: 0 0rem;
}
.page-width{
 max-width: 1200px; 
 padding-left: 0px !important;
 padding-right: 0px !important;
}

/* header */
p.announcement-bar__message.h5 span {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}
header.header.header--middle-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    display: block;
}
.header-box-first {
    display: flex;
    justify-content: space-between;
}
.details-field {
    display: flex;
    align-items: center;
    gap: 9px;
}
.main-details-fields {
    display: flex;
    gap: 36px;
}
.header__menu-item span {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000;
}
.details-field p  a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000;
    margin: 0;
    text-decoration: none;
}
.details-field p {
    margin: 0;
}
.header-box-second {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-box-second {
    padding: 47px 0px 0px;
}
/* background-header */
.header-wrapper {
    background: transparent !important;
}

/* home-page */
.home-banner, .banner-slider {
    margin-top: -131px !important;
}
.header .svg-wrapper>svg {
    height: 87%;
    width: 87%;
}
.header .svg-wrapper>svg:hover {
    background: #fff;
    border-radius: 36px;
}
.header .svg-wrapper>svg:hover path {
    stroke: #000;
}
.header__icons {
    padding-right: 6px;
}
.home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading.inline-richtext {
    font-family: Teko;
    font-weight: 600;
    font-size: 64px;
    line-height: 56px;
    text-transform: uppercase;
    width: 488px;
    color: #fff;
}
.home-banner .banner__text.rte.body p, .banner-slider .slideshow__text.banner__box .banner__text p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    width: 496px;
    padding: 4px 0px;
}
.home-banner a.button.button--primary, .banner-slider .slideshow__text.banner__box .banner__buttons a.button  {
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    background: #fff
}
.banner-slider .slideshow__text.banner__box .banner__buttons a.button:after {
    box-shadow: none;
}
/* .list-social__item .svg-wrapper>svg:hover {
    background:#514a67;
    border-radius: 36px;
}
.list-social__item .svg-wrapper>svg:hover path {
    stroke: #fff;
} */
a.collection-link-main {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* button */
.home-banner a.button.button--primary:hover, .banner-slider .slideshow__text.banner__box .banner__buttons a.button:hover {
    background: #000;
    color: #fff;
}
.home-banner .button:not([disabled]):hover:after{
  box-shadow: none;
}
.home-banner .button:after{
   box-shadow: none;
}
.best-selling-produt .button:not([disabled]):hover:after{
  box-shadow: none;
}
.best-selling-produt .button:after{
   box-shadow: none;
}
.best-selling-produt a.button.button--primary:hover {
    background: #514a67;
}
.blog__button:hover{
   background: #514a67;
}
.first-box-news a:hover {
    background: #514a67;
}
.first-box-news .button:after{
   box-shadow: none;
}
.first-box-news a.button.button--primary:hover {
    background: #514a67;
}
.blog__view-all .button:not([disabled]):hover:after{
  box-shadow: none !important;
}
.blog__view-all .button:after{
   box-shadow: none !important;
}
/* home-collection */
.collection-product .collection-list li:nth-child(1) {
    width: 784px !important;
    max-width: unset;
}
.collection-product .collection-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
}
.collection-product .collection-list li:nth-child(2) {
    width: 402px !important;
     max-width: unset;
}
.collection-product .title-wrapper-with-link.title-wrapper--self-padded-mobile {
    flex-direction: column;
    gap: 0;
}
.collection-product .title-wrapper-with-link h2 {
    font-family: Teko;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
}
.collection-product .title-wrapper-with-link p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000;
    margin: 0;
    padding-top: 17px;
}
.collection-product.collection-list-wrapper {
    padding-top: 100px;
    padding-bottom: 64px;
}
.collection-product .card__information {
    position: absolute;
    bottom: 13px;
    left: 42px;
}
.collection-product h3.card__heading a {
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
    text-transform: uppercase;
    color: #fff !important;
}
.collection-product span.icon-wrap {
    display: none;
}
.collection-product .card .media {
    border-radius: 10px;
}
/* product-slider */
.product-slider-wrapper .card__media img {
    padding: 0px 0px;
    background: #fff;
    /* border: 1px solid #0000001A; */
    border-radius: 10px;
}
.product-slider-wrapper h2.title.center {
    font-family: Teko;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
}
.product-slider-wrapper .card__inner.color-scheme-2.gradient.ratio {
    border: 1px solid #0000001A;
    border-radius: 10px;
}
.product-slider-wrapper .card .card__inner .card__media {
    border-radius: 10px;
}
.product-slider-wrapper .card__heading a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #000;
    opacity: 70%;
}
.card__badge.bottom.left {
    display: none;
}
.price--on-sale .price__sale {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 13px;
    align-items: center;
}
.underline-links-hover:hover a {
    text-decoration: none !important;
}
span.price-item.price-item--sale.price-item--last {
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}
s.price-item.price-item--regular {
    font-family: Archivo;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    text-decoration: line-through;
    color: #000;
    opacity: 50%;
}
s.price-item.price-item--regular {
    font-family: Archivo;
    font-weight: 400;
    font-size: 9px;
    line-height: 29px;
    text-decoration: line-through;
    color: #000;
    opacity: 50%;
}
.product-slider-wrapper div:empty{
   display: block;
}
.product-slider-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0px 2px 100px;
    position: relative;
}
.product-slider-wrapper .swiper-button-next {
    color: #000;
    top: 39%;
    right: -48px;
}
.product-slider-wrapper .swiper-button-prev {
    color: #000;
    top: 39%;
    left: -36px;
}
.product-slider-wrapper .swiper-button-next:after {
    font-size: 24px;
    font-weight: 700;
}
.product-slider-wrapper .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 700;
}
.swiper.product-slider {
    padding: 0px 1px;
}
.product-slider-second {
    padding-top: 75px;
}
.product-card-wrapper .card__heading {
    display: flex;
    align-items: flex-start;
    gap: 17px;
}
button.add-to-cart-icon {
    z-index: 1;
}
/* best-selling-product */
.best-selling-produt .page-width {
    max-width: 100%;
}
.best-selling-produt h2.image-with-text__heading.inline-richtext.h1 {
    font-family: Teko;
    font-weight: 600;
    font-size: 64px;
    line-height: 56px;
    text-transform: uppercase;
    width: 490px;
}
.best-selling-produt .image-with-text__text.rte.body {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000;
    margin: 10px 0px 0px;
    width: 425px;
}

.best-selling-produt a.button.button--primary {
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

/* collection-list */
.upgrade-title {
    font-family: Teko !important;
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.upgrade-subtitle {
    margin-bottom: 50px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #000;
}
.parts-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.left-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 479px;
}
.right-column {
    max-width: 707px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.part-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.part-box .label {
    position: absolute;
    bottom: 26px;
    left: 35px;
    color: white;
}
.part-box .label {
    font-family: Teko;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.upgrade-parts-wrapper.page-width {
    padding-bottom: 110px;
}


/* multi-icon */
.multi-icon .multicolumn-card__image-wrapper--third-width {
    width: 52px;
}
.multi-icon h2.title.inline-richtext.h1 {
    font-family: Teko;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 41px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.multi-icon h3.inline-richtext {
    font-family: Archivo !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000;
}
.multi-icon .page-width {
    padding: 110px 0px 95px !important;
}
.multi-icon .title, .title-wrapper-with-link {
    margin: 0rem 0 32px !important;
}
.multi-icon .multicolumn-list {
    max-width: 1144px;
    margin: auto;
}

/* video-section */
.video-section .global-media-settings {
    border: none !important;
}
.video-section .deferred-media__poster img {
    width: auto;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.video-section.isolate.page-width.section-template--18716151644298__video_QmFf64-padding {
    max-width: 1030px;
}

/* blog-section */
.blog .blog__posts.articles-wrapper {
    flex-direction: row-reverse;
}
.blog .blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding-left: 0rem;
    padding-right: 0rem;
}
.blog .blog__posts.articles-wrapper {
    display: grid;
    grid-template-columns: 54% 22% 22%;
    gap: 11px;
}
.blog p.article-card__excerpt.rte-width {
    display: none;
}
.blog li:nth-child(1) p.article-card__excerpt.rte-width {
    display: block;
}
.blog .blog__posts.articles-wrapper .article li:nth-child(1) .card.article-card {
    flex-direction: row !important;
}
.blog .grid--3-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
}
.blog ul li:nth-child(1) .card.article-card.card--standard.card--media {
    flex-direction: row;
    gap: 24px;
}
.blog ul li:nth-child(1) .article-card .card__heading {
    font-family: Archivo !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 29px;
    width: 100%;
    color: #000;
    width: 270px;
}
.best-selling-produt .global-media-settings {
    border: none;
}
.blog p.article-card__excerpt.rte-width {
    font-family: Archivo;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 0%;
    color: #000;
    width: 300px;
    margin: inherit;
    padding-top: 10px;
}
.blog .card__inner.color-scheme-2.gradient.ratio {
    width: 230px;
    border-radius: 10px;
}
.blog .card__media .media img {
    border-radius: 10px;
}
.blog__posts .card-wrapper {
    width: 100%;
    padding: 19px 18px;
    background: #EFEFEF;
    border-radius: 10px;
}
.blog .blog__posts.articles-wrapper .article li:nth-child(1).card__inner.color-scheme-2.gradient.ratio {
    width: 330px !important;
}
.blog .blog__posts.articles-wrapper .card__inner.color-scheme-2.gradient.ratio {
    border-radius: 10px;
}
.blog .title-wrapper-with-link h2 {
    font-family: Teko;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.blog .blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
.blog  .title-wrapper-with-link p {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #000;
}
.blog .page-width-desktop {
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog .article-card .card__heading {
    font-family: Archivo !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    width: 100%;
    color: #000;
}
.blog .title-wrapper-with-link{
    margin: 0rem 0 50px !important;
}
.blog li:nth-child(1) .card__inner {
    width: 38% !important;
    height: 254px;
}
.blog li:nth-child(1) .card__content {
    width: 62%;
}
.blog .card .card__inner .card__media {
    border-radius: 10px;
}
.blog__button {
    margin-top: 5rem;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

/* newsletter */
.newsletter-section {
    display: flex;
    align-items: center;
    background: #EFEFEF;
    border-radius: 10px;
}
.first-box-news {
    width: 501px;
    padding: 101px 60px;
    border-radius: 10px 0px 0px 10px;
}
.second-box-news {
    width: 699px;
    background-size: cover;
    height: 378px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    border-radius: 0px 10px 10px 0px;
}
.first-box-news h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    width: 253px;
}
.first-box-news a {
    background: #000000;
    color: #fff;
    padding: 16px 49px;
    border-radius: 30px;
    text-decoration: none;
    font-family: Archivo;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.first-box-news p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    color: #000;
    padding: 12px 0px 32px;
}
.second-box-news h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    width: 375px;
    margin: 0;
}
.second-box-news p {
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    color: #fff;
    margin: 0;
    padding: 13px 0px 20px;
}
.newsletter-section .newsletter-form {
    align-items: start !important;
    margin: 0 !important;
    max-width: 378px !important;
}
.newsletter-section .field__button>.svg-wrapper {
    height: 22px;
    width: 22px;
}
.newsletter-section .field:after{
  box-shadow: none;
}
.newsletter-section .field:hover.field:after,{
  box-shadow: none; 
}
.newsletter-section label.field__label {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
}
.newsletter-section .newsletter-form__field-wrapper .field__input {
    border-radius: 8px;
    height: 5rem !important;
}
.newsletter-section .newsletter-form__button {
    width: 5.4rem !important;
}
.news-main {
    padding-bottom: 100px;
}


/* footer */
.social-icons .svg-wrapper>svg:hover {
    background: #fff;
    border-radius: 36px;
}
.social-icons .svg-wrapper>svg:hover path {
    fill: #000;
}
footer.footer {
    border-radius: 25px 25px 0px 0px;
    padding-top: 85px !important;
    padding-bottom: 7px !important;
}
h2.footer-block__heading.inline-richtext {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
}
a.link.link--text.list-menu__item.list-menu__item--link {
    font-family: Archivo;
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    opacity: 80%;
    padding: 0;
}
.footer-block__details-content .list-menu__item--link:hover{
    text-decoration: none !important;
}
.footer-block__details-content.rte p {
    font-family: Archivo;
    font-weight: 300;
    font-style: Light;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 1%;
    color: #fff;
    opacity: 80%;
}
.footer-block__details-content.rte a {
    font-family: Archivo;
    font-weight: 300;
    font-size: 13px;
    line-height: 26px;
    color: #fff !important;
    opacity: 100%;
    text-decoration: none;
}
.footer-block__heading {
    margin-bottom: 9px!important;
}
.footer__content-top {
    padding-bottom: 100px !important;
}
.footer__content-bottom-wrapper {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 29% 42% 29% !important;
}
.list-payment {
    justify-content: center;
}
.footer__payment {
    width: 100%;
}
.list-social__link {
    padding: 5px !important;
}
.footer__payment {
    margin-top: 0px !important;
}
.footer__copyright.caption {
    font-weight: 300 !important;
    font-size: 12px !important;
    line-height: 18px;
    color: #fff;
}
.footer__content-bottom {
    padding-top: 19px !important;
    border-top: 1px solid #ffffff36 !important;
    padding-bottom: 13px;
}
.footer__content-bottom-wrapper .svg-wrapper {
    width: 31px;
    height: 31px;
}
.footer__blocks-wrapper.grid {
    display: grid;
    grid-template-columns: 31% 21% 21% 25%;
}
.footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: 100%;
}
button.add-to-cart-button {
    z-index: 1;
}
.quick-add .button--full-width {
    display: flex;
    width: auto;
    min-width: auto;
    padding: 0;
}
.quick-add .button:after{
  box-shadow: none;
}
.quick-add .button:not([disabled]):hover:after{
  box-shadow: none;
}

/* about-page */
.inner-banner .banner__box.content-container {
    width: 100% !important;
    max-width: 100% !important;
}
.inner-banner h2.banner__heading.inline-richtext.h0 {
    width: 100% !important;
    text-align: center;
    margin-top: 104px;
}
.inner-banner .banner__text.rte.body p {
    width: 100% !important;
    text-align: center;
}
.rich-text__text.rte.scroll-trigger.animate--slide-in {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    color: #000;
}
.image-boxes .image-with-text__text.rte.body {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    color: #000;
}
.rich-text__blocks {
    max-width: 106rem !important;
}
.second-image .image-with-text__content {
    padding: 6rem 4rem 7rem 0rem !important;
}
.contact {
    max-width: 640px;
}
.contact .field:after{
  box-shadow: none;
}
.contact .field {
    border: 1px solid #000;
    border-radius: 12px;
}
.contact .field:hover.field:after{
   box-shadow: none;
}
.contact .field__input {
    border-radius: 12px;
}
.contact .field__input:focus-visible{
  box-shadow: none;
}
.contact h2.title.title-wrapper--no-top-margin.inline-richtext.h1.scroll-trigger.animate--slide-in {
    text-align: center;
}
.contact__button {
    text-align: center;
}

/* blog-page */
.main-blog h1.title--primary.scroll-trigger.animate--fade-in {
    display: none;
}
.main-blog h3.card__heading.h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}
.main-blog .article-card__info.caption-with-letter-spacing.h5 {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
}
.main-blog .card--standard .card__media {
    border-radius: 10px !important;
}
p.article-card__excerpt.rte-width {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
article.article-template {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}
.article-template__hero-container {
    max-width: 1200px !important;
    margin: 0 auto;
}
.article-template header {
    margin-top: 4rem !important;
}
.article-template__content {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.article-template__content.page-width.page-width--narrow.rte {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
}
.article-template__social-sharing {
    margin-top: 13px;
}
.caption-with-letter-spacing time {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 27px;
    color: #000;
}
.rich-text-heading2 h2.rich-text__heading.rte {
    font-size: 34px;
    padding-bottom: 8px;
    padding-top: 15px;
}

/* main-product */
.main-product {
    padding-top: 100px !important;
}
.product__title h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
}
shopify-payment-terms {
    display: none;
}
.main-product span.price-item.price-item--sale.price-item--last {
    font-family: Archivo;
    font-weight: 400;
    font-size: 21px;
    line-height: 18px;
    color: #000;
}
.main-product .price--on-sale .price__sale {
    gap: 0px;
}
span.badge.price__badge-sale.color-scheme-4 {
    display: none;
}
label.quantity__label.form__label {
    font-family: Archivo;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}
.product-form .button:after{
  box-shadow: none;
}
.product-form__submit {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}
.product-form__submit span {
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
}
.quantity:after{
  box-shadow: none;
}
.quantity {
    border: 1px solid #000;
    border-radius: 10px;
}
.quantity__input {
    font-family: Archivo;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000;
}
legend.form__label {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000;
}
.related-products .card__inner.color-scheme-2.gradient.ratio {
    border: 1px solid #0000001A;
    border-radius: 10px;
}
.related-products .card .card__inner .card__media {
    border-radius: 10px;
}
h2.related-products__heading.inline-richtext.h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
}
.related-products {
    padding-top: 100px !important;
    padding-bottom: 77px !important;
}
.related-products .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
.related-products ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 19px;
}
.quick-add.no-js-hidden:hover svg path {
    fill: #000;
}
.quick-add.no-js-hidden:hover svg circle {
    fill: #deaa03;
}
.related-products .card__heading a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #000;
    opacity: 70%;
}
/* faq-section */

.faq-drawer {
    margin-bottom: 16px;
}
.faq-drawer__content-wrapper {
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.faq-drawer__content-wrapper {
    font-family: Archivo;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #000;
}
.faq-drawer__title {
    border-top: #000 1px solid;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 16px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    font-family: "Teko", sans-serif !important;
    color: #000;
}
.faq-drawer__title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 0px;
    position: relative;
    right: 31px;
    top: 6px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
    color: #000;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: max-content;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

.faq-drawer input[type="checkbox"] {
  display: none;
}


/* collection-page */
h1.collection-hero__title {
    font-weight: 600;
    font-size: 44px;
    line-height: 41px;
    text-align: left;
    text-transform: uppercase;
  color: #fff;
}
.collection-hero__description p {
    color: #fff;
}
.product-grid-container .card__inner.color-scheme-2.gradient.ratio {
    border: 1px solid #0000001A;
    border-radius: 10px;
}
.product-grid-container .card .card__inner .card__media {
    border-radius: 10px;
}
.product-grid-container {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
.part-box img {
    transition: 0.3s;
}
.part-box img:hover {
    transform: scale(1.03) !important;
    transition: 0.3s;
}
.product-grid-container .grid--4-col-desktop .grid__item {
    width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    max-width: calc(24% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
}
.product-grid-container ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 19px;
    justify-content: space-between;
}
.product-grid-container span.price-item.price-item--sale.price-item--last {
    font-family: Archivo;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
.product-grid-container s.price-item.price-item--regular {
    font-family: Archivo;
    font-weight: 400;
    font-size: 11px;
    line-height: 29px;
    text-decoration: line-through;
    color: #000;
    opacity: 50%;
}
.product-grid-container .card__heading a {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.facets__heading {
    font-weight: 600;
    font-size: 20px !important;
    line-height: 25px;
    color: #000 !important;
    font-family: Archivo !important;
}
.facet-filters__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 56px;
    text-transform: uppercase;
    color: #000;
}
.facets__summary span:first-of-type {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
.facet-filters__field .select__select {
    font-family: Archivo;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}
h2.product-count__text.text-body {
    font-family: Archivo !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    margin-top: 7px;
}
.facet-filters__label {
    font-weight: 600;
    font-size: 15px !important;
    line-height: 23px;
    color: #000 !important;
    font-family: Archivo !important;
}
.facet-filters__sort:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}
select#SortBy {
    border: 1px solid #000;
    padding: 9px 28px 9px 14px;
    border-radius: 10px;
}
.select .svg-wrapper {
    right: 10px !important;
}
/* testimonial-slider */
.testimonial-slider-wrapper {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 60px 20px 79px;
  text-align: center;
 
}
.testimonial-width{
   position: relative;
}
.testimonial-slider-wrapper .section-heading {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 64px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.testimonial-slider-wrapper .section-subtitle {
  font-family: Archivo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}

.testimonial-slider-wrapper .testimonial-card {
    background: white;
    color: #000;
    border-radius: 10px;
    padding: 38px 35px;
    max-width: 340px;
    margin: auto;
    /* min-height: 150px; */
    border: 1px solid #000000;
}

.testimonial-slider-wrapper .quote {
  margin-bottom: 15px;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
}

.testimonial-slider-wrapper .author {
  text-align: left;
  font-family: Archivo, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
}

.testimonial-slider-wrapper .swiper {
  padding-bottom: 40px;
}

.testimonial-slider-wrapper .swiper-button-next,
.testimonial-slider-wrapper .swiper-button-prev {
  color: #fff;
  top: 66%;
  position: absolute;
  z-index: 10;
}

.testimonial-slider-wrapper .swiper-button-next {
  right: -54px;
}

.testimonial-slider-wrapper .swiper-button-prev {
  left: -54px;
}
.testimonial-slider-wrapper div:empty{
  display:block;
}
.testimonial-slider-wrapper .swiper-button-next:after,
.testimonial-slider-wrapper .swiper-button-prev:after {
  font-size: 19px;
}

/* New css ----------------------------- */
ul#HeaderMenu-MenuList-2 {
    z-index: 2;
}
.banner-slider .slideshow__text.banner__box {
    padding: 0;
    background: transparent;
}
.banner-slider.banner--large:not(.banner--adapt) {
    min-height: 92rem;
}
.slideshow__controls {
    border: none;
}
.slideshow__controls {
    border: none;
    margin-top: -72px;
}
.slider-button .icon {
    height: 1.6rem !important;
    color: #fff;
}
.slider-counter__link--dots .dot {
    border: .1rem solid #fff !important;
}
.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: #fff !important;
}
.form__message {
    color: #fff;
}
.form__message svg.icon {
    position: relative;
    top: -1px;
}
*:focus-visible {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
}
.collection-hero.collection-banner {
    background-attachment: scroll;
    padding-top: 165px !important;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    top: -146px;
    padding-bottom: 100px;
}
div#shopify-section-template--18716151611530__banner {
    display: block;
    height: 455px;
}
.template--page.page--shipping-policy .header-wrapper.color-scheme-1.gradient:after,
.page--privacy-policy .header-wrapper.color-scheme-1.gradient:after,
.page--terms-of-service .header-wrapper.color-scheme-1.gradient:after,
.page--return-policy .header-wrapper.color-scheme-1.gradient:after, .page--account .header-wrapper:after, .page--create-account .header-wrapper:after, .page--search-0-results-found-for-quot-ihuhb-quot .header-wrapper:after
{
  background: #000;
}
li.list-social__item {
    display: none;
}
/* New css end ----------------------------- */

@media only screen and (max-width: 1300px) {
 .page-width-desktop {
    padding: 0 3rem;
}
.page-width{
 padding-left: 3rem !important;
 padding-right: 3rem !important;
} 
.best-selling-produt .page-width {
    padding: 0 !important;
}
.collection-product .collection-list li:nth-child(2) {
    width: 393px !important;
}
.collection-product .collection-list li:nth-child(1) {
    width: 773px !important;
}
.product-slider-wrapper {
    padding: 0px 33px 100px;
}
.product-slider-wrapper .swiper-button-next {
    right: -6px;
}
.product-slider-wrapper .swiper-button-prev {
    left: 8px;
}
.testimonial-slider-wrapper {
    padding: 61px 3rem 79px;
}
.testimonial-slider-wrapper .swiper-button-next {
    right: -28px;
}
.testimonial-slider-wrapper .swiper-button-prev {
    left: -28px;
}
.collection-product .collection-list li:nth-child(1) {
    width: 60.8%!important;
}
.collection-product .collection-list li:nth-child(2) {
    width: 29% !important;
}
.left-column {
    max-width: 39%;
}
.right-column {
    max-width: 58%;
}
.product-slider-second {
    padding-top: 75px;
}
.home-banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding-top: 16px;
}
.home-banner .banner__text.rte.body p, .banner-slider .slideshow__text.banner__box .banner__text p {
    font-size: 15px;
    line-height: 24px;
}
.article-template__hero-container {
    padding: 0px 20px;
}
}
@media only screen and (max-width: 1260px) {
.main-product {
    padding-top: 59px !important;
}
.image-boxes .image-with-text__content {
    padding: 6rem 3rem 7rem !important;
}
.image-boxes .image-with-text__text.rte.body {
    font-weight: 400;
    font-size: 15px;
}
.rich-text__text.rte.scroll-trigger.animate--slide-in {
    font-size: 15px;
    line-height: 26px;
}
.home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading {
    font-size: 49px;
    line-height: 46px;
    width: 466px;
}
.product-slider-wrapper {
    padding: 0px 59px 100px;
}
.product-slider-wrapper .swiper-button-next {
    right: 8px;
}
.product-slider-wrapper .swiper-button-prev {
    left: 21px;
}
.collection-product h3.card__heading a {
    font-size: 29px;
}
.collection-product .card__information {
    bottom: 8px;
    left: 28px;
}
.best-selling-produt h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 42px;
    line-height: 43px;
    width: auto;
}
.best-selling-produt .image-with-text__text.rte.body {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    margin: 10px 0px 0px;
    width: auto;
}
.best-selling-produt .image-with-text__content {
    padding: 6rem 4rem 7rem;
}
.product-slider-second {
    padding: 72px 59px 61px;
}
.testimonial-slider-wrapper .section-heading {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 50px;
}
.multi-icon .page-width {
    padding: 77px 0px 56px !important;
}
.testimonial-slider-wrapper .testimonial-card {
    max-width: auto;
    margin: auto;
    min-height: 157px;
}
.blog .card__inner.color-scheme-2.gradient.ratio {
    width: auto;
}
.blog .article-card .card__heading {
    font-size: 16px;
    line-height: 23px;
}
.blog ul li:nth-child(1) .article-card .card__heading {
    font-size: 22px !important;
    line-height: 29px;
}
.first-box-news h2 {
    font-size: 34px;
    line-height: 34px;
    width: auto;
}
.blog .page-width-desktop {
    padding-top: 42px;
    padding-bottom: 81px;
}
.news-main {
    padding-bottom: 71px;
}
.footer__copyright.caption {
    font-size: 11px !important;
}
.footer__content-bottom-wrapper .svg-wrapper {
    width: 27px;
    height: 27px;
}
.list-payment__item {
    padding: 0.2rem !important;
}
.list-payment {
    padding-top: 0rem !important;
}
.footer__content-top {
    padding-bottom: 76px !important;
}
.multi-icon .title, .title-wrapper-with-link {
    margin: 0rem 0 13px !important;
}
.collection-product.collection-list-wrapper {
    padding-top: 70px;
    padding-bottom: 32px;
}
.home-banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding-top: 117px;
}
.second-box-news h2 {
    font-size: 33px;
    line-height: 37px;
    width: 306px;
}
article.article-template {
    padding-top: 65px !important;
    padding-bottom: 17px !important;
}
.header-wrapper.color-scheme-1.gradient:after {
    height: 108px!important;
}
}
@media only screen and (max-width: 989px) {
.product__title h1 {
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
}
.article-template__link {
    font-size: 17px !important;
}
.element-margin-top {
    margin-top: 2rem !important;
}
.article-template header {
    margin-top: 3rem !important;
}
.article-template header {
    margin-bottom: 1rem !important;
}
.main-product span.price-item.price-item--sale.price-item--last {
    font-size: 16px;
    line-height: 13px;
}
legend.form__label {
    font-size: 14px;
}
  label.quantity__label.form__label {
    font-size: 14px;
    line-height: 18px;
}
.faq-drawer__title {
    font-size: 21px;
}
.faq-drawer__content-wrapper {
    font-size: 14px;
    line-height: 23px;
}
.product__info-wrapper {
    padding: 0 0 0 3rem;
}
.related-products ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 14px;
}
.related-products__heading {
    margin: 0 0 2rem !important;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 32px;
    line-height: 38px;
}
.related-products {
    padding-top: 56px !important;
    padding-bottom: 46px !important;
}
.product__info-container .price--on-sale .price-item--regular {
    font-size: 15px;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 34px;
    line-height: 41px;
}
.home-banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding-top: 0px;
}
  .image-boxes .image-with-text__content {
    padding: 3rem 2rem 0rem !important;
}
.image-boxes .image-with-text__text.rte.body ul {
    padding-left: 3px;
}
.menu-drawer .list-social {
    display: none;
}
.collection-product .title-wrapper-with-link h2 {
    width: 100%;
}
.about-rich .rich-text.content-container {
    padding: 50px 0px !important;
}
.header__icon {
    color: rgb(255 255 255);
}
.main-details-fields {
    flex-direction: row-reverse;
}
.header__icon .svg-wrapper {
    width: 37px;
    height: 37px;
}
.header__icon{
    width: 4rem;
}
.collection-product .title-wrapper-with-link p {
    padding-top: 3px;
    width: 100%;
    padding-bottom: 26px;
}
h1.header__heading {
    width: 50%;
}
header-drawer {
    width: 25%;
}
.home-banner, .banner-slider {
    margin-top: -104px;
}
.header-box-second {
    padding: 22px 0px 0px;
}
.header__icons {
    padding-right: 6px;
    width: 25%;
    justify-content: end;
}
.main-details-fields {
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}
.best-selling-produt h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 36px;
    line-height: 43px;
    width: auto;
}
.blog .blog__posts.articles-wrapper {
    flex-direction: row;
}
.blog .blog__posts.articles-wrapper {
    display: flex;
    gap: 11px;
}
.blog li:nth-child(1) .card__inner {
    width: 100%!important;
    height: 204px;
}
.blog ul li:nth-child(1) .card.article-card.card--standard.card--media {
    flex-direction: column;
    gap: 0px;
}
.blog li:nth-child(1) .card__content {
    width: 100%;
}
.blog__posts .card-wrapper {
    padding: 0px 0px !important;
}
.blog .slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(53% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
}
.first-box-news {
    width: 501px;
    padding: 39px 19px;
    border-radius: 10px 0px 0px 10px;
}
.footer__content-bottom-wrapper {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    gap: 11px;
}
.list-payment {
    justify-content: center !important;
}
.footer-block__image-wrapper img {
    max-width: 82% !important;
}
.first-box-news p {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 0px 32px;
}
.blog .page-width-desktop {
    padding-top: 29px;
    padding-bottom: 41px;
}
.blog .title-wrapper-with-link {
    margin: 0rem 0 34px !important;
}
p.announcement-bar__message.h5 span {
    font-size: 11px; 
    letter-spacing: 2px;
}
.home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading {
    font-size: 39px;
    line-height: 42px;
    width: 100%;
}
.home-banner .banner__text.rte.body p, .banner-slider .slideshow__text.banner__box .banner__text p {
    font-size: 15px;
    line-height: 25px;
    width: 448px;
    padding: 4px 0px;
}
.home-banner a.button.button--primary, .banner-slider .slideshow__text.banner__box .banner__buttons a.button {
    font-size: 15px;
}
.best-selling-produt a.button.button--primary {
    font-size: 15px;
    line-height: 17px;
}
.testimonial-slider-wrapper .section-heading {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 47px;
}
.testimonial-slider-wrapper .section-subtitle {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 35px !important;
    width: 400px;
    margin: auto;
}
.testimonial-slider-wrapper .testimonial-card {
    padding: 18px 35px;
}
.testimonial-slider-wrapper {
    padding: 42px 3rem 49px;
}
.blog .blog-articles .article-card .card__information, .blog__posts .article-card .card__information {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    padding: 26px 20px 26px 20px !important;
}
.blog .blog__posts.articles-wrapper .card__inner.color-scheme-2.gradient.ratio {
    height: 204px;
}
.header-wrapper.color-scheme-1.gradient:after {
    height: 99px!important;
}
.product-grid-container .grid--4-col-desktop .grid__item {
    width: 48% !important;
    max-width: 48% !important;
}
.facet-filters__label {
    font-weight: 600;
    font-size: 13px !important;
    line-height: 23px;
    color: #000 !important;
    font-family: Archivo !important;
}
.facets__summary span:first-of-type {
    font-family: Archivo;
    font-weight: 400;
    font-size: 15px;
    line-height: 36px;
    color: #000;
}
h1.collection-hero__title {
    font-size: 44px;
    line-height: 41px;
    margin: 0;
}
  .home-banner, .banner-slider {
    margin-top: -105px !important;
}
  .banner-slider.banner--large:not(.banner--adapt) {
    min-height: 60rem;
}
  .collection-hero.collection-banner {
    top: -110px;
}
}

@media only screen and (max-width: 767px) {
h1.collection-hero__title {
    font-size: 35px;
    line-height: 41px;
    margin: 0;
}
.product-grid-container .grid--4-col-desktop .grid__item {
    width: 100% !important;
    max-width: 100% !important;
}
.collection-hero.color-scheme-1.gradient {
    padding-top: 42px !important;
}
.product-grid-container {
    padding-top: 4px !important;
    padding-bottom: 0px !important;
}
.facets__heading {
    font-weight: 600;
    font-size: 17px !important;
    line-height: 25px;
    color: #000 !important;
    font-family: Archivo !important;
}
.product-grid-container ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 19px;
}
.footer-block__details-content {
    margin-bottom: 2rem !important;
}
article.article-template {
    padding-top: 47px !important;
    padding-bottom: 0px !important;
}
.main-blog {
    padding-top: 46px;
    padding-bottom: 16px;
}
p.article-card__excerpt.rte-width {
    font-size: 15px;
    line-height: 24px;
}
.related-products .grid--4-col-desktop .grid__item {
    width: 48% !important;
    max-width: 48% !important;
}
s.price-item.price-item--regular {
    font-family: Archivo;
    font-weight: 400;
    font-size: 11px;
    line-height: 29px;
    text-decoration: line-through;
    color: #000;
    opacity: 50%;
}
.product__title h1 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 18px;
}
.main-product .slider.slider--mobile {
    padding-left: 13px !important;
}
.main-product {
    padding-top: 37px !important;
}
.related-products {
    padding-top: 0px !important;
    padding-bottom: 26px !important;
}
.inner-banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding-top: 0px;
}
  
  .about-rich .rich-text.content-container {
    padding: 33px 0px !important;
}
.inner-banner {
    margin-top: -97px;
}
.contact.page-width.page-width--narrow.section-template--18716151709834__form-padding {
    padding-top: 40px;
    padding-bottom: 50px;
}
.second-image {
    margin-top: -45px;
    margin-bottom: -19px;
}
.image-boxes .image-with-text__content {
    padding: 3rem 0rem 0rem !important;
}
.rich-text__wrapper.rich-text__wrapper--center.page-width {
    padding: 0 !important;
}
.inner-banner .banner__box {
    padding: 3rem 0rem !important;
}
.inner-banner h2.banner__heading.inline-richtext.h0 {
    margin-top: 61px;
}
body.template--index .home-banner, .banner-slider {
    margin-top: -88px;
}
body.page--about-us .inner-banner.banner--adapt {
    height: 449px !important;
}
.inner-banner.banner--adapt {
    height: 247px !important;
}
.parts-layout {
    flex-wrap: nowrap;
}
.deferred-media__poster-button {
    height: 4.2rem !important;
    width: 4.2rem !important;
}
 .page-width-desktop {
    padding: 0 2rem;
}
.page-width{
 padding-left: 2rem !important;
 padding-right: 2rem !important;
}
.header .svg-wrapper>svg {
    height: 69%;
    width: 68%;
}
.footer__column--info {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
li.list-payment__item svg {
    width: 30px;
}
.newsletter-section {
    display: block;
    align-items: center;
    background: #EFEFEF;
    border-radius: 10px;
}
.first-box-news {
    width: 100%;
    padding: 56px 29px;
    border-radius: 10px 10px 10px 10px;
}
.second-box-news {
    height: 314px;
    padding: 22px;
    border-radius: 0px 0px 10px 10px;
}
.second-box-news h2 {
    font-size: 30px;
    line-height: 37px;
    width: auto;
}
.blog .slider--tablet.grid--peek.grid--2-col-tablet .grid__item, .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem) !important;
}
.multi-icon h2.title.inline-richtext.h1 {
    font-size: 31px;
}
p.announcement-bar__message.h5 span {
    font-size: 11px;
    letter-spacing: 1px;
}
.home-banner .banner__text.rte.body p, .banner-slider .slideshow__text.banner__box .banner__text p {
    font-size: 15px;
    line-height: 25px;
    width: auto;
    padding: 4px 0px;
}
.collection-product .collection-list li:nth-child(1) {
    width: 100%!important;
}
.section-collection-list .collection-list:not(.slider) {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.product-slider-wrapper {
    padding: 0px 42px 49px;
}
.product-slider-second {
    padding: 55px 40px 61px !important;
}
.collection-product .title-wrapper-with-link p {
    padding-top: 3px;
    width: 100%;
    padding-bottom: 7px;
}
.collection-product.collection-list-wrapper {
    padding-top: 50px;
    padding-bottom: 22px;
}
.product-slider-wrapper h2.title.center {
    font-size: 29px;
    line-height: 15px;
    margin-bottom: 0px !important;
}
.template--index .home-banner.banner--adapt  {
    height: 500px !important;
}
.testimonial-slider-wrapper .section-subtitle {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 35px !important;
    width: auto;
    margin: auto;
}
.multi-icon .page-width {
    padding: 50px 0px 34px !important;
}
.blog .title-wrapper-with-link h2 {
    font-size: 27px !important;
    line-height: 31px;
}
.second-box-news {
    width: 100% !important;
}
.footer__content-top {
    padding-bottom: 7px !important;
}
footer.footer {
    border-radius: 25px 25px 0px 0px;
    padding-top: 17px !important;
    padding-bottom: 7px !important;
}
.article-template__content {
    font-size: 15px !important;
}
.news-main {
    padding-bottom: 34px;
}
.blog .title-wrapper-with-link {
    margin: 0rem 0 14px !important;
}
.testimonial-slider-wrapper .section-heading {
    margin-bottom: 6px;
    font-size: 29px;
    line-height: 35px;
}
.left-column {
    max-width: 100%;
}
.right-column {
    max-width: 100%;
}
.upgrade-parts-wrapper.page-width {
    padding-bottom: 40px;
}
.upgrade-subtitle {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 27px;
}
.upgrade-title {
    font-family: Teko !important;
    font-weight: 600;
    font-size: 29px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.second-box-news p {
    font-size: 15px;
    line-height: 29px;
    padding: 4px 0px 12px;
}
.main-details-fields {
    gap: 14px;
    justify-content: center !important;
}
.blog p.article-card__excerpt.rte-width {
    width: auto;
}
.grid--peek.slider .grid__item:first-of-type {
    margin-left: 0px !important;
}
.blog li:nth-child(1) .card__inner {
    height: 179px;
}
.blog ul li:nth-child(1) .article-card .card__heading {
    font-size: 18px !important;
    line-height: 27px;
    margin: 0 !important;
}
.first-box-news {
    width: 100%;
    padding: 56px 22px;
    border-radius: 10px 10px 10px 10px;
}
.menu-drawer__menu-item {
    font-size: 15px !important;
}
.best-selling-produt .image-with-text__content {
    padding: 4rem 2rem 5rem;
}
.best-selling-produt .image-with-text__content .image-with-text__text+.button {
    margin-top: 2rem !important;
}
.footer-block__image-wrapper img {
    max-width: 82% !important;
    margin: auto;
}
.multi-icon .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 0rem) !important;
}
.multi-icon .background-none .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding-top: 1.5rem !important;
}
.product__info-wrapper {
    padding: 0 0 0 0rem;
}
.product-form__submit span {
    font-size: 17px;
}
h2.related-products__heading.inline-richtext.h2 {
    font-size: 28px;
}
.rich-text-heading2 .rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0 !important;
}
.rich-text-heading .rich-text {
    padding-top: 42px !important;
    padding-bottom: 0px;
}
.rich-text-heading2 h2.rich-text__heading.rte {
    font-size: 27px;
    padding-bottom: 8px;
    padding-top: 15px;
    line-height: 31px;
}
.rich-text-heading2 .rich-text__blocks>*+* {
    margin-top: 1rem !important;
}
.rich-text-heading .rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0 !important;
}
  div#shopify-section-template--18716151611530__banner {
    height: 400px;
}
  .collection-hero.collection-banner {
    padding-bottom: 37px;
}
      .collection-hero.color-scheme-1.gradient {
        padding-top: 124px !important;
    }
}
@media (max-width: 652px) {
      .banner-slider.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media {
        height: 59rem;
    }
  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
        order: 2;
        position: absolute;
        top: 160px;
    }
      div#shopify-section-template--18716151611530__banner {
        height: 360px;
    }
}
@media only screen and (max-width: 500px) {
.related-products ul.grid.product-grid.grid--4-col-desktop.grid--2-col-tablet-down {
    gap: 12px;
}
.price--on-sale .price__sale {
    gap: 5px;
    align-items: center;
}
  .header__icon {
    width: 3.8rem;
}
.blog  .title-wrapper-with-link p {
    font-size: 14px;
}
.second-box-news h2 {
    font-size: 25px;
    line-height: 34px;
    width: auto;
}
.product-slider-wrapper .swiper-button-next:after {
    font-size: 20px;
}
.product-slider-wrapper .swiper-button-prev:after {
    font-size: 20px;
}
.upgrade-title {
    font-size: 30px;
    line-height: 30px;
    padding: 0px 10px;
}
.product-slider-second {
    padding: 55px 40px 17px !important;
}
.header__heading-logo {
    max-width: 81%;
}

.home-banner .banner__box.content-container.content-container--full-width-mobile.color-scheme-3.gradient {
    padding-top: 98px;
}
p.announcement-bar__message.h5 span {
    font-size: 10px;
    letter-spacing: 1px;
}
.home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading {
    font-size: 33px;
    line-height: 39px;
    width: auto;
}
.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    min-height: calc(4.1rem + var(--buttons-border-width) * 2) !important;
}
.home-banner .banner__text.rte.body p, .banner-slider .slideshow__text.banner__box .banner__text p  {
    font-size: 15px;
    line-height: 25px;
    padding: 0px 0px 7px;
}
.collection-product .title-wrapper-with-link h2 {
    font-size: 30px;
    line-height: 39px;
}
.collection-product .title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.collection-product .title-wrapper-with-link p {
    font-size: 15px;
    line-height: 24px;
    padding-top: 5px !important;
}
.collection-product h3.card__heading a {
    font-size: 26px;
}
.product-slider-wrapper h2.title.center {
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 0px !important;
}
.testimonial-slider-wrapper .testimonial-card {
    padding: 4px 21px;
}
.testimonial-width.page-width {
    padding: 0 !important;
}
.multi-icon .page-width {
    padding: 50px 20px 34px !important;
}
.multi-icon h2.title.inline-richtext.h1 {
    font-size: 27px;
}
.multi-icon .title, .title-wrapper-with-link {
    margin: 0rem 0 8px !important;
}
.blog  .title-wrapper-with-link p {
    font-size: 15px;
    line-height: 22px;
}
.first-box-news {
    padding: 36px 7px 48px 22px;
}
.first-box-news h2 {
    font-size: 24px;
    line-height: 31px;
    /* width: 216px; */
}
.best-selling-produt h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 31px;
    line-height: 37px;
    width: auto;
}
.testimonial-slider-wrapper .section-subtitle {
    margin-bottom: 17px !important;
}
.testimonial-slider-wrapper .quote {
    font-size: 15px;
    line-height: 24px;
}
.product-slider-wrapper {
    padding: 0px 42px 11px;
}
.footer-block.grid__item {
    margin: 3rem 0 !important;
}
.home-banner, .banner-slider {
  margin-top: -94px !important;
}
  .home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading.inline-richtext {
    font-size: 50px;
}
  h1.collection-hero__title {
        text-align: center;
    }
  .collection-hero__description p {
    text-align: center;
}
}
@media (max-width: 430px) {
  .banner-slider.banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media {
        height: 55rem;
    }
  .slideshow__controls {
    border: none;
    margin-top: -106px;
}
      .collection-hero.collection-banner {
        top: -100px;
    }
      div#shopify-section-template--18716151611530__banner {
        height: 410px;
    }
      
}
@media (max-width: 414px) {
      .home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading.inline-richtext {
        font-size: 44px;
        line-height: 45px;
    }
}
@media (max-width: 375px) {
  .home-banner, .banner-slider {
        margin-top: -88px !important;
    }
      .home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading.inline-richtext {
        font-size: 40px;
        line-height: 41px;
    }
}
@media (max-width: 360px) {
  .home-banner h2.banner__heading.inline-richtext.h0, .banner-slider .slideshow__text.banner__box h2.banner__heading.inline-richtext {
        font-size: 37px;
    }
      .home-banner, .banner-slider {
        margin-top: -84px !important;
    }
}