@import "tailwindcss";
:root{--pink:#e44f87;--hot:#d93675;--blush:#fff1f5;--cream:#fffaf7;--ink:#25161d;--muted:#7e6972;--green:#214f3a}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}.announcement{background:var(--pink);color:#fff;text-align:center;padding:9px 16px;font-size:12px;letter-spacing:.04em}.header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid #f3dce5;position:sticky;top:0;background:rgba(255,255,255,.96);z-index:20}.brand{font-family:Georgia,serif;font-size:21px;font-weight:800;letter-spacing:.04em;color:var(--hot);line-height:.85}.brand span{display:block;font-size:12px;letter-spacing:.35em;margin-top:8px}.nav{display:flex;gap:32px;font-size:13px;font-weight:700}.nav a:hover{color:var(--pink)}.actions{display:flex;gap:8px}.iconButton{border:0;background:transparent;font-size:22px;width:38px;height:38px;cursor:pointer;position:relative}.iconButton b{position:absolute;right:0;top:0;background:var(--pink);color:white;border-radius:99px;font-size:9px;width:16px;height:16px;display:grid;place-items:center}.menu{display:none}.hero{min-height:620px;display:grid;grid-template-columns:1fr 1fr;background:var(--cream);overflow:hidden}.heroCopy{padding:100px 6vw 70px 8vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.2em;color:var(--pink);margin:0 0 16px}.hero h1{font-family:Georgia,serif;font-size:clamp(45px,5.2vw,78px);line-height:.99;margin:0 0 24px;font-weight:500;letter-spacing:-.04em}.hero h1 em{color:var(--pink);font-weight:500}.heroCopy>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:510px;color:var(--muted)}.heroButtons{display:flex;gap:12px;margin-top:22px}.primary,.secondary{padding:15px 24px;font-size:13px;font-weight:800;border-radius:4px}.primary{background:var(--ink);color:#fff}.secondary{border:1px solid #d9bdc8}.heroImage{margin:34px 4vw 34px 0;border-radius:260px 260px 22px 22px;background-image:linear-gradient(180deg,transparent 60%,rgba(44,13,25,.15)),url('https://tryonhaul.ai/imgs/features/7.png');background-size:cover;background-position:center;position:relative;min-height:540px}.badge{position:absolute;bottom:44px;left:-40px;background:white;width:108px;height:108px;border-radius:50%;display:grid;place-content:center;text-align:center;font-size:12px;box-shadow:0 12px 40px #a5728640}.badge strong{color:var(--hot);font-size:16px}.spark{position:absolute;font-size:36px;color:white}.sparkOne{top:44px;right:50px}.sparkTwo{bottom:55px;right:55px}.categories,.new{padding:88px 6vw}.sectionHeading{display:flex;align-items:end;justify-content:space-between;margin-bottom:34px}.sectionHeading h2{font-family:Georgia,serif;font-size:40px;font-weight:500;margin:0}.sectionHeading>a{font-size:13px;font-weight:700;border-bottom:1px solid}.categoryGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{background:var(--blush);min-height:156px;padding:25px;border-radius:8px;display:flex;flex-direction:column;position:relative;transition:.2s}.category:hover{transform:translateY(-4px);box-shadow:0 12px 28px #a65d7b1c}.category>span{font-size:34px}.category h3{font-family:Georgia,serif;font-size:24px;margin:20px 0 3px}.category p{font-size:12px;color:var(--muted);margin:0}.category>b{position:absolute;right:22px;bottom:25px}.new{background:#fffafc}.productGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.productImage{aspect-ratio:4/5;background:#f5eef1;position:relative;overflow:hidden}.productImage img{width:100%;height:100%;object-fit:cover;transition:.4s}.product:hover img{transform:scale(1.035)}.productImage button{position:absolute;right:12px;top:12px;border:0;background:#fff;width:38px;height:38px;border-radius:50%;font-size:20px}.productImage small{position:absolute;left:12px;top:12px;background:var(--pink);color:white;padding:6px 9px;font-size:9px;font-weight:800}.product h3{font-family:Georgia,serif;font-size:18px;font-weight:500;margin:14px 0 7px}.product>p{font-weight:800;font-size:13px;margin:0;color:var(--hot)}.promise{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:56px 8vw;background:var(--green);color:white;text-align:center}.promise div{padding:5px}.promise span{font-size:28px;display:block;margin-bottom:12px;color:#ffb4d0}.promise b{font-family:Georgia,serif;font-size:19px}.promise p{font-size:12px;opacity:.72}.whatsapp{position:fixed;right:20px;bottom:20px;width:55px;height:55px;border-radius:50%;background:#25d366;color:white;display:grid;place-items:center;font-size:28px;box-shadow:0 7px 24px #0003;z-index:30}
@media(max-width:800px){.announcement{font-size:10px}.header{height:64px;padding:0 16px}.menu{display:block}.brand{font-size:17px}.nav{display:none;position:absolute;left:0;right:0;top:64px;background:white;padding:24px;flex-direction:column;border-bottom:1px solid #eee}.nav.open{display:flex}.actions .iconButton:nth-child(-n+2){display:none}.hero{grid-template-columns:1fr;min-height:auto}.heroCopy{padding:58px 24px 42px}.hero h1{font-size:47px}.heroCopy>p:not(.eyebrow){font-size:15px}.heroImage{margin:0 18px 30px;min-height:410px;border-radius:190px 190px 12px 12px}.badge{left:5px;bottom:20px;width:92px;height:92px}.categories,.new{padding:65px 18px}.sectionHeading h2{font-size:31px}.sectionHeading>a{display:none}.categoryGrid{grid-template-columns:1fr 1fr;gap:10px}.category{min-height:145px;padding:18px}.category h3{font-size:21px}.productGrid{grid-template-columns:1fr 1fr;gap:24px 10px}.product h3{font-size:15px}.promise{grid-template-columns:1fr;padding:48px 20px;gap:30px}.heroButtons{width:100%;flex-direction:column}.heroButtons a{text-align:center}}
.add{width:100%;margin-top:12px;border:1px solid var(--ink);background:transparent;padding:11px;font-size:11px;font-weight:800;cursor:pointer}.add:hover{background:var(--ink);color:white}.heart.liked{color:var(--hot)}.searchPanel{position:fixed;top:0;left:0;right:0;z-index:40;background:white;padding:24px 7vw;display:flex;gap:15px;transform:translateY(-110%);transition:.25s;box-shadow:0 10px 30px #0002}.searchPanel.show{transform:none}.searchPanel input{flex:1;border:0;border-bottom:2px solid var(--pink);padding:12px;font-size:18px;outline:0}.searchPanel button,.drawerHead button{border:0;background:none;font-size:30px;cursor:pointer}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(440px,92vw);background:white;z-index:50;transform:translateX(105%);transition:.28s;padding:28px;display:flex;flex-direction:column}.drawer.show{transform:none}.drawerHead{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}.drawerHead h2{font:500 31px Georgia,serif}.cartItems{flex:1;overflow:auto;padding:15px 0}.cartEmpty{text-align:center;color:var(--muted);padding:60px 20px}.cartRow{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #eee}.cartRow b,.cartRow span{display:block;font-size:13px}.cartRow>div>span{color:var(--hot);margin-top:5px}.qty{display:flex;align-items:center;gap:12px}.qty button{border:1px solid #ddd;background:white;width:28px;height:28px}.drawerFoot{border-top:1px solid #eee;padding-top:20px}.drawerFoot>div{display:flex;justify-content:space-between;font-size:18px}.drawerFoot>button{width:100%;margin:20px 0 10px;border:0;background:var(--ink);color:white;padding:16px;font-weight:800}.drawerFoot small{color:var(--muted)}.overlay{position:fixed;inset:0;background:#1e101680;z-index:45;opacity:0;visibility:hidden;transition:.2s}.overlay.show{opacity:1;visibility:visible}.toast{position:fixed;left:50%;bottom:30px;z-index:60;background:var(--ink);color:white;padding:13px 20px;transform:translate(-50%,100px);transition:.25s}.toast.show{transform:translate(-50%,0)}.emptySearch{display:none;text-align:center;color:var(--muted);padding:30px}
.brandImage{display:flex;align-items:center;width:220px;height:64px;overflow:hidden;border-radius:14px}.brandImage img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center;border-radius:14px}.footer .brandImage{width:min(290px,100%);height:96px;margin-bottom:8px}@media(max-width:800px){.header .brandImage{width:150px;height:54px}.footer .brandImage{width:230px;height:82px}}

/* Adaptación fluida para todos los tamaños de pantalla */
html,body{max-width:100%;overflow-x:hidden}img,video{max-width:100%}input,select,textarea,button{max-width:100%}.header>*{min-width:0}.nav{min-width:0}.heroCopy{min-width:0}.hero h1{overflow-wrap:anywhere}.sectionHeading{gap:20px}.product,.category{min-width:0}.product h3,.category h3{overflow-wrap:anywhere}
@media(max-width:1100px) and (min-width:801px){.header{padding-inline:3vw}.nav{gap:16px}.brandImage{width:185px}.hero{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)}.heroCopy{padding-inline:5vw 3vw}.hero h1{font-size:clamp(42px,5vw,62px)}.categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.productGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.header{gap:6px}.header .brandImage{width:clamp(112px,34vw,150px)}.actions{flex:none}.hero h1{font-size:clamp(36px,11vw,47px)}.heroImage{min-height:clamp(310px,105vw,410px)}.sectionHeading{align-items:flex-start}.productGrid,.categoryGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.drawer{width:min(100%,440px);height:100dvh;padding:20px 18px calc(18px + env(safe-area-inset-bottom))}.searchPanel{padding:18px}.searchPanel input{min-width:0;font-size:16px}.checkoutModal,.orderView,.infoModal,.shareSheet{padding-inline:10px}.checkoutCard,.orderViewCard,.infoCard,.shareCard{max-width:100%;max-height:calc(100dvh - 86px);padding:24px 18px}.toast{width:max-content;max-width:calc(100vw - 28px);text-align:center}.footer{min-width:0}}
@media(max-width:480px){.announcement{padding-inline:8px}.header{padding-inline:8px}.header .brandImage{width:112px;height:48px}.iconButton{width:34px;height:38px}.heroCopy{padding:46px 18px 34px}.categories,.new,.recentlyViewed{padding-inline:14px}.sectionHeading h2{font-size:clamp(27px,9vw,31px)}.category{min-height:132px;padding:15px}.productGrid{gap:22px 8px}.product h3{font-size:14px}.product .add{padding-inline:5px}.quickCard>img{min-height:0!important;height:auto!important;aspect-ratio:4/5}.quickCard{padding-inline:10px!important}.productTabs nav{gap:13px;overflow-x:auto}.productTabs nav button{white-space:nowrap}.footer{grid-template-columns:1fr!important}.footer>div:first-child{grid-column:auto!important}.cartRow{grid-template-columns:54px minmax(0,1fr) auto}.cartThumb{width:54px;height:68px}.cartRow .removeItem{left:66px}.qty{gap:5px}}
@media(max-width:350px){.productGrid,.categoryGrid{grid-template-columns:1fr}.header .brandImage{width:94px}.actions .iconButton{width:31px}.heroButtons a{width:100%}}
@media(max-height:520px) and (orientation:landscape){.hero{grid-template-columns:1fr 1fr}.heroCopy{padding-block:35px}.heroImage{min-height:300px;margin-bottom:18px}.checkoutCard,.orderViewCard,.infoCard,.shareCard{max-height:calc(100dvh - 20px)}}
