.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1a1780;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;justify-content:center;align-items:flex-start;padding:12vh 20px 20px;animation:search-fade .2s ease}@keyframes search-fade{0%{opacity:0}to{opacity:1}}.search-panel{width:100%;max-width:640px;background:var(--paper);border-radius:18px;box-shadow:0 30px 80px -20px #1f1a1780;overflow:hidden;display:flex;flex-direction:column;max-height:76vh}.search-field{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--rule)}.search-field svg{color:#1f1a178c;flex-shrink:0}.search-field input{flex:1;border:none;background:transparent;outline:none;font-family:var(--display);font-size:22px;color:var(--ink)}.search-field input::-moz-placeholder{color:#1f1a1766}.search-field input::placeholder{color:#1f1a1766}.search-close{border:none;background:transparent;color:#1f1a1799;font-size:18px;cursor:pointer;padding:4px 8px;line-height:1;border-radius:8px}.search-close:hover{background:var(--cream);color:var(--ink)}.search-results{overflow-y:auto;padding:8px}.search-hint{padding:34px 20px;text-align:center;color:#1f1a178c;font-family:var(--display);font-style:italic;font-size:16px}.search-result{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:12px;text-decoration:none;color:inherit;transition:background .2s}.search-result:hover{background:var(--cream)}.search-result-img{width:52px;height:52px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--cream)}.search-result-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-result-info{flex:1;min-width:0}.search-result-cat{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#1f1a178c;margin-bottom:3px}.search-result-name{font-family:var(--display);font-size:16px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-price{font-family:var(--display);font-weight:500;flex-shrink:0}.search-all{display:block;text-align:center;padding:14px;margin-top:4px;color:var(--terracotta);text-decoration:none;font-size:14px;letter-spacing:.03em;border-top:1px solid var(--rule)}.search-all:hover{text-decoration:underline}@media (max-width: 520px){.search-overlay{padding:8vh 12px 12px}.search-field input{font-size:18px}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:120;background:var(--ink);color:#f4ece0d1;border-top:1px solid rgba(244,236,224,.14);padding:18px 22px calc(18px + env(safe-area-inset-bottom));animation:cookie-rise .35s ease}@keyframes cookie-rise{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;gap:28px}.cookie-copy strong{display:block;font-family:var(--display);font-weight:500;font-size:15px;color:var(--cream);margin-bottom:4px}.cookie-copy p{font-size:13px;line-height:1.6;margin:0}.cookie-copy a{color:var(--saffron);text-decoration:underline;text-underline-offset:2px}.cookie-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:11px 22px;border-radius:999px;font-family:inherit;font-size:12px;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap}.cookie-btn.primary{background:var(--terracotta);border:1px solid var(--terracotta);color:#fff}.cookie-btn.primary:hover{background:#d76a48;border-color:#d76a48}.cookie-btn.ghost{background:transparent;border:1px solid rgba(244,236,224,.35);color:#f4ece0d9}.cookie-btn.ghost:hover{background:#f4ece01a;border-color:#f4ece099}.cookie-settings-link{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.cookie-settings-link:hover{color:var(--saffron)}@media (max-width: 720px){.cookie-inner{flex-direction:column;align-items:stretch;gap:14px}.cookie-actions{justify-content:stretch}.cookie-btn{flex:1}}.page-home .hero{padding:70px 0 90px;position:relative;display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.page-home .eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--terracotta);margin-bottom:28px}.page-home .eyebrow .line{width:40px;height:1px;background:var(--terracotta)}.page-home h1.hero-title{font-family:var(--display);font-weight:400;font-size:clamp(34px,6.2vw,92px);line-height:1.02;letter-spacing:-.02em;margin-bottom:32px}.page-home h1.hero-title em{font-style:italic;color:var(--terracotta);font-weight:300}.page-home h1.hero-title .drawn{position:relative;display:inline-block}.page-home h1.hero-title .drawn:after{content:"";position:absolute;left:-4px;right:-4px;bottom:4px;height:8px;background:var(--saffron);opacity:.35;z-index:-1;border-radius:4px}.page-home .hero-sub{font-size:17px;color:#1f1a17bf;max-width:480px;margin-bottom:40px;line-height:1.65}.page-home .cta-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.page-home .btn{padding:16px 32px;font-size:13px;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border-radius:999px;font-weight:500;display:inline-flex;align-items:center;gap:10px;transition:all .35s ease;cursor:pointer;border:1.5px solid transparent}.page-home .btn-primary{background:var(--ink);color:var(--cream)}.page-home .btn-primary:hover{background:var(--terracotta);transform:translateY(-2px)}.page-home .btn-ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.page-home .btn-ghost:hover{background:var(--ink);color:var(--cream)}.page-home .btn .arrow{transition:transform .3s}.page-home .btn:hover .arrow{transform:translate(4px)}.page-home .hero-meta{margin-top:56px;display:flex;gap:40px;padding-top:28px;border-top:1px solid var(--rule)}.page-home .hero-meta .stat .num{font-family:var(--display);font-size:32px;font-weight:500;color:var(--ink);line-height:1}.page-home .hero-meta .stat .lbl{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#1f1a1799;margin-top:6px}.page-home .hero-visual{position:relative;aspect-ratio:1;display:grid;place-items:center}.page-home .hero-photo{position:relative;width:100%;max-width:540px;aspect-ratio:1;border-radius:50%;overflow:hidden;box-shadow:0 40px 80px -30px #1f1a1773;z-index:2}.page-home .hero-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-home .hero-ring{position:absolute;border-radius:50%;animation:spin 80s linear infinite;pointer-events:none}.page-home .hero-ring.inner{top:-3%;right:-3%;bottom:-3%;left:-3%;border:1.5px dashed var(--terracotta);opacity:.5;z-index:1}.page-home .hero-ring.outer{top:-10%;right:-10%;bottom:-10%;left:-10%;border:1px solid var(--ink);opacity:.18;animation-duration:140s;animation-direction:reverse;z-index:1}.page-home .hero-visual:before{content:"";position:absolute;top:10%;right:10%;bottom:10%;left:10%;background:radial-gradient(circle,rgba(217,139,62,.3),transparent 70%);filter:blur(50px);z-index:0}.page-home .floating-tag{position:absolute;background:var(--paper);border:1px solid var(--rule);padding:14px 20px;border-radius:14px;display:flex;align-items:center;gap:12px;box-shadow:0 20px 40px -20px #1f1a1733;animation:float 4s ease-in-out infinite;z-index:3}.page-home .floating-tag.t1{top:8%;right:-4%}.page-home .floating-tag.t2{bottom:10%;left:-4%;animation-delay:2s}.page-home .floating-tag .swatch{width:36px;height:36px;border-radius:50%;background:var(--terracotta);display:grid;place-items:center;color:#fff;font-size:16px}.page-home .floating-tag.t2 .swatch{background:var(--indigo)}.page-home .floating-tag .title{font-family:var(--display);font-size:14px;font-weight:500}.page-home .floating-tag .sub{font-size:11px;color:#1f1a1799;letter-spacing:.05em}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-home .marquee{background:var(--ink);color:var(--cream);padding:22px 0;overflow:hidden;white-space:nowrap;font-family:var(--display);font-style:italic;font-size:28px;font-weight:300}.page-home .marquee-track{display:inline-block;animation:scroll 35s linear infinite}.page-home .marquee-track span{margin:0 30px}.page-home .marquee-track .star{color:var(--saffron)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-home .section{padding:100px 0;position:relative}.page-home .section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:56px;gap:40px}.page-home .section-head h2{font-family:var(--display);font-weight:400;font-size:clamp(27px,4.5vw,60px);line-height:1.05;letter-spacing:-.015em;max-width:640px}.page-home .section-head h2 em{font-style:italic;color:var(--terracotta)}.page-home .section-head .meta{text-align:right;max-width:300px;color:#1f1a17b3;font-size:15px}.page-home .cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,280px);gap:18px}.page-home .cat-card{position:relative;border-radius:18px;overflow:hidden;cursor:pointer;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--cream);transition:transform .4s ease;background-size:cover;background-position:center;text-decoration:none}.page-home .cat-card:hover{transform:translateY(-6px)}.page-home .cat-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1f1a17d9,#1f1a1740 55%,#1f1a171a);z-index:1;transition:background .4s}.page-home .cat-card:hover:after{background:linear-gradient(to top,#1f1a17e6,#1f1a1766 55%,#1f1a1733)}.page-home .cat-card>*{position:relative;z-index:2}.page-home .cat-card .cat-num{position:absolute;top:22px;left:28px;font-family:var(--display);font-style:italic;font-size:14px;opacity:.9;z-index:2}.page-home .cat-card .cat-arrow{position:absolute;top:22px;right:28px;width:38px;height:38px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;z-index:2;transition:all .3s}.page-home .cat-card:hover .cat-arrow{background:var(--cream);color:var(--ink);border-color:var(--cream);transform:rotate(-45deg)}.page-home .cat-card h3{font-family:var(--display);font-weight:400;font-size:28px;line-height:1.1;margin-bottom:6px;text-shadow:0 2px 10px rgba(0,0,0,.3)}.page-home .cat-card p{font-size:13px;opacity:.95;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.3)}.page-home .cat-1{background-color:var(--indigo)}.page-home .cat-2{background-color:var(--moss)}.page-home .cat-3{background-color:var(--rose)}.page-home .cat-4{background-color:var(--terracotta)}.page-home .cat-5{background-color:var(--gold)}.page-home .cat-6{background-color:var(--saffron)}.page-home .bestsellers{background:var(--cream)}.page-home .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.page-home .product{background:var(--paper);border-radius:14px;overflow:hidden;transition:all .4s ease;cursor:pointer;border:1px solid transparent;text-decoration:none;color:inherit;display:block}.page-home .product:hover{transform:translateY(-6px);border-color:var(--rule);box-shadow:0 30px 50px -30px #1f1a1733}.page-home .product-img{aspect-ratio:1;position:relative;overflow:hidden;background:var(--cream)}.page-home .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.page-home .product:hover .product-img img{transform:scale(1.06)}.page-home .product-badge{position:absolute;top:14px;left:14px;background:var(--ink);color:var(--cream);padding:5px 11px;border-radius:999px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;z-index:2}.page-home .product-badge.new{background:var(--terracotta)}.page-home .product-wish{position:absolute;top:14px;right:14px;width:36px;height:36px;background:#f4ece0e6;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .3s;z-index:2}.page-home .product-wish:hover{background:var(--terracotta);color:#fff}.page-home .product-info{padding:22px}.page-home .product-info .cat{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#1f1a178c;margin-bottom:6px}.page-home .product-info .name{font-family:var(--display);font-weight:500;font-size:19px;margin-bottom:12px;line-height:1.25}.page-home .product-info .bottom{display:flex;justify-content:space-between;align-items:center}.page-home .product-info .price{font-family:var(--display);font-size:18px;font-weight:500}.page-home .product-info .price del{color:#1f1a1766;font-weight:400;margin-right:8px;font-size:14px}.page-home .product-info .rating{font-size:12px;color:#1f1a17a6;display:flex;align-items:center;gap:4px}.page-home .product-info .rating .star{color:var(--saffron)}.page-home .story{background:var(--ink);color:var(--cream);position:relative;overflow:hidden}.page-home .story:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'><g fill='none' stroke='%23d98b3e' stroke-width='0.6' opacity='0.25'><circle cx='200' cy='200' r='180'/><circle cx='200' cy='200' r='140'/><circle cx='200' cy='200' r='100'/><circle cx='200' cy='200' r='60'/><circle cx='200' cy='200' r='30'/></g></svg>");background-position:right -100px top -100px;background-repeat:no-repeat;background-size:600px;opacity:.5}.page-home .story .inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:110px 0;position:relative}.page-home .story h2{font-family:var(--display);font-weight:300;font-size:clamp(29px,5vw,68px);line-height:1.06;letter-spacing:-.02em;margin-bottom:30px}.page-home .story h2 em{font-style:italic;color:var(--saffron)}.page-home .story p{color:#f4ece0c7;font-size:16px;margin-bottom:24px;max-width:520px;line-height:1.7}.page-home .story .btn-primary{background:var(--saffron);color:var(--ink);margin-top:10px}.page-home .story .btn-primary:hover{background:var(--cream)}.page-home .story-img-stack{position:relative;aspect-ratio:1}.page-home .story-img-stack .frame{position:absolute;border-radius:14px;overflow:hidden;border:4px solid var(--cream);box-shadow:0 25px 50px -15px #00000080;background:var(--cream)}.page-home .story-img-stack .frame img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-home .story-img-stack .frame.a{top:0;left:8%;width:62%;aspect-ratio:.85;transform:rotate(-4deg);z-index:2}.page-home .story-img-stack .frame.b{bottom:0;right:0;width:55%;aspect-ratio:1;transform:rotate(5deg);z-index:1}.page-home .testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.page-home .testimonial{background:var(--cream);border-radius:18px;padding:36px;position:relative;border:1px solid var(--rule)}.page-home .testimonial .quote-mark{font-family:var(--display);font-size:80px;line-height:.5;color:var(--terracotta);height:30px;margin-bottom:10px}.page-home .testimonial .text{font-family:var(--display);font-weight:400;font-size:18px;line-height:1.5;margin-bottom:24px;color:var(--ink)}.page-home .testimonial .stars{color:var(--saffron);font-size:14px;margin-bottom:18px;letter-spacing:2px}.page-home .testimonial .author{display:flex;gap:14px;align-items:center;padding-top:18px;border-top:1px solid var(--rule)}.page-home .testimonial .avatar{width:44px;height:44px;border-radius:50%;background:var(--terracotta);color:#fff;display:grid;place-items:center;font-family:var(--display);font-size:18px;font-weight:500}.page-home .testimonial:nth-child(2) .avatar{background:var(--indigo)}.page-home .testimonial:nth-child(3) .avatar{background:var(--moss)}.page-home .testimonial .name{font-weight:500;font-size:15px}.page-home .testimonial .role{font-size:12px;color:#1f1a1799;letter-spacing:.05em}.page-home .insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:2px}.page-home .insta-tile{aspect-ratio:1;position:relative;cursor:pointer;overflow:hidden;background:var(--cream);display:block}.page-home .insta-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s;display:block}.page-home .insta-tile:hover img{transform:scale(1.08)}.page-home .insta-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1f1a1799;opacity:0;transition:opacity .3s}.page-home .insta-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:40px;height:40px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.5'><rect x='2' y='2' width='20' height='20' rx='5'/><path d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'/><line x1='17.5' y1='6.5' x2='17.51' y2='6.5'/></svg>");background-size:contain;background-repeat:no-repeat;opacity:0;transition:opacity .3s;z-index:2}.page-home .insta-tile:hover:after{opacity:1}.page-home .insta-tile:hover:before{opacity:1}@media (max-width: 960px){.page-home .hero{grid-template-columns:1fr;padding:50px 0 60px;gap:48px}.page-home .cat-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.page-home .cat-1{grid-column:1 / span 2;grid-row:1;min-height:280px}.page-home .cat-2,.page-home .cat-3,.page-home .cat-4,.page-home .cat-5,.page-home .cat-6{grid-column:auto;grid-row:auto;min-height:220px}.page-home .product-grid{grid-template-columns:1fr 1fr}.page-home .story .inner{grid-template-columns:1fr;gap:50px;padding:70px 0}.page-home .testimonials-grid{grid-template-columns:1fr}.page-home .insta-grid{grid-template-columns:repeat(3,1fr)}.page-home .section-head{flex-direction:column;align-items:flex-start}.page-home .section-head .meta{text-align:left}.page-home .section{padding:70px 0}.page-home .hero-visual{max-width:460px;margin:0 auto;width:100%}}@media (max-width: 720px){.page-home .section{padding:54px 0}.page-home .section-head{margin-bottom:34px;gap:14px}.page-home .hero{padding:34px 0 44px;gap:38px}.page-home .eyebrow{margin-bottom:18px;font-size:11px;letter-spacing:.22em}.page-home .hero-sub{font-size:15px;margin-bottom:28px}.page-home .btn{padding:14px 24px;font-size:12px}.page-home .cta-row{gap:12px}.page-home .hero-meta{margin-top:36px;padding-top:22px;gap:26px;flex-wrap:wrap}.page-home .hero-meta .stat .num{font-size:26px}.page-home .hero-meta .stat .lbl{font-size:10px;letter-spacing:.14em}.page-home .hero-visual{max-width:340px}.page-home .floating-tag{padding:9px 13px;gap:8px;border-radius:11px}.page-home .floating-tag .swatch{width:27px;height:27px;font-size:13px}.page-home .floating-tag .title{font-size:12px}.page-home .floating-tag .sub{font-size:10px}.page-home .floating-tag.t1{top:2%;right:0}.page-home .floating-tag.t2{bottom:4%;left:0}.page-home .marquee{font-size:19px;padding:16px 0}.page-home .marquee-track span{margin:0 18px}.page-home .cat-grid{gap:12px}.page-home .cat-card{padding:20px}.page-home .cat-card h3{font-size:22px}.page-home .cat-card p{font-size:11px}.page-home .cat-card .cat-num{top:16px;left:20px}.page-home .cat-card .cat-arrow{top:16px;right:20px;width:32px;height:32px}.page-home .cat-1{min-height:220px}.page-home .cat-2,.page-home .cat-3,.page-home .cat-4,.page-home .cat-5,.page-home .cat-6{min-height:172px}.page-home .product-grid{gap:14px}.page-home .product-info{padding:14px}.page-home .product-info .name{font-size:15px;margin-bottom:8px}.page-home .product-info .cat{font-size:10px;letter-spacing:.14em}.page-home .product-info .price{font-size:16px}.page-home .product-info .price del{font-size:12px;margin-right:5px}.page-home .product-info .rating{font-size:11px}.page-home .story .inner{padding:54px 0;gap:36px}.page-home .story p{font-size:15px}.page-home .story:before{background-size:340px;background-position:right -70px top -70px}.page-home .story-img-stack{max-width:380px;margin:0 auto;width:100%}.page-home .testimonial{padding:24px}.page-home .testimonial .text{font-size:16px}.page-home .insta-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 420px){.page-home .product-grid{gap:11px}.page-home .product-info{padding:11px}.page-home .product-info .name{font-size:14px}.page-home .product-info .bottom{flex-direction:column;align-items:flex-start;gap:3px}.page-home .cat-1{grid-column:1 / span 2;min-height:190px}.page-home .floating-tag .sub{display:none}.page-home .marquee{font-size:16px}}@media (hover: none){.page-home .product:hover,.page-home .cat-card:hover,.page-home .btn-primary:hover{transform:none}}.page-soon{position:relative;z-index:2;min-height:100svh;display:grid;place-items:center;padding:48px 22px;text-align:center}.page-soon .soon-inner{max-width:620px;display:flex;flex-direction:column;align-items:center}.page-soon .soon-rings{position:relative;width:132px;height:132px;display:grid;place-items:center;margin-bottom:34px}.page-soon .soon-rings .ring{position:absolute;border-radius:50%}.page-soon .soon-rings .ring.outer{top:0;right:0;bottom:0;left:0;border:1px solid rgba(31,26,23,.18);animation:soon-spin 90s linear infinite reverse}.page-soon .soon-rings .ring.mid{top:13%;right:13%;bottom:13%;left:13%;border:1.5px dashed var(--terracotta);opacity:.55;animation:soon-spin 44s linear infinite}.page-soon .soon-rings .ring.inner{top:27%;right:27%;bottom:27%;left:27%;border:1px solid rgba(217,139,62,.5)}.page-soon .soon-mark{position:relative;width:62px;height:62px;border-radius:50%;background:var(--terracotta);color:#fff;display:grid;place-items:center;font-family:var(--body);font-weight:600;font-size:15px;letter-spacing:.08em;box-shadow:0 14px 30px -12px #c65a3a99}@keyframes soon-spin{to{transform:rotate(360deg)}}.page-soon .soon-eyebrow{display:flex;align-items:center;gap:12px;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#1f1a178c;margin-bottom:20px}.page-soon .soon-eyebrow .line{display:block;width:28px;height:1px;background:#1f1a1747}.page-soon .soon-title{font-family:var(--display);font-weight:400;font-size:clamp(34px,7vw,58px);line-height:1.08;letter-spacing:-.02em}.page-soon .soon-title em{font-style:italic;color:var(--terracotta)}.page-soon .soon-sub{margin-top:20px;max-width:480px;font-size:16px;line-height:1.75;color:#1f1a17b3}.page-soon .soon-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.page-soon .soon-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;text-decoration:none;font-size:12px;letter-spacing:.14em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease}.page-soon .soon-btn.primary{background:var(--whatsapp);color:#fff}.page-soon .soon-btn.primary:hover{background:var(--whatsapp-dark);transform:translateY(-2px)}.page-soon .soon-btn.ghost{border:1px solid var(--rule);color:var(--ink)}.page-soon .soon-btn.ghost:hover{background:var(--ink);color:var(--cream);border-color:var(--ink);transform:translateY(-2px)}.page-soon .soon-btn .arrow{transition:transform .25s ease}.page-soon .soon-btn:hover .arrow{transform:translate(4px)}.page-soon .soon-socials{margin-top:32px;display:flex;gap:14px}.page-soon .soon-socials a{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--rule);border-radius:50%;color:#1f1a17a6;transition:all .25s ease}.page-soon .soon-socials a:hover{background:var(--terracotta);border-color:var(--terracotta);color:#fff}.page-soon .soon-foot{margin-top:34px;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#1f1a1773}@media (max-width: 480px){.page-soon .soon-rings{width:108px;height:108px;margin-bottom:26px}.page-soon .soon-mark{width:52px;height:52px;font-size:13px}.page-soon .soon-sub{font-size:15px}.page-soon .soon-btn{padding:13px 22px}.page-soon .soon-actions{flex-direction:column;width:100%}.page-soon .soon-btn{justify-content:center}}@media (prefers-reduced-motion: reduce){.page-soon .soon-rings .ring{animation:none}}.page-shop .page-head{padding:34px 0 22px;border-bottom:1px solid var(--rule);position:relative;overflow:hidden}.page-shop .page-head:before{content:"";position:absolute;right:-140px;top:-60px;width:400px;height:400px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'><g fill='none' stroke='%23c65a3a' stroke-width='0.6' opacity='0.3'><circle cx='200' cy='200' r='180'/><circle cx='200' cy='200' r='150'/><circle cx='200' cy='200' r='120'/><circle cx='200' cy='200' r='90'/><circle cx='200' cy='200' r='60'/><circle cx='200' cy='200' r='30'/></g></svg>");z-index:0}.page-shop .breadcrumb{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#1f1a1799;margin-bottom:12px;position:relative;z-index:1}.page-shop .breadcrumb a{color:inherit;text-decoration:none}.page-shop .breadcrumb a:hover{color:var(--terracotta)}.page-shop .breadcrumb .sep{margin:0 10px;opacity:.5}.page-shop .page-head h1{font-family:var(--display);font-weight:400;font-size:clamp(38px,4.4vw,58px);line-height:1;letter-spacing:-.02em;margin-bottom:12px;position:relative;z-index:1}.page-shop .page-head h1 em{font-style:italic;color:var(--terracotta)}.page-shop .page-head .sub{font-size:15px;line-height:1.5;color:#1f1a17b3;max-width:560px;position:relative;z-index:1}.page-shop .filter-bar{padding:16px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--rule);flex-wrap:wrap;position:sticky;top:0;background:var(--paper);z-index:10}.page-shop .filter-pills{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.page-shop .filter-pill{padding:9px 18px;background:transparent;border:1px solid var(--rule);border-radius:999px;font-family:inherit;font-size:13px;color:var(--ink);cursor:pointer;transition:all .25s;letter-spacing:.02em;white-space:nowrap}.page-shop .filter-pill:hover{border-color:var(--ink)}.page-shop .filter-pill.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.page-shop .filter-pill .count{opacity:.55;margin-left:4px;font-size:12px}.page-shop .filter-pill.active .count{opacity:.7}.page-shop .filter-right{display:flex;gap:12px;align-items:center}.page-shop .filter-dropdown-btn{padding:10px 18px;background:var(--paper);border:1px solid var(--rule);border-radius:999px;font-family:inherit;font-size:13px;color:var(--ink);cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .25s}.page-shop .filter-dropdown-btn:hover{border-color:var(--ink)}.page-shop .filter-dropdown-btn .label{opacity:.6}.page-shop .filter-dropdown-btn select{font-family:inherit;font-size:13px;font-weight:500;border:none;background:transparent;color:var(--ink);cursor:pointer;outline:none}.page-shop .sub-filters{padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.page-shop .sub-filters-left{display:flex;gap:24px;flex-wrap:wrap;align-items:center;font-size:13px}.page-shop .sub-filters-left .group{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.page-shop .sub-filters-left .group .lbl{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:#1f1a178c;margin-right:4px}.page-shop .size-chip,.page-shop .price-chip{padding:6px 13px;background:transparent;border:1px solid var(--rule);border-radius:999px;font-family:inherit;font-size:12px;color:var(--ink);cursor:pointer;transition:all .25s}.page-shop .size-chip:hover,.page-shop .price-chip:hover{border-color:var(--ink)}.page-shop .size-chip.active,.page-shop .price-chip.active{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.page-shop .color-chip{width:28px;height:28px;padding:0;border-radius:50%;position:relative;cursor:pointer;border:2px solid var(--paper);box-shadow:0 0 0 1px var(--rule);transition:all .25s}.page-shop .color-chip:hover{transform:scale(1.1)}.page-shop .color-chip.active{box-shadow:0 0 0 1.5px var(--ink)}.page-shop .color-chip.active:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:1.5px dashed var(--ink);border-radius:50%}.page-shop .color-chip[data-color=multi]{background:conic-gradient(from 0deg,#c65a3a,#d98b3e,#b8893b,#6b7a3a,#2b3a5a,#a24459,#c65a3a)}.page-shop .sub-filters-right{font-size:13px;color:#1f1a17a6}.page-shop .sub-filters-right strong{color:var(--ink);font-weight:500}.page-shop .sub-filters-right .clear{color:var(--terracotta);text-decoration:underline;cursor:pointer;margin-left:14px;background:none;border:none;font-family:inherit;font-size:13px;padding:0}.page-shop .products-section{padding:22px 0 80px}.page-shop .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.page-shop .product{background:var(--cream);border-radius:14px;overflow:hidden;transition:all .4s ease;cursor:pointer;border:1px solid transparent;display:flex;flex-direction:column;text-decoration:none;color:inherit}.page-shop .product:hover{transform:translateY(-6px);border-color:var(--rule);box-shadow:0 30px 50px -30px #1f1a1733}.page-shop .product-img{aspect-ratio:1;position:relative;overflow:hidden;background:var(--cream)}.page-shop .product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.page-shop .product:hover .product-img img{transform:scale(1.06)}.page-shop .product-badge{position:absolute;top:14px;left:14px;background:var(--ink);color:var(--cream);padding:5px 11px;border-radius:999px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;z-index:2}.page-shop .product-badge.new{background:var(--terracotta)}.page-shop .product-badge.sale{background:var(--moss)}.page-shop .product-badge.limited{background:var(--rose)}.page-shop .product-wish{position:absolute;top:14px;right:14px;width:36px;height:36px;background:#f4ece0e6;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .3s;z-index:2;border:none;font-family:inherit;color:var(--ink)}.page-shop .product-wish:hover,.page-shop .product-wish.active{background:var(--terracotta);color:#fff}.page-shop .quick-add{position:absolute;left:14px;right:14px;bottom:14px;padding:11px 16px;background:var(--ink);color:var(--cream);border:none;border-radius:999px;font-family:inherit;font-size:12px;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;opacity:0;transform:translateY(10px);transition:all .3s ease;z-index:2}.page-shop .product:hover .quick-add{opacity:1;transform:translateY(0)}.page-shop .quick-add:hover{background:var(--terracotta)}.page-shop .product-info{padding:22px;flex:1;display:flex;flex-direction:column}.page-shop .product-info .cat{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#1f1a178c;margin-bottom:6px}.page-shop .product-info .name{font-family:var(--display);font-weight:500;font-size:19px;margin-bottom:8px;line-height:1.25}.page-shop .product-info .meta{font-size:12px;color:#1f1a1799;margin-bottom:14px;letter-spacing:.02em}.page-shop .product-info .bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;border-top:1px solid var(--rule)}.page-shop .product-info .price{font-family:var(--display);font-size:19px;font-weight:500}.page-shop .product-info .price del{color:#1f1a1766;font-weight:400;margin-right:8px;font-size:14px}.page-shop .product-info .rating{font-size:12px;color:#1f1a17a6;display:flex;align-items:center;gap:4px}.page-shop .product-info .rating .star{color:var(--saffron)}.page-shop .swatches{display:flex;gap:5px;margin-bottom:10px}.page-shop .swatches .s{width:14px;height:14px;border-radius:50%;border:1.5px solid var(--paper);box-shadow:0 0 0 1px var(--rule)}.page-shop .no-results{grid-column:1 / -1;text-align:center;padding:80px 20px;color:#1f1a178c;font-family:var(--display);font-size:18px;font-style:italic}@media (min-width: 821px) and (max-height: 900px){.page-shop .page-head{padding:22px 0 16px}.page-shop .page-head .breadcrumb{margin-bottom:8px}.page-shop .page-head h1{font-size:clamp(32px,3.4vw,46px);margin-bottom:8px}.page-shop .page-head .sub{display:none}.page-shop .filter-bar{padding:12px 0}.page-shop .products-section{padding:16px 0 80px}}@media (max-width: 1100px){.page-shop .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 820px){.page-shop .product-grid{grid-template-columns:repeat(2,1fr)}.page-shop .filter-bar{position:static}}@media (max-width: 720px){.page-shop .page-head{padding:22px 0 18px}.page-shop .page-head .sub{font-size:14px}.page-shop .page-head:before{width:240px;height:240px;background-size:contain;background-repeat:no-repeat;right:-90px;top:-40px;opacity:.6}.page-shop .filter-bar{gap:12px;padding:12px 0}.page-shop .filter-pills{--bleed: 18px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:0 var(--bleed) 2px;margin:0 calc(var(--bleed) * -1)}.page-shop .filter-pills::-webkit-scrollbar{display:none}.page-shop .filter-pill{padding:8px 15px;font-size:12px;flex-shrink:0}.page-shop .filter-right{width:100%}.page-shop .filter-dropdown-btn{width:100%;justify-content:space-between}.page-shop .sub-filters{gap:12px;padding:10px 0}.page-shop .sub-filters-left{gap:14px}.page-shop .sub-filters-right{font-size:12px}.page-shop .products-section{padding:18px 0 60px}.page-shop .product-grid{gap:14px}.page-shop .product-info{padding:14px}.page-shop .product-info .name{font-size:15px}.page-shop .product-info .cat{font-size:10px;letter-spacing:.14em}.page-shop .product-info .meta{font-size:11px;margin-bottom:10px}.page-shop .product-info .price{font-size:16px}.page-shop .product-info .price del{font-size:12px;margin-right:5px}.page-shop .product-badge{top:10px;left:10px;padding:4px 9px;font-size:9px}.page-shop .product-wish{top:10px;right:10px;width:32px;height:32px}}@media (max-width: 520px){.page-shop .filter-pills{--bleed: 16px}}@media (max-width: 380px){.page-shop .filter-pills{--bleed: 13px}}@media (max-width: 420px){.page-shop .product-grid{gap:10px}.page-shop .product-info{padding:11px}.page-shop .product-info .name{font-size:14px}.page-shop .product-info .meta{display:none}.page-shop .product-info .bottom{flex-direction:column;align-items:flex-start;gap:3px;padding-top:10px}.page-shop .product-info .price{font-size:15px}}@media (hover: none){.page-shop .quick-add{opacity:1;transform:none}.page-shop .product:hover{transform:none;box-shadow:none}.page-shop .color-chip:hover{transform:none}}.page-pdp .breadcrumb{padding:24px 0 0;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#1f1a1799}.page-pdp .breadcrumb a{color:inherit;text-decoration:none;transition:color .3s}.page-pdp .breadcrumb a:hover{color:var(--terracotta)}.page-pdp .breadcrumb .sep{margin:0 10px;opacity:.5}.page-pdp .product-section{padding:40px 0 80px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:flex-start}.page-pdp .gallery{position:sticky;top:24px}.page-pdp .gallery-main{position:relative;border-radius:16px;overflow:hidden;background:var(--cream);cursor:crosshair;aspect-ratio:1;border:1px solid var(--rule)}.page-pdp .gallery-main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:opacity .3s}.page-pdp .gallery-badge{position:absolute;top:16px;left:16px;background:var(--terracotta);color:#fff;padding:6px 14px;border-radius:999px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;z-index:4;font-weight:500}.page-pdp .gallery-wish{position:absolute;top:16px;right:16px;width:42px;height:42px;background:#f4ece0e6;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .3s;z-index:4;font-size:20px;border:none;color:var(--ink)}.page-pdp .gallery-wish:hover,.page-pdp .gallery-wish.active{background:var(--terracotta);color:#fff}.page-pdp .zoom-lens{position:absolute;width:160px;height:160px;border-radius:50%;border:3px solid rgba(255,255,255,.8);box-shadow:0 8px 30px #00000040;pointer-events:none;opacity:0;z-index:5;background-repeat:no-repeat;transition:opacity .2s}.page-pdp .gallery-main:hover .zoom-lens{opacity:1}.page-pdp .gallery-expand{position:absolute;bottom:16px;right:16px;width:40px;height:40px;background:#1f1a17b3;border-radius:50%;display:grid;place-items:center;color:#fff;z-index:4;cursor:pointer;border:none;transition:background .3s}.page-pdp .gallery-expand:hover{background:var(--terracotta)}.page-pdp .gallery-thumbs{display:flex;gap:10px;margin-top:14px}.page-pdp .gallery-thumb{width:calc(20% - 8px);aspect-ratio:1;border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s;opacity:.6;background:var(--cream);padding:0}.page-pdp .gallery-thumb.active{border-color:var(--terracotta);opacity:1}.page-pdp .gallery-thumb:hover{opacity:1}.page-pdp .gallery-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-pdp .lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1a17eb;z-index:1000;display:none;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-pdp .lightbox.open{display:grid}.page-pdp .lightbox img{max-width:85vw;max-height:85vh;border-radius:14px;cursor:default;box-shadow:0 30px 80px #00000080}.page-pdp .lightbox-close{position:absolute;top:28px;right:28px;width:48px;height:48px;background:#f4ece026;border:1px solid rgba(244,236,224,.2);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--cream);font-size:22px;transition:background .3s}.page-pdp .lightbox-close:hover{background:var(--terracotta)}.page-pdp .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#f4ece026;border:1px solid rgba(244,236,224,.2);border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--cream);font-size:20px;transition:background .3s}.page-pdp .lightbox-nav:hover{background:var(--terracotta)}.page-pdp .lightbox-prev{left:28px}.page-pdp .lightbox-next{right:28px}.page-pdp .product-info-col{padding-top:10px}.page-pdp .product-info-col .cat-eyebrow{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#1f1a178c;margin-bottom:10px}.page-pdp .product-info-col h1{font-family:var(--display);font-weight:400;font-size:clamp(32px,3.5vw,46px);line-height:1.08;letter-spacing:-.02em;margin-bottom:10px}.page-pdp .product-info-col h1 em{font-style:italic;color:var(--terracotta);font-weight:300}.page-pdp .product-tagline{font-family:var(--display);font-style:italic;font-size:16px;color:#1f1a1799;margin-bottom:18px}.page-pdp .product-rating{display:flex;align-items:center;gap:8px;margin-bottom:22px;font-size:14px}.page-pdp .product-rating .stars{color:var(--saffron);letter-spacing:2px}.page-pdp .product-rating .count{color:#1f1a178c}.page-pdp .product-price{font-family:var(--display);font-size:30px;font-weight:500;margin-bottom:8px;line-height:1}.page-pdp .product-price del{color:#1f1a1766;font-weight:400;margin-right:12px;font-size:20px}.page-pdp .product-price .save-tag{font-family:var(--body);font-size:12px;background:#c65a3a1f;color:var(--terracotta);padding:4px 10px;border-radius:999px;vertical-align:middle;margin-left:10px;letter-spacing:.04em}.page-pdp .price-note{font-size:12px;color:#1f1a1780;margin-bottom:28px;letter-spacing:.03em}.page-pdp .info-divider{border:none;border-top:1px solid var(--rule);margin:24px 0}.page-pdp .option-label{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#1f1a17a6;margin-bottom:12px;font-weight:500}.page-pdp .option-label span{color:var(--ink);font-weight:600}.page-pdp .size-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.page-pdp .size-pill{padding:10px 20px;background:transparent;border:1px solid var(--rule);border-radius:999px;font-family:var(--body);font-size:13px;cursor:pointer;transition:all .25s;color:var(--ink);letter-spacing:.02em}.page-pdp .size-pill:hover{border-color:var(--ink)}.page-pdp .size-pill.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.page-pdp .size-pill .pill-price{opacity:.55;margin-left:6px;font-size:12px}.page-pdp .size-pill.active .pill-price{opacity:.7}.page-pdp .color-opts{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.page-pdp .color-opt{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;padding:6px;border-radius:12px;border:2px solid transparent;transition:all .3s;background:none}.page-pdp .color-opt:hover{border-color:var(--rule)}.page-pdp .color-opt.active{border-color:var(--terracotta)}.page-pdp .color-opt.display-only{cursor:default}.page-pdp .color-opt.display-only:hover{border-color:transparent}.page-pdp .color-swatch{width:36px;height:36px;border-radius:50%;border:2px solid var(--paper);box-shadow:0 0 0 1px var(--rule)}.page-pdp .color-opt .color-name{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#1f1a1799}.page-pdp .color-opt.active .color-name{color:var(--terracotta);font-weight:500}.page-pdp .personal-field{position:relative;margin-bottom:24px}.page-pdp .personal-field input{width:100%;padding:14px 18px;border:1px solid var(--rule);border-radius:12px;font-family:var(--body);font-size:14px;background:var(--cream);color:var(--ink);transition:border-color .3s}.page-pdp .personal-field input:focus{outline:none;border-color:var(--terracotta)}.page-pdp .personal-field input::-moz-placeholder{color:#1f1a1766}.page-pdp .personal-field input::placeholder{color:#1f1a1766}.page-pdp .personal-field .char-count{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:11px;color:#1f1a1766}.page-pdp .personal-hint{font-size:12px;color:#1f1a1780;margin-top:-18px;margin-bottom:24px;font-style:italic}.page-pdp .qty-row{display:flex;align-items:center;gap:20px;margin-bottom:28px}.page-pdp .qty-stepper{display:flex;align-items:center;border:1px solid var(--rule);border-radius:999px;overflow:hidden}.page-pdp .qty-stepper button{width:42px;height:42px;background:transparent;border:none;font-size:18px;cursor:pointer;color:var(--ink);transition:background .2s;display:grid;place-items:center}.page-pdp .qty-stepper button:hover{background:var(--cream)}.page-pdp .qty-stepper .qty-num{width:42px;text-align:center;font-family:var(--display);font-size:16px;font-weight:500}.page-pdp .wa-cta-group{margin-bottom:6px}.page-pdp .btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:18px 32px;background:var(--whatsapp);color:#fff;border:none;border-radius:999px;font-family:var(--body);font-size:14px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .35s}.page-pdp .btn-whatsapp:hover{background:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 8px 25px #25d36659}.page-pdp .btn-whatsapp svg{flex-shrink:0}.page-pdp .btn-cart{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 32px;background:transparent;color:var(--ink);border:1.5px solid var(--ink);border-radius:999px;font-family:var(--body);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:all .35s;margin-top:10px}.page-pdp .btn-cart:hover{background:var(--ink);color:var(--cream)}.page-pdp .wa-preview{margin-top:20px;background:#e7f7ef;border-radius:14px;padding:20px;border:1px solid rgba(37,211,102,.2);position:relative}.page-pdp .wa-preview-head{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--whatsapp-dark);font-weight:500}.page-pdp .wa-preview-head .live-dot{width:8px;height:8px;background:var(--whatsapp);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.page-pdp .wa-preview-body{font-size:13px;line-height:1.7;color:var(--ink);white-space:pre-line;font-family:var(--body)}.page-pdp .wa-preview-body .hl{color:var(--terracotta);font-weight:500}.page-pdp .trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:32px;padding-top:28px;border-top:1px solid var(--rule)}.page-pdp .trust-item{text-align:center}.page-pdp .trust-item .trust-icon{font-size:22px;margin-bottom:6px}.page-pdp .trust-item .trust-text{font-size:11px;letter-spacing:.08em;color:#1f1a17a6;line-height:1.4}.page-pdp .accordions{margin-top:48px;padding-top:40px;border-top:1px solid var(--rule)}.page-pdp .acc-item{border-bottom:1px solid var(--rule)}.page-pdp .acc-head{padding:20px 0;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-family:var(--display);font-size:17px;font-weight:500;transition:color .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.page-pdp .acc-head:hover{color:var(--terracotta)}.page-pdp .acc-head .acc-icon{font-size:22px;font-weight:300;transition:transform .3s;width:24px;text-align:center;flex-shrink:0}.page-pdp .acc-item.open .acc-head{color:var(--terracotta)}.page-pdp .acc-item.open .acc-icon{transform:rotate(45deg)}.page-pdp .acc-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}.page-pdp .acc-item.open .acc-body{max-height:600px;padding-bottom:24px}.page-pdp .acc-body-inner{font-size:14px;color:#1f1a17bf;line-height:1.75}.page-pdp .acc-body-inner p{margin-bottom:12px}.page-pdp .acc-body-inner p:last-child{margin-bottom:0}.page-pdp .dim-table{width:100%;border-collapse:collapse;font-size:13px}.page-pdp .dim-table th,.page-pdp .dim-table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--rule)}.page-pdp .dim-table th{font-weight:500;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#1f1a178c}.page-pdp .section{padding:80px 0}.page-pdp .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:20px}.page-pdp .section-head h2{font-family:var(--display);font-weight:400;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.02em}.page-pdp .section-head h2 em{font-style:italic;color:var(--terracotta)}.page-pdp .section-head .meta{font-size:14px;color:#1f1a1799;max-width:360px;text-align:right;line-height:1.5}.page-pdp .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.page-pdp .how-step{background:var(--cream);border-radius:18px;padding:40px 32px;border:1px solid var(--rule);position:relative;overflow:hidden}.page-pdp .how-step:before{content:attr(data-step);position:absolute;top:-20px;right:-10px;font-family:var(--display);font-size:120px;font-weight:600;color:#1f1a170a;line-height:1}.page-pdp .how-step .step-icon{font-size:28px;margin-bottom:18px}.page-pdp .how-step h3{font-family:var(--display);font-weight:500;font-size:20px;margin-bottom:10px}.page-pdp .how-step p{font-size:14px;color:#1f1a17a6;line-height:1.65}.page-pdp .hours-callout{text-align:center;margin-top:40px;padding:32px;background:var(--ink);color:var(--cream);border-radius:999px;display:inline-flex;gap:16px;align-items:center;margin-left:50%;transform:translate(-50%)}.page-pdp .hours-callout .hours-num{font-family:var(--display);font-size:36px;font-weight:500;color:var(--saffron)}.page-pdp .hours-callout .hours-text{font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-align:left;line-height:1.4}.page-pdp .reviews-section{border-top:1px solid var(--rule)}.page-pdp .reviews-top{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;margin-bottom:40px}.page-pdp .reviews-summary{text-align:center;padding:40px 32px;background:var(--cream);border-radius:18px;border:1px solid var(--rule)}.page-pdp .reviews-big-num{font-family:var(--display);font-size:64px;font-weight:500;line-height:1;margin-bottom:6px}.page-pdp .reviews-stars{color:var(--saffron);font-size:20px;letter-spacing:4px;margin-bottom:8px}.page-pdp .reviews-total{font-size:13px;color:#1f1a178c}.page-pdp .star-bars{display:flex;flex-direction:column;gap:10px;justify-content:center}.page-pdp .star-bar-row{display:flex;align-items:center;gap:12px;font-size:13px}.page-pdp .star-bar-label{width:28px;text-align:right;font-weight:500;color:#1f1a17a6}.page-pdp .star-bar-track{flex:1;height:8px;background:#1f1a1714;border-radius:999px;overflow:hidden}.page-pdp .star-bar-fill{height:100%;background:var(--saffron);border-radius:999px;transition:width .6s ease}.page-pdp .star-bar-pct{width:36px;font-size:12px;color:#1f1a1780}.page-pdp .reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.page-pdp .review-card{background:var(--cream);border-radius:16px;padding:28px;border:1px solid var(--rule)}.page-pdp .review-card .review-stars{color:var(--saffron);font-size:13px;letter-spacing:2px;margin-bottom:12px}.page-pdp .review-card .review-text{font-family:var(--display);font-size:16px;line-height:1.5;font-weight:400;margin-bottom:16px;color:var(--ink)}.page-pdp .review-card .review-author{display:flex;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--rule)}.page-pdp .review-card .review-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-family:var(--display);font-size:15px;font-weight:500;color:#fff}.page-pdp .review-card:nth-child(1) .review-avatar{background:var(--terracotta)}.page-pdp .review-card:nth-child(2) .review-avatar{background:var(--indigo)}.page-pdp .review-card:nth-child(3) .review-avatar{background:var(--moss)}.page-pdp .review-card:nth-child(4) .review-avatar{background:var(--rose)}.page-pdp .review-card .review-name{font-weight:500;font-size:14px}.page-pdp .review-card .review-meta{font-size:11px;color:#1f1a1780;letter-spacing:.08em}.page-pdp .review-card .verified{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--moss);font-weight:500}.page-pdp .related-section{border-top:1px solid var(--rule)}.page-pdp .related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.page-pdp .product-card{background:var(--paper);border-radius:14px;overflow:hidden;transition:all .4s ease;cursor:pointer;border:1px solid transparent;text-decoration:none;color:inherit;display:block}.page-pdp .product-card:hover{transform:translateY(-6px);border-color:var(--rule);box-shadow:0 30px 50px -30px #1f1a1733}.page-pdp .product-card-img{aspect-ratio:1;position:relative;overflow:hidden;background:var(--cream)}.page-pdp .product-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s ease}.page-pdp .product-card:hover .product-card-img img{transform:scale(1.06)}.page-pdp .product-card-info{padding:20px}.page-pdp .product-card-info .pci-cat{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:#1f1a178c;margin-bottom:6px}.page-pdp .product-card-info .pci-name{font-family:var(--display);font-weight:500;font-size:17px;margin-bottom:10px;line-height:1.25}.page-pdp .product-card-info .pci-bottom{display:flex;justify-content:space-between;align-items:center}.page-pdp .product-card-info .pci-price{font-family:var(--display);font-size:17px;font-weight:500}.page-pdp .product-card-info .pci-price del{color:#1f1a1766;font-weight:400;margin-right:8px;font-size:13px}.page-pdp .product-card-info .pci-rating{font-size:12px;color:#1f1a17a6}.page-pdp .product-card-info .pci-rating .star{color:var(--saffron)}.page-pdp .mobile-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--ink);color:var(--cream);padding:14px 20px;z-index:100;align-items:center;justify-content:space-between;gap:14px;box-shadow:0 -4px 20px #0003}.page-pdp .mobile-bar .mb-price{font-family:var(--display);font-size:22px;font-weight:500}.page-pdp .mobile-bar .mb-size{font-size:11px;opacity:.6;letter-spacing:.1em;text-transform:uppercase}.page-pdp .mobile-bar .btn-whatsapp{width:auto;padding:14px 28px;font-size:12px;border-radius:999px;flex-shrink:0}@media (max-width: 1100px){.page-pdp .related-grid{grid-template-columns:repeat(2,1fr)}.page-pdp .how-grid{grid-template-columns:1fr}}@media (max-width: 960px){.page-pdp .product-section{grid-template-columns:1fr;gap:40px}.page-pdp .gallery{position:static}.page-pdp .reviews-top{grid-template-columns:1fr;gap:30px}.page-pdp .reviews-grid{grid-template-columns:1fr}.page-pdp .section-head{flex-direction:column;align-items:flex-start}.page-pdp .section-head .meta{text-align:left}.page-pdp .trust-strip{grid-template-columns:repeat(2,1fr);gap:20px}.page-pdp .mobile-bar{display:flex}.page-pdp{padding-bottom:80px}.page-pdp .section{padding:60px 0}.page-pdp .gallery-main{cursor:default}.page-pdp .zoom-lens{display:none}}@media (max-width: 720px){.page-pdp .breadcrumb{padding:16px 0 0;font-size:11px}.page-pdp .breadcrumb .sep{margin:0 6px}.page-pdp .product-section{padding:24px 0 50px;gap:30px}.page-pdp .section{padding:46px 0}.page-pdp .section-head{margin-bottom:28px}.page-pdp .product-price{font-size:26px}.page-pdp .product-price del{font-size:17px;margin-right:8px}.page-pdp .product-tagline{font-size:15px}.page-pdp .price-note{margin-bottom:22px}.page-pdp .size-pill{padding:9px 16px;font-size:12px}.page-pdp .btn-whatsapp{padding:16px 22px;font-size:13px;letter-spacing:.08em}.page-pdp .btn-cart{padding:14px 22px;font-size:12px;letter-spacing:.08em}.page-pdp .wa-preview{padding:16px}.page-pdp .wa-preview-body{font-size:12px}.page-pdp .how-step{padding:28px 22px}.page-pdp .how-step:before{font-size:84px}.page-pdp .hours-callout{display:flex;flex-direction:column;gap:8px;width:100%;margin-left:0;transform:none;padding:22px 18px;border-radius:18px;text-align:center;margin-top:28px}.page-pdp .hours-callout .hours-num{font-size:30px}.page-pdp .hours-callout .hours-text{text-align:center;font-size:12px}.page-pdp .reviews-big-num{font-size:48px}.page-pdp .reviews-summary{padding:28px 20px}.page-pdp .review-card{padding:20px}.page-pdp .review-card .review-text{font-size:15px}.page-pdp .accordions{margin-top:34px;padding-top:28px}.page-pdp .acc-head{font-size:15px;padding:16px 0}.page-pdp .dim-table th,.page-pdp .dim-table td{padding:8px 10px;font-size:12px}.page-pdp .related-grid{gap:14px}.page-pdp .product-card-info{padding:13px}.page-pdp .product-card-info .pci-name,.page-pdp .product-card-info .pci-price{font-size:15px}.page-pdp .lightbox-close{top:14px;right:14px;width:40px;height:40px}.page-pdp .lightbox-nav{width:40px;height:40px}.page-pdp .lightbox-prev{left:10px}.page-pdp .lightbox-next{right:10px}.page-pdp .lightbox img{max-width:92vw}.page-pdp .mobile-bar{padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.page-pdp .mobile-bar .mb-price{font-size:19px}.page-pdp .mobile-bar .btn-whatsapp{padding:13px 20px;font-size:11px;letter-spacing:.08em}}@media (max-width: 520px){.page-pdp .related-grid{grid-template-columns:repeat(2,1fr);gap:10px}.page-pdp .product-card-info{padding:11px}.page-pdp .product-card-info .pci-name{font-size:14px}.page-pdp .product-card-info .pci-bottom{flex-direction:column;align-items:flex-start;gap:3px}.page-pdp .gallery-thumbs{gap:6px}.page-pdp .trust-strip{grid-template-columns:1fr 1fr;gap:16px}.page-pdp .color-swatch{width:32px;height:32px}.page-pdp .mobile-bar .mb-size{display:none}}@media (hover: none){.page-pdp .product-card:hover{transform:none;box-shadow:none}.page-pdp .btn-whatsapp:hover{transform:none}}.page-custom{padding-bottom:90px}.page-custom .custom-head{padding:34px 0 26px;border-bottom:1px solid var(--rule)}.page-custom .breadcrumb{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:#1f1a1799;margin-bottom:14px}.page-custom .breadcrumb a{color:inherit;text-decoration:none}.page-custom .breadcrumb a:hover{color:var(--terracotta)}.page-custom .breadcrumb .sep{margin:0 10px;opacity:.5}.page-custom .custom-head h1{font-family:var(--display);font-weight:400;font-size:clamp(32px,4.4vw,56px);line-height:1.02;letter-spacing:-.02em;margin-bottom:12px}.page-custom .custom-head h1 em{font-style:italic;color:var(--terracotta)}.page-custom .custom-head .sub{font-size:15px;line-height:1.6;color:#1f1a17b8;max-width:620px}.page-custom .custom-steps{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:26px 0 8px;margin:0}.page-custom .custom-step{flex:1 1 auto;min-width:90px}.page-custom .custom-step button{width:100%;display:flex;align-items:center;gap:9px;background:none;border:none;cursor:pointer;padding:10px 6px;border-bottom:2px solid var(--rule);color:#1f1a1780;font-family:inherit;transition:all .25s}.page-custom .custom-step button:disabled{cursor:default}.page-custom .custom-step.active button{color:var(--ink);border-bottom-color:var(--terracotta)}.page-custom .custom-step.done button{color:var(--ink);border-bottom-color:var(--moss)}.page-custom .step-num{width:24px;height:24px;flex-shrink:0;border-radius:50%;display:grid;place-items:center;font-size:12px;background:var(--cream);border:1px solid var(--rule)}.page-custom .custom-step.active .step-num{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.page-custom .custom-step.done .step-num{background:var(--moss);color:#fff;border-color:var(--moss)}.page-custom .step-label{font-size:13px;letter-spacing:.04em;white-space:nowrap}.page-custom .custom-stage{padding:30px 0 10px;min-height:320px}.page-custom .step-title{font-family:var(--display);font-weight:500;font-size:clamp(22px,3vw,30px);margin-bottom:8px}.page-custom .step-hint{font-size:14px;color:#1f1a17a6;margin-bottom:22px;max-width:620px}.page-custom .tile-grid{display:grid;gap:18px}.page-custom .tile-grid.types{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));max-width:940px}.page-custom .tile-grid.sizes{grid-template-columns:repeat(auto-fit,minmax(130px,150px));justify-content:start}.page-custom .tile-grid.designs{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.page-custom .tile{position:relative;text-align:left;cursor:pointer;background:var(--cream);border:2px solid transparent;border-radius:16px;padding:0;overflow:hidden;font-family:inherit;color:inherit;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;display:flex;flex-direction:column}.page-custom .tile:hover{transform:translateY(-4px);box-shadow:0 24px 40px -26px #1f1a1759}.page-custom .tile.selected{border-color:var(--terracotta);box-shadow:0 24px 40px -26px #c65a3a80}.page-custom .tile-img{aspect-ratio:1;background:var(--paper);overflow:hidden}.page-custom .tile-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.page-custom .tile-cap{padding:12px 14px 14px}.page-custom .tile-title{font-family:var(--display);font-weight:500;font-size:16px;line-height:1.25}.page-custom .tile-sub{font-size:12px;color:#1f1a1799;margin-top:2px}.page-custom .tile-check{position:absolute;top:10px;right:10px;width:26px;height:26px;background:var(--terracotta);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:14px;z-index:2}.page-custom .tile-swatches{display:flex;gap:4px;margin-top:8px}.page-custom .mini-swatch{width:12px;height:12px;border-radius:50%;box-shadow:0 0 0 1px var(--rule)}.page-custom .size-layout.with-visual{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.page-custom .size-layout.with-visual .tile-grid.sizes{flex:0 0 auto}.page-custom .size-visual{flex:0 1 420px;max-width:420px;margin-left:auto;border-radius:18px;overflow:hidden;aspect-ratio:4 / 3;background:var(--cream);box-shadow:0 24px 44px -28px #1f1a1766}.page-custom .size-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 560px){.page-custom .size-visual{display:none}}.page-custom .size-tile{align-items:stretch}.page-custom .size-diagram{aspect-ratio:1;display:grid;place-items:center;background:radial-gradient(circle,rgba(198,90,58,.1),transparent 70%),var(--paper)}.page-custom .size-circle{position:relative;border-radius:50%;background:radial-gradient(circle at 50% 40%,var(--saffron),var(--terracotta));box-shadow:inset 0 0 0 3px #ffffff59;min-width:26px;min-height:26px}.page-custom .size-circle.with-rings{box-shadow:none}.page-custom .size-circle .ring{position:absolute;border:1px solid rgba(255,255,255,.55);border-radius:50%;pointer-events:none}.page-custom .size-circle .photo-core{position:absolute;top:35%;right:35%;bottom:35%;left:35%;border-radius:50%;background:var(--paper);box-shadow:0 0 0 2px #ffffffbf}.page-custom .size-circle .mirror-core{position:absolute;border-radius:50%;background:linear-gradient(135deg,#f7f9fb,#cdd8de 45%,#eef3f6 60%,#b9c6ce);box-shadow:0 0 0 2px #fffc,inset 0 1px 3px #1f1a1740}.page-custom .color-filter{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:22px}.page-custom .color-filter.standalone{margin-bottom:28px}.page-custom .cf-label{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#1f1a178c;margin-right:4px}.page-custom .cf-chip{display:inline-flex;align-items:center;gap:7px;padding:6px 13px 6px 8px;border:1px solid var(--rule);border-radius:999px;background:transparent;cursor:pointer;font-family:inherit;font-size:12px;text-transform:capitalize;color:var(--ink);transition:all .2s}.page-custom .cf-chip.all{padding-left:13px}.page-custom .cf-chip:hover{border-color:var(--ink)}.page-custom .cf-chip.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.page-custom .cf-swatch{width:16px;height:16px;border-radius:50%;box-shadow:0 0 0 1px var(--rule)}.page-custom .empty-designs{padding:40px 20px;text-align:center;color:#1f1a1799;font-family:var(--display);font-style:italic;background:var(--cream);border-radius:14px}.page-custom .photo-brief{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:32px;align-items:start;margin-bottom:24px}.page-custom .photo-brief-col .cf-label{display:block;margin-bottom:12px}.page-custom .subject-row{display:flex;flex-wrap:wrap;gap:8px}.page-custom .photo-rules{list-style:none;display:grid;gap:9px}.page-custom .photo-rules li{position:relative;padding-left:26px;font-size:14px;line-height:1.55;color:#1f1a17b8}.page-custom .photo-rules li:before{content:"✓";position:absolute;left:0;top:1px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--cream);color:var(--terracotta);font-size:10px}.page-custom .photo-confirm{display:flex;align-items:flex-start;gap:11px;max-width:620px;padding:14px 16px;background:var(--cream);border-radius:12px;cursor:pointer;font-size:14px;line-height:1.55}.page-custom .photo-confirm input{margin-top:3px;width:17px;height:17px;accent-color:var(--terracotta);flex-shrink:0;cursor:pointer}@media (max-width: 760px){.page-custom .photo-brief{grid-template-columns:1fr;gap:24px}}.page-custom .notes-field{display:block;max-width:620px}.page-custom .notes-field span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#1f1a1799;margin-bottom:8px}.page-custom .notes-field textarea{width:100%;border:1px solid var(--rule);border-radius:12px;background:var(--paper);padding:14px;font-family:inherit;font-size:15px;color:var(--ink);resize:vertical}.page-custom .notes-field textarea:focus{outline:none;border-color:var(--terracotta)}.page-custom .review-layout{display:flex;gap:32px;align-items:flex-start;flex-wrap:wrap}.page-custom .review-main{flex:1 1 380px;min-width:0}.page-custom .review-visual{flex:1 1 300px;max-width:420px;border-radius:18px;overflow:hidden;aspect-ratio:1;background:var(--cream);box-shadow:0 24px 44px -28px #1f1a1766}.page-custom .review-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 561px){.page-custom .review-main .review-card .review-media{display:none}}@media (max-width: 560px){.page-custom .review-visual{display:none}}.page-custom .review-card{display:flex;gap:22px;background:var(--cream);border:1px solid var(--rule);border-radius:16px;padding:18px;margin-bottom:22px;max-width:640px;align-items:center}.page-custom .review-media{width:120px;height:120px;border-radius:12px;overflow:hidden;flex-shrink:0;background:var(--paper)}.page-custom .review-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page-custom .review-list{flex:1;min-width:0}.page-custom .review-list>div{display:flex;gap:12px;padding:7px 0;border-bottom:1px dashed var(--rule)}.page-custom .review-list>div:last-child{border-bottom:none}.page-custom .review-list dt{flex:0 0 74px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#1f1a178c;padding-top:2px}.page-custom .review-list dd{flex:1;font-size:15px}.page-custom .send-btn{display:inline-flex;align-items:center;gap:10px;background:var(--whatsapp);color:#fff;text-decoration:none;padding:15px 26px;border-radius:999px;font-size:15px;font-weight:500;transition:background .2s}.page-custom .send-btn:hover{background:var(--whatsapp-dark)}.page-custom .restart-btn{display:block;margin-top:16px;background:none;border:none;cursor:pointer;color:var(--terracotta);text-decoration:underline;font-family:inherit;font-size:14px;padding:0}.page-custom .custom-nav{display:flex;justify-content:space-between;gap:14px;margin-top:26px;padding-top:22px;border-top:1px solid var(--rule)}.page-custom .nav-back,.page-custom .nav-next{padding:13px 26px;border-radius:999px;font-family:inherit;font-size:14px;cursor:pointer;transition:all .2s;border:1px solid var(--rule)}.page-custom .nav-back{background:transparent;color:var(--ink)}.page-custom .nav-back:hover:not(:disabled){border-color:var(--ink)}.page-custom .nav-next{background:var(--ink);color:var(--cream);border-color:var(--ink)}.page-custom .nav-next:hover:not(:disabled){background:var(--terracotta);border-color:var(--terracotta)}.page-custom .nav-back:disabled,.page-custom .nav-next:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 720px){.page-custom{padding-bottom:60px}.page-custom .custom-head{padding:22px 0 20px}.page-custom .custom-head .sub{font-size:14px}.page-custom .custom-steps{padding:18px 0 6px}.page-custom .custom-stage{padding:22px 0 10px;min-height:0}.page-custom .step-hint{font-size:13px;margin-bottom:18px}.page-custom .tile-grid{gap:12px}.page-custom .tile-grid.designs{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.page-custom .tile-grid.sizes{grid-template-columns:repeat(auto-fit,minmax(112px,132px))}.page-custom .tile-cap{padding:10px 11px 12px}.page-custom .tile-title{font-size:14px}.page-custom .tile-sub{font-size:11px}.page-custom .cf-chip{font-size:11px;padding:6px 11px 6px 7px}.page-custom .review-list dt{flex:0 0 66px}.page-custom .review-list dd{font-size:14px}.page-custom .send-btn{width:100%;justify-content:center}}@media (max-width: 560px){.page-custom .step-label{display:none}.page-custom .custom-step{min-width:0}.page-custom .custom-step button{justify-content:center;padding:10px 2px}.page-custom .tile-grid.types{grid-template-columns:1fr}.page-custom .review-card{flex-direction:column;align-items:flex-start}.page-custom .review-media{width:100%;height:180px}.page-custom .custom-nav{position:sticky;bottom:0;z-index:20;background:var(--paper);margin-top:20px;padding:14px 0 calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--rule);box-shadow:0 -10px 20px -14px #1f1a1766}.page-custom .nav-back,.page-custom .nav-next{padding:12px 20px;font-size:13px;flex:1}}@media (hover: none){.page-custom .tile:hover{transform:none;box-shadow:none}.page-custom .tile.selected{box-shadow:0 24px 40px -26px #c65a3a80}}.page-artist .artist-hero{position:relative;height:calc(100svh - 132px);min-height:460px;max-height:900px;overflow:hidden;display:flex;align-items:flex-end;z-index:2}.page-artist .artist-hero-media,.page-artist .artist-hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.page-artist .artist-hero-media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.page-artist .artist-hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1f1a17e0,#1f1a178c 32%,#1f1a171f 62%,#1f1a174d)}.page-artist .artist-hero-copy{position:relative;width:100%;padding-bottom:108px;color:var(--cream)}.page-artist .artist-eyebrow{display:flex;align-items:center;gap:14px;font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--saffron);margin-bottom:22px}.page-artist .artist-eyebrow .line{display:block;width:46px;height:1px;background:var(--saffron)}.page-artist .artist-hero-copy h1{font-family:var(--display);font-weight:400;font-size:clamp(38px,6.4vw,82px);line-height:1.04;letter-spacing:-.02em;text-shadow:0 2px 24px rgba(0,0,0,.35)}.page-artist .artist-hero-copy h1 em{font-style:italic;color:var(--saffron)}.page-artist .artist-hero-sub{margin-top:20px;max-width:460px;font-size:16px;line-height:1.7;color:#ede2d0d1}.page-artist .artist-scroll-cue{position:absolute;left:50%;bottom:34px;transform:translate(-50%);width:52px;height:52px;display:grid;place-items:center;background:none;border:none;cursor:pointer;color:var(--cream);z-index:2}.page-artist .cue-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:1px dashed rgba(237,226,208,.65);border-radius:50%;animation:artist-cue-spin 14s linear infinite}.page-artist .cue-arrow{font-size:18px;line-height:1;animation:artist-cue-bob 2.4s ease-in-out infinite}.page-artist .artist-scroll-cue:hover .cue-ring{border-color:var(--saffron)}.page-artist .artist-scroll-cue:hover .cue-arrow{color:var(--saffron)}@keyframes artist-cue-spin{to{transform:rotate(360deg)}}@keyframes artist-cue-bob{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.page-artist .artist-statement{position:relative;z-index:2;padding:clamp(64px,9vw,120px) 0}.page-artist .artist-statement-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,90px);align-items:start}.page-artist .artist-pullquote{font-family:var(--display);font-weight:400;font-style:normal;font-size:clamp(26px,3.4vw,44px);line-height:1.22;letter-spacing:-.015em;position:relative;padding-top:26px}.page-artist .artist-pullquote em{font-style:italic;color:var(--terracotta)}.page-artist .artist-pullquote .mark{position:absolute;top:-14px;left:-6px;font-family:var(--display);font-size:90px;line-height:1;color:var(--terracotta);opacity:.18}.page-artist .artist-statement-body p{font-size:16.5px;line-height:1.85;color:#1f1a17c7;margin-bottom:20px}.page-artist .artist-statement-body p:last-of-type{margin-bottom:0}.page-artist .artist-signoff{margin-top:38px;padding-top:28px;border-top:1px solid var(--rule);display:flex;align-items:center;gap:22px}.page-artist .artist-signature{width:168px;max-width:50%;height:auto;mix-blend-mode:multiply}.page-artist .artist-signature-fallback{font-family:var(--display);font-style:italic;font-size:38px;color:var(--terracotta);line-height:1}.page-artist .artist-signoff-meta .name{font-family:var(--display);font-size:17px;font-weight:500}.page-artist .artist-signoff-meta .role{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#1f1a178c;margin-top:4px}@media (max-width: 900px){.page-artist .artist-statement-inner{grid-template-columns:1fr;gap:34px}.page-artist .artist-pullquote{padding-top:20px}}@media (max-width: 720px){.page-artist .artist-hero{height:calc(100svh - 106px)}.page-artist .artist-hero-copy{padding-bottom:92px}.page-artist .artist-hero-sub{font-size:15px;margin-top:16px}.page-artist .artist-signoff{gap:16px}.page-artist .artist-signature{width:132px}}@media (max-width: 420px){.page-artist .artist-signoff{flex-direction:column;align-items:flex-start;gap:12px}.page-artist .artist-signature{max-width:70%}}@media (prefers-reduced-motion: reduce){.page-artist .cue-ring,.page-artist .cue-arrow{animation:none}}.page-legal{padding:40px 0 90px}.page-legal .legal-head{max-width:760px;margin-bottom:40px}.page-legal .breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#1f1a178c;margin-bottom:22px}.page-legal .breadcrumb a{color:inherit;text-decoration:none}.page-legal .breadcrumb a:hover{color:var(--terracotta)}.page-legal .breadcrumb .sep{opacity:.5}.page-legal h1{font-family:var(--serif, Georgia, serif);font-size:clamp(32px,5vw,52px);line-height:1.05;margin:0 0 14px}.page-legal h1 em{color:var(--terracotta);font-style:italic}.page-legal .updated{font-size:13px;letter-spacing:.05em;color:#1f1a178c}.page-legal .legal-body{max-width:760px}.page-legal .legal-note{background:var(--cream);border:1px solid var(--rule);border-radius:12px;padding:16px 20px;font-size:14px;line-height:1.6;color:#1f1a17cc;margin-bottom:36px}.page-legal section{margin-bottom:30px}.page-legal section h2{font-size:20px;margin:0 0 10px}.page-legal section p,.page-legal section li{font-size:15px;line-height:1.75;color:#1f1a17d9}.page-legal section p{margin:0 0 12px}.page-legal section ul{margin:0 0 12px;padding-left:20px}.page-legal section li{margin-bottom:6px}.page-legal a.inline-link{color:var(--terracotta);text-decoration:none}.page-legal a.inline-link:hover{text-decoration:underline}.page-legal .faq-list{border-top:1px solid var(--rule)}.page-legal .faq-item{border-bottom:1px solid var(--rule)}.page-legal .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--display);font-size:18px;color:var(--ink);padding:20px 0}.page-legal .faq-q:hover{color:var(--terracotta)}.page-legal .faq-icon{color:var(--terracotta);font-size:22px;flex-shrink:0;line-height:1}.page-legal .faq-a{font-size:15px;line-height:1.75;color:#1f1a17d9;padding:0 0 22px;max-width:660px}.page-legal .size-table-wrap{overflow-x:auto;margin:0 0 24px}.page-legal table.size-table{width:100%;border-collapse:collapse;min-width:520px}.page-legal table.size-table th,.page-legal table.size-table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--rule);font-size:14px}.page-legal table.size-table thead th{font-family:var(--body);text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:#1f1a1799;font-weight:500}.page-legal table.size-table td:first-child{font-family:var(--display);font-weight:500}@media (max-width: 720px){.page-legal{padding:26px 0 60px}.page-legal .legal-head{margin-bottom:28px}.page-legal .breadcrumb{margin-bottom:16px;font-size:11px}.page-legal .legal-note{padding:14px 16px;font-size:13px;margin-bottom:26px}.page-legal section{margin-bottom:24px}.page-legal section h2{font-size:18px}.page-legal section p,.page-legal section li{font-size:14px;line-height:1.7}.page-legal .faq-q{font-size:16px;padding:16px 0;gap:12px}.page-legal .faq-a{font-size:14px;padding-bottom:18px}.page-legal .size-table-wrap{-webkit-overflow-scrolling:touch}.page-legal table.size-table th,.page-legal table.size-table td{padding:10px 11px;font-size:13px}}:root{--ink: #1f1a17;--paper: #f4ece0;--cream: #ede2d0;--terracotta: #c65a3a;--saffron: #d98b3e;--indigo: #2b3a5a;--moss: #6b7a3a;--rose: #a24459;--gold: #b8893b;--rule: rgba(31, 26, 23, .18);--whatsapp: #25d366;--whatsapp-dark: #128c7e;--display: "Fraunces", serif;--body: "Jost", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--body);font-weight:400;font-size:16px;line-height:1.6;overflow-x:hidden;background-image:radial-gradient(circle at 20% 10%,rgba(198,90,58,.06),transparent 40%),radial-gradient(circle at 85% 80%,rgba(43,58,90,.05),transparent 45%)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;opacity:.35;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.12 0 0 0 0 0.1 0 0 0 0 0.09 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");mix-blend-mode:multiply}img{max-width:100%}.wrap{max-width:1280px;margin:0 auto;padding:0 32px;position:relative;z-index:2}.announce{background:var(--ink);color:var(--cream);font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;padding:10px 0;text-align:center;position:relative;z-index:3}.announce span{opacity:.85}.announce .dot{margin:0 14px;opacity:.4}nav{padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--rule);position:relative;z-index:3}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--ink);flex-shrink:0}.brand .mark{width:46px;height:46px;background:var(--terracotta);border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:600;font-size:14px;letter-spacing:.08em;flex-shrink:0;font-family:var(--body)}.brand .brand-text{display:flex;flex-direction:column;line-height:1.15}.brand .brand-name{font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.01em;white-space:nowrap}.brand .brand-name em{font-style:italic;color:var(--terracotta);font-weight:400}.brand .brand-sub{font-family:var(--body);font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#1f1a178c;font-weight:400;margin-top:3px}.nav-links{display:flex;gap:26px;list-style:none;align-items:center}.nav-links li{white-space:nowrap}.nav-links a{color:var(--ink);text-decoration:none;font-size:14px;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;position:relative;padding-bottom:4px;transition:color .3s}.nav-links a.active{color:var(--terracotta)}.nav-links a:after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:var(--terracotta);transition:width .35s ease}.nav-links a.active:after{width:100%}.nav-links a:hover{color:var(--terracotta)}.nav-links a:hover:after{width:100%}.nav-actions{display:flex;gap:20px;align-items:center;flex-shrink:0}.icon-btn{width:40px;height:40px;display:grid;place-items:center;background:transparent;border:1px solid var(--rule);border-radius:50%;cursor:pointer;transition:all .3s;color:var(--ink)}.icon-btn:hover{background:var(--ink);color:var(--cream);border-color:var(--ink)}.cart-count{background:var(--terracotta);color:#fff;font-size:10px;padding:2px 7px;border-radius:10px;margin-left:-8px;margin-top:-14px;position:relative;z-index:1}.nav-toggle{display:none}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1a1780;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:940;opacity:0;pointer-events:none;transition:opacity .3s ease}.menu-overlay.open{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:86vw;background:var(--paper);z-index:941;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px -20px #1f1a1766;overflow-y:auto;overscroll-behavior:contain;visibility:hidden}.mobile-menu.open{transform:translate(0);visibility:visible}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--rule)}.mobile-menu-head .mm-title{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#1f1a178c}.mobile-menu-links{list-style:none;padding:8px 0;flex:1}.mobile-menu-links li{border-bottom:1px solid var(--rule)}.mobile-menu-links li:last-child{border-bottom:none}.mobile-menu-links a{display:block;padding:16px 22px;color:var(--ink);text-decoration:none;font-family:var(--display);font-size:18px;font-weight:500;transition:color .25s,background .25s}.mobile-menu-links a:hover,.mobile-menu-links a:active{color:var(--terracotta);background:var(--cream)}.mobile-menu-cta{margin:18px 22px 26px;padding:15px 20px;background:var(--whatsapp);color:#fff;text-align:center;border-radius:999px;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}footer{background:var(--ink);color:var(--cream);padding:80px 0 30px}.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}.foot-brand{font-family:var(--display);font-size:28px;font-weight:400;margin-bottom:6px;line-height:1.1}.foot-brand em{color:var(--saffron);font-style:italic}.foot-brand-parent{font-family:var(--body);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--saffron);margin-bottom:22px;display:block;opacity:.85}.foot-col p{color:#f4ece099;font-size:14px;line-height:1.7;margin-bottom:24px;max-width:340px}.foot-socials{display:flex;gap:10px;margin-bottom:28px}.foot-socials a{width:38px;height:38px;border:1px solid rgba(244,236,224,.2);border-radius:50%;display:grid;place-items:center;color:var(--cream);text-decoration:none;transition:all .3s}.foot-socials a:hover{background:var(--saffron);color:var(--ink);border-color:var(--saffron)}.foot-qr{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.foot-qr img{width:130px;height:130px;-o-object-fit:cover;object-fit:cover;border-radius:14px;border:3px solid rgba(244,236,224,.15);display:block}.foot-qr .qr-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#f4ece08c;line-height:1.5}.foot-qr .qr-handle{font-family:var(--display);font-style:italic;color:var(--saffron);font-size:13px;margin-top:2px}.foot-col h4{font-family:var(--body);font-weight:500;font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--saffron);margin-bottom:22px}.foot-col ul{list-style:none}.foot-col ul li{margin-bottom:12px}.foot-col ul li a{color:#f4ece0bf;text-decoration:none;font-size:14px;transition:color .3s}.foot-col ul li a:hover{color:var(--saffron)}.foot-disclaimer{margin-top:32px;padding:16px 20px;border:1px solid rgba(244,236,224,.16);border-radius:12px;background:#f4ece00a;font-size:13px;line-height:1.65;color:#f4ece09e;max-width:760px}.foot-disclaimer strong{color:#f4ece0e6;font-weight:500}.foot-bottom{margin-top:28px;padding-top:28px;border-top:1px solid rgba(244,236,224,.12);display:flex;justify-content:space-between;font-size:12px;color:#f4ece080;letter-spacing:.05em;flex-wrap:wrap;gap:16px}.state-msg{text-align:center;padding:100px 20px;color:#1f1a178c;font-family:var(--display);font-size:20px;font-style:italic}@media (max-width: 1320px){.nav-links{gap:20px}.nav-links a{font-size:13px;letter-spacing:.04em}.nav-actions{gap:14px}}@media (max-width: 1100px){.wrap{padding:0 24px}}@media (max-width: 1180px){.nav-links{display:none}.nav-toggle{display:grid}}@media (max-width: 960px){.foot-grid{grid-template-columns:1fr 1fr;gap:40px}footer{padding:60px 0 26px}}@media (max-width: 720px){.wrap{padding:0 18px}nav{padding:16px 0}.brand{gap:10px}.brand .mark{width:38px;height:38px;font-size:12px}.brand .brand-name{font-size:16px}.brand .brand-sub{font-size:9px;letter-spacing:.16em}.nav-actions{gap:10px}.announce{font-size:11px;letter-spacing:.12em;padding:9px 14px;line-height:1.5}.announce .dot{margin:0 8px}footer{padding:50px 0 24px}.foot-grid{gap:34px;margin-bottom:40px}.foot-brand{font-size:24px}.foot-col p{max-width:none}.state-msg{padding:60px 16px;font-size:17px}}@media (max-width: 520px){.wrap{padding:0 16px}.brand .brand-sub{display:none}.brand .brand-name{font-size:15px;line-height:1.2}.brand .mark{width:34px;height:34px;font-size:11px}.nav-actions{gap:6px}.icon-btn{width:36px;height:36px}.announce{font-size:10px;letter-spacing:.1em;padding:8px 12px}.announce .dot{margin:0 6px}.foot-grid{grid-template-columns:1fr;gap:30px}.foot-bottom{flex-direction:column;gap:10px;text-align:left}.foot-qr img{width:112px;height:112px}}@media (max-width: 380px){.wrap{padding:0 13px}.brand .brand-name{font-size:14px}.brand .mark{width:31px;height:31px;font-size:10px}.icon-btn{width:33px;height:33px}}@media (hover: none){.icon-btn{min-width:40px;min-height:40px}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f1a1780;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:900;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:420px;max-width:92vw;background:var(--paper);z-index:901;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-20px 0 60px -20px #1f1a1766}.cart-drawer.open{transform:translate(0)}.cart-header{padding:24px 26px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--rule)}.cart-header h3{font-family:var(--display);font-weight:500;font-size:22px}.cart-header h3 span{color:#1f1a1780;font-size:15px;font-weight:400}.cart-close{width:38px;height:38px;border:1px solid var(--rule);border-radius:50%;background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--ink);font-size:18px;transition:all .25s}.cart-close:hover{background:var(--ink);color:var(--cream)}.cart-body{flex:1;overflow-y:auto;padding:8px 26px}.cart-empty{text-align:center;padding:80px 20px;color:#1f1a1780;font-family:var(--display);font-style:italic;font-size:18px}.cart-item{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--rule)}.cart-item-img{width:74px;height:74px;border-radius:10px;overflow:hidden;background:var(--cream);flex-shrink:0}.cart-item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.cart-item-main{flex:1;min-width:0}.cart-item-name{font-family:var(--display);font-weight:500;font-size:15px;line-height:1.2;margin-bottom:4px}.cart-item-variant{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#1f1a178c;margin-bottom:2px}.cart-item-personal{font-size:12px;font-style:italic;color:#1f1a1799;margin-bottom:8px}.cart-item-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.cart-item-price{font-family:var(--display);font-weight:500;font-size:15px}.cart-qty{display:flex;align-items:center;border:1px solid var(--rule);border-radius:999px;overflow:hidden}.cart-qty button{width:28px;height:28px;border:none;background:transparent;cursor:pointer;color:var(--ink);font-size:15px;display:grid;place-items:center;transition:background .2s}.cart-qty button:hover{background:var(--cream)}.cart-qty span{width:30px;text-align:center;font-size:13px}.cart-remove{background:none;border:none;cursor:pointer;color:#1f1a1773;font-size:11px;text-decoration:underline;padding:0;margin-top:6px;font-family:inherit}.cart-remove:hover{color:var(--terracotta)}.cart-footer{padding:22px 26px;border-top:1px solid var(--rule);background:var(--cream)}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.cart-total-row .lbl{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#1f1a1799}.cart-total-row .amt{font-family:var(--display);font-size:26px;font-weight:500}.cart-note{font-size:12px;color:#1f1a1780;margin-bottom:12px}.cart-disclaimer{font-size:12px;line-height:1.55;color:#1f1a179e;background:#1f1a170d;border-radius:10px;padding:10px 12px;margin-bottom:14px}.cart-disclaimer strong{font-weight:600;color:#1f1a17cc}.cart-checkout{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px 24px;background:var(--whatsapp);color:#fff;border:none;border-radius:999px;font-family:var(--body);font-size:13px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-decoration:none;transition:all .3s}.cart-checkout:hover{background:var(--whatsapp-dark);transform:translateY(-2px);box-shadow:0 8px 22px #25d36659}.cart-clear{display:block;width:100%;margin-top:10px;background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;color:#1f1a1780;text-decoration:underline}.cart-clear:hover{color:var(--terracotta)}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background:var(--ink);color:var(--cream);padding:14px 24px;border-radius:999px;font-size:13px;letter-spacing:.04em;z-index:1200;opacity:0;pointer-events:none;transition:all .3s ease;box-shadow:0 12px 30px #00000040}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 520px){.cart-drawer{width:100vw;max-width:100vw}.cart-header{padding:18px}.cart-header h3{font-size:19px}.cart-body{padding:4px 18px}.cart-item{gap:12px;padding:16px 0}.cart-item-img{width:64px;height:64px}.cart-footer{padding:18px 18px calc(18px + env(safe-area-inset-bottom))}.cart-total-row .amt{font-size:22px}.toast{left:16px;right:16px;transform:translateY(20px);text-align:center}.toast.show{transform:translateY(0)}}
