/** Shopify CDN: Minification failed

Line 1039:10 Expected identifier but found whitespace
Line 1039:22 Unexpected ";"

**/
:root{
  --inputs-border-width: 1px;
  --duration-short: .1s;
      --inputs-radius: 0px;
      --inputs-border-width: 1px;
       --grid-desktop-horizontal-spacing: 20px;
  --grid-desktop-vertical-spacing: 20px;
}

.product-grid {
  --grid-mobile-horizontal-spacing: 18px !important;
  --grid-mobile-vertical-spacing: 18px !important;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: 300px !important;
    }
}
.page-title{
  display:none;
}


/* .slider-buttons{
  display:none !important;
} */
.product-form__submit{
  background:#00584b !important;
  color:white;
}

.slider-mobile-gutter {
  width: 100%;
}

.thumbnail-list{
  display:flex !important;
}
.thumbnail-list__item{
  max-width:70px;
  width:100%;
}
/* 
#MediaGallery-template--15740762947669__main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-direction: row-reverse;
}
*/

@media screen and (min-width: 330px) and (max-width: 768px) {
  
.product--left{
    flex-wrap: wrap !important;
  }
  /* .product-grid{
    column-gap:30px !important;
  } */
  
} 

/* .thumbnail-slider ul {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
} */
/* .thumbnail-slider ul li {
  width: 100%;
}
.thumbnail-slider {
  width: 10%;
} */


#shopify-section-template--15740762751061__1762084362668a4f26{
  background-color:#fffacd;
}
.ai-icon-list-adxpacwz6rmfnyudytaigenblockbc85e92af9qra{
  max-width:1400px;
  margin:auto;
}
.ai-icon-list__item-adxpacwz6rmfnyudytaigenblockbc85e92af9qra{
  align-items:center !important;
}

@media screen and (min-width: 990px) {
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: 1fr auto 1fr !important;
        column-gap: 2rem;
    }
  .header{
    padding: 2rem !important;
  }
}
/* .slider-mobile-gutter 
.slider-button {
  display:none !important;
} */
.slider-mobile-gutter .slider-buttons{
  position: absolute !important;
    width: 100% !important;
    display: flex !important;
    justify-content: end !important;
    margin: auto !important;
    top: -60px;
}
.slider-mobile-gutter .slider-button .icon{
  height: 40px !important;
}
.slider-counter{
  display:none;
}
/* .slider-mobile-gutter .slider-button{
  color: white !important;
} */
.slider-button{
  width:40px !important;
  height:40px !important;
  color:#00584B;
}
.slider-mobile-gutter .slideshow__controls{
  border: 0px !important;
}
.slider-mobile-gutter .svg-wrapper{
  width: 40px !important;
    height: 40px !important;
}
.collection__title {
  text-align: center !important;
}
.custom-badge {
    
    border: 1px solid transparent;
    border-radius: 0px;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
    padding: .5rem 1.3rem .6rem;
    text-align: center;
    background-color: white !important;
    border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
    color: black !important;
    word-break: break-word;
}

@media (max-width: 480px) {
    .custom-badge {
        font-size: 2.5vw;
        padding: 0.15rem 0.3rem;
        width: 18%;
    }
}

@media (max-width: 768px) {
    .custom-badge {
        font-size: 2vw;
        padding: 0.2rem 0.4rem;
        width: 15%;
    }
    .offer-badge{
      font-size:10px !important;
    }
}
.custom-second-badge{
      top: 5px;
    opacity: 1;
    z-index: 2;
    font-size: 11px;
  left: 0;
    font-weight: 600;
    line-height: 14px;
    position: absolute;
    transition: all .2s ease-in-out;
    color: #fff;
    padding: 3px 8px 3px 10px;
  border-radius: 0 15px 15px 0;
  background: #427D3A;

}
/* .card__badge {
  display: none !important;
} */
.custom-badge::after {
    content: '';
    position: absolute;
    bottom: -0.42rem;
    left: 0;
    width: 100%;
    height: 0.45rem;
    background: #e9772b;
    clip-path: polygon(0% 0%, /* Start at the top-left */ 25% 100%, /* First wave peak (down) */ 50% 0%, /* First wave trough (up) */ 75% 100%, /* Second wave peak (down) */ 100% 0% /* End at the top-right */);
}
@media screen and (min-width: 750px) {
    .card__information {
        padding-bottom: 0px;
        padding-top: 0 !important;
    }
}

/* .custom-tag-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
} */

.badge-bestseller {
  background: #111; /* black */
}

