/** Shopify CDN: Minification failed

Line 1786:88 Unexpected "{"

**/
@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');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
:root{
  --primary-color:#A943DA;
  --yellow-color:#FEFF75;
  --secondary-color:#79CBCA;
  --matt-color:#333333;
  --white-color:#ffffff;
  --primary-light-color:#FF99BC;
  --secondary-light-color:D2FCFF;
  --primary-tone-color:#FBF3FF;
  --page-width:1440px!important;
  --junipButtonColor: var(--primary-color)!important;
}
.primary-bg{background-color:var(--primary-color);}
.secondary-bg{background-color:var(--secondary-color);}
.yellow-bg{background-color:var(--yellow-color);}
.primary-light-bg{background-color:var(--primary-light-color);}


body h1, body h2, body h3, body h4, body h5, body h6{font-family:'League Spartan'!important;}
body p, body a, body div, body span, body li, body ul{font-family:'poppins'}
a.button.button--primary {transition:.3s ease-in-out;outline: 2px solid var(--primary-color);outline-offset: -2px;}
a.button.button--primary:hover {background: transparent;color: var(--primary-color);transition:.3s ease-in-out;}

/* Announcement Bar */ 

.announcement-bar p.announcement-bar__message.h5 {font-size: 16px;padding: 10px 0!important;min-height: unset!important;}

/* Header */

