/** Shopify CDN: Minification failed

Line 42:0 Unexpected "#4e77554e55526d6d"
Line 58:0 Unexpected "#4e77554e55526d6d"

**/
/* base */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}
body,
html {
  font-size: var(--font-size-base);
}
.collection-page {
    background-color: #e9e9e9;
}

.collection-slider__item .inner-slider-list .card-inner .collection_title, .collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner .collection_title a {
    color: white !important;
    font-weight: 500;
}

/* .gvl-card__meta span{
  display:none !important;
} */

/* Contact page css start*/

.sk-btn.sk-btn-success {
    width: 100%;
    border-radius: 0px !important;
}

#4e77554e55526d6d{
  width: 100%;
    border-radius: 0px !important;
}
sk-form .sk-success-message {
    position: absolute;
    bottom: 80px !important;
    padding-right:50px !important;
}

.sk-success-message {
    position: absolute;
    bottom: 80px !important;
    padding-right:50px !important;
}

#4e77554e55526d6d{
  position: absolute;
    bottom: 80px !important;
    padding-right:50px !important;
}

/* Contact page css end*/


#normalize-gift-widget__checkbox {
  accent-color: green; /* Works in modern browsers */
}

.product-form__buttons button{
  margin:15px 15px 0px 15px !important;
}

 #shopify-section-template--18410903830753__custom_liquid_yaLVKd {
    height: 100vh; /* Each section takes full viewport height */
  }
#shopify-section-template--18410903830753__custom_liquid_inAjk9 .col-12, #shopify-section-template--18410903830753__custom_liquid_inAjk9 .container-wide{
  padding:0px;
  
}
@media (max-width:768px){
#splide01-slide01 .inner-slider-list .image_inner_wrap {
  background-position: 0px -88px !important;
}
}
.sk-success-message {
    display: block;
    position: relative;
    margin-top: 15px;
    padding-right: 55px !important;
    order: 1; /* Moves it down */
}
#ProductInfo-template--19343664906465__main .wishlisthero-product-page-button-container{
  display:none;
}

.low-stock-message {
    font-size: 18px;
    font-weight: bold;
    color: #d9534f; /* Red color for urgency */
    background: #fff3cd; /* Light yellow background */
    padding: 8px 12px !important;
    border-radius: 5px;
    border: 1px solid #d9534f;
    display: inline-block;
    margin-top: 15px;
   margin-bottom: 15px;
    text-align: center;
}

.in-stock-message {
    font-size: 16px;
    font-weight: bold;
    color: #28a745; /* Green color for in-stock */
    background: #e9f6ec; /* Light green background */
    padding: 8px 12px !important;
  border-radius: 5px;
    border: 1px solid #28a745;
    display: inline-block;
 margin-top: 15px;
   margin-bottom: 15px;
  text-align: center;
}

.out-of-stock-message {
    font-size: 18px;
    font-weight: bold;
    color: #6c757d; /* Gray for out of stock */
    background: #f8f9fa;
    padding: 8px 12px !important;
  border-radius: 5px;
    border: 1px solid #6c757d;
    display: inline-block;
 margin-top: 15px;
   margin-bottom: 15px;
  text-align: center;
}
.cart-stock {
    font-size: 16px;
    font-weight: bold;
    color: #28a745; /* Green color for in-stock */
    padding: 5px 0;
}

.contact-page{
  margin-left: 10%
}
#shopify-section-template--18410903830753__custom_liquid_inAjk9 .col-12{
  height:auto;
}
@media (max-width:768px){
  .splide__list{
    height:auto !important;
  }
}
#shopify-section-template--19190971826401__custom_liquid_inAjk9 .col-12, #shopify-section-template--19190971826401__custom_liquid_8imGGV .col-12{
  padding:0px;
}
@media(max-width:768px){
  .qr-optin-pop-content > div:first-of-type p:first-of-type {
    font-size: 24px !important;
  
}
#shopify-section-template--19190971891937__text_image_BjRTg3 .col-6 {
    margin-bottom: 0px !important;
}
  .image_text_section{
  padding:0px !important;
}
  .contact-page{
  margin-left:0%;
}
  .contact-page h4{
    padding:0px 15px;
  }
}
#shopify-section-template--19190971891937__text_image_nxhC6j.image_text_section{
  padding:0px !important;
}
.pagination__item.pagination__item--current{
  font-weight:bold;
}
.MuiSnackbar-root .MuiSnackbarContent-root .MuiSnackbarContent-message .MuiCard-root .MuiCardActions-root a{
  cursor:pointer !important;
}
a.btn-glow {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  color: #03e9f4;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
  margin-right: 50px;
}
/* a.btn-glow:nth-child(1) {
  filter: hue-rotate(270deg);
} */
a.btn-glow:nth-child(2) {
  filter: hue-rotate(110deg);
}
a.btn-glow span {
  position: absolute;
  display: block;
}
a.btn-glow span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, white);
  animation: animate1 2s linear infinite;

}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
a.btn-glow span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, white);
 animation: animate2 2s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
