:root{--brand:#e50914;--brand-dark:#0b0b0d;--ink:#151515;--paper:#fff;--muted:#6e7178;--line:#e9e9eb;--soft:#f6f5f3;--green:#1fbc68;--radius:18px;--shadow:0 18px 50px rgba(17,17,17,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}.page-width{width:min(1220px,calc(100% - 42px));margin-inline:auto}.skip-link{position:absolute;z-index:999;top:-100px;left:16px;padding:12px 18px;background:#fff}.skip-link:focus{top:16px}.section-space{padding:88px 0}.section-kicker{display:block;margin-bottom:10px;color:var(--brand);font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.section-title{margin:0;font-size:clamp(32px,4vw,52px);line-height:1.02;letter-spacing:-.055em}.section-copy{max-width:620px;margin:14px 0 0;color:var(--muted);font-size:15px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:12px;font-weight:900}.section-link svg{width:16px;stroke:currentColor;fill:none;stroke-width:2}.button{min-height:52px;padding:0 25px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:900;letter-spacing:.01em;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--brand);color:#fff;box-shadow:0 14px 30px rgba(229,9,20,.25)}.button--primary:hover{background:#c90812}.button--dark{background:var(--brand-dark);color:#fff}.button--outline{border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.08);color:#fff}.button--light{background:#fff;color:var(--brand-dark)}.button--full{width:100%}
.announcement{min-height:39px;background:var(--brand);color:#fff;font-size:11px;font-weight:800}.announcement__inner{min-height:39px;display:flex;align-items:center;justify-content:center;gap:55px}.announcement__item{display:flex;align-items:center;gap:8px}.announcement__item svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}
.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(225,225,228,.9);background:rgba(255,255,255,.96);backdrop-filter:blur(16px)}.header__inner{min-height:84px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.header__nav{display:flex;align-items:center;gap:25px}.header__nav a{position:relative;padding:31px 0;font-size:12px;font-weight:800}.header__nav a:after{content:"";position:absolute;right:100%;bottom:22px;left:0;height:2px;background:var(--brand);transition:right .2s}.header__nav a:hover:after{right:0}.header__logo{display:flex;align-items:center;justify-content:center;height:62px;overflow:hidden}.header__logo img{width:var(--logo-width,180px);max-height:100%;object-fit:contain}.header__wordmark{font-size:24px;font-weight:950;letter-spacing:-.04em}.header__wordmark b{color:var(--brand)}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.header-icon{position:relative;width:43px;height:43px;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;place-items:center}.header-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8}.header-icon__count{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border:2px solid #fff;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:9px;font-style:normal;font-weight:900}.menu-toggle{display:none}.search-panel{max-height:0;overflow:hidden;border-top:0 solid var(--line);transition:max-height .25s,border-width .25s}.search-panel.is-open{max-height:90px;border-top-width:1px}.search-form{height:75px;display:flex;align-items:center;gap:12px}.search-form input{flex:1;height:47px;padding:0 16px;border:1px solid var(--line);border-radius:12px;outline:0}.search-form button{height:47px;padding:0 22px;border:0;border-radius:12px;background:var(--brand-dark);color:#fff;font-size:11px;font-weight:900}.mobile-menu,.menu-overlay{display:none}
.hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#0b0b0d 0%,#141416 53%,#250305 100%);color:#fff}.hero:before{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(90deg,#000,transparent 72%)}.hero__inner{position:relative;z-index:2;min-height:630px;display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;gap:65px;padding-block:65px}.hero__eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.18);border-radius:30px;background:rgba(255,255,255,.07);color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero__eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(229,9,20,.15)}.hero h1{max-width:650px;margin:21px 0 20px;font-size:clamp(49px,5.6vw,78px);line-height:.96;letter-spacing:-.07em}.hero h1 em{color:#ff3943;font-style:normal}.hero__text{max-width:570px;margin:0;color:#c7c7cb;font-size:16px;line-height:1.75}.hero__actions{display:flex;gap:12px;margin-top:31px}.hero__proof{display:flex;align-items:center;gap:14px;margin-top:36px}.hero__avatars{display:flex;padding-left:8px}.hero__avatars i{width:34px;height:34px;margin-left:-8px;border:2px solid #151517;border-radius:50%;background:linear-gradient(145deg,#f3d8c9,#ab7768);display:grid;place-items:center;color:#fff;font-size:9px;font-style:normal;font-weight:900}.hero__proof strong,.hero__proof small{display:block}.hero__proof strong{font-size:11px}.hero__proof small{margin-top:4px;color:#9d9da3;font-size:9px}.hero__visual{position:relative;min-height:465px;display:grid;place-items:center}.hero__ring{position:absolute;width:460px;height:460px;border:1px solid rgba(255,60,70,.25);border-radius:50%}.hero__ring:before,.hero__ring:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.hero__ring:before{inset:48px}.hero__ring:after{inset:100px}.hero__collage{position:relative;z-index:2;width:min(520px,100%);height:420px}.hero__product{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.1);box-shadow:0 30px 60px rgba(0,0,0,.4);backdrop-filter:blur(10px)}.hero__product img{width:100%;height:100%;object-fit:cover}.hero__product--main{inset:25px 45px 35px 60px;transform:rotate(-3deg)}.hero__product--left{left:0;bottom:5px;width:170px;height:200px;transform:rotate(7deg)}.hero__product--right{top:0;right:0;width:170px;height:190px;transform:rotate(7deg)}.hero__product-label{position:absolute;z-index:3;right:20px;bottom:18px;left:20px;padding:15px;border-radius:13px;background:rgba(7,7,8,.82);backdrop-filter:blur(7px)}.hero__product-label small,.hero__product-label strong{display:block}.hero__product-label small{color:#ff6970;font-size:8px;font-weight:900;letter-spacing:.14em}.hero__product-label strong{margin-top:5px;font-size:15px}.hero__placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#f4f0eb,#d7d0c9);color:#756e68}.hero__placeholder svg{width:60%;height:60%;fill:#fff}
.trust-bar{border-bottom:1px solid var(--line);background:#fff}.trust-grid{min-height:104px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.trust-item{min-height:52px;padding:0 26px;border-right:1px solid var(--line);display:flex;align-items:center;gap:14px}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0}.trust-item__icon{width:43px;height:43px;flex:0 0 auto;border-radius:13px;background:#fff0f0;color:var(--brand);display:grid;place-items:center}.trust-item svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:12px}.trust-item span{margin-top:4px;color:var(--muted);font-size:9px}
.categories{background:#fff}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.category-card{position:relative;min-height:220px;padding:24px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#fff,#faf9f7);transition:transform .2s,box-shadow .2s,border-color .2s}.category-card:hover{transform:translateY(-6px);border-color:#f1b2b5;box-shadow:var(--shadow)}.category-card__icon{width:58px;height:58px;margin-bottom:32px;border-radius:17px;background:#fff0f0;color:var(--brand);display:grid;place-items:center;font-size:28px}.category-card strong,.category-card small{display:block}.category-card strong{font-size:15px}.category-card small{margin-top:7px;color:var(--muted);font-size:10px}.category-card__arrow{position:absolute;right:20px;bottom:20px;width:31px;height:31px;border-radius:50%;background:#f0efed;display:grid;place-items:center}.category-card__arrow svg{width:15px;stroke:currentColor;fill:none;stroke-width:2}
.featured-products{background:var(--soft)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card__media{position:relative;height:285px;overflow:hidden;background:#eeece8;display:block}.product-card__media img,.product-card__media .placeholder-svg{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-badge{position:absolute;z-index:2;top:14px;left:14px;padding:7px 10px;border-radius:7px;background:var(--brand);color:#fff;font-size:8px;font-weight:900;letter-spacing:.06em}.product-card__content{padding:18px}.product-stars{color:#ffad0d;font-size:9px;letter-spacing:.08em}.product-stars span{margin-left:6px;color:#8a8c91}.product-title{display:block;min-height:43px;margin:9px 0 8px;font-size:14px;font-weight:800;line-height:1.45}.product-price{display:flex;align-items:baseline;gap:8px;margin-bottom:15px}.product-price strong{font-size:19px}.product-price s{color:#96999e;font-size:11px}.quick-add button{min-height:44px;font-size:10px}.product-placeholder__copy{padding:18px}.product-placeholder__copy strong{display:block;font-size:14px}.product-placeholder__copy span{display:block;margin-top:7px;color:var(--brand);font-size:18px;font-weight:900}
.urgency{padding:22px 0;background:var(--brand-dark);color:#fff}.urgency__inner{display:flex;align-items:center;justify-content:center;gap:22px;text-align:center}.urgency__inner strong{font-size:13px}.urgency__inner span{color:#c5c5c8;font-size:11px}.urgency__timer{min-width:105px;padding:8px 12px;border-radius:8px;background:var(--brand);font-family:monospace;font-size:15px;font-weight:900;letter-spacing:.08em}
.comparison{background:#fff}.comparison__grid{margin-top:35px;overflow:hidden;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.comparison__row{display:grid;grid-template-columns:1.4fr 1fr 1fr;min-height:64px;border-bottom:1px solid var(--line);align-items:center}.comparison__row:last-child{border:0}.comparison__row>*{height:100%;padding:18px 25px;display:flex;align-items:center}.comparison__row>*:not(:last-child){border-right:1px solid var(--line)}.comparison__row--head{min-height:76px;background:#f8f7f5;font-weight:900}.comparison__row--head .comparison__yupilis{background:var(--brand);color:#fff}.comparison__label{font-size:12px;font-weight:800}.comparison__value{justify-content:center;color:#666a70;font-size:11px;text-align:center}.comparison__value b{color:var(--brand);font-size:20px}.comparison__value i{color:#9c9da1;font-size:18px;font-style:normal}
.split-promo{background:var(--soft)}.split-promo__card{min-height:430px;overflow:hidden;border-radius:26px;background:linear-gradient(115deg,#0b0b0d,#330407);color:#fff;display:grid;grid-template-columns:.9fr 1.1fr}.split-promo__copy{padding:65px}.split-promo__copy h2{margin:12px 0 18px;font-size:clamp(38px,4.5vw,58px);line-height:1;letter-spacing:-.06em}.split-promo__copy p{max-width:480px;color:#c5c3c4;font-size:14px;line-height:1.7}.split-promo__media{position:relative;min-height:350px;overflow:hidden}.split-promo__media img{width:100%;height:100%;object-fit:cover;opacity:.82;mask-image:linear-gradient(90deg,transparent,#000 30%)}.split-promo__media .placeholder-svg{width:100%;height:100%;background:#2b2523;fill:#fff}.discount-stamp{position:absolute;z-index:2;top:38px;left:11%;width:110px;height:110px;border:2px solid #ff7076;border-radius:50%;background:var(--brand);display:grid;align-content:center;justify-items:center;box-shadow:0 18px 38px rgba(0,0,0,.28);transform:rotate(-8deg)}.discount-stamp strong{font-size:31px;letter-spacing:-.05em}.discount-stamp span{font-size:8px;font-weight:900;letter-spacing:.13em}
.testimonials{background:var(--soft)}.testimonials__heading{text-align:center}.testimonials__heading .section-copy{margin-inline:auto}.testimonial-grid{margin-top:35px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card{padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.testimonial-card__stars{color:#ffad0d;font-size:11px;letter-spacing:.1em}.testimonial-card blockquote{min-height:100px;margin:16px 0 22px;color:#53575e;font-size:13px;line-height:1.75}.testimonial-card__author{display:flex;align-items:center;gap:11px}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:#ffe6e7;color:var(--brand);display:grid;place-items:center;font-size:12px;font-weight:900}.testimonial-card strong,.testimonial-card small{display:block}.testimonial-card strong{font-size:11px}.testimonial-card small{margin-top:4px;color:#8b8d92;font-size:8px}
.faq{background:#fff}.faq__inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{width:100%;min-height:70px;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:20px;text-align:left;font-size:13px;font-weight:800}.faq-question i{font-size:20px;font-style:normal;transition:transform .2s}.faq-answer{max-height:0;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.7;transition:max-height .25s}.faq-answer p{margin:0;padding:0 40px 22px 0}.faq-item.is-open .faq-answer{max-height:160px}.faq-item.is-open .faq-question i{transform:rotate(45deg)}
.newsletter{padding:65px 0;background:var(--brand);color:#fff}.newsletter__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:75px}.newsletter h2{margin:8px 0 0;font-size:clamp(31px,4vw,46px);line-height:1.05;letter-spacing:-.055em}.newsletter__form{height:55px;padding:5px;border-radius:13px;background:#fff;display:flex}.newsletter__form input{min-width:0;flex:1;padding:0 14px;border:0;outline:0;color:#151515;font-size:11px}.newsletter__form button{padding:0 20px;border:0;border-radius:9px;background:#0b0b0d;color:#fff;font-size:10px;font-weight:900}.newsletter__note{display:block;margin-top:9px;color:#ffd5d7;font-size:9px}.newsletter .form-success{padding:14px;border-radius:10px;background:#fff;color:#141414;font-size:11px;font-weight:800}
.site-footer{background:#0b0b0d;color:#fff}.footer__grid{padding:68px 0 55px;display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:55px}.footer__logo{height:65px;overflow:hidden;display:flex;align-items:center}.footer__logo img{width:190px;filter:none;object-fit:contain}.footer__brand p{max-width:300px;margin:20px 0;color:#909197;font-size:11px;line-height:1.7}.footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__column strong{margin-bottom:7px;font-size:12px}.footer__column a,.footer__column span{color:#8f9095;font-size:10px}.footer__column a:hover{color:#fff}.footer__bottom{min-height:72px;border-top:1px solid #262628;color:#717278;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:9px}.whatsapp-float{position:fixed;z-index:48;right:23px;bottom:21px;min-height:53px;padding:0 18px 0 13px;border:3px solid #fff;border-radius:28px;background:var(--green);color:#fff;display:flex;align-items:center;gap:9px;box-shadow:0 12px 28px rgba(10,91,48,.3);font-size:10px;font-weight:900}.whatsapp-float svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.7}
.product-main,.collection-main,.cart-main,.page-main,.search-main{padding:70px 0}.product-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.product-main__media{overflow:hidden;border-radius:22px;background:var(--soft)}.product-main__media img,.product-main__media svg{width:100%;height:auto}.product-main__info{padding-top:20px}.product-main h1{margin:0 0 12px;font-size:clamp(35px,4vw,52px);line-height:1.05;letter-spacing:-.05em}.product-main__price{margin-bottom:20px;font-size:25px;font-weight:900}.product-main__description{color:var(--muted);font-size:13px;line-height:1.75}.product-form label{display:block;margin:18px 0 7px;font-size:10px;font-weight:900}.product-form select,.product-form input[type=number]{width:100%;height:48px;padding:0 13px;border:1px solid var(--line);border-radius:10px}.product-form .button{margin-top:16px}.collection-main__heading,.cart-main__heading,.page-main__heading,.search-main__heading{margin-bottom:35px}.collection-main__heading h1,.cart-main__heading h1,.page-main__heading h1,.search-main__heading h1{margin:0;font-size:clamp(36px,5vw,58px);letter-spacing:-.055em}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:18px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:75px;height:75px;border-radius:10px;object-fit:cover}.cart-summary{margin-top:25px;text-align:right}.cart-summary strong{font-size:24px}.page-content{max-width:800px;color:#4f5359;line-height:1.8}
@media(max-width:1050px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.menu-toggle{display:grid}.header__logo{justify-content:flex-start}.hero__inner{grid-template-columns:1fr 1fr;gap:30px}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.footer__grid{gap:30px}.mobile-menu{position:fixed;z-index:70;top:0;bottom:0;left:0;width:min(360px,90vw);padding:25px;background:#fff;display:flex;flex-direction:column;gap:4px;transform:translateX(-105%);transition:transform .25s}.mobile-menu.is-open{transform:none}.mobile-menu__logo{height:70px;margin-bottom:15px;overflow:hidden}.mobile-menu__logo img{width:190px}.mobile-menu a{padding:13px 8px;border-bottom:1px solid var(--line);font-size:12px;font-weight:800}.menu-overlay{position:fixed;z-index:65;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;display:block;transition:opacity .25s}.menu-overlay.is-open{opacity:1;pointer-events:auto}}
@media(max-width:780px){.announcement__item:nth-child(2){display:none}.header__inner{min-height:72px}.header__logo{height:54px}.hero__inner{grid-template-columns:1fr;text-align:center;padding-top:75px}.hero__text{margin-inline:auto}.hero__actions,.hero__proof{justify-content:center}.hero__visual{min-height:380px}.trust-grid{grid-template-columns:repeat(2,1fr);padding:18px 0}.trust-item{min-height:68px}.trust-item:nth-child(2){border-right:0}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.product-card__media{height:240px}.split-promo__card{grid-template-columns:1fr}.split-promo__copy{padding:50px 40px 20px;text-align:center}.split-promo__media img{mask-image:linear-gradient(180deg,transparent,#000 30%)}.testimonial-grid{grid-template-columns:1fr}.faq__inner{grid-template-columns:1fr;gap:30px}.newsletter__inner{grid-template-columns:1fr;gap:30px;text-align:center}.footer__grid{grid-template-columns:repeat(2,1fr)}.product-main__grid{grid-template-columns:1fr;gap:30px}}
@media(max-width:560px){.page-width{width:calc(100% - 28px)}.announcement{font-size:9px}.header__logo img{width:min(var(--logo-width,180px),155px)}.header-icon{width:40px;height:40px}.header__actions .account-icon{display:none}.section-space{padding:66px 0}.section-heading{align-items:flex-start;flex-direction:column}.hero__inner{min-height:auto;padding-top:60px}.hero h1{font-size:46px}.hero__text{font-size:14px}.hero__actions{flex-direction:column}.hero__actions .button{width:100%}.hero__visual{min-height:300px}.hero__collage{height:280px}.hero__product--main{inset:15px 30px 25px 35px}.hero__product--left{width:115px;height:135px}.hero__product--right{width:115px;height:125px}.hero__ring{width:300px;height:300px}.hero__product-label{right:12px;bottom:12px;left:12px;padding:10px}.hero__product-label strong{font-size:11px}.trust-item{padding:0 7px;gap:9px}.trust-item:nth-child(3){padding-left:0}.trust-item__icon{width:37px;height:37px}.trust-item strong{font-size:9px}.trust-item span{font-size:7px}.category-grid{gap:10px}.category-card{min-height:175px;padding:18px}.category-card__icon{width:48px;height:48px;margin-bottom:25px}.product-grid{gap:9px}.product-card__media{height:185px}.product-card__content{padding:12px}.product-title{min-height:50px;font-size:11px}.product-price{align-items:flex-start;flex-direction:column;gap:2px}.product-price strong{font-size:16px}.quick-add button{padding:0 8px;font-size:8px}.comparison__row{grid-template-columns:1.2fr 1fr 1fr}.comparison__row>*{padding:13px 8px}.comparison__label,.comparison__value{font-size:8px}.split-promo{padding-top:0}.split-promo .page-width{width:100%}.split-promo__card{border-radius:0}.split-promo__copy{padding:45px 23px 18px}.newsletter__form{height:auto;flex-direction:column;gap:5px}.newsletter__form input,.newsletter__form button{height:47px;text-align:center}.footer__grid{grid-template-columns:1fr}.footer__bottom{padding:22px 0;align-items:flex-start;flex-direction:column}.whatsapp-float{right:12px;bottom:12px;width:53px;padding:0;justify-content:center}.whatsapp-float span{display:none}.cart-table thead{display:none}.cart-table tr{display:block;padding:15px 0;border-bottom:1px solid var(--line)}.cart-table td{display:block;border:0;padding:5px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