header .list-menu a, header .list-menu summary {font-size: 17px;color: #333333;position:relative;}
header .list-menu a {padding: 1.2rem 15px!important;}
.header__menu-item span{transition:.3s ease-in-out;}
.header__menu-item:hover span{text-decoration:none;color:var(--primary-color);transition:.3s ease-in-out;}
.header__menu-item:after{position:absolute;content:'';width:0;height:2px;background-color:var(--primary-color);left:15px;bottom:0px;transition:.3s ease-in-out;right:15px;margin:auto;}
.header__menu-item:hover:after{transition:.3s ease-in-out;width:calc(100% - 30px);}
details[open]>.header__menu-item, .header__submenu .header__menu-item:hover{text-decoration:none}

/* Image with text v1*/

.hero-banner h1 {font-size: 58px;font-weight: 900;text-transform: uppercase;}
.hero-banner h1 span{font-family:'League Spartan'!important;color:var(--secondary-color);}
.button--primary {text-transform: uppercase;font-weight: 700;border-radius: 60px;padding: 15px 38px;}
.button--primary:after{box-shadow:unset!important;}
.hero-banner .image-with-text__content>*+*{margin-top:1rem}
.hero-banner .image-with-text__content .image-with-text__text+.button{margin-top:45px;}


/* Image with text v2 */

h2.image-with-text__heading.inline-richtext.h1 {text-transform: uppercase;font-weight:500;font-size: 36px;}
p.image-with-text-subheading {position: relative;margin-top: 1rem;color: var(--primary-color);font-size: 22px;line-height: 1.3;}
p.image-with-text-subheading:after {position: absolute;content: '';width: 450px;height: 1px;background: var(--primary-color);left: 0;bottom: -17px;}
.image-with-text__text.rte.body p {font-size: 18px;color: var(--primary-color);}
.section-template--16395720294587__image_with_text_v3_TLm3Wj-padding.gradient.color-scheme-abdd9042-93c4-4e17-9849-ca52463866fb {background-attachment: unset;}
.slider-counter__link--active span.dot {width: 80px;border-radius: 20px;background-color: var(--yellow-color)!important;}
.slider-counter__link span.dot {background: var(--white-color);}
.grid-section-unequal.image-with-text .image-with-text__grid .image-with-text__media-item{width: 65%;}
.grid-section-unequal.image-with-text .image-with-text__grid .image-with-text__text-item{width:35%;}
.grid-section-unequal h2.image-with-text__heading.inline-richtext.h1{color:var(--primary-color);}
.grid-section-unequal .image-with-text__text.rte.body p{color:var(--matt-color)}
.hide_arrows button.slider-button.slider-button--prev, .hide_arrows button.slider-button.slider-button--next {display: none;}
.slider-counter__link {padding: 1rem .5rem;}


/* Product Collection */

.collection .collection__title h2 {text-align: center;font-size: 36px;text-transform: uppercase;margin-bottom:0!important;}
.collection .collection__title .collection__description {max-width: 650px;text-align: center;margin: auto;}
.collection .collection__title .collection__description p {line-height: 24px;font-size: 18px;color: var(--white-color);margin-bottom: 40px;}
.collection .card__inner {border-radius: 10px!important;overflow: hidden;}
.collection .card .card__heading a {text-transform: uppercase;color: var(--yellow-color);font-size: 18px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.collection .card .card__badge .badge {z-index:1;background: var(--primary-color);text-transform: uppercase;padding: 5px 15px;font-size: 14px!important;color: var(--white-color);}
.collection .card .card__badge, .related-products .card__badge {position: absolute;top: 1rem;transform: none;bottom: auto;left: auto;right: 1rem;grid-row-start: unset;}
.collection .grid__item {padding: 10px;}

/* Collection listing */

section#shopify-section-template--16395720294587__cstm_collection_list_K8hDh4 .slider--desktop .slider__slide:first-child {margin-left: 0!important;}
.collection-list .card__heading a {font-size: 22px;text-align: center;color: var(--white-color);transition:.3s ease-in-out}
.collection-list .collection-list__item:hover .card__heading a{color:var(--yellow-color);transition:.3s ease-in-out}
.collection-list .card__heading a span.icon-wrap {display: none;}
.collection-list .collection-list__item {padding: 10px!important;}
.collection-list .collection-list__item .card__inner {border-radius: 10px;overflow: hidden;transition:.3s ease-in-out}
.collection-list .collection-list__item:hover .card__inner{transform:scale(1.06);transition:.3s ease-in-out}

/* Logo List */

.logo-list {padding: 70px 0;}
.logo-list .card-wrapper .card {display: flex;flex-direction: row;gap:30px;justify-content:center;}
.logo-list .card-wrapper .card .card__inner {flex: 0 1 250px;border-radius:20px;}
.logo-list h2.title.inline-richtext {text-align: center;text-transform: uppercase;margin-bottom:0;font-weight:600;}
.logo-list .collection__description p {text-align: center;margin-bottom: 40px;}
.logo-list .card-wrapper {margin-bottom: 40px;}
.instagram-listing .card__inner {border-radius: 10px;}
.box-shaped .card__inner {border-radius: 10px!important;box-shadow: 0px 0px 5px #0004;}
.box-shaped .card__inner img{max-width:50%!important;object-fit:contain!important;left:0!important;right:0!important;margin:auto!important;}

/* Footer */

.footer-block__brand-info p {color: var(--white-color);line-height: 1.5;}
.footer__content-bottom.scroll-trigger.animate--slide-in {padding: 0;border-top: none;transform: none;opacity: 1;}
.footer__content-bottom.scroll-trigger.animate--slide-in .footer__content-bottom-wrapper--center .footer__copyright.caption{border-top: 1px solid var(--white-color);}
.footer__copyright{padding-top:8px!important;width:100%;display:flex;}
.footer__copyright ul.policies.list-unstyled {margin-left: auto;}
.footer__content-bottom-wrapper--center {justify-content: space-between!important;}
.footer__copyright small.copyright__content, .footer__copyright small.copyright__content a {font-size: 16px!important;color: var(--white-color);}
h2.footer-block__heading.inline-richtext {font-size: 24px;text-transform: uppercase;margin-bottom: 17px;text-align:left;}
footer a.link.link--text {font-size: 16px;color: var(--white-color);padding: 0;margin-bottom: 5px;transition:.3s ease-in-out;}
footer a.link.link--text:hover{padding-left:10px;transition:.3s ease-in-out;}
.footer-block__details-content.newsletter-block .field:after{border-radius:40px!important}
.footer-block__details-content.newsletter-block .field input{border:2px solid;border-radius:40px;}
.footer-block__details-content.newsletter-block .field input:focus{box-shadow:unset!important;}
.footer__copyright ul.policies.list-unstyled li:before { content: "|";}


/* Collection Page */

.product-grid-container .collection .card .card__heading a {color: var(--matt-color);font-weight: 500;}
.product-grid-container .collection .card__inner{box-shadow:0px 0px 5px #0004}

/* Login Page */

.customer.login.section-template--16395720655035__main-padding {margin: 40px auto!important;background: var(--white-color);border-radius: 30px;color: var(--primary-color);box-shadow: 0px 0px 10px #0004;}
.customer.login h1#login {text-transform: uppercase;color: var(--primary-color);font-weight: bold;}
.customer.login .field input {background: #fff;border: 2px solid var(--primary-color);border-radius: 40px;}
.customer.login .field label{color:var(--primary-color)}
.customer.login a {color: var(--primary-color)!important;}
.customer button {border-radius: 40px;text-transform: uppercase;font-weight: 600;transition:.3s ease-in-out;outline:2px solid var(--primary-color);outline-offset:-2px;}
.customer button:hover{color:var(--primary-color);transition:.3s ease-in-out;background:transparent;}
body.apps___page.gradient {background: var(--yellow-color);}
.customer button:after{box-shadow:unset!important}
.customer.login h2.form__message{color:var(--primary-color)}

/* About Us Page */

.about-banner .image-with-text__text p, .about-banner .image-with-text-subheading {color: var(--white-color)!important;margin: 0;}
.cta .custom-section {display: flex;align-items: center;}
.cta {padding: 40px 0;}
.cta .custom-section .text-content {flex: 0 0 80%;font-family: 'League Spartan';font-weight: bold;color: var(--primary-color);}
.cta .custom-section .button-content {flex: 0 0 20%;text-align: right;}

/* Contact Us*/

.contact.page-width {display: flex;align-items: stretch;padding-top: 0;padding-bottom: 0;}
section#shopify-section-template--16395720360123__form{overflow:hidden;}
.contact.page-width .contact-info {flex: 0 0 450px;padding-top: 80px;padding-bottom: 80px;}
.contact.page-width .contact-info .contact-listing .contact-block {display: flex;align-items: center;margin-bottom: 30px;}
.contact.page-width .contact-info .contact-listing .contact-block .icon-block {width: 35px;height: 35px;margin-right: 12px;background: var(--primary-color);display: flex;justify-content: center;align-items: center;border-radius: 40px;}
.contact.page-width .contact-info .contact-listing .contact-block .link-block a {text-decoration: none;}
.contact.page-width .contact-info .contact-listing .contact-block .link-block p {margin: 0;color: var(--primary-color);}
.contact.page-width .contact-info h2.title {text-transform: uppercase;font-weight: 600;}
.contact.page-width form#ContactForm {padding:80px 0px 80px 60px;flex: 1;position: relative;background: #fff;}
.contact.page-width form#ContactForm .field {display: flex;flex-direction: column-reverse;}
.contact.page-width form#ContactForm .field:after, .contact.page-width  form#ContactForm .field:before{display:none;}
.contact.page-width form#ContactForm .field input{border:2px solid var(--primary-color);}
.contact.page-width form#ContactForm .field label.field__label {position: relative;left: 0;top: 0;color: var(--matt-color);font-size:1.5rem;letter-spacing:.05rem;font-weight:600;text-transform:capitalize;margin-bottom:9px;}
.contact.page-width form#ContactForm .field input {border: 1px solid #dddd;padding: 10px 25px!important;height: unset;border-radius: 40px;}
.contact.page-width form#ContactForm .field input:focus, .contact.page-width form#ContactForm .field input {padding: 10px 15px!important;height: unset!important;outline: 0!important;margin: 0!important;box-shadow:none;flex-grow: unset!important;transition: none!important;min-height: unset!important;background:transparent;}
.contact.page-width .field__input:focus~.field__label{font-size:1.5rem;letter-spacing:.05rem;}
.contact.page-width .text-area {background: transparent;border-radius: 30px;border: 1px solid #ddd!important;box-shadow: unset;}
.contact.page-width .contact__button button.button{border-radius:40px;outline:2px solid var(--primary-color);outline-offset:-2px;text-transform:uppercase;font-weight:500;}
.contact.page-width .contact__button button.button:hover{background:transparent;color:var(--primary-color);}
.contact.page-width .contact__button button.button:before, .contact.page-width .contact__button button.button:after{border:0!important;box-shadow:unset!important;}
.contact.page-width form#ContactForm:after {content: '';position: absolute;background: var(--white-color);left: 0;top: 0;width: 100vw;height: 100%;z-index: -1;}

/* Blog Page */

.main-blog h1.title--primary {text-align: center;text-transform: uppercase;color: var(--primary-color);}
.main-blog .blog-articles .blog-articles__article { background: var(--white-color); box-shadow: 0px 0px 10px #0004;border-radius: 20px;overflow: hidden;}
.main-blog .blog-articles .blog-articles__article .card__content {padding: 30px 25px;color: var(--primary-color);}
.main-blog .blog-articles .blog-articles__article .card__content a.full-unstyled-link {color: var(--primary-color);font-weight:500;}
body.page__blog.gradient {background: var(--white-color)!important;}
.main-blog .blog-articles .blog-articles__article .card__content .article-card__info span, .main-blog .blog-articles .blog-articles__article .card__content .article-card__info span.circle-divider:after {color: var(--matt-color);font-size: 16px;}
body.apps___page.gradient {background: var(--white-color);color: var(--matt-color);}

@media screen and (max-width:1400px){
  header .list-menu a, header .list-menu summary{font-size:16px;}
  header .list-menu a {padding: 1.2rem 10px!important;}
  .hero-banner h1{font-size:38px;}
  .collection-list .card__heading a{font-size:18px;}
  
}
@media screen and (max-width:991px){
  header.header {display: flex;}
  .menu-drawer summary.menu-drawer__menu-item{padding-left:1rem}
  /*.logo-list .card-wrapper .card .card__inner:nth-child(n+5) {display: none;}*/
  h2.title.inline-richtext {font-size: 24px;}
  .collection__description p{margin-bottom:20px;}
  .logo-list .card-wrapper {margin-bottom: 20px}
  .collection .collection__title .collection__description p{font-size:16px;}
  .collection .card .card__heading a{font-size:16px;}
  .product-grid-container .collection .card .card__heading a{-webkit-line-clamp:2;}
  header h1.header__heading {order: 0;}
  header .header__icons {order: 1;padding-right:1.25rem;margin-left:auto;}
  header-drawer {order: 2;}
  .header__icon--cart{margin-right:0}
  .hero-banner h1{text-align:center;font-size:30px;line-height:1.2}
  .image-with-text__text.rte.body p{text-align:center;}
  .image-with-text__content>*+*{margin:auto;}
  .hero-banner .image-with-text__content .image-with-text__text+.button{margin:10px auto 0;}
  .section-template--16395720294587__cstm_collection_list_K8hDh4-padding{padding:60px 0}
  .grid-section-unequal.image-with-text .image-with-text__grid{display:flex;flex-direction:column;}
  .grid-section-unequal.image-with-text .image-with-text__grid .image-with-text__media-item, .grid-section-unequal.image-with-text .image-with-text__grid .image-with-text__text-item{width:100%;}
  .grid-section-unequal h2.image-with-text__heading.inline-richtext.h1{margin:auto;font-size:24px;}
  .grid-section-unequal .image-with-text__text.rte.body p{line-height:1.3;}
  a.button.button--primary{margin:auto;}
  h2.image-with-text__heading.inline-richtext.h1{font-size:24px;margin:auto;}
  p.image-with-text-subheading {font-size: 16px;margin: auto;width: 100%;font-weight:500;}
  p.image-with-text-subheading:after{width:100%;}
  .image-with-text__text.rte.body p {text-align: center;font-size: 16px;line-height: 1.3;margin-top: 12px;}
  .image-with-text__content{padding:20px;text-align:center;}
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item{width:calc(80% - var(--grid-mobile-horizontal-spacing) - 3rem)}
  .section-template--16395720294587__image_with_text_v3_TLm3Wj-padding.gradient.color-scheme-abdd9042-93c4-4e17-9849-ca52463866fb{background:#fff;}
  .section-sections--16395720753339__footer-padding{padding-top:50px!important;}
  .footer__content-top{padding:0 20px!important}
  
  .newsletter-form__field-wrapper{max-width:unset!important;}
}
@media screen and (max-width:767px){
  .footer__blocks-wrapper {display: flex!important;}
  .footer-block--menu {flex: 0 0 48%;}
  .footer-block.grid__item.scroll-trigger.animate--slide-in:has(.footer-block__brand-info) {order: 0;}
  .footer-block.grid__item.scroll-trigger.animate--slide-in:has(.newsletter-block) {order: 1;}
  .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {order: 2;}
  .footer-block.grid__item.scroll-trigger.animate--slide-in {margin: 10px 0;}
  .footer-block__details-content.newsletter-block .field input, .footer-block__details-content.newsletter-block .field:after{border-radius:0!important;}
  .footer__copyright{flex-wrap:wrap;}
  .footer__copyright ul.policies.list-unstyled {order: 0;margin: auto;}
  .footer__copyright small.copyright__content {order: 1;margin-left: auto;}
  .footer__copyright small.copyright__content:nth-child(2) {order: 1;margin-right: auto;margin-left:5px;}
}
@media screen and (max-width:575px){
  .section-template--16395720294587__image_with_text_v2_BhfXCQ-padding.gradient.color-scheme-3 .page-width {padding: 0;}
  
}
@media screen and (min-width:750px){
  .main-blog .blog-articles{grid-template-columns:1fr 1fr 1fr;column-gap:35px!important;row-gap:35px!important;}
}
@media screen and (min-width:992px){
  .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {max-width: calc(var(--page-width) / 2);padding-left: 5rem;}
}

/** 3-06-24 **/
.header__icon:hover .icon{
    color:var(--primary-color);
	transition: .3s ease-in-out;
}
.global-media-settings{
  border:0px!important;
}
.collection-list .card__heading{
   text-transform:uppercase;
}
footer a.link.link--text:hover, footer .list-menu__item--active , .footer__copyright ul.policies.list-unstyled a:hover{
    color:var(--yellow-color)!important;
   text-decoration:none;
    transition:.3s ease-in-out;
}
.footer__copyright ul.policies.list-unstyled a{
    transition:.3s ease-in-out;
}
.footer-block .field__button>svg {
    height: 2rem;
    width: 2rem;
}
.header-wrapper .header__icon--cart {
    position: relative;
    margin-right:0;
}
/** single blog page css start **/
.article-single-blog {
    max-width: 1240px;
    margin:0px auto;
}
.article-single-blog .article-template__title {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size:40px;
    text-align: center;
    font-weight: 500;
  margin-bottom:15px!important;
  line-height:1;
}
.article-single-blog h4.date-author-wrap {
    text-align: center;
  margin:0px;
}
.article-single-blog .date-author-wrap span {
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.page-width-cstm-blog {
    max-width: 900px;
    margin: 0px auto;
    padding:0;
}
.page-width-cstm-blog strong {
    font-size: 28px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: League Spartan !important;
    line-height: 1;
    font-weight:500;
    margin-bottom: 10px;
    display: block;
}
.article-single-blog p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top:0;
}
.page-width-cstm-blog p:has(strong) {
    margin-bottom: 0;
}
.article-template__back .icon-wrap {
    margin-right: 10px;
}
.blogs-bottom-btn-wrpper {
    margin: 0px auto;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.backto-site {
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
}
.blogs-bottom-btn-wrpper .button.button--primary:hover path {
    fill:var(--primary-color);
}
.article-single-blog .blogs-bottom-btn-wrpper {
    margin-bottom: 70px!important;
    margin-top: 50px!important;
}
.article-single-blog .article-template__hero-adapt.media {
    border-radius: 10px;
    padding-bottom: 44.4%!important;
}
@media screen and (max-width:1440px){
  .article-single-blog {
      padding: 0 5rem;
  }
}
@media screen and (max-width:991px){
  .article-single-blog .blogs-bottom-btn-wrpper a.button.button--primary {
    margin-left: 0;
  }
  .article-single-blog .article-template__title {
    font-size:30px;
  }
  .page-width-cstm-blog strong {
    font-size: 22px;
  }
}
@media screen and (max-width:600px){
   .article-single-blog .blogs-bottom-btn-wrpper {
      flex-direction: column;
      gap: 20px;
      justify-content: center;
      align-items: center;
  }
  .article-single-blog .blogs-bottom-btn-wrpper a.button.button--primary {
    margin: 0;
 }
}

.list-social.blog__list-social {
    justify-content: center;
    gap: 21px;
    margin-bottom: 53px;
}
.blog__list-social .link.list-social__link {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}
.custom-design-steps {
    background:var(--white-color);
    padding-bottom:70px;
    padding-top:70px;
}
.custom-design-steps h2, .custom-reviews-slider h2 {
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 36px;
    text-transform: uppercase;
}
.custom-reviews-slider h2 {
    margin-bottom:20px;
}
.steps-row {
    display: flex;
    gap: 10%;
}
.custom-step-box {
    width: 33.33%;
  text-align:center;
  position:relative;
}
.custom-step-box .step-number {
    color:var(--matt-color);
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.step-title {
    color: var(--primary-color);
    font-size: 28px;
    margin-top: 27px;
    line-height: 1;
    margin-bottom: 13px;
   font-weight: 500;
}
.step-description p {
    font-size: 18px;
    color:var(--matt-color);
    line-height: 1.7;
}
.custom-step-media {
    margin-bottom: 15px;
}
.easy-step-title {
    display: inline-flex;
    background: var(--yellow-color);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    padding: 17px 31px;
    border-radius: 50px;
    justify-content:center;
}
.easy-step-title span {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 22px;
    line-height: 24px;
}
.easy-step-wrapper {
    text-align: center;
    margin-bottom: 60px;
}
.cstmcol-product-row {
    display: flex;
    flex-wrap: wrap;
}
.cstmcol-product-title{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.cstmcol-product{
    width: 50%;
    padding: 10px;
}
.custom-four-boxes {
    background: #fff;
}
.cstmcol-product-title h3 a {
    text-decoration: none;
    color: #fff;
}
.cstm-prod-topbanner .deferred-media__poster-button {
    background: transparent!important;
}
.cstm-prod-topbanner deferred-media.video-section__media:before {
    background:linear-gradient(#d9d9d900, #00000087);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}
.cstm-prod-topbanner .deferred-media__poster-button{
  z-index:31;
}
@media screen and (max-width:991px){
  .custom-step-box:not(:last-child):after {
      width: 42px;
      height: 40px;
      right: -25%;
      top:25%;
      background-size: contain;
      background-repeat: no-repeat;
  }
  .custom-step-media img {
    width: 100px;
 }
}
@media screen and (max-width:768px){
  .custom-step-box:not(:last-child):after {
      width: 35px;
      height: 30px;
      right: -25%;
      top:25%;
      background-size: contain;
      background-repeat: no-repeat;
  }
  .custom-step-media img {
    width: 100px;
 }
  .cstmcol-product-title {
    font-size: 18px;
 }
}
@media screen and (max-width:767px){
  .steps-row {
      display: flex;
      gap: 10%;
      flex-direction: column;
  }
  .custom-step-box {
    width:100%;
    text-align: center;
    position: relative;
 }
  .custom-step-box:not(:last-child):after{
      display:none;
  }
 .cstmcol-product-row {
    flex-direction: column;
  }
  .cstmcol-product{
    width:100%;
  }
}

/** 4-6-24 **/
.cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    font-size: .9rem;
    bottom: auto;
    left: auto;
    line-height: calc(1 + .1 / var(--font-body-scale));
    right: 0;
}
.cstmcol-product-block::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgb(217 217 217 / 0%), rgb(169 67 218 / 82%));
  transition: all 350ms;
}
.cstmcol-product-block:hover::before {
  top: 0;
}
.cstmcol-product-block img {
  width: 100%;
  height: 100%;
  margin-bottom: -3px;
}
.cstmcol-product-title {
    transform: translateY(-4px);
    opacity: 0; 
    transition: all 350ms;
}
.cstmcol-product-block .strech-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
}
.cstmcol-product-block {
    position: relative;
    line-height: 1;
    border-radius: 8px;
    overflow: hidden;
}
.cstmcol-product-block:hover .cstmcol-product-title {
  transform: translateY(0);
  opacity: 1;
}
.cstmcol-product-block .strech-link:empty {
    display: block;
}
.cstmcol-product-block .cstmcol-product-inner {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    top: 0px;
    right: 0;
    bottom: 20px;
    left: 20px;
}
.instagram-listing .card .card__inner .card__media{border-radius:10px;overflow:hidden}
/** custom reviews slider **/
.custom-reviews-slider .card img {
    max-width: 100%;
    width: 100%;
}
.custom-reviews-slider .collection-list__item .card-text h3 {
    color: var(--primary-color);
    font-size: 28px;
    margin-top: 5px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 0;
}
.custom-reviews-slider .collection-list__item .card {
    border-radius: 10px;
    overflow: hidden;
    background: var(--white-color);
    box-shadow: 0 0 10px #0004;
}
.custom-reviews-slider .collection-list__item .card-text{
  padding:30px;
}
.custom-reviews-slider .collection-list__item .card-text p {
    color: var(--primary-color);
    margin-top: 15px!important;
}
.custom-reviews-slider .slider-counter__link span.dot {
    background: var(--white-color);
    border:1px solid var(--primary-color);
}
.custom-reviews-slider .slider-counter__link--active span.dot {
    width: 80px;
    border-radius: 20px;
    background-color: var(--primary-color)!important;
}
.header-wrapper .header__icon--cart:hover svg {
    filter: brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2504%) hue-rotate(260deg) brightness(88%) contrast(92%);
}
.custom-reviews-slider .card img {
    max-width: 100%;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.custom-reviews-slider slider-component {
    --desktop-margin-left-first-item: none;
}
.custom-reviews-slider .title-wrapper-with-link {
    justify-content: center;
    margin:0;
}
.custom-design-steps h2 {
    margin-top: 0;
}
.custom-reviews-slider button.slider-button.slider-button--prev, .custom-reviews-slider button.slider-button.slider-button--next {
   display:block;
}
.custom-reviews-slider .slider-button , .product--thumbnail_slider .slider-mobile-gutter .slider-button{
    box-shadow: 0 0 10px #0004;
    border-radius: 50px;
    background: #fff;
    display: flex!important;
    align-items: center;
}
.custom-reviews-slider button.slider-button.slider-button--prev {
    left: -10px;
    position: absolute;
    top: 37%;
}
.custom-reviews-slider button.slider-button.slider-button--next {
    right: -10px;
    position: absolute;
    top: 37%;
}
.custom-reviews-slider .display_hide button.slider-button.slider-button--next,
.custom-reviews-slider .display_hide button.slider-button.slider-button--prev, .custom-reviews-slider .slider-buttons.no-js-hidden.display_hide .slider-counter.caption {
   display:none!important;
}
@media screen and (max-width:1250px){
  .cta .custom-section .text-content {
    flex: 0 0 78%;
    line-height: 1.4;
  }
  .cta .custom-section .button-content {
    flex: 0 0 230px;
  }
}
@media screen and (max-width:1220px){
  header .list-menu a, header .list-menu summary {
      font-size: 14px;
  }
  header .list-menu a {
    padding: 1.2rem 8px!important;
  }
  .header__icon, .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
  }
}
@media screen and (max-width:1100px){
  .header__heading-logo {
    width: 120px;
   }
  .header--middle-left {
    column-gap: 1rem;
   }
  .header__icon{
    height:2.6rem;
    width:2.6rem;
   }
  .header__icons {
    gap: 5px;
  }
  .header__icon--cart .icon {
    height: 3.4rem;
    width: 3.4rem;
  }  
    
}
@media screen and (max-width:1024px){
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem)!important;
  }
  .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
    width: 12%;
} 
}
@media screen and (max-width:989px){
    .custom-reviews-slider .display_hide button.slider-button.slider-button--next, .custom-reviews-slider .display_hide button.slider-button.slider-button--prev, .custom-reviews-slider .slider-buttons.no-js-hidden.display_hide .slider-counter.caption {
     display:block!important;
   }
  .header__icons {
    gap:10px;
  }
  .contact.page-width .contact-info {
    flex: 0 0 320px;
  }
  .contact.page-width form#ContactForm {
    padding: 80px 0px 77px 40px;
  }
  .cta .custom-section {
    flex-direction: column;
  }
  .cta .custom-section .text-content,.cta .custom-section .button-content {
    flex: 0 0 100%;
    width: 100%!important;
    justify-content: center;
    text-align: center;
  }
  .cta .custom-section .text-content {
    font-size: 24px!important;
    margin: auto;
  }
  .header__heading-logo {
    width: 190px;
  }
}
@media screen and (max-width:920px){
  .footer-block.grid__item.scroll-trigger.animate--slide-in:has(.footer-block__brand-info) {order: 0;}
  .footer-block.grid__item.scroll-trigger.animate--slide-in:has(.newsletter-block) {order: 1;}
  .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in {order: 2;}
  .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in, .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
    width: 48%;
}
  .footer-block.grid__item.scroll-trigger.animate--slide-in {
    width: 100%;
}
form#ContactFooter {
    margin-left: 0;
    max-width: 100%;
}
.main-blog .blog-articles .blog-articles__article .card__content {
    padding:15px;
}  
}

@media screen and (max-width:767px){
  .custom-reviews-slider button.slider-button.slider-button--prev {
    left:30px;
  }
  .custom-reviews-slider button.slider-button.slider-button--next {
      right:30px;
  }
  .custom-step-box:not(:last-child) {
    margin-bottom: 40px;
  }
.blog-articles {
    row-gap: 30px;
  }
   .custom-reviews-slider .collection-list {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-design-steps h2, .custom-reviews-slider h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:749px){
  .contact.page-width {
    flex-direction: column;
    padding: 0;
  }
  .contact.page-width .contact-info {
    flex: 0 0 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact.page-width form#ContactForm {
    padding: 80px 40px 80px 40px;
  }
  
}
@media screen and (max-width:575px){
  footer a.link.link--text {
    word-break: break-all;
    font-size: 15px;
}
.footer__blocks-wrapper {
    flex-direction: column;
}
.footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in, .footer-block.grid__item.footer-block--menu.scroll-trigger.animate--slide-in:nth-child(2) {
    width: 100%;
}
}
@media screen and (max-width:400px){
  .footer__copyright small.copyright__content, .footer__copyright small.copyright__content a {
    font-size: 14px!important;
  }
  .footer__copyright {
    flex-direction: column;
    margin: 0!important;
   }
  .footer__copyright small.copyright__content:nth-child(2) ,.footer__copyright small.copyright__content{
    margin-right: 5px;
    margin-left: 5px;
  }
   .footer__copyright-wrap {
    flex-direction: column;
   }
}
/** 5-6-24**/
.about-banner h2.image-with-text__heading.inline-richtext.h1 {
    color: var(--yellow-color);
    font-size: 58px;
    line-height: 66px;
    font-weight: 800;
}
.about-banner .image-with-text-subheading {
    font-size: 32px;
}
.about-banner .image-with-text-subheading {
    font-size: 32px;
}
@media screen and (max-width:991px){
  .about-banner h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 40px;
    line-height:50px;
  }
  .about-banner .image-with-text-subheading {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width:767px){
  .about-banner h2.image-with-text__heading.inline-richtext.h1 {
    font-size: 36px;
    line-height:46px;
  }
  .about-banner .image-with-text-subheading {
    font-size: 22px;
  }
}
@media screen and (max-width:1100px){
  .header-wrapper .header__icon--cart {
    margin-right: 10px;
  }
  .cart-count-bubble{
    top:-9px;
    right:-6px;
    line-height:1;
  }
  header .list-menu a {
    padding: 1.2rem 7px!important;
  }
}
.page_product_single_main .product__title h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 44px;
    color: var(--primary-color);
}
.page_product_single_main .shopify-payment-button__more-options {
    color: var(--primary-color);
    font-size: 16px;
    font-family: 'Poppins';
}
.page_product_single_main .product-form__input--pill input[type=radio]:checked+label {
    background-color: rgb(169 67 218);
    color: rgb(var(--color-background));
    border-color: var(--primary-color);
}
.page_product_single_main .installment {
    font-size: 16px;
    color: var(--matt-color);
    line-height: 28px;
}
.page_product_single_main .product__text.inline-richtext {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 5px;
}
/**
product-info .dpo-container {
    display: none!important;
}
**/ 
.logo-list h2.title.inline-richtext {
    font-size: 36px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.carry-retail-store h2.rich-text__heading {
    font-size: 36px;
}
.carry-retail-store .rich-text__text.rte {
    font-size: 18px;
    line-height:28px;
}
.carry-retail-store .rich-text__blocks.center {
    max-width: 1210px;
}
@media screen and (max-width:991px){
  p.image-with-text-subheading {
    margin-bottom: 30px;
}
}
@media screen and (min-width:990px){
.page_product_single_main .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 40%;
    width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
}
.page_product_single_main .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 60%;
    width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
}
}

.custom-reviews-slider button.slider-button:hover ,.product--thumbnail_slider .slider-mobile-gutter .slider-button:hover{
    background: var(--primary-color);
}
.custom-reviews-slider button.slider-button:hover svg path,.product--thumbnail_slider .slider-mobile-gutter .slider-button:hover svg path{
    fill:#fff;
}
.product--thumbnail_slider button.slider-button.slider-button--prev {
    left: -20px;
    position: absolute;
    z-index: 1;
}
.product--thumbnail_slider button.slider-button.slider-button--next {
    right: -20px;
    position: absolute;
    z-index: 1;
}
.page_product_single_main .product__info-wrapper input.pplr_text {
    border-radius: 50px;
    padding: 10px;
    height: 50px;
}
.page_product_single_main .product__media , .page_product_single_main button.thumbnail.global-media-settings{
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 .1rem #ddd;
}
.page_product_single_main button.thumbnail.global-media-settings {
    border: 1px solid #ddd;
    box-shadow: 0 0 0 .1rem #ddd;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper label, .page_product_single_main .product__info-wrapper .summary__title .accordion__title, .product-form__quantity .form__label {
    font-size: 16px;
    color: #000;
    font-weight: 500;   
    font-family: 'Poppins'!important;
}
.page_product_single_main .product__info-wrapper .summary__title .accordion__title{
    text-transform: uppercase;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper{
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}
.page_product_single_main .product__info-wrapper  .p_c_c .pplr-character-count {
    position: absolute;
    left: 0px;
    top: inherit;
    bottom: 0px;
    right:auto;
    color: var(--matt-color);
    font-size: 12px;
}
.page_product_single_main .thumbnail[aria-current]:focus:not(:focus-visible){
    border: 1px solid var(--primary-color)!important;
    box-shadow: 0 0 0 .1rem var(--primary-color);
}
.page_product_single_main .product__info-wrapper span.ppdata {
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    line-height: 16px;
    text-align: center;
    left: 0;
    right: 0;
    color:#000;
}
.page_product_single_main .product__info-wrapper span.img_dropdown {
    display: block;
}
.page_product_single_main .product__info-wrapper .img_thumb_small span.pplrimage {
    width: calc(25% - 10px);
    height: 125px;
    padding: 10px;
    border-radius: 10px;
    background-size: 60px 60px!important;
    background-position: 50% 10px!important;
}
.page_product_single_main .slider-button .icon {
    height: 1.2rem;
    color: var(--primary-color);
}
.page_product_single_main .button--secondary:after {
    border-radius: 50px;
    border-color:rgb(169 67 218);
}
.page_product_single_main .product-form__submit:hover {
    background-color: transparent;
    color: #a943da;
    border: 1px solid rgb(169 67 218);
}
.page_product_single_main .product-form__submit {
    background-color: #a943da;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
   border: 1px solid rgb(169 67 218);
}
.page_product_single_main span.pplrColor.selected, span.pplrColor:hover, .page_product_single_main span.pplrimage.selected {
    border: 2px solid #a943da;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper.pplr-collapsible.pplr-hide:after, 
.page_product_single_main .product__info-wrapper .pplr-wrapper.pplr-collapsible:after, 
.page_product_single_main .product__info-wrapper .accordion summary:after {
    background: url(/cdn/shop/files/arrow-faq.png?v=1717588877);
    position: absolute;
    content: "";
    width: 19px;
    height: 10px;
    transform: rotate(180deg);
    top:25px;
    right: 0;
  pointer-events:none;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper.pplr-collapsible:after,
.page_product_single_main .product__info-wrapper .accordion details[open] summary:after{
    transform: rotate(0deg);
}
.page_product_single_main .product__info-wrapper .pplr-wrapper label {
    padding-right: 30px;
}
.page_product_single_main .product__info-wrapper .summary__title .accordion__title {
    padding-top:10px;
    padding-bottom:10px;
}
.page_product_single_main .product__info-wrapper .product__accordion svg {
    display: none;
}
.page_product_single_main .product.product--large.grid {
    padding-bottom: 50px;
}
.page_product_single_main .quantity:after {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius:0px;
}
.page_product_single_main .quantity__button:focus-visible {
    outline: none!important;
    outline-offset: 0!important;
    box-shadow: none!important;
}
.page_product_single_main .quantity__button:focus-visible, .page_product_single_main .quantity__input:focus-visible {
    background-color: transparent;
    z-index: 2;
}
@media screen and (max-width:991px){
  .page_product_single_main .product__title h1 {
    font-size: 28px;
    line-height: 32px;
  }
  header .header__icons {
    align-items: center;
  }
}
@media screen and (max-width:920px){
  .footer__copyright {
    flex-wrap: wrap;
}
.footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
}
.footer__copyright small.copyright__content {
    order: 1;
    margin-left: auto;
}
.footer__copyright small.copyright__content:nth-child(2) {
    order: 1;
    margin-right: auto;
    margin-left: 5px;
}
.footer__copyright ul.policies.list-unstyled {
    order: 0;
    margin: auto;
    width: 100%;
}
}
@media screen and (max-width:820px){
    .product--thumbnail_slider button.slider-button {
        width: 34px;
        height: 34px;
    }
    .page_product_single_main .slider-button .icon {
        height: 0.9rem;
     }
    .p_c_c .pplrlabel, .p_c_c .oindexlabel {
        width: 100%;
    }
}
@media screen and (max-width:749px){
.product--thumbnail_slider button.slider-button.slider-button--next {
    right:10%;
}
.product--thumbnail_slider button.slider-button.slider-button--prev {
    left:10%;
}
.product--thumbnail_slider button.slider-button.slider-button--next,
.product--thumbnail_slider button.slider-button.slider-button--prev {
  top:37%;
  z-index:2;
}
}

.contact.page-width form#ContactForm .field {
    display: flex;
    flex-direction: column-reverse;
    width: 48%;
}
.contact.page-width .contact__fields {
    flex-wrap: wrap;
    display: flex;
    grid-column-gap: 4%;
}
.contact.page-width form#ContactForm .field.cstm_textarea {
    width: 100%;
}
.contact.page-width .contact-info h2.title , .main-blog h1.title--primary {
    font-size: 36px;
    font-weight: 500;
}
.contact.page-width .contact-info .contact-listing .contact-block .link-block p{
  font-size:18px;
}
@media screen and (max-width:930px){
  .footer__copyright-wrap {
    margin:0px auto;
    order:1;
   }
  .footer__copyright {
    flex-direction: column;
   }
  .footer__copyright ul.policies.list-unstyled {
    margin-right: auto;
   }
}
@media screen and (max-width:749px){
  .contact.page-width form#ContactForm .field {
    width:100%;
   }
  .header__icon {
    height: 2.4rem;
    width: 2.1rem;
  }
  header .menu-drawer__account .icon-account {
    margin-right:8px;
  }
  header.header{
    padding: 10px 2rem 10px 2rem;
  }
  .main-blog .blog-articles .blog-articles__article {
    margin-bottom: 30px;
   }
  
    
}
@media screen and (max-width:400px){
  .contact.page-width .contact-info .contact-listing .contact-block .link-block {
    width: calc(100% - 50px);
   }
  .contact.page-width .contact-info .contact-listing .contact-block .link-block p {
    font-size: 16px;
   }
  .contact.page-width .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact.page-width form#ContactForm {
    padding: 60px 20px;
 }
 .header__icons {
    gap: 5px;
 }
 .footer__copyright-wrap {
    display: flex;
    margin: 0px auto;
  }
}


