/** Shopify CDN: Minification failed

Line 373:22 Unexpected "{"
Line 373:31 Expected ":"
Line 373:38 Unexpected "{"
Line 377:22 Unexpected "{"
Line 377:31 Expected ":"
Line 387:22 Unexpected "{"
Line 387:31 Expected ":"
Line 393:22 Unexpected "{"
Line 393:31 Expected ":"
Line 399:22 Unexpected "{"
... and 27 more hidden warnings

**/
    .text-block.h3>*, h3{
        font-weight:500;
        margin-bottom:-20px !important;
    }
    .menu-list__link {
        color: #fff !important;
        font-weight: 500 !important;
    }
    .header-menu__inner .menu-list li{
        margin-right:20px;
    }
    header .header-actions__action svg{
        color:#fff !important;
    }
    #header-component[data-sticky-state="active"] {
        backdrop-filter: blur(30px) !important;
    }
    #header-component[data-sticky-state="active"] .header__row{
        background-color: #0000004d !important;
    }
    #header-component .header__row{
        background-color: transparent !important;
    }
    header .header-logo__image-container img{
            filter: invert(1);
    }
    .homeSlider slideshow-slide{
        position:relative;
    }
    .homeSlider slideshow-slide::before{
        content:"";
        position:absolute;
        width:100%;
        height:100%;
        top:0;
        left:0;
        background:#0003;
        z-index:1;
    }
    .homeSlider h2{
        font-weight: 900;
        font-size: 5rem;
}
    .homeSlider h4{
            line-height: 28px !important;
    }
    .homeSlider .text-block{
        padding-bottom:0;
    }
    .homeSlider p{
        font-size:22px;
    }
    .homeSlider a.button{
            border-radius: 100px;
    min-width: 180px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    }
    .homeSlider a.button:hover{
        color:#fff;
    }
    .homeSlider slideshow-arrows {
        justify-content: end;
        align-items: end;
        gap:20px;
        right: 50px;
        bottom: 50px;
    }
    .homeSlider slideshow-arrows > button.slideshow-control{
        border: 1px solid #fff;
        width: 60px;
        height: 60px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        opacity:1 !important;
        transition: none !important;
        transform: none !important;
        animation:none !important;
    }
    .homeSlider slideshow-arrows > button.slideshow-control .svg-wrapper{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .homeSlider slideshow-arrows > button.slideshow-control .svg-wrapper svg{
        width: 30px;
        height: 30px;
        color: #fff;
    }
    .homeSlider .slideshow-controls__dots{
        display:none;
    }
    
    .homeSlider slideshow-slide .group-block-content{
        gap:25px !important;
    }
    .ui-products-list .section[data-testid="product-list"]{
        padding:40px 0;
    }
    .ui-products-list .section[data-testid=product-list] .resource-list__carousel slideshow-slides{
        gap:20px;
    }
    .product-card .resource-list__item .product-media-container--image{
        height:300px;
    }
    .product-card .product-card__content .price{
        font-size:16px !important;
        color:#000;
    }
    .product-card .product-card__content .contents p{
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }
    .product-card .product-card__content .product-media{
        background:#f8f8f8;
        margin-bottom:10px;
    }
    .product-card .product-card__content .product-badges{
        right:auto !important;
        left:20px !important;
    }
    .product-card .product-card__content .product-badges .product-badges__badge{
            background: #bdb7ac;
            text-transform: uppercase;
            font-weight: 500;
            color: #000;
            font-size: 12px;
            letter-spacing: 0.4px;
    }
    .product-card .product-card__content .product-media img{
        mix-blend-mode: darken;
        object-fit:scale-down !important;
    }
    .ui-test-collection-list .section{
        padding-top:0;
        padding-bottom:40px;
    }
    .ui-test-collection-list .collection-card{
        background:#f8f8f8;
        padding:5px;
        height: -webkit-fill-available;
    }
    .ui-test-collection-list .collection-card .resource-image{
         width:100%;
        height:280px;
    }
    .ui-test-collection-list .collection-card .resource-image img{
        object-fit:cover;
        mix-blend-mode: darken;
    }
    .ui-test-collection-list .collection-card .collection-card__content p{
        font-size: 20px;
        font-weight: 500;
        color: #000;
    }
/**********************JASPREET CSS***************************/
.product-meta-color {
padding-top: 0.1rem;        /* small tweak so it lines up nicely */
}

.color-swatch {
display: inline-block;
width: 24px;                /* size of the square */
height: 24px;
border-radius: 0;         /* square, not rounded */
border: 1px solid #d0d0d0; /* optional subtle border like in Shopify */
vertical-align: middle;
}
.atelier-hero {
    background: radial-gradient(circle at center, #1c1a18 0%, #0f0e0d 100%);
    color: #ffffff;
    padding: 0px 0 0 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width:1920px;
    margin:0 auto;
}

.atelier-text small {
    letter-spacing: 2px;
    color: #c9a45c;
    font-size: 16px;
}

.atelier-text h1 {
    font-size: 30px;
    line-height: 1.1;
    margin: 20px 0;
}

.atelier-text h1 em {
    font-style: italic;
    color: #d6d6d6;
}

.atelier-text p {
max-width: 460px;
color: #bdbdbd;
font-size: 16px;
line-height: 1.6;
margin-top:40px;
}

.atelier-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.atelier-button {
    border: 1px solid #ffffff;
    padding: 12px 28px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
}

.atelier-year {
    font-size: 16px;
    color: #c9a45c;
}

.atelier-video {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atelier-video button {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.atelier-bottom {
    grid-column: span 2;
    text-align: center;
    margin-top: 120px;
}

.atelier-bottom h2 {
    font-size: 40px;
}

.atelier-bottom p {
    max-width: 480px;
    margin: 10px auto 0;
    color: #bdbdbd;
}
.atelier-video,
.atelier-image,
.atelier-video-embed {
border: 0 !important;
padding: 0 !important;
background: transparent !important;
box-shadow: none !important;
}

.atelier-video img,
.atelier-image img {
display: block;
width: 100%;
height: auto;
border: 0 !important;
outline: 0 !important;
box-shadow: none !important;
}
#shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"] .custom-section-content h1{
        font-size: 44px;
    font-weight: 600;
    color: #fff;
}
#shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"] .custom-section-content{
    z-index:2;
}
#shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"]{
    min-height:350px;
}
#shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"] .background-image-container::before,
.hero-custom__image::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
        background: #0000005e;
}
#shopify-section-template--25400404443465__main .section,
#shopify-section-template--25400404443465__main .section{
    display:block;
       max-height: 350px;
    overflow: hidden;
}
#shopify-section-template--25400404443465__main .section > .spacing-style,
#shopify-section-template--25400404443465__main .section > .spacing-style{
    padding:0;
}
#shopify-section-template--25302464692553__section .custom-section-backgrounds{
    width:100%;
    height:100%;
}
#shopify-section-template--25302464692553__section  .custom-section-content{
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    background: transparent !important;
}
#shopify-section-template--25302464692553__section  .custom-section-content .overlay.overlay--solid{
    display:none !important;
}
#shopify-section-template--25302464692553__section  .custom-section-content > .spacing-style{
    padding:50px 0 0!important;
}
.hero-custom__image{
    position:relative;
}
#shopify-section-template--25400404443465__main,
#shopify-section-template--25302464823625__main,
#shopify-section-template--25392059515209__main,
#shopify-section-template--26034103058761__main{
    height:350px;
}
#shopify-section-template--25400404443465__main .section,
#shopify-section-template--25302464823625__main .section,
#shopify-section-template--25392059515209__main .section,
#shopify-section-template--26034103058761__main .section{
    height:100%;
}
@media (max-width: 991.9px) {
    .atelier-hero {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .atelier-bottom {
        margin-top: 80px;
    }
}
.oai-image-features--{{ section.id }} {
width: 100%;
}

.oai-image-features--{{ section.id }} .oai-image-features__wrap {
max-width: 1400px;
margin: 0 auto;
padding: 0 32px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 80px;
text-align: center;
}

.oai-image-features--{{ section.id }} .oai-image-features__item {
display: flex;
flex-direction: column;
align-items: center;
}

.oai-image-features--{{ section.id }} .oai-image-features__image {
width: 56px;
height: 56px;
margin-bottom: 24px;
}

.oai-image-features--{{ section.id }} .oai-image-features__image img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.oai-image-features--{{ section.id }} .oai-image-features__title {
font-size: 18px;
font-weight: 500;
margin: 0 0 12px;
}

.oai-image-features--{{ section.id }} .oai-image-features__text {
max-width: 260px;
font-size: 14px;
line-height: 1.6;
margin: 0;
opacity: 0.8;
}
#shopify-section-template--25302464758089__section_Kr6Vke a.size-style.link{
    font-size:14px !important;
}

 #shopify-section-template--25302464692553__main .product-grid {
    row-gap: 25px;
    }
