/** Shopify CDN: Minification failed

Line 59:34 Unexpected "{"
Line 59:43 Expected ":"
Line 59:50 Unexpected "{"

**/
/* footer css start */
footer .email-signup__button{
    border-radius: 50px;
}
footer summary.menu__heading {
    padding-block: 0;
}
footer .email-signup__input-group .email-signup__input,
footer .email-signup__input-group .button.email-signup__button,
footer nav .menu__item {
    font-family: var(--font-family);
    --font-family: var(--font-accent--family);
    font-size: 18px;
}
/* footer css end */

.header__column--left a.button {
    display: none;
}

/* homepage collection card css start */
.collection-card{
    box-shadow: 0 6px 12px rgba(0,0,0,0.15), 0 12px 30px rgba(0,0,0,0.08);
}
.collection-card__content .text-block.h5>*{
    font-weight: var(--font-h5--weight);
    --font-h5--weight: var(--font-subheading--weight);
    --font-subheading--weight: 500;
}
/* homepage collection card css end */

/* css for swiper-carousel-section start */
.swiper-carousel-section .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 80px;
    padding-inline: 75px;
}
.swiper-carousel-section .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px #00000050;
}
.swiper-carousel-section .swiper-{{ section.id }} {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    height: 26px;
    width: 26px;
    min-width: 26px;
    top: 50% !important;
    position: absolute;
    color: #2c2c2c;
}
.swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    min-width: 11px;
    background: #000;
    opacity: 0.4;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
} 
.swiper-carousel-section .testimonial-text{
    --font-family: var(--font-subheading--family);
    font-size: 18px;
    margin-bottom: 30px;
}
.swiper-carousel-section .testimonial-title{
    --font-family: var(--font-accent--family);
    font-size: 20px;
    margin-bottom: 15px;
}
.swiper-carousel-section .testimonial-bio{
    --font-family: var(--font-accent--family);
    font-size: 19px;
    color: #707070;
}
.swiper-carousel-section .section-heading{
    font-family: var(--font-h3--family);
    font-weight: 600;
    font-size: var(--font-h3--size);
    text-align: center;
    margin-bottom: 45px;
}
/* css for swiper-carousel-section end */

/* css for product-list header start */
.ui-test-product-list .section-resource-list__header .text-block{
  position:relative;
  overflow: hidden;
}
.ui-test-product-list .section-resource-list__header .text-block p{
  width: auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
}
.ui-test-product-list .section-resource-list__header .text-block p::before,
.ui-test-product-list .section-resource-list__header .text-block p::after{
    content:"";
    background:#cfd3df;
    position: absolute;
    top: 50%;
    width: 35%;
    height: 2px;
    background: #cfd3df;
}
.ui-test-product-list .section-resource-list__header .text-block p::before{
  right:60%;
  margin-right:50px;
}
.ui-test-product-list .section-resource-list__header .text-block p::after{
  left:60%;
  margin-left:50px;
}
/* css for product-list header end */
/* css for global settings start */
p:not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-secondary)), .rte :is(p,ul,ol,table):not(.h1,.h2,.h3,.h4,.h5,.h6) a:where(:not(.button,.button-secondary)) {
    text-decoration-color: transparent;
}
cart-quantity-selector-component.quantity-selector.cart-primary-typography {
    display: none !important;
}
/* css for global settings end */

@media(max-width:1279px){
    .header__column--right a.button {
    display: none;
}
 
}


@media screen and (max-width: 1199px) {
    /* css for heading size start */
    h1 p, .h1 p{
        font-size: 65px !important;
    }
    h2 p, .h2 p{
        font-size: 54px !important;
    }
    h3 p, .h3 p{
        font-size: 44px !important;
    }
    h4 p, .h4 p{
        font-size: 38px !important;
    }
    h5 p, .h5 p{
        font-size: 32px !important;
    }
    h6 p, .h6 p{
        font-size: 30px !important;
    }
    /* css for heading size end */
    /* css for global settings start */
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.95);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .section-heading {
        margin-bottom: 35px;
    }
    .swiper-carousel-section .swiper-slide{
        padding: 25px;
    }
    .swiper-carousel-section .swiper {
        padding-bottom: 60px;
        padding-inline: 45px;
    }
    .swiper-carousel-section .testimonial-text {
        margin-bottom: 22px;
    }
    .swiper-carousel-section .testimonial-title {
        margin-bottom: 10px;
    }
    /* css for swiper-carousel-section end */
    
}

@media screen and (max-width: 989px) {
    /* css for heading size start */
    h1 p, .h1 p{
        font-size: 60px !important;
    }
    h2 p, .h2 p{
        font-size: 50px !important;
    }
    h3 p, .h3 p{
        font-size: 40px !important;
    }
    h4 p, .h4 p{
        font-size: 35px !important;
    }
    h5 p, .h5 p{
        font-size: 30px !important;
    }
    h6 p, .h6 p{
        font-size: 28px !important;
    }
    /* css for heading size end */
    /* css for global settings start */
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.90);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .testimonial-text {
        font-size: 16px;
    }
    .swiper-carousel-section .testimonial-title {
        font-size: 18px;
    }
    .swiper-carousel-section .testimonial-bio{
        font-size: 17px;
    }
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        background: #fff;
        border-radius: 50px;
        box-shadow: 0px 0px 3px #00000050;
    }
    .swiper .swiper-button-prev svg,
    .swiper .swiper-button-next svg  {
        height: 20px;
        width: 20px;
        min-width: 20px;
    }
    /* css for swiper-carousel-section end */
    /* css for product-list header start */
    .ui-test-product-list .section-resource-list__header .text-block p::before,
    .ui-test-product-list .section-resource-list__header .text-block p::after{
        display: none;
    }
    /* css for product-list header end */
    .header__drawer a.button {
    display: block;
}

}
    
@media screen and (max-width: 749px) {
    /* css for heading size start */
    h1 p, .h1 p{
        font-size: 52px !important;
    }
    h2 p, .h2 p{
        font-size: 45px !important;
    }
    h3 p, .h3 p{
        font-size: 35px !important;
    }
    h4 p, .h4 p{
        font-size: 32px !important;
    }
    h5 p, .h5 p{
        font-size: 28px !important;
    }
    h6 p, .h6 p{
        font-size: 24px !important;
    }
    /* css for heading size end */
    /* css for global settings start */    
    .custom-font-size,
    .custom-font-size > * {
        font-size: calc(var(--font-size) * 0.85);
    }
    /* css for global settings end */
    /* css for swiper-carousel-section start */
    .swiper-carousel-section .section-heading {
        margin-bottom: 20px;
    }
    .swiper .swiper-button-prev svg,
    .swiper .swiper-button-next svg {
        height: 16px;
        width: 16px;
        min-width: 16px;
    }
    /* css for swiper-carousel-section end */
}
