/** Shopify CDN: Minification failed

Line 575:23 The "-" operator only works if there is whitespace on both sides

**/
body,
.color-scheme-1,
.color-scheme-2,
.color-scheme-3,
.color-scheme-4,
.color-scheme-5 {
  color: rgba(var(--color-foreground));
}
body,
html {
  scroll-behavior: smooth;
}
:root {
  --sticky-header-height: 70px;
}
.mak-flex {
  display: flex;
}
.ai-center {
  align-items: center;
}
.jc-space {
  justify-content: space-between;
}
.w-100 {
  width: 100%;
}
.header__icon--search .svg-wrapper,
.header__icon--search .svg-wrapper svg {
  width: 2.5rem;
  height: 2.5rem;
}
.header__icon--cart .svg-wrapper,
.header__icon--cart .svg-wrapper svg,
.header__icon--account .svg-wrapper,
.header__icon--account .svg-wrapper svg {
  width: 24px;
  height: 24px;
}
.header__icon--account .svg-wrapper svg .cls-1,
.header__icon--cart .svg-wrapper svg .cls-1 {
  stroke: #fff;
  fill: transparent;
}
.header__inline-menu ul {
  column-gap: 1rem;
}
.mak-banner-col-img {
  width: 45%;
}
.mak-banner-col-text {
  width: 55%;
}
.mak-row-reverse {
  flex-direction: row-reverse;
}
.banner__heading {
  margin: 0;
}
.banner__text {
  padding: 2.5rem 0;
  font-size: 20px;
  line-height: 1.3;
}
.mak_media.global-media-settings.background-transparent.media {
  background-color: transparent;
}
.mak_banner-main .swiper-pagination {
  bottom: 20% !important;
}
.swiper-button-next,
.swiper-button-prev {
  z-index: 1 !important;
}
.swiper-pagination-bullet-active {
  background: rgba(
    var(--color-button),
    var(--alpha-button-background)
  ) !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 6px !important;
}
.banner-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.swiper-slide-active .banner__heading {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.shopify-payment-button {
  width: 48%;
  min-width: 48%;
}
.swiper-slide-active .banner__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.jc {
  justify-content: center;
}
.swiper-slide-active .banner__buttons {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.swiper-slide-active .mak-banner-col-img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.4s ease 0.5s;
}

.mak-banner-col-img {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.5s ease;
}
/* .font-size-les p {
    font-size: 40px;
} */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none !important;
}
.cls-1 {
  opacity: 1 !important;
}
.mak_list-svgs svg {
  width: 20px;
  height: 20px;
}
.mak_list-svgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mak_sticky-text p {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.mak_items-sticky:first-child {
  padding-right: 8%;
}
.mak_items-sticky.active .mak_sticky-text p {
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.mak_items-sticky.active svg .cls-1,
.mak_items-sticky.active svg .cls-2,
.mak_items-sticky.active svg .cls-3,
.mak_items-sticky.active svg .cls-4,
.mak_items-sticky.active svg .cls-5 {
  stroke: rgba(var(--color-button), var(--alpha-button-background)) !important;
  fill: rgba(var(--color-button), var(--alpha-button-background)) !important;
}
.mak_items-sticky.active .icon-recovery circle {
  fill: rgba(var(--color-button), var(--alpha-button-background)) !important;
}
.mak_sticky-menu .cls-1 {
  fill: #000 !important;
  stroke: #000 !important;
}
.mak_banner-slider .swiper-button-next {
  right: -8%;
  width: 50px;
  height: 50px;
}
.mak_banner-slider .swiper-button-prev {
  left: -8%;
  width: 54px;
  height: 54px;
}
.mak_banner-slider .swiper-button-next svg,
.mak_banner-slider .swiper-button-prev svg {
  width: 54px;
  height: 54px;
  border-radius: 50px;
}
.mak_banner-slider .swiper-button-next svg .cls-1,
.mak_banner-slider .swiper-button-prev svg .cls-1 {
  fill: #232323;
  opacity: 0.21 !important;
}
.mak_items-sticky {
  text-decoration: none;
  color: rgba(var(--color-foreground));
  display: flex;
  align-items: center;
  gap: 1rem;
}
:root {
  --header-height: 0px;
  --sticky-menu-height: 0px;
}

#stickyMenuWrapper {
  height: var(--sticky-menu-height);
  position: absolute;
  width: 100%;
  margin-top: -2rem;
}

.mak_sticky-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mak_sticky-menu.is-sticky {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  border-top: 1px solid gray;
}
.mak_items-sticky .mak_sticky-text p {
  transition: color 0.3s ease, stroke 0.3s ease, fill 0.3s ease;
}
.quick-buttons-wrap.mak-flex {
  flex-direction: row-reverse;
  gap: 1rem;
}
.quick-buttons-wrap product-form {
  flex: 1;
}
.mak_sticky-menu.is-sticky .page-width {
  max-width: 100%;
}
.mak_sticky-menu.is-sticky .mak_sticky-main {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
.footer__blocks-wrapper.grid {
  width: 70%;
  margin: 0 auto;
}
.footer-block__heading,
.mak_address p {
  text-transform: uppercase;
}
.mak_footer-logo {
  padding-top: 5rem;
}
.mak_address a {
  color: rgba(var(--color-foreground));
  text-decoration: none;
}
.mak_address p {
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-size: 1.4rem;
  color: rgba(var(--color-foreground));
}
.header__submenu .header__menu-item:hover,
.header__submenu .list-menu__item--active {
  text-decoration: none !important;
}
.header__submenu .list-menu__item--active,
.header__submenu .header__menu-item:hover {
  color: rgba(var(--color-button), var(--alpha-button-background));
}
.product .price > * {
  font-size: 20px;
  font-weight: 400;
}
.product__media.media.media--transparent,
.thumbnail,
.product-media-container,
.product__media-item {
  background-color: #232323 !important;
}
.product__info-wrapper legend.form__label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.product__info-wrapper.grid__item {
  margin-top: 4rem;
}

/* .main-product-infoo,
.tab-collection {
  background-image: url(https://cdn.shopify.com/s/files/1/0704/7675/9178/files/Asset_2.png?v=1750107137) !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
} */
.histroy-back {
  outline: none;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  color: rgba(var(--color-foreground));
}
.mak-card-content .card__information {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between;
  padding-bottom: 0;
  gap: 1rem;
}
.mak_quantity-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #4f4f4f;
}
.mak_quantity,
.custom-card-variants {
  width: 48%;
}
.mak_quantity .quantity {
  width: 100%;
}
.mak_quantity .product-form__quantity .form__label {
  display: none;
}
.mak-btm-price {
  width: 48%;
}
.mak_quantity-flex.mak_change-price {
  flex-direction: row;
  gap: 1rem;
}
.mak_quantity-flex .product-form__input {
  margin: 0;
}
.mak_change-price .mak-btm-price {
  order: 1;
}
.mak_change-price .custom-card-variants {
  order: 1;
}
.mak_change-price .mak_quantity {
  order: 2;
}
.custom-card-variants .product-form__input .form__label {
  display: none;
}
.grid.product-grid {
  margin: 0;
}
.mak-card-info {
  height: 100%;
}
.btm-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.mak_banner-main {
  position: relative;
}
.mak_list-svgs .icon-seeall .cls-1 {
  stroke-width: 5px;
}
.collection .product-form__buttons .button {
  font-size: 11px !important;
  padding: 1rem !important;
  min-width: 100% !important;
}
.collection__title .title {
  text-transform: uppercase;
  font-weight: 250;
  margin: 0 !important;
  color: rgb(var(--color-button-text));
  --color-button: var(--color-secondary-button);
  --color-button-text: var(--color-secondary-button-text);
  font-size: 35px;
}
.mak_feat-icon,
.mak_feat-icon img {
  width: 30px;
  line-height: 0;
}
.product-form__submit {
  min-width: 48%;
  width: 48% !important;
}
.mak-feat-flex {
  gap: 1.5rem;
}
.mak_desktop-hidden {
  display: none;
}
.mak_card-link {
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.collection .product-form {
  width: 42%;
}
.collection .product-form__buttons {
  max-width: 100%;
  justify-content: center;
}
.tab-collection {
  margin-bottom: -60px;
}
.tab-data {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 40px;
}
.tab-data-flex {
  width: 32%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: inline-block;
}
.title-name:hover {
  color: #fb542f;
}
.img-width {
  line-height: 0;
}

.tab-data-flex .img-width img {
  transition: transform 0.6s ease-in-out;
  width: 100%;
  border-radius: 20px;
}
.icon-arrow-cus {
  width: 3rem;
}
.tab-data-flex:hover .img-width img {
  transform: scale(1.1);
}
.img-width img {
  width: 100%;
}
a.coll-style {
  text-decoration: none;
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.title-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 30px 20px;
  line-height: 25px;
}
span.arrow {
  align-items: center;
  justify-content: center;
  display: flex;
}
.arrow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tab-data-flex:hover .arrow {
  opacity: 1;
  visibility: visible;
}

.tab {
  overflow: hidden;
  align-items: center;
  display: flex;
  gap: 3rem;
}
.block-tab {
  padding-top: 30px;
}

.tabcontent .product__description.rte.quick-add-hidden {
  line-height: 22px;
  font-weight: 400;
}
/* Style the buttons inside the tab */
.tab button {
  border: none;
  outline: none;
  color: #000;
  letter-spacing: 2px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 0px;
  transition: 0.4s;
  font-size: 16px;
  background: transparent;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  border-bottom: 2px solid transparent;
}
.tab button.active {
  border-color: #1be245;
}
.tabcontent {
  display: none;
}

.tabcontent:first-child {
  display: block;
}

.tab button:hover {
  color: #000;
}

.product-item {
  width: calc(33.333% - 10px);
  text-align: center;
}

.product-item img {
  width: 100%;
  height: auto;
}
.product__description ul {
  padding: 0;
}
.product-item p {
  margin: 5px 0;
}
@media screen and (max-width: 1500px) and (min-width: 1300px) {
  .mak_banner-slider .swiper-button-next {
    right: -4%;
  }
  .mak_banner-slider .swiper-button-prev {
    left: -4%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1150px) {
  .mak_banner-slider .swiper-button-next {
    right: -4%;
  }
  .mak_banner-slider .swiper-button-prev {
    left: -4%;
  }
}
@media screen and (max-width: 1150px) and (min-width: 990px) {
  .collection .grid--4-col-desktop .grid__item {
    width: calc(33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33%- var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .mak_items-sticky {
    white-space: nowrap;
  }
  .mak_container-sticky {
    overflow-x: scroll;
    gap: 1rem;
  }
  .mak_banner-slider .swiper-button-next {
    right: -5%;
  }
  .mak_banner-slider .swiper-button-prev {
    left: -5%;
  }
  .mak_sticky-menu.is-sticky .mak_sticky-main {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 990px) and (min-width: 769px) {
  .mak_banner-slider .swiper-button-next {
    right: -4%;
  }
  .mak_banner-slider .swiper-button-prev {
    left: -4%;
  }
  .mak_items-sticky {
    white-space: nowrap;
  }
  .mak_container-sticky {
    overflow-x: scroll;
    gap: 1rem;
  }
  .mak_sticky-menu.is-sticky .mak_sticky-main {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .mak_desktop-hidden {
    display: none !important;
  }
  .mak-row-reverse {
    flex-direction: column;
  }
  .mak-banner-col-img,
  .mak-banner-col-text {
    width: 100%;
  }
  .mak_banner-item {
    padding: 0 1rem;
  }
  .mak_banner-flex {
    row-gap: 2rem;
  }
  .banner__text {
    padding: 2rem 0;
    font-size: 18px;
  }
  .button,
  .button-label,
  .shopify-challenge__button,
  .customer button {
    font-size: 1.4rem !important;
  }
  .button,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded {
    min-width: calc(14rem + var(--buttons-border-width) * 2) !important;
    min-height: calc(4rem + var(--buttons-border-width) * 2) !important;
  }
  .banner__text p br {
    display: none;
  }
  .mak_banner-slider .swiper-button-prev {
    left: 0;
  }
  .mak_banner-slider .swiper-button-next {
    right: 0;
  }
  .grid__item.mak_empty-slide {
    display: none;
  }
  .mak_container-sticky {
    overflow-x: scroll;
    gap: 2rem;
  }
  /* .mak_items-sticky {
    white-space: nowrap;
  } */
  .mak_items-sticky {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
  }
  .mak_sticky-menu.is-sticky .mak_sticky-main {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .footer__blocks-wrapper.grid {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-block.grid__item.footer-block--menu {
    width: 45% !important;
  }
  .footer-block__details-content {
    margin-bottom: 0rem !important;
  }
  .mak_banner-main .swiper-pagination {
    bottom: 5% !important;
  }
  .mak-feat-sec {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  #stickyMenuWrapperMobile {
    /* height: var(--sticky-menu-height); */
    position: absolute;
    width: 25%;
    margin-top: 0rem;
    display: block;
    height: 100%;
  }
  .mak_container-sticky {
    overflow-x: unset;
    gap: 2rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem 0;
  }
  .mak_sticky-menu-mobile.is-sticky {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 25%;
    border-top: 1px solid gray;
    border-right: 1px solid gray;
  }
  .mak_items-sticky:first-child {
    padding-right: 0;
  }
  .mak_mobile-hidden {
    display: none;
  }
  .mak_desktop-hidden {
    display: block;
  }
  .mak_sticky-text p {
    font-size: 10px;
    word-break: break-all;
    text-transform: capitalize;
  }
  #stickyMenuMobile .page-width {
    padding: 0 1rem;
  }
  .cls-1 {
    fill: #000 !important;
  }
  .footer {
    z-index: 1;
    position: relative;
  }
  #stickyMenuWrapperMobile {
    height: 100%;
  }
  #stickyMenuMobile {
    height: 100%;
  }
  #stickyMenuMobile .page-width {
    height: 100%;
  }
  #stickyMenuMobile .mak_sticky-main {
    height: 100vh;
  }
  .tab button {
    padding: 10px;
  }
  .tab-inner-content {
    width: 100%;
  }
  .product-form__submit,
  .shopify-payment-button {
    min-width: 100%;
    width: 100% !important;
  }
  .product-form__buttons {
    flex-wrap: wrap;
  }
  .header {
    padding: 8px 1.5rem 10px 1.5rem !important;
  }
  .collection .product-form {
    width: 48%;
  }
}
.custom-card-variants .select__select,
.customer select .customer select,
.mak_quantity .quantity,
.custom-card-variants .select:after {
  --inputs-border-width: 0px !important;
}
.border-top-remove:after {
  border-top: unset !important;
}
.cls-4,
.cls-5 {
  stroke: #000 !important;
}
.cls-3 {
  fill: #000 !important;
}
.mak_change-price .quantity__button {
  width: calc(3.5rem / var(--font-body-scale));
}
.cus-button {
  text-align: center;
}
.cus-style {
  text-align: center;
  font-size: 13px;
  margin-top: 0;
}
.flex-banner-img,
.collection-hero__title {
  margin: 0 !important;
  font-weight: 350;
}
.flex-banner-img {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row-reverse;
  gap: 10px;
  padding-top: 25px;
}
.image-size-width {
  line-height: 0;
  width: 30px;
  height: 40px;
  display: flex;
}
.image-size-width img {
  width: 100%;
}
.cus-bg-css {
  background-color: inherit !important;
  color: #000 !important;
  text-decoration: underline !important;
  border: none !important;
  padding: 0;
  font-size: 16px;
}
.button--secondary.cus-css-btn {
  background-color: transparent;
}
.button--secondary.cus-css-btn:after {
  box-shadow: 0 0 0 1px;
}
.title-wrapper-with-link .collection-list-title {
  color: #4ba047;
  font-weight: 300;
}
.collection-card-wrapper .card__media .media img {
  object-fit: contain !important;
}
.cus-css-btn {
  padding: 5px 4px !important;
  font-size: 12px !important;
}
.cus-btn-flex {
  display: flex;
  gap: 5px;

  justify-content: center;
}
.mak-price-hide a {
  color: rgba(var(--color-foreground));
}
.shopify-policy__container {
  max-width: 95.6rem;
}
.shopify-policy__title h1 {
  text-align: left;
  color: #4ba047;
  font-weight: 300;
}
.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  text-transform: uppercase;
}