#shopify-section-template--25392059515209__main .section,
#shopify-section-template--25302464823625__main .section,
#shopify-section-template--25400404443465__main .section,
#shopify-section-template--26034103058761__main .section{
    display: block;
}
#shopify-section-template--25400404443465__main .section .spacing-style,
#shopify-section-template--25302464823625__main .section .spacing-style,
#shopify-section-template--25392059515209__main .section .spacing-style,
#shopify-section-template--26034103058761__main .section .spacing-style{
    padding:0;
    display: block;
}
.herocustomfull {
    width: 100%;
    height: 100%;
}
#shopify-section-template--25392059515209__main .hero-custom__overlay,
#shopify-section-template--25302464823625__main .hero-custom__overlay,
#shopify-section-template--25400404443465__main .hero-custom__overlay,
#shopify-section-template--26034103058761__main .hero-custom__overlay {
    margin: 0 auto;
        position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
    padding: 50px 0 0;
}
h2.hero-custom__title {
    max-width: 1450px;
    margin: 0 auto;
    width: 100%;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}
.hero-custom__image img{
        object-fit: cover;
    width: 100%;
    height: 350px;
}
.is-productsect header #header-component .header__row,
.legal-page #header-component .header__row{
    background-color:#0000004d !important;
}
.legal-page h3{
    margin-bottom:0 !important;
}
.is-productsect #MainContent{
        padding-top: 170px;
}
.product-information .product-information__media .product-media-constraint-wrapper{
    width:100% !important;
}
.product-information .product-information__media .media-gallery__grid .product-media{
        max-height: 600px;
    width: 100%;
        height: 100%;
}
.product-information .product-information__media .media-gallery__grid .product-media img{
        padding: 0px;
    mix-blend-mode: darken;
}
#ProductInformation-template--25302464921929__main .group-block{
    padding:0 !important;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content{
    gap:10px;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content h1{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0 !important;
        line-height: 38px;
}
#ProductInformation-template--25302464921929__main .group-block .text-block{
    padding-top: 0;
}
#ProductInformation-template--25302464921929__main .group-block .text-block .price{
        font-weight: 500;
    color: #c9a45c;
    font-size: 28px;
        line-height: normal;
}
.product-meta-table tr {
    border-bottom: 1px solid #d4d4d4;
    padding: 0 0 10px 0;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000;
}