.badge-new {
  background: #1a8f4b; /* green */
}

.badge-limited {
  background: #c0392b; /* red */
}


.product-card-description {
    font-size: 16px;
    line-height: 1.4;
    max-height: calc(1em * 1.4 * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 10px;
}

.price__sale{
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 10px;
  justify-content: flex-end;
}

.quick-add__submit{
  background: #00584B;
  color: white;
}
@media screen and (min-width: 750px) {
    /* .card-wrapper {
        border-radius: 2rem 2rem 7rem;
        padding: 1.5rem;
      
    } */
}
    
.card {
  background: none !important;
}
/* .card-wrapper:hover {

  transition: transform .3s ease;
}
.card-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px #0000001a;
} */
.header__icon .icon{
  color: #00584B !important;
}
.rating-star{
  --color-rating-star:yellow !important;
}
.outlined-button{
      background: #fff !important;
    border: solid 1px #00584b;
    color: #00584b;
    margin-top: 15px;
    text-transform: capitalize;
  width: 150px;
    border-radius: 52px;
    padding:9px 13px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  
  
}
product-form .outlined-button:before {
    content: '';
    background: url(https://cdn.shopify.com/s/files/1/0270/3346/9006/files/byun.png?v=1731492160);
    display: inline-block;
    height: 18px;
    width: 18px;
    background-size: contain !important;
    vertical-align: middle;
    background-repeat: no-repeat !important;
}
.contact_row{
  display: flex;
    width: 100%;
    gap: 4rem;
}
.contact_row div{
  width: 100%;
  margin-bottom:7px;
}
.contact {
  max-width: 1200px;
  margin: auto;
}
.contact_info a {
    color: #00584b;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness var(--duration-short) ease;
}
.contact_info p{
  font-size: 14.5px !important;
}
@media(max-width:1024px){
  .contact_row{
    flex-direction: column
  }
  
}


/* footer */
.custom-footer {
  /* background-color: #bbb6b654; */
  background-color:#FFFACD;
  color: #fff;
  padding: 5rem 3rem 2rem;
  font-family: 'Inter', sans-serif;
}

.custom-footer__wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  padding:0 !important;
  gap: 2rem;
}

@media (max-width: 768px) {
.custom-footer__wrapper {
    flex-wrap: wrap;
  }
}

/* .custom-footer__column {
  flex: 1 1 240px;
  min-width: 220px;
} */

.custom-footer__brand {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.custom-footer__link {
  color: #fff;
  text-decoration: none;
}

.custom-footer__link:hover {
  text-decoration: underline;
}

.custom-footer__list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.custom-footer__list li {
  margin-bottom: 0.5rem;
    font-family: "Avenir Next", sans-serif !important;
font-size: 14.5px;
  color: black !important;
}

.custom-footer__heading {
  color: #E7C57E;
  font-weight: 600;
  font-size: 1.1rem;
}

/* .custom-footer__newsletter {
  margin-top: 3rem;
} */

.custom-footer__form {
  display: flex;
  margin-top: 0.5rem;
}

.custom-footer__input {
  padding: 10px;
  border: none;
  border-radius: 6px 0 0 6px;
  width: 200px;
  outline: none;
}

.custom-footer__submit {
  background-color: #E7C57E;
  color: #000;
  border: none;
  padding: 10px 1rem;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-weight: bold;
}

.custom-footer__contact-btn {
  display: inline-block;
  background-color: #E7C57E;
  color: #000;
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
  margin: 1rem 0;
  text-decoration: none;
  font-weight: 600;
}

.custom-footer__social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 1rem;
}

.custom-footer__social-icons img {
  width: 36px;
  height: 36px;
}

.custom-footer__app-links {
  display: flex;
  gap: 10px;
  margin-top: 0.6rem;
  align-items: center;
}

.custom-footer__app-links img {
  width: 135px;
  height: auto;
  border-radius: 25px;
}

.custom-footer__sub-heading {
  margin-top: 1rem;
  font-weight: 500;
}

.custom-footer__copyright {
  font-size: 14px;
  margin-top: 2rem;
}

.custom-footer__column h4{
  font-family: "Avenir Next", sans-serif !important;
  color: #e9772b !important;
  text-transform: uppercase;
    margin: 0 0 .5em;
    line-height: 1.4;
    font-size: 17px;
    font-weight: 700;
}

.custom-footer__button{
      font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    border-radius: 25px;
    background-color: #d0bd80;
    color: #00584b;
    display: inline-block;
    padding: 8px 10px;
    max-width: 220px;
}
.footer__list-social a {
    border-radius: 50%;
    background: white;
}
.list-social__item .svg-wrapper {
    display: contents;
}
ul.footer__list-social {
    justify-content: space-between;
  gap: 20px;
  margin: 2rem 0;
}
.list-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.custom-footer__column p{
  font-size: 14.5px !important;
    font-family: "Avenir Next", sans-serif !important;

}
.custom-footer__column strong{
  color: rgba(269,255,255) !important;
}
.footer-top,
.custom-footer__bottom{
  max-width: 1400px !important;
  margin: auto !important;
}
.custom-footer__bottom p{
  font-size: 12.5px !important;
 color: black !important;
}
.custom-footer__column p{
 color:black !important;
  font-size: 15px;
}
.custom-footer__column a{
   color:black !important;

}
.colored_text{
  color: #e9772b !important;
}
.custom-footer__column h5{
  color: #d0bd80 !important;
  
  font-size: 15px;
}

@media screen and (min-width: 750px) {
    .custom-footer__app-links a {
        flex: 0 0 48%;
    }
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background:#427d3a;
}
.reset__button{
  display:none !important;
}

.newsletter-form__button {
    width: 4.4rem;
    margin: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    border-radius: 0 .5rem 2.1rem 0;
}
.newsletter-form__field-wrapper .field__input {
    padding-right: 5rem;
    background-color: transparent;
    box-shadow: none;
    color: #333;
        border-radius: 0 .5rem 2.1rem 0;

}

.field__input, .customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    transition: box-shadow var(--duration-short) ease;
}
.newsletter-form__field-wrapper .field {
    z-index: 0;
  font-family: 'Avenir Next';
    background-color: #fff;
    border-radius: .5rem .5rem 2.1rem;
}