.header__heading-logo {
    transition: ease-in-out 0.3s;
}
.header__heading-logo-wrapper:hover img {
    transform: scale(0.9);
}
header .header__active-menu-item, header .list-menu__item--active, .underline-links-hover:hover a{
  text-decoration:none!important;
}
.title--primary .underlined-link.link {
    color: var(--matt-color);
}
.blog-articles .article-card .card__heading {
    color: var(--primary-color);
    margin-top:10px;
    font-weight:500;
}
.page__blog .main-blog .blog-articles .blog-articles__article .card__content .article-card__info span{
    font-size: 18px;
    color: #000!important;
    font-family: League Spartan !important;
    font-weight: 400;
}
.blog-articles .article-card__excerpt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    min-height:150px;
}
.thumbnail-slider .thumbnail-list.slider--tablet-up {
    justify-content: center;
}
.related-products h2.related-products__heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}
.related-products .card .card__inner .card__media {
    border-radius: 10px;
}
.related-products .card__inner.color-scheme-2.gradient.ratio {
    background: transparent;
}
.related-products ul.grid.product-grid {
    column-gap: 2%;
}
.related-products .card__heading a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
.related-products .badge {
    background: var(--primary-color);
}
.header__menu-item .icon-caret {
    top:inherit;
}
.shopify-policy__container h1, .shopify-policy__container h2, .shopify-policy__container h3, .shopify-policy__container h4, .shopify-policy__container h5, .shopify-policy__container h6 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
}
.shopify-policy__body {
    padding-bottom:50px;
}
.shopify-policy__container .shopify-policy__title {
    text-align:left;
}
.shopify-policy__body h1 {
    font-size: 30px;
}
.shopify-policy__container {
    max-width: 1210px;
    padding-top: 30px;
}
.enb_full_card_lnk:empty {
    display: block;
}
.enb_full_card_lnk:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:0;
    pointer-events: auto;
    content: "";
}
.blog-articles .card-wrapper .card__information {
    padding: 0;
}
.custom-step-box .arrow-icon {
    position: absolute;
    content: "";
    width: 52px;
    height: 51px;
    right: -25%;
    top:150px;
}
.custom-step-box:last-child .arrow-icon {
    display: none;
}
.page_generic , .page_shipping-returns{
    background: transparent;
    color: var(--matt-color);
}
.page_generic h1, .page_generic h2, .page_generic h3, .page_generic h4, .page_generic h5, .page_generic h6,.page_shipping-returns h1, .page_shipping-returns h2, .page_shipping-returns h3, .page_shipping-returns h4, .page_shipping-returns h5, .page_shipping-returns h6 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
}
.rte h1,.rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin-bottom: 0px;
    line-height: 1.2;
}
.rte h1 {
    font-size: 36px;
}
.rte h2 {
    font-size: 30px;
}
.rte h3 {
    font-size: 28px;
}
.rte h4 {
    font-size: 24px;
}
.rte h5 {
    font-size: 22px;
}
.rte h6 {
    font-size: 20px;
}
.page_generic .page-width--narrow ,.page_shipping-returns .page-width--narrow{
    max-width: 1210px;
}
.cstm-prod-topbanner .video-section__media {
    --ratio-percent:38.25%!important;
}
.page_generic .page-width {
    padding-top:20px;
}
@media screen and (min-width:990px){
  .related-products .grid--4-col-desktop .grid__item {
    width: calc(25% - 2%);
  }
  .custom-reviews-slider .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)!important;
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

@media screen and (max-width:991px){
  .custom-step-box .arrow-icon svg {
    width: 37px;
  }
  .rte h1 {
    font-size: 30px;
  }
  .rte h2 {
      font-size: 28px;
  }
  .rte h3 {
      font-size: 26px;
  }
  h1.main-page-title {
    font-size: 34px;
  }
  .custom-reviews-slider .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .custom-reviews-slider .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}