table.product-meta-table {
    width: 100%;
    text-align: left;
}
.product-form-buttons button, .product-form-buttons input{
    font-size:16px;
}
media-gallery.media-gallery--grid .media-gallery__grid .product-media-container {
    height: 100%;
    max-height: 600px;
    background: #f8f8f8;
        border-radius: 15px;
    overflow: hidden;
}
.dialog-zoomed-gallery .product-media-container--zoomable.product-media-container--image .product-media {
    max-height: 700px;
    width: 100%;
}
.product-details .shopify-product-form[data-type="add-to-cart-form"]{
    margin-top:20px;
}
#shopify-section-template--25302464921929__section_BXpFaN{
    padding:48px 0 0;
}
#shopify-section-template--25302464921929__section_BXpFaN .section[data-testid="ui-test-section"],
#shopify-section-template--25302464921929__section_BXpFaN .section[data-testid="ui-test-section"] .section-content-wrapper.section-content-wrapper{
    min-height:auto !important;
}
#shopify-section-template--25302464921929__section_BXpFaN .custom-section-background{
    display:none;
    grid-column: auto !important;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion{
    border:1px solid #d4d4d4;
    border-radius:15px;
    overflow:hidden;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details{
    border:0;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details-content{
    padding: 20px;
    font-size: 16px;
    color: #000;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom:first-child .details .details__header{
    border-top:0 !important;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header{
    padding: 20px;
    background: #f6f4f1;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    border-top:1px solid #d4d4d4;
}
.details-content p{
    min-width:100%;
}
.productDesc-wrapper img{
    max-width:600px;
}
.productDesc-wrapper{
    min-width:100%;
}
.productDesc-wrapper h3{
    margin-bottom:10px !important;
}
#product-recommendations-template--25302464921929__product_recommendations_qggXJq h3{
        font-size: 2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px !important;
}
.product-information__media .sticky-content{
    top: 140px;
}
#MainContent .shopify-policy__container{
        max-width: 1450px;
}
.legal-page #MainContent{
            padding: 140px 1rem 80px;
}
.policy_list li a{
    color:#000 !important;
}
.shopify-policy__body p{
    font-size:16px;
}
.shopify-policy__body, .shopify-policy__body p, .shopify-policy__body p a{
    color:#000;
    font-size:16px;
}
#shopify-section-template--25302464758089__section_Kr6Vke .icon-block{
    width:100%;
}
/* Responsive */
@media (max-width: 991.9px) {
.oai-image-features--{{ section.id }} .oai-image-features__wrap {
    grid-template-columns: 1fr;
    gap: 48px;
}
}
.centaur-collection-lists .resource-list__item,
.centaur-collection-lists .resource-list__item .card,
.centaur-collection-lists .resource-list__item .collection-card {
position: relative;
overflow: hidden;
border: none !important;
box-shadow: none !important;
height:auto;
}

/* Media layer */
.centaur-collection-lists .resource-list__item .media,
.centaur-collection-lists .resource-list__item .card__media,
.centaur-collection-lists .resource-list__item .collection-card__media {
position: relative;
z-index: 0;
background: transparent !important;
}

/* Images fill area */
.centaur-collection-lists .resource-list__item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}


/* Overlay box centered */
.centaur-collection-lists .resource-list__item .card__content,
.centaur-collection-lists .resource-list__item .collection-card__content {
position: absolute !important;
bottom: 24px;
left: 50% !important;
transform: translateX(-50%) !important;

width: calc(100% - 48px);
padding: 12px 15px;
background: #fff;

z-index: 2;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
text-align: center;
}

.centaur-collection-lists .resource-list__item .collection-card__content{
        align-items: center;
}
/* Title styles */
.centaur-collection-lists .resource-list__item .card__heading,
.centaur-collection-lists .resource-list__item .collection-card__title {
margin: 0;
font-size: 20px;
line-height: 1.2;
color: #111;
text-align: center;
}

/* Ensure inner elements don't stretch */
.centaur-collection-lists .resource-list__item .card__content *,
.centaur-collection-lists .resource-list__item .collection-card__content * {
height: auto !important;
}

/* Mobile */
@media (max-width: 991.9px) {
.centaur-collection-lists .resource-list__item {
    min-height: auto;
}

.centaur-collection-lists .resource-list__item .card__content,
.centaur-collection-lists .resource-list__item .collection-card__content {
    bottom: 16px;
    width: calc(100% - 32px);
    padding: 14px 16px;
}
}
.dual-promo {
width: 100%;
background:#fafaf9;
padding:80px 0;
}

.dual-promo__wrapper {
max-width: 1450px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 32px;
}

.promo-card {
position: relative;
padding: 48px;
min-height: 360px;
display: flex;
flex-direction: column;
justify-content: center;
}
.promo-card--right .promo-card__button{
    color:#fff;
}
.promo-card--right .promo-card__icon{
        background: rgb(250 250 249 / 50%);
}
.promo-card--right .promo-card__icon img{
    filter:invert(1);
}
.promo-card__icon {
width: 56px;
height: 56px;
border-radius: 50%;
background: rgba(0,0,0,0.05);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px;
}

.promo-card__icon img {
width: 50%;
height: 50%;
object-fit: contain;
display: block;
}

.promo-card__heading {
font-size: 26px;
font-weight: 500;
margin: 5px 0px;
line-height: 1.3;
}

.promo-card__text {
max-width: 680px;
font-size: 16px;
line-height: 1.6;
opacity: 0.85;
    margin: 0;
}
#shopify-section-template--25302464758089__section_R73GgV p{
    max-width:100%;
}
.promo-card__button {
margin-top: 8px;
font-size: 14px;
letter-spacing: 0.12em;
text-decoration: none;
width: fit-content;
padding-bottom: 4px;
border-bottom: 1px solid currentColor;
}

.promo-card__button:hover {
opacity: 0.7;
}
footer .footer-content .group-block:first-child .image-block img{
    filter: invert(1);
    width: 130px;
    margin-bottom: 10px;
}
footer .footer-content .group-block:first-child h6{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
footer .footer-content .group-block:first-child p{
    font-size:16px;
    margin-top:0;
}
footer .footer-content .group-block:first-child p a{
    text-decoration:none;
}
footer .footer-content .menu .menu__heading.h4{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    padding:0;
}
footer .footer-content .menu ul li.menu__item a{
    font-size:16px;
}
.footer-utilities {
    background:#000;
    color:#fff;
}
.footer-utilities .utilities{
    padding:15px 0;
}
.footer-utilities__text, .footer-utilities__text a{
    color:#fff !important;
    font-size:16px;
}
/* Responsive */
@media (max-width: 991.9px) {
.dual-promo__wrapper {
    grid-template-columns: 1fr;
}

.promo-card {
    padding: 40px 32px;
}
}

/* Section root */
.feature-badges--{{ section.id }} {
width: 100%;
}

/* Grid wrapper – 4 columns desktop */
.feature-badges--{{ section.id }} .feature-badges__wrap {
max-width: 1400px;
margin: 0 auto;
padding: 0 32px;

display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 72px;

text-align: center;
justify-items: center;
}

/* Item */
.feature-badges--{{ section.id }} .feature-badges__item {
max-width: 260px;
display: flex;
flex-direction: column;
align-items: center;
}

/* Image */
.feature-badges--{{ section.id }} .feature-badges__image {
width: 56px;
height: 56px;
margin-bottom: 20px;
}

.feature-badges--{{ section.id }} .feature-badges__image img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

/* Title */
.feature-badges--{{ section.id }} .feature-badges__title {
font-size: 16px;
font-weight: 600;
margin: 0 0 10px;
line-height: 1.3;
}

/* Text */
.feature-badges--{{ section.id }} .feature-badges__text {
font-size: 14px;
line-height: 1.6;
margin: 0;
opacity: 0.85;
}

/* Tablet – 2 columns */
@media (max-width: 990px) {
.feature-badges--{{ section.id }} .feature-badges__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
}
}

