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