@media screen and (max-width:767px){
  .custom-step-box .arrow-icon{
    display:none;
  }
}
@media screen and (max-width:600px){
   .custom-reviews-slider .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .custom-reviews-slider .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
      width: calc(100% - var(--grid-mobile-horizontal-spacing) - 1.5rem);
    }
   .custom-reviews-slider .grid--peek.slider .grid__item:first-of-type {
      margin-left: 0;
   }
}
.cart-items th {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}
.cart-item__image-container img {
    border-radius: 10px;
    border: 1px solid #ddd;
}
/**7-6-24**/
@media screen and (min-width:990px){
  .page_product_single_main .related-products li.grid__item {
    width: calc(33.33% - 2%);
  }
}
.page_product_single_main .quantity__button:focus-visible, .page_product_single_main .quantity__input:focus-visible{
    outline: none;
    box-shadow: none;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper:first-child{
  border-top:0;
} 
/**.page_product_single_main .product__info-wrapper product-form.product-form {
    margin: 0!important;
    overflow-x:hidden;
}**/
.page_product_single_main .product__info-wrapper  .pplr-wrapper.pplr-text.pplr-first-step--enter-your-letters-here:not(.pplr-hide ){
    padding-bottom: 30px;
}
.page_product_single_main .product__info-wrapper  .pplr-wrapper.pplr-text.pplr-first-step--enter-your-letters-here.pplr-hide  {
    padding-bottom:0px;
}
.page_product_single_main .product__info-wrapper  span.pplr-selecter-selected {
    border-radius: 50px;
}
.page_product_single_main .product__info-wrapper .pplr-wrapper label {
    width: 100%;
}
.page_product_single_main .product-form__submit {
    position: absolute;
    margin-top: -75px;
    width: calc(100% - 145px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 0;
    z-index: 1;
}
.product-form__quantity .form__label {
    margin-bottom: .6rem;
    display: none;
}
.page_product_single_main .quantity {
    min-height: calc((var(--inputs-border-width) * 2) + 4.8rem);
    width:146px!important;
}
.quote-section .image-with-text__text-item.grid__item .image-with-text__content:before {
    content: "";
    background: url(/cdn/shop/files/Quote_Left.png?v=1717750850);
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0px;
    top: 25px;
}
.quote-section .image-with-text__heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
  line-height:38px;
}
.quote-section .image-with-text__text.subtitle {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color: var(--primary-color);
   line-height:38px;
}
.page_product_single_main .related-products .card__heading a {
    color:var(--matt-color);
}
.features-section li.mgm_3column_list-item {
    display: flex;
    gap: 2%;
}
.features-section h2.title {
    color: var(--primary-color);
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
}
.features-section .mgm_3column_row {
    display: flex;
    align-items: stretch;
}
.features-section .mgm_3column_logotext {
    color: var(--matt-color);
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.features-section .mgm_3column_list-column_left {
    text-align: right;
    width: 35%;
}
.features-section  li.mgm_3column_list-item {
    list-style: none;
    margin-top:auto;
    margin-bottom:0;
}
.features-section .mgm_3column_list-item p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}
.features-section .mgm_3column_list-column_left  li.mgm_3column_list-item {
  flex-direction: row-reverse;
}
.features-section .mgm_3column_logo img {
    width: 90px;
    height: 90px;
}
.features-section .mgm_3column_column.mgm_3column_image-column_image {
    width:30%;
}
.features-section .mgm_3column_column.mgm_3column_image-column_right {
    width: 35%;
}
.features-section li.mgm_3column_list-item:first-child {
    display: flex;
    gap: 2%;
    margin-bottom: 61px;
}
.features-section .mgm_3column_column.mgm_3column_image-column_image img {
    width: 100%;
    height: auto;
}
.features-section .mgm_3column_column {
    display:block;
}
.single-page-video-section .block {
    text-align: center;
}
.single-page-video-section .block {
    text-align: center;
    position:relative;
}
.single-page-video-section .block.block--image-text img {
    filter: grayscale(1);

}
.block-wrapper {
    row-gap: 50px!important;
    column-gap: 20px!important;
}
.single-page-video-section .block:nth-child(3), .single-page-video-section .block:nth-child(6) {
    border-right: 0;
}
.single-page-video-section .block__text {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--matt-color);
    font-family: "League Spartan";
    font-weight: 500;
}
.single-page-video-section h2.title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
}
.collection .collection__title h2 {
    font-weight: 500;
}
.single-page-video-section deferred-media.video-section__media, .single-page-video-section .video-section__video-wrapper {
    height: 100%;
}
.single-page-video-section .video-section__wrapper {
    display: flex;
    align-items: stretch;
}
.features-section .mgm_3column_cstm_logodesc {
    min-height: 130px;
}
.single-page-video-section .video-section__content {
    padding-left: 6rem;
    width: 50%;
    padding-top:72px;
    padding-bottom:72px;
    max-width: calc(var(--page-width) / 2);
}
.single-page-video-section .deferred-media__poster-button{
   background:transparent;
}
.features-section .mgm_3column_column ul{
   padding:0;
  margin:0;
  height:100%;
  display:flex;
  flex-direction:column;
}
.single-page-video-section .video-section__poster:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#d9d9d900, #a943dad1);
    transition: all .35s;
    height: 100%;
    z-index: 1;
}
.video-section__video-wrapper {
    position: relative;
}
.single-page-video-section .deferred-media__poster-button {
    z-index: 31;
}
.quote-section .image-with-text__text {
    padding-left: 40px;
}
.page_product_single_main .product__info-wrapper  span.pplr-selecter-selected {
    padding-left: 20px;
}
.related-products span.price-item.price-item--sale.price-item--last {
    color:var(--matt-color);
    font-weight:500;
}
.single-page-video-section .paragraph {
    color:var(--matt-color);
}
.collection  span.price-item.price-item--sale.price-item--last {
  color:#fff;
}
.collection s.price-item.price-item--regular span.money{color:var(--yellow-color)}
.features-section .mgm_3column_column.mgm_3column_image-column_image img {
    transform: scale(0.8);
}
product-info span.price-item.price-item--sale.price-item--last span.money {
    font-weight: 600;
}
.junip-product-summary-review-count {
    display: none;
}
.junip-product-summary-star {
    width: 25px!important;
    height: 25px!important;
}
product-info .product__title {
    margin-top: 0;
}
.related-products .card__media .media  img{
    min-height:356px;
}
.news_menu {
    margin-top: 20px;
}
@media screen and (max-width:1440px){
    .features-section .mgm_3column_logo img {
      width: 65px;
      height: 65px;
  }
  h2.footer-block__heading.inline-richtext{font-size:20px;}
}
@media screen and (max-width:1024px){
  .page_product_single_main .product__info-wrapper .img_thumb_small span.pplrimage {
    width: calc(33.33% - 10px);
}
  .quote-section .image-with-text__heading{
    font-size:24px;
  }
  .quote-section .image-with-text__text.subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .features-section li.mgm_3column_list-item:first-child {
    display: flex;
    gap: 2%;
    margin-bottom: 30px;
    margin-top:0;
}
  .features-section .mgm_3column_logotext {
    color: var(--matt-color);
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}
  .features-section .mgm_3column_logo img {
    width: 50px;
    height: 50px;
}
  .features-section .mgm_3column_row {
    display: flex;
    align-items: center;
}
  .features-section .mgm_3column_list-item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}
  .features-section li.mgm_3column_list-item:first-child {
    height: 220px;
}
  .features-section .mgm_3column_cstm_logodesc {
    min-height: auto;
}
}
@media screen and (max-width:990px){
  .features-section .mgm_3column_row {
    flex-direction: column;
   }
  .features-section .mgm_3column_column.mgm_3column_image-column_image , .features-section .mgm_3column_column.mgm_3column_image-column_right ,.features-section .mgm_3column_list-column_left{
     width:100%;
  }
  .features-section .mgm_3column_list-column_left{
    text-align:left;
  }
  .features-section .mgm_3column_column.mgm_3column_image-column_image img {
    max-width: 70%;
    margin: 0px auto;
   }
  .single-page-video-section .video-section__wrapper {
    flex-direction: column;
  }
  .features-section .mgm_3column_list-column_left li.mgm_3column_list-item {
    flex-direction: row;
  }
  .features-section .mgm_3column_cstm_logodesc {
    min-height: auto;
  }
  .features-section li.mgm_3column_list-item:first-child {
    margin-bottom: 40px;
  }
  .single-page-video-section .video-section__column {
    width: 100%;
    float: left;
   }
  .single-page-video-section .video-section__content {
      padding: 70px 40px;
      width: 100%;
     max-width:100%;
  }
  .single-page-video-section h2.title, .related-products h2.related-products__heading,  {
    font-size: 30px;
  }
  .quote-section .image-with-text__text {
    padding-left: 0px;
  }
  .quote-section .image-with-text__heading {
    font-size: 28px;
    line-height:30px;
  }
  .quote-section .image-with-text__text.subtitle {
    font-size: 20px;
    line-height: 26px;
  }
 .features-section .mgm_3column_column.mgm_3column_image-column_image {
    order: -1;
    text-align: center;
 }
  .related-products h2.related-products__heading, .page_product_single_main .product__title h1, .single-page-video-section h2.title , .features-section h2.title, .logo-list h2.title.inline-richtext, .page_product_single_main .junip-product-review-title{
    font-size: 24px;
    line-height: 32px;
 }
}
@media screen and (max-width:749px){
   .single-page-video-section .video-section__content {
      padding: 70px 20px;
      width: 100%;
  }
  .quote-section .image-with-text__text-item.grid__item .image-with-text__content:before  {
    width:50px;
    height:50px;
    background-size: contain;
   }
  .quote-section .image-with-text__heading {
    font-size: 24px;
    line-height:30px;
  }
  .quote-section .image-with-text__text.subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .single-page-video-section h2.title, .related-products h2.related-products__heading{
    font-size:28px;
  }
}
@media screen and (max-width:575px){
   .single-page-video-section .block{
      width: calc(50% - 20px);
    }
  .single-page-video-section .block:nth-child(even){
     border-right:0px;
  }
  .features-section .mgm_3column_logo img {
    width: 60px;
    height: 60px;
  }
}
.product-form__buttons {
    max-width: 100%!important;
}
@media screen and (min-width:900px){
.page_product_single_main .thumbnail-slider .thumbnail-list.slider--tablet-up:has(:nth-child(7)) {
    justify-content: flex-start;
}
.page_product_single_main .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.6% - .8rem);
}
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    max-height:647px;
    overflow-y:scroll;
    padding-right:24px;
}
.product__info-wrapper::-webkit-scrollbar-track{
    width:1px;
	background-color: #F5F5F5;
}
.product__info-wrapper::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.product__info-wrapper::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color:#a943da;
    width:1px;
}
.product-media-container.constrain-height.media-fit-contain {
    width: 100%;
}
.card-information {
    width: 100%;
    text-align: right;
}
.pplr_preview_wrapper canvas {
    transform: none!important;
    width: 100%!important;
    object-fit: cover!important;
    object-position: center!important;
}
span.pplr_preview_wrapper {
    width: 100%!important;
    height: 100%!important;
}
.product-media-container.constrain-height .media {
    padding-top: 100%!important;
}
.product-media-container.constrain-height.media-fit-contain {
    width: 100%!important;
    padding: 0 0.8rem .8rem;
}
.product-card-wrapper .card-information {
    text-align: right!important;
}
.product-card-wrapper .card-information .price__sale {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}
/**10-6-24**/
.page_product_single_main .related-products .card .card__inner .card__media {
    border-radius: 10px;
    max-height: 326px;
}
.page_product_single_main .related-products .card__inner {
    --ratio-percent: 80%!important;
}
.single-page-video-section .block:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: -10px;
    background: var(--primary-color);
    top: 0;
}
.single-page-video-section .block:nth-child(3):after, .single-page-video-section .block:nth-child(6):after{display:none}
/**@media screen and (min-width:1440px){
  .page_product_single_main .product-form__submit {
    margin-top: -75px;
    width: 61.5%;
    right: 6.1%;
}

}**/
@media screen and (max-width:1280px){
  .quote-section .image-with-text__text-item.grid__item .image-with-text__content:before {
    content: "";
    background: url(/cdn/shop/files/Quote_Left.png?v=1717750850);
    position: absolute;
    width: 71px;
    height: 70px;
    left: 0px;
    top: 25px;
    background-size: contain;
  }
  .quote-section .image-with-text__heading {
    font-size: 28px;
    line-height: 36px;
  }
  .quote-section .image-with-text__text.subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}
