:root{--color-primary: #CB2D78;--color-secondary: #ce4239;--color-accent: #DF912E;--color-bg: #7D2B8A;--color-bg-soft: #ebe3f7;--color-text: #222222;--color-muted: #555555;--color-white: #ffffff;--max-width: 1200px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-bg);background-color:#fff;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;border:none;background:none;cursor:pointer}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:1.5rem}.logo-bar{position:relative;width:100%;max-width:1920px;margin-inline:auto;height:auto;overflow:hidden}.logo-bar__bg{display:block;width:100%;height:auto;opacity:.9}.logo-bar__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:200px;z-index:1}@media(max-width:900px){.logo-bar__logo{height:110px}}@media(max-width:600px){.logo-bar__logo{height:80px}}.account__menu{position:absolute;top:calc(100% + .4rem);right:0;min-width:190px;background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #0000002e;padding:.4rem 0;display:none;z-index:3000}.account__menu--open{display:block}.account__menu button{width:100%;text-align:left;padding:.45rem 1rem;font-size:.9rem;background:none;border:none;color:var(--color-bg)}.account__menu button:hover{background-color:var(--color-bg-soft)}.header__nav{border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);position:relative;overflow:visible}.header{position:relative;top:0;z-index:2000;background:#ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05)}.header__container{max-width:1400px;margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.logo{position:relative;display:inline-flex;align-items:center}.logo__bg{position:absolute;width:70px;opacity:.15}.logo__img{height:42px;position:relative;z-index:1}.header__nav-inner{max-width:1400px;margin-left:auto;padding:0 24px;height:72px;display:flex;align-items:center;justify-content:space-between}.header__links{display:flex;align-items:center;gap:300px;list-style:none}.header__link-item{list-style:none;position:static}.header__link{font-size:15px;font-weight:500;color:#7c2b89;background:none;border:none;cursor:pointer;padding:6px 0;position:relative}.header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#d88fa0;transition:width .25s ease}.header__link:hover{text-decoration:underline}.header__link:hover:after{width:100%}.header__icons{display:flex;align-items:center;gap:16px}.nav__links{display:flex;justify-content:center;gap:32px;list-style:none}.nav__link{font-weight:500;font-size:15px;background:none;border:none;cursor:pointer;color:#222;position:relative}.nav__link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:linear-gradient(90deg,#c9a24d,#f1d27a);transition:width .3s ease}.nav__link:hover:after,.nav__link.is-open:after{width:100%}.header__actions{display:flex;align-items:center;gap:14px}.icon-btn{background:#0000000a;border:none;padding:8px 10px;border-radius:12px;cursor:pointer}.icon-btn svg{width:22px;height:22px;display:block}.language{position:relative}.language__menu{position:absolute;top:42px;right:0;z-index:3000;background:#fff;border-radius:14px;box-shadow:0 20px 40px #00000026;padding:10px;min-width:160px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s ease;pointer-events:none}.language__menu--open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header__link-item--product{position:relative}.header__link--product:after{content:"";position:absolute;left:0;bottom:-.15rem;width:100%;height:2px;background-color:var(--color-bg);transform-origin:left;transform:scaleX(0);transition:transform .2s ease}.header__link--product.is-open:after{transform:scaleX(1)}.product-menu{position:absolute;top:calc(100% + 16px);left:auto;transform:translate(-50%);width:800px;max-width:calc(100vw - 40px);background:#fff;border-radius:20px;box-shadow:0 30px 80px #00000026;padding:28px;z-index:3000}.product-menu--open{opacity:1;transform:translateY(0);pointer-events:auto}.product-menu__inner{display:grid;grid-template-columns:240px 1fr;gap:28px}.product-menu__left{border-right:1px solid rgba(0,0,0,.08);padding-right:20px}.product-menu__right h3{margin-bottom:12px;font-size:18px}.product-menu__category{text-align:left;padding:12px 16px;border-radius:12px;display:-webkit-flex}.product-menu__category:hover,.product-menu__category--active{background:#d88fa026;color:#b4566a}.product-menu__right{min-height:240px}.product-menu__title{margin-bottom:16px}.product-menu__title a{color:inherit;text-decoration:none}.product-menu__title a:hover{text-decoration:underline}.product-menu__list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-menu__list-item{padding:8px 12px;border-radius:8px;cursor:pointer}.product-menu__list-item a{text-decoration:none;color:var(--color-text)}.product-menu__list-item:hover{background:#0000000d}.product-menu__list-item a:hover{text-decoration:underline}.product-menu__group{margin-bottom:1rem}.product-menu__group-title{font-weight:600;margin-bottom:.25rem;color:var(--color-primary)}.product-menu__group-title a{color:inherit}.product-menu__group-title a:hover{text-decoration:underline}.product-menu__group-items{list-style:none;padding-left:.9rem;margin:0}.product-menu__group-items li{font-size:.9rem;color:var(--color-muted);cursor:pointer}.product-menu__group-items li a{color:inherit;text-decoration:none}.product-menu__group-items li a:hover{text-decoration:underline}@media(max-width:600px){.product-menu{left:0;transform:none;width:100%;border-radius:0 0 1.5rem 1.5rem}}.section{margin:60px 0}.hero{position:relative;min-height:70vh;color:var(--color-white);display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem 3.5rem;overflow:hidden;z-index:0}.hero__background{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(.5px);transform:scale(1.05);z-index:-1}.hero:after{content:"";position:absolute;inset-inline:0;bottom:0;height:40px;background:linear-gradient(to top,#ffffff,transparent);z-index:-1}.hero__content{text-align:center;max-width:600px}.hero__title{font-size:3.5rem;margin-bottom:.75rem;font-weight:700;-webkit-text-stroke:2px #f0e5f0}.hero__subtitle{font-size:1rem;margin-bottom:1.5rem}.hero__btn{padding-inline:2rem;background-color:transparent;color:var(--color-bg);border-radius:999px;border:2px solid var(--color-bg);font-weight:600}.hero__btn:hover{background-color:var(--color-bg);color:var(--color-white)}.hero__control{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:999px;color:#fff;background-color:#0000004d;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;z-index:10}.hero__control--prev{left:1.25rem}.hero__control--next{right:1.25rem}.hero__pagination{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;background-color:#fff6;z-index:10}.hero__dot{width:14px;height:4px;border-radius:999px;background-color:#fff9}.hero__dot--active{width:22px;background-color:#fff}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease-in-out;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:-2}.hero__slide.is-active{opacity:1;z-index:1;pointer-events:auto}.hero__pagination span{width:14px;height:4px;border-radius:999px;background-color:#fff9;cursor:pointer}.hero__pagination span.active{width:22px;background-color:#fff}.hero__content{color:#fff;border-radius:20px;font-family:Cormorant Garamond,serif;font-style:italic;font-weight:700;transform:translateZ(0)}.hero__title,.hero__subtitle{color:#fff}.btn{border-radius:999px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600}.btn--primary{background-color:purple;color:var(--color-white)}.btn--secondary{background-color:var(--color-accent);color:#000}.products__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.product-card{position:relative;background:#fff;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 6px 18px #0000000f;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0000001f}.product-card__image{aspect-ratio:1 / 1;border-radius:14px;overflow:hidden;background:#f6f6f6}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-card:hover .product-card__image img{transform:scale(1.08)}.product-card__placeholder{height:200px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;color:#999}.product-card__name{font-size:1rem;font-weight:500;color:#1f1f1f;line-height:1.4;margin-top:.4rem}.product-card__price{font-size:1.15rem;font-weight:600;color:#2a2a2a;margin-top:.2rem}.product-card button{cursor:pointer}.products__header{display:flex;align-items:center;gap:.6rem}.section-title{font-size:1.6rem;font-weight:500;letter-spacing:.3px}.products__icon{font-size:1.4rem;opacity:.8}.cart-actions{margin-top:auto;padding-top:.75rem}.cart-actions .btn{width:100%;padding:8px 12px;font-size:.9rem}.cart-actions .btn--outline{border-radius:999px}.product-card__stock.in-stock{color:green;font-weight:600}.product-card__stock.out-of-stock{color:red;font-weight:600}.product-card__description{font-size:.9rem;line-height:1.3;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cta-banner{background-color:#ded3f3;padding:4.5rem 0}.cta-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.cta-banner__title{margin:0;font-size:1.4rem;color:var(--color-bg)}.cta-banner__subtitle{margin:.5rem 0 0;color:var(--color-muted)}.cta-banner__button{width:3.5rem;height:3.5rem;border-radius:50%;color:var(--color-white);display:flex;align-items:center;justify-content:center;font-size:1.6rem}.design-develop{font-family:Roboto,sans-serif;font-style:italic}.designer{padding:3rem 0}.designer__card{position:relative;background-color:var(--color-bg-soft);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow-soft)}.designer__decor{position:absolute;font-size:1.4rem}.designer{position:relative}.designer__decor{position:absolute;pointer-events:none}.designer__decor--bottom-left{bottom:-20px;left:-20px;width:180px;height:180px;background-image:url(/assets/decor-bottom-left-B9piGH1z.png);background-repeat:no-repeat;background-size:contain;background-position:bottom left;z-index:1}@media(max-width:768px){.designer__decor--bottom-left{width:120px;height:120px;bottom:-10px;left:-10px}}.designer__decor--top-right{top:-20px;right:-20px;width:180px;height:180px;background-image:url(/assets/flower-top-right-D3D1lTFx.png);background-repeat:no-repeat;background-size:contain;background-position:top right;z-index:1}@media(max-width:768px){.designer__decor--bottom-left{width:120px;height:120px;bottom:10px;left:10px}}.designer__content{display:grid;grid-template-columns:3fr 2fr;gap:2rem;align-items:center}.designer__text{font-family:Georgia,Times New Roman,serif;text-align:center;font-size:1rem;color:#000}.designer__text p{margin-bottom:1rem}.designer__image-wrapper{position:relative}.designer__image{width:100%;background-color:#ccc;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-muted)}.designer__label{position:absolute;right:0;bottom:1.2rem;background-color:var(--color-accent);color:#000;padding:.4rem .75rem;font-size:.85rem;font-weight:600}.designer__label-more{display:block;font-weight:400;cursor:pointer;text-decoration:underline}.designer__text--expanded p{display:block}.reviews{padding:3rem 0 2rem;background-color:#fdfdfd}.reviews__content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:flex-start}.reviews__google{border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.08);padding:1.5rem;text-align:left}.reviews__status{margin:0 0 .25rem;font-weight:700}.reviews__stars{margin:0 0 .5rem;font-size:1.4rem;color:#f2c94c}.reviews__count{margin:0 0 .75rem;color:var(--color-muted)}.reviews__google-logo{font-size:1.1rem;font-weight:700}.reviews__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.review-card{border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.08);padding:1rem;background-color:var(--color-white)}.review-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.review-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--color-primary);color:var(--color-white);display:flex;align-items:center;justify-content:center;font-weight:700}.review-card__name{margin:0;font-weight:600}.review-card__date{margin:0;font-size:.8rem;color:var(--color-muted)}.review-card__stars{margin:.25rem 0 .5rem;font-size:1.1rem;color:#f2c94c}.review-card__text{margin:0;font-size:.9rem}.reviews__separator{display:flex;align-items:center;justify-content:center;margin-top:2rem;gap:.5rem}.reviews__line{flex:1;height:1px;background-color:#333;max-width:200px}.reviews__flower{font-size:1.2rem}.collections-products .products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}@media(max-width:1200px){.collections-products .products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.collections-products .products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.collections-products .products__grid{grid-template-columns:1fr}}.page-products main{background-color:var(--color-bg-soft)}.page-products{background-color:#fff}.collections-page{padding:2rem 0 3rem}.collections-page__inner{display:flex;gap:2rem;align-items:flex-start}.collections-sidebar{width:260px;background:#faf7f4;padding:28px 22px;border-radius:16px;position:sticky;top:120px;height:fit-content}.collections-sidebar__title{font-size:20px;font-weight:600;margin-bottom:20px}.collections-sidebar__category{width:100%;text-align:left;background:transparent;border:none;padding:12px 14px;border-radius:10px;font-weight:500;cursor:pointer;transition:background .2s}.collections-sidebar__category:hover{background:#0000000a}.collections-sidebar__category--active{background:#000;color:#fff}.collections-sidebar__sublist{margin-top:6px;margin-left:12px}.collections-sidebar__sublist:last-of-type{margin-bottom:0}.collections-sidebar__subcategory{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:8px;background:transparent;border:none;font-size:14px;color:#555;cursor:pointer}.collections-sidebar__subcategory:hover{background:#0000000d}.collections-sidebar__subcategory--active{background:#00000014;font-weight:600;color:#000}.collections-main{flex:1;padding-left:40px}.collections-hero{margin-bottom:36px}.collections-hero__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#999}.collections-hero__title{font-size:34px;font-weight:600;margin-top:6px}.collections-hero__subtitle{margin-top:4px;color:#666}.collections-products{background-color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.5rem 1.75rem 1.75rem}.collections-products__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.collections-products__subtitle{margin:0;font-size:1.2rem;color:var(--color-primary)}.product-card__add{margin:0 14px 16px;width:calc(100% - 28px);border-radius:999px}.collections-products__empty{margin:.5rem 0 0;color:var(--color-muted)}.collections-products .product-card{padding:.9rem}.footer__top{padding:2.5rem 0 1.5rem;border-top:1px solid rgba(0,0,0,.08)}.footer__columns{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 2fr;gap:2rem}.footer__column,.footer__column p,.footer__list a,.footer__schedule p{color:#000}.footer__title{margin-top:0;margin-bottom:.75rem;font-size:1rem;font-weight:700}.footer__column p{margin:0 0 .5rem;font-size:.9rem}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.3rem}.footer__list a{font-size:.9rem}.footer__schedule p{margin:0;font-size:.85rem}.footer__social{margin-top:.75rem;display:flex;gap:.5rem}.footer__newsletter{margin-top:1rem}.footer__newsletter-label{display:block;margin-bottom:.35rem;font-size:.9rem}.footer__newsletter-input{display:flex;gap:.5rem}.footer__newsletter-input input{flex:1;padding:.5rem .7rem;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.25);font-size:.9rem}.footer__payments{padding:1rem 0;background-color:#f7f7f7}.footer__payments-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer__payment-logos{display:flex;flex-wrap:wrap;gap:.5rem}.footer__payment{font-size:.8rem;padding:.3rem .5rem;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.1);background-color:var(--color-white)}.footer__compliance{display:flex;flex-wrap:wrap;gap:.5rem}.footer__badge{font-size:.8rem;padding:.3rem .5rem;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.1)}.footer__bottom{text-align:center;padding:.75rem 1.5rem;background:linear-gradient(90deg,var(--color-primary),var(--color-accent),var(--color-primary));color:var(--color-white);font-size:.9rem}.footer__social{margin-top:.75rem;display:flex;gap:.6rem}.footer__social-link{width:34px;height:34px;border-radius:50%;border:1px solid rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;color:#000;font-size:.9rem;transition:all .2s ease}.footer__social-link:hover{background-color:#000;color:#fff;transform:translateY(-1px)}.footer__social-link:hover svg{color:#fff}.footer__social-link:hover:has(svg[data-icon=youtube]){background-color:red;border-color:red}@media(max-width:992px){.products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.designer__content,.reviews__content{grid-template-columns:1fr}.reviews__cards,.footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}.collections-page__inner{flex-direction:column}}@media(max-width:768px){.header__nav-inner{flex-wrap:wrap;justify-content:center}.header__links{order:3;flex-basis:100%;justify-content:center}.products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-banner__inner{flex-direction:column;align-items:flex-start}.reviews__cards,.footer__columns{grid-template-columns:1fr}.footer__payments-inner{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.collections-hero{padding:1.25rem 1.25rem 1.1rem}.collections-hero__title{font-size:1.5rem}}@media(max-width:480px){.products__grid{grid-template-columns:1fr}.hero__title{font-size:1rem}}.about-page{background-color:#fff}.page-banner{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.page-banner__bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.6);z-index:-1}.page-banner--andra .page-banner__bg{background-image:url(andra-hero.jpg)}.page-banner__content{text-align:center;padding:3rem 1.5rem 2.5rem}.page-banner__title{margin:0;font-size:2.4rem;font-weight:600}.about-designer{padding:3rem 0 3.5rem}.about-designer__inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.5fr);gap:2.5rem;align-items:center}.about-designer__text{font-family:Georgia,Times New Roman,serif;font-size:1rem;color:#000}.about-designer__text p{margin-bottom:1rem}.about-designer__photo img{display:block;width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);object-fit:cover}@media(max-width:768px){.page-banner__title{font-size:2rem}.about-designer__inner{grid-template-columns:1fr}.about-designer__photo{max-width:420px;margin-inline:auto}}.orders-page{padding:2.5rem 0 3rem;background-color:#fff}.page-orders main{background-color:var(--color-bg-soft)}.orders-page__inner{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:2rem 1.75rem 2.25rem}.orders-page__header h1{margin:0 0 .5rem;color:var(--color-primary)}.orders-page__welcome{margin:0 0 1.5rem;color:var(--color-muted);font-size:.95rem}.orders-section{margin-bottom:2rem}.orders-section__title{margin:0 0 .75rem;font-size:1.2rem;color:var(--color-primary)}.orders-list{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.orders-empty{margin:0;font-size:.95rem;color:var(--color-muted)}.order-card{background:#fff;border-radius:14px;padding:18px;margin-bottom:20px;box-shadow:0 8px 24px #0000000f;border:1px solid #eee}.order-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-weight:600}.order-card__header span:first-child{color:#333}.order-status{padding:6px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.order-status--In-Progress{background:#fff3cd;color:#856404}.order-status--In-Delivery{background:#cce5ff;color:#004085}.order-status--Completed{background:#d4edda;color:#155724}.order-status--Refunded{background:#f8d7da;color:#721c24}.order-card__items{display:flex;flex-direction:column;gap:12px}.checkout-page{min-height:100vh;padding:60px 20px;background:linear-gradient(135deg,#fff6f9,#f4f7ff)}.checkout-wrapper{max-width:1200px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:32px}.checkout-card{background:#ffffffbf;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:24px;padding:28px;box-shadow:0 20px 60px #00000014}.checkout-card h2{margin-bottom:20px;font-size:1.4rem}.order-list{display:flex;flex-direction:column;gap:14px}.order-item{display:flex;justify-content:space-between;font-size:.95rem}.order-total{margin-top:24px;padding-top:16px;border-top:1px dashed rgba(0,0,0,.1);display:flex;justify-content:space-between;font-size:1.1rem}.billing-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.billing-grid input{padding:12px 14px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#ffffffe6;font-size:.95rem}.billing-grid input:focus{outline:none;border-color:#e91e63}.checkout-error{margin-top:12px;color:#e53935;font-size:.9rem}.checkout-pay-btn{margin-top:24px;width:100%;padding:16px;border-radius:18px;border:none;background:linear-gradient(135deg,#e91e63,#ff8fab);color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.checkout-pay-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #e91e6366}.checkout-pay-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.checkout-wrapper,.billing-grid{grid-template-columns:1fr}}.order-item img{width:80px;height:80px;object-fit:cover;border-radius:10px}.order-item p{margin:0;line-height:1.3}.order-item p:first-child{font-weight:600;color:#222}.order-item p:last-child{font-size:.9rem;color:#777}.order-item strong{font-size:1rem;color:#222}.order-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid #eee}.order-card__footer strong{font-size:1.1rem;color:#000}.order-card__footer .btn{padding:8px 14px;font-size:.9rem;border-radius:10px}.order-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.order-card__id{font-weight:600;color:var(--color-bg)}.order-card__date{font-size:.85rem;color:var(--color-muted)}.order-card__status{font-size:.8rem;padding:.25rem .6rem;border-radius:999px;text-transform:capitalize}.order-left{display:flex;align-items:center;gap:12px}.order-thumb{width:42px;height:42px;object-fit:cover;border-radius:10px;box-shadow:0 6px 16px #0000001f;flex-shrink:0}.order-card__status--processing,.order-card__status--preparing,.order-card__status--shipped{background-color:#fff4e5;color:#b46900}.order-card__status--delivered{background-color:#e7f8ea;color:#1b7a34}.order-card__status--cancelled{background-color:#fde7e7;color:#b11c1c}.order-card__body{margin-bottom:.6rem}.order-card__items{margin:0 0 .15rem;font-size:.9rem}.order-card__delivery{margin:0;font-size:.85rem;color:var(--color-muted)}.order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.order-card__total{font-weight:700;color:var(--color-bg)}.order-card__details-btn{font-size:.85rem;padding:.3rem .8rem;border-radius:999px;border:1px solid rgba(0,0,0,.1);background-color:#f9f9f9;cursor:default}@media(max-width:600px){.orders-page__inner{padding:1.4rem 1.15rem 1.6rem}.order-card__footer{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.order-item{grid-template-columns:60px 1fr}.order-item strong{grid-column:2;justify-self:flex-start}.order-card__footer{flex-direction:column;gap:10px;align-items:flex-start}}.auth-page{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;background-image:url(https://res.cloudinary.com/dmup3qu71/image/upload/v1765894699/WhatsApp_Image_2025-12-16_at_16.06.08_ij4avq.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.auth-card{width:100%;max-width:420px;background:#fff;padding:32px;border-radius:14px;box-shadow:0 10px 40px #0000001f;text-align:center}.auth-title{margin-bottom:20px;font-size:24px}.google-btn{display:flex;align-items:center;justify-content:flex-start;gap:16px;width:100%;padding:14px 18px;border:1px solid #ddd;border-radius:12px;background:#fff;font-size:16px;font-weight:500;color:#333;text-decoration:none;transition:background .2s ease}.google-btn:hover{background:#f7f7f7}.google-icon{width:22px;height:22px;flex-shrink:0}.google-btn.disabled{pointer-events:none;opacity:.6}.auth-divider{margin:20px 0;position:relative;text-align:center}.auth-divider span{background:#fff;padding:0 10px;color:#999;font-size:14px}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e5e5e5;z-index:-1}.auth-field{display:flex;flex-direction:column;text-align:left;margin-bottom:16px}.auth-field label{font-size:14px;margin-bottom:6px}.auth-field input{padding:10px;border-radius:8px;border:1px solid #ccc}.auth-actions{text-align:right;margin-bottom:16px}.auth-reset{font-size:14px;color:#777;text-decoration:none}.auth-reset:hover{text-decoration:underline}.auth-btn{width:100%;padding:12px;border-radius:10px;background:#111;color:#fff;font-weight:600;border:none;cursor:pointer}.auth-btn:disabled{opacity:.7}.auth-footer{margin-top:20px;font-size:14px}.link-like{background:none;border:none;padding:0;margin:0;color:var(--color-bg);text-decoration:underline;cursor:pointer;font-size:.9rem}.forgot-form{margin-top:1rem;padding-top:.75rem;border-top:1px solid #eee;display:none;text-align:left;font-size:.9rem}.forgot-form--open{display:block}.forgot-form input{width:100%;margin-top:.4rem}.header__icons{position:relative}.account-menu{position:absolute;top:115%;right:3.2rem;background:#fff;border-radius:12px;box-shadow:0 12px 30px #00000029;padding:.35rem 0;min-width:190px;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease;z-index:3000}.account-menu--open{opacity:1;pointer-events:auto;transform:translateY(0)}.account-menu__item{width:100%;padding:.55rem 1rem;text-align:left;font-size:.9rem;background:none;border:none;cursor:pointer;color:var(--color-text)}.account-menu__item:hover{background:#f5ecff;color:var(--color-primary)}.account-menu__item--danger{color:#b00020}.page-contact main{background-color:var(--color-bg-soft)}.contact-page{padding:2.5rem 0 3rem}.contact-page__inner{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:2rem 1.75rem 2.3rem;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);gap:2rem}.contact-page__title{margin:0 0 .5rem;color:var(--color-primary)}.contact-page__subtitle{margin:0 0 1.5rem;color:var(--color-muted);font-size:.95rem}.contact-form__row{display:flex;gap:1rem;margin-bottom:.75rem}.contact-form__field{margin-bottom:.75rem;flex:1}.contact-form__field label{display:block;margin-bottom:.25rem;font-size:.9rem;font-weight:600;color:var(--color-bg)}.contact-form__field input,.contact-form__field textarea{width:100%;padding:.5rem .65rem;border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.18);font-size:.9rem;font-family:inherit;resize:vertical}.contact-form button.btn{margin-top:.5rem}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.contact-info h2{margin:0 0 .75rem;color:var(--color-primary)}.contact-info p{margin:0 0 .35rem;font-size:.9rem;color:#000}.contact-info__hours h3{margin:.75rem 0 .25rem;font-size:.95rem;color:var(--color-bg)}.contact-info__hours p{margin:0;font-size:.85rem}.contact-map h3{margin:0 0 .5rem;font-size:.95rem;color:var(--color-bg)}.contact-map__frame{border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-soft)}.contact-map__frame{margin-top:20px}.contact-map__frame iframe{width:100%;height:260px;border:0}@media(max-width:900px){.contact-page__inner{grid-template-columns:minmax(0,1fr)}}@media(max-width:600px){.contact-page__inner{padding:1.4rem 1.1rem 1.6rem}.contact-form__row{flex-direction:column}}.basket-btn{position:relative}.basket-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background-color:var(--color-primary);color:#fff;font-size:.7rem;display:none;align-items:center;justify-content:center}.basket-badge--visible{display:inline-flex}.page-cart main{background-color:var(--color-bg-soft)}.cart-page{padding:80px 20px;background:linear-gradient(135deg,#f7f2f5,#fff)}.cart-container{max-width:1200px;margin:auto}.cart-title{font-size:2.5rem;margin-bottom:30px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:30px}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:16px;padding:16px;border-radius:18px;background:#ffffffb3;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 30px #0000000f}.cart-item-img{width:80px;height:80px;object-fit:cover;border-radius:12px}.cart-item-info h3{margin:0;font-size:1rem}.cart-item-info .price{color:#777}.cart-qty{display:flex;align-items:center;gap:10px}.cart-qty button{width:30px;height:30px;border-radius:50%;border:none;background:#eee;cursor:pointer}.cart-subtotal{font-weight:600}.cart-page__inner{background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:2rem 1.75rem 2.4rem}.cart-page__title{margin:0 0 1rem;color:var(--color-primary)}.cart-empty{margin:1rem 0 0;font-size:.95rem;color:var(--color-muted)}.cart-content{margin-top:.5rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.92rem}.cart-table th,.cart-table td{padding:.6rem .4rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.06)}.cart-table th{font-weight:600;color:var(--color-bg)}.cart-table__price,.cart-table__subtotal{white-space:nowrap}.cart-remove{background:none;border:none;font-size:18px;cursor:pointer;color:#999}.cart-remove-btn{font-size:.8rem;padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(0,0,0,.15);background-color:#fff}.cart-summary{position:sticky;top:90px;padding:24px;border-radius:20px;background:#ffffffbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 20px 40px #00000014}.cart-summary h2{margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:1.2rem;margin-bottom:20px}.btn-pay{width:100%;margin-bottom:12px}.btn-primary{background:#000;color:#fff;border:none;padding:14px;border-radius:14px;font-weight:600;cursor:pointer}.btn-outline{display:block;text-align:center;padding:12px;border-radius:14px;border:1px solid black;margin-bottom:12px}.btn-ghost{background:none;border:none;color:#777;cursor:pointer}.btn-ghost.danger{color:#c0392b}.cart-empty{text-align:center;padding:80px 20px}.cart-summary__total{font-size:1rem;font-weight:600;color:#000}.cart-summary__total span{color:var(--color-primary)}.cart-actions{display:flex;gap:.75rem;flex-wrap:wrap}.account{position:relative}.account-dropdown{position:absolute;top:42px;right:0;background:#fff;border-radius:14px;box-shadow:0 20px 40px #00000026;padding:10px;min-width:160px}.account-dropdown a,.account-dropdown button,.language__menu button{display:block;width:100%;text-align:left;background:none;border:none;padding:10px 12px;border-radius:8px;cursor:pointer}.account-dropdown a:hover,.account-dropdown button:hover,.language__menu button:hover{background:#0000000d}.google-btn{display:flex;width:100%;padding:12px;margin-top:16px;text-align:center;background:#fff;color:#444;border:1px solid #ddd;border-radius:6px;font-weight:500;text-decoration:none}.google-btn:hover{background:#f5f5f5}@media(max-width:700px){.cart-page__inner{padding:1.5rem 1.2rem 1.8rem}.cart-table th:nth-child(2),.cart-table td:nth-child(2){display:none}.cart-summary{flex-direction:column;align-items:flex-start}}.toast{position:fixed;top:20px;right:20px;background:#0f0f0ff2;color:#fff;padding:14px 18px;border-radius:14px;font-weight:500;box-shadow:0 12px 30px #00000040;animation:toast-in .3s ease;z-index:9999}@keyframes toast-in{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.icon-btn.cart-icon{position:relative;font-size:1.3rem}.cart-badge{position:absolute;top:-6px;right:-10px;background:#000;color:#fff;font-size:.7rem;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center}.cart-badge.bump{animation:bump .35s ease}@keyframes bump{0%{transform:scale(1)}30%{transform:scale(1.3)}to{transform:scale(1)}}.btn--add-cart{position:relative;width:100%;padding:.75rem 1rem;border-radius:999px;border:1px solid #1f1f1f;background:transparent;color:#1f1f1f;font-weight:500;overflow:hidden;transition:color .35s ease,border-color .35s ease}.btn--add-cart:before{content:"";position:absolute;inset:0;background:#1f1f1f;transform:scaleX(0);transform-origin:left;transition:transform .35s ease;z-index:-1}.btn--add-cart:hover:before{transform:scaleX(1)}.btn--add-cart:hover{color:#fff}.btn--add-cart:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 8px #0003}.btn--add-cart:disabled{opacity:.55;cursor:not-allowed}.product-modal__right .btn--add-cart{font-size:1rem;padding:.85rem 1.2rem}.product-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999;animation:overlayFade .35s ease forwards}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}.product-modal{background:#fff;border-radius:22px;max-width:920px;width:92%;display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;padding:2.2rem;position:relative;animation:modalPop .45s cubic-bezier(.22,1,.36,1) forwards}@keyframes modalPop{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.product-modal__name{font-size:1.8rem;font-weight:500;margin-bottom:.3rem}.product-modal__price{font-size:1.4rem;font-weight:600;margin-bottom:1.2rem}.product-modal__description{font-size:.95rem;line-height:1.7;color:#555;margin-bottom:1.4rem}.product-modal__meta{display:flex;gap:1.2rem;font-size:.85rem;color:#777}.product-modal__meta span strong{font-weight:500;color:#333}.product-modal__right img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px;margin-bottom:1.2rem}.product-modal__close{position:absolute;top:18px;right:18px;background:none;border:none;font-size:1.3rem;cursor:pointer;opacity:.6;transition:opacity .2s ease,transform .2s ease}.product-modal__close:hover{opacity:1;transform:rotate(90deg)}@media(max-width:768px){.product-modal{grid-template-columns:1fr}}.cookie-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;justify-content:center;z-index:9999}.cookie-box{background:linear-gradient(180deg,#fff,#fafafa);width:min(520px,94%);margin:1.5rem;padding:1.8rem 1.8rem 1.6rem;border-radius:22px;box-shadow:0 30px 80px #00000040;animation:cookieLift .5s cubic-bezier(.22,1,.36,1)}@keyframes cookieLift{0%{transform:translateY(50px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes cookieSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-box h3{font-size:1.25rem;margin-bottom:.5rem}.cookie-box p{font-size:.9rem;color:#555;margin-bottom:1rem;line-height:1.6}.cookie-settings{background:#f5f5f5;border-radius:14px;padding:1rem;margin-bottom:1.2rem;display:flex;flex-direction:column;gap:.7rem}.cookie-settings label{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:#333}.cookie-settings input[type=checkbox]{width:16px;height:16px;accent-color:#1f1f1f}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.cookie-actions .btn{flex:1}.cookie-actions .btn--add-cart{grid-column:span 2}.cookie-box .btn{font-size:.9rem}.cookie-title{font-size:1.35rem;font-weight:500;margin-bottom:.5rem}.cookie-text{font-size:.92rem;line-height:1.65;color:#555;margin-bottom:1.4rem}@media(max-width:480px){.cookie-box{padding:1.5rem}.cookie-title{font-size:1.2rem}}.cookie-fab{position:fixed;bottom:20px;left:20px;width:44px;height:44px;border-radius:50%;border:none;background:#1f1f1fe6;color:#fff;font-size:1.2rem;cursor:pointer;z-index:9998;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000040;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.cookie-fab:hover{transform:translateY(-3px);box-shadow:0 14px 36px #00000059;background:#000}@media(max-width:480px){.cookie-fab{bottom:16px;left:16px;width:40px;height:40px;font-size:1.1rem}}.btn--cookie-accept{position:relative;width:100%;padding:.75rem 1rem;border-radius:999px;border:none;background:#1f1f1f;color:#fff;font-weight:500;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.btn--cookie-accept:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000040;background:#000}.btn--cookie-accept:active{transform:translateY(0);box-shadow:0 4px 10px #0003}.btn--cookie-outline{border:1px solid #ddd;background:transparent;border-radius:999px;padding:.65rem 1rem;font-weight:500;cursor:pointer}.btn--cookie-outline:hover{background:#f3f3f3}.footer__link-button{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}.footer__link-button:hover{text-decoration:underline}.filters-glass{display:flex;align-items:center;gap:18px;padding:18px 22px;margin-bottom:28px;background:linear-gradient(135deg,#ffffffbf,#f5f0ffa6);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-radius:22px;border:1px solid rgba(255,255,255,.4);box-shadow:0 20px 45px #00000014,inset 0 1px #fff9;transition:box-shadow .3s ease,transform .3s ease}.filters-glass:hover{box-shadow:0 30px 65px #0000001f,inset 0 1px #ffffffb3;transform:translateY(-1px)}.filters-glass select,.filters-glass input[type=number]{appearance:none;border:none;outline:none;background:#ffffffd9;color:#3a235d;padding:10px 14px;min-width:120px;border-radius:14px;font-size:14px;font-weight:500;box-shadow:inset 0 0 0 1px #7850b41f,0 6px 14px #7850b414;transition:all .25s ease}.filters-glass select:hover,.filters-glass input[type=number]:hover{box-shadow:inset 0 0 0 1px #7850b440,0 10px 22px #7850b424}.filters-glass select:focus,.filters-glass input[type=number]:focus{box-shadow:inset 0 0 0 2px #8c5adc73,0 12px 30px #8c5adc40}.filters-glass label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#5a3a7a;cursor:pointer}.filters-glass input[type=checkbox]{appearance:none;width:20px;height:20px;border-radius:6px;background:#ffffffe6;box-shadow:inset 0 0 0 2px #7850b440,0 4px 10px #7850b426;transition:all .25s ease}.filters-glass input[type=checkbox]:checked{background:linear-gradient(135deg,#9b6bff,#6f3cff);box-shadow:inset 0 0 0 2px #fff9,0 6px 16px #9b6bff73}.filters-glass input[type=checkbox]:checked:after{content:"✓";display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}@media(max-width:768px){.filters-glass{flex-wrap:wrap;gap:12px}.filters-glass select,.filters-glass input[type=number]{flex:1;min-width:100%}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.price-control{display:flex;align-items:center;gap:8px}.price-control input{width:70px;text-align:center;background:#ffffffe6;border-radius:14px;font-weight:600;color:#3a235d;box-shadow:inset 0 0 0 1px #7850b433,0 6px 14px #7850b41a}.price-control button{width:34px;height:34px;border:none;border-radius:50%;font-size:18px;font-weight:600;color:#fff;background:linear-gradient(135deg,#9b6bff,#6f3cff);cursor:pointer;box-shadow:0 6px 14px #9b6bff73,inset 0 1px #fff9;transition:transform .15s ease,box-shadow .15s ease}.price-control button:hover{transform:scale(1.08);box-shadow:0 10px 22px #9b6bff99,inset 0 1px #ffffffb3}.price-control button:active{transform:scale(.95)}.price-separator{margin:0 8px;font-weight:600;color:#7a5aa5}.payment-result{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff6f9,#f4f7ff)}.payment-result.success{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff5f8,#fff)}.payment-card{background:#fff;padding:3rem;border-radius:18px;text-align:center;box-shadow:0 20px 60px #0000001f;max-width:420px;width:100%}.payment-icon{font-size:3rem;margin-bottom:1rem}.payment-card h1{font-size:1.8rem;margin-bottom:.5rem}.payment-message{color:#666;margin-bottom:2rem}.payment-actions{display:flex;gap:1rem;justify-content:center}.payment-actions button{padding:.7rem 1.4rem;border-radius:30px;border:none;cursor:pointer;font-weight:600;background:#e6396f;color:#fff}.payment-actions button.secondary{background:#f1f1f1;color:#333}.btn-primary{display:block;margin-top:20px;padding:14px;border-radius:14px;background:linear-gradient(135deg,#e91e63,#ff8fab);color:#fff;font-weight:600;text-decoration:none}.btn-secondary{display:block;margin-top:10px;color:#666;text-decoration:none}.account-glass{max-width:1100px;margin:40px auto;padding:20px}.glass-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff8c;border-radius:18px;padding:20px;margin-bottom:24px;box-shadow:0 10px 40px #00000014}.glass-card h3{margin-bottom:14px}.glass-card input{width:100%;padding:10px 12px;margin-bottom:10px;border-radius:10px;border:none;background:#ffffffd9}.address-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:20px}.address-card{padding:16px;border-radius:14px;background:#ffffffbf;position:relative}.address-card.default{outline:2px solid #9ad7c7}.address-actions{display:flex;gap:8px;margin-top:10px}.address-actions button{flex:1;padding:6px;border-radius:8px;border:none;cursor:pointer}.address-actions .danger{background:#ff6b6b;color:#fff}.legal-page{max-width:900px;margin:60px auto;line-height:1.7}.legal-page h1{margin-bottom:24px}.legal-page h2{margin-top:32px;margin-bottom:12px}.checkout-legal{margin:16px 0;font-size:14px;color:#444}.legal-checkbox{display:flex;gap:10px;align-items:flex-start}.legal-checkbox input{margin-top:4px}.checkout-legal a{color:#000;text-decoration:underline}.icon-btn svg{width:26px;height:26px;display:block}.icon-btn{background:none;border:none;cursor:pointer;padding:6px}.designer__video{margin-top:3rem;text-align:center}.designer__video-text{font-family:Playfair Display,serif;font-size:1.2rem;font-style:italic;margin-bottom:1.5rem;opacity:.85}.designer__video-inner{width:100%;max-width:820px;aspect-ratio:16 / 9;margin:0 auto;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #0000001f}.designer__video-inner iframe{width:100%;height:100%;border:0}.header-search{position:relative;display:flex;align-items:center}.header-search__panel{position:absolute;top:100%;left:0;margin-top:8px;z-index:2000}.header-search__input{width:260px;padding:10px 12px;border-radius:8px;border:1px solid #ddd}.header-search__results{margin-top:6px;background:#fff;border-radius:10px;box-shadow:0 12px 30px #00000026;max-height:320px;overflow-y:auto}.header-search__item{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer}.header-search__item:hover{background:#f5f5f5}.header-search__item img{width:36px;height:36px;border-radius:6px;object-fit:cover}.nav-item{display:inline-flex;align-items:center;gap:8px}.nav-item__icon{width:18px;height:18px;object-fit:contain}.footer__legal-logos{display:flex;justify-content:center;align-items:center;gap:24px;margin-bottom:10px;flex-wrap:wrap}.footer__legal-logos img{max-height:55px;width:auto;cursor:pointer}@media(max-width:900px){.header__links{gap:32px}}@media(max-width:768px){.header__container{grid-template-columns:1fr auto;row-gap:12px}.logo{justify-self:start}.header__actions{justify-self:end}}@media(max-width:768px){.header__nav-inner{flex-direction:column;height:auto;padding:12px 16px}.header__links{width:100%;justify-content:center;gap:20px}}@media(max-width:600px){.product-menu{position:fixed;inset:auto 0 0;transform:none;width:100%;max-width:100%;border-radius:20px 20px 0 0}.product-menu__inner{grid-template-columns:1fr}}.product-menu__title--clickable{cursor:pointer}.product-menu__title--clickable:hover{text-decoration:underline}