a.btn-glow span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, white);
    animation: animate3 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
a.btn-glow span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, white);
  animation: animate4 2s linear infinite;
  animation-delay: 1.5s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

@media (max-width: 768px) {
  #shopify-section-template--18410903896289__text_image_nxhC6j .row , #shopify-section-template--18410903896289__text_image_hwXrrP .row{
    flex-direction: column-reverse;
  }
}

.side_slide_sidebar {
  position: sticky !important;
  top: 0; /* Adjust this value to offset from the top */
  height: 100vh; /* Full viewport height */
  overflow-y: auto; /* Enable scrolling within the sidebar */
}

.product-recommendations__heading{
  margin-bottom:0px !important;
  font-size:16px;
  font-weight:400;
}
.rte a{
  color:black !important;
}
.page-width{
  max-width:1200px !important;
}
.no-flex{
  display:block !important;
}
.submit-product{
  max-width:25rem;
  width:100%;
        padding: 17px 41px !important;

}
.quantity_wrap .product-form__buttons{
flex-direction: column !important;
}

.product-form__buttons{
gap:10px;

}
.shopify-payment-button{
    max-width:25rem;
    max-height: 80px;
  width:100%;
  margin:0px !Important;
}
.page-title{
  margin:0px !Important;
}

.sk-form button.sk-btn{
  border-radius:0 !Important;
}
/* .product__media img{
  border:1px solid black !important;
} */
.media>*:not(.zoom,.deferred-media__poster-button), .media model-viewer{
  z-index:1;
}
.product__form--add-to-cart{
  max-width:25rem;
  width:100%;
  height:100% !important;
      padding: 17px 41px !important;
    max-height: 80px;
}
h2.product__title {
    font-size: 30px;
    font-weight: 400;
}
.wishlisthero-product-page-button-container .btn{
  background:black !important;
}
.page-width .price--large {
    font-size: 20px !important;
}
#wishlisthero-product-page-button-container, #wishlist-hero-product-page-button{
  padding-top:0px !important;
}
@media screen and (min-width: 750px) {
    hr {
        margin: 3rem 0 !important;
    }
}
.wishlist-hero-dyna-translate a, a.wishlist-hero-dyna-translate{
  color:black !important;
}
.wishlisthero-product-page-button-container .btn:hover{
    background:#424530 !important;

}
/* Initially hide the Add to Cart button */
/* .card-wrapper .add_to_cart_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.card-wrapper:hover .add_to_cart_wrap {
  opacity: 1;
  visibility: visible;
} */
.collection-slider {
  background: black;
}
.collection-slider .my-slider-progress{
  display:none;
}
.collection-slider__item.splide__slide .image_inner_wrap:before{
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}
.collection-slider__item.splide__slide .image_inner_wrap:hover:before {
    opacity: .4;
    transition: all .3s ease;
}
p{
  text-align:justify !important;
}
span a.wishlist-hero-list-card-header-product-name{
  text-align:left !important;
}
.collection-slider
  .collection-slider-list
  .collection-slider__item
  .inner-slider-list
  .image_inner_wrap {
  opacity: 0.8;
}
.collection-slider
  .collection-slider-list
  .collection-slider__item
  .inner-slider-list
  .card-inner
  .collection_title,