.field {
    position: relative;
    width: 100%;
    display: flex
;
    transition: box-shadow var(--duration-short) ease;
  
}
.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
}
.footer__list-social svg {
    fill: #e9772b;
    color: #e9772b;
}

.field__button,
.newsletter-form__button {
  outline: none;
  border: none;
  box-shadow: none !important;
}

.field__button:focus,
.newsletter-form__button:focus {
  outline: none;
  box-shadow: none !important;
}
.field__input {
  border: none;
  outline: none;
}

.newsletter-form__field-wrapper .field::before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: none !important;
  z-index: -1;
}

.newsletter-form__field-wrapper .field::after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: none !important;
  border-radius: var(--inputs-radius);
  box-shadow: none !important;
  transition: none;
  z-index: 1;
}


.product__description  .page-width{
  padding: 0px !important;
}
@media screen and (min-width: 750px) {
    .product__info-wrapper {
         padding: 0 !important; 
    }
}
@media screen and (min-width: 990px) {
    .product--medium:not(.product--no-media) .product__media-wrapper, .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 100%  !important; 
        width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
    }
}
.product--left{
  gap: 5rem !important;
  flex-wrap:nowrap;
}
.price__regular{
  display: none !important;
}

/* custom code  */

.grid:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 750px) {
    .collection-container {
        justify-content: center;
    }
}
.collection-container {
    column-gap: 0;
    row-gap: 0;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 8px;
    overflow: auto;
  gap: 20px;
}

@media screen and (min-width: 750px) {
    .collectionMenu a {
        margin: 8px 15px;
    }
}


@media screen and (min-width: 750px) {
    .collectionMenu img {
        width: 50px;
        height: 50px;
    }
}
.collectionMenu img {
    width: 45px;
    height: 55px;
}
@media screen and (min-width: 750px) {
    .collectionMenu strong {
        font-size: 1.32rem;
    }
}

.collectionMenu strong {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 500;
    display: block;
}
.collection-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  font-size: 14.5px;
  color: black;
  gap: 10px;
  font-weight: 100;
}

.logo_text{
  font-size: 32px;
  text-transform: capitalize;
  color: #d0bd80!important;
}
/* .announcement-bar-slider .slider-button,
.collection  .slider-button{
  display: none !important;
} */
.quick-add__submit{
  margin: 0rem auto;
  width: 100%;
  margin-top:2rem !important
}
.card--card .quick-add {
    margin: 0 !important;
}