@media screen and (max-width:1006px){
  /**.page_product_single_main .product-form__submit {
    padding-left: 20px;
    padding-right: 20px;
  }**/
  .page_product_single_main .product__info-wrapper span.ppdata {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    line-height: 14px;
 }
}
@media screen and (max-width:989px){
  .page_product_single_main .related-products .card .card__inner .card__media {
    max-height: 100%;
  }
  .page_product_single_main .related-products .card__inner {
      --ratio-percent: 80%!important;
  }
}
@media screen and (max-width:800px){
  /**.page_product_single_main .quantity {
    width: 37.5%!important;
  }
  .page_product_single_main .product-form__submit {
      width: 62.5%;
  }**/
  .product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    padding-right: 20px;
  }
}
@media screen and (max-width:767px){
  .features-section li.mgm_3column_list-item:first-child {
    height: auto;
  }
  .features-section .mgm_3column_column.mgm_3column_image-column_image img {
    transform: scale(1);
  }
  .features-section li.mgm_3column_list-item {
    margin-bottom: 40px;
  }
  /**.page_product_single_main .product-form__submit {
    padding-left:10px;
    padding-right: 10px;
  }**/
   .page_product_single_main .product__info-wrapper span.ppdata {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    line-height: 18px;
 }
}
@media screen and (max-width:749px){
  .related-products h2.related-products__heading, .page_product_single_main .product__title h1, .single-page-video-section h2.title, .features-section h2.title, .logo-list h2.title.inline-richtext, .page_product_single_main .junip-product-review-title {
    font-size: 24px;
    line-height: 29px;
}
/**
 .page_product_single_main .product-form__buttons , .page_product_single_main .product-form__quantity{
    max-width: 100%;
 }
  .page_product_single_main .product-form__submit {
    width:59.5%;
    right:5%;
  }**/
}
@media screen and (max-width:575px){
  .page_product_single_main .product__info-wrapper .img_thumb_small span.pplrimage {
    width: calc(50% - 10px);
  }
  .single-page-video-section .block:nth-child(2):after, .single-page-video-section .block:nth-child(4):after, .single-page-video-section .block:nth-child(6):after{display:none}
  .single-page-video-section .block:nth-child(3):after{display:block}
}
/**@media screen and (max-width:400px){
  .page_product_single_main .product-form__submit {
    width: 61%;
    right: 4%;
  }
  .page_product_single_main .quantity__button {
    width: calc(3.5rem / var(--font-body-scale));
  }
}
/** product page review slider **/
.page_product_single_main .junip-product-review-title {
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
}
.page_product_single_main .junip-review-list-item-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding:50px 45px;
}
.page_product_single_main .junip-review-list-item-container .junip-review-customer .junip-review-author {
    color: #000!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.page_product_single_main .junip-star-ratings-container .junip-star {
    height: 21px;
    width: 21px;
}
.page_product_single_main .junip-review-list-item-container {
    position: relative;
    color: var(--matt-color);
}
.page_product_single_main .junip-review-date {
    position: absolute;
    right: 50px;
    top:36px;
    color: var(--matt-color);
    font-size: 18px;
    line-height: 24px;
}
.page_product_single_main .junip-review-list-item {
    display: flex;
}
.page_product_single_main .junip-reviews-container .junip-review-list-item .junip-review-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin:0;
}
.page_product_single_main .junip-reviews-container .junip-review-list-item .junip-review-body-container .junip-review-body {
    font-size: 16px;
    line-height: 24px;
}
.page_product_single_main .junip-reviews-container .junip-verified-badge , .page_product_single_main .junip-reviews-container .junip-recommendation-container,.junip-review-product-container{
   display:none!important;
}
section#shopify-section-template--16395720458427__1717996935c48695d3 {
    background: #fff;
    color: var(--matt-color);
}
.page_product_single_main .junip-product-review-summary-container.junip-mb-3 {
    display: none;
}
.page_product_single_main .junip-review-list-item {
    width: 100%;
    align-items: center;
    gap: 2%;
    justify-content: space-around;
}
.page_product_single_main .junip-review-vote-container.junip-mt-4 {
    margin-top: 0;
}
.page_product_single_main .junip-ml-1 {
    margin: 0;
}
.page_product_single_main .junip-avatar {
    background-color: rgb(169 67 218)!important;
    height: 55px!important;
    min-width: 55px!important;
    width: 55px!important;
}
.page_product_single_main .junip-filters-container .junip-select-container .junip-select {
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    background: url(/cdn/shop/files/arrow-down_4.png?v=1718016321);
    background-repeat: no-repeat;
    background-position: 85% 50%;
}
.page_product_single_main .junip-select-container .junip-select-label {
    position: relative!important;
}
.page_product_single_main .junip-filters-container .junip-select-container .junip-select {
    width: calc(300px - 80px);
    padding: 8px 56px 8px 40px!important;
}
.page_product_single_main .junip-separator {
    display: none;
}
.page_product_single_main .junip-filters-container.junip-mt-3 {
    display: flex!important;
    flex-direction: row!important;
}
.page_product_single_main .junip-filters-container .junip-select-container {
    max-width: aut0;
    width: 100%;
    display: flex;
    align-items: center;
}
.page_product_single_main .junip-select-container.junip-review-sort .junip-select-label {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    color: var(--primary-color);
    width:80px!important;
}
.page_product_single_main .junip-select-container.junip-review-sort .junip-select-label:after {
    content: ":";
}
.page_product_single_main .junip-select-container div[htmlfor="junipRatingFilter"] {
    display: none;
}
.page_product_single_main button.junip-write-review-cta.junip-btn {
    transition: .3s ease-in-out;
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 60px;
    padding: 15px 40px 15px 74px;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.page_product_single_main button.junip-write-review-cta.junip-btn:before {
    content: "";
    background: url(/cdn/shop/files/Vector_2.png?v=1718014592);
    position: absolute;
    left:40px;
    width: 20px;
    height: 20px;
    top:13px;
}
.page_product_single_main .junip-filters-label {
    display: none!important;
}
.page_product_single_main .junip-write-review-cta-container {
    top: 45px!important;
    z-index:99!important;
}
.page_product_single_main .junip-powered-by-footer.junip-mt-3, .page_product_single_main .junip-filter-checkbox-container {
    display: none!important;
}
.page_product_single_main .junip-product-review-container{
   padding-bottom:70px;
   padding-top:70px;
}
.page_product_single_main .junip-filters-container .junip-select-container.junip-review-sort {
    max-width:300px!important;
    width: 100%;
}
.page_product_single_main button.junip-write-review-cta.junip-btn:hover {
    background: transparent;
    color: var(--primary-color);
}
.page_product_single_main .junip-select-container .junip-select:focus-visible {
    outline: 0;
    outline-offset: .3rem;
    box-shadow: none;
}
.page_product_single_main button.junip-write-review-cta.junip-btn:hover:before {
    filter: invert(38%) sepia(82%) saturate(5000%) hue-rotate(247deg) brightness(91%) contrast(102%);
}
.page_product_single_main .junip-review-list-item .junip-review-date {
    font-size: 16px;
    opacity: 1;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.pplr-font-select span[style="font-family:Bebasneue-regular"]:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 30px;
    top: 3px;
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-57877-pink-glitter-copy.png?v=12311);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pplr-font-select span.pplr-selecter-item {
    position: relative;
}
span.badge.price__badge-sale.color-scheme-4 {
    background: var(--primary-color);
}
.product__info-container span.price-item.price-item--sale.price-item--last, .product__info-container .price__regular .price-item--regular {
    font-size: 30px;
    font-weight: 600;
    color: var(--matt-color);
}
.product__info-container .price--on-sale .price-item--regular {
    font-size: 28px!important;
}
@media screen and (max-width:1230px){
   .page_product_single_main .junip-avatar {
      height: 40px!important;
      min-width: 40px!important;
      width: 40px!important;
      font-size: 18px;
  }
  .page_product_single_main .junip-review-list-item-container {
    padding: 35px 20px;
  }
  .page_product_single_main .junip-review-list-item-container .junip-review-customer {
     min-width: 170px;
  }
  .page_product_single_main .junip-review-date {
    right: 20px;
    top: 20px;
  }
  .page_product_single_main .junip-review-list-item-container .junip-review-customer .junip-review-author ,.page_product_single_main .junip-reviews-container .junip-review-list-item .junip-review-title{
    font-size: 16px;
  }
  .page_product_single_main .junip-review-list-item .junip-review-date {
    font-size: 14px;
  }
  .product__info-container span.price-item.price-item--sale.price-item--last,.product__info-container .price__regular .price-item--regular  {
    font-size:28px;
  }
  .product__info-container .price--on-sale .price-item--regular {
      font-size: 26px!important;
  }
}
@media screen and (max-width:1024px){
  .page_product_single_main .junip-review-list-item {
    width: 100%;
    align-items: flex-start;
    gap: 2%;
    justify-content: space-around;
    flex-direction:column;
  }
  .page_product_single_main .junip-review-list-item .junip-review-body-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .single-page-video-section .video-section__content {
    padding-left: 4rem;
  }
  .page_product_single_main .junip-review-list-item-container {
    padding: 50px 20px 35px;
  }
  .product__info-container span.price-item.price-item--sale.price-item--last , .product__info-container .price__regular .price-item--regular {
    font-size:24px;
  }
  .product__info-container .price--on-sale .price-item--regular {
      font-size: 22px!important;
  }
}
@media screen and (max-width:767px){
  .quote-section .image-with-text__heading {
    font-size: 23px;
    line-height: 34px;
  }
  .quote-section .image-with-text__text.subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  
}
@media screen and (max-width:749px){
  .quote-section .image-with-text__content {
    padding-left: 6rem;
    padding-right: 6rem;
   }
  .page_product_single_main .junip-product-review-title{
     font-size:24px!important;
  }
  .page_product_single_main .junip-filters-container .junip-select-container.junip-review-sort {
    max-width: 100%!important;
    width: 100%;
   }
  .page_product_single_main .junip-product-review-container .junip-filters-container.junip-mt-3 {
    display: flex!important;
    flex-direction: column!important;
    justify-content: flex-start;
   }
  .page_product_single_main .junip-filters-container .junip-select-container {
    max-width: 100%;
    width: 100%;
   }
   .page_product_single_main .junip-filters-container .junip-select-container.junip-review-sort {
      max-width: 100%!important;
      width: 100%;
      flex-direction: column;
      margin-left: 0;
      align-items: self-start;
      gap: 20px;
   }  
   .page_product_single_main .junip-filters-container .junip-select-container .junip-select {
     width: 100%;
     padding: 8px 35px 8px 35px!important;
   }
   .page_product_single_main .junip-filters-container .junip-select-container .junip-select {
       background-position: 90% 50%;
    }
    .product-card-wrapper .card-information>* {
      line-height: 1;
    }
  .product__info-container span.price-item.price-item--sale.price-item--last , .product__info-container .price__regular .price-item--regular {
    font-size:22px;
  }
  .product__info-container .price--on-sale .price-item--regular {
      font-size: 20px!important;
  }
}
.cart__items .quantity:after {
    border-color:#ddd!important;
    box-shadow:none!important;
}
.cart__items .quantity, .cart__items .quantity__button{
    color:var(--matt-color);
}
.page_product_single_main .quantity:after {
    border: .1rem solid #a943da;
    box-shadow: 0 0 0 var(--inputs-border-width) rgb(169 67 218);
}
cart-remove-button .button:not([disabled]):hover {
    color: var(--matt-color)!important;
}
div#main-cart-footer {
    background: #fff;
    color: var(--primary-color);
}

/** 11-06-24**/
.page_productlist_main .collection s.price-item.price-item--regular span.money {
    color:var(--matt-color);
}
.page_productlist_main .price--on-sale .price-item--regular, .page_productlist_main .collection s.price-item.price-item--regular span.money{
    color:var(--primary-color);
}
.page_productlist_main .collection  span.price-item.price-item--sale.price-item--last {
    color:var(--matt-color);
}
.collection-product-card__swatch label {
    border-radius: 5px!important;
}
.card-product-custom-div .price {
    justify-content: flex-end;
    display: flex;
}
.card-product-custom-div .card-information .price{
    width:58%;
}
.card-product-custom-div .product-card-wrapper .card-information {
    text-align: right!important;
    display: flex;
    justify-content: space-between;
}
.product-grid-container .collection .card .card__heading a:after{z-index:2;}

.card-product-custom-div  .product-card-wrapper .card-information .price__sale {
    gap: 9px;
}
.card-product-custom-div .collection-product-card__variants {
    max-width: 44%;
    max-height: 32px;
    overflow: hidden;
    width:fit-content;z-index:9;
}
.card-product-custom-div .price-item.price-item--regular {
    margin-right: 0px;
}
.page_product_single_main .junip-review-list-item-container {
    margin-bottom: 20px;
    align-items: center;
}
.page_product_single_main .junip-review-vote-container.junip-mt-4{
    width: 40%!important;
    justify-content: flex-end;
}
.page_product_single_main .junip-review-body-container, .page_product_single_main .junip-reviews-container .junip-review-list-item .junip-review-title {
    width: 30%;
}
.junip-review-list-item-container .junip-review-customer, .junip-review-list-item .junip-flex-wrapper {
    margin-bottom: 0!important;
}
.next-nav .prev:before {
    content: "<<";
    margin-right: 8px;
}
.next-nav .next:after{
    content: ">>";
    margin-left: 8px;
}
.breadcrumb-navigation .next-nav a:hover {
    background: var(--primary-color);
    color: #fff!important;
}
.junip-review-list-item-container .junip-review-customer {
    min-width: 180px!important;
}
.junip-review-response-container.junip-mt-4.junip-p-3, .junip-review-images-container.junip-mt-3 {
    display: none;
}
@media screen and (max-width:1024px){
  .breadcrumbs__item a, .breadcrumbs__link, .next-nav a {
    font-size: 14px;
  }
  .breadcrumb-navigation .next-nav a {
    font-size: 14px;
    line-height: 22px;
   }
.page_product_single_main .junip-review-vote-container.junip-mt-4, .page_product_single_main .junip-review-body-container, .page_product_single_main .junip-reviews-container .junip-review-list-item .junip-review-title {
    width:100%;
}
}
@media screen and (max-width:749px){
  .logo-list.box-shaped .card__inner img {
    max-width: 70%!important;
  }
  .logo-list .card-wrapper .card {
      gap: 23px;
  }
}


.pplr-font-select span:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: 30px;
    top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pplr-font-select span[style="font-family:Comingsoon-regular"]:before,.pplr-font-select span[style="font-family: Comingsoon-regular;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-24392-screen-shot-2023-02-25-at-4-05-30-pm.png?v=12311);
}
.pplr-font-select span[style="font-family:Montserrat-medium"]:before ,.pplr-font-select span[style="font-family: Montserrat-medium;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-21962-lg-lilac-glitter.png?v=12311);
}
.pplr-font-select span[style="font-family:Notoserif-condensed-medium"]:before ,.pplr-font-select span[style="font-family: Notoserif-condensed-medium;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-40339-gold-sequin-copy.png?v=12311);
}
.pplr-font-select span[style="font-family:Oswald-medium"]:before , .pplr-font-select span[style="font-family: Oswald-medium;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-15229-blue.png?v=12311);
}
.pplr-font-select span[style="font-family:Playfairdisplay-medium"]:before , .pplr-font-select span[style="font-family: Playfairdisplay-medium;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-36999-yellow-green.png?v=12311);
}
.pplr-font-select span[style="font-family:Poppins-Medium"]:before , .pplr-font-select span[style="font-family: Poppins-Medium;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-24817-orange-copy.png?v=12311);
}
.pplr-font-select span[style="font-family:Roboto-medium"]:before, .pplr-font-select span[style="font-family: Roboto-medium;"]:before {
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-99270-white.png?v=12311);
}
.pplr-font-select span[style="font-family:Nunitosans-black"]:before, .pplr-font-select span[style="font-family: Nunitosans-black;"]:before{
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-11106-neon-green.png?v=12311);
}
.pplr-font-select span[style="font-family:Raleway-bold"]:before, .pplr-font-select span[style="font-family: Raleway-bold;"]:before {
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-42016-white-glitter-copy.png?v=12311);
}
.pplr-font-select span[style="font-family:Emilio-20"]:before, .pplr-font-select span[style="font-family: Emilio-20;"]:before {
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-94729-1.png?v=12311);
}
.pplr-font-select span[style="font-family:Bangers"]:before, .pplr-font-select span[style="font-family: Bangers;"]:before {
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-72628-2.png?v=12311);
}
.pplr-font-select span[style="font-family:Chunk"]:before, .pplr-font-select span[style="font-family: Chunk;"]:before {
    background-image: url(https://cdn-zeptoapps.com/product-personalizer/images/littlechicken-store.myshopify.com/dpo-custom-option-76620-3.png?v=12311);
}
.pplr-font-select .pplr-selecter-options {
    z-index: 5;
}
.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    overflow-x: hidden;
}
.collection-product-card__swatch input:checked + label {
    box-shadow: none!important;
}
.junip-onsite-review-modal-content .junip-step-title {
    text-align: center;
    color: var(--primary-color);
}
.junip-onsite-review-logo{
    display:none;
 }