/* Mobile – 1 column */
@media (max-width: 600px) {
.feature-badges--{{ section.id }} .feature-badges__wrap {
    grid-template-columns: 1fr;
    gap: 32px;
}
}
.ofeaut-image-features{
/* background like screenshot */
background: #f6f4f1;
width: 100%;
}
.resource-list__carousel slideshow-slides {
    margin-block: 0;
}
/* center container + 3 columns */
.obage-image-features__wrap{
max-width: 1450px;
margin: 0 auto;
padding: 60px 40px;

display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 80px;
align-items: start;
text-align: center;
}
.oai-image-features__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}
/* item: no card/border */
.oai-image-features__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

/* icon circle */
.oai-image-features__image{
    place-items: center;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1ece7;
    border-radius: 50%;
}

.oai-image-features__image img{
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    opacity: 1;
}

/* title */
.obadge-image-features__title{
    margin: 0 0 0px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #000;
}

/* text */
.obadge-image-features__text{
margin: 0;
font-size: 13px;
line-height: 1.6;
color: rgba(0,0,0,0.65);
max-width: 34ch;
}

/* responsive */
@media (max-width: 991.9px){
.obage-image-features__wrap{
    grid-template-columns: 1fr;
    gap: 34px;
}
}
#shopify-section-template--25302464758089__section_6iLr86 h3{
    color:#fff;
}
#shopify-section-template--25302464758089__section_Kr6Vke .section-content-wrapper{
    align-items:start;
}
footer .text-block.h6>*{
    margin-bottom:0px !important;
}
footer .text-block.h3>*{
    margin-bottom:5px !important;
}
footer h3, footer h6{
    margin-bottom:20px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
}
footer p{
    font-size:16px !important;
}
footer h6{
    margin-top:20px !important;
}
footer .section{
    background:#000 !important;
}
footer .section .footer-content{
    padding:30px 0;
}
#shopify-section-sections--25302459941193__footer_utilities_jLGE8U > .section{
    border-top:1px solid #fff;
}
footer accordion-custom .details-content, footer accordion-custom .details-content ul li{
    margin-top:10px !important;
}
footer accordion-custom .details-content ul li::first-child{
    margin-top:0px !important;
}
.footer-utilities__text .policy-list-trigger{
    font-size:16px !important;
}
.product-grid-container .facets-block-wrapper .facets__label{
        font-size: 18px;
    font-weight: 500;
    color: #000;
}
.product-grid-container .facets-block-wrapper .facets__summary .icon-caret{
    color:#000;
}
.product-grid-container .facets-block-wrapper .facets__inputs-wrapper{
    font-size:16px;
    color: #000;
}
.product-grid-container .facets-block-wrapper .price-facet__highest-price{
    color:#000;
    font-size:16px;
}
#shopify-section-template--25302464692553__main{
    padding:40px 0;
}
.product-card .product-card__content{
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}
#shopify-section-template--25302464758089__section_Kr6Vke .custom-section-content > .section-content-wrapper > .group-block > .group-block-content{
    box-shadow: 0 8px 20px rgb(0 0 0 / 8%);
}
#shopify-section-template--25302464758089__section_Kr6Vke .custom-section-content > .section-content-wrapper > .group-block > .group-block-content .group-block{
        padding: 0 10px;
}
a.size-style.link {
    font-weight: 600;
}
/**********************JASPREET CSS***************************/
header.header-section{
    margin-bottom: -108px;
}
#shopify-section-template--25302464758089__section_Kr6Vke .section-content-wrapper{
    padding:80px 0;
}
#shopify-section-template--25302464758089__section_6iLr86 .section-content-wrapper{
    padding:80px 0;
}
#shopify-section-template--25302464758089__section_6iLr86 .accordion {
    max-width: 1450px;
    margin: 0 auto;
    border-radius: 15px;
    background: #fafaf9;
    padding: 50px;
}
.accordion accordion-custom .details__header{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    padding: 20px 0;
}
.accordion accordion-custom .details-content p{
    font-size: 16px !important;
    color: #000 !important;
}
.accordion accordion-custom .details__header .svg-wrapper{
        min-width: 25px;
    min-height: 25px;
    background: #0000000f;
    padding: 5px;
    border-radius: 100px;
}
.accordion accordion-custom:first-child .details{
    border-top:0 !important;
    padding-top:0 !important;
}
.accordion accordion-custom:last-child .details{
    border-bottom:0;
    padding-bottom:0 !important;
}
#shopify-section-template--25302464758089__review_section_UqdQ6C .container{
    max-width:1920px;
    margin:0 auto;
    padding:40px 9px;
}

h3.testiHeading {
    margin-bottom: 0;
        font-size: 28px;
}

.reviews-header {
    margin-bottom: 15px;
    text-align: center;
}

.reviews-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

p.testiPara {
    font-size: 16px;
    margin-top: 0px;
}
.review-stars{
    margin-bottom:0px;
}
span.star.filled {
    color: gold;
    font-size: 30px;
}

p.review-text {
        font-size: 28px;
    line-height: normal;
    margin: 0;
    margin-bottom:10px;
}
.review-slide{
    min-height:220px !important;
}
h3.review-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
#shopify-section-template--25302464758089__section_R73GgV .section-content-wrapper{
    padding:40px 0 60px;
}
#shopify-section-template--25302464758089__section_R73GgV .section-content-wrapper .email-signup__button{
        width: 45px;
    height: 45px;
    top: 5.5px;
    background: #000;
    color: #fff;
}
#shopify-pc__banner{
    box-shadow: none;
    background: #0000004d !important;
    backdrop-filter: blur(40px);
    left: 30px;
    bottom: 30px;
    border-radius: 10px;
    width: 35%;
    min-width: auto;
}
#shopify-pc__banner.shopify-pc__banner__dialog h2 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 .5em 0;
    padding: 0;
    font-weight: 500;
}
#shopify-pc__banner.shopify-pc__banner__dialog p{
    font-size:16px;
    font-weight:100;
    color:#fff;
}
#shopify-pc__banner.shopify-pc__banner__dialog p a{
    text-decoration:underline;
    font-weight:500;
    color:#fff;
}
button#shopify-pc__banner__btn-manage-prefs {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