.collection-slider
  .collection-slider-list
  .collection-slider__item
  .inner-slider-list
  .card-inner
  .collection_title
  a {
  color: white;
}
.collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner{
  background:black;
  width:max-content !important;
}
.collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner:before{
  background:#424530 !important;
}
.collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner .collection_title, .collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner .collection_title a{
  color:white !important;
}
.collection-slider .collection-slider-list .collection-slider__item .inner-slider-list .card-inner .collection_title{
      animation-fill-mode: none !important;
}
.collection_link h3,  h3.collection_title{
  font-size:17px;
}
.card-wrapper{
background: white;
    /* border: 1px solid black; */
    padding: 10px;
    border-radius: 10px;
}wh
.tabs-popup-section .tabs-wrapper .tabs .tabs_blocks .active[data-tab-content], .newsletter__subheading p {
  text-align: justify;
}
div.Title_module_title__b135ea6e {
  display: none !important;
  opacity: 0 !important;
}
@media (max-width:768px){
  .contact-img{
    display:none;
  }
}
button.anim_button{
  background:black;
}
section#shopify-section-template--18410903929057__form{
/* background:url('/cdn/shop/files/logo_18.png?v=1739795934') !important;*/
  background:#ffffff;
  background-position: center  !important;
  background-size:cover !important;
}
.anim_button::hover{
  background:#41452F !important;
}
.tabs-popup-section .tabs-wrapper .tabs .video_block:before {
  padding-top: 50% !important;
}
h5.card-information__text{
  font-size:16px !important;
}
.sk-logo-image{
  display:none !important
}
.sk-btn:focus, .sk-btn:active{
  background:black;
  border:black;
}
input:focus::placeholder,
textarea:focus::placeholder{
  color: transparent !important;
}
#shopify-section-template--18410903929057__form .row{
  justify-content:center;
}
.tabs-popup-section .tabs-wrapper .tabs .tabs_blocks .section_title{
  margin-bottom:2px !important;
}
body {
  min-height: 100%;
  margin: 0;
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-size: var(--font-size-base);
  line-height: var(--font-line-height-base);
  font-weight: var(--font-weight-body);
  color: var(--color-body-text);
  -webkit-text-size-adjust: none;
}

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}
h4.feature_title{
  text-align:left;
}
.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}
.shopify-policy__title{
  display:none;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.quantity{
  height:40px !important;
}
.image-bar__item {
  border-left:2px solid white;
  
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: 120rem;
    padding: 0 5rem;
  }
}

.element-margin {
  margin-top: 30px;
}

.spaced-section--full-width + .spaced-section--full-width {
  margin-top: 0;
}

.spaced-section--full-width:first-child {
  margin-top: 0;
}

.spaced-section--full-width:last-child {
  margin-bottom: 0;
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden-mobile,
.overflow-hidden {
  overflow: hidden !important;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.rte blockquote,
.article-template__content blockquote {
  position: relative;
  padding: 62px 70px 62px 130px;
  margin: 50px 0;
  font-size: 1.16rem;
  line-height: 1.42em;
  color: var(--color-headings);
  background-color: var(--color-hover-color-1);
}
.rte blockquote:before,
.article-template__content blockquote:before {
  content: '"';
  position: absolute;
  top: 55px;
  left: 65px;
  font-size: 5rem;
  line-height: 1em;
  color: var(--color-extra-title);
}
.rte blockquote p,
.article-template__content blockquote p {
  margin: 0;
}
.rte blockquote cite,
.article-template__content blockquote cite {
  font-size: 16px;
  line-height: 1.5em;
  color: var(--color-extra-title);
  margin-top: 18px;
  display: block;
  font-weight: var(--font-weight-btn);
}

blockquote {
  color: var(--color-body-text);
}

cite {
  font-style: var(--font-style-body);
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
}

.caption-with-letter-spacing {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-body-text);
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-style: var(--font-style-btn);
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1rem;
  line-height: 1.2;
}
.spr-form-label {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  color: var(--color-alt-text);
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  border-style: hidden;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 1px solid var(--color-body-border);
  white-space: normal;
  word-break: break-word;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none;
  }
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: var(--color-link-color-1);
  background-color: transparent;
  font-size: 1rem;
}
.link:hover,
.customer a:hover {
  color: var(--color-hover-color-1);
}

.link--text {
  color: var(--color-link-color-1);
}