.junip-modal .junip-close {
    background-color:transparent!important;
    height: 50px!important;
    right: 0!important;
    top: 0!important;
    width: 50px!important;
  filter: brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2504%) hue-rotate(260deg) brightness(88%) contrast(92%);
}
.junip-modal .junip-close:focus{
   box-shadow:none!important;
}
.junip-modal .junip-close:hover{
   filter: brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2504%) hue-rotate(260deg) brightness(88%) contrast(92%);
}
.junip-modal-wrapper .junip-modal-container {
    height:400px!important;
    margin: 1em;
    max-height: 80%!important;
    max-width: 1000px!important;
    min-width: 550px!important;
}
.junip-rating-star-icon-container  .junip-key-stroke{
   display:none;
}
.junip-step .junip-btn{
    transition: .3s ease-in-out;
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 60px;
    padding: 15px 40px 15px 40px;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    background-color: rgba(var(--color-button), var(--alpha-button-background));
}
.junip-onsite-review-back.junip-back-arrow {
    background-color: transparent;
   filter: brightness(0) saturate(100%) invert(34%) sepia(93%) saturate(2504%) hue-rotate(260deg) brightness(88%) contrast(92%);
    height: 50px;
    width: 50px;
    left:0;
    top:0;
}
.junip-step .junip-btn:hover{
  background:transparent!important;
   color:var(--primary-color);
}
.color-scheme-4 .collection-product-card__swatch input:checked + label, .color-scheme-4 .collection-product-card__swatch label:hover{
  border-color:#fff!important;
  border-width:1px;
}
.color-scheme-4 .collection-product-card__swatch label{
   border-color:transparent!important;
}
.breadcrumb-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 58px;
}
.breadcrumbs__item a , .breadcrumbs__link, .next-nav a{
    color: var(--primary-color)!important;
    text-decoration:none!important;
}
nav.breadcrumbs {
    margin: 0;
}
.breadcrumbs__item:not(:last-child):after {
    height: 6px!important;
    margin: 0 0.5em 0 0!important;
    width: 6px!important;
    color: var(--primary-color);
}
.next-nav a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid var(--primary-color);
    padding: 5px 24px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
}
.next-nav {
    display: flex;
    gap: 16px;
}
.junip-rating-icon-star {
    height: 40px!important;
    max-width: 40px!important;
}
.junip-ratings-container {
    display: flex;
    justify-content: center!important;
    gap: 10px!important;
}
.junip-vote-button.junip-vote-up:hover svg path {
    fill: var(--primary-color)!important;
}
.card .card__inner .card__media {
    z-index: 1!important;
}
@media screen and (max-width:900px){
  .breadcrumb-navigation {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
 }
}
/**@media screen and (min-width:1780px){
  .page_product_single_main .product-form__submit {
    margin-top: -75.5px;
   }
}

/** 12-06-2024**/
.footer-block__details-content .list-menu__item--link:hover, .copyright__content a:hover{
  text-decoration:none!important;
  color:var(--yellow-color)!important;
}
.cstmcol-product-block img, .cstmcol-product-block svg {
    aspect-ratio:3/2;
    object-fit: cover;
}
.page-width-cstm-blog.rte u{
  text-decoration:none;
}
/** serach template css **/
.template-search .search__input.field__input {
    background: #fff;
    border-radius: 50px;
    border: 2px solid var(--primary-color);
    color: var(--matt-color);
}
.template-search label.field__label ,.template-search .underlined-link, .template-search .customer a{
    color: var(--primary-color);
}
.template-search__search .predictive-search.predictive-search--search-template{
  background: #fff;
  color: var(--primary-color);
}
.template-search__search .predictive-search__item-heading.h5>*, .template-search__search .predictive-search__item-heading,
.template-search__search .predictive-search__heading, .template-search__search .link--text, 
.template-search__search  .predictive-search__item--term .icon-arrow, .template-search__search .predictive-search__item:hover {
    color: var(--matt-color);
}
.page-width-cstm-blog.rte a {
    color: var(--primary-color);
}
.template-search .select__select, .template-search .customer select, .template-search .field__input {
    color: var(--matt-color);
    font-weight: 500;
    font-size: 16px;
}
.template-search .field__input {
    background: #fff;
    border: 1px solid #ddd;
}
.template-search .facets__heading, .template-search .facets__disclosure[open] .facets__summary,.template-search .facets__summary:hover ,
.template-search .facets__summary ,.template-search .facet-filters__label,.template-search .product-count__text, .template-search a.facets__reset.link,.template-search .facets__label:hover, .template-search .facets__label.active, .template-search .facets__label:has(:focus-visible){
    color: var(--matt-color);
}
.template-search .collection  span.price-item.price-item--sale.price-item--last,.template-search .card-information>.price {
    color: var(--matt-color);
}
.template-search .facets__display>* {
    background: #fff;
}
.template-search .facet-checkbox>svg{
   background:#fff;
}
.template-search .title--primary {
    color: var(--primary-color);
}
.template-search span.active-facets__button-inner {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    box-shadow: none!important;
}
.template-search .facet-filters__sort:focus-visible{
    box-shadow:none!important;
}
.template-search .facet-filters__field .select {
    width: auto;
    padding: 10px 50px 10px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
}
.template-search .facet-filters__sort+.icon-caret {
    right:20px;
    color: var(--primary-color);
}
body input:-internal-autofill-selected,body input:-internal-autofill-selected:focus ,body input:-internal-autofill-selected:hover, body input:-internal-autofill-selected:active{
    background-color: #fff!important;
    -webkit-box-shadow: 0 0 0px 1000px white inset!important;
    box-shadow: 0 0 0px 1000px white inset!important;
}
.single-page-video-section .deferred-media__poster-button {
    height: 12rem;
    width: 12rem;
}
.junip-review-vote-container .junip-vote-action.junip-vote-active path, .junip-review-vote-container .junip-vote-action:active path, 
.junip-review-vote-container .junip-vote-action:hover path{
    color:var(--primary-color);
}
.product__info-wrapper input:focus-visible {
    outline: none;
    outline-offset: .3rem;
    box-shadow: none;
}
.product__info-wrapper .pplr img {
    visibility: visible;
}
.footer-block.grid__item:nth-child(2){
   padding-left:50px;
}
.button:after , .cart__ctas button{
    border-radius: 50px;
}
h2.footer-block__heading.inline-richtext {
  color: #fff;
}
.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
    padding-left: 4rem!important;
}
.collection .card .card__badge{
    z-index: 1;
}
.collection-product-card__swatch{
  margin-right:4px!important;
}
.cart-items td {
    vertical-align: middle!important;
}
.cart-item__image {
    max-width: 120px!important;
    height: 135px!important;
    object-fit: cover;
}
.cart-item__price .product-option , .price.price--end span{
    font-size: 22px!important;
}
span.price.price--end{
  margin-top:0!important;
}
.cart-item__name {
    font-size: 20px;
}
.cart-item__details .product-option {
    font-size: 18px!important;
    color: #333;
    line-height:22px;
}
.cart-item__name , .cart-item__details .product-option span {
    font-family: "League Spartan";
}
span.money.pplr_subtotal_price {
    font-size: 28px;
    color: var(--matt-color);
}
small.tax-note.caption-large.rte , li.discounts__discount{
    font-size: 18px;
    color: var(--matt-color);
}
.button.button--tertiary {
    color: #000!Important;
}



@media screen and (max-width:1200px){
  .footer-block.grid__item:nth-child(2) {
    padding-left:20px;
   }
}
@media screen and (max-width:1024px){
  .page_product_single_main .junip-review-vote-container.junip-mt-4{
      width:100%!important;
  }
}
@media screen and (max-width:991px){
  .how-find h2.image-with-text__heading.inline-richtext.h1 {
    padding-bottom: 20px;
  }
  .related-products .card-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  h2.footer-block__heading.inline-richtext {
    font-size: 20px;
  }
  .custom-design-steps h2, .custom-reviews-slider h2, .contact.page-width .contact-info h2.title, .main-blog h1.title--primary,.carry-retail-store h2.rich-text__heading{
     font-size:24px;
  }
  .easy-step-title span {
    font-size: 18px;
    line-height: 24px;
  }
  .custom-step-box .step-number , .custom-reviews-slider .collection-list__item .card-text h3{
    font-size: 22px;
   }
  .contact.page-width .contact-info {
    padding-right: 30px;
   }
  .related-products .grid--1-col-tablet-down .grid__item:not(:last-child) {
      margin-bottom: 20px;
   }
  .single-page-video-section .deferred-media__poster-button {
      height: 8rem;
      width: 8rem;
  }
  .main-blog .blog-articles {
    grid-template-columns: 1fr 1fr;
   }
  
}
@media screen and (max-width:920px){
  .footer-block.grid__item:nth-child(2) {
    padding-left:0px;
   }
}
@media screen and (max-width:767px){
  .page_product_single_main .product__info-wrapper span.ppdata {
    width: 98%;
    margin: 0px auto;
  }
}
@media screen and (max-width:749px){
  .main-blog .blog-articles {
    grid-template-columns: 1fr;
  }
  .page_product_single_main .collection .grid__item {
    max-width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2)!important;
    width: calc(100% - var(--grid-mobile-horizontal-spacing) / 2)!important;
  }
}
@media screen and (max-width:575px){
  .logo-list .card-wrapper .card .card__inner {
    flex: 0 0 160px;
    border-radius: 20px;
    width: 160px!important;
    overflow-x:scroll;
  }
  .logo-list .card-wrapper .card {
      gap: 20px;
      overflow-x: scroll;
      justify-content: flex-start;
  }
  .instagram-listing .page-width {
      padding: 0;
  }
.logo-list .card-wrapper .card::-webkit-scrollbar {
    display: none; 
}
.logo-list .card-wrapper .card{
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.logo-list .card-wrapper .card{
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; 
}
}
/** 13-6-24**/
.template-search__results .loading-overlay.gradient {
    background: transparent;
}
.slider-component-desktop .slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #fff;
	transition: 0.3s ease-in-out;
}
.slider-component-desktop .slider-dot.active {
    background-color: var(--yellow-color);
    height: 8px;
    width: 40px;
    border-radius: 8px;
}
.slider-component-desktop .slider-dots {
    gap: 12px!important;
}
.custom-reviews-slider .slider-component-desktop .slider-dots {
    gap: 12px!important;
    display: flex;
}
.custom-reviews-slider .slider-component-desktop .slider-dot.active {
    background-color: #a943da;
}
.custom-reviews-slider .slider-component-desktop .slider-dot {
    border: 1px solid var(--primary-color);
    border-radius:50px;
}
/** 18-06-2024 **/
input.pplr_text.pplr_monogram {
    margin-bottom: 30px;
}
/** 19-06-24**/
.collection-list .collection-list__item .card__inner .card__media:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(-180deg, rgba(217,217,217,0) 0%, rgba(250,251,128,0.89) 89%, rgba(254,255,117,1) 100%);
    transition: all 350ms;
    width: 100%;
    height: 100%;
}  

.collection-list .collection-list__item:hover .card__media:before{
  top:0;
}
/**.grid-section-unequal .image-with-text__content.image-with-text__content--middle{
    background: linear-gradient(-180deg, rgba(255, 255, 255, 100%) 36%, rgb(250 251 128 / 50%) 89%)!important;
    background-color: #fff!important;
}**/
.featured-collection-home .card--media .card__inner , .card-product-custom-div .card--media .card__inner {
    --ratio-percent: 100%!important;
}
.featured-collection-home .card__media .media img, .card-product-custom-div .card--media .media img {
    height: 100%;
    object-fit: contain;
    object-position: center center;
    width: 100%;
    aspect-ratio: 1/1;
}
.logo-list .collection__description p{
    font-size:18px;
}
.breadcrumbs__list li {
    font-size: 17px;
}
.quantity__input {
    font-weight: 900;
    font-size: 22px;
    color:#000;
}
.quantity__button svg path{
   color:#000;
}
.quantity__button svg {
    width: 1.4rem;
}
.faq-section .accordion__title {
    font-size: 24px;
    text-decoration: none!important;
}
.faq-section .accordion__content p{
   font-size: 18px;
}
.faq-section summary .icon-caret {
    width: 16px;
    height: 12px;
}
.faq-section .collapsible-content h2 {
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    line-height: 38px;
}
body footer input:-internal-autofill-selected, body footer input:-internal-autofill-selected:focus, body footer input:-internal-autofill-selected:hover, body footer input:-internal-autofill-selected:active {
    background-color: #a943da !important;
    -webkit-box-shadow: 0 0 0px 1000px #a943da inset !important;
    box-shadow: 0 0 0px 1000px #a943da inset !important;
  color:#fff;
}
footer input:focus{
  outline:none;
}
.footer-block__details-content.newsletter-block .field input, .footer-block__details-content.newsletter-block .field input:-internal-autofill-selected {
    border: 2px solid #fff;
    -webkit-text-fill-color: #fff;
}
.footer-block__details-content.newsletter-block .field input:focus {
    -webkit-box-shadow: 0 0 0px 1000px #a943da inset !important;
    box-shadow: 0 0 0px 1000px #a943da inset !important;
    -webkit-text-fill-color: #fff;
}
.footer-block__details-content.newsletter-block .field__input:-webkit-autofill~.field__button, .footer-block__details-content.newsletter-block .field__input:-webkit-autofill~.field__label{
    color: #fff;
}
.page_productlist_main .grid-section-unequal .image-with-text__text.rte.body p {
    color: var(--primary-color);
}
.page_productlist_main .grid-section-unequal .image-with-text__content--desktop-left>* {
    align-self: center;
    text-align: center;
}
.collection-title {
    text-align: center;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 36px;
}
.cart-title-main {
  justify-content:center;
}
.cart-title-main .title--primary {
    text-transform: uppercase;
}
.cart__warnings .button {
    border-radius: 50px;
}
.cart__warnings .button:hover{
   background:transparent;
  color: var(--primary-color);
}
.cart-items td, .cart-items th {
    padding-bottom: 25px!important;
    border-bottom: 1px solid #ddd!important;
}
.cart__items {
    border-bottom: 0px!important;
}
.cart__footer .totals__total {
    color: var(--primar-color);
    font-size: 28px;
}
.cart__footer>* {
    width: 47rem!important;
    justify-content: flex-end;
    align-items: self-end;
}
.cart__ctas {
    text-align: right;
    justify-content: flex-end;
}
.shopify-cleanslate {
    display: inline-flex;
}

@media screen and (min-width:1600px){
.header__heading-logo {
    width: 260px!important;
}
}

