:root{--postr-black: #1A1C1C;--postr-warm-gray: #6A5B56;--postr-brown: #370E00;--postr-cream: #FCF9F6;--postr-accent: #9B6A4A;--postr-border: rgba(26, 28, 28, .1);--postr-shadow-sm: 0 2px 8px rgba(26, 28, 28, .06);--postr-shadow-md: 0 8px 30px rgba(26, 28, 28, .1);--postr-shadow-lg: 0 20px 60px rgba(26, 28, 28, .15);--postr-shadow-frame: 8px 8px 30px rgba(26, 28, 28, .25), -2px -2px 15px rgba(255, 255, 255, .1);--postr-radius: 8px;--postr-radius-sm: 6px;--postr-radius-pill: 100px;--postr-transition: cubic-bezier(.4, 0, .2, 1);--postr-font-heading: "DM Serif Display", serif;--postr-font-body: "Plus Jakarta Sans", sans-serif}.postr-reveal{opacity:0;transform:translateY(30px);transition:opacity .7s var(--postr-transition),transform .7s var(--postr-transition)}.postr-reveal.is-visible{opacity:1;transform:translateY(0)}.postr-reveal-delay-1{transition-delay:.1s}.postr-reveal-delay-2{transition-delay:.2s}.postr-reveal-delay-3{transition-delay:.3s}.postr-stagger-children .postr-reveal:nth-child(1){transition-delay:0s}.postr-stagger-children .postr-reveal:nth-child(2){transition-delay:.08s}.postr-stagger-children .postr-reveal:nth-child(3){transition-delay:.12s}.postr-stagger-children .postr-reveal:nth-child(4){transition-delay:.16s}.postr-stagger-children .postr-reveal:nth-child(5){transition-delay:.2s}.postr-stagger-children .postr-reveal:nth-child(6){transition-delay:.24s}.postr-eyebrow{font-family:var(--postr-font-body);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--postr-accent);margin-bottom:.4rem}.postr-heading-xl{font-family:var(--postr-font-heading);font-size:clamp(1.4rem,2.5vw,2rem);font-weight:400;line-height:1.08;color:var(--postr-black);margin:0 0 .6rem}.postr-subtitle{font-family:var(--postr-font-body);font-size:.85rem;font-weight:400;line-height:1.6;color:var(--postr-warm-gray);max-width:440px}.postr-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.postr-pill{display:inline-flex;align-items:center;padding:.35rem .85rem;border:1px solid var(--postr-border);border-radius:var(--postr-radius-pill);font-family:var(--postr-font-body);font-size:.7rem;font-weight:500;color:var(--postr-black);background:transparent;transition:all .3s var(--postr-transition);white-space:nowrap}.postr-pill:hover{background:var(--postr-black);color:var(--postr-cream);border-color:var(--postr-black)}.postr-pill--cta{background:var(--postr-cream);border-color:var(--postr-warm-gray);cursor:pointer;text-decoration:none;margin-top:.4rem}.postr-pill--cta:hover{background:var(--postr-black);color:var(--postr-cream);border-color:var(--postr-black)}.postr-nouveautes{padding:3.5rem 0 4rem;background:var(--postr-cream);overflow:hidden}.postr-nouveautes__container{max-width:1400px;margin:0 auto;padding:0 2rem}.postr-nouveautes__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.postr-nouveautes__header-text{max-width:500px}.postr-nouveautes__nav{display:flex;gap:.5rem;align-items:center}.postr-nouveautes__arrow{width:40px;height:40px;border-radius:50%;border:1px solid rgba(26,28,28,.2);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s var(--postr-transition);color:var(--postr-black);flex-shrink:0}.postr-nouveautes__arrow:hover{background:var(--postr-black);border-color:var(--postr-black);color:var(--postr-cream)}.postr-nouveautes__arrow svg{width:15px;height:15px}.postr-nouveautes__progress{display:flex;gap:3px;align-items:center}.postr-nouveautes__progress-dot{width:18px;height:2px;background:#1a1c1c26;border-radius:2px;transition:all .4s var(--postr-transition)}.postr-nouveautes__progress-dot.is-active{background:var(--postr-black);width:32px}.postr-nouveautes__track-wrapper{overflow:hidden;margin:0 -2rem;padding:0 2rem}.postr-nouveautes__track{display:flex;gap:1rem;transition:transform .6s var(--postr-transition);will-change:transform}.postr-nouveautes__track.is-dragging{transition:none;cursor:grabbing}.postr-card{flex:0 0 calc(25% - .75rem);min-width:0;text-decoration:none;color:inherit;display:block;transition:transform .4s var(--postr-transition)}.postr-card:hover{transform:translateY(-3px)}@media(max-width:1024px){.postr-card{flex:0 0 calc(33.333% - .667rem)}}@media(max-width:768px){.postr-card{flex:0 0 calc(50% - .5rem)}}@media(max-width:480px){.postr-card{flex:0 0 85%}}.postr-card__image-wrap{position:relative;border-radius:var(--postr-radius);overflow:hidden;aspect-ratio:3 / 4;background:#e8e4df;cursor:pointer}.postr-card__images{position:relative;width:100%;height:100%}.postr-card__images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s var(--postr-transition),transform .6s var(--postr-transition)}.postr-card__images img.is-active{opacity:1}.postr-card__hover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:4;opacity:0;transition:opacity .5s var(--postr-transition)}.postr-card__image-wrap:hover .postr-card__hover-img{opacity:1}.postr-card__image-wrap:hover .postr-card__images img.is-active{transform:scale(1.03)}.postr-card__img-nav{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s var(--postr-transition);z-index:5;color:var(--postr-black);box-shadow:0 2px 8px #0000001a}.postr-card__image-wrap:hover .postr-card__img-nav{opacity:1}.postr-card__img-nav:hover{background:var(--postr-black);color:#fff;transform:translateY(-50%) scale(1.08)}.postr-card__img-nav--prev{left:8px}.postr-card__img-nav--next{right:8px}.postr-card__img-nav svg{width:12px;height:12px}.postr-card__img-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:5;opacity:0;transition:opacity .3s var(--postr-transition)}.postr-card__image-wrap:hover .postr-card__img-dots{opacity:1}.postr-card__img-dot{width:5px;height:5px;border-radius:50%;background:#ffffff80;transition:all .3s var(--postr-transition)}.postr-card__img-dot.is-active{background:#fff;transform:scale(1.2)}.postr-card__badge{position:absolute;top:10px;left:10px;z-index:5;padding:.25rem .6rem;background:var(--postr-black);color:var(--postr-cream);font-family:var(--postr-font-body);font-size:.6rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:2px}.postr-card__info{padding:.6rem .15rem 0}.postr-card__title{font-family:var(--postr-font-body);font-size:1rem;font-weight:600;color:var(--postr-black);margin:0 0 .15rem;line-height:1.3;transition:color .3s ease}.postr-card:hover .postr-card__title{color:var(--postr-accent)}.postr-card__price{font-family:var(--postr-font-body);font-size:.9rem;font-weight:500;color:var(--postr-warm-gray);margin:0}.postr-collection-hero{padding:3rem 0 2.5rem;background:var(--postr-cream)}.postr-collection-hero__container{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}@media(max-width:768px){.postr-collection-hero__container{grid-template-columns:1fr;gap:2rem}}.postr-collection-hero__text{padding:1.5rem 0}.postr-collection-hero__description{font-family:var(--postr-font-body);font-size:.85rem;font-weight:400;line-height:1.65;color:var(--postr-warm-gray);max-width:420px}.postr-collection-hero__frame{position:relative;max-width:300px;width:100%;transform:rotate(2deg);transition:transform .6s var(--postr-transition);margin:0 auto}.postr-collection-hero__frame:hover{transform:rotate(0) scale(1.02)}.postr-collection-hero__frame-inner{background:#1a1a1a;padding:12px;border-radius:3px;box-shadow:var(--postr-shadow-frame)}.postr-collection-hero__frame-mat{background:#fff;padding:10px}.postr-collection-hero__frame-mat img{width:100%;height:auto;display:block;aspect-ratio:3 / 4;object-fit:cover}.postr-collection-hero__featured-info{margin-top:1rem;text-align:center}.postr-collection-hero__featured-label{font-family:var(--postr-font-body);font-size:.6rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--postr-accent);margin-bottom:.2rem}.postr-collection-hero__featured-title{font-family:var(--postr-font-heading);font-size:.95rem;font-weight:400;color:var(--postr-black)}.postr-collection-hero--dark{background:var(--postr-black)}.postr-collection-hero--dark .postr-eyebrow{color:var(--postr-accent)}.postr-collection-hero--dark .postr-heading-xl{color:var(--postr-cream)}.postr-collection-hero--dark .postr-collection-hero__description{color:#fcf9f699}.postr-collection-hero--dark .postr-pill{border-color:#fcf9f633;color:var(--postr-cream)}.postr-collection-hero--dark .postr-pill:hover{background:var(--postr-cream);color:var(--postr-black);border-color:var(--postr-cream)}.postr-collection-hero--dark .postr-pill--cta{background:transparent;border-color:#fcf9f659;color:var(--postr-cream)}.postr-collection-hero--dark .postr-pill--cta:hover{background:var(--postr-cream);color:var(--postr-black)}.postr-collection-hero--dark .postr-collection-hero__featured-label{color:var(--postr-accent)}.postr-collection-hero--dark .postr-collection-hero__featured-title{color:var(--postr-cream)}.postr-collection{padding:0 0 4rem;background:var(--postr-cream)}.postr-collection__container{max-width:none;margin:0 auto;padding:0 2rem}.postr-filters{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0;border-top:1px solid var(--postr-border);border-bottom:1px solid var(--postr-border);margin-bottom:1.75rem;flex-wrap:wrap;gap:.75rem}.postr-filters__left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.postr-filters__right{display:flex;align-items:center;gap:.75rem}.postr-filters__count{font-family:var(--postr-font-body);font-size:.75rem;color:var(--postr-warm-gray)}.postr-filter-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border:1px solid var(--postr-border);border-radius:var(--postr-radius-pill);background:transparent;cursor:pointer;font-family:var(--postr-font-body);font-size:.7rem;font-weight:500;color:var(--postr-black);transition:all .3s var(--postr-transition);white-space:nowrap}.postr-filter-btn:hover,.postr-filter-btn.is-active{background:var(--postr-black);color:var(--postr-cream);border-color:var(--postr-black)}.postr-filter-btn svg{width:10px;height:10px;transition:transform .3s var(--postr-transition)}.postr-filter-btn.is-active svg{transform:rotate(180deg)}.postr-filter-dropdown{position:relative}.postr-filter-panel{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border-radius:var(--postr-radius);box-shadow:var(--postr-shadow-lg);padding:.5rem 0;z-index:50;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .25s var(--postr-transition)}.postr-filter-dropdown.is-open .postr-filter-panel{opacity:1;visibility:visible;transform:translateY(0)}.postr-filter-option{display:flex;align-items:center;gap:.6rem;padding:.45rem 1rem;cursor:pointer;font-family:var(--postr-font-body);font-size:.75rem;color:var(--postr-black);transition:background .2s ease}.postr-filter-option:hover{background:var(--postr-cream)}.postr-filter-checkbox{width:16px;height:16px;border:1.5px solid rgba(26,28,28,.25);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.postr-filter-option.is-selected .postr-filter-checkbox{background:var(--postr-black);border-color:var(--postr-black)}.postr-filter-checkbox svg{width:10px;height:10px;color:#fff;opacity:0;transition:opacity .2s ease}.postr-filter-option.is-selected .postr-filter-checkbox svg{opacity:1}.postr-filter-option__count{margin-left:auto;font-size:.65rem;color:var(--postr-warm-gray)}.postr-active-filters{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem}.postr-active-filter{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;background:var(--postr-black);color:var(--postr-cream);border-radius:var(--postr-radius-pill);font-family:var(--postr-font-body);font-size:.65rem;font-weight:500;cursor:pointer;transition:all .2s ease}.postr-active-filter:hover{background:var(--postr-brown)}.postr-active-filter svg{width:10px;height:10px}.postr-clear-filters{font-family:var(--postr-font-body);font-size:.65rem;color:var(--postr-warm-gray);text-decoration:underline;cursor:pointer;padding:.3rem 0;background:none;border:none}.postr-sort{position:relative}.postr-sort__btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border:1px solid var(--postr-border);border-radius:var(--postr-radius-pill);background:transparent;cursor:pointer;font-family:var(--postr-font-body);font-size:.7rem;font-weight:500;color:var(--postr-black)}.postr-sort__btn:hover{border-color:var(--postr-black)}.postr-sort__panel{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border-radius:var(--postr-radius);box-shadow:var(--postr-shadow-lg);padding:.4rem 0;z-index:50;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .25s var(--postr-transition)}.postr-sort.is-open .postr-sort__panel{opacity:1;visibility:visible;transform:translateY(0)}.postr-sort__option{padding:.45rem 1rem;cursor:pointer;font-family:var(--postr-font-body);font-size:.75rem;color:var(--postr-black);transition:background .2s ease}.postr-sort__option:hover,.postr-sort__option.is-active{background:var(--postr-cream)}.postr-sort__option.is-active{font-weight:600}.postr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}@media(max-width:1024px){.postr-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.postr-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.postr-grid .postr-card{flex:none}.postr-grid--mixed{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:1rem}.postr-grid--mixed .postr-card-wrap:nth-child(5n+1){grid-column:span 2}.postr-grid--mixed .postr-card-wrap:nth-child(5n+1) .postr-card__image-wrap{aspect-ratio:3 / 2.2}@media(max-width:768px){.postr-grid--mixed{grid-template-columns:repeat(2,1fr)}.postr-grid--mixed .postr-card-wrap:nth-child(5n+1){grid-column:span 2}}.postr-layout-toggle{display:flex;gap:.2rem;background:#1a1c1c0a;border-radius:var(--postr-radius-sm);padding:2px}.postr-layout-toggle__btn{width:30px;height:30px;border:none;background:transparent;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--postr-warm-gray);transition:all .2s ease}.postr-layout-toggle__btn.is-active{background:#fff;color:var(--postr-black);box-shadow:var(--postr-shadow-sm)}.postr-layout-toggle__btn svg{width:14px;height:14px}.postr-empty{text-align:center;padding:4rem 2rem}.postr-empty__icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--postr-warm-gray);opacity:.4}.postr-empty__title{font-family:var(--postr-font-heading);font-size:1.2rem;color:var(--postr-black);margin-bottom:.4rem}.postr-empty__text{font-family:var(--postr-font-body);font-size:.8rem;color:var(--postr-warm-gray)}.postr-load-more{display:flex;justify-content:center;padding:2.5rem 0}.postr-loader{width:28px;height:28px;border:2px solid var(--postr-border);border-top-color:var(--postr-black);border-radius:50%;animation:postr-spin .8s linear infinite}@keyframes postr-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.postr-nouveautes{padding:2.5rem 0 3rem}.postr-nouveautes__container{padding:0 1rem}.postr-nouveautes__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.postr-nouveautes__nav{align-self:flex-end}.postr-nouveautes__track-wrapper{margin:0 -1rem;padding:0 1rem}.postr-collection-hero{padding:2rem 0 1.5rem}.postr-collection-hero__container{padding:0 1rem}.postr-collection-hero__frame{max-width:220px;transform:rotate(1deg)}.postr-filters{padding:.75rem 0}}.postr-search-results{z-index:100!important}.postr-filters{position:relative;z-index:60}.shopify-section-group-header-group{z-index:100!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/postr-sections.css.map */