button#shopify-pc__banner__btn-accept {
    background: #c9a45c;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #c9a45c;
    font-size: 16px;
    font-weight: 500;
}

button#shopify-pc__banner__btn-decline {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.quick-add__button{
    display:flex !important;
}

footer p{
    line-height:normal !important;
}
#shopify-section-template--25400404443465__section_eWLYaY{
    background:#fafaf9;
}
#shopify-section-template--25400404443465__section_eWLYaY p{
        font-size: 26px !important;
    color: #000;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block{
    background:#fafaf9;
    padding:15px;
    height:100%;
    border-radius:10px;
    border:1px solid #d4d4d4;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block .group-block-content{
  justify-content: flex-start;
 }
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper .group-block .icon-block {
    height:200px;
    width: 100%;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper .group-block .icon-block img{
    height: 100%;
    object-fit: cover;
    width: 100% ! IMPORTANT;
    border-radius:10px;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block h4{
        font-size: 24px;
    margin-bottom: 5px;
    color: #000;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block p{
        font-size: 16px;
    color: #000;
}
#shopify-section-template--25400404443465__section_Acekgp .custom-section-content > .spacing-style{
    padding-top:0 !important;
}
#shopify-section-template--25400404443465__section_Acekgp h3{
    margin-bottom:0 !important;
}
#shopify-section-template--25400404443465__section_Acekgp p{
    font-size:16px;
    color:#000;
}
#shopify-section-template--25400404443465__section_Acekgp a.button{
    border-radius:50px;
    padding:10px 25px;
    font-size:16px;
    margin-top:10px;
}
#shopify-section-template--25302464823625__section_CTKGqe .overlay.overlay--solid{
    background:transparent;
}
#shopify-section-template--25302464823625__section_CTKGqe .group-block{
    background:#f6f4f1;
    border-radius:10px;
    height:100%;
    padding:20px;
}
#shopify-section-template--25302464823625__section_CTKGqe .group-block p{
    font-size:16px;
    color:#000;
}
#shopify-section-template--25302464823625__section_CTKGqe .group-block p a{
    text-decoration:none;
    color:#000;
    font-weight:600;
}
#shopify-section-template--25302464823625__section_CTKGqe .group-block .icon-block{
        max-width: 60px;
        min-width: 60px;
    max-height: 60px;
    min-height: 60px;
    line-height:60px;
    background: #e6e6e6;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-bottom: 5px;
    justify-content:center;
    align-items:center;
}
#shopify-section-template--25302464823625__section_CTKGqe .group-block .icon-block img{
        max-width: 35px;
    max-height: 35px;
    width: 100% !important;
    height: 100%;
}
#shopify-section-template--25302464823625__section_qYnFra .group-block h3{
    font-size:32px;
    margin-bottom:0 !important;
}
#shopify-section-template--25302464823625__section_qYnFra .group-block p{
    font-size:16px;
    color:#000;
}
#shopify-section-template--25302464823625__section_qYnFra .custom-section-content .section-content-wrapper{
    padding-top:0;
}
.contact-form__form input, .contact-form__form input::placeholder,  .contact-form__form textarea::placeholder,  .contact-form__form select::placeholder{
    font-size:16px;
    color:#000;
}
.contact-form__form button[type="submit"]{
    font-size:16px;
    padding:15px 30px;
    min-width:150px;
    text-align:center;
    border-radius:5px;
}
#shopify-section-template--25302464692553__main .facets-block-wrapper .facets{
    position:sticky;
        top: 120px;
}
#shopify-section-template--26034103058761__section_8eB3Ka .custom-section-content > .section-content-wrapper > .shopify-block{
    width:100%;
}
.sswap__inner {
    max-width: 1450px;
    width: 100% !important;
    grid-template-columns: 1fr 1fr !important;
}