/** 20-6-24**/
.cart__footer>* {
    width: 100%!important;
    justify-content: flex-end;
    align-items: self-end;
    margin-top: 35px !important;
}
.cart__dynamic-checkout-buttons {
    max-width: 100%!important;
    margin: 0!important;
    text-align: right;
}
#dynamic-checkout-cart .shopify-cleanslate ul {
    flex-direction: row!important;
    margin-top: 35px!important;
}
#dynamic-checkout-cart .shopify-cleanslate ul li div {
    border-radius: 4px!important;
}
@media screen and (max-width:1049px) {
  .grid--4-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .hero-banner h1 {
      font-size: 32px;
  }
  h2.image-with-text__heading.inline-richtext.h1, .logo-list h2.title.inline-richtext, .collection .collection__title h2, 
  .cta .custom-section .text-content ,.carry-retail-store h2.rich-text__heading, .collection-title, .faq-section .collapsible-content h2{
      font-size: 30px!important;
  }
  .about-banner h2.image-with-text__heading.inline-richtext.h1 {
      font-size: 44px;
  }
  .about-banner .image-with-text-subheading {
      font-size: 24px;
  }
  p.image-with-text-subheading {
      font-size: 20px;
  }  
  .image-with-text__content {
      padding: 6rem 4rem 7rem!important;
  }
}

@media screen and (max-width: 991px) {
.faq-section .collapsible-content h2 , .collection-title{
   font-size:24px;
}
.cart-item__image {
    max-width: 90px!important;
    height: 100px!important;
    object-fit: cover;
}
.cart-item__price .product-option, .price.price--end span ,.cart-items thead th{
    font-size: 18px!important;
 }
  .quantity__input {
    font-size: 18px;
}
#dynamic-checkout-cart .shopify-cleanslate ul {
    flex-direction: column!important;
    margin-top: 35px!important;
}
.shopify-cleanslate {
    display: block;
}
.quantity__input {
    font-size:18px;
}  
}
@media screen and (max-width:820px) {
  .grid--4-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}
@media screen and (max-width:767px) {
  .custom-reviews-slider button.slider-button.slider-button--prev, .custom-reviews-slider button.slider-button.slider-button--next {
    top: 285px;
  }
  .custom-reviews-slider .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .custom-reviews-slider .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(52% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
  .custom-reviews-slider .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0rem;
  }
  .cart-items td, .cart-items th {
    border-bottom: 0px solid #ddd!important;
  }
  .cart-item {
    border-bottom: 1px solid #ddd!important;
  }
  .quantity__input {
    font-size:16px;
   } 
  .quantity__button svg {
    width: 1.2rem!important;
   }
}
@media screen and (max-width: 749px) {
  .cart-item {
    display: flex!important;
    flex-wrap: wrap!important;
    grid-template:none!important;
  }
  .cart-item {
    display: flex!important;
    flex-wrap: wrap!important;
    grid-template: none!important;
    justify-content: center;
  }
  .cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
    padding-left: 2rem!important;
  }
  .cart__dynamic-checkout-buttons {
    justify-content: center;
  } 
  
}
@media screen and (max-width:575px) {
  .grid--4-col-desktop .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
   .custom-reviews-slider .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .custom-reviews-slider .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(104% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
    .totals {
      display: flex;
      justify-content: center!important;
      align-items: center!important;
      flex-direction: column;
      gap: 20px;
  }
  .quantity__button {
    width: calc(3rem / var(--font-body-scale))!important;
  }
  .image-with-text__content {
    padding: 6rem 3rem 7rem!important;
  }
}
@media screen and (min-width:750px) {
  .cart-items th+th, .cart-item>td+td,.cart-items .cart-items__heading--quantity, .cart-item .cart-item__quantity, .cart-item__quantity--info quantity-popover>* {
    padding-left: 2rem!important;
  }
}

button.prev{
    left:11px!important;
}
button.next {
    right: 11px;
    left: auto!important;  
}
button.next svg{
  transform: rotate(-90deg);
}
button.prev svg{
    transform: rotate(90deg);
}
button.next svg, button.prev svg {
    width:16px;
    color: #a943da;
}
button.prev:hover, button.next:hover {
    background: var(--primary-color);
    cursor: pointer;
}
button.prev:hover svg, button.next:hover svg{
    color: var(--white-color);
}
.product-grid-container .collection .card .card__heading a:after {
    z-index: 1!important;
}
.cart__note label {
    display: flex;
    align-items:center!important;
    color:#000!important;
    left: 0;
  font-size:16px;
  text-transform:uppercase;
  font-weight:600;
}
.cart__note:after, .cart__note:hover.cart__note:after, .cart__note:before, .cart__note:hover.cart__note:before, .cart__note .field__input:focus, .cart__note .field__input {
    border: 1px solid #ddd!important;
    background: transparent!important;
    color: var(--matt-color)!important;
}
.cart__note textarea::placeholder {
   color:var(--matt-color);
   opacity: 1; /* Ensures full opacity */
}
.cart__note textarea::-moz-placeholder {
    color:var(--matt-color);
    opacity: 1;
}
.cart__note textarea:-ms-input-placeholder {
    color:var(--matt-color);
   opacity: 1;
}

.cart__note textarea::-ms-input-placeholder {
    color:var(--matt-color);
   opacity: 1;
}

.cart__note textarea::-webkit-input-placeholder {
    color:var(--matt-color);
    opacity: 1;
}
.cart__note label svg {
    margin-right: 7px;
}
button.prev, button.next {
    display:none!important;
    position: absolute!important;
    top:42%!important;
    background: #fff;
    z-index: 2;
    width:35px!important;
    height:35px!important;
    justify-content: center;
    border: 0;
    align-items: center;
    border-radius: 50px!important;
    box-shadow: 0px 2px 14px rgb(0 0 0 / 20%);
    transition:.3s ease-in-out;
    z-index:2;
}
.page_productlist_main .card__inner:hover button.prev, .page_productlist_main .card__inner:hover button.next {
  display:inline-flex!important;
  transition:.3s ease-in-out;
}

.coll_quick_buy {
    min-width: auto!important;
    left: 0;
    right: 0;
    margin: 0px auto;
    position: absolute;
    background: #fff;
    color: var(--primary-color);
    width: max-content!important;
    padding: 15px 32px!important;
    line-height: 1;
    z-index: 2;
    font-weight: 500;
    transition: all 350ms;
    display:none;
   bottom:-50px;
}
.page_productlist_main .product-grid-container .collection .card__inner .slide:hover:after {
    top: 0;
}
.page_productlist_main .product-grid-container .collection .card__inner .slide:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(217 217 217 / 0%), rgb(169 67 218 / 82%));
    transition: all 350ms;
    z-index: 1;
}
.page_productlist_main .product-grid-container .collection .card__inner .media:hover .coll_quick_buy {
    display:block;
    min-width: auto !important;
    left: 0;
    right: 0;
    margin: 0px auto;
    position: absolute;
    background: #fff;
    color: var(--primary-color);
    width: max-content !important;
    padding: 15px 32px !important;
    line-height: 1;
    z-index: 2;
    font-weight: 500;
    transition: all 350ms;
    bottom:20px;
}
.page_productlist_main .product-grid-container .collection .card__inner .media .coll_quick_buy:disabled{opacity:1!important}
.coll_bnr .color-scheme-1 {
    background: #fff!important;
}
ul.form-status-list.caption-large {
    display: none;
}
small#ContactForm-email-error, .form-status {
    color: #eb001b;
}
.page_product_single_main .product-form__submit {
    line-height: 1.11;
}
.page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50px;
}
/**@media screen and (max-width:575px){
  .page_product_single_main .product-form__submit {
    line-height: 1.13;
  }
}**/
@media screen and (max-width:380px){
  .product--thumbnail_slider button.slider-button.slider-button--next, .product--thumbnail_slider button.slider-button.slider-button--prev {
    top: 35%;
}
}
h2.form-status.form-status-list.form__message.frm_success {
    color: #428445;
    font-size: 16px;
}
h2.form-status:focus-visible{
    box-shadow:none;
    outline:none;
}

