.not-found{min-height:calc(100vh - 80px);padding:120px 2rem 4rem;background:#fff;display:flex;align-items:center;justify-content:center}.not-found__container{max-width:560px;text-align:center}.not-found__number{display:block;font-family:Olivia Sans SemiBold,sans-serif;font-size:clamp(6rem,18vw,12rem);color:#3a3c3b12;line-height:1;margin-bottom:.5rem;letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.not-found__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0 0 1.25rem}.not-found__text{font-family:Montserrat,sans-serif;font-size:.95rem;color:#888;line-height:1.7;margin:0 0 2.5rem}.not-found__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found__btn{display:inline-block;padding:.9rem 2rem;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;text-decoration:none;border:1px solid #3a3c3b;transition:background .3s ease,color .3s ease}.not-found__btn--primary{background:#3a3c3b;color:#fff}.not-found__btn--primary:hover,.not-found__btn--secondary{background:transparent;color:#3a3c3b}.not-found__btn--secondary:hover{background:#3a3c3b;color:#fff}@media(max-width:768px){.not-found{padding:100px 1.5rem 3rem}.not-found__actions{flex-direction:column;align-items:center}.not-found__btn{width:100%;max-width:280px;text-align:center}}.about-page{background:#fff}.about-layout{display:grid;grid-template-columns:1fr 42%;min-height:100vh}.about-layout__content{padding:100px 5rem 6rem;display:flex;flex-direction:column;gap:3rem}.about-layout__intro{display:flex;flex-direction:column}.about-layout__image{padding-top:100px;align-self:start;position:sticky;top:0}.about-layout__image img{width:100%;height:calc(100vh - 100px);object-fit:cover;display:block}.about-page__lead-line{width:0;height:2px;background:#3a3c3b;margin-bottom:2rem;transition:width .7s ease .35s}.fade-up.visible .about-page__lead-line{width:60px}.about-page__intro{font-family:Montserrat,sans-serif;font-size:1.05rem;color:#555;line-height:1.75}.about-page__intro p{margin:0 0 .75rem}.about-page__intro p:last-child{margin-bottom:0}.about-page__signature{font-family:Olivia Sans SemiBold,sans-serif;font-size:1rem;color:#3a3c3b;letter-spacing:.05em;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;max-width:720px}.about-page__values{margin-top:4rem;padding:4rem 2rem 0;border-top:1px solid #e0e0e0}.about-page__values-inner{max-width:1200px;margin:0 auto}.about-page__values-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.8rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0 0 3rem}.about-page__values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-page__value-item{padding:2rem 1.5rem;border:1px solid #e8e8e8;transition:border-color .3s ease,box-shadow .3s ease,opacity .6s ease,transform .6s ease}.about-page__value-item:hover{border-color:#3a3c3b;box-shadow:0 6px 24px #00000012;transform:translateY(-2px)}.about-page__value-item:nth-child(1){transition-delay:.05s}.about-page__value-item:nth-child(2){transition-delay:.15s}.about-page__value-item:nth-child(3){transition-delay:.25s}.about-page__value-item:nth-child(4){transition-delay:.1s}.about-page__value-item:nth-child(5){transition-delay:.2s}.about-page__value-item:nth-child(6){transition-delay:.3s}.about-page__value-number{font-family:Olivia Sans SemiBold,sans-serif;font-size:2.5rem;color:#3a3c3b14;display:block;margin-bottom:1rem;line-height:1}.about-page__value-heading{font-family:Olivia Sans SemiBold,sans-serif;font-size:1rem;font-weight:400;color:#3a3c3b;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.about-page__value-text{font-family:Montserrat,sans-serif;font-size:.85rem;color:#888;line-height:1.65;margin:0}@media(max-width:1024px){.about-layout{grid-template-columns:1fr}.about-layout__image{position:relative;height:60vw}.about-layout__content{padding:80px 2rem 4rem}.about-page__values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-layout__content{padding:70px 1.5rem 3rem;gap:2rem}.about-layout__image{height:75vw}.page-header__title{font-size:1.75rem}.about-page__values{padding:3rem 1.5rem 0}.about-page__values-grid{grid-template-columns:1fr;gap:1.25rem}}.already-sold{padding:4rem 2rem;background-color:#fff;border-top:1px solid #e0e0e0}.already-sold__container{max-width:1200px;margin:0 auto}.already-sold__header{display:flex;align-items:center;gap:1.5rem;margin-bottom:3rem}.already-sold__header-line{width:40px;height:2px;background:#3a3c3b;flex-shrink:0}.already-sold__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.4rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0}.already-sold__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.already-sold__item{text-decoration:none;color:inherit;display:block;transition:transform .3s ease,box-shadow .3s ease}.already-sold__item:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000012}.already-sold__item:nth-child(4n+1){transition-delay:.05s}.already-sold__item:nth-child(4n+2){transition-delay:.12s}.already-sold__item:nth-child(4n+3){transition-delay:.19s}.already-sold__item:nth-child(4n+4){transition-delay:.26s}.already-sold__image-wrapper{position:relative;overflow:hidden;margin-bottom:.75rem;background:#f5f5f5}.already-sold__image-wrapper img{width:100%;aspect-ratio:1;object-fit:cover;display:block;filter:grayscale(30%);opacity:.75;transition:opacity .4s ease,filter .4s ease}.already-sold__item:hover .already-sold__image-wrapper img{opacity:.85;filter:grayscale(0%)}.already-sold__no-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ccc;opacity:.6}.already-sold__badge{position:absolute;top:.75rem;left:.75rem;background:#3a3c3b;color:#fff;font-family:Montserrat,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .6rem}.already-sold__info{display:flex;flex-direction:column;gap:.2rem}.already-sold__product-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:.85rem;font-weight:400;color:#3a3c3b;text-transform:uppercase;letter-spacing:.05em;margin:0}.already-sold__designer{font-family:Montserrat,sans-serif;font-size:.75rem;color:#999;margin:0;letter-spacing:.03em}.already-sold__price{font-family:Montserrat,sans-serif;font-size:.85rem;color:#bbb;margin:0;text-decoration:line-through}@media(max-width:1024px){.already-sold__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.already-sold{padding:3rem 1.5rem}.already-sold__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.already-sold__title{font-size:1.1rem}}@media(max-width:480px){.already-sold__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.page-header__title{font-size:2.5rem;font-weight:400;color:#3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:-.02em;margin:0;line-height:1.15}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;flex-wrap:wrap}.article-page__lead{padding:4rem 2rem 0}.article-page__lead-inner{max-width:1200px;margin:0 auto}.article-page__lead-line{width:0;height:2px;background:#3a3c3b;margin-bottom:1.5rem;transition:width .7s ease .35s}.fade-up.visible .article-page__lead-line{width:60px}.article-page__lead-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.article-page__date{font-family:Montserrat,sans-serif;font-size:.8rem;color:#aaa;letter-spacing:.03em}.article-page__author{font-family:Montserrat,sans-serif;font-size:.8rem;color:#bbb;letter-spacing:.03em}.article-page__tags{display:flex;gap:.5rem;flex-wrap:wrap}.article-page__tag{font-family:Montserrat,sans-serif;font-size:.7rem;color:#3a3c3b;text-transform:uppercase;letter-spacing:.1em;border:1px solid #e0e0e0;padding:.15rem .5rem;text-decoration:none;transition:border-color .2s ease}.article-page__tag:hover{border-color:#3a3c3b}.article-page__excerpt{font-family:Montserrat,sans-serif;font-size:1.05rem;color:#555;line-height:1.7;margin:0;max-width:680px}.article-page{background:#fff;padding-bottom:5rem}.article-page__cover{padding:0 2rem;margin-bottom:3rem}.article-page__cover-inner{max-width:1200px;margin:0 auto}.article-page__cover img{width:100%;height:auto;display:block;aspect-ratio:16 / 7;object-fit:cover}.article-page__second-image{padding:0 2rem;margin-bottom:3rem}.article-page__second-image-inner{max-width:720px;margin:0 auto}.article-page__second-image img{width:100%;height:auto;display:block;aspect-ratio:3 / 2;object-fit:cover}.article-page__body{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2rem}.rte{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.85;color:#555;max-width:720px}.rte h2{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.6rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:2.5rem 0 1rem}.rte h3{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.2rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:2rem 0 .75rem}.rte p{margin:0 0 1.25rem}.rte img{max-width:100%;height:auto;display:block;margin:2rem 0}.rte ul,.rte ol{padding-left:1.5rem;margin:0 0 1.25rem}.rte li{margin-bottom:.5rem}.rte blockquote{border-left:3px solid #3a3c3b;margin:2rem 0;padding:.5rem 0 .5rem 1.5rem;font-style:italic;color:#666}.rte a{color:#3a3c3b;border-bottom:1px solid #3a3c3b;text-decoration:none;transition:opacity .2s ease}.rte a:hover{opacity:.6}.article-page__footer-tags{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid #e0e0e0;max-width:720px}.article-page__footer-tags-label{font-family:Montserrat,sans-serif;font-size:.8rem;color:#aaa}.article-page__footer-tag{font-family:Montserrat,sans-serif;font-size:.75rem;color:#3a3c3b;text-transform:uppercase;letter-spacing:.08em;border:1px solid #e0e0e0;padding:.2rem .6rem;text-decoration:none;transition:border-color .2s ease}.article-page__footer-tag:hover{border-color:#3a3c3b}.article-products{margin-top:4rem;padding:4rem 2rem 0;border-top:1px solid #e0e0e0}.article-products__inner{max-width:1200px;margin:0 auto}.article-products__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.6rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0 0 2rem}.article-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.article-products__card{text-decoration:none;color:inherit;display:block}.article-products__card-image{position:relative;overflow:hidden;background:#f5f5f5;margin-bottom:.75rem}.article-products__card-image img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .5s ease}.article-products__card:hover .article-products__card-image img{transform:scale(1.04)}.article-products__card-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ccc}.article-products__card-badge{position:absolute;top:.75rem;left:.75rem;background:#3a3c3b;color:#fff;font-family:Montserrat,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .6rem}.article-products__card-info{display:flex;flex-direction:column;gap:.2rem}.article-products__card-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:.9rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0;line-height:1.3}.article-products__card-designer{font-family:Montserrat,sans-serif;font-size:.75rem;color:#999;margin:0}.article-products__card-price{font-family:Montserrat,sans-serif;font-size:.85rem;color:#555;margin:0}.article-page__nav{max-width:1200px;margin:3rem auto 0;padding:0 2rem}.article-page__nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:2rem;border-top:1px solid #e0e0e0}.article-page__nav-link{font-family:Montserrat,sans-serif;font-size:.8rem;color:#888;text-decoration:none;letter-spacing:.03em;transition:color .2s ease}.article-page__nav-link:hover{color:#3a3c3b}.article-page__nav-back{font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;color:#3a3c3b;text-decoration:none;border:1px solid #3a3c3b;padding:.5rem 1.25rem;transition:background .3s ease,color .3s ease}.article-page__nav-back:hover{background:#3a3c3b;color:#fff}@media(max-width:1024px){.article-products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.page-header{padding:1.5rem;padding-top:80px}.page-header__title{font-size:1.75rem}.article-page__lead{padding:1.5rem 1.5rem 0}.article-page__cover,.article-page__body,.article-page__nav{padding:0 1.5rem}.article-products{padding:3rem 1.5rem 0}.article-page__nav-inner{flex-wrap:wrap;justify-content:center}.article-products__grid{grid-template-columns:repeat(2,1fr)}}.blog-page{padding:2rem 2rem 5rem;background:#fff}.blog-page__container{max-width:1200px;margin:0 auto}.blog-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem 2rem}.blog-page__card{text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:opacity .6s ease,transform .4s ease,box-shadow .3s ease}.blog-page__card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #00000012}.blog-page__card:nth-child(1){transition-delay:.05s}.blog-page__card:nth-child(2){transition-delay:.15s}.blog-page__card:nth-child(3){transition-delay:.25s}.blog-page__card:nth-child(4){transition-delay:.05s}.blog-page__card:nth-child(5){transition-delay:.15s}.blog-page__card:nth-child(6){transition-delay:.25s}.blog-page__card:nth-child(7){transition-delay:.05s}.blog-page__card:nth-child(8){transition-delay:.15s}.blog-page__card:nth-child(9){transition-delay:.25s}.blog-page__card-image{overflow:hidden;background:#f5f5f5;margin-bottom:1rem}.blog-page__card-image img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;transition:filter .4s ease}.blog-page__card:hover .blog-page__card-image img{filter:brightness(.94)}.blog-page__card-placeholder{width:100%;aspect-ratio:3 / 2;display:flex;align-items:center;justify-content:center;color:#ccc}.blog-page__card-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.blog-page__card-meta{display:flex;align-items:center;gap:.75rem}.blog-page__card-date{font-family:Montserrat,sans-serif;font-size:.75rem;color:#aaa;letter-spacing:.03em}.blog-page__card-tag{font-family:Montserrat,sans-serif;font-size:.7rem;color:#3a3c3b;text-transform:uppercase;letter-spacing:.1em;border:1px solid #e0e0e0;padding:.15rem .5rem}.blog-page__card-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.1rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0;line-height:1.3;transition:opacity .2s ease}.blog-page__card:hover .blog-page__card-title{opacity:.7}.blog-page__card-excerpt{font-family:Montserrat,sans-serif;font-size:.85rem;color:#888;line-height:1.6;margin:0}.blog-page__card-read-more{font-family:Montserrat,sans-serif;font-size:.75rem;color:#3a3c3b;letter-spacing:.05em;margin-top:auto;padding-top:.5rem;transition:opacity .2s ease}.blog-page__card:hover .blog-page__card-read-more{opacity:.6}.blog-page__pagination{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:4rem;padding-top:2rem;border-top:1px solid #e0e0e0}.blog-page__pagination-btn{font-family:Montserrat,sans-serif;font-size:.85rem;color:#3a3c3b;text-decoration:none;letter-spacing:.03em;transition:opacity .2s ease}.blog-page__pagination-btn:hover{opacity:.6}.blog-page__pagination-info{font-family:Montserrat,sans-serif;font-size:.8rem;color:#bbb}.blog-page__empty{padding:4rem 0;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.blog-page__empty-text{font-family:Montserrat,sans-serif;font-size:.95rem;color:#888;margin:0}.blog-page__empty-btn{display:inline-block;padding:.9rem 2rem;background:#3a3c3b;color:#fff;text-decoration:none;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;border:1px solid #3a3c3b;transition:background .3s ease,color .3s ease}.blog-page__empty-btn:hover{background:transparent;color:#3a3c3b}@media(max-width:1024px){.blog-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem;padding-top:80px}.page-header__title{font-size:1.75rem}.blog-page{padding:2rem 1.5rem 4rem}.blog-page__grid{grid-template-columns:1fr;gap:2rem}}.carousel{width:100vw;height:100vh;height:100svh;position:relative;overflow:hidden;margin-top:0;margin-left:calc(-50vw + 50%);margin-bottom:4rem}.carousel:before{content:"";position:absolute;top:1.5rem;right:1.5rem;width:0;height:0;border-right:2px solid white;border-top:2px solid white;z-index:30;pointer-events:none;opacity:0;transition:width .8s ease .3s,height .8s ease .3s,opacity .3s ease}.carousel.in-view:before{width:500px;height:200px;opacity:1}body.scrolled .carousel:before{opacity:0}.carousel__logo{position:fixed;left:1.5rem;top:1.5rem;transform:translateY(-30px) scale(.5);z-index:50;opacity:0;transition:opacity .3s ease,transform .3s ease;width:auto;height:100vh;display:flex;align-items:top;justify-content:center;pointer-events:none}body.carousel-in-view .carousel__logo{opacity:1;transform:translateY(0) scale(1);transition:opacity .8s ease .6s,transform .8s ease .6s}.carousel__logo-img{height:30%;width:auto;display:block;object-fit:contain}body.scrolled .carousel__logo{opacity:0;transform:translateY(-30px) scale(.5)}.carousel__slides{width:100%;height:100%;position:relative}.carousel__slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity .8s ease}.carousel__slide.active{opacity:1}.carousel__indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel__dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:background-color .3s}.carousel__dot.active{background-color:#fff}@media(max-width:768px){.carousel{margin-left:calc(-50vw + 50%);width:100vw}.carousel__slide{background-position:5% center}.carousel:before{width:0;height:0}.carousel.in-view:before{width:50vw;height:10vh;right:1.5rem;top:2.5rem}.carousel__logo{left:50%;top:50%;transform:translate(-50%,-50%) scale(.5);width:auto;height:auto;align-items:center;justify-content:center;transition:opacity .3s ease,transform .3s ease}body.carousel-in-view .carousel__logo{transform:translate(-50%,-50%) scale(1);opacity:1;transition:opacity .8s ease .6s,transform .8s ease .6s}body.scrolled .carousel__logo{transform:translate(-50%,-50%) scale(.5);opacity:0}.carousel__logo-img{height:35vh;width:auto}}.page-header__body{display:flex;align-items:flex-start;gap:4rem;margin-top:.75rem}.page-header__title{font-size:2.5rem;font-weight:400;color:#3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:-.02em;margin:0;flex-shrink:0}.page-header__description-wrapper{flex:1;min-width:0;padding-top:.6rem}.page-header__description{font-family:Montserrat,sans-serif;font-size:.9rem;line-height:1.7;color:#666;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.page-header__description.expanded{display:block;-webkit-line-clamp:unset;line-clamp:unset}.page-header__description p{margin:0 0 .5rem}.page-header__description p:last-child{margin-bottom:0}.page-header__read-more{background:none;border:none;padding:0;margin-top:.5rem;font-family:Montserrat,sans-serif;font-size:.8rem;color:#3a3c3b;text-decoration:underline;cursor:pointer;letter-spacing:.03em;transition:opacity .2s ease;display:none}.page-header__read-more:hover{opacity:.6}.page-header__read-more.visible{display:inline-block}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem}.collection-grid{padding:1.5rem 2rem 4rem;background-color:#fff}.collection-grid__container{max-width:1200px;margin:0 auto}.collection-grid__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0}.collection-grid__toolbar-left{display:flex;align-items:center;gap:2rem}.collection-grid__count{font-family:Montserrat,sans-serif;font-size:.9rem;color:#666;letter-spacing:.05em}.collection-grid__filter-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #ddd;padding:.6rem 1.2rem;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#3a3c3b;cursor:pointer;transition:border-color .3s ease,background .3s ease}.collection-grid__filter-toggle:hover,.collection-grid__filter-toggle.active{border-color:#3a3c3b;background:#3a3c3b;color:#fff}.collection-grid__filter-toggle.active svg{stroke:#fff}.collection-grid__sort-wrapper{display:flex;align-items:center;gap:1rem}.collection-grid__sort-label{font-family:Montserrat,sans-serif;font-size:.85rem;color:#666;letter-spacing:.05em}select.collection-grid__sort{padding:.75rem 2.5rem .75rem 1rem;border:1px solid #ddd;border-radius:0!important;font-size:.9rem;font-family:Montserrat,sans-serif;color:#3a3c3b;cursor:pointer;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233a3c3b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;transition:border-color .3s ease}select.collection-grid__sort:focus{outline:none;border-color:#3a3c3b}.collection-grid__filters{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:0;margin-bottom:0}.collection-grid__filters.open{max-height:500px;opacity:1;margin-bottom:2rem}.collection-grid__filters-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;border:1px solid #e0e0e0;border-top:none}.collection-grid__filter-group{display:flex;flex-direction:column;gap:.75rem}.collection-grid__filter-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:.75rem;font-weight:400;color:#3a3c3b;text-transform:uppercase;letter-spacing:.1em;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e8e8e8}.collection-grid__filter-options{display:flex;flex-direction:column;gap:.25rem;max-height:180px;overflow-y:auto}.collection-grid__filter-options label{display:flex;align-items:center;gap:.5rem;font-family:Montserrat,sans-serif;font-size:.8rem;color:#555;cursor:pointer;padding:.3rem 0;transition:color .2s ease}.collection-grid__filter-options label:hover{color:#3a3c3b}.collection-grid__filter-options input[type=checkbox]{width:14px;height:14px;border:1px solid #ccc;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;flex-shrink:0;transition:border-color .2s ease,background .2s ease}.collection-grid__filter-options input[type=checkbox]:checked{background:#3a3c3b;border-color:#3a3c3b}.collection-grid__filter-options input[type=checkbox]:checked:after{content:"";position:absolute;top:1px;left:4px;width:4px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.collection-grid__filter-options .filter-count{color:#999;font-size:.75rem;margin-left:auto}.collection-grid__filters-actions{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border:1px solid #e0e0e0;border-top:none}.collection-grid__filter-reset{background:none;border:none;font-family:Montserrat,sans-serif;font-size:.8rem;color:#999;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s ease}.collection-grid__filter-reset:hover{color:#3a3c3b}.collection-grid__filter-count{font-family:Montserrat,sans-serif;font-size:.8rem;color:#666}.collection-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.collection-grid__item{text-decoration:none;color:inherit;display:block;padding-bottom:1rem;outline:1px solid transparent;transition:opacity .6s ease,transform .4s ease,box-shadow .3s ease,outline-color .3s ease}.collection-grid__item:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000017;outline-color:#e8e8e8}.collection-grid__item:nth-child(3n+1){transition-delay:.05s}.collection-grid__item:nth-child(3n+2){transition-delay:.15s}.collection-grid__item:nth-child(3n+3){transition-delay:.25s}.collection-grid__item.filtered-out{display:none!important}.collection-grid__image-wrapper{position:relative;overflow:hidden;margin-bottom:1rem;background:#f5f5f5}.collection-grid__item img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:filter .4s ease}.collection-grid__item:hover img{filter:brightness(.94)}.collection-grid__no-image{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ccc;background:#f5f5f5}.collection-grid__info{position:relative;padding:0 .75rem}.collection-grid__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:.95rem;font-weight:400;color:#3a3c3b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem}.collection-grid__designer{font-family:Montserrat,sans-serif;font-size:.8rem;color:#999;margin:0 0 .5rem;letter-spacing:.03em}.collection-grid__price{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#3a3c3b;margin:0}.collection-grid__badge{display:inline-block;font-family:Montserrat,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;margin-top:.5rem}.collection-grid__badge--sold{background:#3a3c3b;color:#fff}.collection-grid__actions{text-align:center;padding:3rem 0 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.collection-grid__load-more{padding:1.25rem 3rem;background:transparent;color:#3a3c3b;border:1px solid #3a3c3b;border-radius:0;font-size:.85rem;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.collection-grid__load-more:hover{background:#3a3c3b;color:#fff}.collection-grid__load-more.hidden{display:none}.collection-grid__progress{font-family:Montserrat,sans-serif;font-size:.8rem;color:#999;letter-spacing:.03em}@media(max-width:1024px){.collection-grid__grid{grid-template-columns:repeat(2,1fr);gap:2rem}.collection-grid__filters-inner{grid-template-columns:repeat(2,1fr)}.page-header__body{flex-direction:column;gap:.75rem}.page-header__description-wrapper{padding-top:0}}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem;padding-top:80px}.page-header__title{font-size:1.75rem}.breadcrumb{font-size:.85rem}.collection-grid{padding:2rem 1.5rem}.collection-grid__toolbar{flex-direction:column;gap:1rem;align-items:flex-start}.collection-grid__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.collection-grid__title,.collection-grid__price{font-size:.85rem}.collection-grid__filters-inner{grid-template-columns:1fr 1fr;gap:1.5rem;padding:1.5rem}}@media(max-width:480px){.collection-grid__grid{grid-template-columns:1fr;gap:2rem}.collection-grid__filters-inner{grid-template-columns:1fr}}.page-header__subtitle{font-family:Montserrat,sans-serif;font-size:.9rem;color:#888;margin:.75rem 0 0;line-height:1.6}.collections-page{padding:2rem 2rem 5rem;background:#fff}.collections-page__container{max-width:1200px;margin:0 auto}.collections-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.collections-page__card{text-decoration:none;color:inherit;display:block;transition:opacity .6s ease,transform .4s ease,box-shadow .3s ease}.collections-page__card:hover{transform:translateY(-4px);box-shadow:0 10px 32px #00000014}.collections-page__card:nth-child(3n+1){transition-delay:.05s}.collections-page__card:nth-child(3n+2){transition-delay:.15s}.collections-page__card:nth-child(3n+3){transition-delay:.25s}.collections-page__card-image{position:relative;overflow:hidden;background:#f5f5f5;margin-bottom:.85rem}.collections-page__card-image img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:transform .6s ease}.collections-page__card:hover .collections-page__card-image img{transform:scale(1.05)}.collections-page__card-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ccc}.collections-page__card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.25rem;background:linear-gradient(to top,rgba(0,0,0,.35) 0%,transparent 100%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;justify-content:flex-end}.collections-page__card:hover .collections-page__card-overlay{opacity:1}.collections-page__card-cta{font-family:Montserrat,sans-serif;font-size:.75rem;color:#fff;letter-spacing:.05em}.collections-page__card-info{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.collections-page__card-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.1rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0;line-height:1.2}.collections-page__card-count{font-family:Montserrat,sans-serif;font-size:.75rem;color:#aaa;margin:0;white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.collections-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem;padding-top:80px}.page-header__title{font-size:1.75rem}.collections-page{padding:2rem 1.5rem 4rem}.collections-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.collections-page__grid{grid-template-columns:1fr}}.contact-fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.contact-fade-up.visible{opacity:1;transform:translateY(0)}.contact-info{padding:4rem 2rem;background-color:#fff}.contact-info__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info__details{display:flex;flex-direction:column;gap:2rem}.contact-info__description{font-size:1.05rem;color:#555;line-height:1.7;font-family:Montserrat,sans-serif;margin-bottom:1rem}.contact-info__line{width:0;height:2px;background:#3a3c3b;margin-bottom:1.5rem;transition:width .7s ease .35s}.contact-fade-up.visible .contact-info__line{width:60px}.contact-info__description p{margin-bottom:.75rem}.contact-info__description p:last-child{margin-bottom:0}.contact-info__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.contact-info__item{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;border:1px solid #e8e8e8;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease}a.contact-info__item{text-decoration:none;color:inherit}.contact-info__item:hover{border-color:#3a3c3b;box-shadow:0 6px 24px #00000012;transform:translateY(-2px)}.contact-info__item:nth-child(1){transition-delay:.05s}.contact-info__item:nth-child(2){transition-delay:.15s}.contact-info__item:nth-child(3){transition-delay:.05s}.contact-info__item:nth-child(4){transition-delay:.15s}.contact-info__icon{color:#3a3c3b;margin-bottom:.5rem}.contact-info__icon svg{width:28px;height:28px}.contact-info__title{font-size:.85rem;font-weight:400;color:#3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:.1em;text-transform:uppercase;margin:0}.contact-info__text{font-size:.9rem;color:#666;line-height:1.6;font-family:Montserrat,sans-serif;margin:0}.contact-info__text a{color:#3a3c3b;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}.contact-info__text a:hover{border-bottom-color:#3a3c3b}.contact-info__map{width:100%;height:100%;min-height:400px;border:1px solid #e8e8e8;box-shadow:0 4px 20px #0000000d}.contact-info__map iframe{width:100%;height:100%}@media(max-width:968px){.contact-info__container{grid-template-columns:1fr;gap:3rem}.contact-info__map{height:300px;min-height:300px}}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem}.page-header__title{font-size:1.75rem}.breadcrumb{font-size:.85rem}.contact-info{padding:3rem 1.5rem}.contact-info__grid{grid-template-columns:1fr}.contact-info__details{gap:1.5rem}}.contact-section{padding:4rem 2rem;background:#fff}.contact-section__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;width:100%;align-items:start}.contact-section__left{display:flex;flex-direction:column;gap:2rem;position:sticky;top:120px}.contact-section__heading{font-family:Olivia Sans SemiBold,sans-serif;font-size:2rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0 0 1.5rem}.contact-section__line{width:0;height:2px;background:#3a3c3b;margin-bottom:1.5rem;transition:width .7s ease .35s}.contact-section .contact-section__line{width:60px}.contact-section__subtext{font-family:Montserrat,sans-serif;font-size:.95rem;color:#666;line-height:1.7;margin:0}.contact-section__subtext p{margin:0 0 .75rem}.contact-section__subtext p:last-child{margin-bottom:0}.contact-section__subtext strong{color:#3a3c3b}.contact-section__logo{display:flex;align-items:center;justify-content:center}.contact-section__logo-img{width:100%;max-width:250px;height:auto;opacity:.15;object-fit:contain}.contact-section__form-wrapper{padding:2.5rem;background:linear-gradient(135deg,#3a3c3b0f,#2d2f2e08);border:1px solid #e8e8e8}.contact-section__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-section__success{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:1rem;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:.9rem}.contact-section__errors{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:1rem;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:.9rem}.contact-section__field{margin-bottom:1.25rem}.contact-section__field label{display:block;margin-bottom:.4rem;font-weight:400;color:#3a3c3b;font-size:.8rem;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:.08em;text-transform:uppercase}.contact-section__field input,.contact-section__field textarea{width:100%;padding:.85rem 1rem;border:1px solid #ddd;border-radius:0;font-family:Montserrat,sans-serif;font-size:.9rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-section__field input:focus,.contact-section__field textarea:focus{outline:none;border-color:#3a3c3b;box-shadow:0 0 0 3px #3a3c3b14}.contact-section__field input[readonly]{background:#f5f5f5;color:#666}.contact-section__field textarea{resize:vertical;min-height:120px}.contact-section__submit{display:block;width:100%;padding:1.25rem 2rem;background:#3a3c3b;color:#fff;border:1px solid #3a3c3b;border-radius:0;font-size:.85rem;font-weight:400;cursor:pointer;transition:background .3s ease,color .3s ease;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:.1em;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:.5rem}.contact-section__submit:hover{background:transparent;color:#3a3c3b}@media(max-width:968px){.contact-section__container{grid-template-columns:1fr;gap:2rem}.contact-section__left{position:static;text-align:center;align-items:center}.contact-section__logo-img{max-width:150px}.contact-section__row{grid-template-columns:1fr}}@media(max-width:768px){.contact-section{padding:3rem 1rem}.contact-section__form-wrapper{padding:1.5rem}.contact-section__heading{font-size:1.5rem}}.footer{background-color:#252726;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:auto auto;column-gap:3rem;row-gap:2rem;margin-bottom:2rem;align-items:start;max-width:min(calc(var(--page-width) - var(--page-margin) * 2),calc(100% - var(--page-margin) * 2));margin-left:auto;margin-right:auto}.footer__section--about-newsletter{grid-column:1;grid-row:1 / 3;display:flex;flex-direction:column}.footer__section--rdv{grid-column:2 / 4;grid-row:1}.footer__section--collections{grid-column:2;grid-row:2}.footer__section--sitemap{grid-column:3;grid-row:2}.footer__section h3{font-size:.9rem;font-weight:600;margin-bottom:1rem;letter-spacing:.14em;color:#fff;font-family:Olivia Sans SemiBold,sans-serif}.footer__section p,.footer__about-text{color:#ffffffa6;font-size:.9rem;line-height:1.6;text-align:justify;letter-spacing:.05em;font-family:Montserrat,sans-serif}.footer__newsletter{margin-top:2rem;width:66.666%;box-shadow:0 1px 4px #00000008;text-align:center;display:flex;flex-direction:column}.footer__newsletter h4{margin-bottom:1rem;font-size:.9rem;font-weight:600;letter-spacing:.14em;color:#fff;font-family:Olivia Sans SemiBold,sans-serif;text-align:left}.footer__newsletter p{color:#ffffffa6;font-size:.9rem;line-height:1.6;text-align:justify;letter-spacing:.05em;font-family:Montserrat,sans-serif}.footer__newsletter-form{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem;box-sizing:border-box}.footer__newsletter-form input[type=email]{padding:.5rem 1rem;border:1px solid #ddd;border-radius:0;background:#fff;color:#3a3c3b;font-family:Montserrat,sans-serif;font-size:.9rem;letter-spacing:.05em;min-width:180px;box-sizing:border-box}.footer__newsletter-form input[type=email]::placeholder{font-family:Montserrat,sans-serif;letter-spacing:.05em;font-size:.9rem;color:#999}.footer__newsletter-form button{padding:.5rem 1.2rem;background:#fff;color:#3a3c3b;border:1px solid #fff;font-size:.9rem;font-family:Olivia Sans SemiBold,sans-serif;cursor:pointer;transition:background .2s,color .2s;box-sizing:border-box}.footer__newsletter-form button:hover{background:transparent;color:#fff}.footer__rdv-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1.25rem;background:transparent;color:#ffffffd9;border:1px solid rgba(255,255,255,.35);font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease;margin-top:.25rem}.footer__rdv-btn:hover{background:#ffffff1a;color:#fff;border-color:#ffffffb3}.footer__social{display:flex;gap:1.5rem;align-items:center;justify-content:flex-start;padding-top:1.5rem;margin-top:2rem;border-top:1px solid rgba(255,255,255,.07)}.footer__social a{text-decoration:none;color:#ffffff8c;transition:color .3s ease,transform .3s ease;display:inline-flex}.footer__social a:hover{color:#fff;transform:translateY(-3px)}.footer__section ul{list-style:none;padding:0}.footer__section li{margin-bottom:.5rem}.footer__section a{text-decoration:none;color:#ffffffa6;font-size:.9rem;letter-spacing:.05em;transition:color .3s ease,padding-left .2s ease;font-family:Montserrat,sans-serif;display:inline-block}.footer__section a:hover{color:#fff;padding-left:4px}.footer__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;max-width:min(calc(var(--page-width) - var(--page-margin) * 2),calc(100% - var(--page-margin) * 2));margin-left:auto;margin-right:auto}.footer__copyright{font-size:.8rem;color:#ffffff73;font-family:Montserrat,sans-serif;letter-spacing:.05em}.footer__payment{display:flex;gap:1rem;align-items:center}.footer__payment svg{height:24px;width:auto}@media(max-width:600px){.footer__newsletter{width:100%;margin-left:0;margin-right:0;margin-bottom:1.5rem}.footer__newsletter-form{flex-direction:column;align-items:stretch;gap:.5rem}.footer__newsletter-form input[type=email],.footer__newsletter-form button{width:100%;min-width:0;box-sizing:border-box}}@media(max-width:1200px){.footer__content{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:2rem}.footer__section--about-newsletter{grid-column:1 / 3;grid-row:1}.footer__section--rdv{grid-column:1 / 3;grid-row:2}.footer__section--collections{grid-column:1;grid-row:3}.footer__section--sitemap{grid-column:2;grid-row:3}}@media(max-width:950px){.footer__content{grid-template-columns:1fr;grid-template-rows:auto;gap:1.5rem}.footer__section--about-newsletter,.footer__section--rdv,.footer__section--collections,.footer__section--sitemap{grid-column:1;grid-row:auto}}@media(max-width:768px){.footer__content{grid-template-columns:1fr;gap:1.5rem}.footer__section h3,.footer__section h4{text-align:center}.footer__bottom{flex-direction:column;gap:1rem;text-align:center}.footer__payment{justify-content:center}}.header{display:flex;flex-direction:column;justify-content:flex-end;min-height:110px;padding:0 2rem;border-bottom:1px solid transparent;position:fixed;top:0;left:0;right:0;width:100%;background:transparent;z-index:1000;transition:background .4s ease-in-out,border-bottom-color .4s ease-in-out;font-family:Olivia Sans SemiBold,sans-serif;text-transform:uppercase}.header--not-home{background:#252726;border-bottom-color:#ffffff1a}.header--scrolled{background:#252726;border-bottom-color:transparent;box-shadow:0 2px 20px #0000004d}.header__left{position:absolute;left:1rem;display:flex;align-items:center;gap:1rem;top:50%;transform:translateY(-50%);z-index:10}.header__logo{text-decoration:none;color:#000;position:relative;height:auto;padding:.75rem 0;width:auto;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease-in-out;z-index:9999}.header--not-home .header__logo,.header--scrolled .header__logo{opacity:1}.header__logo-img{height:70px;width:auto;display:block}.header__nav{display:flex;align-items:center;justify-content:flex-end;width:100%;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s;overflow:visible;position:relative;padding:0 0 .75rem}.header__nav-center{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex:0 1 auto}.header__nav-center>a{text-decoration:none;color:#fff;position:relative;font-size:.85rem;letter-spacing:.14em;transition:color .4s ease-in-out;padding:.5rem .6rem}.header__nav-center>a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fff;transition:width .3s ease,background-color .4s ease-in-out}.header__nav-center>a:before{content:"";position:absolute;width:2px;height:0;bottom:0;left:0;background-color:#fff;transition:height .3s ease .1s,background-color .4s ease-in-out}.header__nav-center>a:hover:after{width:100%}.header__nav-center>a:hover:before{height:.7rem}.header--not-home .header__nav-center>a{color:#fff}.header--not-home .header__nav-center>a:after,.header--not-home .header__nav-center>a:before{background-color:#fff}.header--scrolled .header__nav-center>a{color:#fff}.header--scrolled .header__nav-center>a:after,.header--scrolled .header__nav-center>a:before{background-color:#fff}.header__dropdown{position:relative}.header__dropdown-toggle{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem .6rem;font-family:inherit;text-transform:inherit;letter-spacing:.14em;position:relative;font-size:.85rem;transition:color .4s ease-in-out}.header__dropdown-toggle:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#fff;transition:width .3s ease,background-color .4s ease-in-out}.header__dropdown-toggle:before{content:"";position:absolute;width:2px;height:0;bottom:0;left:0;background-color:#fff;transition:height .3s ease .1s,background-color .4s ease-in-out}.header__dropdown-toggle:hover:after{width:100%}.header__dropdown-toggle:hover:before{height:.7rem}.header--not-home .header__dropdown-toggle{color:#fff}.header--not-home .header__dropdown-toggle:after,.header--not-home .header__dropdown-toggle:before{background-color:#fff}.header--scrolled .header__dropdown-toggle{color:#fff}.header--scrolled .header__dropdown-toggle:after,.header--scrolled .header__dropdown-toggle:before{background-color:#fff}.header__dropdown-menu{position:fixed;top:0;right:0;width:300px;height:100vh;background:#fff;flex-direction:column;padding:120px 2rem 2rem;z-index:999;transform:translate(100%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;box-shadow:-4px 0 16px #0000001a;overflow-y:auto}.header__dropdown-menu a{display:block;padding:.9rem;text-decoration:none;font-size:.8rem;position:relative;color:#3a3c3b!important}.header__dropdown-menu a:hover{color:#000!important}.header__dropdown-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#3a3c3b;transition:width .3s ease}.header__dropdown-menu a:before{content:"";position:absolute;width:2px;height:0;bottom:0;left:0;background-color:#3a3c3b;transition:height .3s ease .1s}.header__dropdown-menu a:hover:after{width:100%}.header__dropdown-menu a:hover:before{height:.9rem}.dropdown-link--italic{font-style:italic}.dropdown-link--italic+.dropdown-link:not(.dropdown-link--italic),.dropdown-link:not(.dropdown-link--italic)+.dropdown-link--italic{border-top:1px solid #e8e8e8;margin-top:.5rem;padding-top:1.25rem!important}.dropdown-link--all{margin-top:.75rem;padding-top:1.25rem!important;border-top:1px solid #e8e8e8;letter-spacing:.06em}.header__dropdown.open .header__dropdown-menu{opacity:1;pointer-events:auto;transform:translate(0)}.header__dropdown-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}.header__dropdown.open .header__dropdown-overlay{opacity:1;pointer-events:auto}.header__dropdown-close{position:absolute;top:2rem;right:2rem;background:none;border:none;cursor:pointer;color:#000;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.header__dropdown-close svg{width:24px;height:24px;stroke:#000}.header__dropdown-close:hover{opacity:.6}.burger{display:none;background:none;border:none;cursor:pointer;width:48px;height:48px;justify-content:center;align-items:center;padding:0}.burger .hb{width:40px;height:40px;position:relative}.burger .burger-path{transition:stroke .4s ease-in-out,opacity .3s ease-in-out,transform .3s ease-in-out,filter .4s ease-in-out;stroke:#fff;transform-origin:center;transform:scale(1) rotate(0)}.burger .close-path{transition:opacity .3s ease-in-out,transform .3s ease-in-out;opacity:0;transform-origin:center;transform:scale(.5) rotate(-90deg)}.header--not-home .burger .burger-path,.header--scrolled .burger .burger-path{stroke:#fff}.burger.active .burger-path{opacity:0;transform:scale(.5) rotate(90deg)}.burger.active .close-path{opacity:1;transform:scale(1) rotate(0)}.burger.hidden{opacity:0;pointer-events:none}.header__lang-switch{display:flex;align-items:center;gap:.4rem}.header__lang-switch form{margin:0;padding:0}.lang-sep{color:#fff6;font-size:.75rem;transition:color .4s ease-in-out}.header--not-home .lang-sep,.header--scrolled .lang-sep{color:#fff6}.lang-item{font-family:Olivia Sans SemiBold,sans-serif;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;line-height:1}.lang-item--active{color:#fff;opacity:1;font-family:Olivia Sans Bold,sans-serif;transition:color .4s ease-in-out}.lang-item--inactive{background:none;border:none;color:#ffffff80;cursor:pointer;padding:0;opacity:.6;transition:color .4s ease-in-out,opacity .2s}.lang-item--inactive:hover{opacity:1}.header--not-home .lang-item--active,.header--scrolled .lang-item--active{color:#fff}.header--not-home .lang-item--inactive,.header--scrolled .lang-item--inactive{color:#ffffff80}@media(max-width:768px){.burger{display:flex;position:fixed;left:1rem;top:10px;z-index:9999}.header{flex-direction:row;justify-content:center;position:fixed;padding:.75rem 1rem;align-items:center;min-height:68px;top:0}.header__left{width:100%;display:flex;justify-content:center;align-items:center;position:static;gap:0;transform:none;top:auto}.header__logo{margin:0;padding:0;display:flex;position:static;opacity:0;align-items:center;justify-content:center;height:auto}.header--not-home .header__logo,.header--scrolled .header__logo{opacity:1}.header__logo-img{height:44px;width:auto}.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:#fffffff7;flex-direction:column;gap:1.25rem;padding:2rem;opacity:0;pointer-events:none;transition:opacity .4s ease;z-index:9998;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.header__nav.active{opacity:1;pointer-events:auto}.header__nav-center{flex-direction:column;gap:1.25rem;width:100%;align-items:center;justify-content:center;text-align:center}.header__nav-center>a{color:#3a3c3b;font-size:1rem}.header__nav-center>a:after,.header__nav-center>a:before{background-color:#3a3c3b}.header__dropdown-toggle{color:#3a3c3b;font-size:1rem}.header__dropdown-toggle:after,.header__dropdown-toggle:before{background-color:#3a3c3b}.header__dropdown-menu{width:100%;padding:100px 2rem 2rem;z-index:10000}.header__dropdown-close{top:1.5rem;right:1.5rem;z-index:10001}.header__dropdown-overlay{z-index:9999}.header--scrolled .header__nav-center>a,.header--not-home .header__nav-center>a{color:#3a3c3b}.header--scrolled .header__nav-center>a:after,.header--scrolled .header__nav-center>a:before,.header--not-home .header__nav-center>a:after,.header--not-home .header__nav-center>a:before{background-color:#3a3c3b}.header--scrolled .header__dropdown-toggle,.header--not-home .header__dropdown-toggle{color:#3a3c3b}.header--scrolled .header__dropdown-toggle:after,.header--scrolled .header__dropdown-toggle:before,.header--not-home .header__dropdown-toggle:after,.header--not-home .header__dropdown-toggle:before{background-color:#3a3c3b}}.home-about{padding:6rem 2rem;background:#fff}.home-about__inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;text-align:center;align-items:center}.home-about__label{font-family:Olivia Sans SemiBold,sans-serif;font-size:2.2rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;line-height:1.15;margin:0;text-transform:uppercase}.home-about__excerpt{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.8;color:#666;margin:0}.home-about__link{display:inline-block;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#3a3c3b;text-decoration:none;border-bottom:1px solid #3a3c3b;padding-bottom:2px;transition:opacity .2s ease;align-self:center}.home-about__link:hover{opacity:.5}@media(max-width:768px){.home-about{padding:4rem 1.5rem}.home-about__label{font-size:1.6rem}}.page-header__title{font-size:2.5rem;font-weight:400;color:#3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:-.02em;margin:0}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.legal-page{background:#fff;padding-bottom:6rem}.legal-page__inner{max-width:1200px;margin:0 auto;padding:4rem 2rem 0}.legal-page__lead{margin-bottom:3rem}.legal-page__line{width:0;height:2px;background:#3a3c3b;margin-bottom:1.5rem;transition:width .7s ease .35s}.fade-up.visible .legal-page__line{width:60px}.legal-page__intro{font-family:Montserrat,sans-serif;font-size:1rem;color:#666;line-height:1.75;max-width:680px;margin:0}.rte{font-family:Montserrat,sans-serif;font-size:.92rem;line-height:1.85;color:#555;max-width:800px}.rte h2{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.3rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:2.5rem 0 .75rem;padding-top:2rem;border-top:1px solid #f0f0f0}.rte h2:first-child{margin-top:0;padding-top:0;border-top:none}.rte h3{font-family:Olivia Sans SemiBold,sans-serif;font-size:1rem;font-weight:400;color:#3a3c3b;letter-spacing:.02em;margin:1.75rem 0 .5rem;text-transform:uppercase;font-size:.8rem;letter-spacing:.1em}.rte p{margin:0 0 1rem}.rte p:last-child{margin-bottom:0}.rte strong{color:#3a3c3b;font-weight:600}.rte a{color:#3a3c3b;text-decoration:none;border-bottom:1px solid #e0e0e0;transition:border-color .3s ease}.rte a:hover{border-bottom-color:#3a3c3b}.rte ul,.rte ol{padding-left:1.5rem;margin:0 0 1rem}.rte li{margin-bottom:.4rem}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem;padding-top:80px}.page-header__title{font-size:1.75rem}.legal-page__inner{padding:3rem 1.5rem 0}}.newsletter-fixed{width:100%;background:#fff;border-radius:12px;box-shadow:0 2px 16px #00000014;padding:32px 0;margin:40px auto;display:flex;align-items:center;justify-content:center}.newsletter-fixed__content{text-align:center;max-width:500px;width:100%}.newsletter-fixed__form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.newsletter-fixed__form input,.newsletter-fixed__form button{padding:.75rem;border:1px solid #ddd}.newsletter-fixed__form button{background-color:#000;color:#fff;cursor:pointer;border:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:#fafaf8;display:flex;align-items:stretch}.coming-soon{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center}.coming-soon__header{width:100%;display:flex;justify-content:center}.coming-soon__logo{width:420px;max-width:60vw;max-height:350px;height:auto;object-fit:contain}.coming-soon__shop-name{font-family:var(--font-primary--family, "Olivia Sans SemiBold", sans-serif);font-size:clamp(2rem,6vw,3.5rem);font-weight:400;color:#3a3c3b;letter-spacing:.15em;text-transform:uppercase}.coming-soon__main{display:flex;flex-direction:column;align-items:center;gap:.9rem;max-width:560px;width:100%}.coming-soon__line{width:60px;height:1px;background:#3a3c3b;margin-bottom:.25rem}.coming-soon__eyebrow{font-family:var(--font-primary--family, "Montserrat", sans-serif);font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:#999}.coming-soon__title{font-family:var(--font-primary--family, "Olivia Sans SemiBold", sans-serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:400;color:#3a3c3b;letter-spacing:-.02em;line-height:1.1}.coming-soon__description{font-family:var(--font-primary--family, "Montserrat", sans-serif);font-size:.88rem;color:#888;line-height:1.55;max-width:420px}.coming-soon__form-wrapper{width:100%;margin-top:.25rem}.coming-soon__input-group{display:flex;gap:0;width:100%}.coming-soon__input{flex:1;padding:.9rem 1.25rem;border:1px solid #d0d0d0;border-right:none;font-family:Montserrat,sans-serif;font-size:.9rem;color:#3a3c3b;background:#fff;outline:none;transition:border-color .3s ease;-webkit-appearance:none;appearance:none;border-radius:0}.coming-soon__input::placeholder{color:#bbb}.coming-soon__input:focus{border-color:#3a3c3b}.coming-soon__submit{padding:.9rem 1.75rem;background:#3a3c3b;color:#fff;border:1px solid #3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,color .3s ease;white-space:nowrap;-webkit-appearance:none;appearance:none;border-radius:0}.coming-soon__submit:hover{background:transparent;color:#3a3c3b}.coming-soon__consent{display:flex;align-items:flex-start;gap:.6rem;margin-top:.4rem;cursor:pointer;text-align:left}.coming-soon__consent-checkbox{flex-shrink:0;width:18px;height:18px;margin-top:1px;accent-color:#3a3c3b;cursor:pointer;outline:1px solid #3a3c3b;outline-offset:1px}.coming-soon__consent span{font-family:Montserrat,sans-serif;font-size:.72rem;color:#3a3c3b;line-height:1.5}.coming-soon__consent a{color:#3a3c3b;text-decoration:underline}.coming-soon__success{font-family:Montserrat,sans-serif;font-size:.95rem;color:#3a3c3b;padding:1rem;border:1px solid #d0d0d0;background:#fff}.coming-soon__error{font-family:Montserrat,sans-serif;font-size:.85rem;color:#c0392b;margin-bottom:.75rem}.coming-soon__footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:auto}.coming-soon__social{display:flex;gap:1.25rem;align-items:center}.coming-soon__social a{color:#aaa;transition:color .3s ease;display:flex}.coming-soon__social a:hover{color:#3a3c3b}.coming-soon__copyright{font-family:Montserrat,sans-serif;font-size:.72rem;color:#ccc;letter-spacing:.08em}@media(max-width:480px){.coming-soon{gap:1.25rem;padding:1.25rem;justify-content:space-between}.coming-soon__logo{width:180px;max-width:55vw}.coming-soon__main{gap:.65rem}.coming-soon__line{margin-bottom:0}.coming-soon__title{font-size:clamp(1.5rem,8vw,2.2rem)}.coming-soon__description{font-size:.82rem;line-height:1.5}.coming-soon__form-wrapper{margin-top:.25rem}.coming-soon__input-group{flex-direction:column}.coming-soon__input{border-right:1px solid #d0d0d0;border-bottom:none;padding:.75rem 1rem}.coming-soon__submit{padding:.75rem}.coming-soon__consent{margin-top:.5rem}.coming-soon__footer{gap:.5rem;margin-top:0}}.product{padding:120px 2rem 4rem;background:#fff}.product__wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product__gallery{position:sticky;top:120px}.product__main-image-wrapper{width:100%;overflow:hidden;margin-bottom:1rem}.product__main-image{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:opacity .3s ease}.product__thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.product__thumbnail{width:100%;aspect-ratio:1;object-fit:cover;cursor:pointer;opacity:.4;transition:opacity .3s ease;border:1px solid transparent}.product__thumbnail:hover{opacity:.8}.product__thumbnail.active{opacity:1;border-color:#3a3c3b}.product__info{display:flex;flex-direction:column;gap:2rem}.product__header{border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem}.product__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:2rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;text-transform:uppercase;margin:0;line-height:1.2}.product__price-block{display:flex;align-items:center;gap:1rem;justify-content:space-between}.product__price{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.6rem;color:#3a3c3b;margin:0;letter-spacing:.02em}.product__availability{font-family:Montserrat,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;padding:.35rem .75rem;border:1px solid}.product__availability--in-stock{color:#2d6a2e;border-color:#2d6a2e}.product__availability--sold{color:#8b2d2d;border-color:#8b2d2d}.product__description{font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.8;color:#555}.product__details{display:flex;flex-direction:column}.product__detail-row{display:grid;grid-template-columns:22px auto 1fr;align-items:center;gap:.75rem;padding:.9rem 0;border-bottom:1px solid #efefef}.product__detail-row:first-child{border-top:1px solid #efefef}.product__detail-icon{display:flex;align-items:center;justify-content:center;color:#aaa;flex-shrink:0}.product__detail-label{font-family:Olivia Sans SemiBold,sans-serif;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#3a3c3b}.product__detail-value{font-family:Montserrat,sans-serif;font-size:.85rem;color:#555;text-align:right}.product__actions{display:flex;flex-direction:column;gap:.75rem}.product__contact-btn{display:block;width:100%;padding:1.25rem 2rem;background:#3a3c3b;color:#fff;border:1px solid #3a3c3b;border-radius:0;font-family:Olivia Sans SemiBold,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;text-align:center;cursor:pointer;transition:background .3s ease,color .3s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product__contact-btn:hover{background:transparent;color:#3a3c3b}.product__contact-btn--sold{background:transparent;color:#aaa;border-color:#ddd;cursor:not-allowed;font-style:italic}.product__contact-btn--sold:hover{background:transparent;color:#aaa}.product__logistics{display:flex;flex-direction:column;gap:.6rem}.product__shipping-info{display:flex;align-items:center;gap:.65rem;font-family:Montserrat,sans-serif;font-size:1.05rem;color:#666;line-height:1.5}.product__shipping-info svg,.product__pickup svg{flex-shrink:0;color:#999}a.product__shipping-info--link{text-decoration:none;color:inherit}a.product__shipping-info--link:hover span{text-decoration:underline;text-underline-offset:2px}.product__stock-urgency{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;font-family:Montserrat,sans-serif;font-size:.9rem;padding:.75rem 1rem;background:#f5f5f3;border-left:2px solid #c8c8c4;color:#555}.product__stock-urgency--low{border-left-color:#aaa}.product__stock-urgency strong{font-weight:600}.product__stock-pips{display:flex;gap:4px;flex-shrink:0}.product__stock-pip{width:11px;height:11px;border:1.5px solid #bbb;background:transparent}.product__stock-pip--filled{background:#3a3c3b;border-color:#3a3c3b}.product-articles{padding:4rem 2rem 6rem;background:#f9f9f9;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;margin-bottom:4rem}.product-articles__header{max-width:1200px;margin:0 auto 2.5rem}.product-articles__heading{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.4rem;font-weight:400;color:#3a3c3b;letter-spacing:.02em;text-transform:uppercase;margin:0}.product-articles__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-articles__card{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.product-articles__card:hover{transform:translateY(-4px)}.product-articles__image-wrapper{overflow:hidden;margin-bottom:1rem;background:#eee}.product-articles__image-wrapper--empty{aspect-ratio:3 / 2}.product-articles__image-wrapper img{width:100%;aspect-ratio:3 / 2;object-fit:cover;display:block;transition:transform .4s ease}.product-articles__card:hover .product-articles__image-wrapper img{transform:scale(1.03)}.product-articles__content{display:flex;flex-direction:column;gap:.4rem}.product-articles__date{font-family:Montserrat,sans-serif;font-size:.75rem;color:#999;letter-spacing:.05em;margin:0;text-transform:uppercase}.product-articles__title{font-family:Olivia Sans SemiBold,sans-serif;font-size:1rem;font-weight:400;color:#3a3c3b;margin:0;line-height:1.4}.product-articles__link{font-family:Montserrat,sans-serif;font-size:.8rem;color:#3a3c3b;letter-spacing:.05em;text-decoration:underline;text-underline-offset:3px;opacity:.6;transition:opacity .2s ease}.product-articles__card:hover .product-articles__link{opacity:1}@media(max-width:768px){.product{padding:80px 1rem 3rem}.product__wrapper{grid-template-columns:1fr;gap:2rem}.product__gallery{position:static}.product__thumbnails{grid-template-columns:repeat(4,1fr)}.product__title{font-size:1.5rem}.product__price{font-size:1.3rem}.product__detail-value{text-align:left}.product-articles__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-articles{padding:3rem 1rem}}@media(max-width:480px){.product-articles__grid{grid-template-columns:1fr}}.page-header{padding:2rem 2rem 1rem;padding-top:100px;background-color:#fff}.page-header__container{max-width:1200px;margin:0 auto}.page-header__title{font-size:2.5rem;font-weight:400;color:#3a3c3b;font-family:Olivia Sans SemiBold,sans-serif;letter-spacing:-.02em;margin:.5rem 0 0}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.breadcrumb__link{color:#666;text-decoration:none;transition:color .3s ease;font-family:Montserrat,sans-serif}.breadcrumb__link:hover{color:#3a3c3b}.breadcrumb__separator{color:#999}.breadcrumb__current{color:#3a3c3b;font-family:Montserrat,sans-serif}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.search-page{padding:2rem 2rem 5rem;background:#fff}.search-page__container{max-width:1200px;margin:0 auto}.search-page__form{display:flex;gap:0;margin-bottom:3rem;max-width:600px;border:1px solid #ddd;transition:border-color .3s ease}.search-page__form:focus-within{border-color:#3a3c3b}.search-page__input{flex:1;padding:1rem 1.25rem;border:none;font-size:.95rem;font-family:Montserrat,sans-serif;color:#3a3c3b;background:#fff;-webkit-appearance:none;appearance:none;outline:none}.search-page__input::placeholder{color:#bbb}.search-page__submit{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#3a3c3b;color:#fff;border:none;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;cursor:pointer;transition:background .3s ease;white-space:nowrap;-webkit-appearance:none;appearance:none}.search-page__submit:hover{background:#2a2c2b}.search-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.search-page__card{text-decoration:none;color:inherit;display:block;padding-bottom:1rem;outline:1px solid transparent;transition:opacity .6s ease,transform .4s ease,box-shadow .3s ease,outline-color .3s ease}.search-page__card:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000017;outline-color:#e8e8e8}.search-page__card:nth-child(4n+1){transition-delay:.05s}.search-page__card:nth-child(4n+2){transition-delay:.12s}.search-page__card:nth-child(4n+3){transition-delay:.19s}.search-page__card:nth-child(4n+4){transition-delay:.26s}.search-page__card-image{position:relative;overflow:hidden;background:#f5f5f5;margin-bottom:.75rem}.search-page__card-image img{width:100%;aspect-ratio:1;object-fit:cover;display:block;transition:filter .4s ease}.search-page__card:hover .search-page__card-image img{filter:brightness(.94)}.search-page__card-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;color:#ccc}.search-page__card-badge{position:absolute;top:.75rem;left:.75rem;background:#3a3c3b;color:#fff;font-family:Montserrat,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;padding:.2rem .6rem}.search-page__card-info{display:flex;flex-direction:column;gap:.2rem;padding:0 .75rem}.search-page__card-title{font-family:Olivia Sans SemiBold,sans-serif;font-size:.9rem;font-weight:400;color:#3a3c3b;letter-spacing:-.02em;margin:0;line-height:1.3}.search-page__card-designer{font-family:Montserrat,sans-serif;font-size:.75rem;color:#999;margin:0}.search-page__card-price{font-family:Montserrat,sans-serif;font-size:.85rem;color:#555;margin:0}.search-page__empty{padding:4rem 0;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.search-page__empty-text{font-family:Olivia Sans SemiBold,sans-serif;font-size:1.2rem;color:#3a3c3b;letter-spacing:-.02em;margin:0}.search-page__empty-hint{font-family:Montserrat,sans-serif;font-size:.9rem;color:#888;margin:0}.search-page__empty-btn{margin-top:1rem;display:inline-block;padding:.9rem 2rem;background:#3a3c3b;color:#fff;text-decoration:none;font-family:Olivia Sans SemiBold,sans-serif;font-size:.8rem;letter-spacing:.08em;border:1px solid #3a3c3b;transition:background .3s ease,color .3s ease}.search-page__empty-btn:hover{background:transparent;color:#3a3c3b}@media(max-width:1024px){.search-page__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.page-header{padding:1.5rem 1.5rem .75rem;padding-top:80px}.page-header__title{font-size:1.75rem}.search-page{padding:2rem 1.5rem 4rem}.search-page__form{max-width:100%}.search-page__submit span{display:none}.search-page__grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.search-page__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