.sswap__heading {
    font-weight: 600 !important;
    color: #000;
}
.sswap__kicker {
    margin: 0 0 10px;
    font-size: 14px !important;
    letter-spacing: 0.04em;
    opacity: 1 !important;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 4px 15px;
    border-radius: 30px;
}
.sswap__text {
    opacity: 1;
    color: #000;
}
.shopify-policy__container h1{
        font-size: 38px;
}
.shopify-policy__container h2{
        font-size: 34px;
}
.shopify-policy__container h3{
        font-size: 30px;
}
.shopify-policy__container h4{
        font-size: 26px;
}
.shopify-policy__container h5{
        font-size: 22px;
}
.shopify-policy__container h6{
        font-size: 18px;
}
/*********************************RESPONSIVE***************************************/
@media (max-width:767.9px){
    .sswap__panel {
    padding: 24px 0 0 !important;
    }
    .sswap__content {
    gap: 0px !important;
}
    .sswap__inner{
        grid-template-columns: 1fr !important;
        padding:40px 15px !important;
    }
    #shopify-section-template--25302464823625__section_qYnFra .group-block h3 {
    font-size: 20px;
 }
    #shopify-section-template--25302464823625__section_CTKGqe .group-block .icon-block {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    line-height: 50px;
    }
    #shopify-section-template--25302464823625__section_CTKGqe .group-block .icon-block img {
    max-width: 25px;
    max-height: 25px;
    }
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper .group-block .icon-block {
    height: 170px;
}
#shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block h4 {
    font-size: 20px;
    margin-bottom: 3px;
}
    #shopify-section-template--25400404443465__section_eWLYaY p {
    font-size: 16px !important;
    text-align: left;
}
    #shopify-section-template--25400404443465__section_eWLYaY .custom-section-content > .spacing-style .spacing-style{
        padding:0 !important;
    }
    #shopify-section-template--25400404443465__section_eWLYaY .custom-section-content > .spacing-style{
        padding: 20px 1rem !important;
    }
    #shopify-section-template--25392059515209__section_yihAJr .custom-section-content > .spacing-style{
            padding: 20px 0 40px !important;
    }
    #shopify-section-template--25392059515209__section_yihAJr .group-block{
        padding:0 !important;
    }
    #shopify-section-template--25392059515209__main,
    #shopify-section-template--25302464823625__main,
    #shopify-section-template--25400404443465__main,
    #shopify-section-template--26034103058761__main  {
    height: 250px;
}
    #shopify-section-template--25392059515209__main .hero-custom__image img,
    #shopify-section-template--25302464823625__main .hero-custom__image img,
    #shopify-section-template--25400404443465__main .hero-custom__image img,
    #shopify-section-template--26034103058761__main .hero-custom__image img {
    height: 250px;
}
    h2.hero-custom__title{
        font-size:26px;
    }
    #shopify-section-template--25302464692553__section .custom-section-content > .spacing-style{
            padding: 70px 0 0 !important;
    }
    #shopify-section-template--25392059515209__main .hero-custom__overlay,
    #shopify-section-template--25302464823625__main .hero-custom__overlay,
    #shopify-section-template--25400404443465__main .hero-custom__overlay,
    #shopify-section-template--26034103058761__main .hero-custom__overlay{
        padding:70px 1rem 0;
    }
    .footer-content {
    gap: 20px;
}
    .shopify-policy__title h1{
        font-size:32px;
    }
    .shopify-policy__body h2{
          font-size:26px;
    }
    .shopify-policy__body h3{
          font-size:22px;
    }
    .shopify-policy__body h4{
          font-size:20px;
    }
    .shopify-policy__body h5{
          font-size:18px;
    }
    .product-information__media {
    padding: 0 1rem;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content h1 {
    font-size: 18px;
    line-height: 26px;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content {
    gap: 5px;
}
#ProductInformation-template--25302464921929__main .group-block .text-block .price {
    font-size: 24px;
}
#ProductInformation-template--25302464921929__main.product-details .quantity-selector{
        min-width: 100%;
    margin-bottom: 1px;
}
#shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header {
    font-size: 16px;
}
#product-recommendations-template--25302464921929__product_recommendations_qggXJq h3 {
    font-size: 20px;
}
    .is-productsect #MainContent {
    padding-top: 108px;
}
    #shopify-section-template--25302464692553__main .product-grid {
    row-gap: 25px;
    }
    #shopify-section-template--25302464692553__main .section.product-grid-container{
        padding-bottom:0;
    }
    #shopify-section-template--25302464692553__main {
    padding: 20px 1rem;
}
    .footer-utilities .utilities {
    gap: 0px;
}
    #shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"] .custom-section-content h1 {
    font-size: 26px;
    }
    #shopify-section-template--25302464692553__section .section[data-testid="ui-test-section"] {
    min-height: 250px;
}
    .promo-card__heading {
        font-size: 20px;
    }
    h3.review-name {
    font-size: 16px;
}
    #shopify-section-template--25302464758089__review_section_UqdQ6C .container {
    padding: 40px 1rem;
}
    p.review-text {
        font-size: 18px;
        line-height: 30px;
        margin-top: 0;
    }
    .reviews-header {
        margin-bottom: 10px;
    }
 span.star.filled {
    font-size: 30px;
}
    .accordion accordion-custom .details__header .svg-wrapper {
    min-width: 17px;
    height: 17px;
    padding: 3px;
}
#shopify-section-template--25302464758089__section_6iLr86 .accordion {
    padding: 0 20px;
}
.oai-image-features__image {
    width: 80px;
    height: 80px;
    margin: 0 0 10px;
}
.oai-image-features__image img {
    width: 40px;
    height: 40px;
}
    .obadge-image-features__title {
    margin: 0 0;
    font-size: 16px;
}
        .obage-image-features__wrap {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        padding:0 1rem;
    }
    #shopify-section-template--25302464758089__section_Kr6Vke h4 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: normal;
}
    #shopify-section-template--25302464758089__section_Kr6Vke img {
    height: 200px !important;
    margin-bottom: 5px !important;
}
#shopify-section-template--25302464758089__section_Kr6Vke .section-content-wrapper, .ofeaut-image-features,
#shopify-section-template--25302464758089__section_6iLr86 .section-content-wrapper,
#shopify-section-template--25302464758089__section_R73GgV .section-content-wrapper{
    padding:40px 0 !important;
}
    #shopify-section-template--25302464758089__section_6iLr86 .section-content-wrapper{
                --horizontal-alignment: left !important;
            }
    .promo-card__button {
        margin-top: 16px;
    }
    .promo-card__text {
    margin: 0;
}
        .promo-card {
            padding: 40px 1rem;
            min-height: auto;
        }
    .dual-promo, .dual-promo__wrapper{
        padding:0;
        gap:0;
    }
    .atelier-text{
        padding:0 1rem;
        text-align:start;
    }
    .atelier-text h1 {
        font-size: 30px;
        margin: 10px 0;
    }
