@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;user-select:none;-webkit-user-select:none}html{height:-webkit-fill-available}body{background:#fff;width:100%;min-height:100vh;min-height:-webkit-fill-available;overflow:hidden}body.scrollable{overflow-y:auto;overflow-x:hidden}body.white-bg{background:#fff}.homePage{min-height:100svh;background:#fff;font-family:Nunito,system-ui,sans-serif;padding-bottom:40px}.homePage__hero{padding:32px 20px 24px;text-align:center;max-width:600px;margin:0 auto}@media (min-width: 700px){.homePage__hero{max-width:1200px;padding:52px 40px 32px}}.homePage__eyebrow{font-size:.82rem;font-weight:700;color:#d6006e;margin-bottom:10px}.homePage__title{font-size:2rem;font-weight:900;color:#1a1a1a;line-height:1.1;margin-bottom:10px}@media (min-width: 700px){.homePage__title{font-size:2.6rem}}.homePage__subtitle{font-size:.88rem;color:#999;font-weight:500;margin-bottom:18px}.homePage__rainbow-bar{width:110px;height:7px;border-radius:100px;background:linear-gradient(90deg,#ff6b6b,#ffb347,#ffe066,#4ecdc4,#45b7d1,#9b59b6);margin:0 auto;position:relative}.homePage__rainbow-bar:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:11px;height:11px;background:#38b2d8;border-radius:50%;border:2px solid white;box-shadow:0 1px 4px #00000026}.homePage__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px 16px;max-width:700px;margin:0 auto}@media (min-width: 700px){.homePage__grid{grid-template-columns:repeat(2,1fr);gap:24px;padding:16px 40px 32px;max-width:900px}}.homePage__card{border:none;border-radius:24px;padding:16px 14px 14px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;cursor:default;box-shadow:0 2px 12px #0000000d}@media (min-width: 700px){.homePage__card{border-radius:32px;padding:40px 32px 32px;min-height:340px;justify-content:space-between}}.homePage__card--clickable{cursor:pointer;transition:transform .18s,box-shadow .18s}.homePage__card--clickable:hover{transform:translateY(-4px);box-shadow:0 10px 28px #0000001a}.homePage__card-colors{display:flex;align-items:center;gap:6px;margin-top:2px}.homePage__card-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;transition:transform .35s ease,box-shadow .35s ease}.homePage__card-dot--active{transform:scale(1.4);box-shadow:0 0 0 2px #fff,0 0 0 3px currentColor}.homePage__card-colorlabel{font-size:.68rem;font-weight:700;opacity:.85;display:none}@media (min-width: 700px){.homePage__card-colorlabel{display:inline}}.homePage__card-soon{font-size:.68rem;font-weight:700;padding:3px 10px;border-radius:100px;border:1.5px solid;opacity:.7;margin-top:2px}.homePage__card-spark{position:absolute;opacity:.35;font-size:.7rem;pointer-events:none}.homePage__card-spark--a{top:42%;left:10px;font-size:.65rem}.homePage__card-spark--b{bottom:38%;right:9px;font-size:.5rem}.homePage__card-img-wrap{position:relative;width:78%;max-width:150px;aspect-ratio:1;margin:4px 0 6px}@media (min-width: 700px){.homePage__card-img-wrap{max-width:240px}}.homePage__card-img--fade{position:absolute;inset:0;margin:auto;opacity:0;transition:opacity .5s ease}.homePage__card-img--fade.homePage__card-img--visible{opacity:1}.homePage__card-img{width:78%;max-width:150px;aspect-ratio:1;object-fit:contain;margin:4px 0 6px;filter:drop-shadow(0 6px 14px rgba(0,0,0,.1))}@media (min-width: 700px){.homePage__card-img{max-width:240px}}.homePage__card-name{font-size:1.1rem;font-weight:900;text-align:center;margin:6px 0 10px;line-height:1.2}@media (min-width: 700px){.homePage__card-name{font-size:1.5rem}}.peluchePage{font-family:Nunito,system-ui,sans-serif;background:#fff;min-height:100svh;padding:16px 16px 100px}@media (min-width: 700px){.peluchePage{padding:32px 40px 60px;max-width:1100px;margin:0 auto}}.peluchePage__layout{display:flex;flex-direction:column;gap:24px}@media (min-width: 700px){.peluchePage__layout{flex-direction:row;align-items:flex-start;gap:48px}}.peluchePage__gallery{display:flex;flex-direction:row;gap:8px}@media (min-width: 700px){.peluchePage__gallery{flex-direction:row-reverse;flex:1 1 55%;position:sticky;top:80px;gap:12px}}.peluchePage__main-wrap{flex:1;background:#f7f7f7}.peluchePage__main-img{display:block;width:100%;aspect-ratio:1;object-fit:contain;padding:12px;cursor:zoom-in}.peluchePage__thumbs{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:72px}@media (min-width: 700px){.peluchePage__thumbs{width:88px}}.peluchePage__thumb{position:relative;width:72px;height:72px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:border-color .15s,transform .15s}@media (min-width: 700px){.peluchePage__thumb{width:88px;height:88px}}.peluchePage__thumb img{display:block;width:100%;height:100%;object-fit:cover}.peluchePage__thumb--active{border-color:#d6006e;transform:scale(1.04)}.peluchePage__thumb:hover:not(.peluchePage__thumb--active){border-color:#f0c0d8}.peluchePage__thumb-more{position:absolute;inset:0;background:#ff67b366;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:900;pointer-events:none}.peluchePage__info{display:flex;flex-direction:column;gap:0}@media (min-width: 700px){.peluchePage__info{flex:1 1 45%}}.peluchePage__title{font-size:1.7rem;font-weight:900;color:#1a1a1a;letter-spacing:-.02em;line-height:1.1;margin:0 0 4px}@media (min-width: 700px){.peluchePage__title{font-size:2.1rem}}.peluchePage__subtitle{font-size:.88rem;color:#888;font-weight:600;margin:0 0 10px}.peluchePage__rating{display:flex;align-items:center;gap:6px;margin-bottom:14px}.peluchePage__stars{color:#f59e0b;font-size:1rem;letter-spacing:1px}.peluchePage__star-half{opacity:.4}.peluchePage__reviews{font-size:.8rem;font-weight:700;color:#d6006e}.peluchePage__price-row{margin-bottom:16px}.peluchePage__price{display:block;font-size:1.9rem;font-weight:900;color:#d6006e;letter-spacing:-.02em;line-height:1}.peluchePage__price-sub{display:block;font-size:.75rem;font-weight:600;color:#888;margin-top:4px}.peluchePage__features{display:flex;gap:8px;margin-bottom:20px;padding:14px 12px;background:linear-gradient(135deg,#fff0f8,#ffe8f2);border-radius:18px}.peluchePage__feature{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.peluchePage__feature-icon{font-size:1.2rem;line-height:1}.peluchePage__feature-title{font-size:.75rem;font-weight:900;color:#d6006e}.peluchePage__feature-sub{font-size:.65rem;font-weight:600;color:#888}.peluchePage__colors{margin-bottom:18px}.peluchePage__colors-label{font-size:.85rem;font-weight:800;color:#1a1a1a;margin:0 0 10px}.peluchePage__colors-row{display:flex;gap:10px}.peluchePage__color-btn{width:38px;height:38px;border-radius:50%;border:2.5px solid transparent;cursor:pointer;display:grid;place-items:center;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:0 2px 8px #00000026}.peluchePage__color-btn--active{border-color:#1a1a1a;transform:scale(1.1);box-shadow:0 4px 14px #00000038}.peluchePage__color-btn:hover:not(.peluchePage__color-btn--active){transform:scale(1.05)}.peluchePage__color-check{color:#fff;font-size:1rem;font-weight:900;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.4)}.peluchePage__qty-row{display:flex;align-items:center;gap:16px;margin-bottom:18px}.peluchePage__qty-label{font-size:.85rem;font-weight:800;color:#1a1a1a;margin:0}.peluchePage__qty{display:flex;align-items:center;gap:2px;background:#f7f7f7;border-radius:50px;padding:4px}.peluchePage__qty button{width:34px;height:34px;border-radius:50%;border:none;background:#fff;font-size:1.2rem;font-weight:700;color:#1a1a1a;cursor:pointer;display:grid;place-items:center;box-shadow:0 1px 4px #00000014;transition:background .15s,color .15s}.peluchePage__qty button:hover:not(:disabled){background:#d6006e;color:#fff}.peluchePage__qty button:disabled{opacity:.3;cursor:not-allowed}.peluchePage__qty span{min-width:36px;text-align:center;font-size:1rem;font-weight:800;color:#1a1a1a}.peluchePage__error{font-size:.78rem;font-weight:700;color:#e74c3c;margin:-10px 0 10px}.peluchePage__stock-warn{font-size:.78rem;font-weight:800;color:#e67e22;margin:0 0 12px}.peluchePage__cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:17px 20px;border:none;border-radius:50px;background:linear-gradient(90deg,#ff6b35,#e8007a,#d6006e);color:#fff;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:800;cursor:pointer;box-shadow:0 6px 24px #d6006e52;transition:transform .15s,box-shadow .15s,background .3s;margin-bottom:12px;letter-spacing:.01em}.peluchePage__cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 32px #d6006e6b}.peluchePage__cta:active{transform:scale(.98)}.peluchePage__cta:disabled{background:#e0e0e0;box-shadow:none;color:#aaa;cursor:not-allowed}.peluchePage__cta--added{background:linear-gradient(90deg,#22c55e,#16a34a);box-shadow:0 6px 24px #22c55e52}.peluchePage__cta-icon{font-size:1.2rem;flex-shrink:0}.peluchePage__cta-price{margin-left:auto;font-size:.95rem;opacity:.9;font-weight:900}.peluchePage__trust{display:flex;justify-content:center;gap:20px;margin-bottom:20px}.peluchePage__trust span{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;color:#888}.peluchePage__trust span svg{flex-shrink:0}.peluchePage__accordion{display:flex;flex-direction:column;border-top:1px solid #f0f0f0}.peluchePage__accordion-item{border-bottom:1px solid #f0f0f0}.peluchePage__accordion-head{display:flex;align-items:center;gap:12px;width:100%;padding:15px 0;background:none;border:none;cursor:pointer;font-family:Nunito,system-ui,sans-serif;text-align:left}.peluchePage__accordion-icon-wrap{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#fff0f8,#ffe0ee);display:grid;place-items:center;font-size:1rem;flex-shrink:0}.peluchePage__accordion-title{font-size:.92rem;font-weight:800;color:#1a1a1a;flex:1}.peluchePage__accordion-chevron{color:#888;font-size:1rem;transition:transform .2s;flex-shrink:0}.peluchePage__accordion-chevron--open{transform:rotate(180deg)}.pelucheLightbox{position:fixed;inset:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.pelucheLightbox__close{position:absolute;top:16px;right:16px;width:42px;height:42px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1.3rem;display:grid;place-items:center;cursor:pointer;transition:background .15s}.pelucheLightbox__close:hover{background:#ffffff40}.pelucheLightbox__img{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:16px;cursor:default}.pelucheLightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffff26;color:#fff;font-size:1.4rem;display:grid;place-items:center;cursor:pointer;transition:background .15s}.pelucheLightbox__arrow:hover{background:#ffffff40}.pelucheLightbox__arrow--prev{left:12px}.pelucheLightbox__arrow--next{right:12px}.pelucheLightbox__dots{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:6px}.pelucheLightbox__dot{width:7px;height:7px;border-radius:50%;border:none;background:#ffffff59;cursor:pointer;padding:0;transition:background .15s,transform .15s}.pelucheLightbox__dot--active{background:#fff;transform:scale(1.4)}.peluchePage__accordion-body{font-size:.82rem;font-weight:600;color:#888;line-height:1.6;padding:0 0 16px 48px;margin:0}.successPage{min-height:100svh;display:flex;justify-content:center;align-items:center;padding:100px 24px 60px;background:#fff}.successPage__card{background:#fff;border-radius:24px;box-shadow:0 8px 40px #00000014;padding:40px 32px;max-width:520px;width:100%;text-align:center;position:relative;overflow:hidden}.successPage__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,red,#f70,#fe0,#0c4,#08f,#80f,#f0c,red);background-size:300% 100%;animation:rainbowMove 4s linear infinite}.successPage__icon{font-size:3rem;margin-bottom:8px;display:block}.successPage__title{font-family:Cherry Bomb One,system-ui;font-size:2.4rem;line-height:1.1;margin-bottom:10px;background:linear-gradient(90deg,red,#f70,#fe0,#0c4,#08f,#80f,#f0c,red);background-size:300% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:rainbowMove 4s linear infinite}.successPage__thanks{font-family:Poppins,system-ui,sans-serif;font-size:1rem;color:#888;margin-bottom:6px}.successPage__thanks strong{color:#1a1a1a}.successPage__orderNumber{font-family:Poppins,system-ui,sans-serif;font-size:.82rem;color:#bbb;margin-bottom:28px}.successPage__orderNumber span{font-weight:700;color:#1a1a1a}.successPage__summary{background:#fafafa;border-radius:16px;padding:20px;text-align:left;margin-bottom:20px}.successPage__summary h3{font-family:Poppins,system-ui,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#bbb;margin-bottom:14px}.successPage__summary ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.successPage__summary ul li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f0f0f0}.successPage__summary ul li:last-child{border-bottom:none}.successPage__summary ul li span{font-family:Poppins,system-ui,sans-serif;font-size:.9rem;color:#1a1a1a}.successPage__summary ul li span:last-child{font-weight:700}.successPage__total{font-family:Poppins,system-ui,sans-serif;font-size:1rem;font-weight:800;color:#1a1a1a;text-align:right;margin-top:14px;padding-top:14px;border-top:1px solid #f0f0f0}.successPage__total:after{content:" €";font-size:.6em;font-weight:500;color:#aaa;vertical-align:super}.successPage__email{font-family:Poppins,system-ui,sans-serif;font-size:.82rem;color:#aaa;margin-bottom:24px;line-height:1.5}.successPage__email strong{color:#1a1a1a}.successPage__button{display:inline-block;font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.03em;padding:15px 36px;border-radius:50px;text-decoration:none;color:#fff;background:linear-gradient(90deg,red,#f70,#fe0,#0c4,#08f,#80f,#f0c,red);background-size:300% 100%;animation:rainbowMove 4s linear infinite;box-shadow:0 4px 20px #0000001f;transition:transform .15s,box-shadow .15s}.successPage__button:hover{transform:translateY(-2px);box-shadow:0 6px 26px #00000029}.successPage__button:active{transform:scale(.98)}.successPage__loading,.successPage__error{font-family:Poppins,system-ui,sans-serif;text-align:center;font-size:1rem;padding:80px 24px;color:#aaa}.cancelPage{display:flex;justify-content:center;align-items:center;padding:40px;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.cancelPage__card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:20px;max-width:600px;width:100%;text-align:center}.cancelPage__title{font-size:2.2rem;color:#e74c3c;margin-bottom:15px}.cancelPage__text{font-size:1.1rem;margin:10px 0 20px;color:#555}.cancelPage__button{display:inline-block;margin-top:20px;padding:12px 25px;background:#e74c3c;color:#fff;font-weight:700;border-radius:30px;text-decoration:none;transition:background .3s ease}.cancelPage__button:hover{background:#c0392b}.navbar{position:sticky;top:0;z-index:400;height:62px;display:grid;grid-template-columns:52px 1fr 52px;align-items:center;padding:0 8px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.navbar__back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:none;background:#f5f5f5;cursor:pointer;color:#1a1a1a;font-size:1.15rem;transition:background .15s}.navbar__back:hover{background:#eee}.navbar__back--hidden{opacity:0;pointer-events:none}.navbar__title{font-family:Cherry Bomb One,system-ui;font-size:1.6rem;text-align:center;background:linear-gradient(90deg,#ff6b35,gold,#4caf50,#00bcd4,#9c27b0);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:.01em}.navbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.navbar__cart-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer}.navbar__icon-cart{font-size:1.65rem;color:#1a1a1a}.navbar__cart-badge{position:absolute;top:2px;right:1px;background:#d6006e;color:#fff;font-family:Nunito,system-ui,sans-serif;font-size:.6rem;font-weight:800;border-radius:50px;min-width:17px;height:17px;display:flex;align-items:center;justify-content:center;padding:0 3px;border:1.5px solid white}.navbar__icon-menu{font-size:1.65rem;color:#1a1a1a;cursor:pointer;display:none}@media (min-width: 700px){.navbar__icon-menu{display:block}}.navbar__menu{display:none;position:absolute;top:62px;right:0;background:#fff;border-radius:0 0 20px 20px;z-index:300;min-width:200px;box-shadow:0 8px 32px #0000001a;border-top:1px solid rgba(0,0,0,.06)}.navbar__menu--open{display:block}.navbar__menu ul{list-style:none;padding:8px 0}.navbar__menu li>button{display:block;width:100%;padding:12px 24px;font-family:Nunito,system-ui,sans-serif;font-size:.92rem;font-weight:700;color:#1a1a1a;background:none;border:none;cursor:pointer;text-align:left;transition:background .12s}.navbar__menu li>button:hover{background:#fafafa}.navbar__menu-cart{color:#d6006e!important}.cartOverlay{width:100%;max-width:500px;height:100%;max-height:calc(100% - 70px);background:#fff;position:fixed;bottom:0;z-index:250;display:flex;flex-direction:column;border-radius:28px 28px 0 0;padding:0 20px;overflow-y:auto;box-shadow:0 -8px 40px #0000001a;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,0,.15,1)}.cartOverlay.isOpen{transform:translateY(0)!important}.cartOverlay__scroll-hint{position:sticky;top:0;z-index:10;background:#fff;display:flex;padding:16px 0 10px;justify-content:center}.cartOverlay__scroll-hint span{display:block;width:36px;height:4px;border-radius:99px;background:#e0e0e0}.cartOverlay__close{display:none;position:sticky;top:16px;width:100%;justify-content:flex-end;z-index:10}.cartOverlay__close svg{font-size:2rem;color:#ccc;cursor:pointer;transition:color .15s}.cartOverlay__close svg:hover{color:#1a1a1a}.cartOverlay__title{font-family:Nunito,system-ui,sans-serif;font-size:1.6rem;font-weight:900;color:#1a1a1a;text-align:center;margin:4px 0 16px;letter-spacing:-.02em}.cartOverlay__error-cart-length{font-family:Nunito,system-ui,sans-serif;background:#fff5f5;border:1px solid #ffd5d5;border-radius:12px;color:#c0392b;padding:10px 14px;margin-bottom:8px;font-size:.82rem;font-weight:600;text-align:center}.cartOverlay__empty-cart{font-family:Nunito,system-ui,sans-serif;font-size:.9rem;font-weight:600;color:#aaa;text-align:center;margin-top:48px}.cartOverlay__list{width:100%;margin-top:4px;list-style:none;padding:0}.cartOverlay__item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #f0f0f0}.cartOverlay__img{width:68px;height:68px;object-fit:contain;border-radius:16px;flex-shrink:0;background:linear-gradient(135deg,#fff0f8,#ffe0ee);padding:4px}.cartOverlay__details{display:flex;flex-direction:column;flex:1;gap:6px}.cartOverlay__header{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.cartOverlay__header h3{font-family:Nunito,system-ui,sans-serif;font-size:.92rem;font-weight:800;color:#1a1a1a;margin:0}.cartOverlay__header p{font-family:Nunito,system-ui,sans-serif;margin:2px 0 0;font-size:.75rem;color:#aaa;font-weight:600}.cartOverlay__subtotal{font-family:Nunito,system-ui,sans-serif;font-weight:900;font-size:1.05rem;color:#d6006e;white-space:nowrap;letter-spacing:-.01em}.cartOverlay__subtotal:after{content:" €";font-size:.6em;font-weight:600;color:#d6006e;vertical-align:super;opacity:.7}.cartOverlay__actions{display:flex;align-items:center;gap:4px}.cartOverlay__actions button{width:30px;height:30px;border-radius:50%;border:1.5px solid #f0f0f0;background:#fff;font-size:1.1rem;font-family:Nunito,system-ui,sans-serif;font-weight:700;color:#1a1a1a;cursor:pointer;display:grid;place-items:center;line-height:1;transition:background .15s,border-color .15s,color .15s}.cartOverlay__actions button:hover{background:#d6006e;border-color:#d6006e;color:#fff}.cartOverlay__actions span{font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:800;color:#1a1a1a;min-width:28px;text-align:center}.cartOverlay__remove{background:none;border:none;font-family:Nunito,system-ui,sans-serif;font-size:.72rem;font-weight:700;color:#ddd;cursor:pointer;align-self:flex-start;padding:0;transition:color .15s}.cartOverlay__remove:hover{color:#e74c3c}.cartOverlay__footer{position:sticky;bottom:0;background:#fff;padding:16px 0 24px;margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:12px;border-top:1px solid #f0f0f0}.cartOverlay__footer p{font-family:Nunito,system-ui,sans-serif;font-size:1.6rem;font-weight:900;color:#1a1a1a;letter-spacing:-.02em;margin:0}.cartOverlay__footer p:after{content:" €";font-size:.45em;font-weight:600;color:#aaa;vertical-align:super}.cartOverlay__checkout{cursor:pointer;font-family:Nunito,system-ui,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.01em;background:linear-gradient(135deg,#e8007a,#d6006e,#b3005c);border:none;color:#fff;width:100%;padding:16px 0;border-radius:50px;box-shadow:0 4px 20px #d6006e4d;transition:transform .15s,box-shadow .15s}.cartOverlay__checkout:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #d6006e61}.cartOverlay__checkout:active{transform:scale(.98)}.cartOverlay__checkout:disabled{background:#ebebeb;box-shadow:none;color:#aaa;cursor:not-allowed}.deliveryModal,.postalModal{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}.deliveryModal__content,.postalModal__content{font-family:Nunito,system-ui,sans-serif;background:#fff;border-radius:24px;width:90%;max-width:400px;padding:2rem 1.5rem;text-align:center;box-shadow:0 24px 60px #00000026;animation:scaleIn .22s ease;display:flex;flex-direction:column;gap:.75rem}.deliveryModal__content h3,.postalModal__content h3{font-family:Nunito,system-ui,sans-serif;font-size:1.4rem;font-weight:900;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.1rem}.deliveryModal__content p,.postalModal__content p{font-size:.84rem;font-weight:600;color:#aaa;margin:0;line-height:1.5}.deliveryModal__options{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem}.deliveryModal__btn{font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:700;padding:14px;border-radius:16px;border:1.5px solid #f0f0f0;background:#fff;cursor:pointer;color:#1a1a1a;transition:background .15s,border-color .15s}.deliveryModal__btn:hover{background:#fafafa;border-color:#ddd}.deliveryModal__btn--primary{background:linear-gradient(135deg,#e8007a,#d6006e,#b3005c);border-color:transparent;color:#fff;box-shadow:0 4px 16px #d6006e47}.deliveryModal__btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 22px #d6006e5c}.deliveryModal__cancel,.postalModal__cancel{background:none;border:none;font-family:Nunito,system-ui,sans-serif;font-size:.82rem;font-weight:700;color:#ccc;cursor:pointer;margin-top:.1rem;transition:color .15s}.deliveryModal__cancel:hover,.postalModal__cancel:hover{color:#888}.postalModal__input{width:100%;padding:12px;border-radius:14px;border:1.5px solid #e8e8e8;font-family:Nunito,system-ui,sans-serif;font-size:1rem;font-weight:700;text-align:center;letter-spacing:.15em;color:#1a1a1a;transition:border-color .15s;outline:none}.postalModal__input:focus{border-color:#d6006e}.postalModal__input--error{border-color:#e74c3c!important}.postalModal__error{font-family:Nunito,system-ui,sans-serif;font-size:.8rem;font-weight:700;color:#e74c3c;margin:0}.postalModal__submit{font-family:Nunito,system-ui,sans-serif;font-size:.95rem;font-weight:800;padding:14px;border-radius:50px;border:none;background:linear-gradient(135deg,#e8007a,#d6006e,#b3005c);color:#fff;cursor:pointer;box-shadow:0 4px 16px #d6006e47;transition:transform .15s,box-shadow .15s}.postalModal__submit:hover{transform:translateY(-1px);box-shadow:0 6px 22px #d6006e5c}.cartOverlay__backdrop{display:none}@media (min-width: 500px){.cartOverlay__backdrop{display:block;position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:249;animation:fadeIn .25s ease}}@media (min-width: 500px){.cartOverlay{border-radius:24px;inset:50% auto auto 50%;max-height:88vh;max-width:480px;width:92%;box-shadow:0 24px 80px #0000002e;transform:translate(-50%,-46%) scale(.96);opacity:0;pointer-events:none;transition:transform .35s cubic-bezier(.32,0,.15,1),opacity .28s ease}.cartOverlay.isOpen{transform:translate(-50%,-50%) scale(1)!important;opacity:1;pointer-events:auto}.cartOverlay__scroll-hint{display:none}.cartOverlay__close{display:flex}}@media (max-width: 330px){.cartOverlay__header{flex-direction:column}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.adminDashboard{padding:2rem;min-height:100vh;background:#f0f2f5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.adminDashboard__loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.2rem;color:#666}.adminDashboard__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.adminDashboard__header h1{font-size:1.6rem;font-weight:700;color:#1a1a2e;margin:0}.adminDashboard__count{background:#6c5ce7;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}.adminDashboard__refresh{margin-left:auto;padding:.4rem 1rem;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-size:.85rem;font-weight:600;color:#555;transition:all .2s}.adminDashboard__refresh:hover{background:#6c5ce7;color:#fff;border-color:#6c5ce7}.adminDashboard__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.adminDashboard__filters button{padding:.4rem .9rem;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:.82rem;transition:all .2s}.adminDashboard__filters button:hover{background:#f0f0f0}.adminDashboard__filters button.active{background:#6c5ce7;color:#fff;border-color:#6c5ce7}.adminDashboard__bulk-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.adminDashboard__bulk-bar button{padding:.45rem 1rem;border-radius:8px;font-size:.83rem;font-weight:600;cursor:pointer;border:none;transition:opacity .2s}.adminDashboard__bulk-bar button:disabled{opacity:.5;cursor:not-allowed}.adminDashboard__bulk-bar .bulk-bar__select{background:#e3f2fd;color:#0c5460;border:1px solid #90caf9}.adminDashboard__bulk-bar .bulk-bar__download{background:#6c5ce7;color:#fff}.adminDashboard__bulk-bar .bulk-bar__clear{background:#f5f5f5;color:#666;border:1px solid #ddd}.adminDashboard__table-wrap{overflow-x:auto;border-radius:12px;box-shadow:0 2px 12px #00000014}.adminDashboard__empty{text-align:center;padding:2rem!important;color:#999}.adminDashboard table{width:100%;border-collapse:collapse;background:#fff}.adminDashboard table th,.adminDashboard table td{padding:12px 14px;text-align:left;border-bottom:1px solid #f0f0f0;vertical-align:top}.adminDashboard table th{background:#fafafa;font-weight:600;color:#555;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.adminDashboard table tr:last-child td{border-bottom:none}.adminDashboard table tr:hover td{background:#fafbff}.adminDashboard .row--selected td{background:#f0edff!important}.adminDashboard .col-check{width:32px;text-align:center}.adminDashboard .col-check input[type=checkbox]{cursor:pointer;width:15px;height:15px}.adminDashboard .col-date{white-space:nowrap;color:#888;font-size:.8rem}.adminDashboard .col-number{font-weight:700;color:#6c5ce7;white-space:nowrap;font-size:.85rem}.adminDashboard .col-client{min-width:165px}.adminDashboard .col-client__inner{display:flex;flex-direction:column;gap:2px}.adminDashboard .col-client__name{font-weight:600;color:#1a1a2e;font-size:.85rem}.adminDashboard .col-client__email{color:#666;font-size:.78rem}.adminDashboard .col-client__phone{color:#888;font-size:.78rem}.adminDashboard .col-products{min-width:155px}.adminDashboard .col-products__inner{display:flex;flex-direction:column;gap:4px}.adminDashboard .product-badge{display:inline-block;background:#f5f0ff;color:#6c5ce7;padding:3px 9px;border-radius:5px;font-size:.78rem;font-weight:600;white-space:nowrap}.adminDashboard .col-delivery{min-width:190px;font-size:.82rem}.adminDashboard .delivery{display:flex;flex-direction:column;gap:2px}.adminDashboard .delivery__mode{font-weight:600;color:#1a1a2e}.adminDashboard .delivery__detail{color:#666;font-size:.78rem}.adminDashboard .delivery__none{color:#bbb}.adminDashboard .col-total{font-weight:700;white-space:nowrap;color:#1a1a2e;font-size:.92rem}.adminDashboard .col-status select{padding:5px 8px;border-radius:6px;border:1px solid #ddd;font-size:.82rem;cursor:pointer;background:#fff;font-weight:600;min-width:165px}.adminDashboard .col-actions{min-width:175px}.adminDashboard .col-actions__inner{display:flex;flex-direction:column;gap:6px}.adminDashboard .col-actions button{padding:7px 10px;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;text-align:left;transition:opacity .2s}.adminDashboard .col-actions button:disabled{opacity:.45;cursor:not-allowed}.adminDashboard .col-actions .btn-generate{background:#fff8e1;color:#856404;border:1px solid #ffc107}.adminDashboard .col-actions .btn-label{background:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.adminDashboard .col-actions .btn-cancel{background:#fdecea;color:#b71c1c;border:1px solid #ef9a9a}.adminDashboard .col-actions .btn-refund{background:#f3e5f5;color:#6a1b9a;border:1px solid #ce93d8}.adminDashboard .col-actions__error{font-size:.75rem;color:#d32f2f}.aboutPage{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;background:#f7f7f7;inset:var(--nav-height, 74px) 0 0 0;border-radius:20px 20px 0 0}.about{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:2rem 1rem;max-width:80%;margin:0 auto;background-color:#fff;overflow:visible;min-height:auto}.about__content h1{font-size:1.8rem;margin-bottom:1.5rem;text-align:center;font-weight:700}.about__content h2{font-size:1.25rem;margin-top:1.75rem;margin-bottom:.5rem;color:#111}.about__content p{line-height:1.6;margin-bottom:1rem;color:#333}.about__content a{color:#111;text-decoration:underline}.about__content a:hover{text-decoration:none}.about__footer{margin-top:2rem;text-align:right;font-size:.9rem;color:#777;padding-bottom:2rem}@media (max-width: 500px){.about{max-width:100%}}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.contactPage{min-height:100svh;background:#fafafa;font-family:Nunito,system-ui,sans-serif}.contactPage__hero{padding:20px 16px 24px;width:100%;box-sizing:border-box}@media (min-width: 700px){.contactPage__hero{max-width:1100px;margin-left:auto;margin-right:auto;padding:32px 40px 40px}}.contactPage__hero{background:linear-gradient(135deg,#fff0f6,#ffe4f2);position:relative;overflow:hidden;display:flex;align-items:flex-end;min-height:158px;padding-bottom:0}@media (min-width: 700px){.contactPage__hero{border-radius:20px;min-height:195px}}.contactPage__hero-text{flex:1;padding-bottom:24px;z-index:1}.contactPage__hero-title{font-size:1.65rem;font-weight:900;color:#1a1a1a;line-height:1.1;margin-bottom:6px}@media (min-width: 700px){.contactPage__hero-title{font-size:2.1rem}}.contactPage__hero-sub{font-size:.8rem;color:#777;font-weight:500;line-height:1.5;margin-bottom:12px}.contactPage__rainbow-bar{width:110px;height:7px;border-radius:100px;background:linear-gradient(90deg,#ff6b6b,#ffb347,#ffe066,#4ecdc4,#45b7d1,#9b59b6);position:relative}.contactPage__rainbow-bar:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:11px;height:11px;background:#38b2d8;border-radius:50%;border:2px solid white;box-shadow:0 1px 4px #00000026}.contactPage__hero-bear{position:absolute;right:0;bottom:0;height:148px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.08))}@media (min-width: 700px){.contactPage__hero-bear{height:190px}}.contactPage__section{padding:20px 16px 24px;width:100%;box-sizing:border-box}@media (min-width: 700px){.contactPage__section{max-width:1100px;margin-left:auto;margin-right:auto;padding:32px 40px 40px}}.contactPage__section--last{padding-bottom:32px}@media (min-width: 700px){.contactPage__section--last{padding-bottom:60px}}.contactPage__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.contactPage__section-hd-left{display:flex;align-items:center;gap:8px}.contactPage__section-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.82rem;color:#fff;flex-shrink:0}.contactPage__section-icon--video{background:#ff2d55}.contactPage__section-icon--shorts{background:#9b59b6}.contactPage__section-title{font-size:1.15rem;font-weight:800;color:#1a1a1a}@media (min-width: 700px){.contactPage__section-title{font-size:1.3rem}}.contactPage__voir-tout{font-size:.78rem;font-weight:700;font-family:Nunito,system-ui,sans-serif;color:#e91e8c;text-decoration:none;white-space:nowrap;flex-shrink:0;padding:5px 12px;border:1.5px solid rgba(233,30,140,.2);border-radius:50px}.contactPage__voir-tout:hover{background:#e91e8c11}.contactPage__platforms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}@media (min-width: 700px){.contactPage__platforms-grid{gap:16px}}.contactPage__platform-card{border:none;cursor:pointer;font-family:Nunito,system-ui,sans-serif;border-radius:18px;padding:14px 8px 12px;display:flex;flex-direction:column;align-items:center;gap:3px;position:relative;text-decoration:none;box-shadow:0 2px 12px #0000000f;transition:transform .15s,box-shadow .15s}.contactPage__platform-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}@media (min-width: 700px){.contactPage__platform-card{border-radius:22px;padding:22px 16px 18px;gap:6px}}.contactPage__platform-heart{position:absolute;top:10px;right:10px;color:#e91e8c;font-size:.68rem;opacity:.45}@media (min-width: 700px){.contactPage__platform-heart{font-size:.8rem}}.contactPage__platform-icon{font-size:1.9rem;display:flex;align-items:center;justify-content:center;margin:6px 0 2px}@media (min-width: 700px){.contactPage__platform-icon{font-size:2.6rem;margin:10px 0 4px}}.contactPage__platform-name{font-size:.72rem;font-weight:800;text-align:center}@media (min-width: 700px){.contactPage__platform-name{font-size:.9rem}}.contactPage__platform-count{font-size:.6rem;font-weight:600;text-align:center;line-height:1.3}@media (min-width: 700px){.contactPage__platform-count{font-size:.72rem}}.contactPage__platform-arrow{margin-top:8px;width:28px;height:28px;border-radius:50%;border:1.5px solid rgba(0,0,0,.14);display:flex;align-items:center;justify-content:center;color:#444;font-size:.78rem}@media (min-width: 700px){.contactPage__platform-arrow{width:34px;height:34px;font-size:.9rem}}.contactPage__slider-wrap{position:relative}.contactPage__slider-arrow{display:none}@media (min-width: 700px){.contactPage__slider-arrow{display:flex;position:absolute;top:35%;transform:translateY(-50%);z-index:2;width:38px;height:38px;border-radius:50%;border:none;background:#fff;box-shadow:0 2px 14px #00000024;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;color:#333;transition:box-shadow .15s,transform .15s}.contactPage__slider-arrow:hover{box-shadow:0 4px 18px #0003;transform:translateY(-50%) scale(1.08)}.contactPage__slider-arrow--left{left:-19px}.contactPage__slider-arrow--right{right:-19px}}.contactPage__videos-row{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.contactPage__videos-row::-webkit-scrollbar{display:none}.contactPage__video-card{flex:0 0 72%;text-decoration:none;color:#1a1a1a;display:flex;flex-direction:column;gap:6px;transition:transform .15s}.contactPage__video-card:hover{transform:translateY(-3px)}.contactPage__video-card:hover .contactPage__play-btn{opacity:1;transform:translate(-50%,-50%) scale(1.1)}@media (min-width: 700px){.contactPage__video-card{flex:0 0 calc(33.33% - 8px)}}.contactPage__video-thumb{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px;box-shadow:0 2px 10px #00000017}.contactPage__video-thumb img{width:103%;height:100%;object-fit:cover;display:block}.contactPage__video-title{padding:0 2px;font-size:.8rem;font-weight:700;line-height:1.4;color:#222;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.contactPage__video-views{padding:0 2px;font-size:.7rem;font-weight:600;color:#999}.contactPage__shorts-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.contactPage__shorts-row::-webkit-scrollbar{display:none}.contactPage__short-card{flex:0 0 calc(25% - 6px);min-width:86px;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 2px 8px #00000012;transition:transform .15s}.contactPage__short-card:hover{transform:translateY(-2px)}.contactPage__short-card:hover .contactPage__play-btn{opacity:1}@media (min-width: 700px){.contactPage__short-card{flex:0 0 calc(25% - 6px);min-width:180px}}.contactPage__short-thumb{position:relative;width:100%;aspect-ratio:9/16;overflow:hidden}.contactPage__short-thumb img{width:100%;height:103%;object-fit:cover}.contactPage__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#1a1a1a;opacity:.85;transition:opacity .15s,transform .15s;pointer-events:none;padding-left:2px}.contactPage__notif{background:linear-gradient(135deg,#ffe4f2,#f3e8ff,#e8f4ff);border-radius:20px;padding:16px 18px;display:flex;align-items:center;gap:12px}@media (min-width: 700px){.contactPage__notif{border-radius:24px;padding:22px 28px;gap:20px}}.contactPage__notif-emoji{font-size:2rem;flex-shrink:0;line-height:1}@media (min-width: 700px){.contactPage__notif-emoji{font-size:2.4rem}}.contactPage__notif-text{flex:1;min-width:0}.contactPage__notif-title{font-size:.88rem;font-weight:800;color:#1a1a1a;margin-bottom:2px}@media (min-width: 700px){.contactPage__notif-title{font-size:1rem}}.contactPage__notif-sub{font-size:.7rem;color:#666;font-weight:500;line-height:1.45}@media (min-width: 700px){.contactPage__notif-sub{font-size:.8rem}}.contactPage__notif-btn{flex-shrink:0;padding:8px 16px;border-radius:50px;border:none;background:#fff;color:#e91e8c;font-family:Nunito,system-ui,sans-serif;font-size:.78rem;font-weight:800;cursor:pointer;box-shadow:0 2px 10px #0000001a;transition:opacity .15s}.contactPage__notif-btn:hover{opacity:.8}@media (min-width: 700px){.contactPage__notif-btn{font-size:.88rem;padding:10px 22px}}.contactPage__modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:fadeOverlay .2s ease-out}@media (min-width: 700px){.contactPage__modal-overlay{align-items:center}}.contactPage__modal{background:#fff;border-radius:24px 24px 0 0;padding:20px 20px 32px;width:100%;max-width:480px;animation:slideUpModal .25s cubic-bezier(.34,1.56,.64,1)}@media (min-width: 700px){.contactPage__modal{border-radius:24px;padding:24px 28px;max-width:420px}}.contactPage__modal-header{display:flex;align-items:center;gap:10px;margin-bottom:20px}.contactPage__modal-platform-icon{font-size:1.5rem;display:flex;align-items:center}.contactPage__modal-platform-name{font-size:1rem;font-weight:800;flex:1}.contactPage__modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:#555;flex-shrink:0}.contactPage__modal-close:hover{background:#e0e0e0}.contactPage__modal-creators{display:flex;flex-direction:column;gap:10px}.contactPage__modal-creator{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;text-decoration:none;transition:opacity .15s}.contactPage__modal-creator:hover{opacity:.8}.contactPage__modal-avatar{width:46px;height:46px;border-radius:50%;object-fit:contain;background:#fff;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.contactPage__modal-creator-info{flex:1;min-width:0}.contactPage__modal-creator-name{font-size:.85rem;font-weight:800}.contactPage__modal-creator-handle{font-size:.75rem;font-weight:600;color:#666;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contactPage__modal-count{font-size:.72rem;font-weight:700;color:#999;white-space:nowrap;flex-shrink:0}.contactPage__modal-arrow{font-size:1rem;flex-shrink:0}.contactPage__loading{font-size:.88rem;color:#bbb;font-weight:500;text-align:center;padding:20px 0}.bottomNav{position:fixed;bottom:-1px;left:0;right:0;width:100%;z-index:9999;transform:translateZ(0);-webkit-transform:translate3d(0,0,0);will-change:transform;display:flex;align-items:stretch;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.07);box-shadow:0 -4px 24px #0000000f;height:calc(62px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom)}@media (min-width: 700px){.bottomNav{display:none}}.bottomNav__tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 4px 6px;font-family:Nunito,system-ui,sans-serif;color:#c0c0c8;position:relative;transition:color .18s;-webkit-tap-highlight-color:transparent}.bottomNav__tab--active{color:#d6006e}.bottomNav__tab:active{opacity:.6}.bottomNav__indicator{position:absolute;top:0;left:50%;transform:translate(-50%);width:28px;height:3px;border-radius:0 0 4px 4px;background:#d6006e}.bottomNav__icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.bottomNav__icon{font-size:1.38rem;display:block}.bottomNav__badge{position:absolute;top:-5px;right:-9px;min-width:16px;height:16px;border-radius:50px;background:#d6006e;color:#fff;font-family:Nunito,system-ui,sans-serif;font-size:.58rem;font-weight:800;display:flex;align-items:center;justify-content:center;padding:0 3px;border:1.5px solid white;line-height:1}.bottomNav__label{font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.01em}@media (max-width: 699px){body{padding-bottom:calc(62px + env(safe-area-inset-bottom))}}
