*,::after,::before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--st-font);background:var(--st-bg);color:var(--st-text);line-height:1.6;padding-block-end:var(--st-bottom-nav)}body.stedrino-ltr{font-family:var(--st-font-ltr)}body.stedrino-drawer-open .stedrino-bottom-nav{z-index:100}body.admin-bar .stedrino-header{top:32px}img{max-width:100%;height:auto;display:block}a{color:var(--st-link);text-decoration:none}a:hover{color:var(--st-link-hover)}.container{width:min(100% - 2rem,var(--st-container));margin-inline:auto}.screen-reader-text,.skip-link{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;inset-block-start:.5rem;inset-inline-start:.5rem;z-index:99999;width:auto;height:auto;padding:.75rem 1rem;background:var(--st-pink);color:var(--st-on-brand);clip:auto}.stedrino-topbar{background:var(--st-navy);color:#fff;font-size:.85rem;text-align:center;padding:.5rem 1rem}.stedrino-topbar p{margin:0}.stedrino-header{position:sticky;inset-block-start:0;z-index:200;background:var(--st-surface);border-block-end:1px solid var(--st-border);box-shadow:0 2px 8px rgb(0 0 0 / .04);transition:background .25s ease,backdrop-filter .25s ease,box-shadow .25s ease}.stedrino-header.is-scrolled{background:var(--st-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:var(--st-shadow-sm);border-block-end-color:rgb(221 229 238 / .6)}.stedrino-header__inner{display:flex;align-items:center;gap:1rem;min-height:var(--st-header);justify-content:space-between}.stedrino-header__toggle{display:none;background:0 0;border:none;padding:.5rem;color:var(--st-text);cursor:pointer;border-radius:var(--st-radius-pill);transition:background .2s var(--st-ease-out),color .2s var(--st-ease-out)}.stedrino-header__toggle:hover{background:var(--st-navy-soft);color:var(--st-pink)}.stedrino-header__brand .custom-logo{max-height:48px;width:auto}.stedrino-header__title{font-weight:700;font-size:1.2rem;color:var(--st-navy)}.stedrino-header__nav{display:flex;flex:1;justify-content:center}.stedrino-header__actions{display:flex;align-items:center;gap:.25rem}.stedrino-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--st-radius-pill);color:var(--st-text);cursor:pointer;border:none;background:0 0;transition:background .2s var(--st-ease-out),color .2s var(--st-ease-out)}.stedrino-icon-btn:hover{background:var(--st-navy-soft);color:var(--st-pink)}.stedrino-icon-btn>.stedrino-header__cart-count{position:absolute;top:4px;right:2px;left:auto;min-width:18px;height:18px;padding:0 4px;border-radius:var(--st-radius-pill);background:var(--st-pink);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none;z-index:1;box-sizing:border-box}.stedrino-menu{list-style:none;margin:0;padding:0}.stedrino-menu--horizontal{display:flex;gap:1.5rem;flex-wrap:wrap}.stedrino-menu--horizontal a{color:var(--st-text);font-weight:600;padding:.5rem 0;position:relative;cursor:pointer;transition:color .2s var(--st-ease-out)}.stedrino-menu--horizontal a::after{content:'';position:absolute;inset-block-end:0;inset-inline:0;height:2px;background:var(--st-pink);border-radius:2px;transform:scaleX(0);transition:transform .2s var(--st-ease-out)}.stedrino-menu--horizontal a:hover{color:var(--st-pink)}.stedrino-menu--horizontal .current-menu-item>a::after,.stedrino-menu--horizontal a:hover::after{transform:scaleX(1)}.stedrino-menu--footer{display:grid;gap:.5rem}.stedrino-menu--footer a{color:rgb(255 255 255 / .9)}.stedrino-search-bar{border-block-start:1px solid var(--st-border);background:#fff;animation:stedrinoSearchSlideDown .2s ease}@keyframes stedrinoSearchSlideDown{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.stedrino-search-bar[hidden]{display:none!important}.stedrino-search-form{margin:0}.stedrino-search-form__wrap{display:flex;align-items:center;gap:0;max-width:640px;margin:0 auto;padding:.6rem 0}.stedrino-search-form__input{flex:1;min-height:44px;padding:0 1rem;border:1.5px solid var(--st-border);font:inherit;font-size:.92rem;background:#f8fafc;transition:border-color .15s ease,background .15s ease}.stedrino-search-form__input:focus{outline:0;border-color:var(--st-pink);background:#fff}.stedrino-search-form__input::placeholder{color:#94a3b8}html:not([dir=rtl]) .stedrino-search-form__input{border-radius:22px 0 0 22px;border-right:none}html:not([dir=rtl]) .stedrino-search-form__btn{border-radius:0 22px 22px 0;border-left:none}[dir=rtl] .stedrino-search-form__input{border-radius:0 22px 22px 0;border-left:none}[dir=rtl] .stedrino-search-form__btn{border-radius:22px 0 0 22px;border-right:none}.stedrino-search-form__btn{display:flex;align-items:center;justify-content:center;width:44px;min-height:44px;border:1.5px solid var(--st-border);background:var(--st-navy);color:#fff;cursor:pointer;transition:background .15s ease}.stedrino-search-form__btn:hover{background:#0a2a50}.stedrino-drawer{position:fixed;inset:0;z-index:500;pointer-events:none;visibility:hidden}.stedrino-drawer.stedrino-drawer--cart{z-index:510}.stedrino-drawer.is-open{pointer-events:auto;visibility:visible}.stedrino-drawer__overlay{position:absolute;inset:0;background:rgb(0 0 0 / .45);opacity:0;transition:opacity var(--st-transition);visibility:hidden}.stedrino-drawer.is-open .stedrino-drawer__overlay{opacity:1;visibility:visible}.stedrino-drawer__panel{position:absolute;inset-block:0;inset-inline-start:0;width:min(88vw,380px);background:var(--st-surface);transform:translateX(-105%);transition:transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;display:flex;flex-direction:column;box-shadow:-4px 0 40px rgb(13 57 115 / .18);overflow:hidden;visibility:hidden;pointer-events:none}[dir=rtl] .stedrino-drawer:not(.stedrino-drawer--cart) .stedrino-drawer__panel{transform:translateX(105%);inset-inline-start:auto;inset-inline-end:0}.stedrino-drawer.is-open .stedrino-drawer__panel{transform:translateX(0);visibility:visible;pointer-events:auto}[dir=rtl] .stedrino-drawer.is-open:not(.stedrino-drawer--cart) .stedrino-drawer__panel{transform:translateX(0)}.stedrino-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-block-end:1px solid var(--st-border)}.stedrino-drawer__nav{padding:1rem;flex:1}.stedrino-menu--drawer{display:grid;gap:0}.stedrino-menu--drawer a{display:block;padding:.9rem 0;font-size:1.05rem;font-weight:600;color:var(--st-text);border-block-end:1px solid var(--st-border);cursor:pointer;transition:color .2s var(--st-ease-out),padding-inline-start .2s var(--st-ease-out)}.stedrino-menu--drawer a:hover{color:var(--st-pink);padding-inline-start:.35rem}.stedrino-menu--drawer .sub-menu{list-style:none;margin:0;padding:0 0 .5rem;display:none}.stedrino-menu--drawer .menu-item-has-children.is-expanded>.sub-menu{display:block}.stedrino-menu--drawer .sub-menu a{padding:.65rem 0 .65rem 1rem;font-size:.95rem;font-weight:500;color:var(--st-muted);border-block-end:none}[dir=rtl] .stedrino-menu--drawer .sub-menu a{padding-inline-start:0;padding-inline-end:1rem}.stedrino-drawer-item__row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-block-end:1px solid var(--st-border)}.stedrino-drawer-item__row>a{flex:1;min-width:0;border-block-end:none!important}.stedrino-submenu-toggle{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:none;border-radius:50%;background:0 0;color:var(--st-navy);font-size:1.25rem;line-height:1;cursor:pointer}.stedrino-submenu-toggle:focus-visible,.stedrino-submenu-toggle:hover{background:rgb(13 57 115 / .08);color:var(--st-pink)}.stedrino-drawer__shop-links{padding:1rem;display:grid;gap:.5rem}.stedrino-footer{background:var(--st-navy);color:rgb(255 255 255 / .88);margin-block-start:3rem}.stedrino-footer__grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:2rem;padding:2.5rem 0}.stedrino-footer__heading{color:#fff;font-size:1rem;margin-block:0 .75rem}.stedrino-footer__bottom{border-block-start:1px solid rgb(255 255 255 / .12);padding:1rem 0;font-size:.85rem}.stedrino-footer .custom-logo,.stedrino-footer__logo-img{display:block;width:auto;height:auto;max-width:min(160px,100%);max-height:48px;object-fit:contain;object-position:start center;filter:brightness(0) invert(1)}.stedrino-footer__logo{display:inline-block;max-width:160px;line-height:0;margin-block-end:.75rem}.stedrino-footer__logo--text .stedrino-footer__name{color:#fff;font-size:1.35rem;font-weight:700}.stedrino-footer__tagline{margin:0 0 1rem;max-width:28rem;line-height:1.6;font-size:.95rem;color:rgb(255 255 255 / .82)}.stedrino-footer .custom-logo-link{display:inline-block;max-width:160px;line-height:0}.stedrino-footer__social{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.stedrino-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgb(255 255 255 / .12);color:#fff;text-decoration:none;transition:background .2s ease,transform .2s ease}.stedrino-footer__social-link:hover{background:var(--st-pink);color:#fff;transform:translateY(-1px)}.stedrino-footer__contact-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.stedrino-footer__contact-list a,.stedrino-menu--footer a{color:rgb(255 255 255 / .85);text-decoration:none}.stedrino-footer__contact-list a:hover,.stedrino-menu--footer a:hover{color:#fff}.stedrino-footer__address{color:rgb(255 255 255 / .75);line-height:1.5}.stedrino-footer__wa{font-weight:600;color:#7dffb8!important}.stedrino-menu--footer{display:grid;gap:.55rem;list-style:none;margin:0;padding:0}.stedrino-fab{position:fixed;inset-block-end:calc(var(--st-bottom-nav) + 1rem);inset-inline-end:1rem;width:52px;height:52px;border-radius:50%;background:var(--st-whatsapp);color:var(--st-on-brand);display:flex;align-items:center;justify-content:center;font-weight:700;z-index:150;box-shadow:var(--st-shadow);cursor:pointer;transition:transform .2s var(--st-ease-out),box-shadow .2s var(--st-ease-out)}.stedrino-fab:hover{transform:translateY(-2px);box-shadow:var(--st-shadow-lg)}.stedrino-fab svg{width:26px;height:26px}.stedrino-breadcrumbs{margin-block:1rem 1.5rem;font-size:.9rem}.stedrino-breadcrumbs__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.stedrino-breadcrumbs__item{color:var(--st-muted)}.stedrino-breadcrumbs__item a{color:var(--st-sky)}.stedrino-breadcrumbs__separator{color:var(--st-muted);opacity:.6;margin-inline:.15rem;font-weight:300}.stedrino-section{padding-block:clamp(2rem,5vw,3rem)}.site-main{padding-block:1.5rem 3rem}.entry-title,.stedrino-page-title{color:var(--st-navy)}.stedrino-elementor-page .site-main{padding:0}.site-main--front-elementor .entry-content--elementor,.site-main--front-elementor .entry-content--elementor>.elementor{width:100%;max-width:none;padding:0;margin:0}.stedrino-bottom-nav{position:fixed;inset-block-end:0;inset-inline:0;z-index:180;display:none;width:100%;max-width:100%;box-sizing:border-box;background:var(--st-surface);border-block-start:1px solid var(--st-border);padding:.35rem 0 calc(.35rem + env(safe-area-inset-bottom,0px));justify-content:space-around;align-items:stretch;overflow-x:clip;overflow-y:visible}.stedrino-bottom-nav__item{flex:1 1 0%;min-width:0;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.4rem .25rem;font-size:.7rem;font-weight:600;color:var(--st-muted);min-height:52px;text-decoration:none;position:relative;overflow:visible;cursor:pointer;border-radius:12px;transition:color .2s var(--st-ease-out),background .2s var(--st-ease-out)}.stedrino-bottom-nav__item:hover{color:var(--st-navy);background:var(--st-navy-soft)}.stedrino-bottom-nav__item.is-active{color:var(--st-pink);background:var(--st-pink-soft)}.stedrino-bottom-nav__item>span:not(.stedrino-bottom-nav__icon){max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stedrino-bottom-nav__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;overflow:visible}.stedrino-bottom-nav__item svg{flex-shrink:0}.stedrino-bottom-nav__cart-count{position:absolute;top:-6px;right:-10px;left:auto;min-width:18px;height:18px;padding:0 4px;border-radius:var(--st-radius-pill);background:var(--st-pink);color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none;z-index:1;box-sizing:border-box}.stedrino-back-top{position:fixed;inset-block-end:calc(var(--st-bottom-nav,0px) + 1rem);inset-inline-end:1rem;z-index:160;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;padding:0!important;border-radius:50%!important;background:var(--st-navy);color:#fff!important;border:none;display:inline-flex!important;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s;box-shadow:0 2px 8px rgb(0 0 0 / .15);font-size:0!important;line-height:0!important;box-sizing:border-box}.stedrino-back-top svg{display:block!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;flex-shrink:0!important;stroke:currentColor!important;pointer-events:none}.stedrino-back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.stedrino-back-top:hover{background:#0a2a50;transform:translateY(-2px)}[dir=rtl] .stedrino-back-top{inset-inline-end:auto;inset-inline-start:1rem}.stedrino-sticky-cart{--st-sticky-cart:4.25rem;position:fixed;inset-inline:0;inset-block-end:calc(var(--st-bottom-nav) + env(safe-area-inset-bottom,0px));z-index:185;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;background:var(--st-surface);border-block-start:1px solid var(--st-border);box-shadow:0 -4px 20px rgb(13 57 115 / .1);padding:.5rem 0;transform:translateY(110%);transition:transform .25s ease;display:none}.stedrino-sticky-cart.is-visible{transform:translateY(0)}.stedrino-sticky-cart__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stedrino-sticky-cart__meta{min-width:0;flex:0 1 auto}.stedrino-sticky-cart__price{font-weight:700;color:var(--st-pink);font-size:.95rem;line-height:1.2}.stedrino-sticky-cart__price .amount{white-space:nowrap}.stedrino-sticky-cart__actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;flex:1 1 auto;min-width:0;max-width:16rem}.stedrino-sticky-cart__btn{min-height:44px;padding:.5rem .65rem;font-family:var(--st-font);font-size:.78rem;font-weight:600;border-radius:var(--st-radius-pill);white-space:nowrap}body.stedrino-ltr .stedrino-sticky-cart__btn{font-family:var(--st-font-ltr)}.stedrino-sticky-cart__btn--cart{background:var(--st-pink);color:#fff;border:none}.stedrino-sticky-cart__btn--buy{background:var(--st-navy);color:#fff;border:none}.stedrino-sticky-cart__btn--options{display:none;background:var(--st-navy);color:#fff;border:none;grid-column:1/-1}.stedrino-sticky-cart__actions[data-needs-options="1"]{grid-template-columns:1fr}.stedrino-sticky-cart__actions[data-needs-options="1"] .stedrino-sticky-cart__btn--options{display:inline-flex}.stedrino-sticky-cart__actions[data-needs-options="1"] .stedrino-sticky-cart__btn--buy,.stedrino-sticky-cart__actions[data-needs-options="1"] .stedrino-sticky-cart__btn--cart{display:none}.stedrino-sticky-cart__btn:disabled{opacity:.45;cursor:not-allowed}@media (max-width:1024px){.stedrino-footer__grid{grid-template-columns:1fr 1fr}.wp-block-columns{flex-wrap:wrap!important}.wp-block-column{flex-basis:48%!important}}@media (max-width:768px){.stedrino-header__toggle{display:inline-flex}.stedrino-header__nav{display:none}.stedrino-bottom-nav{display:flex}.stedrino-sticky-cart{display:block}body.stedrino-single-product-page{overflow-x:clip}body.stedrino-single-product-page .site-main{overflow-x:clip;min-width:0}body.stedrino-single-product-page .stedrino-bottom-nav,body.stedrino-single-product-page .stedrino-sticky-cart{position:fixed;inset-inline:0;width:100%;max-width:100%;margin-inline:0}body.stedrino-single-product-page .stedrino-bottom-nav{inset-block-end:0;z-index:180}body.stedrino-single-product-page.stedrino-sticky-cart-on{padding-block-end:calc(var(--st-bottom-nav) + var(--st-sticky-cart,4.25rem) + env(safe-area-inset-bottom,0px) + 0.5rem)}body.stedrino-single-product-page .stedrino-back-top{inset-block-end:calc(var(--st-bottom-nav) + var(--st-sticky-cart,4.25rem) + env(safe-area-inset-bottom,0px) + 0.75rem)}body.stedrino-single-product-page.stedrino-sticky-cart-on .stedrino-back-top{inset-block-end:calc(var(--st-bottom-nav) + var(--st-sticky-cart,4.25rem) + env(safe-area-inset-bottom,0px) + 0.75rem)}.wp-block-column{flex-basis:100%!important}.stedrino-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;text-align:start}.stedrino-footer__brand{grid-column:1/-1;text-align:center}.stedrino-footer__contact.stedrino-footer__col{grid-column:1/-1;text-align:center}.stedrino-footer .custom-logo-link,.stedrino-footer__logo{margin-inline:auto}.stedrino-footer__social{justify-content:center}.stedrino-footer__tagline{margin-inline:auto}}@media (min-width:769px){body{padding-block-end:0}.stedrino-bottom-nav{display:none!important}}.stedrino-age-filter{padding:1.5rem 0;background:var(--st-surface)}.stedrino-age-filter__title{text-align:center;color:var(--st-muted);font-size:1.1rem;margin:0 0 1rem}.stedrino-age-filter__pills{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.stedrino-age-filter__pill{display:inline-flex;align-items:center;min-height:44px;padding:.5rem 1.1rem;border-radius:var(--st-radius-pill);border:2px solid var(--st-navy);color:var(--st-navy);font-weight:600;background:0 0;cursor:pointer;transition:background .2s var(--st-ease-out),color .2s var(--st-ease-out),box-shadow .2s var(--st-ease-out)}.stedrino-age-filter__pill.is-active,.stedrino-age-filter__pill:hover{background:var(--st-navy);color:#fff;box-shadow:0 4px 12px rgb(13 57 115 / .2)}.stedrino-category-grid{padding:3rem 0}.stedrino-category-grid__items{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stedrino-category-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:var(--st-radius);overflow:hidden;color:inherit;cursor:pointer;transition:box-shadow .25s var(--st-ease-out),border-color .25s var(--st-ease-out),transform .25s var(--st-ease-out)}.stedrino-category-card:hover{box-shadow:var(--st-shadow-lg);border-color:rgb(48 152 217 / .35);color:inherit;transform:translateY(-2px)}.stedrino-category-card__image{aspect-ratio:1;background:var(--st-bg);overflow:hidden}.stedrino-category-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--st-ease-out)}.stedrino-category-card:hover .stedrino-category-card__image img{transform:scale(1.05)}.stedrino-category-card__placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.5rem;font-weight:700;color:var(--st-pink)}.stedrino-category-card__title{text-align:center;padding:1rem;margin:0;color:var(--st-navy);font-size:1rem}.stedrino-cart-panel__head{padding:1rem 1rem .85rem;border-block-end:1px solid var(--st-border);flex-shrink:0}.stedrino-cart-panel__head-inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stedrino-cart-panel__title-group{display:flex;align-items:center;gap:.45rem;min-width:0;color:var(--st-navy)}.stedrino-cart-panel__title-group svg{flex-shrink:0;color:var(--st-navy)}.stedrino-cart-panel__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--st-navy)}.stedrino-cart-panel__badge{position:static;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:22px;height:22px;padding:0 6px;border-radius:var(--st-radius-pill);background:var(--st-pink);color:#fff;font-size:.72rem;font-weight:700;line-height:1}.stedrino-cart-panel__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:0 0;color:var(--st-text);cursor:pointer;transition:transform .2s ease,color .2s,background .2s}.stedrino-cart-panel__close:hover{transform:rotate(90deg);color:var(--st-pink);background:var(--st-bg)}.stedrino-drawer__title{margin:0;font-size:1.15rem;color:var(--st-navy);font-weight:700;display:flex;align-items:center;gap:.25rem}.stedrino-drawer__title .stedrino-drawer__cart-count{position:static;display:inline;background:0 0;color:var(--st-muted);font-weight:500;font-size:1.05rem;padding:0;min-width:0;height:auto;border-radius:0}.stedrino-drawer__close{flex-shrink:0;transition:transform .2s ease,color .2s;color:var(--st-text)}.stedrino-drawer__close:hover{transform:rotate(90deg);color:var(--st-pink)}.stedrino-mini-cart{flex:1;overflow-y:auto;padding:0 1rem;scroll-behavior:smooth;min-height:0}.stedrino-mini-cart__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.stedrino-mini-cart__item{display:flex;gap:1rem;padding:1.25rem 0;border-block-end:1px solid var(--st-border);align-items:flex-start}.stedrino-mini-cart__item:hover{background:0 0}.stedrino-mini-cart__thumb{width:90px;height:90px;flex-shrink:0;position:relative;background:var(--st-bg);border-radius:4px;overflow:hidden}.stedrino-mini-cart__thumb img{width:100%;height:100%;object-fit:cover;display:block}.stedrino-mini-cart__details{flex:1;min-width:0;display:flex;flex-direction:column}.stedrino-mini-cart__details-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.stedrino-mini-cart__details-row.title-row{margin-block-end:.15rem}.stedrino-mini-cart__details-row.price-row{margin-block-end:.4rem}.stedrino-mini-cart__name{font-weight:600;color:var(--st-text);font-size:.95rem;line-height:1.3;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stedrino-mini-cart__name:hover{color:var(--st-pink)}.stedrino-mini-cart__subtotal{font-weight:700;color:var(--st-text);font-size:.95rem;font-variant-numeric:tabular-nums;flex-shrink:0}.stedrino-mini-cart__price{font-size:.85rem;color:var(--st-muted);font-weight:500}.stedrino-mini-cart__desc{font-size:.8rem;color:var(--st-muted);line-height:1.4;margin-block-end:.6rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stedrino-mini-cart__details :where(.variation){font-size:.78rem;color:var(--st-muted);margin:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.1rem .4rem}.stedrino-mini-cart__details :where(.variation dt){font-weight:600;color:var(--st-text)}.stedrino-mini-cart__details :where(.variation dd){margin:0}.stedrino-mini-cart__actions-row{display:flex;align-items:center;justify-content:space-between;margin-block-start:auto;gap:1rem}.stedrino-mini-cart__qty-selector{display:inline-flex;align-items:center;border:1px solid var(--st-border);border-radius:4px;background:#fff;height:32px}.stedrino-mini-cart__qty-btn{background:0 0;border:none;width:28px;height:100%;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:500;color:var(--st-text);cursor:pointer;transition:background .15s}.stedrino-mini-cart__qty-btn:hover{background:var(--st-bg)}.stedrino-mini-cart__qty-val{min-width:20px;text-align:center;font-size:.85rem;font-weight:600;color:var(--st-text)}.stedrino-mini-cart__remove-wrap{display:flex;align-items:center}.stedrino-mini-cart__remove{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:color .15s ease;width:32px;height:32px}.stedrino-mini-cart__remove:hover{color:#ef4444}.stedrino-mini-cart__remove.is-loading{pointer-events:none;opacity:.5}.stedrino-mini-cart__remove.is-loading svg{animation:stedrinoSpin .6s linear infinite}@keyframes stedrinoSpin{to{transform:rotate(360deg)}}.stedrino-mini-cart__footer{flex-shrink:0;padding:1.1rem 1rem calc(1.25rem + env(safe-area-inset-bottom,0px));border-block-start:1px solid var(--st-border);display:flex;flex-direction:column;gap:.5rem;background:rgb(255 255 255 / .96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 -4px 20px rgb(13 57 115 / .06)}.stedrino-mini-cart__total{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1rem;color:var(--st-text)}.stedrino-mini-cart__total-amount{color:var(--st-navy);font-size:1.15rem}.stedrino-mini-cart__shipping-notice{font-size:.78rem;color:var(--st-muted);margin:0;line-height:1.4;text-align:center}.stedrino-mini-cart__footer-actions{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-block-start:.25rem}.stedrino-mini-cart__footer-actions .stedrino-btn{flex:none;width:100%;min-height:48px;font-size:.9rem;font-weight:700;border-radius:var(--st-radius-pill)!important;letter-spacing:.03em;padding:0 1.25rem;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.stedrino-mini-cart__footer-actions .stedrino-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgb(13 57 115 / .15)}.stedrino-mini-cart__footer-actions .stedrino-btn:not(.stedrino-btn--outline){background:linear-gradient(135deg,var(--st-navy) 0,#1a4fa0 100%)!important;color:#fff!important;box-shadow:0 4px 14px rgb(13 57 115 / .22)}.stedrino-mini-cart__footer-actions .stedrino-btn:not(.stedrino-btn--outline):hover{background:linear-gradient(135deg,#0a2d5c 0,var(--st-navy) 100%)!important}.stedrino-mini-cart__footer-actions .stedrino-btn--outline{background:0 0!important;color:var(--st-navy)!important;border:2px solid var(--st-navy)!important}.stedrino-mini-cart__footer-actions .stedrino-btn--outline:hover{background:rgb(13 57 115 / .06)!important}.stedrino-empty--cart{display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;text-align:center}.stedrino-empty__icon{color:#e2e8f0;margin-block-end:1rem}.stedrino-empty__text{font-weight:600;font-size:1rem;color:var(--st-text);margin:0 0 .25rem}.stedrino-empty__hint{font-size:.85rem;color:var(--st-muted);margin:0 0 1.5rem}.stedrino-shop-layout--has-sidebar{display:grid;grid-template-columns:min(260px,28%) minmax(0,1fr);gap:1.75rem;align-items:start}.stedrino-shop-layout__main{min-width:0}.stedrino-widget{margin-block-end:1.5rem}.stedrino-widget__title{font-size:1rem;color:var(--st-navy);margin:0 0 .75rem}.stedrino-widget-list{list-style:none;margin:0;padding:0}.stedrino-widget-list a{display:block;padding:.5rem .65rem;color:var(--st-text);font-weight:600;border-radius:8px;cursor:pointer;transition:color .2s var(--st-ease-out),background .2s var(--st-ease-out)}.stedrino-widget-list a:hover{color:var(--st-pink);background:var(--st-navy-soft)}@media (max-width:1024px){.stedrino-category-grid__items{grid-template-columns:repeat(2,1fr)}.stedrino-shop-layout--has-sidebar{grid-template-columns:1fr}}@media (max-width:480px){.stedrino-category-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}div.quantity.stedrino-qty-ready{display:inline-flex;align-items:center;border:1.5px solid var(--st-border);border-radius:6px;overflow:hidden;background:#fff;height:40px}div.quantity.stedrino-qty-ready input.qty{width:44px;height:100%;border:none;text-align:center;font-size:.9rem;font-weight:600;color:var(--st-text);background:0 0;padding:0;margin:0;-moz-appearance:textfield}div.quantity.stedrino-qty-ready input.qty::-webkit-inner-spin-button,div.quantity.stedrino-qty-ready input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.stedrino-qty-adjust{background:0 0;border:none;width:36px;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:500;color:var(--st-text);cursor:pointer;transition:background-color .15s ease}.stedrino-qty-adjust:hover{background-color:var(--st-bg)}@media (prefers-reduced-motion:reduce){.is-style-stedrino-card:hover,.stedrino-category-card:hover,.stedrino-product-card:hover{transform:none}.stedrino-category-card:hover .stedrino-category-card__image img{transform:none}}.stedrino-drawer:not(.is-open){content-visibility:auto;contain-intrinsic-size:1px 100vh}