.atelier-actions {
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.atelier-hero {
    padding: 40px 0 0;
    gap:40px;
}
    .ui-test-collection-list .section{
        padding-bottom:40px;
    }
    .ui-test-collection-list .group-block-content .text-block {
    padding-bottom: 0;
}
.ui-test-collection-list .collection-card .collection-card__content p {
    font-size: 16px;
}
.centaur-collection-lists .resource-list__item .card__content, .centaur-collection-lists .resource-list__item .collection-card__content {
    width: calc(100% - 15px);
    padding: 10px;
}
.resource-list__carousel .resource-list__slide {
    min-width: 78%;
}
.ui-test-collection-list .collection-card .resource-image {
    height: 235px;
}
    .product-card .product-card__content .price {
        font-size: 14px !important;
    }
    .product-card .product-card__content .product-media {
        margin-bottom: 0px;
    }
    .text-block.h3>*, h3, #shopify-section-template--25302464758089__section_R73GgV .section-content-wrapper h2 {
        font-size: 20px;
    }
    .product-card .resource-list__item .product-media-container--image {
        height: 180px;
    }
    .product-card .product-card__content .contents p {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
}
.ui-products-list .section[data-testid="product-list"] {
    padding: 40px 0;
    row-gap: 15px;
    
}
    header .menu-drawer__menu-item--mainlist{
        font-size:16px;
    }
    header .menu-drawer-container .header__icon--summary{
        color:#fff !important;
    }
    header .header-logo__image {
        height: 75px !important;
        width: 75px !important;
    }
    .homeSlider slideshow-arrows > button.slideshow-control .svg-wrapper {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .homeSlider slideshow-arrows > button.slideshow-control {
        width: 40px;
        height: 40px;
    }
    .homeSlider slideshow-arrows {
        justify-content: center;
        gap: 20px;
        bottom: 10px;
        width: 100%;
    }
    .announcement-bar{
        z-index:2;
        background: #000 !important;
        box-shadow: none;
        border: 0 !important;
        padding: 10px;
    }
    .homeSlider slideshow-slide .group-block-content {
        gap: 15px !important;
        min-height: 400px;
    }
    .homeSlider h2 {
        font-size: 26px !important;
    }
        .homeSlider h4 {
        font-size: 16px !important;
    }
    .homeSlider .text-block {
        padding-bottom:0 !important;
    }
    .homeSlider p {
        font-size: 16px;
    }
    .homeSlider a.button {
        min-width: 160px;
        font-size: 16px;
        padding: 12px;
}
    .homeSlider .group-block-content .group-block{
                padding: 80px 1rem 30px !important;
        width: 100%;

    }
    #shopify-pc__banner {
        left: 0;
        bottom: 0;
        border-radius: 10px 10px 0 0;
        width: 100%;
        min-width: auto;
        padding: 15px;
    }
    #shopify-pc__banner.shopify-pc__banner__dialog h2 {
        font-size: 18px;
    }
    #shopify-pc__banner.shopify-pc__banner__dialog p, button#shopify-pc__banner__btn-decline, button#shopify-pc__banner__btn-accept, button#shopify-pc__banner__btn-manage-prefs {
        font-size: 14px;
    }
    .shopify-pc__banner__btns {
        flex-direction: row !important;
        row-gap: 0px !important;
        flex-wrap: wrap;
        justify-content: space-evenly !important;
    }
    button#shopify-pc__banner__btn-accept, button#shopify-pc__banner__btn-decline {
        max-width: 49%;
    }
}
@media (min-width:768px) and (max-width:991.9px){
    .obage-image-features__wrap{
        gap:30px;
    }
    .header-menu{
        display:none;
    }
.header__drawer{
    display:block !important;
}
    #shopify-section-template--25302464692553__main .facets-block-wrapper .facets{
    top: 80px;
}
    #shopify-section-template--25302464823625__section_qYnFra .custom-section-content > .section-content-wrapper > .group-block:first-child{
        display:none;
    }
    #shopify-section-template--25302464823625__section_CTKGqe .group-block{
    padding: 15px;
}
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper{
        flex-wrap:wrap;
    }
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block{
            min-width: 32%;
        width: 100%;
        height: auto;
        min-height: 410px;
 }
 #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block h4 {
    font-size: 20px;
    margin-bottom: 3px;
 }
    #shopify-section-template--25400404443465__section_eWLYaY p {
    font-size: 22px !important;
}
      #shopify-section-template--25392059515209__section_yihAJr .custom-section-content > .spacing-style{
            flex-wrap: wrap;
      }
    #shopify-section-template--25392059515209__section_yihAJr .group-block{
        min-width:100% !important;
    }
    #shopify-section-template--25302464692553__section .custom-section-content > .spacing-style{
            padding: 70px 0 0 !important;
    }
    .sswap__inner{
        padding:40px 15px !important;
        grid-template-columns: 1fr !important;
    }
    .sswap__sticky {
    position: sticky !important;
        top: 100px !important;
    height: auto !important;
    }
    .sswap__content {
    gap: 20px !important;
}
    #shopify-section-template--25400404443465__main .hero-custom__overlay,
    #shopify-section-template--25302464823625__main .hero-custom__overlay,
    #shopify-section-template--25392059515209__main .hero-custom__overlay,
    #shopify-section-template--26034103058761__main .hero-custom__overlay{
        padding:70px 2.5rem 0;
    }
    .shopify-policy__title h1{
        font-size:36px;
    }
    .shopify-policy__body h2{
          font-size:30px;
    }
    .shopify-policy__body h3{
          font-size:26px;
    }
    .shopify-policy__body h4{
          font-size:24px;
    }
    .shopify-policy__body h5{
          font-size:22px;
    }
    #shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header{
        font-size:18px;
    }
    .is-productsect #MainContent {
    padding-top: 140px;
}
    footer .footer-content .group-block:first-child .image-block img {
    min-width: 110px !important;
}
    footer .footer-content .group-block:first-child .group-block-content{
        justify-content:flex-start !important;
    }
    #product-recommendations-template--25302464921929__product_recommendations_qggXJq h3{
        font-size:26px;
    }
    #ProductInformation-template--25302464921929__main .group-block .group-block-content h1 {
    font-size: 22px;
    line-height: 32px;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content {
    gap: 6px;
}
.product-information__media .sticky-content{
    top:100px;
}
    #shopify-section-template--25302464692553__main .product-grid {
    row-gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }
    #shopify-section-template--25302464758089__review_section_UqdQ6C .container {
        padding: 20px 9px 40px 9px;
    }
    p.review-text {
    font-size: 22px;
    }
        .footer-content--isolated-grid-item-tablet>:last-child {
        grid-column: auto !important;
    }
        .footer-content {
            grid-template-columns: repeat(4, 1fr) !important;
        gap: 10px !important;
    }
    .promo-card {
    min-height: auto;
}
.dual-promo__wrapper {
    gap: 0;
}
#shopify-section-template--25302464758089__section_Kr6Vke .section-content-wrapper,
#shopify-section-template--25302464758089__section_6iLr86 .section-content-wrapper{
    padding:40px 0;
}
#shopify-section-template--25302464758089__section_Kr6Vke p {
    font-size: 14px;
    margin-bottom: 6px;
}
#shopify-section-template--25302464758089__section_Kr6Vke h4 {
    margin-bottom: 0px !important;
    font-size: 20px;
}
#shopify-section-template--25302464758089__section_Kr6Vke img {
    height: 200px !important;
    margin-bottom: 0 !important;
}
.dual-promo{
    padding:0;
}
.atelier-media, .atelier-media * {
    height: 100%;
}
.atelier-media img{
    object-fit:cover;
    width: 100%;
    height: 100%;
}
.obage-image-features__wrap {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.atelier-text{
    padding:40px 0;
}
    .atelier-text h3 {
        font-size: 20px;
        margin: 5px 0 !important;
    }
    .atelier-text p {
        margin: 7px 0;
    }
    .atelier-actions{
        justify-content:center;
        margin-top: 20px;
    }
    .homeSlider slideshow-slide .group-block-content .group-block {
    max-width: 85%;
    width: 100%;
}
.homeSlider h4 {
    font-size: 18px !important;
}
.homeSlider slideshow-slide .group-block-content {
    gap: 15px !important;
}
    .atelier-button {
        padding: 8px 12px;
    }
        .atelier-hero {
            grid-template-columns: 1fr 1fr;
            padding: 0px 0 0 50px;
            gap: 40px;
        }
        .ui-test-collection-list .section {
            padding-bottom: 40px;
        }
    .ui-test-collection-list .collection-card .collection-card__content p {
        font-size: 14px;
        word-break: break-all;
    }
    .centaur-collection-lists .resource-list__item .collection-card__content {
        bottom: 10px;
        width: calc(100% - 20px);
        padding: 10px;
    }
    .ui-test-collection-list .collection-card .resource-image {
        height: 200px;
    }
    .product-card .product-card__content .price {
        font-size: 15px !important;
    }
    .product-card .product-card__content .contents p {
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .product-card .product-card__content .product-media {
        background: #f8f8f8;
        margin-bottom: 0px;
    }
    .text-block.h3>*, h3 {
        font-size: 26px;
    }
.product-card .resource-list__item .product-media-container--image {
    height: 200px;
}
.ui-products-list .section[data-testid="product-list"] {
    padding: 40px 0;
}
.homeSlider slideshow-arrows > button.slideshow-control {
    width: 50px;
    height: 50px;
}
.homeSlider slideshow-arrows > button.slideshow-control .svg-wrapper {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

#shopify-section-sections--25302460072265__header_announcements_9jGBFp{
    z-index:2;
}
.header-logo__image {
    height: auto !important;
    width: 80px !important;
}
header#header-component .header__row > .header__columns{
    padding:0;
}
    header#header-component .header-logo__image {
        height: 80px;
        width: 80px;
    }
    .homeSlider slideshow-slides[size=large] {
        min-height: 35rem;
    }
    
}
@media (min-width:992px) and (max-width:1199.9px){
    .obage-image-features__wrap{
        gap:30px;
    }
    .oai-image-features__item {
    padding: 32px 12px;
}
        .text-block.h3>*, h3 {
    margin-bottom: 0px !important;
}
    .atelier-image img {
    min-height: 500px;
    object-fit: cover;
}
    #shopify-section-template--25302464692553__main .facets-block-wrapper .facets {
    top: 110px;
}
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block {
    padding: 10px
    }
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper .group-block .icon-block {
    height: 150px;
    }
    #shopify-section-template--25400404443465__section_nrXJP7 .custom-section-content > .section-content-wrapper > .group-block h4 {
    font-size: 20px;
    }
    #shopify-section-template--25302464692553__section .custom-section-content > .spacing-style{
            padding: 50px 0 0 !important;
    }
    #shopify-section-template--25400404443465__main .hero-custom__overlay,
    #shopify-section-template--25302464823625__main .hero-custom__overlay,
    #shopify-section-template--25392059515209__main .hero-custom__overlay,
    #shopify-section-template--26034103058761__main .hero-custom__overlay{
        padding:50px 2.5rem 0;
    }
        .sswap__inner {
        padding: 40px 1rem !important;
    }
    .shopify-policy__title h1{
        font-size:36px;
    }
    .shopify-policy__body h2{
          font-size:30px;
    }
    .shopify-policy__body h3{
          font-size:26px;
    }
    .shopify-policy__body h4{
          font-size:24px;
    }
    .shopify-policy__body h5{
          font-size:22px;
    }
    #shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header{
        font-size:18px;
    }
     #shopify-section-template--25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header{
        font-size:22px;
    }
    .is-productsect #MainContent {
    padding-top: 140px;
}
    footer .footer-content .group-block:first-child .image-block img {
    min-width: 110px !important;
}
    footer .footer-content .group-block:first-child .group-block-content{
        justify-content:flex-start !important;
    }
    
    #ProductInformation-template--25302464921929__main .group-block .group-block-content h1 {
    font-size: 24px;
    line-height: 34px;
}
#ProductInformation-template--25302464921929__main .group-block .group-block-content {
    gap: 6px;
}
.product-information__media .sticky-content{
    top:140px;
}
-25302464921929__section_BXpFaN .accordion accordion-custom .details .details__header {
    font-size: 18px;
}
     #shopify-section-template--25302464692553__main .product-grid {
    row-gap: 25px;
    }
    .homeSlider h2 {
    font-size: 40px !important;
}
.product-card .resource-list__item .product-media-container--image {
    height: 200px;
}
.atelier-hero h3{
    margin:7px 0;
}
.atelier-text p {
    margin: 0;
}
.atelier-actions {
    margin-top: 15px;
}
#shopify-section-template--25302464758089__section_Kr6Vke img {
    height: 250px;
    margin-bottom: 5px;
}
p.review-text {
    font-size: 28px;
}
}
@media (min-width:1200px) and (max-width:1510.9px){
    #shopify-section-template--25400404443465__main .hero-custom__overlay,
    #shopify-section-template--25302464823625__main .hero-custom__overlay,
    #shopify-section-template--25392059515209__main .hero-custom__overlay,
    #shopify-section-template--26034103058761__main .hero-custom__overlay{
        padding:15px 2.5rem 0;
    }
        .sswap__inner {
        padding: 40px 1rem !important;
    }
}
.homeSlider slideshow-slides {
    max-width:100%;
}
slideshow-slides {
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 !important;
}
#shopify-section-template--25302464758089__section_Kr6Vke p{
    font-size:15px !important;
}