.link--text:hover {
  color: var(--color-hover-color-1);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 1px;
  background-color: var(--color-body-border);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: var(--color-alt-back);
  color: var(--color-alt-text);
  fill: var(--color-alt-text);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link {
  color: var(--color-link-color-1);
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover {
  color: var(--color-hover-color-1);
  text-decoration-thickness: 0.2rem;
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 6px;
  right: 1rem;
  top: calc(50% - 3px);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 9;
}


/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* component-title */
.section-title {
  margin-bottom: 30px;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  margin-top: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 990px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}

.subtitle {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  color: var(--color-accent-color-1);
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-left: -0.5rem;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 750px) {
  .grid {
    margin-left: -1rem;
  }
}

.grid__item {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(25% - 0.5rem * 3 / 4);
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: calc(25% - 1rem * 3 / 4);
    max-width: 50%;
  }
}

.grid--gapless .grid__item {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}

@media screen and (min-width: 990px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - 0.5rem * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - 0.5rem / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - 1rem / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--4-col-desktop .grid__item {
    width: calc(25% - 1rem * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - 1rem * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - 1rem / 2);
  }
}

.grid__item--vertical-align {
  align-self: center;
}

.grid__item--full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }

  .grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    padding-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

/* component-media */
.media {
  display: block;
  background-color: var(--color-body-back);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom, .deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}


/* component-form */
.spr-form-input[class*="spr-form-input-"],
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: var(--border-radius-field);
  outline: none;
  color: var(--color-field-text);
  border: 2px solid var(--color-field-border);
  font-size: 16px;
  width: 100%;
  /* padding: 1.5em 1.5rem;
  height: 80px; */
  padding: 0.5em 0.5rem;
  height: 40px; 
  box-sizing: border-box;
  transition: all 0.3s  ease;
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-field-text);
}
.field__input::placeholder {
  color: var(--color-field-text);
}
.select__select {
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-field-text);
}

.text-area,
.select {
  display: inline-block;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
}

.select__select,
.customer select {
  cursor: pointer;
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
}

.customer .field {
  display: block;
}

.field--with-error {
  flex-wrap: wrap;
}
.spr-form-input[class*="spr-form-input-"],
.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
}

.customer .field label {
  font-size: 1rem;
  left: 1.5rem;
  top: 1.3rem;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: var(--color-body-text);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  /* height: 4.4rem; */
   height: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

/* Text area */

.text-area {
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  padding: .5rem;
  min-height: 10rem;
  resize: none;
}

.text-area--resize-vertical {
  resize: vertical;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */
.spr-form-label,
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.1rem;
}

.customer .field .form__message {
  font-size: 1rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  outline: none;
}

.form-status-list {
  padding: 0;
  margin: 30px 0 30px;
  outline: none;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  border: 2px solid var(--color-field-border);
  position: relative;
  width: 10rem;
  display: flex;
  height: 80px;
  border-radius: var(--border-radius-field);
}

.quantity__input {
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
}

.quantity__button {
  width: 3rem;
  flex-shrink: 0;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body-text);
}

.quantity__button svg {
  width: 16px;
  pointer-events: none;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem var(--color-body-back) inset !important;
  -webkit-box-shadow: 0 0 0 10rem var(--color-body-back) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 2;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  top: 2rem;
  right: 2rem;
  height: 3.5rem;
  width: 3.5rem;
  background-color: var(--color-btn-back-hover);
  border-radius: 50%;
  color: var(--color-btn-text-hover);
  transform: none;
  transition: all 0.4s ease-in-out;
}
.modal__close-button.link:hover {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
  background-color: var(--color-btn-back);
  color: var(--color-btn-text);
}

.modal__close-button .icon {
  width: 20px;
  height: 20px;
  color: currentColor;
}

.modal__content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-body-back);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-cart-count-bubble,
.site-header__cart-count,
.cart-count-bubble {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  background-color: var(--color-accent-color-3);
  color: var(--color-btn-text);
  top: -10px;
  right: -10px;
  transition: all 0.3s;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  min-width: unset;
  min-height: unset;
  font-weight: var(--font-weight-body);
  font-size: 10px;
  text-align: center;
  font-style: normal;
}

/* section-header */
#shopify-section-navigation-area {
  z-index: 4;
  will-change: transform;
  position: relative;
}

#shopify-section-navigation-area.shopify-section-header-sticky {
  position: fixed;
}
body.overflow-hidden #shopify-section-navigation-area.shopify-section-header-sticky {
  position: relative;
}

.shopify-section-header-sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 20px 2px rgba(0,0,0,0.05);
}
.shopify-section-header-sticky .stiky_back {
  background-color: var(--color-header-sticky-back);
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

#shopify-section-navigation-area.animate {
  transition: transform 0.3s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link .text_header {
  line-height: 1;
  margin: 0;
}
/* .splide__arrow--prev, .splide__arrow--next{
  display:none !important;
} */
.footer-logo,
.header__heading-logo {
  height:auto;
  width: 100%;
}
a.footer-link{
  display:block !important;
}
.add_to_cart_wrap{
  display:flex;
      align-items: center;
}
@media (max-width:468px){
  .footer-logo, .header__heading-logo {
    height: auto;
    width: 100%;
    object-fit: contain;
}
}
/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  height: 140px;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  padding: 30px 6rem;
  background-color: var(--color-body-back);
}

