@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);:root{--bg:#ffffff;--surface:#ffffff;--surface-2:#efe4d5;--line:#dbcebc;--text:#1e1b18;--muted:#6f6255;--accent:#201c18;--accent-2:#b87d3f;--banner:#9b046f;--radius:24px;--radius-sm:16px;--shadow:0 10px 24px rgba(32,28,24,.10)}*{box-sizing:border-box}html{margin:0;padding:0}body{margin:0;font-family:Poppins,sans-serif;font-size:15px;letter-spacing:.7px;color:var(--text);background:var(--bg);line-height:1.55}img{max-width:100%;display:block;border-radius:18px}a{color:inherit}.site-header{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);z-index:50}.announcement{background:var(--banner);color:#f7f0e6;padding:.58rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.announcement__inner{max-width:1240px;margin:0 auto;text-align:center;font-family:Poppins,sans-serif;font-size:13px;line-height:16px;letter-spacing:.12em;text-transform:uppercase;font-weight:600}.site-header__inner{max-width:1240px;margin:0 auto;padding:1.1rem 1.25rem;display:grid;grid-template-columns:1fr;grid-template-areas:"branding" "nav";justify-items:center;align-items:center;gap:1rem;background:#fff}.site-header__branding{grid-area:branding;width:100%;display:flex;justify-content:center}.site-brand{display:inline-flex;align-items:center;justify-content:center}.site-brand__title{display:inline-block;font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);font-weight:700;letter-spacing:.78px;line-height:1.1;text-transform:none}.site-brand__logo{display:block;max-height:64px;width:auto;border-radius:0}.site-nav{grid-area:nav;display:flex;justify-content:center;align-items:center;width:100%}.site-nav__toggle{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.26rem;width:2.75rem;height:2.75rem;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);cursor:pointer}.site-nav__toggle-line{display:block;width:1.1rem;height:2px;border-radius:999px;background:currentColor}.site-nav__list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.1rem;margin:0;padding:0;list-style:none}.site-nav li{list-style:none}.site-nav a{color:var(--text);font-family:Poppins,sans-serif;font-size:20px;line-height:26px;font-weight:500;letter-spacing:0;text-decoration:none}.site-nav a:hover,.site-nav li.active-parent>a,.site-nav li.active>a{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.site-social__link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.78);transition:transform .18s ease,background .18s ease}.site-social__link:hover{transform:translateY(-1px);background:#fff}.site-social__link svg{width:1rem;height:1rem;fill:var(--text)}.hero{padding:4rem 1.25rem 2rem}.hero--home{padding:3rem 1.25rem 2.5rem}.hero__inner{max-width:1240px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.hero__inner--home{display:grid;grid-template-columns:minmax(0,1fr) 32rem;gap:2rem;align-items:center;overflow:hidden}.hero__content{max-width:760px;padding:4rem}.hero__content--home{max-width:680px;padding:3.6rem}.hero__media{padding:1.4rem 1.4rem 1.4rem 0}.hero__media-frame{background:#f7f0e7;border:1px solid rgba(30,27,24,.08);border-radius:22px;overflow:hidden;min-height:28rem}.hero__media-frame img{width:100%;height:100%;min-height:28rem;object-fit:cover;border-radius:22px}.eyebrow{margin:0 0 .8rem;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;color:var(--text)}.content-page h1,.hero h1,.product-page h1,.tag-hero h1{font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);letter-spacing:.78px;line-height:1.03;margin:.2rem 0 1rem}.hero p{font-size:1.05rem;color:var(--text);max-width:55ch}.hero__actions,.product-card__actions,.product-page__actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.25rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.3rem;border-radius:999px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-weight:400;font-size:15px;cursor:pointer;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,font-weight .18s ease,text-decoration-color .18s ease}.button[data-label]{display:inline-grid;place-items:center}.button[data-label] .button__text,.button[data-label]::after{grid-area:1/1;justify-self:center;align-self:center;text-align:center}.button[data-label]::after{content:attr(data-label);font-weight:700;visibility:hidden;height:0;overflow:hidden;white-space:nowrap;pointer-events:none}.button--secondary{background:0 0;color:var(--banner);border-color:var(--banner)}.button--secondary:focus-visible,.button--secondary:hover{background:var(--banner);color:#fff;border-color:var(--banner)}.button:focus-visible,.button:hover{font-weight:700;text-decoration:underline;text-underline-offset:.18em}.section{padding:1.5rem 1.25rem 4rem}.section--muted{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.page-wrap,.section__inner{max-width:1240px;margin:0 auto}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.25rem}.section-heading h2{margin:0;font-size:1.75rem}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,283px));justify-content:center;gap:1.25rem}.collection-card,.product-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.collection-card{cursor:pointer;min-height:0}.collection-card>a{display:flex;flex-direction:column;height:100%;text-decoration:none}.collection-card__content{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:1rem 1rem 1.1rem}.collection-card h3{margin:0;font-family:Poppins,sans-serif;font-size:16.9px;letter-spacing:.78px;text-align:center;text-decoration:none;line-height:1.3}.collection-card:hover h3{text-decoration:underline;text-underline-offset:.18em}.collection-card__image{width:100%;aspect-ratio:1/1;height:auto;margin:0;border-radius:0;background:#f6efe7}.collection-card__image--a::before,.collection-card__image--b::before,.collection-card__image--c::before{content:"";display:block;width:100%;height:100%;border-radius:0;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.92) 0 18%,transparent 19%),linear-gradient(180deg,rgba(255,255,255,.75),rgba(255,255,255,0)),linear-gradient(135deg,#e3d3bf,#f8f4ef)}.collection-card__image--b::before{background:radial-gradient(circle at 28% 40%,rgba(255,255,255,.92) 0 10%,transparent 11%),radial-gradient(circle at 50% 48%,rgba(255,255,255,.92) 0 10%,transparent 11%),radial-gradient(circle at 72% 56%,rgba(255,255,255,.92) 0 10%,transparent 11%),linear-gradient(135deg,#ead8c4,#faf6f2)}.collection-card__image--c::before{background:radial-gradient(circle at 35% 45%,rgba(255,255,255,.92) 0 11%,transparent 12%),radial-gradient(circle at 55% 52%,rgba(255,255,255,.92) 0 11%,transparent 12%),radial-gradient(circle at 70% 40%,rgba(255,255,255,.92) 0 11%,transparent 12%),linear-gradient(135deg,#f4e6d7,#fff8f1)}.collection-card__image--uploaded{margin:0;padding:0;overflow:hidden;background:#f6efe7}.collection-card__image--uploaded img{width:100%;aspect-ratio:1/1;height:auto;object-fit:cover;object-position:center center;border-radius:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-grid--tag{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--tag .product-card{position:relative;border-radius:14px;box-shadow:var(--shadow);background:#fff;border:1px solid #e5ddd3;overflow:hidden;cursor:pointer}.product-grid--tag .product-card__body{padding:.9rem .95rem 1rem}.product-grid--tag .product-card__title{font-family:Poppins,sans-serif;font-size:16.9px;letter-spacing:.78px;margin:.55rem 0 .3rem}.product-grid--tag .product-card__excerpt{display:none}.product-grid--tag .product-card__image{border-radius:0;aspect-ratio:1/1;background:#f6efe7}.product-grid--tag .product-card__image img{border-radius:0}.product-grid--tag .product-card__title a{text-decoration:none;position:relative;z-index:2}.product-grid--tag .product-card:hover .product-card__title a{text-decoration:underline;text-underline-offset:.18em}.product-card__stretched-link{display:none}.product-grid--tag .product-card__stretched-link{display:block;position:absolute;inset:0;z-index:1}.product-grid--home-featured{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;align-items:stretch}.product-grid--home-featured .js-home-featured-card[hidden]{display:none!important}.product-grid--home-featured .js-home-featured-card{height:100%}.product-grid--home-featured .product-card{height:100%;display:flex;flex-direction:column}.product-grid--home-featured .product-card__image{flex:0 0 auto}.product-grid--home-featured .product-card__body{flex:1 1 auto;display:flex;flex-direction:column}.product-grid--home-featured .product-card__title{min-height:2.9em}.product-card__image{display:block;background:#efe6dc;aspect-ratio:1/1;border-radius:18px;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f2e7db,#fff)}.product-card__body{padding:1rem 1rem 1.2rem}.product-card__meta,.product-page__tags{display:flex;gap:.45rem;flex-wrap:wrap}.tag-chip{display:inline-flex;padding:.28rem .7rem;border-radius:999px;background:var(--surface-2);border:1px solid var(--line);font-size:.8rem;color:var(--text)}.product-card__title{margin:.8rem 0 .35rem;font-size:1.16rem;line-height:1.22;text-align:center}.product-card__excerpt{color:var(--text);margin:0}.page-wrap{padding:2rem 1.25rem 4rem}.product-page{background:var(--surface);border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:1.3rem}.product-page__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:2rem}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-gallery__item{background:#f4ece2;border:1px solid var(--line);border-radius:22px;padding:.35rem}.product-gallery__item--main{grid-column:1/-1}.product-page__summary{padding:.5rem 0;position:sticky;top:7rem;align-self:start}.product-page__excerpt{color:var(--text);margin-bottom:1rem;font-family:Poppins,sans-serif;font-size:18px;letter-spacing:.6px}.prose ol,.prose p,.prose ul{margin:0 0 1rem}.prose li{margin:.25rem 0}.content-page,.tag-hero{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:2rem}.tag-hero{background:linear-gradient(140deg,#f7f1e8,#efe3d3);position:relative;overflow:hidden}.tag-hero::after{content:"";position:absolute;right:-4rem;top:-3rem;width:18rem;height:18rem;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.7),rgba(255,255,255,0) 70%)}.content-page--intro{margin-bottom:1.5rem}.section--page-grid{padding-top:0}.collections-page-header{margin:0 0 2rem;max-width:none;width:100%;display:block;text-align:left}.collections-page-header h1{display:block;width:100%;max-width:none;font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);letter-spacing:.78px;line-height:1.04;margin:0;text-align:left}.collections-grid-section{padding:0}.tag-archive-header{margin:0 0 2rem;max-width:none;width:100%;display:block;text-align:left}.tag-archive-header h1{display:block;width:100%;max-width:none;font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);letter-spacing:.78px;line-height:1.04;margin:0 0 .75rem;text-align:left}.tag-archive-header .prose{display:block;width:100%;max-width:none;color:var(--text);font-size:clamp(.9375rem,3.2vw,1rem);text-align:left}.tag-archive-grid-section{padding:0}.news-collection-header{margin:0 0 2rem;max-width:none;width:100%;display:block;text-align:left}.news-collection-header h1{display:block;width:100%;max-width:none;font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);letter-spacing:.78px;line-height:1.04;margin:0 0 .75rem;text-align:left}.news-collection-header .prose{display:block;width:100%;max-width:none;color:var(--text);font-size:1rem;text-align:left}.news-collection-grid-section{padding:0}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.news-card{background:#fff;border:1px solid #e5ddd3;border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:0;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.news-card:hover{border-color:#cfc2b2;transform:translateY(-2px) scale(1.012);box-shadow:0 14px 30px rgba(32,28,24,.14)}.news-card__body{padding:1.15rem 1.15rem 1.25rem;display:flex;flex-direction:column;flex:1;text-align:center}.news-card__meta{color:#7f7062;font-size:.74rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.news-card__title{margin:.55rem 0 .65rem;font-family:Poppins,sans-serif;font-size:23px;letter-spacing:.78px;line-height:1.32;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__title a:hover{text-decoration:underline;text-underline-offset:.18em}.news-card__excerpt{color:#5f554c;font-family:Poppins,sans-serif;font-size:16px;letter-spacing:.6px;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-pagination{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;gap:.9rem;margin-top:1.2rem}.news-pagination__control--prev{justify-self:end}.news-pagination__control--next{justify-self:start}.news-pagination__status{min-width:9rem;text-align:center;color:var(--banner);font-size:15px}.news-empty{padding:1.2rem;border:1px dashed var(--line);border-radius:18px;background:var(--surface);color:var(--text)}.page-wrap--narrow{max-width:860px}.news-article{background:0 0;border:none;border-radius:0;box-shadow:none;padding:0}.news-article__hero{margin:0 0 1.5rem}.news-article__header{margin:0 0 1.5rem}.news-article__header h1{font-family:Poppins,sans-serif;font-size:clamp(2rem,6vw,2.625rem);letter-spacing:.78px;line-height:1.08;margin:0 0 .65rem}.news-article__meta{color:#7f7062;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em}.news-article__body{color:#2e2924;font-family:Poppins,sans-serif;font-size:16px;letter-spacing:.6px;line-height:1.8}.news-article__body>:first-child{margin-top:0}.news-article__body p{margin:0 0 1.1rem}.news-article__body h2,.news-article__body h3,.news-article__body h4,.news-article__body strong{color:#1e1b18}.news-article__body h2,.news-article__body h3,.news-article__body h4{margin:2rem 0 .8rem;line-height:1.2;letter-spacing:-.02em}.news-article__body img{border-radius:10px}.news-inline-hero{margin:0}.news-inline-hero img{width:100%;max-height:560px;object-fit:cover;border-radius:10px}.news-article__footer{margin-top:2rem;padding-top:1.1rem;border-top:1px solid #e5ddd3;display:flex;justify-content:center}.news-article__backlink{display:inline-flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.news-article__backlink .icon-arrow{width:.95rem;height:.7rem;transform:rotate(180deg)}.news-article__backlink:hover{text-decoration:underline;text-underline-offset:.2em}.section--home-featured{padding-top:2.5rem}.archive-pagination{display:grid;grid-template-columns:auto auto auto;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.archive-pagination__control--prev{justify-self:end}.archive-pagination__control--next{justify-self:start}.archive-pagination__control--placeholder{visibility:hidden;width:110px}.archive-pagination__status{min-width:9rem;text-align:center;color:var(--banner);font-size:15px}.site-footer{border-top:1px solid var(--line);background:#fff;color:var(--text);margin-top:2rem}.site-footer__inner{max-width:1240px;margin:0 auto;padding:2rem 1.25rem;display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center}.site-footer__brand h3{margin:.2rem 0 .7rem;font-size:1.1rem;letter-spacing:.14em;text-transform:uppercase}.site-footer__brand p{margin:0;color:var(--text)}.site-footer__meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.site-footer__social{display:flex;justify-content:flex-end;gap:.7rem}.site-footer .site-social__link{background:#fff;border-color:var(--line)}.site-footer .site-social__link svg{fill:var(--text)}.site-footer__menu{display:flex;flex-wrap:wrap;gap:1.25rem;margin:0;padding:0;list-style:none}.site-footer__menu a{display:inline-block;color:var(--text);font-family:Poppins,sans-serif;font-size:inherit;line-height:inherit;letter-spacing:inherit;text-decoration:none}.site-footer__menu a:hover,.site-footer__menu li.active-parent>a,.site-footer__menu li.active>a{color:var(--text);text-decoration:underline;text-underline-offset:.2em}.site-footer__legal{max-width:1240px;margin:0 auto;padding:0 1.25rem 2rem}.site-footer__legal p{margin:0;color:var(--text);font-size:.88rem}.site-footer__publii-hide{display:none}@media (max-width:980px){.collection-grid,.product-grid,.product-page__grid{grid-template-columns:1fr 1fr}.hero__inner--home{grid-template-columns:1fr}.hero__media{padding:0 1.4rem 1.4rem}.product-grid--home-featured{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--tag{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__grid{grid-template-columns:1fr}.product-page__summary{position:static}.news-grid{grid-template-columns:1fr}.hero__content{padding:2.4rem}.hero__content--home{padding:2.4rem}.site-header__inner{grid-template-columns:1fr;grid-template-areas:"branding" "nav";justify-items:start}.site-header__branding{justify-content:flex-start}.site-nav{justify-content:flex-start}.site-nav__list{justify-content:flex-start}.site-footer__inner{grid-template-columns:1fr}.site-footer__social{justify-content:flex-start}.site-footer__meta{align-items:flex-start}}@media (max-width:700px){.hero__inner--home{grid-template-columns:1fr}.hero__media{display:none}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-card{min-height:0}.collection-card__image,.collection-card__image--uploaded img{height:auto;aspect-ratio:1/1}.collection-card__content{padding:.9rem .85rem 1rem}.collection-card h3{font-size:16.9px;line-height:1.25}.site-header__inner{position:relative;justify-items:center;gap:.35rem;padding:1rem 1rem .85rem}.site-header__branding{justify-content:center;width:100%;min-height:2.75rem}.site-brand__logo{max-height:52px}.site-nav{width:100%;justify-content:center}.site-nav__toggle{display:inline-flex;position:absolute;left:1rem;top:50%;transform:translateY(-50%);z-index:2}.site-nav__list{display:none;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;width:100%;padding-top:.35rem}.site-nav.is-open .site-nav__list{display:flex}.site-footer__inner{grid-template-columns:1fr}.product-grid,.product-grid--home-featured,.product-grid--related,.product-grid--tag{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery{grid-template-columns:1fr}.archive-pagination,.news-pagination{grid-template-columns:1fr;justify-items:center}.archive-pagination__control--next,.archive-pagination__control--prev,.news-pagination__control--next,.news-pagination__control--prev{justify-self:center}.site-footer__subnav{gap:.9rem}}.product-page h1{font-size:clamp(2rem,5.75vw,2.5rem);font-weight:400}.product-page{padding:2rem}.product-page__grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:2.25rem;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr;gap:1rem}.product-gallery__featured{min-width:0}.product-gallery__featured .product-gallery__item,.product-gallery__featured .product-gallery__trigger{height:100%}.product-gallery__featured .product-gallery__item img,.product-gallery__featured .product-gallery__video-preview{aspect-ratio:1/1;object-fit:cover}.product-gallery__rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.product-gallery__item{margin:0;padding:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-gallery__trigger{display:block;position:relative;width:100%;padding:0;border:0;background:0 0;cursor:pointer;text-align:inherit}.product-gallery__item img,.product-gallery__video-frame,.product-gallery__video-frame iframe,.product-gallery__video-frame video,.product-gallery__video-inline,.product-gallery__video-preview{display:block;width:100%}.product-gallery__item img,.product-gallery__video-frame iframe,.product-gallery__video-frame video,.product-gallery__video-inline,.product-gallery__video-preview{height:auto;border-radius:0}.product-gallery__video-frame{background:#000}.product-gallery__video-preview{pointer-events:none;background:#000;object-fit:cover;aspect-ratio:1/1}.product-gallery__item--main .product-gallery__video-preview{aspect-ratio:auto}.product-gallery__rail .product-gallery__item,.product-gallery__rail .product-gallery__trigger{height:100%}.product-gallery__rail .product-gallery__item img,.product-gallery__rail .product-gallery__video-preview{aspect-ratio:1/1;object-fit:cover}.product-gallery__video-badge{position:absolute;top:50%;left:50%;display:inline-flex;align-items:center;justify-content:center;width:5.25rem;height:auto;pointer-events:none;transform:translate(-50%,-50%)}.product-gallery__video-badge svg{display:block;width:100%;height:auto}.product-page__summary{top:8rem}.product-page__actions{margin:1rem 0 1.35rem}.product-page__details{font-size:16px;line-height:1.8}.product-page__details>:first-child{margin-top:0}.product-lightbox{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem;background:rgba(16,13,11,.92);z-index:200}.product-lightbox[hidden]{display:none}.product-lightbox__stage{width:min(1100px,100%);max-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center}.product-lightbox__stage iframe,.product-lightbox__stage img,.product-lightbox__stage video{max-width:100%;max-height:calc(100vh - 4rem);border-radius:16px}.product-lightbox__stage iframe{width:min(1100px,100vw - 8rem);aspect-ratio:16/9;border:0}.product-lightbox__close,.product-lightbox__nav{position:absolute;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.product-lightbox__close{top:1rem;right:1rem;width:3rem;height:3rem;font-size:2rem;line-height:1}.product-lightbox__nav{top:50%;transform:translateY(-50%);width:3.25rem;height:3.25rem;font-size:2rem;line-height:1}.product-lightbox__nav--prev{left:1rem}.product-lightbox__nav--next{right:1rem}.has-product-lightbox{overflow:hidden}@media (max-width:980px){.product-page{padding:1.25rem}.product-page__grid{grid-template-columns:1fr}.product-page__summary{position:static}.product-lightbox{padding:1rem}.product-lightbox__nav--prev{left:.5rem}.product-lightbox__nav--next{right:.5rem}}.button{border-radius:10px;border-color:var(--banner);background:var(--banner)}.button--secondary{border-radius:10px;border-color:var(--banner);background:#fff;color:var(--banner)}.product-page{background:0 0;border:0;border-radius:0;box-shadow:none;padding:0}.product-gallery__item{border-radius:0}.product-gallery.gallery--product{display:grid;grid-template-columns:1fr;gap:1rem}.product-gallery.gallery--product .product-gallery__featured{grid-column:1/-1}@media (max-width:700px){.product-gallery.gallery--product{grid-template-columns:1fr}.product-gallery__rail{display:flex;gap:.9rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.product-gallery__rail .product-gallery__item{flex:0 0 38vw;width:38vw;min-width:10rem;scroll-snap-align:start}.product-gallery__rail .product-gallery__item img,.product-gallery__rail .product-gallery__video-preview{aspect-ratio:1/1;object-fit:cover}}.product-gallery__item,.product-gallery__item img,.product-gallery__video-inline,.product-gallery__video-preview{border-radius:10px}.collection-card:hover,.product-card:hover,.product-gallery__item:hover{transform:translateY(-2px) scale(1.012);box-shadow:0 14px 30px rgba(32,28,24,.14)}.product-section{margin-top:1.5rem}.product-section-heading{display:flex;align-items:center;gap:.7rem;margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:22px;font-weight:500;letter-spacing:.3px;line-height:1.25}.product-section-heading__icon{flex:0 0 auto;width:20px;height:20px;fill:currentColor}.product-section-body>:first-child{margin-top:0}.product-section-body ol,.product-section-body ul{margin-left:1.4rem}.product-related{margin-top:4rem;padding-top:1rem}.product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:980px){.product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}.vbox-child img,.vbox-child video,.vbox-container img,.vbox-content img,.vbox-content video,.vbox-figlio img,.vbox-figlio video{border-radius:0!important}