/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first
Line 1126:8 Expected ":"
Line 1127:8 Expected ":"
Line 1128:8 Expected ":"
Line 1213:8 Expected ":"
Line 1214:8 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
* {
    font-family: "Red Hat Display" !important;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body:not(.cus_Pro_Class) .page-width {
    max-width: 100%;
    padding: 0 !important;
}
header.header {
  display: flex;
  justify-content: space-between;
}

div.product__title h1 {
  font-size: 2rem;
}

header.header {
    max-width: 100%;
    padding: 0;
        display: grid;
}
button.product-form__submit {
  background-color: #FF9900;
  color: rgb(var(--color-foreground));
}
button.product-form__submit:before,
button.product-form__submit:after {
  content: none;
}

.price--on-sale .price-item--sale {
  color: #B12704;
}
.product .price .badge {
  vertical-align: middle;
}

fieldset.product-form__input .form__label {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: .5px;
  margin-bottom: 1rem;
  font-family: var(--font-heading-family);
  font-weight: 700;
}

/* Bundle and save variants */
fieldset.product-form__input {
  display: flex;
  flex-direction: column;
  max-width: none;
}
fieldset.product-form__input input[type=radio]+label {
  margin: 0 0 1rem;
  color: #444545;
  opacity: .5;
  background-color: #f4f7fa;
  padding: .8rem 1.5rem;
  border-radius: 3px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  transition: all .15s ease-in-out;
  text-align: left;
  font-size: 1.6rem;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
fieldset.product-form__input input[type=radio]+label:before {
  content: none;
}
fieldset.product-form__input input[type=radio]+label:hover {
  border-color: transparent;
  opacity: 1;
}
fieldset.product-form__input input[type=radio]:checked+label {
  color: #444545;
  background-color: #f4f7fa;
  border-color: #323333;
  opacity: 1;
}
.product-form__savings {
  display: inline-block;
  padding: 1rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #ff473b;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  margin-left: 0.5rem;
}

.bundle-block h3 {
  text-align: center;
}
.bundle-button {
  padding: 1rem 2rem;
  text-align: center;
  border: 2px solid #f90;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
}
.bundle-button .description {
  font-weight: bold;
}
.bundle-button .price {
  position: absolute;
  color: white;
  background-color: #f90;
  font-size: 20px;
  border-radius: 15px;
  display: inline-block;
  padding: .2rem 2rem;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.bundle-button .price p {
  margin: 0;
}
.bundle-button .price em {
  font-style: normal;
  text-decoration: line-through;
}
.product-form__input-wrapper {
  display: flex;
  gap: 10px;
}
.product-form__input-wrapper label {
  flex-direction: column;
  height: auto !important;
  text-align: center !important;
  gap: 10px;
  width: calc(33% - 8px);
  background-color: white !important;
  border-color: #e5e7eb !important;
  border-radius: 1rem !important;
  opacity: 1 !important;
  font-size: 13px !important;
  font-weight: 600;
  color: rgba(var(--color-foreground),.75) !important;
}
.product-form__input-wrapper label:hover {
  border-color: #f90 !important;
}
.product-form__input-wrapper input:checked+label {
  border-color: #f90 !important;
  border-width: 2px!important;
}
.variant-label {
  position: absolute;
  background: #f90;
  color: white;
  border-radius: 3px 3px 0 0;
  border: 1px solid #f90;
  top: -11px;
  font-size: 10px;
  width: 98.5%;
  padding: 1px;
  line-height: 1.3;
}

@media(max-width:768px){  
  .variant-label {
    font-size: 9px;
  }
}
.product-form__input-wrapper input:checked+label:last-of-type .variant-label, 
.product-form__input-wrapper input:checked+label:last-of-type .variant-label-mobile {
  width: calc(100% + 4px);
}
.free-product-wrapper {
  position: absolute;
  width: calc(100% + 4px);
  height: 0;
  top: 0;
  left: -2px;
  right: -2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  transition: all ease .3s;
}
.free-product-wrapper img {
  height: 0;
  transition: all ease .5s;
}
.free-product-wrapper .text {
  opacity: 0;
  padding: 0 10px;
}
.free-product-wrapper.opened {
  height: 100%;
  top: -100%;
  border-color: #f90 !important;
  border-width: 2px !important;
  border-style: solid;
}
.free-product-wrapper.opened img {
  height: 60px;
  width: auto;
}
.free-product-wrapper.opened .text {
  opacity: 1;
}
body:not(.cus_Pro_Class) h2 {
  font-size: 48px;
}
/* header css start */
.announcement-bar {
    background: #F47D05;
}
.announcement-bar p.announcement-bar__message.center {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 3.44px 0px;
}
.header-wrapper {
    padding: 5px 36px;
}
.header-wrapper .header__icons {
    align-items: center;
}
.header-wrapper .header__icons a.header__icon.header__icon--account {
    margin: 0 12px;
}
.header-wrapper .header__icons a.header__icon svg path {
    fill: #404040;
}
header.header header-drawer {
    width: 30px;
}
header.header header-drawer summary.header__icon.header__icon--menu {
    width: 100%;
    height: auto;
}
header.header header-drawer summary.header__icon.header__icon--menu svg.icon {
    width: 100%;
    height: auto;
}
header.header header-drawer summary.header__icon.header__icon--menu svg.icon path {
    stroke: #000000;
}
header.header .header__heading {
    max-width: 183px;
    width: 100%;
}
header.header .header__heading a.header__heading-link {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 183px;
}
header.header .header__heading a.header__heading-link img.header__heading-logo {
    max-width: 100%;
}
.header-wrapper .header__icons .header__localization {
    margin-right: 15px;
}
details:not([open])>.header__icon--menu .icon-close, details[open]>.header__icon--menu .icon-hamburger {
    display: none;
}
.menu-drawer-container div#menu-drawer {
    height: 100vh;
}
header.header header-drawer summary.header__icon.header__icon--menu::before {
    height: 100vh;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation {
    padding: 20px 0px;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation li a.menu-drawer__menu-item {
    color: #000;
    font-size: 18px;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden h2 {
    font-size: 16px;
    color: #000;
    display: none;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure button.disclosure__button {
    margin: 0;
    border: 0 !important;
    padding: 10px 20px 10px 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.header-wrapper .header__icons details-modal.header__search {
    margin-right: 8px;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure button.disclosure__button::before, .header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure button.disclosure__button::after {
    display: none;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure button.disclosure__button svg.icon.icon-caret {
    right: 0;
    width: 13px;
    height: 8px;
}
body.overflow-hidden-tablet {
    overflow: hidden;
}
.footer__content-bottom-wrapper {
    max-width: 100%;
    padding: 0;
}

footer.footer .footer__content-top.page-width {
    max-width: 100%;
}
section.three-col-section .page-width {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
section.three-col-section .page-width .col.col-center {
    position: relative;
}
section.three-col-section .page-width .col.col-center .overlay {
    position: absolute;
    bottom: 34px;
    text-align: center;
    max-width: 591px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 61px;
    color: #fff;
    font-family: 'Red Hat Display';
    font-weight: 500;
    line-height: 65px;
    margin: 0 0 10px;
}
section.three-col-section .page-width .col.col-center .overlay p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 35px;
}
section.three-col-section .page-width .col.col-center .overlay a.btn {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    padding: 9.5px 40px;
    border: 1px solid #fff;
    display: flex;
    max-width: max-content;
    margin: 0 auto;
}
section.collection-circles {
    padding: 68px 36px 64px;
}
section.collection-circles h2.section-title {
    text-align: center;
    color: #000;
    line-height: 75px;
    margin: 0 0 41px;
    font-weight: 600;
}
section.collection-circles .circle-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
section.collection-circles .circle-wrapper .circle-item a {
    text-decoration: none;
}
section.collection-circles .circle-wrapper .circle-item a p {
    display: block;
    margin: 5px 0px 0px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: normal;
}
section.client-gallery {
    padding: 50px 36px;
}
section.client-gallery h2.section-title {
    text-align: center;
    color: #000;
    line-height: normal;
    margin: 0 0 30px;
    font-weight: 600;
}
section.client-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 17px;
}
section.client-gallery .gallery-grid .gallery-item video {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.collection {
    padding: 44px 36px 122px !important;
}
.collection .collection__title {
    margin: 0 !important;
    text-align: center;
}
.collection .collection__title h2.title.h1 {
    text-align: center;
    color: #000;
    line-height: normal;
    margin: 0 0 30px;
    font-weight: 600;
}
section.client-gallery .gallery-grid .gallery-item {
    display: flex;
}

.collection slider-component.slider-mobile-gutter ul {
    margin: 0 !important;
    gap: 16px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content {
    text-align: center;
}

.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information {
    padding: 20px 0px 0px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 11px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span.price-item {
    font-size: 22px;
    color: #707070;
    font-weight: 400;
    font-family: 'Red Hat Display';
    letter-spacing: 0;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span s.price-item {
    margin-right: 10px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span s.price-item {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    display: none;
}
section.image-text-split .split-wrapper {
    display: grid;
    grid-template-columns: 1155px calc(100% - 1155px);
    align-items: center;
    background: #F47D05;
}
section.image-text-split .split-wrapper .split-image {
    display: flex;
}
section.image-text-split .split-wrapper .split-image img {
    width: 100%;
}
section.image-text-split .split-wrapper .split-content {
    max-width: 544px;
    margin: 0 auto;
}
section.image-text-split .split-wrapper .split-content h2 {
    color: #fff;
    margin: 0 0 21px;
    line-height: normal;
}
section.image-text-split .split-wrapper .split-content p {
    font-size: 18px;
    color: #ffff;
    letter-spacing: 0.7px;
    margin: 0;
}
section.image-text-split .split-wrapper .split-content a.btn {
    display: block;
    max-width: max-content;
    margin-top: 41px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 13.5px 34px;
    line-height: normal;
    border: 1px solid #fff;
    transition: all .4s ease;
    min-width: 246px;
    text-align: center;
}
section.two-banner .banner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}
section.two-banner .banner-wrapper .banner-item {
    position: relative;
}
section.two-banner .banner-wrapper .banner-item .banner-text {
    position: absolute;
    bottom: 40px;
    left: 55px;
}
section.two-banner .banner-wrapper .banner-item .banner-text h3 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0;
}
section.static-reviews {
    padding: 74px 36px 83px;
}
section.static-reviews .review-slider .img_Heading_Review {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    gap: 6px;
}
section.two-banner .banner-wrapper .banner-item a {
    display: flex;
}
section.static-reviews .review-slider .img_Heading_Review h2.review-heading {
    color: #191919;
    margin: 0;
    line-height: normal;
    font-weight: 700;
}
section.static-reviews p.review-subtext {
    text-align: center;
    font-size: 23px;
    margin: 0;
    color: #000;
    font-weight: 400;
}
section.static-reviews .review-container {
    margin-top: 55px;
}
section.static-reviews .review-container .review-wrapper .review-card {
    background: #F8F9FA;
    padding: 19px 28px 13px;
}
section.static-reviews .review-container .review-wrapper .review-card .stars span {
    background: #00B67A;
    color: #fff;
    padding: 4px 1px;
    font-size: 35px;
    line-height: 25px;
    display: inline-block;
}
section.static-reviews .review-container .review-wrapper .review-card .stars {
    margin-bottom: 20px;
}
section.static-reviews .review-container .review-wrapper .review-card p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 0 0 50px;
    text-align: left;
}
section.static-reviews .review-container .review-wrapper .review-card span.review-author {
    font-size: 15px;
    color: #000;
}
.marquee-section {
    padding: 52px 0px 82px;
}
.marquee-section h2 {
    text-align: center;
    color: #000;
    margin: 0 0 26px;
    line-height: normal;
    font-weight: 600;
}
.Imgs_Grid .upr_Sec h2.main_Text_Heading {
    text-align: center;
    color: #000;
    margin: 0 0 31px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.Imgs_Grid .lwr_Sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
section.features-section {
    padding: 59px 36px 53px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
section.features-section .features-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px;
    text-align: center;
}
section.features-section .features-wrapper:after, section.features-section .features-wrapper:before {
    content: "";
    position: absolute;
    right: 33%;
    height: 100%;
    width: 1px;
    background: #e5e5e5;
    top: 0;
}
section.features-section .features-wrapper:before {
    right: unset;
    left: 33%;
}
section.features-section .features-wrapper .feature-item {
    max-width: 480px;
    margin: 0 auto;
}
section.features-section .features-wrapper .feature-item img {
    max-width: 40px;
    width: 100%;
}
section.features-section .features-wrapper .feature-item h3 {
    margin: 12px 0px 6px;
    font-size: 23px;
    color: #000;
    letter-spacing: 0;
    font-weight: 600;
    line-height: normal;
}
section.features-section .features-wrapper .feature-item p {
    color: #5B5B5B;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}
footer.footer {
    margin: 0;
    padding: 54px 0px 0px;
    background: #F47D05;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    display: none;
}
footer.footer .footer__content-top.page-width {
    padding: 0 36px 30px !important;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    width: 100%;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 12px;
}
footer.footer .footer__content-top .footer__blocks-wrapper ul.footer-block__details-content li {
    margin: 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper ul.footer-block__details-content li a.link {
    font-size: 15px;
    color: #fff;
}
.newsletter-form__field-wrapper .upr_News_Text font {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin: 0 0 22px;
    display: block;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item .newsletter-form__caption {
    color: #a1a1a1;
    font-size: 12px;
    margin: 13px 0 0;
    letter-spacing: 0;
}
footer.footer .footer-block.grid__item .footer-block__details-content p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 14px;
}

footer.footer .footer-block.grid__item .footer-block__details-content div#etranslate-language_currency-dropdown-selector-theme2 {
    border: 1px solid;
    margin-bottom: 40px;
}
footer.footer .footer-block.grid__item .Social_Links_SVGs {
    display: flex;
    align-items: center;
    gap: 12px;
}
footer.footer .footer-block.grid__item .footer-block__details-content p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 14px;
}
footer.footer .footer-block.grid__item .footer-block__details-content div#etranslate-language_currency-dropdown-selector-theme2 {
    border: 1px solid;
    margin-bottom: 40px;
}
footer.footer .footer-block.grid__item .Social_Links_SVGs {
    display: flex;
    align-items: center;
    gap: 12px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field {
    display: flex;
    gap: 9px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field::before, footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field::after {
    display: none;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field button#Subscribe {
    max-width: 115px;
    width: 100%;
    background: #F47D05;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    position: unset;
    transform: unset;
    height: 48px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field input {
    border: 1px solid #E3E3E3;
    padding: 0 10px !important;
    min-height: 48px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field label.field__label {
    display: none;
}
footer.footer .footer__content-top.page-width {
    padding: 0 36px 30px !important;
}
footer.footer .footer__content-bottom .Upr_Footer_Div img {
    width: 100%;
    opacity: 0.6;
}
footer.footer .footer__content-bottom  .Lwr_Footer_Div {
    width: 100%;
    background: #F47D05;
    padding: 10px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer__copyright {
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .Payment_SVG_Image {
    display: flex;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption {
    display: flex;
    gap: 22px;
}
section.collection-circles .circle-wrapper .circle-item img {
    width: 100%;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .Payment_SVG_Image {
    display: flex;
}

footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption {
    display: flex;
    gap: 22px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow {
    width: 41px;
    height: 41px;
    border: 1px solid #000;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow::before {
    content: "";
    background-image: url(/cdn/shop/files/weui_arrow-outlined.png?v=1777293336);
    width: 40px;
    height: 40px;
    display: block;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-next {
    right: 3px;
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-prev {
    left: 3px;
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-prev::before {
    transform: scale(-1);
}

section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-next {
}
section.two-banner .banner-wrapper .banner-item img {
    width: 100%;
}
.Imgs_Grid .lwr_Sec img {
    width: 100%;
    transition: all 0.4s ease;
}
section.collection-circles .circle-wrapper .circle-item img {
    width: 100%;
}
section.three-col-section .page-width .col {
    display: flex;
}
section.three-col-section .page-width .col img {
    width: 100%;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
section.static-reviews .review-container .slick-list .review-card {
    margin: 0 23px;
}
section.static-reviews .review-slider p {
    text-align: center;
    font-size: 23px;
    color: #000;
    line-height: normal;
    margin: 0 0;
    font-weight: 400;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure__list-wrapper {
    top: 100%;
    min-height: 170px !important;
}
 .review-text-content {
  overflow: hidden;
  position: relative;
  line-height: 1.5;
  max-height: 8.5em;
  transition: max-height 0.3s ease;
}
 .newsletter-form__field-wrapper .upr_News_Text p {
    color: #000;
    margin: 0;
}
.review-text-content.is-expanded {
  max-height: 1000px;
}
 
.read-more-btn {
  display: block;
  color: #000;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer !important;
  margin-top: 10px;
  font-size: 14px;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure__list-wrapper li.disclosure__item a.link {
    color: #000;
    font-size: 16px;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item {
    width: 100% !important;
    max-width: calc(100%/4 - 12px);
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 560px;
}
section.client-gallery .gallery-grid .gallery-item a.gallery-video-link {
    width: 100%;
}
footer.footer .footer-block.grid__item .footer-block__details-content p a {
    color: #fff;
}
/* div#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 999;
} */
header.header>a.header__heading-link {
    padding: 0;
    max-width: 183px;
    width: 100%;
    margin: 0;
}
header.header>a.header__heading-link img.header__heading-logo {
    max-width: 100%;
    height: auto;
}
.collection-hero {
    min-height: 300px !important;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 61px;
    line-height: 65px;
    font-weight: 400;
    font-family: 'Red Hat Display';
    letter-spacing: 0;
    margin: 0 0 17px !important;
    text-shadow: none;
}
.collection-hero .collection-hero__text-wrapper h3 {
    font-size: 22px;
    color: #fff;
    text-shadow: none;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 10px;
}
.collection-tabs-wrapper ul.tabs-nav {
    padding: 41px 36px;
    list-style: none;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    gap: 160px;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn {
    font-size: 22px;
    border: 0;
    background: transparent;
    padding: 0 0 10px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    letter-spacing: 0.9px;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn.active {
    border-bottom: 1px solid #F47D05;
    color: #F47D05;
}
.collection-tabs-wrapper .tabs-content-container {
    padding: 0 36px 86px;
    border-bottom: 1px solid #ddd;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid {
    margin: 0;
    gap: 35px 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item {
    width: 100%;
    max-width: 100%;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner {
    height: max-content;
    aspect-ratio: 1 !important;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__information {
    text-align: center;
    padding: 20px 0px;
}

.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner img.motion-reduce {
    aspect-ratio: 1;
    height: auto;
    width: 100%;
}

.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner .card__content {
    height: auto;
}

.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner .card__media {
    height: auto;
    aspect-ratio: 1;
}

.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner .card__media .media {
    height: auto;
    aspect-ratio: 1;
}


ul.grid.product-grid>li.grid__item .card .card__information h3 {
    font-size: 18px;
    color: #000;
    margin: 0 0 11px;
    font-weight: 500;
}
ul.grid.product-grid>li.grid__item .card .card__information .price {
    margin: 0;
}
ul.grid.product-grid>li.grid__item .card .card__information .price .price__container {
    width: 100%;
    text-align: center;
}
ul.grid.product-grid>li.grid__item .card .card__information .price .price__container span.price-item {
    color: #707070;
    font-size: 22px;
    font-weight: 400;
}
ul.grid.product-grid>li.grid__item .card .card__information .price .price__container span s.price-item {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
}
.logo_Content {
    padding: 50px 0px;
}
.logo_Content .upr_HeadLine h2 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}
.logo_Content .lwr_Imgs_Logos {
    max-width: 670px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.logo_Content .lwr_Imgs_Logos .logos_Imgs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
cart-items.page-width, div#main-cart-footer .cart__footer {
    max-width: 1195px!important;
    padding: 40px 15px 0!important;
    margin: 0 auto;
}

cart-items.page-width .title-wrapper-with-link {
    display: block;
    text-align: center;
    margin: 0 0 20px;
}

cart-items.page-width .title-wrapper-with-link h1.title {
    font-size: 48px;
    color: #000;
    font-family: 'Red Hat Display';
}

cart-items.page-width .title-wrapper-with-link a.underlined-link {
    display: block;
    text-align: right;
    font-size: 18px;
    letter-spacing: 0;
    color: #F47D05;
    font-weight: 600;
}
cart-items.page-width .cart__items thead th {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: 'Red Hat Display';
    font-weight: 400;
    border-bottom: 1px  solid #ddd;
    padding: 10px;
}
cart-items.page-width .cart__items tbody tr td {
    border-bottom: 1px solid #ddd;
    padding: 19px 0px;
    vertical-align: middle;
}
cart-items.page-width .cart__items tbody tr td .cart-item__image-container {
    padding-right: 20px;
    height: 100%;
}

cart-items.page-width .cart__items tbody tr td .cart-item__image-container img.cart-item__image {
    w100%: inherit;
    w100%: inherit;
    w100%: h;
    width: 100%;
    height: 100%;
}

cart-items.page-width .cart__items tbody tr td.cart-item__details {
    padding-left: 20px;
}

cart-items.page-width .cart__items tbody tr td.cart-item__details a.cart-item__name {
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
    width: 100%;
    display: block;
    max-width: 100%;
}
cart-items.page-width .cart__items tbody tr td .product-option span.langwill-money {
    font-size: 16px;
    color: #F47D05;
    line-height: 35px;
    font-weight: 600;
}
cart-items.page-width .cart__items tbody tr td .product-option dt {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0;
    text-transform: capitalize;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity {
    border: 1px solid #000;
    max-width: 156px;
    width: 100%;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity::before, cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity::after {
    display: none;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button {
    color: #000;
    opacity: 1;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button svg.icon {
    fill: #000;
    width: 17px;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button svg.icon path {
    fill: #000;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity input {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
div#main-cart-items {
    padding-bottom: 0;
    border: 0;
}
cart-items.page-width .cart__items tbody tr td.cart-item__totals .cart-item__price-wrapper span.langwill-money {
    font-size: 19px;
    color: #F47D05;
    font-weight: 600;
    letter-spacing: 0;
}
div#main-cart-items {
    padding-bottom: 0;
    border: 0;
}
div#main-cart-footer .cart__footer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 23px !important;
    padding-top: 15px !important;
}
div#main-cart-footer .cart__footer .cart__blocks {
    max-width: 390px;
    width: 100%;
}
.collection__title.title-wrapper h2.title.h2 {
    font-size: 48px;
    color: #000;
}
div#main-cart-footer .cart__footer .cart__blocks .totals h2.totals__subtotal {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    font=-w: ;
    font=-w: 4;
}
div#main-cart-footer .cart__footer .cart__blocks .totals p.totals__subtotal-value {
    font-size: 24px;
    color: #F47D05;
    font-weight: 600;
}
div#main-cart-footer .cart__footer .cart__blocks small.tax-note {
    margin: 7px 0 22px;
    font-size: 17px;
    color: #8B8B8B;
    font-weight: 600;
    letter-spacing: 0;
    display: none;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas {
    margin: 15px 0px 0px;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas div#es-popup-button {
    margin: 0;
    background: #F47D05 !important;
    color: #fff !important;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas button#checkout {
    max-width: 100%;
    margin: 0;
}
div#main-cart-footer .cart__footer .cart__blocks  .cart__dynamic-checkout-buttons.additional-checkout-buttons {
    margin-right: 0;
    margin-top: 20px;
}
.collection__title.title-wrapper h2.title.h2 {
    font-size: 48px;
    color: #000;
}
.collection .collection__view-all {
    margin-top: 70px;
}
.collection .collection__view-all a.button {
    margin: 0;
    background: transparent;
    color: #000;
    font-size: 18px !important;
    height: auto;
    min-height: unset;
    padding: 12px 20px;
}
.Imgs_Grid .lwr_Sec .img-wrapper {
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    overflow: hidden;
}

.Imgs_Grid .lwr_Sec .img-wrapper .insta-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 40px;
    z-index: 1;
    transition: all 0.4s ease;
    opacity: 0;
}

.Imgs_Grid .lwr_Sec .img-wrapper .insta-overlay img {
    filter: invert(1);
}
.Imgs_Grid .lwr_Sec .img-wrapper:hover .insta-overlay {
    opacity: 1;
}

.Imgs_Grid .lwr_Sec .img-wrapper:hover img {
    transform: scale(1.02);
}
.shopify-policy__container {
    max-width: 100%;
    padding: 40px 36px;
}
.shopify-policy__container h1 {
    margin: 0;
    font-size: 48px;
    color: #000;
    margin-bottom: 46px;
}

.shopify-policy__container .shopify-policy__body h1 {
    font-size: 34px;
    color: #000;
    margin: 0 0 20px;
}
.shopify-policy__container .shopify-policy__body p {
    font-size: 18px;
    color: #000;
    margin: 0 0 20px;
    font-family: "Poppins" !important;
    letter-spacing: 0;
}
.shopify-policy__container .shopify-policy__body p>br {
    display: none;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    margin-left: 2%;
}

.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    text-align: left;
}

.collection-hero .collection-hero__text-wrapper h3 {
    text-align: left;
}
.gallery-slider .gallery-item video {
    max-height: 550px;
}

.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details summary.menu-drawer__menu-item {
    border-bottom: 1px solid #bdb4b4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 21px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation {
    padding: 20px;
}

.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details .menu-drawer__submenu {
    position: unset !important;
    transform: unset !important;
    padding: 0 20px;
    border: 0;
    border-bottom: 1px solid #bdb4b4;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details summary.menu-drawer__menu-item span.arrow {
    font-size: 24px;
    line-height: normal;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details .menu-drawer__submenu button.menu-back-btn {
    display: none;
}

.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details .menu-drawer__submenu ul.menu-drawer__menu {
    padding: 10px 0px 20px 16px;
    list-style: none;
}

.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details .menu-drawer__submenu ul.menu-drawer__menu a.menu-drawer__menu-item {
    padding: 0;
    color: #000;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation .menu-opening[open] span.arrow {
    font-size: 0;
    border-bottom: 2px solid #000;
    height: auto;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details summary.menu-drawer__menu-item span.arrow {
    font-size: 28px;
    width: 18px;
    display: flex;
    align-items: center;
    height: auto;
    line-height: normal;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    z-index: 1 !important;
}
.collection-hero.collection-hero--with-image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 16%, rgba(255, 255, 255, 0) 77%);
}

.collection-hero.collection-hero--with-image .collection-hero__text-wrapper.page-width {
    position: relative;
    z-index: 2 !important;
}
section.static-reviews .review-slider p strong:last-child {
    border-bottom: 2px solid #000;
    margin-right: 10px;
}
footer.footer .footer-block.grid__item .footer-block__details-content p strong {
    font-weight: 600;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer__copyright small.copyright__content {
    font-size: 16px;
}
section.static-reviews .review-slider p strong {
    font-weight: 600;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details summary.menu-drawer__menu-item a {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}
.collection-hero.collection-hero--with-image picture img {
    object-position: right;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile {
    display: none;
}
.header__icon--cart .cart-count-bubble {
    width: 22px;
    font-size: 12px;
    height: 22px;
    background: #F47D05;
}
header.header header-drawer summary.header__icon.header__icon--menu {
    max-width: 25px;
}
div#main-cart-items {
    padding: 0 15px;
}
header.header header-drawer summary.header__icon.header__icon--menu svg.icon.icon-close {
    max-width: 22px;
}
cart-items.page-width .title-wrapper-with-link {
    padding: 30px 15px 0;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas {
    display: flex;
    flex-flow: column-reverse;
    gap: 6px;
}
#HeaderLanguageList .disclosure__item a[lang="it"] {
    text-transform: capitalize;
}

section.three-col-section .page-width .col img {
    width: 100%;
    object-fit: cover;
    max-height: 650px;
    object-position: top;
}
section.collection-circles {
    padding: 40px 36px 40px;
}
section.collection-circles h2.section-title {
    margin-bottom: 30px;
}
@media(max-width:1680px){
  section.three-col-section .page-width .col.col-center .overlay {
    padding: 0 10px;
}
section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 50px;
    line-height: 55px;
}
body:not(.cus_Pro_Class) h2 {
    font-size: 40px;
}
section.client-gallery .gallery-grid .gallery-item video {
    height: 470px;
}
section.image-text-split .split-wrapper {
    grid-template-columns: 60% calc(100% - 60%);
}
section.two-banner .banner-wrapper .banner-item .banner-text h3 {
    font-size: 42px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field button#Subscribe {
    max-width: 95px;
}
footer.footer .footer__content-bottom .Upr_Footer_Div {
    padding: 0 36px;
}
section.static-reviews .review-container .slick-list .review-card {
    margin: 0 10px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-prev {
    left: -4px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-next {
    right: -4px;
}
section.static-reviews .review-container .slick-list .review-card {
    margin: 0 13px;
}
}
@media(max-width:1565px){
  section.collection-circles {
    padding: 48px 36px 45px;
}
section.collection-circles .circle-wrapper .circle-item a p {
    font-size: 26px;
}
section.client-gallery .gallery-grid {
    gap: 10px;
}
section.client-gallery .gallery-grid .gallery-item video {
    height: 400px;
}
.collection {
    padding: 30px 36px 70px!important;
}
body:not(.cus_Pro_Class) h2 {
    font-size: 36px;
}
section.image-text-split .split-wrapper .split-content {
    max-width: 460px;
    margin: 0 auto;
}
footer.footer .footer__content-top.page-width {
    padding: 0 20px 20px!important;
}
section.features-section {
    padding: 35px 20px 35px;
}
section.static-reviews {
    padding: 50px 20px 60px;
}
section.collection-circles {
    padding: 30px 20px 30px;
}
section.client-gallery {
    padding: 50px 20px;
}
.collection {
    padding: 30px 20px 50px!important;
}
.collection .collection__title h2.title.h1 {
    font-size: 36px !important;
}
section.static-reviews .review-container .review-wrapper .review-card .stars span {
    font-size: 31px;
    line-height: 20px;
    display: inline-block;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 460px;
}
.collection-hero {
    min-height: 430px!important;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 55px;
    line-height: 60px;
}
section.static-reviews .review-container .review-wrapper .review-card {
    padding: 17px 30px 13px;
}
section.static-reviews .review-container .review-wrapper .review-card span.review-author font {
    letter-spacing: 0;
}
section.static-reviews .review-container .review-wrapper .review-card span.review-author {
    min-height: 40px;
    display: block;
}
}
@media(max-width:1439px){
  section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 42px;
    line-height: 45px;
}
section.three-col-section .page-width .col img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}

.collection-tabs-wrapper .tabs-content-container {
    padding: 0 36px 55px;
}
section.image-text-split .split-wrapper {
    grid-template-columns: 55% 45%;
}
section.static-reviews .review-container .review-wrapper .review-card span.review-author {
    font-size: 14px;
    line-height: normal;
}
}

@media(max-width:1365px){
  section.client-gallery .gallery-grid .gallery-item video {
    height: 300px;
}
section.collection-circles h2.section-title {
    line-height: 55px;
    margin: 0 0 20px;
}
section.image-text-split .split-wrapper .split-content a.btn {
    min-width: 195px;
}
.marquee-section {
    padding: 50px 0 50px;
}
section.two-banner .banner-wrapper .banner-item .banner-text h3 {
    font-size: 35px;
}
header.header header-drawer {
    width: 24px;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 400px;
}

.collection-hero {
    min-height: 400px!important;
}

}
@media(max-width:1279px){
  section.three-col-section .page-width .col img {
    max-height: 500px;
}
section.three-col-section .page-width .col.col-center .overlay p {
    font-size: 18px;
    margin: 0px 0 15px;
    line-height: 30px;
}
section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 36px;
    line-height: 40px;
}
section.collection-circles .circle-wrapper .circle-item a p {
    font-size: 24px;
}
section.client-gallery {
    padding: 50px 20px 30px;
}
section.image-text-split .split-wrapper .split-content {
    max-width: 390px;
}
section.image-text-split .split-wrapper .split-content p {
    font-size: 16px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field button#Subscribe {
    max-width: 85px;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 360px;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 10px!important;
}
.collection-tabs-wrapper ul.tabs-nav {
    gap: 80px;
}
}
@media(max-width:1199px){
    section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 30px;
    line-height: 36px;
}
section.three-col-section .page-width .col.col-center .overlay a.btn {
    font-size: 16px;
    padding: 9.5px 23px;
}
section.three-col-section .page-width .col.col-center .overlay p {
    font-size: 16px;
    line-height: 24px;
}
body:not(.cus_Pro_Class) h2 {
    font-size: 30px;
}
section.client-gallery {
    padding: 30px 20px 30px;
}
.collection .collection__title h2.title.h1 {
    font-size: 30px!important;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 300px;
}
section.image-text-split .split-wrapper {
    grid-template-columns: 55% 45%;
}
section.image-text-split .split-wrapper .split-content h2 {
    margin: 0 0 10px;
}
section.image-text-split .split-wrapper .split-content a.btn {
    min-width: 165px;
}
section.image-text-split .split-wrapper .split-content a.btn {
    margin-top: 20px;;
    font-size: 16px;
    padding: 9.5px 24px;
}
section.image-text-split .split-wrapper .split-content {
    max-width: 410px;
}
section.two-banner .banner-wrapper .banner-item .banner-text {
    bottom: 30px;
    left: 25px;
}
section.two-banner .banner-wrapper .banner-item .banner-text h3 {
    font-size: 30px;
}
section.static-reviews {
    padding: 30px 20px 40px;
}
section.static-reviews .review-container .slick-list .review-card {
    margin: 0 5px;
}
section.static-reviews .review-container .review-wrapper .review-card .stars span {
    font-size: 27px;
    line-height: 17px;
}
section.static-reviews .review-container .review-wrapper .review-card {
    padding: 17px 20px 13px;
}
section.static-reviews .review-container .review-wrapper .review-card p {
    font-size: 14px;
    line-height: 21px;
}
section.static-reviews .review-container .review-wrapper .review-card span.review-author {
    font-size: 14px;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    grid-template-columns: repeat(3,1fr);
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    grid-column: span 2;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter {
    max-width: 100%;
    width: 100%;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .newsletter-form__field-wrapper {
    max-width: 100%;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span.price-item {
    font-size: 18px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information h3 {
    font-size: 16px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption a {
    font-size: 13px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div {
    padding: 10px 16px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption {
    gap: 10px;
}
section.features-section .features-wrapper {
    gap: 60px;
}
.collection-hero {
    min-height: 350px!important;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 45px;
}
ul.grid.product-grid>li.grid__item .card .card__information h3 {
    font-size: 16px;
}
ul.grid.product-grid>li.grid__item .card .card__information .price .price__container span.price-item {
    font-size: 18px;
}
.collection-tabs-wrapper .tabs-content-container {
    border-bottom: 1px solid #ddd;
}
.shopify-policy__container .shopify-policy__body p {
    letter-spacing: 0;
    word-break: break-all;
}
.review-text-content {
    max-height: 10.5em;
}

}

@media(max-width:1023px){
  section.three-col-section .page-width .col img {
    max-height: 410px;
}  
  section.three-col-section .page-width .col img {
    max-height: 500px;
}
section.collection-circles {
    padding: 30px 20px 30px;
}
section.client-gallery .gallery-grid .gallery-item video {
    height: 220px;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 250px;
}
.collection-hero.collection-hero--with-image:after {
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 40%);
}
}
@media(max-width:991px){
    .header-wrapper {
    padding: 7px 16px;
}
.header {
    grid-template-columns: 1fr 1fr 2fr;
}
.header-wrapper .header__icons .header__localization {
    margin-right: 5px;
}
.header-wrapper .header__icons .header__localization form {
    padding: 0;
}
section.collection-circles .circle-wrapper {
    gap: 14px;
}
section.collection-circles .circle-wrapper .circle-item a p {
    font-size: 20px;
}
section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 26px;
    line-height: 30px;
}
/* section.three-col-section .page-width .col img {
    max-height: 350px;
} */
section.three-col-section .page-width .col.col-center .overlay a.btn {
    padding: 8.5px 19px;
}
section.collection-circles h2.section-title {
    line-height: 45px;
    margin: 0 0 20px;
}
body:not(.cus_Pro_Class) h2 {
    font-size: 26px;
}
section.client-gallery .gallery-grid {
    grid-template-columns: repeat(3,1fr);
}
section.client-gallery .gallery-grid .gallery-item video {
    height: 320px;
}
section.client-gallery {
    padding: 30px 16px;
}
.collection {
    padding: 20px 16px 50px!important;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item {
    max-width: calc(50% - 12px);
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 400px;
}
section.image-text-split .split-wrapper {
    grid-template-columns: 1fr;
}
section.image-text-split .split-wrapper .split-content {
    max-width: 100%;
    padding: 30px 20px;
}
.marquee-section .slick-list .marquee-item {
    padding: 0 13px;
}
.marquee-section .slick-list .marquee-item img {
    width: 100%;
}
section.static-reviews .review-slider p {
    font-size: 20px;
}
section.features-section .features-wrapper {
    gap: 30px;
}
section.features-section .features-wrapper .feature-item h3 {
    font-size: 20px;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
}
section.static-reviews .review-container {
    margin-top: 25px;
}
.collection-hero--with-image .collection-hero__text-wrapper {
    max-width: 100%;
    flex: 100%;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid {
    gap: 25px 12px;
    grid-template-columns: repeat(3,1fr);
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 40px;
    line-height: 45px;
}
.shopify-policy__container {
    padding: 20px 16px;
}
.shopify-policy__container h1 {
    font-size: 32px;
        margin-bottom: 16px;
}
.collection-tabs-wrapper ul.tabs-nav {
    gap: 50px;
}
.collection-hero.collection-hero--with-image picture img {
    object-position: 85% 100%;
}
}
@media(max-width:767px){
    .collection-hero.collection-hero--with-image:after {
  display: none;
}
    .shopify-policy__container h1 {
    font-size: 28px;
}
    .header {
    grid-template-columns: 0.5fr 1fr 2.5fr;
}
section.three-col-section .page-width {
    grid-template-columns: 1fr;
}
section.collection-circles .circle-wrapper {
    grid-template-columns: repeat(2,1fr);
}
section.client-gallery .gallery-grid {
    grid-template-columns: repeat(2,1fr);
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 320px;
}
section.two-banner .banner-wrapper {
    gap: 5px;
}
section.two-banner .banner-wrapper .banner-item .banner-text h3 {
    font-size: 28px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-next {
    right: -10px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow.slick-prev {
    left: -11px;
}
.Imgs_Grid .lwr_Sec {
    grid-template-columns: repeat(3,1fr);
}
section.features-section .features-wrapper {
    grid-template-columns: 1fr;
}
section.features-section .features-wrapper:after, section.features-section .features-wrapper:before {
    display: none;
}
section.features-section .features-wrapper {
    border: 1px solid #ddd;
    padding: 20px 0px;
}
section.features-section .features-wrapper .feature-item {
    max-width: 100%;
    padding: 0 10px;
}
section.features-section .features-wrapper .feature-item:nth-child(even) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 10px;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    grid-template-columns: repeat(2,1fr);
}
.footer-block__details-content {
    margin-bottom: 0 !important;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item {
    margin: 0;
}
footer.footer .footer-block.grid__item .footer-block__details-content div#etranslate-language_currency-dropdown-selector-theme2 {
    margin-bottom: 10px;
}
footer.footer .footer__content-bottom .Upr_Footer_Div {
    padding: 0 16px;
}
.footer__content-bottom-wrapper .footer__column.footer__column--info {
    padding: 0;
}
footer.footer {
    padding: 25px 0 0;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow {
    width: 31px;
    height: 31px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow:before {
    width: 30px;
    height: 28px;
    background-size: 15px;
}
section.static-reviews .review-slider p {
    font-size: 18px;
}
section.features-section {
    padding: 35px 16px;
}
.collection .collection__title h2.title.h1 {
    font-size: 26px!important;
}
.menu-drawer-container div#menu-drawer {
    max-width: 330px;
    width: 100%;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation li a.menu-drawer__menu-item {
    font-size: 16px;
    padding: 10px 15px;
}
section.collection-circles {
    padding: 30px 16px;
}
.collection-hero {
    min-height: 320px!important;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid {
    grid-template-columns: repeat(2,1fr);
}
.collection-tabs-wrapper .tabs-content-container {
    padding: 0 16px 15px;
    border-bottom: 0;
}
.collection-tabs-wrapper ul.tabs-nav {
    gap: 40px;
}
section.three-col-section .page-width .col.col-center .overlay p {
    font-size: 15px;
    line-height: 24px;
}
section.collection-circles .circle-wrapper .circle-item a p {
    font-size: 18px;
}
section.features-section .features-wrapper .feature-item img {
    margin: 0 auto;
}
footer.footer .footer__content-top.page-width {
    padding: 0 0 20px !important;
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    gap: 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:first-child,footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    padding: 0 16px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:first-child h2.footer-block__heading,
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child h2.footer-block__heading {
    padding: 0;
    border: 0;
    margin: 0 0 14px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading {
    border-bottom: 1px solid #ddd;
    font-size: 21px;
    padding: 13px 16px;
    margin: 0;
    font-weight: 400;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item.active h2.footer-block__heading::after {
    transform: rotate(180deg);
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading:after {
    right: 16px;
    background-image: url(/cdn/shop/files/Vector_7.png?v=1777384660);
    content: "" !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    padding-top: 20px;
}
section.features-section .features-wrapper ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
section.features-section .features-wrapper ul.slick-dots li button {
    padding: 0;
    width: 30px;
    height: 1px;
    background: rgb(0 0 0 / 20%);
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .newsletter-form__field-wrapper .upr_News_Text {
    margin-bottom: 30px;
}
section.features-section .features-wrapper ul.slick-dots li button::before {
    display: none;
}
section.features-section .features-wrapper ul.slick-dots li.slick-active button {
    background: #000;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field {
    gap: 0;
    align-items: center;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item ul.footer-block__details-content {
    padding: 0 16px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}
.collection-tabs-wrapper ul.tabs-nav {
    gap: 25px;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn {
    font-size: 17px;
}
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper.page-width {
    background: #00000038;
    padding: 5px 10px  !important;
    margin: 0;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item {
    max-width: max-content;
    width: auto;
}

.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile {
    border: 0;
    background: transparent;
    max-width: 170px;
    width: 100%;
    display: block;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile .collection-image-mobile img.mobile-tab-image {
    border-radius: 50%;
    border: 2px solid #ebebeb;
    padding: .25rem;
    position: relative;
    width: 100%;
}

.collection-tabs-wrapper ul.tabs-nav {
    justify-content: center;
    gap: 30px;
}

.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile span.tab-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
cart-items.page-width .title-wrapper-with-link h1.title {
    font-size: 30px;
}
cart-items.page-width .cart__items tbody tr td .cart-item__image-container img.cart-item__image {
    height: auto;
}
cart-items.page-width .cart__items tbody tr td.cart-item__details a.cart-item__name {
    font-size: 17px;
}
.collection .collection__view-all {
    margin-top: 40px;
}
.video-loader {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

a.gallery-item-link {
    position: relative;
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
section.three-col-section .page-width .col img {
    object-position: center;
}
}
@media(max-width:567px){
    .announcement-bar p.announcement-bar__message.center {
    font-size: 12px;
}
.header {
    grid-template-columns: .4fr 1fr 2.7fr;
}
body:not(.cus_Pro_Class) h2 {
    font-size: 25px;
}
.Imgs_Grid .lwr_Sec {
    grid-template-columns: repeat(2,1fr);
}
footer.footer .footer__content-top .footer__blocks-wrapper {
    grid-template-columns: 1fr;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item:last-child {
    grid-column: auto;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .Payment_SVG_Image img {
    max-width: 340px;
}
section.static-reviews {
    padding: 30px 20px 20px;
}
section.two-banner .banner-wrapper {
    grid-template-columns: 1fr;
}
.marquee-section {
    padding: 35px 0;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item {
    max-width: calc(50% - 3px);
    gap: 25px 6px;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: 248px;
}
section.client-gallery .gallery-grid {
    grid-template-columns: 1fr;
}
.collection-tabs-wrapper ul.tabs-nav {
    gap: 20px;
        padding: 30px 16px;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn {
    font-size: 18px;
}

.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 26px;
    line-height: 26px;
}
.collection-hero .collection-hero__text-wrapper h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field button#Subscribe {
    max-width: 135px;
}
section.three-col-section .page-width .col:nth-child(odd) {
    display: none;
}
section.three-col-section .page-width .col img {
          max-height: 390px;
}
section.three-col-section .page-width .col.col-center .overlay h2 {
    font-size: 42px;
    line-height: 50px;
}
section.image-text-split .split-wrapper .split-content {
    text-align: center;
}
section.image-text-split .split-wrapper .split-content a.btn {
    margin: 20px auto 0px;
    font-size: 18px;
}
.gallery-slider .gallery-item video {
    max-height: 340px;
    object-fit: cover;
}
header.header .header__heading a.header__heading-link img.header__heading-logo {
    max-width: 137px;
}
section.client-gallery h2.section-title {
    margin: 0 0 16px;
}
.collection .collection__title h2.title.h1 {
    margin: 0 0 24px;
}
.collection slider-component.slider-mobile-gutter ul {
    gap: 25px 6px;
}
section.static-reviews .review-slider p {
    font-size: 16px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span.price-item {
    font-size: 15px;
}
.collection slider-component.slider-mobile-gutter ul li .card .card__content .card__information .card-information .price__container span s.price-item {
    font-size: 13px;
    margin-right: 0px;
}
section.features-section .features-wrapper {
    border: unset;

}
section.features-section .features-wrapper .feature-item:nth-child(even){
border: unset;
}
.shopify-policy__container .shopify-policy__body p {
    font-size: 16px;
    margin: 0 0 10px;
    letter-spacing: 0;
    word-break: break-all;
}
.collection-tabs-wrapper ul.tabs-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper.page-width {
    padding: 12px 15px !important;
}

header.header header-drawer {
    width: 20px;
}
header.header header-drawer summary.header__icon.header__icon--menu svg.icon.icon-close {
    width: 17px;
}
section.image-text-split .split-wrapper .split-content {
    text-align: left;
}
section.image-text-split .split-wrapper .split-content a.btn {
    margin-left: 0;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid {
    gap: 8px 12px;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner {
    height: auto;
    aspect-ratio: 1 !important;
    background: transparent;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner .card__media {
    height: auto;
    aspect-ratio: 1;
}
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner::before,
.collection-tabs-wrapper .tabs-content-container ul.grid.product-grid>li.grid__item .card .card__inner::after {
    display: none;
}
section.static-reviews .review-slider p>span {
    display: block;
}
.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner {
    height: auto;
    aspect-ratio: 1;
    background: transparent;
}

.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner .card__media {
    height: 100%;
}

.collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner::before, .collection slider-component.slider-mobile-gutter ul>li.grid__item .card .card__inner::after {
    display: none;
}

}
@media(max-width:480px){
    .header .header__icons .header__localization.isolate {
    display: none;
}
    .header .header__icons {
    display: contents;
}
.header .header__icons .header__localization.isolate {
    order: 5;
    width: 100%;
    max-width: 100%;
    text-align: right;
}
.header-wrapper header.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
header.header .header__heading {
    max-width: calc(100% - 118px);
    width: 100%;
    margin-left: 0px;
}
header.header .header__heading a.header__heading-link {
    display: block;
    margin: 0 auto;
}
.header-wrapper .header__icons .header__localization form .no-js-hidden .disclosure__list-wrapper {
    text-align: left;
}
.header-wrapper header.header>a.header__heading-link img.header__heading-logo {
    max-width: 137px;
}
.header-wrapper header.header>a.header__heading-link {
    max-width: calc(100% - 118px);
    width: 100%;
    padding: 0;
    margin-left: 0px;
}
section.client-gallery {
    padding: 15px 16px 30px;
}
.gallery-slider .gallery-item {
    margin: 0;
}
    .collection-tabs-wrapper ul.tabs-nav {
    justify-content: center;
}
.collection-hero {
    min-height: 390px!important;
}
footer.footer .footer__content-bottom .Lwr_Footer_Div .footer_Terms_Content.caption a {
    font-size: 12px;
}
.shopify-policy__container .shopify-policy__body p {
    font-size: 16px;
}
}
@media(max-width:439px){

footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item form#ContactFooter .field button#Subscribe {
    max-width: 100px;
}

body:not(.cus_Pro_Class) h2 {
    font-size: 22px;
}
}
cart-items.page-width .cart__items tbody tr td.cart-item__details .cart-item__price-wrapper span.price {
    text-align: left;
}

cart-items.page-width .cart__items tbody tr td.cart-item__details .cart-item__price-wrapper span.price span.langwill-money {
    font-size: 19px;
    color: #F47D05;
    font-weight: 600;
    letter-spacing: 0;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper {
    flex-flow: column;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper a.button {
    font-size: 15px !important;
    min-height: auto;
    color: #000;
    font-weight: 600;
}


/* Mobile only */
@media (max-width: 768px) {

  /* Hide content by default */
  .footer-block--menu .footer-block__details-content {
    display: none;
  }

  /* Clickable heading */
  .footer-block--menu .footer-block__heading {
    position: relative;
    cursor: pointer;
    padding: 12px 0;
  }

  /* Arrow */
  .footer-block--menu .footer-block__heading::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 18px;
    transition: 0.3s;
  }

  /* Active state */
  .footer-block--menu.active .footer-block__details-content {
    display: block;
  }

  .footer-block--menu.active .footer-block__heading::after {
    content: '-';
  }
}
section.client-gallery .gallery-slider button.slick-arrow {
    display: block !important;
}
section.image-text-split .split-wrapper .split-image img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}
.collection-tabs-wrapper .card__inner .card__content .card__badge.bottom.left {
    display: none;
}



/* 4 - May- 2026 */
.drawer__inner {
    width: 54.5rem !important;
}

cart-drawer.drawer .drawer__inner {
    padding: 0;
}
cart-drawer.drawer .drawer__inner .drawer__header h2.drawer__heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #F47D05;
    font-weight: 800;
    letter-spacing: 0.21px;
}
.drawer .drawer__inner .drawer__header {
    background: hsl(0deg 0% 79% / 10%);
    padding: 23px 25px;
}

.drawer .drawer__inner .drawer__header h2.drawer__heading {
    margin: 0;
}

.drawer .drawer__inner h3.sub_Drawer_Heading,
.drawer .drawer__inner cart-drawer-items,
.drawer .drawer__inner .drawer__footer,
.custom-shipping-progress{
    padding: 0px 25px;
}
.drawer .drawer__inner h3.sub_Drawer_Heading {
    font-size: 23px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    position: relative;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper table.cart-items thead tr th:first-child {
    display: none;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper table.cart-items thead tr th:nth-child(2) {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    opacity: 1;
    padding-bottom: 10px;
    text-transform: unset;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper table.cart-items thead tr th {
    border-bottom: 0;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td {
    padding-top: 0;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr {
    padding-bottom: 20px;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__media {
    height: 130px;
    width: 130px;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__media img.cart-item__image {
    height: 100%;
    object-fit: cover;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr  td.cart-item__details {grid-column: 2 / 5;}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__details a.cart-item__name.h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.27px;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    display: block;
    max-width: 100%;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__totals.right {
    display: none;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr .product-option span {
    font-size: 17px;
    color: #000;
    padding-top: 6px;
    display: block;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper {
    flex-wrap: wrap;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity {
    width: 100%;
    max-width: 127px;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 10px;
}

.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button button.button.button--tertiary {
    font-size: 15px !important;
    min-height: auto;
    color: #000;
    font-weight: 600;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__details dl {
    display: none;
}
.drawer__footer .cart__ctas div#es-popup-button {
    display: none;
}
.drawer__footer .cart-drawer__footer .totals {
    padding: 25px 0px;
    display: flex;
    align-items: center;
}

.drawer__footer .cart-drawer__footer .totals h2.totals__subtotal {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.55px;
}
.drawer__footer .cart-drawer__footer .totals p.totals__subtotal-value {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}
.drawer__footer small.tax-note.caption-large.rte {
    display: none;
}
.drawer__footer .cart__ctas button.cart__checkout-button.button {
    margin-top: 0;
}
.drawer__footer .cart__ctas a, .drawer__footer .cart__ctas button {
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: normal;
}
.drawer__footer .cart__ctas button.cart__checkout-button.button {
    background: #f47d05;
    color: #fff;
}
.drawer__footer .cart__ctas a.continue_To_Shop_Btn {
    background: transparent;
    color: #f47d05;
}

.drawer__footer .below-text-cart-drawer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0 14px 0px;
}
.drawer button.drawer__close {
    right: 25px;
    top: 16px;
}
.drawer button.drawer__close svg.icon.icon-close {
    height: 16px;
    width: 16px;
}
.drawer button.drawer__close svg.icon.icon-close path {
    fill: #000;
}
.cart-drawer__overlay {
    background: rgb(0 0 0 / 60%);
}
.drawer .drawer__inner h3.sub_Drawer_Heading {
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity::after {
    box-shadow: inset 0 0 0 1px #000000;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button svg path {
    fill: #000000;
}

.upper-free-shipping-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: math-auto;
    letter-spacing: 0;
    line-height: normal;
}
span.left-div-text-d span.langwill-money {
    font-size: 17px;
    line-height: normal;
    color: #000;
    letter-spacing: 0.17px;
}
.custom-shipping-progress {
    margin-top: 4px !important;
}
.custom-shipping-progress {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.custom-shipping-progress {
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    padding-bottom: 8px;
}
cart-items.page-width .title-wrapper-with-link h1.title {
    color: #000;
    font-size: 36px;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 20px;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas button#checkout {
    background-color: #f90;
    color: #444545;
    font-size: 23px !important;
    min-height: 52px;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow::after {
    display: none;
}

/* btn-css-25-5-26-css */

section.client-gallery button.slick-prev:after, section.client-gallery button.slick-next:after {
    content: '';
    background: url(/cdn/shop/files/images_10_17200eac-fb4f-483e-8b9e-1aa7c1e25206.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
  
section.client-gallery button.slick-next:after {
    right: 12px;
}
 
section.client-gallery button.slick-prev:after {
    left: 12px;
    transform: rotate(180deg);
}

section.client-gallery  .slick-next:before {
    display: none;
}

/* btn-css-25-5-26-css-end*/

@media(max-width: 1365px){
    .drawer .drawer__inner .drawer__header {
        padding: 15px 20px;
    }
    .drawer .drawer__inner h3.sub_Drawer_Heading, .drawer .drawer__inner cart-drawer-items, .drawer .drawer__inner .drawer__footer {
        padding: 0px 20px;
    }
    .drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__details a.cart-item__name.h4 {
        font-size: 20px;
    }
    .drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr {
        padding-bottom: 15px;
       margin-bottom: 0;
    }
    .drawer .drawer__inner h3.sub_Drawer_Heading {
       margin-top: 15px;
    }
    .drawer__footer .cart-drawer__footer .totals {
        padding: 20px 0px;
    }
    .drawer__footer .cart-drawer__footer .totals p.totals__subtotal-value {
        font-size: 24px;
    }
    cart-drawer.drawer .drawer__inner .drawer__header h2.drawer__heading {
        font-size: 18px;
    }
    .drawer__footer .below-text-cart-drawer {
        padding: 15px 0 15px 0px;
    }
    .drawer button.drawer__close {
       right: 15px;
        top: 6px;
    }
}
@media(max-width:991px){
button.slick-prev:after, button.slick-next:after {
    content: '';
    background: url(/cdn/shop/files/images_10_17200eac-fb4f-483e-8b9e-1aa7c1e25206.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-slider.slick-initialized.slick-slider {
    position: relative;
}

button.slick-next:after {
    right: -3px;
}

section.client-gallery .gallery-slider button.slick-next {
    right: -10px;
}
button.slick-prev:after {
    left: 12px;
    transform: rotate(180deg);
}
.header-wrapper header.header {
    grid-template-columns: 1fr 1fr 1fr;
}

section.client-gallery .gallery-slider button.slick-arrow.slick-disabled {
    opacity: 0;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button {
    width: auto;
}
section.client-gallery button.slick-next:after {
    right: -3px;
}

section.client-gallery button.slick-prev:after {
    left: 12px;
}
}
@media(max-width:767px){

section.client-gallery .gallery-slider button:before {
    display: none;
}
.drawer__footer .cart__ctas a.continue_To_Shop_Btn {

    width: 100%;
}
.drawer__footer .cart__ctas {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody tr td.cart-item__details a.cart-item__name.h4 {
    font-size: 16px;
}
.langwill-money {
    font-size: 16px;
}


.drawer__footer .cart-drawer__footer .totals h2.totals__subtotal {
    font-size: 14px;
}
.drawer__footer .cart__ctas a, .drawer__footer .cart__ctas button {
    font-size: 16px !important;

}
.drawer .drawer__inner cart-drawer-items .drawer__cart-items-wrapper tbody td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button button.button.button--tertiary {
    font-size: 13px !important;
}
.drawer__inner-empty .button {
    font-size: 20px !important;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation {
    padding: 20px 0px;
}
.menu-drawer-container div#menu-drawer nav.menu-drawer__navigation details summary.menu-drawer__menu-item {
    font-size: 16px;
}
.review-text-content {
    max-height: 9.5em;
}
section.static-reviews .review-container .review-wrapper.js-slick-reviews button.slick-arrow::after {
    display: none;
}
section.features-section .features-wrapper .feature-item:nth-child(even) {
    border: 0;
}
footer.footer .footer__content-top .footer__blocks-wrapper .footer-block.grid__item h2.footer-block__heading::after {
    filter: invert(1);
}

.collection-hero picture {
    display: flex;
}

.collection-tabs-wrapper ul.tabs-nav {
    display: flex;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
    gap: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
}

.collection-tabs-wrapper ul.tabs-nav li.tab-list-item {
    width: 28%;
    padding-left: .125rem;
    padding-right: .125rem;
    flex-shrink: 0;
    position: relative;
    max-width: 100%;
}

.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn:first-child {
    display: none;
}

.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile span.tab-title {
    display: block;
    font-size: 14px;
}
section.collection-circles .circle-wrapper .circle-item a p {
    font-size: 16px;
}
section.features-section .features-wrapper .feature-item img {
    max-width: 50px;
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.collection-hero {
    min-height: 210px!important;
    align-items: stretch !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
}
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper.page-width {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background: #f47e25;
    padding: 20px !important; 
    
} 
.collection-hero.collection-hero--with-image picture img {
    position: unset !important;
    object-position: center;
}
.collection-hero picture {
    display: flex;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn-mobile.active span.tab-title {
    color: #f47f34;
}
section.features-section .features-wrapper .feature-item {
    padding: 10px !important;
}
section.features-section {
    padding: 10px 16px 30px;
}
.collection-tabs-wrapper ul.tabs-nav  button.slick-next.custom-arrow.slick-arrow {
    right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-tabs-wrapper ul.tabs-nav  button.slick-next.custom-arrow.slick-arrow::before {
    display: none;
}
.collection-tabs-wrapper ul.tabs-nav  button.slick-next.custom-arrow.slick-arrow::after {
    position: relative;
    transform: unset;
    width: 15px;
    left: 0;
    top: 0;
    right: unset;
    height: 15px;
}
.collection-tabs-wrapper ul.tabs-nav  button.slick-next.custom-arrow {
    right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-tabs-wrapper ul.tabs-nav button.slick-prev.custom-arrow.slick-arrow {
    z-index: 9;
    left: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collection-tabs-wrapper ul.tabs-nav button.slick-prev.custom-arrow.slick-arrow::after {
    position: relative;
    width: 15px;
    height: 15px;
    top: 1px;
    right: 1px;
    left: unset;
    transform: rotate(180deg);
}

.collection-tabs-wrapper ul.tabs-nav button.slick-prev.custom-arrow.slick-arrow::before {
    display: none;
}
.collection-hero.collection-hero--with-image picture img {
    max-height: 430px;
    object-position: bottom;
}
cart-items.page-width .cart__items tbody tr td .product-option dt {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
div#main-cart-footer .cart__footer .cart__blocks .cart__ctas button#checkout {
    margin-top: 5px;
}

.collection-hero.mobile-banner-0 picture img {
    object-position: 100% 43%;
}
.collection-hero.mobile-banner-1 picture img {
    object-position: 100% 69%;
}
.collection-hero.mobile-banner-2 picture img {
    object-position: 100% 44%;
}
.collection-hero.mobile-banner-3 picture img, .collection-hero.mobile-banner-4 picture img  {
    object-position: 100% 79%;
}

}
@media(max-width:749px){
    cart-items.page-width .cart__items tbody tr td.cart-item__totals.right.medium-hide {
    display: none;
}

div#main-cart-items table.cart-items tbody tr td.cart-item__quantity {
    grid-column: 5;
    position: unset;
    grid-row: 1;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__media .cart-item__image-container img.cart-item__image {
    max-width: 70px;
    height: 70px;
    object-fit: contain;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__quantity .cart-item__error {
    margin: 0;
}
div#main-cart-items table.cart-items tr.cart-item>td.cart-item__details {
    min-height: auto;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper a.button {
    font-size: 12px !important;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__quantity {
    grid-column: 5;
    position: unset;
    grid-row: 1;
    max-width: 100%;
    padding: 10px 0px 0px;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__media .cart-item__image-container img.cart-item__image {
    border: 1px solid #ddd;
    padding: 8px;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button {
    margin: 8px 0px 0px;
}
div#main-cart-items table.cart-items tr.cart-item {
    border-bottom: 1px solid #ddd;
}

div#main-cart-items table.cart-items tr.cart-item>td.cart-item__details {
    min-height: auto;
    grid-column: 2 / 5;
    padding-right: 10px;
}
div#main-cart-items table.cart-items tr.cart-item td {
    border: 0;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__quantity {
    padding: 10px 0px;
}

div#main-cart-items table.cart-items tbody tr .cart-item__quantity-wrapper quantity-input.quantity {
    max-width: 80px;
    min-height: unset;
    height: 32px;
}

div#main-cart-items table.cart-items tr {
    position: relative;
}
div#main-cart-items table.cart-items tbody tr .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button {
    max-width: 20px;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper {
    justify-content: center;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity button.quantity__button svg.icon {
    width: 12px;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper quantity-input.quantity input {
    font-size: 14px;
}
cart-items.page-width .title-wrapper-with-link {
    padding: 0;
}
cart-items.page-width .title-wrapper-with-link a.underlined-link {
    padding: 0 20px;
}
cart-items.page-width .cart__items tbody tr td.cart-item__totals .cart-item__price-wrapper span.langwill-money {
    font-size: 16px;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__media .cart-item__image-container img.cart-item__image {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    padding: 0 !important;
}
cart-items.page-width .cart__items tbody tr td.cart-item__quantity .cart-item__quantity-wrapper cart-remove-button {
    justify-content: center;
}
div#main-cart-items table.cart-items tr.cart-item td.cart-item__totals.right {
    display: block !important;
    grid-row: 1;
    grid-column: 5;
    padding-bottom: 0;
}
div#main-cart-items table.cart-items tbody tr td.cart-item__quantity {
    grid-row: 2;
}

div#main-cart-items table.cart-items tr.cart-item>td.cart-item__details {
    grid-row: span 2;
}

div#main-cart-items table.cart-items tr.cart-item>td.cart-item__details .cart-item__price-wrapper {
    display: none;
}
.product__info-wrapper.grid__item .product__info-container .price--on-sale .price__sale span.price-item.price-item--sale span.langwill-money {
    font-size: 25px;
}
cart-items.page-width .cart__items tbody tr td .product-option dt {
    word-break: break-word;
}
}
@media(max-width:567px){
    div#main-cart-items table.cart-items tr.cart-item>td.cart-item__details {
    min-height: auto;
    grid-column: 2 / 5;
    padding-right: 10px;
}
    cart-items.page-width .title-wrapper-with-link h1.title {
    font-size: 30px;
}

div#main-cart-items table.cart-items tr {
    margin: 0;
    gap: 0px;
}

div#main-cart-items table.cart-items tr th.caption-with-letter-spacing {
    border: 0;
    font-weight: 600;
}

div#main-cart-items table.cart-items tbody tr td.cart-item__media {
    min-width: 80px;
    width: 100%;
}

div#main-cart-items table.cart-items tbody tr td.cart-item__media .cart-item__image-container {
    padding: 0;
}

div#main-cart-items table.cart-items tbody tr td.cart-item__media .cart-item__image-container img.cart-item__image {
    border: 1px solid #ddd;
    padding: 8px;
}

cart-items.page-width .cart__items tbody tr td.cart-item__details {
    padding-left: 10px;
}

cart-items.page-width .cart__items tbody tr td.cart-item__details a.cart-item__name {
    font-size: 16px;
}


.gallery-slider.slick-initialized.slick-slider .slick-track {
    margin: 0 -20px;
}
.gallery-slider .gallery-item {
    margin: 0 5px !important;
}
body:not(.cus_Pro_Class) cart-items.page-width {
    padding-bottom: 40px !important;
    position: relative;
}
body:not(.cus_Pro_Class) cart-items.page-width {
    padding-top: 20px !important;
}
body:not(.cus_Pro_Class) cart-items.page-width .title-wrapper-with-link>a.underlined-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.color-background-1.isolate.gradient .collection.section-template--19798812590159__featured-collection-padding h2.title.h2 {
    font-size: 28px;
}
cart-drawer.active {
  opacity: 1;
  visibility: visible;
}
cart-drawer #CartDrawer {
  transform: translateX(100%);
  transition: transform 0.2s ease;
}
cart-drawer.active #CartDrawer {
  transform: translateX(0);
}
cart-drawer.closing #CartDrawer {
  transform: translateX(100%);
}

}
@media(max-width:492px){
.collection-tabs-wrapper ul.tabs-nav {
    gap: 10px;
    padding: 15px 10px;
}
.collection-tabs-wrapper ul.tabs-nav li.tab-list-item button.tab-btn {
    font-size: 15px;
    letter-spacing: 0;
}
.collection-hero.collection-hero--with-image picture img {
    max-height: 73vw !important;
}
.collection-hero.collection-hero--with-image .collection-hero__text-wrapper.page-width {
    padding: 10px 20px !important;
}
.collection-hero .collection-hero__text-wrapper h1.collection-hero__title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px !important;
}
div#main-cart-footer .cart__footer .cart__blocks .totals h2.totals__subtotal {
    font-size: 22px;
    color: #000;
    font-weight: 400;
}
div#main-cart-footer .cart__footer .cart__blocks .totals p.totals__subtotal-value {
    margin: 0 8px;
    font-size: 24px;
}
cart-items.page-width .cart__items tbody tr td .product-option dt {
    font-size: 13px;
}
cart-items.page-width .cart__items tbody tr td .product-option  dd {
    display: block;
    font-size: 15px;
}
div#main-cart-items table.cart-items tbody tr .cart-item__quantity-wrapper quantity-input.quantity {
    max-width: 90px;
    min-height: unset;
    height: 34px;
}
cart-items.page-width .cart__items tbody tr td.cart-item__details a.cart-item__name {
    font-size: 18px;
}

}

@media(max-width:480px){
    .logo_Content .lwr_Imgs_Logos .logos_Imgs img {
    width: 100%;
    max-width: 160px;
}
.logo_Content .lwr_Imgs_Logos {

    padding-inline: 15px;
}
.drawer__footer .below-text-cart-drawer img {
    max-width: 300px;
    width: 100%;
}
cart-drawer.drawer .drawer__inner .drawer__header h2.drawer__heading {
    font-size: 12px;
    line-height: 23px;
}
}

section.features-section .features-wrapper .feature-item:first-child img {
    max-width: 45px;
    height: 50px;
}
.collection-tabs-wrapper ul.grid.product-grid>li.grid__item .card .card__information .price .price__container span s.price-item {
    display: none;
}
cart-items.page-width .cart__items tbody tr td .product-option dt {
    display: block;
}
cart-items.page-width .cart__items tbody tr td .product-option  dd {
    display: block;
    font-size: 16px;
}