.search-modal__content .modal__close-button.link {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  transition: all 0.4s ease-in;
  transform: none;
  background-color: transparent !important;
  color: var(--color-body-text);
}
.search-modal__content .modal__close-button.link:hover {
  transform: rotate(360deg);
  transition: all 0.4s ease-in;
}

.search-modal__form {
  width: 100%;
  max-width: 38.5rem;
}
.template-search__results {
  margin-top: 60px;
}
.template-search__search .search {
  margin-top: 30px;
}
.template-search__results > .row {
  margin-bottom: -50px;
}
.template-search__results > .row > [class*="col-"] {
  padding-bottom: 50px;
}
.template-search__results .card-wrapper .card .card__inner {
  position: relative;
  background-color: var(--color-alt-back);
  color: var(--color-alt-title);
}
.template-search__results .card-wrapper .card .card__inner .placeholder-svg {
  display: block;
  color: var(--color-alt-title);
}
.template-search__results .card-wrapper .card .card__inner .card__badge {
  position: absolute;
  top: 15px;
  right: 15px;
}
.template-search__results .card-wrapper .card .card__content {
  margin-top: 42px;
}
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
  width: 20px;
  height: 20px;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width: 1439px) {
  .rte blockquote,
  .article-template__content blockquote {
    padding: 40px 40px 40px 90px;
    margin: 30px 0;
  }
  .rte blockquote:before,
  .article-template__content blockquote:before {
    top: 40px;
    left: 40px;
    font-size: 3rem;
  }
}

@media(max-width: 1279px) {
  .quantity {
    width: 9rem;
  }
  .rte blockquote,
  .article-template__content blockquote {
    font-size: 18px;
  }
}
@media(max-width: 1023px) {
  .template-search__results>.row {
    margin-bottom: -30px;
  }
  .template-search__results>.row>[class*=col-] {
    padding-bottom: 30px;
  }
  .template-search__results .card-wrapper .card .card__content {
    margin-top: 20px;
  }
}

@media(max-width: 767px) {
  .template-search__results>.row {
    margin-bottom: -40px;
  }
  .template-search__results>.row>[class*=col-] {
    padding-bottom: 40px;
  }
  .title-wrapper {
    margin-bottom: 30px;
  }
  .customer .form__message svg, .form__message--large .icon {
    margin-right: 5px;
  }
  .quantity {
    height: 65px;
  }
  table:not([class]) td, 
  table:not([class]) th {
    padding: 10px;
  }
  .template-search__results {
    margin-top: 40px;
  }
  .search__input.field__input {
    padding-right: 65px !important;
  }
  .field__button {
    height: 65px;
  }
  .search-modal__content {
    padding: 20px 30px;
  }
  .search-modal {
    height: 105px;
  }
  .search-modal__content .modal__close-button.link {
    top: 0;
    right: 0;
    position: relative;
    margin-left: 10px;
  }
  .search-modal__content .search-modal__form .field__button .icon-search {
    width: 20px;
    height: 20px;
  }
  .template-search__search .search__button .icon {
    width: 20px;
    height: 20px;
  }
  .rte blockquote,
  .article-template__content blockquote {
    padding: 30px 30px 30px 70px;
    margin: 20px 0;
  }
  .rte blockquote:before,
  .article-template__content blockquote:before {
    top: 30px;
    left: 30px;
  }
}

@media(max-width: 479px) {
  .modal__close-button.link {
    height: 40px;
    width: 40px;
    top: 20px;
    right: 20px;
  }
  .modal__close-button.link .icon {
    width: 15px;
    height: 15px;
  }
}
/* ===== DECORISE POPUP FIX (FINAL) ===== */

.modal {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.modal__content,
.modal__inner {
  max-width: 400px !important;
  width: 90% !important;
  padding: 24px !important;
  border-radius: 8px !important;
}

.modal__content input,
.modal__inner input {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #ddd !important;
}

.modal__content button,
.modal__inner button {
  width: 100% !important;
  padding: 12px !important;
  background: black !important;
  color: white !important;
}