@media screen and (max-width: 749px) {
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item, .grid--peek .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
    }
}
.collection-card-wrapper .card__content{
padding:25px 0px !important;
}
.collection-card-wrapper .card__content h3 {
  color: black;
  font-size: 1.5rem;
  /* text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); */

}
.collection-list-wrapper .card--media .card__inner .card__content {
    background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 20px;
    border-top-right-radius: 20px;

}
.collection-card-wrapper .card__content .card__caption{
  display:none;
}
.collection-card-wrapper{
  /* border-radius: 20px !important; */
  padding: 0px !important;
}
.collection-list-title{
  text-align: center;
  margin: auto;
}
.footer_desc{
  max-width: 400px;
}
@media screen and (min-width: 750px) {
    .newsletter-form {
        align-items: flex-start;
        margin: 0 auto;
        max-width: 100% !important;
    }
}
.quinn-branding{
  display: none !important;
}
.newsletter-form__button .icon{
  color: #e9772b;
}
/* custom  */

.collection-list__item .card__caption{
  font-size: 12px !important;
  color: black !important;
}
.collection-card-wrapper .card--card .card__inner .card__media{
  /* border-radius: 20px !important; */
}
.jdgm-preview-badge .jdgm-star,
.jdgm-histogram .jdgm-star,
.jdgm-rev-widg .jdgm-star{
  color: #f9cf0b !important;
}
.jdgm-write-rev-link.jdgm-write-rev-link,
.jdgm-histogram__bar-content{
  background: #e9772b !important;
  border:none !important;
}


/* scroll */

.marquee-container {
  width: 100%;
  overflow: hidden;
  /* background: #fff; */

}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.marquee-content {
  flex: none;
  padding: 0 2rem;
  white-space: nowrap;
  font-size: 16px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.offer-badge{
  color: white;
    font-size: 14px;
    font-style: italic;
}


/*  custom testmo */

.testimonial-slider-container {
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.testimonial-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.stars svg {
  width: 20px;
  height: 20px;
  fill: #f4a825;
  margin: 0 2px;
}

.testimonial-slider {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  gap:2rem;
}

.testimonial-card {
  flex: 0 0 50%; /* Show 2 at a time */
  max-width: 50%;
  padding: 2rem;
  box-sizing: border-box;
  background: #427D3A;
  text-align: center;
  opacity: 0.9;
}

.testimonial-card h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
}

.testimonial-card p {
  font-size: 1rem;
  color: white;
  margin-bottom: 1rem;
}

.testimonial-image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 auto;
}

.quote-icon {
  font-size: 3rem;
  color: #f4a825;
}

/* .testimonial-slide{
  background: #427D3A;
} */


@media screen and (max-width: 749px) {
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: 250px !important;
    }
    .arrow{
      display:none !important;
    }
    .card__heading{
    text-align:left !important;
    font-size:11px !important;
}
.card__information{
  padding:0 1rem;
}
.price{
  font-size:13px;
}
}
.card-information{
  text-align:left !important;
margin-top:2rem !important;

}
.card__heading{
    text-align:left !important;
    font-size:16px ;
}
.price:not(.price--show-badge) .price-item--last:last-of-type{
  font-weight:bold !important;
}

.offer-badge {
    position: absolute;
    top: 0;
    left: 0;
    
    background:#ff0000d9;   /* Dark Green */
    color: #fff;
    
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;

    border-bottom-right-radius: 40px;
    border-top-left-radius: 10px;
    line-height: 1.2;
}

/* Bigger percentage text */
.offer-badge strong {
    font-size: 20px;
    display: block;
}

/* Right Corner Badge */
/* .custom-tag-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;

  padding: 8px 14px;
  border-radius: 12px;

  font-size: 13px;
  font-weight: 600;

  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
} */

.custom-tag-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 5;

  background: #1f5c4a; /* dark green */
  color: #fff;

  font-size: 12px;
  font-weight: 600;

  padding: 6px 12px;

  /* border-radius: 0px; */
      border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 12px;
}

  display: inline-flex;
  align-items: center;
  gap: 6px;

  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

/* Badge Colors */
.badge-bestseller {
  background: #f4e2c6;
  color: #8a5a1f;
}

.badge-new {
  background: #e8f1ff;
  color: #1e5bb8;
}

.badge-limited {
  background: #ffe9e9;
  color: #b42323;
}

.badge-bestseller {
  background: #f4e2c6;
  color: #8a5a1f;
}

.badge-new {
  background: #e8f1ff;
  color: #1e5bb8;
}

.badge-limited {
  background: #ffe9e9;
  color: #b42323;
}

/* Mobile only */
/* @media screen and (max-width: 749px) {
.full-unstyled-link{    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .card__information{
    padding-top:0;
  }
  .quick-add__submit{
  margin-top:0rem !important
}
}
@media screen and (max-width: 1025px) {
.full-unstyled-link{    
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
} */
