.main-header{position:sticky;top:0;z-index:50;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;box-shadow:0 6px 24px #0000000d}@media (min-width: 1024px){.main-header{padding:1.25rem 4rem}}.logo{display:flex;align-items:center;text-decoration:none;max-width:260px}.logo img{display:block;max-height:84px;width:auto}.header-actions{display:flex;align-items:center;gap:1rem}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:9999px;color:#1b1b1b;background:#fff2f4;border:1px solid rgba(255,103,126,.18);text-decoration:none;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.cart-icon:hover{transform:translateY(-1px);background:#ffe8ed;border-color:#ff677e59}.cart-count{position:absolute;top:-5px;right:-7px;min-width:20px;height:20px;background-color:#ff677e;color:#fff;font-size:.7rem;padding:0 5px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700}@media (max-width: 768px){.logo img{max-height:74px;max-width:220px}.cart-count{top:-3px;right:-3px}}.hero-section{position:relative;width:100%;height:260px;background:linear-gradient(325deg,#865ea7 22%,#ff677e 83%);display:flex;justify-content:center;align-items:center;font-family:Poppins,sans-serif;text-align:center;overflow:hidden;padding:2rem}.hero-with-image{background-size:cover;background-position:center}.hero-overlay{position:absolute;width:100%;height:100%;background:#d5cccc40;top:0;left:0;z-index:1}.hero-content{position:relative;z-index:2;animation:slideUp 1s ease-out;max-width:1000px;padding:0 2rem;width:100%}.hero-title{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700;text-shadow:0 0 10px rgba(255,255,255,.25);line-height:1.2}.hero-subtitle{font-size:1.4rem;color:#f3f3f3;animation:fadeIn 1s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-section{height:220px;padding:2rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.2rem}}@media (max-width: 768px){.hero-section{height:180px;padding:1.5rem 1rem;flex-direction:column}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}}.product-box{background-color:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:340px;min-width:160px;box-shadow:0 10px 22px #1813240d;transition:box-shadow .3s ease;margin-bottom:1rem}.product-box:hover{box-shadow:0 14px 28px #18132414}.product-image-wrapper{width:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative;background:linear-gradient(180deg,#fff7f8,#fff);display:flex;align-items:center;justify-content:center}.catalog-product-image{width:calc(100% - 1.1rem);height:calc(100% - 1.1rem);-o-object-fit:contain;object-fit:contain;position:absolute;top:.55rem;left:.55rem;cursor:pointer;transition:opacity .6s ease-in-out,transform .6s ease-in-out;border-radius:.85rem}.primary-image{z-index:1;opacity:1}.secondary-image{z-index:2;opacity:0}.product-image-wrapper:hover .secondary-image{opacity:1;transform:scale(1.03)}.product-image-wrapper:hover .primary-image{opacity:0;transform:scale(1.03)}.product-info-wrapper{padding:1rem;display:flex;flex-direction:column;gap:.28rem;flex-grow:1;justify-content:space-between}.product-title{font-family:Poppins,sans-serif;font-size:.95rem;line-height:1.42;color:#2c2929;width:100%;font-weight:400}.product-divider{border:none;border-top:1px solid #e9e1e5;margin:.5rem 0 .7rem}.product-price{font-family:Poppins,sans-serif;font-size:1.08rem;font-weight:500;color:#272727}.product-meta{display:flex;justify-content:space-between;align-items:center}.icon-cart-btn{background-color:#ff677e;border:none;border-radius:.8rem;padding:.58rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;color:#fff;font-size:1rem}.icon-cart-btn:hover{background-color:#865ea7}.icon-cart-btn.animate{animation:cart-pop .4s ease}@keyframes cart-pop{0%{transform:scale(1)}30%{transform:scale(1.3)}60%{transform:scale(.9)}to{transform:scale(1)}}@media (max-width: 768px){.product-box{max-width:none}.product-image-wrapper{aspect-ratio:1 / .92}.product-info-wrapper{padding:.95rem .95rem 1rem;gap:.32rem}.product-title{font-size:.9rem;line-height:1.4}.product-price{font-size:1.02rem}.icon-cart-btn{font-size:.95rem;padding:.52rem}}@media (max-width: 480px){.product-box{max-width:none;margin-bottom:.75rem}.product-image-wrapper{aspect-ratio:1 / .88}.catalog-product-image{width:calc(100% - 1rem);height:calc(100% - 1rem);top:.5rem;left:.5rem}.product-info-wrapper{padding:1rem 1rem 1.05rem;gap:.35rem}.product-title{font-size:.98rem;line-height:1.38}.product-price{font-size:1.16rem;font-weight:500}.product-divider{margin:.65rem 0 .8rem}.icon-cart-btn{font-size:.94rem;padding:.58rem;border-radius:.9rem}}.product-card{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2rem;max-width:1500px;margin:0 auto;justify-items:center}@media (max-width: 1024px){.product-card{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.product-card{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 480px){.product-card{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}}:root{--color-bg: #f9f9f9;--color-text: rgb(53, 53, 53);--color-accent: #865ea7;--color-card: #ffffff;--shadow: 0 12px 32px rgba(23, 18, 33, .08)}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,sans-serif}.main-container{background-color:var(--color-bg);color:var(--color-text);min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding-left:2rem;padding-right:2rem}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-hero-eyebrow,.home-section-eyebrow{color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.home-section-heading .home-section-eyebrow,.home-section-heading-inline .home-section-eyebrow{color:#ff677e}.home-value-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.75rem}.home-value-card{display:grid;grid-template-columns:48px 1fr;gap:.9rem;align-items:flex-start;padding:1.2rem;border-radius:1.3rem;background:#fff;box-shadow:var(--shadow)}.home-value-icon{width:48px;height:48px;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:#fff3f6;color:#ff677e;font-size:1.1rem}.home-value-copy h2{font-family:Poppins,sans-serif;font-size:1rem;color:#2c2929;margin-bottom:.35rem}.home-value-copy p{color:#666;line-height:1.6;font-size:.95rem}.home-featured-section,.home-catalog-section{margin-top:2.25rem}.home-section-heading{display:flex;flex-direction:column;gap:.45rem;margin:0 auto 1.75rem;width:100%;max-width:1400px}.home-section-heading h2{margin:0;font-family:Poppins,sans-serif;font-size:1.8rem;line-height:1.1;color:#2c2929;font-weight:400}.home-section-heading p{margin:0;color:#666;max-width:620px;line-height:1.6}.home-section-heading-inline{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,420px);align-items:end;gap:1rem}.home-catalog-caption{justify-self:end;text-align:right}.home-featured-grid,.home-catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;justify-items:center;background-color:var(--color-bg);width:100%;max-width:1500px;margin:0 auto 1rem}.home-section-divider{margin:2rem auto 0;width:min(90%,1180px);border:none;border-top:1px solid #ece2e4}.pagination-numbers{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0 4rem;flex-wrap:wrap;padding:0 clamp(1rem,4vw,3rem)}.pagination-number-btn{background-color:#fff;border:1px solid var(--color-accent);border-radius:9999px;padding:.4rem 1rem;font-size:1rem;cursor:pointer;color:var(--color-text);transition:background-color .2s ease,color .2s ease}.pagination-number-btn:hover,.pagination-number-btn.active{background-color:var(--color-accent);color:#fff;font-weight:600}@media (max-width: 1180px){.home-value-strip,.home-section-heading-inline{grid-template-columns:1fr}.home-catalog-caption{justify-self:start;text-align:left}.home-featured-grid,.home-catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.container{padding-left:1rem;padding-right:1rem}.home-section-heading{gap:.4rem;margin-bottom:1.4rem}.home-section-heading h2{font-size:1.45rem;line-height:1.16;font-weight:400}.home-section-heading p{font-size:.96rem;line-height:1.55}.home-section-eyebrow{font-size:.78rem;color:#ff677e}.home-featured-grid,.home-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.pagination-number-btn{font-size:.9rem;padding:.3rem .8rem}}@media (max-width: 480px){.home-featured-section,.home-catalog-section{margin-top:1.9rem}.home-section-heading{margin-bottom:1.2rem}.home-section-heading h2{font-size:1.28rem;line-height:1.18;font-weight:400}.home-section-heading p{font-size:.93rem;line-height:1.52}.home-section-eyebrow{font-size:.76rem;letter-spacing:.08em;color:#ff677e}.home-featured-grid,.home-catalog-grid{grid-template-columns:1fr;gap:1rem}.pagination-number-btn{font-size:.85rem;padding:.3rem .75rem}}.qs-container{display:flex;align-items:center;gap:.5rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:9999px;padding:0 .75rem;height:2.5rem;transition:border .2s ease}.qs-btn{all:unset;display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;cursor:pointer;transition:transform .1s ease,background-color .2s ease}.qs-btn:hover{background-color:#f5f5f5;transform:scale(1.05)}.qs-input{all:unset;width:2.5rem;text-align:center;font-size:1rem;font-weight:500;color:#333}.qs-input::-webkit-inner-spin-button,.qs-input::-webkit-outer-spin-button{-webkit-appearance:none}.qs-input[type=number]{-moz-appearance:textfield}.cart-page-shell{width:min(1400px,100%);margin:0 auto;padding:2rem 5% 4rem}.cart-page-header{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.5rem}.cart-back-link{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:.55rem;color:#666;text-decoration:none;font-size:.92rem}.cart-back-link:hover{color:#2c2929}.cart-eyebrow,.cart-section-eyebrow,.cart-empty-eyebrow{color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.cart-title{margin:0;font-family:Poppins,sans-serif;font-size:1.55rem;line-height:1.1;color:#2c2929;font-weight:400}.cart-empty-state{max-width:760px;margin:2rem auto 0;background:#ffffffeb;border-radius:1.75rem;box-shadow:0 18px 42px #18132414;padding:3rem 2rem;text-align:center}.cart-empty-icon{width:86px;height:86px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:1.35rem;background:#fff3f6;color:#ff677e;font-size:2.4rem}.cart-empty-state h2{margin:0 0 .75rem;font-family:Poppins,sans-serif;font-size:1.55rem;font-weight:400;color:#2c2929}.cart-empty-state p{max-width:48ch;margin:0 auto;color:#666;line-height:1.7}.cart-empty-button{display:inline-flex;align-items:center;justify-content:center;min-width:220px;min-height:52px;margin-top:1.8rem;padding:.9rem 1.4rem;border-radius:999px;background:#ff677e;color:#fff;text-decoration:none;font-family:Poppins,sans-serif;font-weight:600;box-shadow:0 18px 24px #ff677e33}.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,400px);gap:1.5rem;align-items:start}.cart-items-column{display:flex;flex-direction:column;gap:1rem}.cart-items-header h2,.cart-summary-card h2{margin:0;font-family:Poppins,sans-serif;font-size:1.55rem;font-weight:400;color:#2c2929}.cart-items-list{display:flex;flex-direction:column;gap:.85rem}.cart-item-card{display:grid;grid-template-columns:128px minmax(0,1fr);gap:.85rem;align-items:stretch;background:#fff;padding:.85rem;border-radius:1rem;box-shadow:0 10px 22px #1813240d}.cart-item-image{width:128px;height:128px;-o-object-fit:cover;object-fit:cover;border-radius:.85rem}.cart-item-body{display:flex;flex-direction:column;gap:.75rem;min-width:0}.cart-item-top{display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.cart-item-brand{margin:0 0 .35rem;color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.cart-item-name{margin:0;color:#2c2929;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:400;line-height:1.45;cursor:pointer}.cart-item-name span{color:#666}.cart-remove-button{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#c25163;cursor:pointer;font-size:.82rem;padding:.25rem 0}.cart-remove-button:hover{color:#9d3144}.cart-item-meta{display:grid;gap:.25rem;color:#666;line-height:1.55;font-size:.88rem}.cart-item-bottom{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.cart-item-stock{padding:.42rem .72rem;border-radius:999px;background:#eef8f0;color:#1d6b31;font-size:.78rem;white-space:nowrap}.cart-summary-card{position:sticky;top:110px;background:#ffffffeb;border-radius:1.25rem;box-shadow:0 18px 42px #18132414;padding:1.25rem}.cart-summary-rows{display:grid;gap:.7rem;margin-top:1rem}.cart-summary-row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;color:#666;font-size:.92rem}.cart-summary-row strong{color:#2c2929;text-align:right;font-weight:500}.cart-summary-row.total{margin-top:.35rem;padding-top:.95rem;border-top:1px solid #ece2e4}.cart-summary-row.total span,.cart-summary-row.total strong{color:#2c2929;font-size:.94rem;font-weight:500}.cart-summary-actions{display:grid;gap:.75rem;margin-top:1.5rem}.cart-primary-button,.cart-secondary-button{min-height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:500;text-decoration:none;border:none;cursor:pointer}.cart-primary-button{background:#ff677e;color:#fff;box-shadow:0 18px 24px #ff677e33}.cart-primary-button:hover{background:#ea5c72}.cart-secondary-button{background:#fff;color:#2c2929;border:1px solid #f0d3da;box-shadow:0 10px 22px #1813240d}.cart-secondary-button:hover{background:#fff7f9}.cart-trust-list{display:grid;gap:.75rem;margin-top:1.25rem}.cart-trust-item{display:grid;grid-template-columns:42px 1fr;gap:.8rem;align-items:flex-start;padding:.85rem .9rem;border-radius:1rem;background:#fff;box-shadow:0 10px 22px #1813240d}.cart-trust-icon{width:42px;height:42px;border-radius:.95rem;display:flex;align-items:center;justify-content:center;background:#fff3f6;color:#ff677e;font-size:1rem}.cart-trust-copy strong{display:block;margin-bottom:.2rem;color:#2c2929;font-size:.88rem;font-weight:500}.cart-trust-copy span{color:#666;font-size:.84rem;line-height:1.55}@media (max-width: 980px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static}}@media (max-width: 640px){.cart-page-shell{padding:1.5rem 1rem 3rem}.cart-item-card{grid-template-columns:104px minmax(0,1fr)}.cart-item-image{width:104px;height:104px;aspect-ratio:auto}.cart-item-bottom{flex-direction:column;align-items:flex-start}.cart-item-top{flex-direction:column;gap:.45rem}.cart-empty-state{padding:2.25rem 1rem;border-radius:1.25rem;box-shadow:none}.cart-empty-state h2{font-size:1.45rem}.cart-title,.cart-items-header h2,.cart-summary-card h2{font-size:1.35rem}.cart-empty-button,.cart-primary-button,.cart-secondary-button{width:100%}}.upseller-section{padding:0 5% 2.5rem;background-color:var(--color-bg);margin-bottom:0}.upseller-inner-wrapper{max-width:1400px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.upseller-heading{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem;margin-bottom:1.75rem}.upseller-eyebrow{margin:0;color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.upseller-heading h2{margin:0;font-family:Poppins,sans-serif;font-size:1.8rem;color:#2c2929}.upseller-subtitle{margin:0;max-width:620px;color:#666;line-height:1.6}.upseller-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%;max-width:1500px;margin:0 auto 1rem;justify-items:center}@media (max-width: 768px){.upseller-section{padding:0 1rem 2rem}.upseller-heading h2{font-size:1.35rem}.upseller-subtitle{font-size:.95rem}.upseller-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem}}@media (max-width: 480px){.upseller-grid{gap:1rem}}.product-page-detail-container{display:flex;flex-direction:column;gap:2rem;padding:2rem 5%;max-width:1480px;margin:0 auto;background-color:var(--color-bg);box-sizing:border-box;overflow-x:hidden}.product-page-main-section{display:flex;flex-direction:column-reverse;gap:1rem;width:100%;box-sizing:border-box;overflow-x:hidden}.product-page-main-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:600px;border-radius:1rem;box-shadow:var(--shadow);overflow:hidden;background:linear-gradient(180deg,#fff7f8,#fff)}.product-page-main-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease,filter .3s ease,opacity .2s ease}.product-page-main-image:hover{transform:scale(1.03);filter:brightness(1.05)}.product-page-thumbnail-row{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.25rem}.product-page-thumbnail{width:88px;height:88px;-o-object-fit:cover;object-fit:cover;cursor:pointer;border-radius:.85rem;border:2px solid transparent;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;flex-shrink:0}.product-page-thumbnail.selected{border-color:transparent;transform:translateY(-2px);opacity:1}.product-page-thumbnail:hover{transform:translateY(-2px)}.product-page-info-section{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:640px;align-items:flex-start;text-align:left}.product-page-brand{margin:0;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ff677e}.product-page-title{margin:0;font-size:2.2rem;line-height:1.1;font-family:Poppins,sans-serif;color:#2c2929}.product-page-price-block{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center}.product-page-price{margin:0;font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#272727}.product-page-stock-pill{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background-color:#eef8f0;color:#1d6b31;font-size:.9rem;font-weight:600}.product-page-stock-pill.is-out{background-color:#fff1f1;color:#b42318}.product-page-summary-copy{display:flex;flex-direction:column;gap:.5rem;color:#575757;font-size:1rem;line-height:1.7}.product-page-summary-copy p{margin:0}.product-page-trust-grid{display:grid;gap:.85rem;width:100%}.product-page-trust-card{display:grid;grid-template-columns:44px 1fr;gap:.9rem;align-items:flex-start;padding:1rem 1.05rem;border-radius:1rem;background:#fff;box-shadow:var(--shadow)}.product-page-trust-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.9rem;background:#fff4f6;color:#ff677e;font-size:1.05rem}.product-page-trust-copy{display:flex;flex-direction:column;gap:.2rem}.product-page-trust-copy strong{color:#2c2929;font-size:.96rem}.product-page-trust-copy span{color:#616161;font-size:.9rem;line-height:1.5}.product-page-features{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:.35rem}.product-page-feature-chip{padding:.6rem .85rem;border-radius:999px;background:#fff;color:#444;font-size:.92rem;box-shadow:var(--shadow)}.product-page-hr{margin:2rem auto;width:min(90%,1180px);border:none;border-top:1px solid #ece2e4}.product-page-btn-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);width:100%;gap:.75rem;margin-top:.25rem}.product-page-btn-buy,.product-page-btn-cart{min-height:54px;border:none;font-weight:600;font-family:Poppins,sans-serif;font-size:.98rem;cursor:pointer;text-align:center;padding:.95rem 1.2rem;border-radius:.9rem;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease}.product-page-btn-buy{background-color:#ff677e;color:#fff;box-shadow:0 18px 24px #ff677e33}.product-page-btn-buy:hover{background-color:#e85c71;transform:translateY(-1px)}.product-page-btn-cart{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;background-color:#fff;color:#2c2929;border:1px solid #f0d3da;box-shadow:var(--shadow)}.product-page-btn-cart:hover{background-color:#fff6f8;transform:translateY(-1px)}.product-page-btn-buy:disabled,.product-page-btn-cart:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}@media (min-width: 1024px){.product-page-detail-container{flex-direction:row;gap:3.25rem;align-items:flex-start}.product-page-main-section{flex:0 0 51.5%;flex-direction:row;align-items:flex-start;gap:1rem;min-height:560px}.product-page-thumbnail-row{flex-direction:column;max-height:560px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem}.product-page-thumbnail{width:82px;height:82px}.product-page-main-image-wrapper{flex:1;max-width:640px;height:560px;align-self:flex-start}.product-page-info-section{flex:0 0 48.5%;max-width:700px;position:sticky;top:110px}.product-page-title{font-size:2.05rem}.product-page-summary-copy{font-size:.97rem;line-height:1.68}.product-page-trust-card{padding:.95rem 1rem}}@media (max-width: 768px){.product-page-detail-container{padding:1rem 1rem 2rem;gap:1.5rem}.product-page-main-image-wrapper{height:85vw;max-height:500px;border-radius:1rem}.product-page-title{font-size:1.7rem}.product-page-price{font-size:1.6rem}.product-page-btn-row{grid-template-columns:1fr}.product-page-btn-cart span{display:inline}}@media (max-width: 480px){.product-page-thumbnail{width:76px;height:76px}.product-page-trust-card{grid-template-columns:40px 1fr;gap:.75rem;padding:.9rem}.product-page-trust-icon{width:40px;height:40px}}.shipment-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:2rem 5%;color:var(--color-text);background-color:var(--color-bg)}@media (min-width: 768px){.shipment-grid{grid-template-columns:minmax(620px,1fr) minmax(320px,480px);align-items:flex-start;max-width:1240px;margin:0 auto}.shipment-form{grid-column:1;grid-row:1 / span 2;min-width:620px}.payment-summary{grid-column:2;grid-row:1}.payment-actions{grid-column:2;grid-row:2}}.shipment-form{max-width:600px;display:flex;flex-direction:column}.form-section-card,.summary-box,.payment-info-box{background-color:var(--color-card);padding:1.35rem;border-radius:1.25rem;box-shadow:0 18px 32px #1712210f}.form-section-card{display:flex;flex-direction:column;gap:.9rem;animation:fadeIn .4s ease-in-out}.checkout-eyebrow{margin:0;color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700;text-align:left}.form-section-title,.form-section-subtitle,.summary-box h2,.payment-info-title,.modal-content h2{margin:0;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:400;line-height:1.15;color:#2c2929}.form-section-subtitle{margin-top:.35rem}.shipment-form input,.shipment-form textarea{padding:.85rem 1rem;font-size:.95rem;border:1px solid #d8d3d7;border-radius:.9rem;background-color:#fff;font-family:Inter,sans-serif;transition:border .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.shipment-form input:focus,.shipment-form textarea:focus{border-color:#ff677e;outline:none;box-shadow:0 0 0 2px #ff677e29}.shipment-form input:-webkit-autofill,.shipment-form input:-webkit-autofill:hover,.shipment-form input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px #ffffff inset;-webkit-text-fill-color:#2c2929;-webkit-transition:background-color 9999s ease-out 0s;transition:background-color 9999s ease-out 0s}.shipment-form textarea{min-height:100px;resize:vertical}.styled-phone-input{display:flex;align-items:center;border:1px solid #d8d3d7;border-radius:.9rem;background-color:#fff;font-family:Inter,sans-serif;overflow:hidden;width:100%}.styled-phone-input:focus-within{border-color:#ff677e;box-shadow:0 0 0 2px #ff677e29}.phone-prefix{padding:.85rem 1rem;font-size:.95rem;color:#a0a5ab;border-right:1px solid #d8d3d7}.styled-phone-input input{flex:1;padding:.85rem 1rem;border:none;outline:none;font-size:.95rem;background:transparent}.custom-select-wrapper{width:100%}.custom-select-wrapper input:focus,.custom-select-wrapper input:focus-visible{outline:none!important;box-shadow:none!important}.custom-select-wrapper input::-moz-selection{background-color:transparent}.custom-select-wrapper input::selection{background-color:transparent}.custom-select-wrapper,.custom-select-wrapper>div,.shipment-form,.css-13cymwt-control,.css-1nmdiq5-menu{max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box}.custom-select-wrapper .css-13cymwt-control{width:100%;min-width:unset;max-width:100%;min-height:50px;padding:.35rem .55rem;border-radius:.9rem;border:1px solid #d8d3d7;box-shadow:none;font-family:Inter,sans-serif;font-size:.95rem;background-color:#fff}.custom-select-wrapper .css-1dimb5e-singleValue{color:var(--color-text)}.custom-select-wrapper .css-1jqq78o-placeholder{color:#a0a5ab!important;font-weight:400}.custom-select-wrapper .css-1nmdiq5-menu{max-width:100vw!important;width:100%!important;left:0!important;right:0!important;position:relative!important;z-index:100}.payment-summary,.payment-actions{width:100%;max-width:480px}.summary-box h2{margin-top:.2rem;margin-bottom:.9rem}.summary-items-scroll{max-height:240px;overflow-y:auto;padding-right:4px}.summary-items-scroll::-webkit-scrollbar{width:6px}.summary-items-scroll::-webkit-scrollbar-thumb{background-color:#0000001a;border-radius:999px}.summary-item{display:flex;gap:.85rem;align-items:center;margin-bottom:.9rem}.summary-item-img{width:88px;height:88px;-o-object-fit:cover;object-fit:cover;border-radius:.9rem;box-shadow:0 10px 22px #1712210f}.summary-item-info{display:flex;flex-direction:column;gap:.2rem}.summary-item-name{font-family:Poppins,sans-serif;font-size:.92rem;line-height:1.45;color:#2c2929}.summary-item-size{color:#666;margin-left:4px}.summary-item-price,.summary-item-subtotal{font-size:.84rem;color:#555}.summary-divider{border:none;height:1px;background-color:#eee;margin:1rem 0}.summary-totals{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.summary-line{display:flex;justify-content:space-between;gap:1rem;color:#333}.summary-line.total-final{margin-top:.45rem;padding-top:.8rem;border-top:1px solid #f0e6e8;font-size:.96rem;color:#2c2929;font-weight:500}.shipping-label{position:relative;display:inline-block;text-align:right;white-space:nowrap;font-size:.9rem;color:#2c2929}.shipping-label .visible{position:relative;z-index:1}.shipping-label .ghost{visibility:hidden;position:absolute;top:0;left:0;white-space:nowrap;pointer-events:none}.payment-info-box{text-align:center}.payment-copy{font-size:.92rem;line-height:1.7;color:var(--color-text);margin:.6rem 0 0}.mp-logos{display:flex;gap:.75rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:1.2rem;margin-bottom:.15rem}.mp-logos img{height:22px;-o-object-fit:contain;object-fit:contain}.payment-button{margin-top:1rem;padding:.9rem 1.2rem;background-color:#ff677e;color:#fff;font-size:.92rem;font-family:Poppins,sans-serif;font-weight:500;border:none;border-radius:999px;cursor:pointer;transition:background-color .3s ease;width:100%;box-shadow:0 18px 24px #ff677e33}.payment-button:hover{background-color:#ea5c72}.transfer-button{margin-top:.95rem;background:none;border:none;color:#ff677e;font-size:.88rem;cursor:pointer;text-decoration:none;text-align:center;width:100%;padding:0}.transfer-button:hover{color:#865ea7}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background-color:var(--color-card);padding:1.6rem;border-radius:1.25rem;box-shadow:0 22px 40px #17122129;max-width:500px;width:100%;font-family:Inter,sans-serif;text-align:left}.modal-content h2{margin-top:.2rem;margin-bottom:.7rem}.modal-copy{margin:0 0 1rem;color:#666;line-height:1.65;font-size:.92rem}.transferencia-list{list-style:none;padding:0;margin:.85rem 0 0;text-align:left;font-size:.92rem;color:#333}.transferencia-list li{margin-bottom:.55rem}.transfer-amount-value{margin:1.15rem 0 0;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:400;color:#2c2929;text-align:center}.transfer-reference{margin:.55rem 0 0;color:#666;line-height:1.6;font-size:.92rem;text-align:center}.transfer-reference strong{font-weight:500;color:#2c2929}.modal-actions{margin-top:1.5rem;display:flex;justify-content:flex-start;gap:1rem;flex-wrap:wrap}.confirm-transfer-button,.modal-secondary-button{padding:.85rem 1.3rem;font-size:.9rem;font-family:Poppins,sans-serif;font-weight:500;border-radius:999px;cursor:pointer}.confirm-transfer-button{background-color:#ff677e;color:#fff;border:none}.confirm-transfer-button:hover{background-color:#ea5c72}.modal-secondary-button{background-color:#fff;color:#333;border:1px solid #edd7de}.modal-secondary-button:hover{background-color:#fff7f9}.form-row{display:flex;gap:1rem;flex-direction:column}@media (min-width: 480px){.form-row{flex-direction:row}.form-row input,.form-row .custom-select-wrapper{flex:1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.shipment-grid{gap:1rem;padding:1rem}.shipment-form,.form-section-card,.form-row,.form-row input,.styled-phone-input,.styled-phone-input input,.custom-select-wrapper,.custom-select-wrapper .css-13cymwt-control,.custom-select-wrapper .css-1nmdiq5-menu{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box;overflow-x:hidden}.shipment-form{padding:0}.form-section-card,.summary-box,.payment-info-box{padding:1rem}.summary-item{gap:.75rem;align-items:flex-start}.summary-item-img{width:72px;height:72px;flex-shrink:0}.summary-item-name{font-size:.88rem;line-height:1.4}.summary-item-price,.summary-item-subtotal,.summary-totals,.payment-copy,.transfer-button{font-size:.84rem}.summary-line.total-final{font-size:.9rem}.payment-info-title,.form-section-title,.form-section-subtitle,.summary-box h2{font-size:1rem}.shipping-label{text-align:right;white-space:normal;font-size:.88rem}.modal-actions{flex-direction:column}.confirm-transfer-button,.modal-secondary-button,.payment-button{width:100%}}.footer{background:#fff;padding:1.5rem 1rem 1rem;font-size:.85rem;color:#555;box-shadow:0 -1px 4px #0000000d;text-align:center}.footer-top{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap}.footer-links button{background:none;border:none;color:#888;font-size:.85rem;cursor:pointer;text-decoration:none;transition:color .2s ease;padding:0;font-family:inherit}.footer-links button:hover{color:#e1306c}.instagram-link{color:#1b1b1b;transition:color .2s ease}.instagram-link:hover{color:#e1306c}.footer-bottom{font-size:.75rem;color:#aaa}@media (max-width: 640px){.footer-links{justify-content:center;text-align:center;width:100%}.footer-links button{font-size:.95rem}.footer-top{flex-direction:column;align-items:center;gap:.5rem}}.status-page{min-height:100vh;background:linear-gradient(to bottom,#fff0f5,#fff)}.status-main{min-height:calc(100vh - 96px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem 4rem}.payment-status-card{background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:760px;width:100%;padding:3rem 2.25rem;border-radius:1.75rem;box-shadow:0 18px 42px #18132414;text-align:center}.status-hero{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.75rem}.status-icon-badge{width:96px;height:96px;border-radius:1.5rem;display:flex;align-items:center;justify-content:center;background:#fff3f6;color:#ff677e;font-size:3rem;animation:popHeart .7s ease}.status-icon-badge.is-success{background:#fff0f5}.status-icon-badge.is-pending{background:#fff7ec;color:#dd8b14}.status-icon-badge.is-error{background:#fff1f1;color:#d94141}.status-icon-badge.is-transfer{background:#eef6ff;color:#4d72dc}.status-icon-badge img{width:74px;height:auto}.status-eyebrow{color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.status-title{margin:0;font-size:2rem;line-height:1.15;color:#2c2929;font-family:Poppins,sans-serif;font-weight:500}.status-description{max-width:48ch;margin:0 auto;font-size:1rem;color:#4f4b55;line-height:1.75}.status-order-code{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;padding:.7rem 1rem;border-radius:999px;background:#fff6f8;border:1px solid #f3d7df;color:#4b4b4b;font-size:.92rem}.status-order-code strong{color:#2c2929}.status-note{margin:1.25rem auto 0;max-width:58ch;color:#6b6671;line-height:1.7;font-size:.95rem}.status-summary{margin-top:1.8rem;display:grid;gap:.85rem}.status-summary-item{display:grid;grid-template-columns:42px 1fr;gap:.85rem;align-items:flex-start;text-align:left;padding:1rem 1.1rem;border-radius:1rem;background:#fff;box-shadow:0 10px 22px #1813240d}.status-summary-icon{width:42px;height:42px;border-radius:.95rem;display:flex;align-items:center;justify-content:center;background:#fff3f6;color:#ff677e;font-size:1rem}.status-summary-copy strong{display:block;margin-bottom:.2rem;color:#2c2929;font-size:.96rem}.status-summary-copy span{color:#666;line-height:1.55;font-size:.92rem}.status-actions{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.status-button{min-width:210px;min-height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:.9rem 1.4rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.status-button.primary{background:#ff677e;color:#fff;box-shadow:0 18px 24px #ff677e33}.status-button.primary:hover{background:#ea5c72;transform:translateY(-1px)}.status-button.secondary{background:#fff;color:#2c2929;border:1px solid #f0d3da;box-shadow:0 10px 22px #1813240d}.status-button.secondary:hover{background:#fff7f9;transform:translateY(-1px)}.status-contact{margin-top:1.6rem;color:#666;font-size:.92rem}.status-contact a,.contact-link{color:#ff677e;text-decoration:underline}.status-contact a:hover,.contact-link:hover{color:#c94f63}@keyframes popHeart{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-slide-in{animation:fadeSlideIn .6s ease-out}@media (max-width: 640px){.status-main{padding:1.5rem 1rem 3rem}.payment-status-card{padding:2.25rem 1rem;border-radius:1.25rem;box-shadow:none}.status-title{font-size:1.55rem}.status-description,.status-note{font-size:.95rem}.status-actions{flex-direction:column}.status-button{width:100%;min-width:0}.status-summary-item{grid-template-columns:38px 1fr;gap:.7rem;padding:.9rem}.status-icon-badge{width:82px;height:82px;font-size:2.5rem;border-radius:1.25rem}.status-icon-badge img{width:62px}}.order-tracking-wrapper{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,#fff0f5,#fff)}.order-tracking-main{flex:1;display:flex;justify-content:center;padding:2rem 1rem 4rem}.order-tracking-card{background-color:#fffffff0;max-width:920px;width:100%;padding:2.4rem 2rem;border-radius:1.75rem;box-shadow:0 18px 42px #18132414}.order-tracking-hero{display:flex;flex-direction:column;gap:.55rem;margin-bottom:2rem}.order-tracking-eyebrow{margin:0;color:#ff677e;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.order-tracking-title{margin:0;font-size:2rem;line-height:1.1;color:#2c2929;font-family:Poppins,sans-serif;font-weight:500}.order-tracking-subtitle{margin:0;max-width:52ch;color:#666;line-height:1.7}.order-tracking-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.order-step{position:relative;text-align:center;padding:1.2rem 1rem;border-radius:1.2rem;background:#fff;box-shadow:0 10px 22px #1813240d}.order-step-icon{width:72px;height:72px;border-radius:50%;background-color:#ece7eb;display:flex;align-items:center;justify-content:center;margin:0 auto .9rem;transition:background-color .3s ease}.order-step.active .order-step-icon{background-color:#ff677e}.order-step-label{font-weight:600;font-size:.98rem;color:#2c2929}.order-step-date{font-size:.85rem;color:#888;margin-top:.2rem}.order-step-line{position:absolute;top:48px;right:-18px;width:36px;height:2px;background:#eee}.order-step-line.active{background:#ff677e}.order-tracking-panels{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}.order-tracking-panel{padding:1.35rem;border-radius:1.25rem;background:#fff;box-shadow:0 10px 22px #1813240d}.order-tracking-panel h2{margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:500;color:#2c2929}.order-tracking-list{display:grid;gap:.75rem}.order-tracking-row{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;color:#4b4b4b;line-height:1.5}.order-tracking-row span:first-child{color:#7a7480}.order-tracking-row strong,.order-tracking-row span:last-child{text-align:right;color:#2c2929}.order-tracking-items{display:grid;gap:.85rem;max-height:356px;overflow-y:auto;padding-right:.25rem}.order-tracking-items::-webkit-scrollbar{width:6px}.order-tracking-items::-webkit-scrollbar-thumb{background:#ff677e40;border-radius:999px}.order-tracking-item{padding:.95rem 1rem;border-radius:1rem;background:#fff7f9}.order-tracking-item strong{display:block;margin-bottom:.25rem;color:#2c2929}.order-tracking-item span{color:#666;font-size:.94rem}.order-tracking-empty{color:#666;text-align:center;padding:2rem 1rem}@media (max-width: 768px){.order-tracking-card{padding:2rem 1rem;border-radius:1.2rem;box-shadow:none}.order-tracking-title{font-size:1.55rem}.order-tracking-steps,.order-tracking-panels{grid-template-columns:1fr}.order-step-line{display:none}.order-tracking-row{flex-direction:column;gap:.2rem}.order-tracking-row strong,.order-tracking-row span:last-child{text-align:left}}.legal-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:999;padding:1rem}.legal-modal{background:#fff;border-radius:1rem;padding:2rem 2.5rem;width:100%;max-width:700px;max-height:80vh;overflow-y:auto;position:relative;animation:fadeZoomIn .3s ease-out;box-shadow:0 10px 40px #00000026}.legal-close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.75rem;color:#aaa;cursor:pointer;transition:color .2s}.legal-close-btn:hover{color:#ff3e7f}.legal-modal-title{font-size:1.6rem;color:#ff3e7f;font-weight:700;text-align:center;margin-bottom:1.5rem}.legal-modal-content{font-size:1.15rem;color:#444;line-height:1.7;text-align:left}.legal-modal-content p{margin-bottom:1rem}@media (max-width: 640px){.legal-modal{padding:1.5rem 1.25rem}.legal-modal-title{font-size:1.35rem}.legal-modal-content{font-size:1rem;line-height:1.6}}@keyframes fadeZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.visible{visibility:visible}.static{position:static}.absolute{position:absolute}.flex{display:flex}.hidden{display:none}.h-8{height:2rem}.min-h-screen{min-height:100vh}.w-8{width:2rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.border{border-width:1px}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