.page_productlist_main .product-grid-container .collection .card .card__heading a:after {
    z-index: -1!important;
}
/** 24-06-24**/
@media screen and (min-width:1920px){
  :root{
     --page-width:1860px!important;
  }
}
/**@media screen and (max-width:1060px){
  .page_product_single_main .product-form__submit {
    line-height: 1.15;
  }
}

@media screen and (min-width:1920px) {
   .page_product_single_main .product-form__submit {
        right: 13.125%;
        margin-top: -75.5px;
    }
    .product-form .product-form__buttons {
      max-width: 86%;
  }
}
@media screen and (min-width:2500px) {
   .page_product_single_main .product-form__submit {
        right: 13.13%;
        margin-top: -76.5px;
    } 
  
          
}
@media screen and (min-width:2720px) {
  .page_product_single_main .product-form__submit {
    right: 13.174%;
    margin-top: -76.5px;
}
}
@media screen and (min-width:4000px) {
  .page_product_single_main .product-form__submit {
    right: 13.25%;
    margin-top: -77.5px;
 }
}**/
@media screen and (max-width: 1280px) {
    .quantity__input {
      font-size: 16px;
    }
}
@media screen and (max-width:1150px) {
  .page_product_single_main .product--large:not(.product--no-media) .product__media-wrapper, .page_product_single_main .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (max-width:990px) {
    .page_product_single_main .product--large:not(.product--no-media) .product__media-wrapper,.page_product_single_main .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 100%;
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .page_product_single_main .product--large:not(.product--no-media) .product__info-wrapper{
     margin-top:50px;
  }
  .product__info-wrapper .product__info-container {
    max-width: 100%;
  }
  /**.product-form .product-form__buttons {
      max-width:100%;
  }
  .page_product_single_main .product-form__submit {
    margin-top: -74.5px;
  }
  .page_product_single_main .quantity {
    width:22.34rem!important;
  }
  .page_product_single_main .product-form__submit {
    margin-top: -75.015px;
    right: auto;
    left: 22.1rem;
 }
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50.105px;
  }**/
}

/**@media screen and (max-width:750px) {
  .page_product_single_main .product-form__submit {
        line-height: 1.12;
    }
  .product-form .quantity__button {
    width: calc(2.5rem / var(--font-body-scale));
  }
  .page_product_single_main .product-form__submit {
      margin-top: -75px;
      right: auto;
      left: calc(100% - 61.1%);
      width: 57%;
  }
  .page_product_single_main .quantity {
    width: 40.66%!important;
  }
}
@media screen and (max-width:460px) {
.page_product_single_main .product-form__submit {
    margin-top: -75.1px;
    left: calc(100% - 62.1%);
}
}
/**26-06-24**/
.cart-notification__heading, .cart-notification-product__name {
    font-size:18px;
}
.cart-notification-product__image img {
    border-radius: 10px;
}
.cart-notification .button--primary {
    background: var(--primary-color);
    line-height:1;
}
.cart-notification .button--secondary {
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    color: var(--primary-color);
    text-transform: uppercase;
}
.cart-notification .button--secondary:after {
    display:none;
}

.page_collectionlist .collection-title {
    margin-top: 0;
}
.page_collectionlist .collection-list .collection-list__item .card__heading a {
    color: var(--matt-color);
}
.page_collectionlist .collection-list .collection-list__item:hover .card__heading a {
    color: var(--primary-color);
}
.product-grid-container .collection .card .card__heading a:hover {
    color: var(--primary-color);
}
.page_product_single_main .product-form__submit:hover ,.page_product_single_main .product-form__submit{
    border: 2px solid rgb(169 67 218);
}

/**@media screen and (min-width:1440px){
  .page_product_single_main .product-form__submit:hover, .page_product_single_main .product-form__submit {
    border: 3px solid rgb(169 67 218);
}
.page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50.6px;
}
.page_product_single_main .product-form__submit {
    margin-top: -76.1px;
}  
}
@media screen and (min-width:2000px){
  .page_product_single_main .product-form__submit {
    margin-top: -74.5px;
}
.page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50px;
}
}
@media screen and (min-width:2600px){
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50.0625px;
}
}
@media screen and (min-width:4000px){
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 49.0625px;
}
}
@media screen and (max-width:1440px){
  .page_product_single_main .product-form__submit {
      right: 0.65%;
  }
}
/** 27 06 24 **/
.page_productlist_main .card-product-custom-div {
    position: relative;
    z-index: unset;
}
.page_productlist_main .product-grid-container .collection .card__inner {
    z-index: 10;
}
.page_productlist_main .card-product-custom-div product-form{
    height: unset!important;
    position:unset!important;
}
.cart-items td.cart-item__media {
    width: 10%;
}
td.cart-item__details {
    width: 40%;
}
td.cart-item__totals, .cart-item__price {
    width: 20%;
}
.cart-item__discounted-prices {
    display: flex;
    gap: 5px;
}
@media screen and (max-width:768px){
  td.cart-item__details {
    width: 80%;
}
.cart-items td.cart-item__media {
    width: 17%;
}
}
/** 2-7-24**/
.cart-notification-product__name {
    line-height: 1.2;
}
.faq-section .accordion__content p {
    color: var(--matt-color);
}
.junip-button-border-radius-shaved .junip-btn {
    border-radius: 50px;
}
.junip-button-border-radius-shaved .junip-btn {
    border-radius: 50px!important;
    margin: 0px auto;
    text-align: center;
    display: flex;
}
.cart-item__price-wrapper dl.cart-item__discounted-prices {
    display: flex;
    justify-content: flex-end;
}
/** header sticky css **/
.scrolled-past-header header .list-menu a, .scrolled-past-header header .list-menu summary {
    font-size: 15px;
}
.scrolled-past-header .header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.scrolled-past-header .header__heading-logo {
    transform: scale(0.8);
}
.price-item.price-item--regular , .cart-item__final-price .money, .price--end .money{
    color:var(--matt-color);
}
.cart-item__discounted-prices .cart-item__old-price .money {
    color: var(--primary-color); 
      font-size: 22px;
}
.cart-item__price-wrapper .cart-item__discounted-prices .cart-item__old-price .money{
  text-decoration: line-through;
}
header .list-menu .header__submenu a {
    font-size: 16px;
}
.continue-shopping {
    text-transform: uppercase;
    font-weight:600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 60px;
    padding: 13px 38px;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    border:2px solid var(--primary-color);
}
.continue-shopping:hover{
   background:transparent;
  color:var(--primary-color);
}
.template-search .product-grid-container .collection .card, .template-search .product-grid-container .collection .card__inner{--ratio-percent: 100.0%!important;}
@media screen and (max-width: 1440px){
  header .list-menu .header__submenu a {
      font-size: 15px;
  }
  .scrolled-past-header header .list-menu .header__submenu a {
      font-size: 14px;
  }
}

/**@media screen and (min-width:1440.99px) and (max-width:1600px) {
    .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
        height: 51px;
    }
    .page_product_single_main .product-form__submit {
        margin-top: -76.2px;
    }
}
@media screen and (min-width:1680px) and (max-width:1780px) {
    .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
        height: 50.8px!important;
    }
   .page_product_single_main .product-form__submit {
      margin-top: -76px!important;
   }
}
@media screen and (min-width:1780px) and (max-width:1880px) {
  .page_product_single_main .product-form__submit {
        margin-top: -75.5px;
        height: 50.5px;
   }
}
@media screen and (min-width:2000px){
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 51.2px;
  } 
}
@media screen and (min-width:2600px){
  .page_product_single_main .product-form__submit {
      line-height: 1;
  }
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height: 50.6px;
  }
  .page_product_single_main .product-form__submit {
    margin-top: -75.5px;
   }
}**/
@media screen and (max-width: 1220px){
header .list-menu .header__submenu a {
    font-size: 14px;
}
.scrolled-past-header header .list-menu .header__submenu a {
    font-size: 14px;
}
}
/**@media screen and (max-width:1100px){
  .page_product_single_main .product-form__submit {
    right: -0.114%;
  }
  .page_product_single_main .product-form__submit, .page_product_single_main .quantity {
    height:50.2px;
  }
  .page_product_single_main .product-form__submit {
    margin-top: -75.5px;
  }
}


@media screen and (max-width:767px){
  .page_product_single_main .product-form__submit {
    margin-top: -75px;
}
}
@media screen and (max-width:545px){
  .page_product_single_main .product-form__submit {
    margin-top: -75.2px;
 }
}**/
cart-items .btn-text {
    text-align: center;
}
/**3-7-24**/
.cart-item__image-container img {
    width: 100px;
}
.featured-collection-home .price-item.price-item--regular {
    color: #fff;
}
.collection .card .card__information .card__heading>a {
    min-height: 50px;
}
.page_product_single_main quantity-input.quantity {
    border: 2px solid #a943da;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.page_product_single_main .quantity:before, .page_product_single_main .quantity:after {
    display: none;
}
.qty_button_wrapper {
    width: 100%;
    position: relative;
}
.page_product_single_main .badge.price__badge-sold-out {
    background: var(--primary-color);
    color: #fff;
}
.article-card .card__heading {
    min-height: 70px;
}
.scrolled-past-header header .list-menu .header__submenu a {
    font-size: 14px;
}
.shopify-section.section:has(.gfbHomePageBundleWrapper) {
    background: #fff;
    padding:72px 0;
}
.collection-list .collection-list__item .card__inner .card__media:before {
    z-index: 1;
}
.single-page-video-section .video-section__content {
    padding-right: 4rem;
}
.single-page-video-section .video-section__video-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px!important;
    height: 100%;
}
@media screen and (max-width:1366px){
  .blog-articles .article-card__excerpt {
    min-height: 170px;
}
.cta .custom-section .button--primary {
    padding: 15px 30px;
}
}
@media screen and (max-width:1150px){
  td.cart-item__details {
    width: 30%;
  }
  .cart-item__price .product-option, .price.price--end span , .cart-items th {
    font-size: 18px!important;
  }
  .cart-items tr td {
    padding-left: 15px!important;
  }
  .cart-item__image {
      height: 100px !important;
  }
  .cart-item__image-container img {
      width: 80px;
  }
  .cart-item__discounted-prices {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1024px){
  .article-card .card__heading {
    min-height: 90px;
  }
  .blog-articles .article-card__excerpt {
    min-height: 250px;
  }
  .scrolled-past-header header .list-menu a, .scrolled-past-header header .list-menu summary {
    font-size: 13px;
  }
  .scrolled-past-header header .list-menu .header__submenu a {
    font-size: 12px;
 }
.cart__footer .totals__total, span.money.pplr_subtotal_price {
    font-size: 22px!important;
}
}
@media screen and (max-width:991px){
  .article-card .card__heading {
    min-height:90px;
  }
  .blog-articles .article-card__excerpt {
    min-height:180px;
  }
  .page__blog .main-blog .blog-articles .blog-articles__article .card__content .article-card__info span {
    font-size: 16px;
  }
  header .menu-drawer__account .icon-account:hover ,summary.header__icon.header__icon--search svg:hover{
    color:var(--primary-color);
}
.features-section li.mgm_3column_list-item:first-child {
    height: auto;
}
.features-section li.mgm_3column_list-item{
    margin-bottom: 40px;
}  
.page_product_single_main .product-form__buttons {
    max-width: 100%!important;
} 
}
@media screen and (max-width:820px){
  .blog-articles .article-card__excerpt {
    min-height: 205px;
}
}
@media screen and (max-width:749px){
  .page_product_single_main .product--large:not(.product--no-media) .product__info-wrapper {
    margin-top: 20px;
  }  
   .article-card .card__heading {
    min-height:auto;
  }
  .blog-articles .article-card__excerpt {
    min-height:auto;
  }
  .logo-list {
    padding: 52px 0;
}
.collection-list-wrapper .card--standard>.card__content .card__information {
    margin-top:10px;
}
.cart__ctas {
    text-align: center;
    justify-content: center;
}    
}
@media screen and (max-width:575px){
  .slider-component-desktop .slider-dots {
    gap: 6px!important;
}
.collection .card .card__information .card__heading>a {
    max-height: 50px;
    min-height:auto;
}
.logo-list.box-shaped .card-wrapper .card .card__inner {
    flex: 0 0 21%;
    border-radius: 20px;
    width: 24%!important;
  overflow-x:scroll;
}
.logo-list.box-shaped .card__inner img {
    max-width: 80%!important;
}
.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(98% - var(--grid-mobile-horizontal-spacing) - 3rem) !important;
}
.cart-items td.cart-item__media {
    width: 30%;
    padding-left: 0 !important;
}
td.cart-item__details {
    width: 66%;
}
td.cart-item__totals, .cart-item__price {
    width: 48%;
}
}
@media screen and (max-width:430px){
  .footer__copyright small.copyright__content, .footer__copyright small.copyright__content a {
    font-size: 14px!important;
}
.footer__copyright ul.policies.list-unstyled li:before{
    padding: 0 .4rem;
}
  .logo-list.box-shaped .card-wrapper .card .card__inner {
    flex: 0 0 29%;
    border-radius: 20px;
    width:29%!important;
}
.logo-list.box-shaped .card-wrapper .card {
    overflow-y: visible;
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
    gap:15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.cart-item__details {
    width: 100%;
    text-align: center;
    margin: 0px auto;
} 
li.discounts__discount {
    justify-content: center;
}
.cart__items .cart-item__totals, .cart__items .cart-item__discounted-prices {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
td.cart-item__totals, .cart-item__price {
    width: 100%;
}  
.cart-items tr td {
    padding-left: 0px!important;
    padding-bottom: 0!important;
    text-align: center;
}
.cart-item {
    padding-bottom: 20px;
}
.cart-item__details>* {
    max-width: 100%!important;
}  
}
@media screen and (max-width:380px){
  .page_product_single_main .quantity {
    width: 125px!important;
  }
  .page_product_single_main .product-form__submit {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 125px);
  }
}

/**4-07-24**/
.slider-component-desktop .slider-dots {
    margin-top: -3px;
}
.shopify-cleanslate.wallet-button-fade-in {
    display: flex;
    max-width: 100%;
}
@media screen and (max-width:991px){
  .shopify-cleanslate.wallet-button-fade-in {
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
}
.cart__footer .totals__total, span.money.pplr_subtotal_price {
    font-size: 20px!important;
}
.hero-banner .image-with-text__text.rte.body {
    text-align: center;
}
.header__icon:hover .icon {
    transition:none!important;
}
.header__icon:not(.header__icon--summary), .header__icon span {
    justify-content: flex-start!important;
}
.scrolled-past-header .header__heading-logo {
    transform: scale(0.95);
}
.scrolled-past-header .header {
    padding-top:10px;
    padding-bottom:10px;
} 
.header--mobile-left .header__heading-link {
    padding: 0;
} 
.main-blog h1.title--primary {
    margin-top: 0;
    margin-bottom: 25px;
}  
}

@media screen and (max-width:749px){
  .shopify-cleanslate.wallet-button-fade-in {
    display: flex;
    max-width: 100%;
    justify-content: center;
}
}
.cart__footer .cart__ctas {
    display: flex!important;
}

.shopify-section.section:has(.junip-product-review) {
     background: #fff;
    color: var(--matt-color);
}
.footer__copyright ul.policies.list-unstyled li:first-child:before{
    display:none;
}
.footer-block__brand-info p{
    font-size:16px;
    line-height:24px;
}
.faq-section .accordion__content p {
    font-size: 16px;
}
.faq-section .collapsible-content summary:hover {
    background: rgba(var(--color-foreground),.08);
}
.faq-section .collapsible-content summary, .faq-section .accordion__content{
    padding-left: 1.5em;
}
.faq-section  .accordion {
    border-top: .1rem solid rgba(var(--color-foreground),0.2);
    border-bottom: .1rem solid rgba(var(--color-foreground),.2);
}
.header__icon:hover .icon-hamburger line {
    stroke:var(--primary-color);
}
.template-search .collection s.price-item.price-item--regular span.money, .template-search .price--on-sale .price-item--regular {
  color:var(--primary-color);
}
.page_product_single_main .product__info-wrapper span.ppdata {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.product-option .pplr_slide {
    color: var(--primary-color);
}
.cart-items {
    font-family: "League Spartan";
}
.coll_quick_buy {
    box-shadow: -2px 0 12px #00000029;
}
.page_product_single_main .price--on-sale .price-item--regular {
    color: rgb(169 67 218);
}
.cart__ctas button , .is-empty .button{
    text-transform: uppercase;
    font-weight: 600;
}
.gfbVolumeBundleWrapper {
    padding: 0!important;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:has(img) {
    border: 1px solid #ddd;
    padding-bottom: 20px;
    width: 23%!important;
    position: relative;
    min-height: 120px;
    border-radius: 10px;
    margin:1%;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:has(img) input {
    position: absolute;
    width: 100%!important;
    height: 100%;
    margin: 0!important;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice img {
    max-height: unset;
    height: 80%;
    width: 90%;
    object-fit: contain;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:has(img) label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 5px;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:has(input:checked):has(img) {
    border: 1px solid #a943da;
    outline: 2px solid #a943da;
    outline-offset: -2px;
}
div#itoris_dynamicproductoptions input[type="text"] {
    min-height: 40px;
    border-radius: 30px;
}
/*.quote-section .image-with-text__media img{object-fit:cover;object-position:center;}*/
.quote-section .image-with-text__grid {
    align-items: stretch;
}
.quote-section .image-with-text__media, .quote-section .image-with-text__media img {
    height: 100% !important;
}
p.note {
    font-size: 14px!important;
}
.shopify-section.section:has(.shopify-app-block .gfbHomePageBundleWrapper:empty) {
    display: none;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:not(:has(img)) {
    width: 100%!important;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:not(:has(img)) input {
    margin-top: 6px!important;
    width: 17px!important;
    height: 17px!important;
}
.page_product_single_main .product-form__submit.sold_out {
    pointer-events: none;
}
#itoris_dynamicproductoptions tr.fields td div.field .choice:not(:has(img)) label {
    font-size: 14px;
    line-height: 14px;
}
tr.fields > td > div.field > label {
    font-weight: bold;
}
@media screen and (max-width:767px){
  #itoris_dynamicproductoptions tr.fields td div.field .choice:has(img){width:48%!important;}
}
@media screen and (max-width:575px){
  #itoris_dynamicproductoptions tr.fields td div.field .choice:not(:has(img)){width:100%!important;}
}
.thumbnail-slider.slider-mobile-gutter .thumbnail-list_item--variant:not(:first-child){display:block!important;}

.page_product_single_main .product__info-wrapper  .product__accordion summary[aria-expanded="true"] {
    padding-bottom: 0;
}

/** 11-11-2024 **/
.newslettre-block-social .footer__blk-newsletter-social {
    justify-content: flex-start;
}
.product-media-modal__toggle .icon-close {
    display: block;
}
@media screen and (max-width:990px){
  .product-media-container.constrain-height .media {
    padding-top: 100%!important;
}
.product-media-modal__content img {
    width: 100%;
    transform: scale(1.05);
}
.product-media-modal__content {
    overflow: hidden!Important;
} 
}

/** 13-11-24 **/
.popup-sales .collection .collection__title h2 {
    opacity: 1;
    color: #000;
}
.popup-sales slider-component.page-width{
    padding: 0;
    opacity: 1;
}
.popup-sales {
    top: 50%!important;
    left: 50%!important;
    z-index: 99999;
    transform: translate(-50%, -50%);
}
.popup-sales .collection{
    padding: 0;
}
.popup-sales-content {
    width: 75%!important;
    background: #ff99bc!important;
    height: 90vh;
    overflow-y: auto;
    margin: 600px 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 90vh;
}
.popup-sales-content::-webkit-scrollbar-track{
    width:1px;
	background-color: #F5F5F5;
}
.popup-sales-content::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}
.popup-sales-content::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color:#a943da;
    width:1px;
}
.popup-sales .collection .card .card__information .card__heading>a {
    min-height: 30px;
}
.popup-sales .collection__title.title-wrapper {
    margin-bottom: 0;
}
.popup-sales .collection .grid__item{
    opacity: 1;
    transform: translateY(0rem);
}
.popup-sales product-form .button{
  background-color: transparent;
}
.popup-sales .collection .card .card__heading a {
    font-size: 13px;
}
.popup-sales .grid{margin-top: 0;}
.show-popup-sales-btn{text-align: center; margin-bottom: 12px;}
button.show-popup-sales {
    text-transform: uppercase;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 60px;
    padding: 13px 38px;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color:#fb6c6c;
    border: 2px solid #fb6c6c;
    font-family: 'poppins';
    text-underline-offset: .3rem;
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    min-width: 332px;
}
.continue-shopping {
    min-width: 332px;
}
button.show-popup-sales:hover {
    background: transparent;
    color:#fb6c6c;
}
.popup-sales .close-btn {
    top: 5px;
    right: 5px;
  }

@media screen and (max-width: 575px){
  .popup-sales .collection .collection__title h2 {
      font-size: 24px!important;
      line-height: 30px;
  }
  .popup-sales-content {
    padding: 20px 20px 40px!important;
  }
  .popup-sales .collection .grid__item {
    padding: 10px 3px;
  }
  .product-card-wrapper .card-information>* {
    font-size: 12px;
  }
  .popup-sales-content {
    width: 88%!important;
  }
  .popup-sales .close-btn {
    top: -4px;
    right: 6px;
  }
}

.cart__ctas button {
    margin-bottom: 30px;
}