*{border-radius:0!important;box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#111;--secondary-color:#4a4a4a;--accent-color:#000;--text-color:#1a1a1a;--light-text:#666;--bg-light:#fdfdfc;--white:#fff;--skeleton-base:#f1f2f4;--skeleton-highlight:#e2e6ea;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fdfdfc;background-color:var(--bg-light);color:#1a1a1a;color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;max-width:100%;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:Inter,sans-serif}.skeleton{background:#f1f2f4;background:var(--skeleton-base);overflow:hidden;position:relative}.skeleton:after{animation:skeleton-shimmer 1.4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#e2e6ea,#0000);background:linear-gradient(90deg,#0000,var(--skeleton-highlight),#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}.skeleton-line{border-radius:999px;display:block;height:12px;margin:0 auto;width:80%}.skeleton-line--short{width:55%}.skeleton-line--wide{width:95%}@keyframes skeleton-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none}}.App{background-color:var(--bg-light);min-height:100vh}html{scroll-behavior:smooth}.container{margin:0;max-width:100%;padding:0}@media (max-width:768px){.container{padding:0}}.btn{border:none;border-radius:0;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:500;letter-spacing:1px;padding:.875rem 2rem;text-decoration:none;text-transform:uppercase;transition:var(--transition)}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--accent-color)}.btn-outline{background-color:initial;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:var(--white)}.site-header{background:#0000!important;border-bottom:1px solid #0000!important;left:0!important;padding:1.5rem 0!important;position:absolute!important;right:0!important;top:0!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;width:100%!important;z-index:1000}.site-header.scrolled{backdrop-filter:blur(20px) saturate(180%)!important;-webkit-backdrop-filter:blur(20px) saturate(180%)!important;background:#ffffffb3!important;border-bottom:1px solid #0000001a!important;box-shadow:0 8px 32px #0000001f!important;padding:1rem 0!important;position:fixed!important}.site-header__container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 4rem}.site-header__left{align-items:center;display:flex;gap:1.5rem}.site-menu-toggle{background:#0000;border:none;color:#000;cursor:pointer;display:flex;flex-direction:column;gap:4px;height:32px;justify-content:center;padding:0;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:32px}.site-header.scrolled .site-menu-toggle{color:#000}.site-menu-toggle:hover{opacity:.7}.site-menu-toggle__icon{background:currentColor;border-radius:1px;display:block;height:1.5px;transform-origin:center;transition:all .4s cubic-bezier(.4,0,.2,1);width:18px}.site-header__brand{display:inline-block;font-family:Playfair Display,serif;font-weight:400;line-height:1.2;position:relative;text-decoration:none;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1)}.site-header.scrolled .site-header__brand,.site-header__brand{color:#000!important;font-size:1.75rem;letter-spacing:.2rem}.site-header__brand:hover{opacity:.7;transform:translateY(-1px)}.site-header__brand:active{transform:translateY(0)}.site-header__nav{align-items:center;display:flex;gap:1.5rem;height:100%}.nav-link{display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-weight:400;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transform:translateY(0);transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link,.site-header.scrolled .nav-link{color:#000!important;font-size:.75rem;letter-spacing:.2rem}.nav-link:hover{opacity:.6;transform:translateY(-1px)}.nav-link:active{transform:translateY(0)}.nav-link:after{background:currentColor;bottom:.25rem;content:"";height:1.5px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:width .3s cubic-bezier(.4,0,.2,1),opacity .3s ease;width:0}.nav-link:hover:after{opacity:1;width:calc(100% - .5rem)}.cart-link{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:.5rem;padding:.5rem;position:relative;transform:translateY(0) scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-link,.site-header.scrolled .cart-link{color:#000!important}.cart-link:hover{opacity:.7;transform:translateY(-2px) scale(1.05)}.cart-link:active{transform:translateY(0) scale(1)}.cart-link svg{transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-link svg,.site-header.scrolled .cart-link svg{height:22px;width:22px}.cart-badge{align-items:center;background:#000;border-radius:9px;box-shadow:0 2px 8px #00000026;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;font-weight:700;height:18px;justify-content:center;line-height:1;min-width:18px;padding:.25rem .4rem;position:absolute;right:-4px;top:-4px;transform:scale(1);transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-link:hover .cart-badge{box-shadow:0 3px 12px #0003;transform:scale(1.1)}.site-menu{inset:0;overflow:hidden;pointer-events:none;position:fixed;z-index:1200}.site-menu.is-open{pointer-events:auto}.site-menu__backdrop{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#0000004d;border:none;cursor:pointer;inset:0;opacity:0;position:absolute;transition:opacity .5s cubic-bezier(.4,0,.2,1);will-change:opacity}.site-menu.is-open .site-menu__backdrop{opacity:1}.site-menu__panel{backface-visibility:hidden;-webkit-backface-visibility:hidden;background:#fff;box-shadow:-10px 0 40px #0003;display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .5s cubic-bezier(.4,0,.2,1);width:min(380px,90vw);will-change:transform}.site-menu.is-open .site-menu__panel{transform:translateX(0)}.site-menu__header{border-bottom:1px solid #00000014;flex-shrink:0;justify-content:space-between;padding:1.75rem 1.75rem 1rem}.site-menu__header,.site-menu__header-left{align-items:center;display:flex}.site-menu__logo{color:#000;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:400;letter-spacing:.2rem;text-decoration:none;transition:opacity .3s ease}.site-menu__logo:hover{opacity:.7}.site-menu__title{color:#000;font-size:.75rem;font-weight:400;letter-spacing:.12rem;text-transform:uppercase}.site-menu__close{align-items:center;background:#0000;border:none;color:#000;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:32px}.site-menu__close:hover{opacity:.7;transform:rotate(90deg)}.site-menu__content{height:100%;overflow-y:auto;padding:1.5rem 1.75rem 2rem}.site-menu__link{color:#000;display:block;font-size:.75rem;letter-spacing:.12rem;padding:.65rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s cubic-bezier(.4,0,.2,1)}.site-menu__link,.site-menu__shop-header{border-bottom:1px solid #00000014}.site-menu__shop-toggle{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;font-size:.75rem;justify-content:space-between;letter-spacing:.12rem;padding:.65rem 0;text-align:left;text-transform:uppercase;transition:color .3s cubic-bezier(.4,0,.2,1);width:100%}.site-menu__shop-toggle:hover{color:#000000b3}.site-menu__shop-text{flex:1 1}.site-menu__chevron{margin-left:.5rem;transform-origin:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.site-menu__chevron.is-open{transform:rotate(180deg)}.site-menu__category-group{margin-top:0}.site-menu__categories-list{margin-top:0;max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.site-menu__categories-list.is-open{max-height:2000px;opacity:1;transform:translateY(0)}.site-menu__category{border-bottom:1px solid #00000014;padding:.5rem 0}.site-menu__category:last-child{border-bottom:none}.site-menu__category-row{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.site-menu__category-link{color:#000;display:block;flex:1 1;font-size:.75rem;letter-spacing:.12rem;padding:.5rem 0;text-decoration:none;text-transform:uppercase;transition:color .3s cubic-bezier(.4,0,.2,1)}.site-menu__category-link:hover{color:#000000b3}.site-menu__category-toggle{align-items:center;background:#0000;border:none;color:#000;cursor:pointer;display:flex;height:24px;justify-content:center;margin-left:.5rem;padding:0;transform-origin:center;transition:transform .4s cubic-bezier(.4,0,.2,1);width:24px}.site-menu__category-toggle:hover{opacity:.7}.site-menu__category-toggle.is-open{transform:rotate(180deg)}.site-menu__subcategory-list{max-height:0;opacity:0;overflow:hidden;transform:translateY(-8px);transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}.site-menu__subcategory-list.is-open{margin-top:.5rem;max-height:400px;opacity:1;transform:translateY(0)}.site-menu__subcategory-link{color:#000;display:block;font-size:.7rem;letter-spacing:.1rem;padding:.45rem 0;text-decoration:none;text-transform:uppercase;transition:color .3s cubic-bezier(.4,0,.2,1)}.site-menu__subcategory-link:hover{color:#000000b3}.site-menu__category-link:hover,.site-menu__link:hover,.site-menu__subcategory-link:hover{color:#000}@media (max-width:1024px){.site-header__container{padding:0 3rem}.site-header__nav{gap:1.5rem}.site-header.scrolled .site-header__brand,.site-header__brand{font-size:1.5rem;letter-spacing:.18rem}}@media (max-width:768px){.site-header{padding:1.25rem 0}.site-header.scrolled{padding:.875rem 0}.site-header__container{align-items:center;flex-direction:row;justify-content:space-between;padding:0 2rem}.site-header__left{gap:1rem}.site-header.scrolled .site-header__brand,.site-header__brand{font-size:1.4rem;letter-spacing:.16rem}.site-header__nav{flex-wrap:nowrap;gap:1.5rem;justify-content:flex-end}.nav-link,.site-header.scrolled .nav-link{font-size:.7rem;letter-spacing:.16rem}.cart-link{align-items:center;display:flex;padding:.4rem}.cart-link svg,.site-header.scrolled .cart-link svg{height:20px;width:20px}.cart-badge{font-size:.6rem;height:16px;min-width:16px;padding:.2rem .35rem;right:-3px;top:-3px}.site-menu__panel{transform:translateX(100%);width:min(320px,90vw)}.site-menu__logo{font-size:1.3rem;letter-spacing:.18rem}}@media (max-width:480px){.site-header{padding:1rem 0}.site-header.scrolled{padding:.75rem 0}.site-header__container{padding:0 1.5rem}.site-menu__panel{transform:translateX(100%);width:min(300px,90vw)}.site-menu__logo{font-size:1.2rem;letter-spacing:.16rem}.site-header.scrolled .site-header__brand,.site-header__brand{font-size:1.2rem;letter-spacing:.14rem}.site-header__nav{gap:1.5rem}.nav-link,.site-header.scrolled .nav-link{font-size:.65rem;letter-spacing:.12rem}.cart-link{padding:.35rem}.cart-link svg,.site-header.scrolled .cart-link svg{height:18px;width:18px}.cart-badge{font-size:.55rem;height:15px;min-width:15px;padding:.18rem .3rem;right:-2px;top:-2px}}.hero{height:100vh;margin-bottom:0;margin-top:80px;min-height:700px;overflow:hidden;position:relative}.hero-slider{inset:0;position:absolute}.hero-panel{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff14;border:1px solid #ffffff40;color:var(--white);display:flex;flex-direction:column;gap:2rem;left:8%;padding:4rem 4rem 3.5rem;position:absolute;top:50%;transform:translateY(-50%);width:min(500px,85%);z-index:2}.hero-panel__eyebrow{color:#ffffffbf;font-size:.7rem;letter-spacing:.3rem;margin-bottom:0}.hero-panel h1,.hero-panel__eyebrow{font-weight:400;text-transform:uppercase}.hero-panel h1{font-family:Playfair Display,serif;font-size:3.5rem;letter-spacing:.4rem;line-height:1.1;margin:0}.hero-panel__copy{color:#ffffffe6;font-size:.9rem;font-weight:400;line-height:1.85;margin:0}.hero-panel__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-panel__ghost{border-color:#ffffff80;color:var(--white)}.hero-slide{background-position:50%;background-size:cover;filter:blur(2px);inset:0;opacity:0;position:absolute;transform:scale(1.05);transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1),filter 1.2s cubic-bezier(.4,0,.2,1);will-change:opacity,transform,filter}.hero-slide.is-active{filter:blur(0);opacity:1;transform:scale(1)}.hero:after{background:linear-gradient(180deg,#00000026,#0000008c);content:"";inset:0;pointer-events:none;position:absolute;transition:opacity 1.2s cubic-bezier(.4,0,.2,1)}.hero-pagination{bottom:3rem;display:flex;gap:.75rem;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.hero-dot{background:#fff6;border:none;cursor:pointer;height:2px;transform:scaleX(1);transition:all .4s cubic-bezier(.4,0,.2,1);width:28px}.hero-dot:hover{background:#ffffffb3;transform:scaleX(1.2)}.hero-dot.is-active{background:#fff;height:3px;transform:scaleX(1.3)}@media (max-width:768px){.hero{height:85vh;min-height:600px}.hero-panel{gap:1.5rem;left:auto;margin:0 auto;padding:3rem 2.5rem 2.5rem;position:relative;top:auto;transform:none;width:calc(100% - 4rem)}.hero-panel__eyebrow{font-size:.65rem;letter-spacing:.25rem}.hero-panel h1{font-size:2.25rem;letter-spacing:.3rem}.hero-panel__copy{font-size:.85rem;line-height:1.75}.hero-pagination{bottom:2rem}}.product-section{background:#fff;margin-top:0;max-width:100%;overflow-x:hidden;padding:140px 0 120px;width:100%}.product-section .container{margin:0 auto;max-width:1400px;padding:0 4rem;width:100%}@media (max-width:768px){.product-section .container{padding:0 2rem}}.section-header{margin-bottom:5.5rem;max-width:100%;text-align:center;width:100%}.section-title{font-family:Playfair Display,serif;font-size:2.25rem;font-weight:400;letter-spacing:.3rem;line-height:1.2;margin-bottom:1.25rem}.section-subtitle{color:#0009;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.2rem;line-height:1.6;text-transform:uppercase}.product-grid{grid-gap:4rem 3rem;gap:4rem 3rem;grid-template-columns:repeat(auto-fit,minmax(240px,260px));justify-content:center;margin:0 auto 5rem;max-width:1200px;width:100%}.product-grid--skeleton{min-height:520px}.product-card{align-items:center;display:flex;flex-direction:column;max-width:100%;width:100%}.product-card__image{box-shadow:0 4px 20px #0000000f;position:relative;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s ease,opacity .4s ease}.product-card:hover .product-card__image{box-shadow:0 12px 40px #0000001f;transform:translateY(-8px)}.product-card.skeleton-card:hover .product-card__image{box-shadow:none;transform:none}.product-card__info{gap:.5rem;letter-spacing:.15rem;margin-top:1.75rem}.product-card.skeleton-card .product-card__info{gap:.75rem}.product-card__code{color:#0009;font-weight:400;line-height:1.5}.product-card__price{color:#000;font-size:.9rem;font-weight:500;letter-spacing:.1rem}.load-more-section{margin-top:0;padding-top:2rem}.load-more-section .btn-outline{background:#0000;border:1px solid #000;color:#000;font-size:.75rem;font-weight:400;letter-spacing:.2rem;padding:1rem 3.5rem;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.load-more-section .btn-outline:hover{background:#000;color:#fff;transform:translateY(-2px)}.loading-text,.no-products-text{color:#000;font-weight:700}.no-products-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;letter-spacing:.1rem;padding:4rem 2rem;text-align:center;text-transform:uppercase}@media (max-width:1024px){.product-section{padding:120px 0 100px}.section-header{margin-bottom:4.5rem}.category-filter{gap:2rem}.product-grid{gap:3.5rem 2.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}}@media (max-width:768px){.product-section{padding:100px 0 80px}.section-header{margin-bottom:4rem}.section-title{font-size:1.875rem;letter-spacing:.25rem;margin-bottom:1rem}.section-subtitle{font-size:.7rem;letter-spacing:.18rem}.category-filter{gap:1.5rem}.product-grid{gap:3rem 2rem;grid-template-columns:repeat(2,1fr);margin-bottom:3.5rem}.product-card__info{margin-top:1.5rem}}@media (max-width:480px){.product-grid{gap:2rem 1.5rem;grid-template-columns:repeat(2,1fr)}}.lazy-image-container{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;width:100%}.lazy-image-container.loading{filter:blur(2px);transform:scale(1.02)}.lazy-image-container.loaded{filter:blur(0);transform:scale(1);transition:filter .3s ease,transform .3s ease,opacity .3s ease}.about-section{background:#fff;margin-top:0;max-width:100%;overflow-x:hidden;padding:120px 0 140px;position:relative;width:100%}.about-section .container{margin:0 auto;max-width:100%;padding:0 4rem;width:100%}@media (max-width:768px){.about-section .container{padding:0 2rem}}.about-leaf{background-image:url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=1600&q=80);background-position:50%;background-size:cover;inset:0;opacity:.15;position:absolute}.about-card{grid-gap:6rem;background:#fffffffa;box-shadow:0 20px 60px #0000000f;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:5rem 5rem 4.5rem;width:100%}.about-card,.about-card__image{border-radius:0;position:relative}.about-card__image{overflow:hidden}.about-card__photo{background-image:url(https://images.unsplash.com/photo-1504198266285-165a04f26c3c?w=1200&q=80);background-position:50%;background-size:cover;height:100%;min-height:320px;width:100%}.about-card__content h2{color:#000;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:400;letter-spacing:.3rem;line-height:1.2;margin-bottom:1.75rem;text-transform:uppercase}.about-card__content p{color:#000000b3;font-size:.95rem;font-weight:400;line-height:1.85;margin-bottom:1.5rem}.about-card__eyebrow{color:#00000080;font-size:.7rem;font-weight:400;letter-spacing:.3rem;margin-bottom:.75rem;text-transform:uppercase}.about-card__content .btn{margin-top:1rem}@media (max-width:1024px){.about-section{padding:100px 0 120px}.about-card{gap:4rem;grid-template-columns:1fr;padding:4rem 4rem 3.5rem}.about-card__content h2{font-size:2.25rem;margin-bottom:1.5rem}}@media (max-width:768px){.about-section{padding:80px 0 100px}.about-section .container{padding:0 2rem}.about-card{gap:3rem;padding:3rem 2.5rem 2.5rem}.about-card__content h2{font-size:2rem;letter-spacing:.25rem;margin-bottom:1.25rem}.about-card__content p{font-size:.9rem;margin-bottom:1.25rem}.about-card__photo{min-height:280px}}.footer{background-color:var(--primary-color);color:var(--white);padding:100px 0 2rem;width:100%}.footer .container{margin:0 auto;max-width:1400px;padding:0 4rem;width:100%}.footer-content{grid-gap:100px;display:grid;gap:100px;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{color:var(--white);font-family:Playfair Display,serif;font-size:1.75rem;font-weight:400;letter-spacing:.2rem;margin-bottom:2rem}.footer-description{color:#ffffffbf;font-size:.875rem;line-height:1.85;margin-bottom:2.5rem;max-width:480px}.social-links{display:flex;gap:0}.social-link{align-items:center;background-color:initial;border:1px solid #fff3;color:var(--white);display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px}.social-link:hover{background-color:#ffffff1a;border-color:#fff6;transform:translateY(-2px)}.footer-heading{color:var(--white);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.2rem;margin-bottom:2rem;text-transform:uppercase}.footer-links{display:flex;flex-direction:column;gap:1.25rem;list-style:none;margin:0;padding:0}.footer-links a{color:#ffffffbf;display:inline-block;font-size:.875rem;letter-spacing:.05rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-links a:hover{color:#fffffff2;transform:translateX(4px)}.footer-contact{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}.footer-contact li{align-items:flex-start;color:#ffffffbf;display:flex;font-size:.875rem;gap:1rem;line-height:1.6}.footer-contact svg{flex-shrink:0;height:16px;margin-top:2px;opacity:.8;width:16px}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;justify-content:space-between;padding-top:2rem}.copyright{color:#fff9;font-size:.75rem;letter-spacing:.05rem}.developer-credit{color:#ffffff80;font-size:.65rem;letter-spacing:.03rem;margin:0}.developer-credit a{color:#ffffff80;text-decoration:underline;transition:color .3s ease}.developer-credit a:hover{color:#ffffffbf}.footer-bottom-links{display:flex;font-size:.75rem;gap:1.5rem}.footer-bottom-links a{color:#fff9;letter-spacing:.05rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-bottom-links a:hover{color:#ffffffd9}@media (max-width:1200px){.footer-content{gap:80px}}@media (max-width:1024px){.footer-content{gap:60px;grid-template-columns:repeat(2,1fr)}.footer-section:first-child{grid-column:1/-1;margin-bottom:1rem}}@media (max-width:768px){.footer{padding:80px 0 1.5rem}.footer .container{padding:0 2rem}.footer-content{gap:48px;grid-template-columns:1fr}.footer-section:first-child{grid-column:auto}.footer-title{font-size:1.5rem;margin-bottom:1.5rem}.footer-description{margin-bottom:2rem}.footer-heading{margin-bottom:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem}}.whatsapp-float{align-items:center!important;aspect-ratio:1/1!important;background-color:#25d366!important;border:none!important;border-radius:50%!important;bottom:2rem!important;box-shadow:0 4px 12px #25d36666!important;box-sizing:border-box!important;color:#fff!important;cursor:pointer!important;display:flex!important;height:60px!important;justify-content:center!important;line-height:0!important;margin:0!important;max-height:60px!important;max-width:60px!important;min-height:60px!important;min-width:60px!important;overflow:hidden!important;padding:0!important;position:fixed!important;right:2rem!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;vertical-align:middle!important;width:60px!important;z-index:1000!important}.whatsapp-float:hover{background-color:#20ba5a;box-shadow:0 6px 20px #25d36699;transform:scale(1.1)}.whatsapp-float:active{transform:scale(.95)}.whatsapp-float svg{display:block!important;flex-shrink:0!important;height:28px!important;margin:0!important;padding:0!important;width:28px!important}@media (max-width:768px){.whatsapp-float{bottom:1.5rem!important;height:56px!important;max-height:56px!important;max-width:56px!important;min-height:56px!important;min-width:56px!important;right:1.5rem!important;width:56px!important}.whatsapp-float svg{height:26px!important;width:26px!important}}.modal-overlay{animation:fadeIn .2s ease;inset:0;padding:1rem;z-index:10000}.modal-container{animation:slideUp .3s cubic-bezier(.4,0,.2,1);background:#fff;border-radius:0;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.modal-header{align-items:flex-start;border-bottom:1px solid #e1e3e5;display:flex;justify-content:space-between;padding:1.5rem 1.75rem}.modal-title{color:#202223;flex:1 1;font-size:1.25rem;font-weight:600;margin:0}.modal-close{align-items:center;background:#0000;border:none;border-radius:0;color:#6b7280;cursor:pointer;display:flex;justify-content:center;margin-left:1rem;padding:.25rem;transition:all .2s ease}.modal-close:hover{background:#f6f6f7;color:#202223}.modal-body{flex:1 1;overflow-y:auto;padding:1.75rem}.modal-message{color:#374151;font-size:.9375rem;line-height:1.6;margin:0;white-space:pre-line}.modal-footer{background:#fafbfb;border-top:1px solid #e1e3e5;display:flex;gap:.75rem;justify-content:flex-end;padding:1.25rem 1.75rem}.modal-button{border:none;border-radius:0;cursor:pointer;font-size:.875rem;font-weight:500;min-width:80px;padding:.625rem 1.25rem;transition:all .2s ease}.modal-button:focus{box-shadow:0 0 0 3px #0000001a;outline:none}.modal-button-cancel{background:#fff;border:1px solid #e1e3e5;color:#202223}.modal-button-cancel:hover{background:#f6f6f7;border-color:#c9cccf}.modal-button-confirm{background:#000;color:#fff}.modal-button-confirm:hover{background:#333}.modal-button-info,.modal-button-success,.modal-button-warning{background:#000;color:#fff}.modal-button-warning:hover{background:#333}.modal-button-danger{background:#dc2626;color:#fff}.modal-button-danger:hover{background:#b91c1c}@media (max-width:640px){.modal-container{margin:1rem;max-width:100%}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.modal-footer{flex-direction:column-reverse;padding:1rem 1.5rem}.modal-button{width:100%}}.product-page{display:flex;flex-direction:column;min-height:100vh}.product-main{flex:1 1;padding-bottom:4rem;padding-top:140px;width:100%}.product-main .container{margin:0 auto;max-width:1400px;padding:0 3rem;width:100%}@media (max-width:768px){.product-main .container{padding:0 1.5rem}}.product-not-found{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;min-height:60vh;padding:4rem 2rem;text-align:center}.back-button-icon{align-items:center;align-self:flex-start;background:#0000;border:none;color:var(--text-color);cursor:pointer;display:flex;margin-bottom:.75rem;opacity:.5;padding:.5rem;transition:all .3s ease}.back-button-icon:hover{color:var(--accent-color);opacity:1;transform:translateX(-3px)}.product-details{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:100%;width:100%}.product-details--loading .product-info-section{gap:1.5rem}.product-details--loading .product-price-section{margin-bottom:2rem}.product-details--loading .skeleton-line{margin-left:0}.product-images{position:-webkit-sticky;position:sticky;top:120px}.main-product-image{background-color:#f0f0f0;border-radius:0;box-shadow:0 4px 20px #0000001a;margin-bottom:1.5rem;overflow:hidden;padding-bottom:120%;position:relative;transition:opacity .3s ease,transform .3s ease;width:100%}.main-product-image:hover{transform:scale(1.01)}.main-product-image:active{transform:scale(.99)}.product-page-badge{background-color:var(--accent-color);border-radius:0;color:var(--white);font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;position:absolute;right:1.5rem;text-transform:uppercase;top:1.5rem;z-index:2}.product-page-badge.new{background-color:#22c55e}.product-page-badge.sale{background-color:#ef4444}.product-page-badge.best-seller,.product-page-badge.popular{background-color:#000}.product-page-badge.exclusive,.product-page-badge.limited{background-color:var(--secondary-color)}.product-badge-header{align-self:flex-start;border-radius:0;color:var(--white);display:inline-block;font-size:.75rem;font-weight:500;letter-spacing:.5px;margin-bottom:.75rem;padding:.4rem .875rem;text-transform:uppercase}.product-badge-header.new{background-color:#22c55e}.product-badge-header.sale{background-color:#ef4444}.product-badge-header.best-seller,.product-badge-header.popular{background-color:#000}.product-badge-header.exclusive,.product-badge-header.limited{background-color:var(--secondary-color)}.product-thumbnails{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.thumbnail{background-color:#f0f0f0;background-position:50%;background-size:cover;border:3px solid #0000;border-radius:0;cursor:pointer;height:120px;overflow:hidden;transition:var(--transition);width:100px}.thumbnail.skeleton{border:none;cursor:default}.thumbnail:hover{border-color:var(--accent-color);transform:scale(1.05)}.thumbnail.active{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--primary-color)}.product-info-section{align-items:flex-start;display:flex;flex-direction:column;gap:0;padding:1rem 0}.product-brand{color:#0006;font-size:.75rem;letter-spacing:.3rem;margin-bottom:.5rem;margin-top:.25rem}.product-brand,.product-title{text-align:left;text-transform:uppercase;width:100%}.product-title{color:var(--primary-color);font-size:2.5rem;font-weight:600;letter-spacing:1px;line-height:1.2;margin-bottom:2rem;margin-top:.5rem}.product-price-section{align-items:baseline;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:3.5rem;width:100%}.current-price{color:var(--accent-color);font-size:2rem;font-weight:700}.original-price{color:var(--light-text);font-size:1.5rem;font-weight:400;text-decoration:line-through}.product-description{color:var(--light-text);font-size:1rem;line-height:1.8;margin-bottom:2rem;text-align:left;width:100%}.product-options{align-items:flex-start;background:#0000;border-radius:0;gap:2.5rem;margin-bottom:3rem}.product-options,.product-options-primary{display:flex;flex-direction:column;padding:0;width:100%}.product-options-primary{gap:1.5rem;margin-bottom:2rem}.product-options-secondary{gap:2rem;margin-top:2rem;padding:0}.option-group,.product-options-secondary{display:flex;flex-direction:column;width:100%}.option-group{align-items:flex-start;gap:.875rem}.option-label{color:#00000080;font-size:.8125rem;font-weight:500;letter-spacing:.08rem;text-transform:uppercase}.size-options{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;width:100%}.size-option{background:var(--white);border:1px solid #00000026;border-radius:0;color:#000000b3;cursor:pointer;font-size:.9375rem;font-weight:400;min-width:60px;padding:.875rem 1.5rem;transition:var(--transition)}.size-option.skeleton{background:var(--skeleton-base);border:none;min-height:44px}.size-option:hover{background:#00000005;border-color:#0000004d;color:var(--text-color)}.size-option.active{background:var(--primary-color);border-color:var(--primary-color);color:var(--white);font-weight:500}.length-select{-webkit-appearance:none;appearance:none;background:var(--white);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 8 1 3h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #00000026;border-radius:0;color:var(--text-color);cursor:pointer;font-size:.9375rem;font-weight:400;min-height:48px;padding:.625rem 2.5rem .625rem 1rem;transition:var(--transition);width:100%}.length-select:hover{border-color:#0000004d}.length-select:focus{border-color:var(--primary-color);outline:none}.length-select option{background:var(--white);color:var(--text-color);padding:.5rem}.color-options-wrapper{width:100%}.color-options{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem}.color-option-container{align-items:center;display:flex;flex-direction:column;gap:.5rem}.color-option{border:2px solid #0003;border-radius:0;cursor:pointer;height:50px;position:relative;transition:var(--transition);width:50px}.color-option:hover{border-color:var(--text-color);transform:scale(1.1)}.color-option.active{border-color:var(--accent-color);border-width:3px;box-shadow:0 0 0 2px var(--white),0 0 0 5px var(--accent-color);transform:scale(1.15)}.color-label{color:#00000073;font-size:.75rem;letter-spacing:.1rem;min-width:50px;text-align:center;text-transform:uppercase}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.quantity-selector{align-items:center;align-self:flex-start;background:var(--white);border:1px solid #00000026;border-radius:0;display:flex;gap:1rem;width:-webkit-fit-content;width:fit-content}.quantity-btn{font-size:1.5rem;font-weight:600;height:50px;width:50px}.quantity-btn:hover:not(:disabled){background:var(--bg-light);color:var(--accent-color)}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-value{font-size:1.125rem;min-width:40px}.product-notes-input{background:var(--white);border:1px solid #00000026;border-radius:0;color:#000000b3;font-family:inherit;font-size:.875rem;line-height:1.6;min-height:80px;padding:.875rem;resize:vertical;transition:var(--transition);width:100%}.product-notes-input:focus{border-color:#0000004d;box-shadow:0 0 0 2px #00000008;outline:none}.product-notes-input::placeholder{color:#0006}.notes-character-count{color:#00000059;display:block;font-size:.6875rem;margin-top:.5rem;text-align:right}.product-actions{border-top:1px solid #00000014;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;margin-top:1rem;padding-top:2.5rem;width:100%}.product-actions--loading{gap:0}.product-actions--loading .skeleton-line{border-radius:10px;height:46px}.product-actions-primary{border-bottom:1px solid #00000014;border-top:none;margin-bottom:0;margin-top:0;padding-bottom:2rem;padding-top:0}.product-actions-sticky{display:none}.add-cart-btn-large,.wishlist-btn-large{align-items:center;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;letter-spacing:1px;min-width:200px;padding:1.25rem 2rem;text-transform:uppercase}.product-meta{background:var(--bg-light);border-radius:0;display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem}.meta-item{display:flex;font-size:.875rem;justify-content:space-between}.meta-label{color:var(--text-color);font-weight:600}.meta-value{color:var(--light-text)}.meta-value.availability{color:#22c55e;font-weight:600}.product-size-chart{border-top:1px solid #e0e0e0;margin-top:3rem;padding-top:3rem}.product-size-chart-inline{border-top:1px solid #00000014;margin-top:.5rem;opacity:.7;padding-top:2rem;width:100%}.size-chart-toggle{align-items:center;background:#0000;border:none;cursor:pointer;display:none;justify-content:space-between;margin-bottom:0;padding:0;width:100%}.size-chart-toggle h3{margin-bottom:0}.size-chart-toggle svg{margin-left:.5rem}.product-size-chart h3,.product-size-chart-inline h3{color:#00000080;font-size:.875rem;font-weight:500;letter-spacing:.08rem;margin-bottom:.75rem;text-align:left;text-transform:uppercase;width:100%}.size-chart-note{color:#0006;font-size:.75rem;margin-bottom:1rem;text-align:left;width:100%}.size-chart-table-wrapper{margin-top:1rem;overflow-x:auto}.size-chart-table{background:#0000;border:1px solid #00000014;border-collapse:collapse;width:100%}.size-chart-table thead{background:#0000}.size-chart-table th{border-bottom:1px solid #00000014;color:#00000080;font-size:.75rem;font-weight:500;letter-spacing:.08rem;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.size-chart-table td{border-bottom:1px solid #0000000d;color:#0009;font-size:.8125rem;padding:.75rem 1rem}.size-chart-table tbody tr:last-child td{border-bottom:none}.size-chart-table tbody tr:hover{background:#00000005}.product-full-description{border-top:1px solid #e0e0e0;margin-top:3rem;padding-top:3rem}.product-full-description h3{color:var(--primary-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.product-full-description p{color:var(--light-text);font-size:1rem;line-height:1.8}@media (max-width:1024px){.product-details{gap:3rem}.product-title{font-size:2rem}.current-price{font-size:1.75rem}}@media (max-width:768px){.product-main{padding-bottom:5rem;padding-top:100px}.back-button{font-size:.8rem;margin-bottom:1rem;padding:.625rem 1rem}.product-details{gap:1.5rem;grid-template-columns:1fr}.product-images{margin-bottom:1rem;position:static}.main-product-image{margin-bottom:.75rem;padding-bottom:120%}.product-page-badge{font-size:.75rem;padding:.4rem .8rem;right:1rem;top:1rem}.product-thumbnails{-webkit-overflow-scrolling:touch;gap:.5rem;justify-content:flex-start;overflow-x:auto;padding-bottom:.5rem}.product-thumbnails::-webkit-scrollbar{height:4px}.product-thumbnails::-webkit-scrollbar-track{background:#f0f0f0}.product-thumbnails::-webkit-scrollbar-thumb{background:#ccc}.thumbnail{flex-shrink:0;height:90px;width:70px}.product-info-section{padding:0}.product-brand{font-size:.7rem;letter-spacing:.2rem;margin-bottom:.4rem;margin-top:0}.product-badge-header{font-size:.7rem;margin-bottom:.5rem;padding:.35rem .75rem}.product-title{font-size:1.5rem;letter-spacing:.05rem;line-height:1.3;margin-bottom:1rem;margin-top:.25rem}.product-price-section{gap:.75rem;margin-bottom:2rem}.current-price{font-size:1.5rem}.original-price{font-size:1.2rem}.product-description{font-size:.9rem;line-height:1.7;margin-bottom:1.5rem}.product-options-primary{gap:1rem;margin-bottom:1.5rem}.product-options-secondary{gap:1.5rem;margin-top:1.5rem;opacity:.85}.product-options{gap:1.5rem;margin-bottom:0;padding:0}.option-group{gap:.625rem}.option-label{font-size:.75rem;letter-spacing:.05rem}.size-options{gap:.625rem}.size-option{font-size:.9rem;min-width:50px;padding:.875rem 1.25rem}.length-select{font-size:.9rem;min-height:44px}.color-options{gap:.75rem}.color-option{height:45px;width:45px}.color-label{font-size:.7rem;min-width:45px}.product-size-chart-inline{border-top:none;margin-top:0;opacity:.7;padding-top:0}.size-chart-toggle{display:flex;margin-bottom:1rem}.product-size-chart-inline .size-chart-content{display:block}@media (max-width:768px){.product-size-chart-inline .size-chart-content{display:none}.product-size-chart-inline.size-chart-open .size-chart-content{display:block}}.product-size-chart-inline h3{font-size:.875rem;letter-spacing:.05rem;margin-bottom:0}.size-chart-note{font-size:.75rem;margin-bottom:.875rem;margin-top:.5rem}.size-chart-table-wrapper{-webkit-overflow-scrolling:touch;margin-top:.75rem;overflow-x:auto}.size-chart-table{font-size:.75rem;min-width:100%}.size-chart-table td,.size-chart-table th{font-size:.7rem;padding:.625rem .5rem}.quantity-selector{justify-content:flex-start;width:-webkit-fit-content;width:fit-content}.quantity-btn{font-size:1.125rem;height:40px;width:40px}.quantity-value{font-size:.9375rem;min-width:30px}.product-notes-input{font-size:.875rem;min-height:70px;padding:.75rem}.notes-character-count{font-size:.65rem}.product-actions-primary{display:none}.product-actions{flex-direction:column;gap:0;margin-bottom:0}.add-cart-btn-large,.wishlist-btn-large{font-size:.875rem;letter-spacing:.05rem;min-width:auto;padding:1rem 1.5rem;width:100%}.product-actions-sticky{background:#fff;border-top:1px solid #00000014;bottom:0;box-shadow:0 -2px 10px #0000000d;display:flex;left:0;padding:.875rem 1rem;position:fixed;right:0;z-index:100}.product-actions-sticky .add-cart-btn-large{font-size:.875rem;margin:0;padding:.875rem 1.5rem;width:100%}.product-meta{gap:.75rem;margin-bottom:1.5rem;padding:1.25rem}.meta-item,.product-meta{font-size:.8rem}.product-full-description{margin-top:2rem;padding-top:2rem}.product-full-description h3{font-size:1.25rem;margin-bottom:.75rem}.product-full-description p{font-size:.9rem;line-height:1.7}}@media (max-width:480px){.product-main .container{padding:0 1rem}.product-title{font-size:1.25rem}.current-price{font-size:1.35rem}.product-options{padding:1rem}.size-option{font-size:.85rem;min-width:45px;padding:.75rem 1rem}.length-select{font-size:.85rem;min-height:42px}.color-option{height:40px;width:40px}.thumbnail{height:90px;width:70px}.main-product-image{padding-bottom:130%}}.shop-page{background:#fff;min-height:100vh}.shop-hero{align-items:flex-end;background-color:#f3efe8;background-position:50%;background-size:cover;display:flex;justify-content:flex-start;margin-top:80px;min-height:75vh;overflow:hidden;padding:0;position:relative}.shop-hero:after{background:linear-gradient(180deg,#0000,#0003 40%,#00000080 70%,#000000b3);content:"";inset:0;position:absolute;z-index:1}.shop-hero--empty,.shop-hero--loading{background-color:#f3efe8}.shop-hero__skeleton{inset:0;position:absolute;z-index:0}.shop-hero .container{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;margin:0 auto;max-width:1400px;padding:0 4rem 8rem;position:relative;width:100%;z-index:2}.shop-hero__title{color:var(--white);font-family:Playfair Display,serif;font-size:7rem;font-weight:400;letter-spacing:.4rem;line-height:1.1;margin-bottom:1.5rem;max-width:90%;text-align:left;text-transform:uppercase;transform:translateY(0);transition:transform .6s cubic-bezier(.4,0,.2,1)}.shop-hero__subtitle{color:#ffffffe6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.15rem;line-height:1.85;margin-bottom:0;max-width:580px;opacity:.95;text-align:left;text-transform:none}.shop-section{padding:4rem 0 6rem}.shop-container{margin:0 auto;max-width:1400px;padding:0 3rem}.glass-panel{background:#0000;border:none;padding:0}.shop-controls{flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem}.search-box,.shop-controls{align-items:center;display:flex}.search-box{background:#fff;border:1px solid #00000026;flex:1 1;gap:.875rem;max-width:400px;min-width:250px;padding:.875rem 1rem;position:relative;transition:var(--transition)}.search-box:focus-within{background-color:#fff;border-color:var(--accent-color);box-shadow:0 0 0 2px #8b73551a}.search-box:hover{background-color:#fafafa;border-color:#0000004d}.search-box svg{color:#00000080;flex-shrink:0;height:18px;width:18px}.search-input{background:#0000;border:none;color:var(--text-color);flex:1 1;font-family:inherit;font-size:.875rem;outline:none}.search-input::placeholder{color:#0006}.clear-search{align-items:center;background:none;border:none;border-radius:0;color:var(--light-text);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:var(--transition)}.clear-search:hover{background:#f0f0f0;color:var(--text-color)}.sort-box{align-items:center;display:flex;gap:1rem}.sort-label{color:#0009;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.sort-select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:1px solid #00000026;color:var(--text-color);cursor:pointer;font-family:inherit;font-size:.875rem;min-width:180px;outline:none;padding:.875rem 2.5rem .875rem 1rem;transition:var(--transition)}.sort-select:hover{background-color:#fafafa;border-color:#0000004d}.sort-select:focus{background-color:#fff;border-color:var(--accent-color);box-shadow:0 0 0 2px #8b73551a}.sort-select option{background:#fff;color:var(--text-color);padding:.5rem}.category-filter{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-bottom:3.5rem}.category-btn{background:none;border:none;color:#0006;cursor:pointer;font-size:.85rem;letter-spacing:.3rem;padding:0;position:relative;text-transform:uppercase}.category-btn:after{background:#00000026;content:"";height:1px;position:absolute;right:-1.5rem;top:50%;transform:translateY(-50%);width:16px}.category-btn:last-child:after{display:none}.category-btn.active{color:var(--primary-color)}.category-filters{align-items:center;border-bottom:none;display:flex;flex-wrap:wrap;gap:0;justify-content:flex-start;margin-bottom:3rem;padding-bottom:0}.category-filter-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#00000080;cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;letter-spacing:.15rem;margin-right:2rem;padding:.75rem 1.5rem;position:relative;text-transform:uppercase;transition:var(--transition);white-space:nowrap}.category-filter-btn:after{background:#00000026;content:"";height:12px;position:absolute;right:-1rem;top:50%;transform:translateY(-50%);width:1px}.category-filter-btn:last-child:after{display:none}.category-filter-btn:hover{border-bottom-color:#0003;color:#000c}.category-filter-btn.active{font-weight:600}.category-filter-btn.active,.category-filter-btn.active:hover{border-bottom-color:var(--primary-color);color:var(--primary-color)}.category-filters--loading{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem}.subcategory-filters{display:flex;flex-wrap:wrap;gap:1rem;margin:-2rem 0 2.5rem}.subcategory-filter-btn{background:#0000;border:1px solid #00000026;border-radius:999px;color:#0009;cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:500;letter-spacing:.12rem;padding:.5rem 1rem;text-transform:uppercase;transition:var(--transition);white-space:nowrap}.subcategory-filter-btn:hover{border-color:#0006;color:#000000d9}.subcategory-filter-btn.active{background:#000;border-color:#000;color:#fff}.subcategory-filters--loading{display:flex;flex-wrap:wrap;gap:1rem;margin:-2rem 0 2.5rem}.subcategory-filter-skeleton{border-radius:999px!important;height:26px;width:90px}.category-filter-skeleton{border-radius:999px!important;height:28px;width:110px}.product-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:3rem}.product-grid--skeleton{min-height:400px}.product-card{-webkit-touch-callout:none;cursor:pointer;touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-card.skeleton-card{cursor:default;pointer-events:none}.product-card__image-wrapper{overflow:hidden;position:relative;touch-action:pan-x;width:100%}.product-card__image{border-radius:0;box-shadow:0 15px 35px #00000014;padding-bottom:150%;transition:transform .6s ease,opacity .4s ease;width:100%;will-change:transform,opacity}.product-card.skeleton-card .product-card__image{box-shadow:none}.product-card:hover .product-card__image{transform:translateY(-6px)}.product-card__image-indicator{bottom:1rem;display:flex;gap:.5rem;left:50%;opacity:0;position:absolute;transform:translateX(-50%);transition:opacity .3s ease;z-index:2}.product-card:active .product-card__image-indicator,.product-card:hover .product-card__image-indicator{opacity:1}@media (max-width:768px){.product-card__image-indicator{opacity:1}}.indicator-dot{background:#ffffff80;border-radius:50%;cursor:pointer;height:6px;transition:all .3s ease;width:6px}.indicator-dot.active{background:#fff;height:8px;width:8px}.product-card__info{display:flex;flex-direction:column;gap:.35rem;letter-spacing:.2rem;margin-top:1.25rem;text-align:center;text-transform:uppercase}.product-card.skeleton-card .product-card__info{gap:.6rem}.product-card__code{color:#0000008c;font-size:.8rem}.product-card__price{color:var(--primary-color);font-size:.95rem}.load-more-section{margin-top:2.5rem;text-align:center}.loading-text,.no-products{color:var(--light-text);padding:4rem 2rem;text-align:center}.loading-text{animation:smoothLoadingPulse 2s ease-in-out infinite;letter-spacing:.2rem}.no-products svg{color:var(--light-text);margin:0 auto 1.5rem;opacity:.5}.no-products-text{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-products-subtext{font-size:1rem;margin-bottom:2rem}@media (max-width:1024px){.category-filter{gap:2rem}.shop-hero{min-height:70vh}.shop-hero .container{padding:0 3rem 6rem}.shop-hero__title{font-size:5.5rem;letter-spacing:.35rem;max-width:95%}.shop-hero__subtitle{font-size:.8rem;letter-spacing:.12rem;line-height:1.8;max-width:100%}}@media (max-width:768px){.shop-hero{align-items:flex-end;min-height:65vh}.shop-hero .container{padding:0 2rem 5rem}.shop-hero__title{font-size:3.5rem;letter-spacing:.3rem;line-height:1.15;margin-bottom:1.25rem;max-width:100%}.shop-hero__subtitle{font-size:.75rem;letter-spacing:.1rem;line-height:1.75;max-width:100%}.shop-container{padding:0 1.5rem}.glass-panel{padding:0}.shop-controls{flex-direction:column;gap:1rem}.search-box{max-width:100%;width:100%}.sort-box{justify-content:space-between;width:100%}.sort-select{flex:1 1}.category-filter{gap:1.5rem}.category-filters{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;border-bottom:1px solid #0000001a;display:flex;gap:0;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:none}.category-filters::-webkit-scrollbar{display:none}.category-filter-btn{border-bottom:2px solid #0000;flex-shrink:0;font-size:.75rem;letter-spacing:.12rem;margin-right:0;padding:.75rem 1.25rem;white-space:nowrap}.category-filter-btn:after{display:none}.category-filter-btn.active{border-bottom-color:#000;color:#000;font-weight:600}.subcategory-filters{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:.75rem;margin:0 0 1.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.subcategory-filters::-webkit-scrollbar{display:none}.subcategory-filter-btn{background:#fff;border:1px solid #0003;border-radius:999px;color:#0009;flex-shrink:0;font-size:.7rem;letter-spacing:.1rem;padding:.625rem 1.25rem;white-space:nowrap}.subcategory-filter-btn.active{background:#000;border-color:#000;color:#fff}.product-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.shop-hero{min-height:60vh}.shop-hero .container{padding:0 1.5rem 4rem}.shop-hero__title{font-size:2.5rem;letter-spacing:.25rem;margin-bottom:1rem}.shop-hero__subtitle{font-size:.7rem;letter-spacing:.08rem;line-height:1.7}.shop-container{padding:0 1rem}.category-filters{margin-bottom:1.25rem;padding-bottom:.625rem}.category-filter-btn{font-size:.7rem;letter-spacing:.1rem;padding:.625rem 1rem}.subcategory-filters{gap:.625rem;margin-bottom:1.25rem}.subcategory-filter-btn{font-size:.65rem;letter-spacing:.08rem;padding:.5rem 1rem}.product-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.search-box{font-size:.875rem;padding:.75rem 1rem}.search-box svg{height:18px;width:18px}}.analytics-dashboard{padding:0;width:100%}.analytics-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.analytics-header h1{color:#111827;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .5rem}.analytics-header p{color:#6b7280;font-size:.9375rem;font-weight:400;margin:0}.date-range-selector{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.date-range-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#111827;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s ease}.date-range-select:hover{border-color:#d1d5db}.date-range-select:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d;outline:none}.custom-date-inputs{align-items:center;display:flex;gap:.75rem}.custom-date-inputs span{color:#6b7280;font-size:.875rem}.date-input{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;font-size:.875rem;padding:.625rem}.date-input:focus{border-color:#000;outline:none}.summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:3rem}.summary-card{background:#000;border-radius:12px;color:#fff;display:flex;flex-direction:column;gap:1rem;overflow:hidden;padding:2rem;position:relative}.summary-card:before{background:radial-gradient(circle,#ffffff1a 0,#0000 70%);border-radius:50%;content:"";height:100px;position:absolute;right:0;top:0;transform:translate(30%,-30%);width:100px}.summary-icon{align-items:center;background:#ffffff26;border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.summary-icon svg{height:22px;width:22px}.summary-content{flex:1 1}.summary-label{color:#ffffffb3;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-bottom:.75rem;text-transform:uppercase}.summary-value{color:#fff;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1}.metrics-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:3rem}.metric-card-analytics{align-items:flex-start;background:#fff;border:none;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;gap:1.25rem;padding:1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.metric-card-analytics:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.metric-icon{align-items:center;background:#f8f9fa;border-radius:12px;color:#202223;display:flex;flex-shrink:0;height:52px;justify-content:center;transition:all .3s ease;width:52px}.metric-card-analytics:hover .metric-icon{background:#000;color:#fff;transform:scale(1.05)}.metric-icon svg{height:22px;width:22px}.metric-content{flex:1 1;min-width:0}.metric-label{color:#9ca3af;font-size:.75rem;font-weight:600;letter-spacing:.08em;margin-bottom:.625rem;text-transform:uppercase}.metric-value{color:#111827;font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.1}.metric-trend{color:#6b7280;font-size:.75rem;font-weight:600;margin-top:.5rem}.metric-trend.positive{color:#047857}.metric-trend.negative{color:#b91c1c}.metric-subvalue{color:#6b7280;font-size:.75rem;font-weight:500;margin-top:.4rem}.charts-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:2rem}.chart-card{background:#fff;border:none;border-radius:16px;box-shadow:0 1px 3px #0000000d;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.chart-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.chart-card h3{color:#6b7280;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin:0 0 2rem;text-transform:uppercase}.insights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:2rem}.chart-list{display:flex;flex-direction:column;gap:.75rem}.chart-list-item{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;display:flex;gap:1rem;justify-content:space-between;padding:.85rem 1rem}.chart-list-left{min-width:0}.chart-list-title{color:#111827;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.chart-list-sub,.chart-list-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chart-list-sub{color:#6b7280;font-size:.75rem}.chart-list-metric{color:#111827;display:flex;flex-direction:column;font-size:.85rem;font-weight:600;gap:.2rem;text-align:right}.chart-list-metric span{color:#6b7280;font-size:.7rem;font-weight:500}@media (max-width:1200px){.charts-grid{grid-template-columns:1fr}}.chart-empty{align-items:center;color:#6b7280;display:flex;font-size:.875rem;height:300px;justify-content:center}.no-data-message{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000d;padding:4rem 2rem;text-align:center}.no-data-icon{color:#6b7280;display:flex;justify-content:center;margin-bottom:1rem}.no-data-icon svg{height:48px;width:48px}.no-data-message h3{color:#202223;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.no-data-message p{color:#6b7280;font-size:.875rem;margin:0}@media (max-width:768px){.analytics-header{flex-direction:column}.date-range-selector{width:100%}.custom-date-inputs{align-items:stretch;flex-direction:column;width:100%}.metrics-grid{grid-template-columns:1fr}.metric-card-analytics{padding:1.25rem}.metric-value{font-size:1.5rem}.chart-card{padding:1rem}}.notification-toast{align-items:flex-start;background:#fff;border-left:4px solid #6b7280;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;gap:12px;max-width:400px;min-width:320px;opacity:0;padding:16px;position:fixed;right:20px;top:20px;transform:translateX(400px);transition:transform .3s ease,opacity .3s ease;z-index:10000}.notification-toast.visible{opacity:1;transform:translateX(0)}.notification-toast.success{border-left-color:#10b981}.notification-toast.error{border-left-color:#ef4444}.notification-toast.warning{border-left-color:#f59e0b}.notification-toast.urgent{animation:pulse 2s infinite;border-left-color:#dc2626}.notification-toast.info{border-left-color:#3b82f6}.notification-toast-icon{align-items:center;color:#6b7280;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.notification-toast.success .notification-toast-icon{color:#10b981}.notification-toast.error .notification-toast-icon{color:#ef4444}.notification-toast.warning .notification-toast-icon{color:#f59e0b}.notification-toast.urgent .notification-toast-icon{color:#dc2626}.notification-toast.info .notification-toast-icon{color:#3b82f6}.notification-toast-content{flex:1 1;min-width:0}.notification-toast-title{color:#111827;font-size:14px;font-weight:600;margin-bottom:4px}.notification-toast-message{color:#6b7280;font-size:13px;line-height:1.4}.notification-toast-close{align-items:center;background:#0000;border:none;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;height:20px;justify-content:center;padding:0;transition:color .2s ease;width:20px}.notification-toast-close:hover{color:#6b7280}@keyframes pulse{0%,to{box-shadow:0 4px 12px #00000026}50%{box-shadow:0 4px 12px #dc262666}}.notification-toast-container{padding:20px;pointer-events:none;position:fixed;right:0;top:0;z-index:10000}.notification-toast-container>*{margin-bottom:12px;pointer-events:auto}@media (prefers-color-scheme:dark){.notification-toast{background:#1f2937;border-left-color:#6b7280}.notification-toast-title{color:#f9fafb}.notification-toast-message{color:#d1d5db}.notification-toast-close{color:#9ca3af}.notification-toast-close:hover{color:#d1d5db}}.category-manager{margin:0 auto;max-width:1200px;padding:2rem}.category-header{margin-bottom:2rem}.category-header h2{color:#202223;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.category-header p{color:#6b7280;font-size:.875rem}.feedback-message{border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:1rem}.feedback-message.success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.feedback-message.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.category-form-container{background:#fff;border:1px solid #e1e3e5;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.category-form-container h3{color:#202223;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.category-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 200px}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#202223;font-size:.875rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid #e1e3e5;border-radius:6px;font-family:inherit;font-size:.875rem;padding:.75rem;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#000;outline:none}.form-group input:disabled,.form-group textarea:disabled{background:#f6f6f7;cursor:not-allowed}.form-group small{color:#6b7280;font-size:.75rem}.form-group textarea{min-height:80px;resize:vertical}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.btn-cancel,.btn-delete,.btn-edit,.btn-save{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-save{background:#000;color:#fff}.btn-save:hover:not(:disabled){background:#333}.btn-save:disabled{cursor:not-allowed;opacity:.5}.btn-cancel{background:#0000;border:1px solid #e1e3e5;color:#202223}.btn-cancel:hover:not(:disabled){background:#f6f6f7;border-color:#000}.categories-list-container{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:1.5rem}.categories-list-container h3{color:#202223;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.empty-state{color:#6b7280;padding:3rem 1rem;text-align:center}.categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.category-card{border:1px solid #e1e3e5;border-radius:8px;padding:1.25rem;transition:all .2s ease}.category-card:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.category-card-header{margin-bottom:1rem}.category-info h4{color:#202223;font-size:1rem;font-weight:600;margin-bottom:.5rem}.category-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.category-meta{color:#9ca3af;display:flex;font-size:.75rem;gap:1rem}.category-card-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding-top:1rem}.btn-edit{background:#f6f6f7;border:1px solid #e1e3e5;color:#202223;flex:1 1}.btn-edit:hover:not(:disabled){background:#e5e7eb;border-color:#000}.btn-delete{background:#0000;border:1px solid #e1e3e5;color:#dc2626;flex:1 1}.btn-delete:hover:not(:disabled){background:#fee2e2;border-color:#dc2626}.btn-delete:disabled,.btn-edit:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 25px #0003;max-width:500px;padding:2rem;width:90%}.modal-content h3{color:#202223;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.modal-content p{color:#6b7280;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-delete-confirm{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-delete-confirm:hover:not(:disabled){background:#b91c1c}.btn-delete-confirm:disabled{cursor:not-allowed;opacity:.5}.loading-state{animation:smoothLoadingPulse 2s ease-in-out infinite;color:#6b7280;padding:3rem;text-align:center}@media (max-width:768px){.category-manager{padding:1rem}.categories-grid,.form-row{grid-template-columns:1fr}}.subcategory-manager{margin:0 auto;max-width:1200px;padding:2rem}.subcategory-manager.compact{max-width:none;padding:0}.subcategory-header{margin-bottom:2rem}.subcategory-header h2{color:#202223;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.subcategory-header p{color:#6b7280;font-size:.875rem}.subcategory-form-container{background:#fff;border:1px solid #e1e3e5;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.subcategory-form-container h3{color:#202223;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.subcategory-form{display:flex;flex-direction:column;gap:1.5rem}.form-group select{background:#fff;border:1px solid #e1e3e5;border-radius:6px;font-family:inherit;font-size:.875rem;padding:.75rem;transition:border-color .2s ease}.form-group select:focus{border-color:#000;outline:none}.subcategories-list-container{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:1.5rem}.subcategories-list-container h3{color:#202223;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.subcategories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.subcategory-card{border:1px solid #e1e3e5;border-radius:8px;padding:1.25rem;transition:all .2s ease}.subcategory-card:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.subcategory-card-header{margin-bottom:1rem}.subcategory-info h4{color:#202223;font-size:1rem;font-weight:600;margin-bottom:.5rem}.subcategory-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:.75rem}.subcategory-meta{color:#9ca3af;display:flex;font-size:.75rem;gap:1rem}.subcategory-card-actions{border-top:1px solid #f3f4f6;display:flex;gap:.5rem;padding-top:1rem}@media (max-width:768px){.subcategory-manager{padding:1rem}.subcategories-grid{grid-template-columns:1fr}}.admin-page-shopify{background:#f6f6f7;display:flex;flex-direction:column;min-height:100vh}.floating-save-shopify{animation:slideUp .3s ease;bottom:2rem;position:fixed;right:2rem;z-index:1000}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.floating-save-content{align-items:center;background:#fff;border:1px solid #e1e3e5;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;gap:1.5rem;min-width:300px;padding:1rem 1.5rem}.unsaved-text{color:#6b7280;font-size:.875rem;font-weight:500}.floating-actions{display:flex;gap:.75rem;margin-left:auto}.btn-discard-floating{background:#0000;border:1px solid #e1e3e5;border-radius:4px;color:#202223;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.btn-discard-floating:hover{background:#f6f6f7;border-color:#000}.btn-save-floating{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.btn-save-floating:hover:not(:disabled){background:#333}.btn-save-floating:disabled{cursor:not-allowed;opacity:.5}.admin-layout-shopify{display:flex;flex:1 1;overflow:hidden}.admin-sidebar-shopify{background:#fff;border-right:1px solid #e1e3e5;flex-shrink:0;overflow-y:auto;padding:1rem 0;width:240px}.sidebar-brand{border-bottom:1px solid #e1e3e5;color:#000;font-size:1.125rem;font-weight:600;letter-spacing:.2rem;margin-bottom:.5rem;padding:1rem 1.5rem;text-transform:uppercase}.admin-nav-shopify{display:flex;flex-direction:column;padding:0 .5rem}.nav-item-shopify{align-items:center;background:none;border:none;border-radius:4px;color:#202223;cursor:pointer;display:flex;font-size:.875rem;gap:.75rem;padding:.625rem 1rem;text-align:left;transition:all .2s ease;width:100%}.nav-item-shopify svg{color:#6b7280;flex-shrink:0}.nav-item-shopify:hover{background:#f6f6f7}.nav-item-shopify.active{background:#f6f6f7;color:#000;font-weight:500}.nav-item-shopify.active svg{color:#000}.nav-group-shopify{margin:.25rem 0}.nav-divider-shopify{background:#e1e3e5;height:1px;margin:.5rem 0}.nav-item-logout{color:#dc2626;font-weight:500;margin-top:.5rem}.nav-item-logout svg{color:#dc2626}.nav-item-logout:hover{background:#fef2f2;color:#991b1b}.nav-item-logout:hover svg{color:#991b1b}.admin-main-shopify{background:#fff;flex:1 1;overflow-y:auto;padding:2rem;width:calc(100% - 240px)}.admin-home-shopify h1{color:#202223;font-size:2rem;font-weight:600;margin:0 0 .5rem}.admin-home-shopify p{color:#6b7280;font-size:1rem;margin:0 0 2rem}.home-metrics-shopify{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metric-card-shopify{background:#f6f6f7;border:1px solid #e1e3e5;border-radius:4px;padding:1.5rem}.metric-label-shopify{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.metric-value-shopify{color:#202223;font-size:2rem;font-weight:600}.page-header-shopify{align-items:flex-start;display:flex;gap:1.5rem;justify-content:space-between;margin-bottom:2rem}.page-header-shopify h1{color:#202223;font-size:1.75rem;font-weight:600;margin:0}.btn-primary-shopify{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-primary-shopify:hover{background:#333}.btn-secondary-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-secondary-shopify:hover{background:#f6f6f7;border-color:#000}.btn-secondary-shopify:disabled{cursor:not-allowed;opacity:.5}.feedback{animation:slideDown .3s ease;border-radius:4px;font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.875rem 1rem}.feedback.success{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.feedback.error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.admin-placeholder,.loading-state{animation:smoothLoadingPulse 2s ease-in-out infinite;color:#6b7280;font-size:.875rem;padding:2rem;text-align:center}@keyframes smoothLoadingPulse{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.loading-dots:after{animation:smoothDots 1.5s steps(4) infinite;content:"..."}@keyframes smoothDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.admin-add-product-shopify{max-width:100%}.product-form-shopify{display:flex;flex-direction:column;gap:2rem}.product-title-input{background:#0000;border:none;border-bottom:2px solid #0000;color:#202223;font-size:1.5rem;font-weight:600;outline:none;padding:.5rem 0;width:100%}.product-title-input:focus{border-bottom-color:#000}.product-title-input::placeholder{color:#9ca3af}.form-section-shopify{display:flex;flex-direction:column;gap:.75rem}.section-label-shopify{color:#202223;font-size:.875rem;font-weight:600;letter-spacing:.05rem;text-transform:uppercase}.description-textarea{border:1px solid #e1e3e5;border-radius:4px;font-family:inherit;font-size:.875rem;min-height:200px;outline:none;padding:.75rem;resize:vertical;transition:border-color .2s ease;width:100%}.description-textarea:focus{border-color:#000}.media-grid-shopify{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.media-item-shopify{aspect-ratio:1;background:#fff;border:1px solid #e1e3e5;border-radius:4px;overflow:hidden;position:relative}.media-thumbnail-shopify{background-position:50%;background-size:cover;height:100%;width:100%}.media-upload-label-shopify{cursor:pointer;display:block;height:100%;width:100%}.media-upload-placeholder{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;color:#6b7280;display:flex;flex-direction:column;gap:.5rem;height:100%;justify-content:center;transition:all .2s ease;width:100%}.media-upload-placeholder:hover{background:#f3f4f6;border-color:#000;color:#000}.media-upload-placeholder svg{opacity:.6}.media-upload-placeholder span{font-size:.75rem;font-weight:500}.upload-progress-overlay{background:#000c;bottom:0;color:#fff;display:flex;flex-direction:column;gap:.25rem;left:0;padding:.5rem;position:absolute;right:0;z-index:10}.upload-progress-bar{background:#000;height:4px;transition:width .3s ease}.upload-progress-text{font-size:.75rem;text-align:center}.media-remove-shopify{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.25rem;height:24px;justify-content:center;line-height:1;position:absolute;right:.25rem;top:.25rem;width:24px}.media-add-shopify{align-items:center;aspect-ratio:1;border:2px dashed #e1e3e5;border-radius:4px;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem}.media-add-btn-shopify{align-items:center;background:#f6f6f7;border:1px solid #e1e3e5;border-radius:4px;color:#202223;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.media-add-btn-shopify:hover{background:#e1e3e5;border-color:#000}.media-add-url-shopify{color:#006fbb;font-size:.875rem;text-decoration:none}.media-add-url-shopify:hover{text-decoration:underline}.pricing-grid-shopify{display:flex;flex-direction:column;gap:1rem}.form-group-shopify{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form-group-shopify:last-child{margin-bottom:0}.form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr}.section-content-shopify .form-row{margin-bottom:1.25rem}.section-content-shopify .form-row .form-group-shopify{margin-bottom:0}.form-group-shopify label{color:#202223;font-size:.875rem;font-weight:500}.form-group-shopify input[type=number],.form-group-shopify input[type=text],.form-group-shopify select{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;transition:border-color .2s ease;width:100%}.form-group-shopify input[type=number]:focus,.form-group-shopify input[type=text]:focus,.form-group-shopify select:focus{border-color:#000}.input-with-currency{align-items:center;border:1px solid #e1e3e5;border-radius:4px;display:flex;overflow:hidden}.currency-symbol{background:#f6f6f7;border-right:1px solid #e1e3e5;color:#6b7280;font-size:.875rem;padding:.625rem .75rem}.input-with-currency input{background:#fff;border:none;color:#202223;flex:1 1;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem}.input-with-currency input:focus{outline:none}.input-with-currency:focus-within{border-color:#000}.checkbox-group-shopify{margin-bottom:0}.checkbox-group-shopify label{align-items:center;color:#202223;cursor:pointer;display:flex;font-size:.875rem;font-weight:400;gap:.5rem;margin:0}.checkbox-group-shopify input[type=checkbox]{accent-color:#000;cursor:pointer;height:16px;margin:0;width:16px}.form-group-shopify small{color:#6b7280;font-size:.75rem}.inventory-grid-shopify,.shipping-grid-shopify{display:flex;flex-direction:column;gap:1rem}.input-with-unit{border:1px solid #e1e3e5;border-radius:4px;display:flex;overflow:hidden}.input-with-unit input{flex:1 1}.input-with-unit input,.input-with-unit select{background:#fff;border:none;color:#202223;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem}.input-with-unit select{border-left:1px solid #e1e3e5;cursor:pointer}.input-with-unit:focus-within{border-color:#000}.options-grid-shopify{display:flex;flex-direction:column;gap:1.5rem}.sizes-grid-shopify{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(60px,1fr))}.size-checkbox-shopify{align-items:center;border:1px solid #e1e3e5;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s ease}.size-checkbox-shopify input[type=checkbox]{display:none}.size-checkbox-shopify span{color:#202223;font-size:.875rem;text-transform:uppercase}.size-checkbox-shopify:hover{border-color:#000}.size-checkbox-shopify:has(input[type=checkbox]:checked){background:#000;border-color:#000}.size-checkbox-shopify:has(input[type=checkbox]:checked) span{color:#fff}.colors-grid-shopify{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.color-checkbox-shopify{align-items:center;border:1px solid #e1e3e5;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:all .2s ease}.color-checkbox-shopify input[type=checkbox]{display:none}.color-swatch-shopify{border:1px solid #e1e3e5;border-radius:4px;flex-shrink:0;height:24px;width:24px}.color-checkbox-shopify span{color:#202223;font-size:.875rem;text-transform:capitalize}.color-checkbox-shopify:hover{border-color:#000}.color-checkbox-shopify:has(input[type=checkbox]:checked){border-color:#000;border-width:2px}.color-checkbox-shopify:has(input[type=checkbox]:checked) .color-swatch-shopify{box-shadow:0 0 0 2px #fff,0 0 0 4px #000}.admin-rightbar-shopify{background:#fff;border-left:1px solid #e1e3e5;flex-shrink:0;overflow-y:auto;padding:2rem 1.5rem;width:320px}.rightbar-section-shopify{border-bottom:1px solid #e1e3e5;margin-bottom:2rem;padding-bottom:2rem}.rightbar-section-shopify:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.rightbar-label-shopify{color:#202223;display:block;font-size:.875rem;font-weight:600;letter-spacing:.05rem;margin-bottom:.75rem;text-transform:uppercase}.rightbar-section-header-shopify{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.rightbar-link-shopify{color:#006fbb;font-size:.875rem;text-decoration:none}.rightbar-link-shopify:hover{text-decoration:underline}.status-select-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;cursor:pointer;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;transition:border-color .2s ease;width:100%}.status-select-shopify:focus{border-color:#000}.sales-channel-shopify{display:flex;flex-direction:column;gap:.75rem}.sales-channel-shopify label{align-items:center;color:#202223;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;margin:0}.sales-channel-shopify input[type=checkbox]{accent-color:#000;cursor:pointer;height:16px;margin:0;width:16px}.insights-text-shopify{color:#6b7280;font-size:.875rem;margin:0}.search-input-shopify,.tags-input-shopify{border:1px solid #e1e3e5;border-radius:4px;font-size:.875rem;outline:none;padding:.625rem .75rem;width:100%}.search-input-shopify:focus,.tags-input-shopify:focus{border-color:#000}.rightbar-section-shopify .form-group-shopify{margin-bottom:1rem}.rightbar-section-shopify .form-group-shopify:last-child{margin-bottom:0}.rightbar-section-shopify input[type=number],.rightbar-section-shopify input[type=text]{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;transition:border-color .2s ease;width:100%}.rightbar-section-shopify input[type=number]:focus,.rightbar-section-shopify input[type=text]:focus{border-color:#000}.rightbar-section-shopify select{background:#fff;border:1px solid #e1e3e5;border-radius:4px;color:#202223;cursor:pointer;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;transition:border-color .2s ease;width:100%}.rightbar-section-shopify select:focus{border-color:#000}.products-table-shopify{display:flex;flex-direction:column;gap:.5rem}.product-row-shopify{align-items:center;border:1px solid #e1e3e5;border-radius:4px;display:flex;gap:1rem;padding:1rem}.product-image-shopify{background-position:50%;background-size:cover;border:1px solid #e1e3e5;border-radius:4px;flex-shrink:0;height:60px;width:60px}.product-info-shopify{flex:1 1}.product-name-shopify{color:#202223;font-weight:500;margin-bottom:.25rem}.product-price-shopify{color:#6b7280;font-size:.875rem}.admin-reports-shopify{max-width:100%}.reports-stats-shopify{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.report-card-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:4px;padding:1.5rem}.report-label-shopify{color:#6b7280;font-size:.875rem;letter-spacing:.05rem;margin-bottom:.75rem;text-transform:uppercase}.report-value-shopify{color:#202223;font-size:2rem;font-weight:600;margin-bottom:.5rem}.report-subtitle-shopify{color:#6b7280;font-size:.875rem}.reports-section-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:4px;padding:1.5rem}.reports-section-shopify h2{color:#202223;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.reports-table-shopify{display:flex;flex-direction:column}.reports-table-header-shopify{background:#f6f6f7;color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05rem;text-transform:uppercase}.reports-table-header-shopify,.reports-table-row-shopify{grid-gap:1rem;border-bottom:1px solid #e1e3e5;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr 1fr;padding:1rem}.reports-table-row-shopify{align-items:center}.reports-table-row-shopify:last-child{border-bottom:none}.reports-table-row-shopify:hover{background:#f6f6f7}.report-col-name{align-items:center;color:#202223;display:flex;font-weight:500;gap:.75rem}.report-product-image-shopify{background-position:50%;background-size:cover;border:1px solid #e1e3e5;border-radius:4px;flex-shrink:0;height:40px;width:40px}.report-col-price{color:#202223;font-weight:500}.report-col-category{color:#6b7280;text-transform:capitalize}.report-col-status{display:flex;flex-wrap:wrap;gap:.5rem}.status-badge-shopify{background:#f6f6f7;border-radius:4px;color:#202223;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.admin-homepage-shopify{max-width:100%}.homepage-form-shopify{display:flex;flex-direction:column;gap:1.5rem}.homepage-section-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:8px;box-shadow:0 1px 3px #0000000d;overflow:hidden;padding:0;transition:all .2s ease}.homepage-section-shopify:hover{border-color:#c9cccf;box-shadow:0 2px 6px #00000014}.section-header-toggle-shopify{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.75rem;text-align:left;transition:all .2s ease;width:100%}.section-header-toggle-shopify:hover{background:#f9fafb}.section-header-toggle-shopify:active{background:#f6f6f7}.section-header-toggle-shopify h2{color:#202223;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin:0;text-transform:uppercase}.section-header-toggle-shopify svg{color:#6b7280;flex-shrink:0;height:20px;margin-left:auto;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s ease;width:20px}.section-header-toggle-shopify:hover svg{color:#202223}.section-icon-expanded{transform:rotate(180deg)}.section-content-shopify{animation:slideDown .3s cubic-bezier(.4,0,.2,1);background:#fff;border-top:1px solid #e1e3e5;padding:1.75rem}.section-content-shopify .form-group-shopify{margin-bottom:1.25rem}.section-content-shopify .form-group-shopify:last-child{margin-bottom:0}.section-content-shopify .form-group-shopify label{color:#374151;display:block;font-size:.8125rem;font-weight:500;margin-bottom:.5rem}.section-content-shopify .form-group-shopify input[type=text],.section-content-shopify .form-group-shopify input[type=url],.section-content-shopify .form-group-shopify textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#202223;font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .875rem;transition:all .2s ease;width:100%}.section-content-shopify .form-group-shopify input[type=text]:focus,.section-content-shopify .form-group-shopify input[type=url]:focus,.section-content-shopify .form-group-shopify textarea:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d}.section-content-shopify .form-group-shopify textarea{line-height:1.5;min-height:80px;resize:vertical}.section-content-shopify .form-group-shopify input[type=text]::placeholder,.section-content-shopify .form-group-shopify input[type=url]::placeholder,.section-content-shopify .form-group-shopify textarea::placeholder{color:#9ca3af}.section-description-shopify{color:#6b7280;font-size:.8125rem;line-height:1.6;margin-bottom:1.25rem}.image-preview-shopify{background-position:50%;background-size:cover;border:1px solid #e1e3e5;border-radius:8px;box-shadow:0 1px 3px #0000001a;height:200px;margin-top:.75rem;max-width:400px;overflow:hidden;transition:transform .2s ease;width:100%}.image-preview-shopify:hover{transform:scale(1.02)}.featured-products-list-shopify{margin-top:1rem}.featured-grid-shopify{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.featured-item-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:8px;overflow:hidden;transition:all .2s ease}.featured-item-shopify:hover{border-color:#c9cccf;box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.featured-image-shopify{background-position:50%;background-size:cover;padding-bottom:120%;width:100%}.featured-name-shopify{color:#202223;font-size:.8125rem;font-weight:500;line-height:1.4;padding:.875rem;text-align:center}@media (max-width:1024px){.admin-rightbar-shopify{display:none}.reports-table-header-shopify,.reports-table-row-shopify{gap:.5rem;grid-template-columns:1fr}.report-col-category,.report-col-price,.report-col-status{padding-left:3.5rem}}.admin-orders-shopify{max-width:100%}.orders-list-shopify{display:flex;flex-direction:column;gap:1.5rem}.order-card-shopify{background:#fff;border:1px solid #e1e3e5;border-radius:8px;padding:2rem;position:relative;transition:all .2s ease}.order-card-shopify:hover{border-color:#c9cccf;box-shadow:0 2px 8px #00000014}.order-unaccepted-shopify{opacity:.6;pointer-events:none}.order-accept-overlay-shopify{align-items:center;background:#000000d9;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;pointer-events:all;position:absolute;right:0;top:0;z-index:10}.order-accept-content-shopify{color:#fff;padding:2rem;text-align:center}.order-accept-content-shopify h3{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.order-accept-content-shopify p{color:#ffffffe6;font-size:.875rem;margin:0 0 1.5rem}.order-accept-btn-shopify{background:#000!important;border:none!important;border-radius:4px!important;color:#fff!important;cursor:pointer!important;font-size:1rem!important;font-weight:600!important;letter-spacing:.1rem!important;padding:1rem 3rem!important;text-transform:uppercase!important;transition:all .2s ease!important}.order-accept-btn-shopify:hover{background:#333!important;transform:scale(1.05)}.order-header-shopify{align-items:flex-start;border-bottom:1px solid #e1e3e5;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1.5rem}.order-header-clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.order-header-clickable:hover{opacity:.8}.order-summary-shopify{color:#6b7280;font-size:.8125rem;margin:.5rem 0 0}.order-expanded-content-shopify{animation:slideDown .3s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:2000px;opacity:1}}.order-id-shopify{color:#202223;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.order-date-shopify{color:#6b7280;font-size:.875rem;margin:0}.order-status-shopify{align-items:center;display:flex}.status-badge-shopify.status-pending{background:#000;color:#fff}.status-badge-shopify.status-processing{background:#4a4a4a;color:#fff}.status-badge-shopify.status-completed{background:#000;color:#fff}.status-badge-shopify.status-cancelled{background:#6b7280}.order-customer-shopify{grid-gap:2rem;border-bottom:1px solid #e1e3e5;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem;padding-bottom:1.5rem}.order-customer-shopify>div{display:flex;flex-direction:column;gap:.5rem}.order-customer-shopify strong{color:#202223;font-size:.875rem;font-weight:600}.order-customer-shopify p{color:#6b7280;font-size:.875rem;margin:0}.order-items-shopify{margin-bottom:1.5rem}.order-items-shopify h4{color:#202223;font-size:.875rem;font-weight:600;letter-spacing:.05rem;margin:0 0 1rem;text-transform:uppercase}.order-items-grid-shopify{display:flex;flex-direction:column;gap:1rem}.order-item-shopify{background:#f6f6f7;border-radius:6px;display:flex;gap:1rem;padding:1rem}.order-item-image-shopify{background-position:50%;background-size:cover;border:1px solid #e1e3e5;border-radius:4px;flex-shrink:0;height:100px;width:80px}.order-item-details-shopify{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.order-item-name-shopify{color:#202223;font-size:.875rem;font-weight:600;margin:0}.order-item-specs-shopify{color:#6b7280;font-size:.8125rem;margin:0}.order-item-notes-shopify{color:#4b5563;font-size:.75rem;font-style:italic;margin:0}.order-item-price-shopify{color:#202223;font-size:.875rem;font-weight:600;margin:0}.order-totals-shopify{border-top:1px solid #e1e3e5;padding-top:1.5rem}.order-total-row-shopify{align-items:center;color:#374151;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.75rem}.order-total-final-shopify{border-top:1px solid #e1e3e5;color:#202223;font-size:1.125rem;font-weight:600;margin-top:.5rem;padding-top:.75rem}.order-payment-method-shopify{border-top:1px solid #e1e3e5;color:#6b7280;font-size:.875rem;margin-top:1rem;padding-top:1rem}.order-payment-method-shopify strong{color:#202223}.order-actions-shopify{align-items:center;border-top:1px solid #e1e3e5;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}.order-actions-left-shopify{flex-wrap:wrap}.order-actions-left-shopify,.order-actions-right-shopify{align-items:center;display:flex;gap:.75rem}.btn-cancel-shopify{background:#fff;border:1px solid #dc2626;border-radius:4px;color:#dc2626;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-cancel-shopify:hover{background:#fef2f2;border-color:#991b1b;color:#991b1b}.btn-delete-shopify{align-items:center;background:#fff;border:1px solid #dc2626;border-radius:4px;color:#dc2626;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.btn-delete-shopify:hover{background:#dc2626;border-color:#dc2626;color:#fff}.btn-delete-shopify svg{flex-shrink:0}.status-badge-shopify.status-paid{background:#10b981;color:#fff}.status-badge-shopify.status-cancelled{background:#ef4444;color:#fff}.mobile-menu-toggle{background:#000;border:none;border-radius:50%;bottom:1.5rem;box-shadow:0 4px 12px #0000004d;color:#fff;cursor:pointer;display:none;height:56px;padding:0;position:fixed;right:1.5rem;transition:transform .2s ease,box-shadow .2s ease;width:56px;z-index:1001}.mobile-menu-toggle:active{transform:scale(.95)}.mobile-menu-toggle svg{height:24px;width:24px}@media (max-width:768px){.mobile-menu-toggle{align-items:center;display:flex;justify-content:center}.admin-sidebar-shopify{box-shadow:2px 0 8px #0000001a;height:100vh;left:-240px;position:fixed;top:0;transition:left .3s ease;z-index:1000}.admin-sidebar-shopify.mobile-open{left:0}.admin-layout-shopify:before{background:#00000080;content:"";inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .3s ease;z-index:999}.admin-layout-shopify.menu-open:before{opacity:1;pointer-events:all}.admin-main-shopify{margin-left:0;padding:1rem 1rem 5rem;width:100%}.page-header-shopify{align-items:stretch;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.page-header-shopify h1{font-size:1.5rem}.page-header-shopify>div:last-child{display:flex;flex-direction:column;gap:.75rem;width:100%}.page-header-shopify>div:last-child>div{display:flex;flex-direction:column;gap:.5rem}.btn-primary-shopify,.btn-secondary-shopify{font-size:.875rem;padding:.875rem 1rem;width:100%}.media-grid-shopify{gap:.75rem;grid-template-columns:repeat(2,1fr)}.media-thumbnail-shopify{padding-bottom:100%}.form-section-shopify{margin-bottom:1.5rem}.form-group-shopify{margin-bottom:1rem}.form-group-shopify label{font-size:.875rem;margin-bottom:.5rem}.form-group-shopify input,.form-group-shopify select,.form-group-shopify textarea{font-size:.875rem;padding:.75rem;width:100%}.product-title-input{font-size:1.25rem;padding:1rem}.description-textarea{font-size:.875rem;padding:.75rem}.colors-grid-shopify,.sizes-grid-shopify{gap:.5rem;grid-template-columns:repeat(3,1fr)}.color-checkbox-shopify,.size-checkbox-shopify{font-size:.8125rem;padding:.75rem .5rem}.color-option{height:40px;width:40px}.products-table-shopify{display:flex;flex-direction:column;gap:1rem}.product-row-shopify{align-items:flex-start;flex-direction:column;gap:1rem;padding:1rem}.product-image-shopify{padding-bottom:100%;width:100%}.product-info-shopify{width:100%}.product-actions-shopify{flex-direction:column;margin-left:0;width:100%}.product-actions-shopify button{width:100%}.order-card-shopify{padding:1rem}.order-header-shopify{align-items:flex-start;flex-direction:column;gap:1rem}.order-customer-shopify{gap:1rem;grid-template-columns:1fr}.order-actions-shopify{flex-direction:column;gap:.75rem;width:100%}.order-actions-shopify button{width:100%}.floating-save-shopify{bottom:1rem;left:1rem;right:1rem;width:auto}.floating-save-content{flex-direction:column;gap:1rem;min-width:auto;padding:1rem}.floating-actions{flex-direction:column;margin-left:0;width:100%}.floating-actions button{width:100%}.section-header-toggle-shopify{font-size:.875rem;padding:1rem}.section-content-shopify{padding:1rem}.reports-stats-shopify{gap:1rem;grid-template-columns:1fr}.reports-table-header-shopify,.reports-table-row-shopify{gap:.75rem;grid-template-columns:1fr;padding:1rem}.report-col-name{flex-direction:column;gap:.5rem}.report-product-image-shopify{height:60px;width:60px}.admin-settings-shopify,.settings-content-shopify{padding:0}.homepage-form-shopify{gap:1.5rem}.homepage-image-preview-shopify{height:150px;max-width:100%}.input-with-currency{width:100%}.input-with-currency input{flex:1 1}.nav-item-shopify{font-size:.875rem;padding:.875rem 1rem}.sidebar-brand{font-size:1rem;padding:1rem}.admin-dashboard-shopify{padding:0}.dashboard-stats-shopify{gap:1rem;grid-template-columns:1fr}.stat-card-shopify{padding:1rem}.order-items-list-shopify{gap:1rem}.order-item-shopify{align-items:flex-start;flex-direction:column;gap:.75rem}.order-item-image-shopify{height:80px;width:80px}.order-item-details-shopify{flex:1 1;width:100%}.order-totals-shopify{margin-top:1.5rem;padding-top:1.5rem}.order-total-row-shopify{font-size:.875rem}.input-with-currency{align-items:stretch;flex-direction:column}.currency-symbol{left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.input-with-currency input{padding-left:2.5rem}.media-add-shopify,.media-add-shopify input{width:100%}.product-form-shopify{gap:1.5rem}.admin-add-product-shopify{padding:0}.home-metrics-shopify{grid-template-columns:1fr}.metric-card-shopify{padding:1rem}.admin-home-shopify h1,.metric-value-shopify{font-size:1.5rem}.admin-home-shopify p{font-size:.875rem}.search-box-shopify{max-width:100%;width:100%}.search-input-shopify{width:100%}.status-badge-shopify{font-size:.75rem;padding:.375rem .75rem}.order-id-shopify{font-size:1rem}.order-date-shopify,.order-summary-shopify{font-size:.75rem}.feedback{font-size:.8125rem;padding:.75rem 1rem}.modal-content{margin:1rem;max-width:95%;padding:1.5rem;width:95%}.modal-title{font-size:1.25rem}.modal-message{font-size:.875rem}.modal-actions{flex-direction:column;gap:.75rem}.modal-actions button{width:100%}}.admin-login-page{align-items:center;background:#f8f9fa;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative}.admin-login-background{background:linear-gradient(135deg,#f8f9fa,#e9ecef);bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0;z-index:0}.admin-login-background:before{animation:slide 20s linear infinite;background:repeating-linear-gradient(45deg,#0000,#0000 50px,#00000005 0,#00000005 100px);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes slide{0%{transform:translate(0)}to{transform:translate(100px,100px)}}.admin-login-container{max-width:480px;position:relative;width:100%;z-index:1}.admin-login-brand{margin-bottom:3rem;text-align:center}.admin-login-logo{color:#000;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;letter-spacing:.3rem;margin-bottom:.5rem;text-transform:uppercase}.admin-login-subtitle{color:#666;font-size:.875rem;font-weight:500;letter-spacing:.15rem;text-transform:uppercase}.admin-login-card{background:#fff;border:1px solid #e5e7eb;border-radius:0;box-shadow:0 8px 32px #00000014;padding:3rem}.admin-login-header{margin-bottom:2.5rem;text-align:center}.admin-login-header h1{color:#000;font-size:1.875rem;font-weight:600;letter-spacing:.05rem;margin-bottom:.5rem}.admin-login-header p{color:#666;font-size:.9375rem;line-height:1.6}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-error{align-items:center;animation:shake .5s ease-in-out;background:#fef2f2;border:1px solid #fecaca;border-radius:0;color:#991b1b;display:flex;font-size:.875rem;gap:.75rem;padding:1rem}.admin-login-error.error-locked{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.admin-login-error svg{flex-shrink:0}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.admin-login-lockout{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:0;color:#9a3412;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:1rem}.admin-login-lockout svg{flex-shrink:0}.admin-login-field{display:flex;flex-direction:column;gap:.625rem}.admin-login-field label{color:#000;font-size:.8125rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase}.admin-login-input-wrapper{align-items:center;display:flex;position:relative}.admin-login-input-icon{color:#999;left:1rem;pointer-events:none;position:absolute;z-index:1}.admin-login-field input{background:#fff;border:1px solid #d1d5db;border-radius:0;color:#000;font-family:inherit;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .2s ease;width:100%}.admin-login-field input:focus{border-color:#000;box-shadow:0 0 0 3px #0000000d;outline:none}.admin-login-field input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.admin-login-field input::placeholder{color:#9ca3af}.admin-login-password-toggle{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:absolute;right:1rem;transition:color .2s ease;z-index:1}.admin-login-password-toggle:hover:not(:disabled){color:#000}.admin-login-password-toggle:disabled{cursor:not-allowed;opacity:.5}.admin-login-button{align-items:center;background:#000;border:none;border-radius:0;color:#fff;cursor:pointer;display:flex;font-size:.9375rem;font-weight:600;gap:.75rem;justify-content:center;letter-spacing:.1rem;margin-top:.5rem;overflow:hidden;padding:1.125rem;position:relative;text-transform:uppercase;transition:all .3s ease;width:100%}.admin-login-button:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.admin-login-button:hover:not(:disabled):before{left:100%}.admin-login-button:hover:not(:disabled){background:#1a1a1a;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.admin-login-button:active:not(:disabled){transform:translateY(0)}.admin-login-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.admin-login-spinner{height:18px;position:relative;width:18px}.admin-login-spinner:after,.admin-login-spinner:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.admin-login-spinner:before{animation:smoothRotateSmall 1s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000,#fff3,#0000)}.admin-login-spinner:after{animation:smoothRotateSmall .8s cubic-bezier(.4,0,.2,1) infinite reverse;background:radial-gradient(circle at 30% 30%,#ffffffe6,#0000 70%);opacity:.7}@keyframes smoothRotateSmall{0%{opacity:1;transform:rotate(0deg) scale(1)}50%{opacity:.8;transform:rotate(180deg) scale(1.15)}to{opacity:1;transform:rotate(1turn) scale(1)}}.admin-login-security{align-items:center;border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:.75rem;gap:.5rem;justify-content:center;letter-spacing:.05rem;margin-top:2rem;padding-top:1.5rem;text-transform:uppercase}.admin-login-security svg{flex-shrink:0;opacity:.7}@media (max-width:768px){.admin-login-page{padding:1.5rem}.admin-login-card{padding:2rem 1.5rem}.admin-login-logo{font-size:2rem}.admin-login-header h1{font-size:1.5rem}.admin-login-field input{padding:.875rem .875rem .875rem 2.75rem}.admin-login-input-icon{left:.875rem}}@media (max-width:480px){.admin-login-brand{margin-bottom:2rem}.admin-login-logo{font-size:1.75rem}.admin-login-header{margin-bottom:2rem}}.protected-route-loading{align-items:center;background:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.protected-route-spinner{height:50px;position:relative;width:50px}.protected-route-spinner:after,.protected-route-spinner:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.protected-route-spinner:before{animation:smoothRotate 1.5s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000,#0000001a,#0000)}.protected-route-spinner:after{animation:smoothRotate 1.2s cubic-bezier(.4,0,.2,1) infinite reverse;background:radial-gradient(circle at 30% 30%,#000c,#0000 70%);opacity:.6}.cart-page{background:#fafafa;min-height:100vh;padding:10rem 0 6rem;width:100%}.cart-page .container{margin:0 auto;max-width:1400px;padding:0 4rem;width:100%}@media (max-width:768px){.cart-page .container{padding:0 2rem}}.cart-title{color:var(--primary-color);font-family:Playfair Display,serif;font-size:2.5rem;font-weight:300;letter-spacing:.5rem;margin-bottom:4rem;text-align:center;text-transform:uppercase}.cart-empty{align-items:center;display:flex;flex-direction:column;gap:2rem;padding:6rem 2rem;text-align:center}.cart-empty svg{color:#d1d5db}.cart-empty h2{color:var(--primary-color);font-size:2rem;letter-spacing:.1rem}.cart-empty p{color:var(--light-text);font-size:1rem}.cart-layout{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 400px;max-width:100%;width:100%}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{grid-gap:2.5rem;align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:0;box-shadow:0 1px 3px #0000000d;display:grid;gap:2.5rem;grid-template-columns:120px 1fr auto auto;padding:2.5rem;transition:all .3s ease}.cart-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.cart-item-image{background:#fafafa;border:1px solid #f0f0f0;border-radius:0;height:150px;overflow:hidden;position:relative;width:120px}.cart-item-badge{background:var(--accent-color);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;position:absolute;right:.5rem;text-transform:uppercase;top:.5rem}.cart-item-details{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.cart-item-name{color:var(--primary-color);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.15rem;margin-bottom:.25rem;text-transform:uppercase}.cart-item-options{color:#888;display:flex;font-size:.8rem;gap:1.5rem;letter-spacing:.05rem;margin-bottom:.5rem;text-transform:uppercase}.cart-item-notes{background:#f9f9f9;border-left:3px solid var(--accent-color);display:flex;flex-direction:column;font-size:.85rem;gap:.25rem;margin-top:.5rem;padding:.75rem}.notes-label{color:var(--text-color);font-size:.75rem;font-weight:600;letter-spacing:.05rem;text-transform:uppercase}.notes-text{color:#666;font-style:italic;line-height:1.5}.cart-item-price{color:#666;font-size:.95rem;font-weight:500;letter-spacing:.05rem}.cart-item-quantity{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:0;box-shadow:0 1px 2px #0000000d;display:flex;gap:1rem;padding:.5rem}.quantity-btn{align-items:center;background:#0000;border:none;border-radius:0;color:var(--text-color);cursor:pointer;display:flex;font-size:1.25rem;font-weight:300;height:40px;justify-content:center;transition:var(--transition);width:40px}.quantity-btn:hover{background:#f5f5f5;background:#e5e7eb;color:var(--accent-color)}.quantity-value{color:var(--text-color);font-size:1rem;font-weight:600;min-width:30px;text-align:center}.cart-item-total{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;justify-content:center}.item-total-price{color:var(--primary-color);font-size:1.1rem;font-weight:600;letter-spacing:.05rem}.remove-btn{align-items:center;background:#0000;border:none;color:#999;cursor:pointer;display:flex;font-size:.8rem;gap:.5rem;letter-spacing:.05rem;padding:.5rem;text-transform:uppercase;transition:var(--transition)}.remove-btn:hover{color:#dc2626}.cart-summary{background:#fff;border:1px solid #e8e8e8;border-radius:0;box-shadow:0 2px 8px #0000000f;padding:2.5rem;position:-webkit-sticky;position:sticky;top:120px}.summary-title{border-bottom:1px solid #e8e8e8;color:var(--primary-color);font-family:Playfair Display,serif;font-size:1.5rem;font-weight:300;letter-spacing:.3rem;margin-bottom:2.5rem;padding-bottom:1.5rem}.summary-row{color:var(--text-color);letter-spacing:.05rem;margin-bottom:1.25rem}.summary-total{color:var(--primary-color);font-size:1.3rem;font-weight:500;letter-spacing:.1rem;margin-bottom:2.5rem;text-transform:uppercase}.btn-checkout{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--white);font-size:.8rem;font-weight:500;letter-spacing:.15rem;margin-bottom:1rem;padding:1.25rem;transition:all .3s ease;width:100%}.btn-checkout:hover{background:#000;box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.cart-checkout-sticky{display:none}.btn-continue{background:#0000;border:1px solid var(--primary-color);color:var(--primary-color);font-size:.8rem;font-weight:500;letter-spacing:.15rem;padding:1.25rem;transition:all .3s ease;width:100%}.btn-continue:hover{background:var(--primary-color);color:var(--white)}@media (max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (max-width:768px){.cart-page{padding:8rem 0 4rem}.cart-title{font-size:2rem;letter-spacing:.2rem}.cart-item{gap:1rem;grid-template-columns:80px 1fr;padding:1.5rem}.cart-item-image{height:100px;width:80px}.cart-item-quantity{grid-column:1/-1;justify-content:center}.cart-item-total{align-items:center;flex-direction:row;grid-column:1/-1;justify-content:space-between}.btn-checkout-regular{display:none}.cart-checkout-sticky{background:#fff;border-top:1px solid #00000014;bottom:0;box-shadow:0 -2px 10px #0000000d;display:flex;left:0;padding:.875rem 1rem;position:fixed;right:0;z-index:100}.btn-checkout-sticky{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--white);font-size:.875rem;font-weight:500;letter-spacing:.1rem;margin:0;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.btn-checkout-sticky:hover{background:#000}.cart-page{padding-bottom:6rem}}.checkout-page{background:#fafafa;min-height:100vh;padding:6rem 0 4rem;width:100%}.checkout-page .container{margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}@media (max-width:768px){.checkout-page{padding:6rem 0 2rem}.checkout-page .container{padding:0 1rem}}.checkout-title{border-bottom:1px solid #e8e8e8;color:#000;font-family:Playfair Display,serif;font-size:1.75rem;font-weight:400;letter-spacing:.2rem;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:left;text-transform:uppercase}@media (max-width:768px){.checkout-title{font-size:1.35rem;letter-spacing:.15rem;margin-bottom:2rem;padding-bottom:.75rem}}.checkout-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px;max-width:100%;width:100%}@media (max-width:1024px){.checkout-layout{gap:2rem;grid-template-columns:1fr}}.checkout-main{display:flex;flex-direction:column;gap:2rem}.checkout-section{background:#fff;border:1px solid #e8e8e8;border-radius:0;margin-bottom:2rem;padding:2.5rem;position:relative}.checkout-section:last-of-type{margin-bottom:0}@media (max-width:768px){.checkout-section{margin-bottom:1.5rem;padding:1.75rem 1.25rem}}.section-title{align-items:center;border-bottom:none;color:#000;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;gap:.75rem;letter-spacing:.1rem;margin-bottom:2rem;padding-bottom:0;text-transform:uppercase}.section-title:before{background:#000;content:"";display:inline-block;height:1.2rem;width:3px}@media (max-width:768px){.section-title{font-size:.9rem;letter-spacing:.08rem;margin-bottom:1.5rem}.section-title:before{height:1rem}}.form-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.form-row:last-child{margin-bottom:0}.form-row--split{flex-direction:row;gap:1rem}.form-row--split>div{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.checkout-form label{color:#333;display:block;font-size:.8rem;font-weight:500;letter-spacing:.03rem;margin-bottom:.5rem;text-transform:none}.checkout-form input,.checkout-form select{background:#fff;border:1px solid #d1d5db;border-radius:0;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;letter-spacing:.01rem;outline:none;padding:1rem 1.25rem;transition:border-color .2s ease;width:100%}.checkout-form input:focus,.checkout-form select:focus{background:#fff;border-color:#000;outline:none}.checkout-form input::placeholder{color:#9ca3af;font-weight:400;opacity:1}.checkout-form input.input-error{background:#fef2f2;border-color:#dc2626}.checkout-form input.input-error:focus{border-color:#dc2626;outline:none}.error-message{color:#dc2626;display:block;font-size:.75rem;margin-top:.25rem}.payment-methods{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.payment-option{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:0;cursor:pointer;display:flex;gap:1.25rem;padding:1.5rem;position:relative;transition:all .2s ease}.payment-option-logo{align-items:center;display:flex;flex-shrink:0;justify-content:center}.payment-option:hover{background:#fafafa;border-color:#000}.payment-option input[type=radio]:checked~.payment-option-content{color:#000}.payment-option:has(input[type=radio]:checked){background:#fafafa;border-color:#000;border-width:2px}.payment-option input[type=radio]:checked+.payment-option-content{color:#000}.payment-option input[type=radio]{accent-color:#000;cursor:pointer;flex-shrink:0;height:18px;width:18px}.payment-option-content{display:flex;flex-direction:column;gap:.25rem}.payment-option-title{color:#000;font-size:.95rem;font-weight:600;letter-spacing:.02rem;margin-bottom:.25rem;text-transform:none}.payment-option-desc{color:#6b7280;font-size:.85rem;letter-spacing:0;line-height:1.4}.city-selection-grid{display:flex;flex-direction:column;gap:.625rem;margin-top:.5rem}.city-option{cursor:pointer;display:block;position:relative}.city-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.city-option-inner{align-items:center;background:#fff;border:1px solid #e0e0e0;display:flex;justify-content:space-between;min-height:52px;padding:1rem 1.25rem;transition:all .2s ease}.city-option:hover .city-option-inner{background:#fafafa;border-color:#000}.city-option input[type=radio]:checked+.city-option-inner{background:#000;border-color:#000;border-width:1px}.city-name{color:#000;flex:1 1;font-size:.9rem;font-weight:500;letter-spacing:.01rem;line-height:1.4;padding-right:1rem}.city-option input[type=radio]:checked+.city-option-inner .city-name{color:#fff}.city-price{color:#6b7280;flex-shrink:0;font-size:.9rem;font-weight:600;letter-spacing:0;white-space:nowrap}.city-option input[type=radio]:checked+.city-option-inner .city-price{color:#fff}@media (max-width:768px){.city-selection-grid{gap:.5rem}.city-option-inner{min-height:48px;padding:.875rem 1rem}.city-name{padding-right:.75rem}.city-name,.city-price{font-size:.875rem}}.card-details{border-top:1px solid #e5e7eb;padding-top:1.5rem}.checkout-sidebar{position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1024px){.checkout-sidebar{position:static}}.order-summary{background:#fff;border:1px solid #e8e8e8;border-radius:0;padding:2.5rem;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:1024px){.order-summary{margin-top:0;position:static}}.summary-title{align-items:center;border-bottom:none;color:#000;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;gap:.75rem;letter-spacing:.1rem;margin-bottom:2rem;padding-bottom:0;text-transform:uppercase}.summary-title:before{background:#000;content:"";display:inline-block;height:1.2rem;width:3px}@media (max-width:768px){.summary-title{font-size:.9rem;margin-bottom:1.5rem}.summary-title:before{height:1rem}}.summary-items{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;max-height:400px;overflow-y:auto}.summary-item{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:60px 1fr auto}.summary-item-image{background:#fafafa;border:1px solid #f0f0f0;border-radius:0;height:75px;overflow:hidden;width:60px}.summary-item-details{display:flex;flex-direction:column;gap:.25rem}.summary-item-name{color:var(--primary-color);font-size:.85rem;font-weight:500;letter-spacing:.1rem;margin-bottom:.25rem;text-transform:uppercase}.summary-item-options{color:var(--light-text);font-size:.75rem}.summary-item-notes{background:#f9f9f9;border-left:2px solid var(--accent-color);color:#666;font-size:.7rem;font-style:italic;margin:.25rem 0;padding:.5rem}.summary-item-quantity{color:var(--light-text);font-size:.75rem}.summary-item-price{color:var(--accent-color);font-size:.875rem;font-weight:600;text-align:right}.summary-totals{border-top:1px solid #e5e7eb;padding-top:1.5rem}.summary-row{align-items:center;color:#374151;display:flex;font-size:.9rem;justify-content:space-between;letter-spacing:0;margin-bottom:1rem;padding:.5rem 0}.summary-row span:first-child{color:#6b7280}.summary-row span:last-child{color:#000;font-weight:600}.summary-divider{background:#e8e8e8;height:1px;margin:2rem 0}.summary-total{border-top:2px solid #e5e7eb;font-size:1.25rem;letter-spacing:0;margin-bottom:2rem;margin-top:1.5rem;padding-top:1.5rem;text-transform:none}.summary-total,.summary-total span:first-child,.summary-total span:last-child{color:#000;font-weight:700}.btn-place-order{background:#000;border:2px solid #000;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.05rem;padding:1.375rem 2rem;text-transform:uppercase;transition:all .2s ease;width:100%}.btn-place-order:hover:not(:disabled){background:#333;border-color:#333}.btn-place-order:active:not(:disabled){background:#1a1a1a;border-color:#1a1a1a}.btn-place-order:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.4}.checkout-place-order-sticky{display:none}@media (max-width:768px){.btn-place-order-regular{display:none}.checkout-place-order-sticky{background:#fff;border-top:1px solid #00000014;bottom:0;box-shadow:0 -2px 10px #0000000d;display:flex;left:0;padding:.875rem 1rem;position:fixed;right:0;z-index:100}.btn-place-order-sticky{background:var(--primary-color);border:1px solid var(--primary-color);color:var(--white);font-size:.875rem;font-weight:500;letter-spacing:.1rem;margin:0;padding:.875rem 1.5rem;transition:all .3s ease;width:100%}.btn-place-order-sticky:hover:not(:disabled){background:#000}.btn-place-order-sticky:disabled{cursor:not-allowed;opacity:.6}.checkout-page{padding-bottom:6rem}.btn-place-order{font-size:.85rem;padding:1.125rem 1.5rem}}.checkout-logs-box{background:#1a1a1a;border:1px solid #333;border-radius:4px;display:flex;flex-direction:column;font-family:Courier New,monospace;font-size:.75rem;margin:2rem 0;max-height:500px;overflow:hidden}.checkout-logs-header{align-items:center;background:#2a2a2a;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:.75rem 1rem}.checkout-logs-header h3{font-size:.875rem;font-weight:600;margin:0}.checkout-logs-header h3,.checkout-logs-toggle{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.checkout-logs-toggle{background:#333;border:1px solid #444;border-radius:3px;cursor:pointer;font-size:.75rem;padding:.25rem .75rem;transition:background .2s}.checkout-logs-toggle:hover{background:#444}.checkout-logs-content{background:#0a0a0a;max-height:400px;overflow-y:auto;padding:1rem}.checkout-log-entry{border-bottom:1px solid #222;display:flex;font-size:.7rem;gap:1rem;line-height:1.4;padding:.5rem 0}.checkout-log-entry:last-child{border-bottom:none}.checkout-log-time{color:#888;font-size:.65rem;min-width:80px}.checkout-log-message{color:#ccc;flex:1 1;white-space:pre-wrap;word-break:break-word}.checkout-log-info .checkout-log-message{color:#4a9eff}.checkout-log-success .checkout-log-message{color:#4ade80}.checkout-log-error .checkout-log-message{color:#f87171}.checkout-log-debug .checkout-log-message{color:#a78bfa}@media (max-width:768px){.checkout-logs-box{font-size:.7rem;margin:1rem 0}.checkout-logs-content{max-height:300px;padding:.75rem}.checkout-log-entry{flex-direction:column;gap:.25rem}.checkout-log-time{font-size:.6rem;min-width:auto}.checkout-page{padding:5rem 0 2rem}.form-row{margin-bottom:1.5rem}.form-row--split{flex-direction:column;gap:0}.form-row--split>div{margin-bottom:1.5rem}.form-row--split>div:last-child{margin-bottom:0}.checkout-form input,.checkout-form select{font-size:.95rem;padding:.9375rem 1rem}.payment-option{gap:1rem;padding:1.25rem}.payment-option-title{font-size:.9rem}.payment-option-desc{font-size:.8rem}.summary-items{gap:1.25rem;margin-bottom:1.5rem}.summary-item{gap:.75rem}.summary-item-image{height:65px;width:50px}.summary-item-name{font-size:.8rem}.summary-row{font-size:.875rem;margin-bottom:.875rem;padding:.375rem 0}.summary-total{font-size:1.1rem;margin-bottom:1.75rem;margin-top:1.25rem;padding-top:1.25rem}.order-summary{padding:2rem 1.5rem}}.order-success-page{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:10rem 2rem 6rem}.container{max-width:600px;width:100%}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.loading-spinner{height:80px;margin-bottom:2rem;position:relative;width:80px}.spinner-ring{animation:smoothRingRotate 1.5s cubic-bezier(.4,0,.2,1) infinite;background:radial-gradient(circle at 30% 30%,#000c,#0000 70%);border-radius:50%;left:0;opacity:.7;position:absolute;top:0}.spinner-ring:first-child{animation-delay:-.5s;background:radial-gradient(circle at 30% 30%,#000000e6,#0000 70%);height:80px;width:80px}.spinner-ring:nth-child(2){animation-delay:-.3s;background:radial-gradient(circle at 30% 30%,#000000b3,#0000 70%);height:60px;left:10px;opacity:.6;top:10px;width:60px}.spinner-ring:nth-child(3){animation-delay:-.1s;background:radial-gradient(circle at 30% 30%,#00000080,#0000 70%);height:40px;left:20px;opacity:.5;top:20px;width:40px}@keyframes smoothRingRotate{0%{opacity:.7;transform:rotate(0deg) scale(1)}50%{opacity:.9;transform:rotate(180deg) scale(1.1)}to{opacity:.7;transform:rotate(1turn) scale(1)}}.loading-text{animation:smoothPulse 2s ease-in-out infinite;color:#666;font-size:1rem;letter-spacing:.1rem;text-transform:uppercase}.success-content{background:#fff;border-radius:0;box-shadow:0 4px 20px #00000014;opacity:0;padding:4rem 3rem;text-align:center;transition:opacity .6s ease}.success-content.fade-in{opacity:1}.success-icon-wrapper{display:flex;justify-content:center;margin-bottom:2.5rem}.success-icon-circle{align-items:center;animation:scaleIn .5s ease-out .3s both;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:0;display:flex;height:120px;justify-content:center;position:relative;width:120px}.success-icon-circle:before{animation:ripple 1s ease-out .5s;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:0;content:"";height:100%;opacity:0;position:absolute;width:100%}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes ripple{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.checkmark{color:#10b981;z-index:1}.checkmark-circle{stroke-dasharray:62.83;stroke-dashoffset:62.83;animation:drawCircle .6s ease-out .8s forwards}.checkmark-check{stroke-dasharray:18;stroke-dashoffset:18;animation:drawCheck .4s ease-out 1.4s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.success-title{animation:fadeIn .6s ease-out 1s both;color:#000;font-size:2rem;font-weight:700;letter-spacing:.15rem;margin-bottom:1rem;text-transform:uppercase}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.success-message{animation:fadeIn .6s ease-out 1.2s both;color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.order-id-container{animation:fadeIn .6s ease-out 1.4s both;background:#f9fafb;border:1px solid #e5e7eb;border-radius:0;display:flex;flex-direction:column;gap:.5rem;margin:2rem 0;padding:1.5rem}.order-id-label{color:#6b7280;font-size:.875rem;font-weight:500;letter-spacing:.1rem;text-transform:uppercase}.order-id-value{color:#000;font-family:Courier New,monospace;font-size:1.25rem;font-weight:700;letter-spacing:.05rem}.success-submessage{animation:fadeIn .6s ease-out 1.6s both;color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:3rem}.success-actions{animation:fadeIn .6s ease-out 1.8s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.success-actions .btn{border:none;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.1rem;min-width:180px;padding:.875rem 2rem;text-transform:uppercase;transition:all .3s ease}.btn-primary:hover{background:#333;box-shadow:0 4px 12px #00000026}.btn-outline{background:#fff;border:2px solid #000;color:#000}.btn-outline:hover{background:#000;box-shadow:0 4px 12px #00000026;color:#fff}@media (max-width:768px){.order-success-page{padding:8rem 1.5rem 4rem}.success-content{padding:3rem 2rem}.success-title{font-size:1.5rem;letter-spacing:.1rem}.success-icon-circle{height:100px;width:100px}.checkmark{height:50px;width:50px}.success-message{font-size:1rem}.order-id-container{padding:1.25rem}.order-id-value{font-size:1rem}.success-actions{flex-direction:column}.success-actions .btn{width:100%}}.receipt-page{background:#fff;height:100vh;min-height:100vh;overflow-y:auto;padding:0;position:relative}.receipt-page:before{display:none}.receipt-container{background:#fff;border:none;border-radius:0;box-shadow:none;margin:0 auto;max-width:900px;min-height:100vh;overflow:hidden;padding:0;position:relative;z-index:1}.receipt-error,.receipt-loading{padding:4rem 2rem;text-align:center}.receipt-error{padding:4rem 3rem;text-align:center}.receipt-error h2{color:#1f2937;font-family:Georgia,serif;font-size:1.5rem;font-weight:300;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.receipt-error p{color:#666;font-size:.9375rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.receipt-loading{padding:4rem 2rem;text-align:center}.receipt-loading p{margin-top:1.5rem}.receipt-loading .spinner{height:50px;margin:0 auto 1.5rem;position:relative;width:50px}.receipt-loading .spinner:after,.receipt-loading .spinner:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.receipt-loading .spinner:before{animation:smoothRotate 1.5s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000,#0000001a,#0000)}.receipt-loading .spinner:after{animation:smoothRotate 1.2s cubic-bezier(.4,0,.2,1) infinite reverse;background:radial-gradient(circle at 30% 30%,#000c,#0000 70%);opacity:.6}.receipt-loading p{animation:smoothPulse 2s ease-in-out infinite;color:#6b7280;font-size:.9375rem}@keyframes smoothPulse{0%,to{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.receipt-header{background:#000;color:#fff;padding:3.5rem 3rem 3rem;position:relative;text-align:center}.receipt-header:after{background:linear-gradient(90deg,#0000,#fff,#0000);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.receipt-logo h1{color:#fff;font-family:Georgia,serif;font-size:2.5rem;font-weight:300;letter-spacing:8px;margin:0 0 .75rem;position:relative;text-transform:uppercase}.receipt-logo h1:after{background:#ffffff4d;bottom:-10px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.receipt-title{margin-top:1.5rem}.receipt-title h2{color:#ffffffe6;font-size:1.125rem;font-size:.875rem;font-weight:400;letter-spacing:2px;margin:0 0 .5rem;text-transform:uppercase}.receipt-order-id{color:#ffffffb3;font-size:.875rem;font-weight:300;letter-spacing:1px;margin-top:.75rem}.receipt-content{margin-bottom:0;padding:3rem 4rem}.receipt-section{margin-bottom:2.5rem}.receipt-section:last-child{margin-bottom:0}.receipt-section h3{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:.875rem;font-weight:600;letter-spacing:1.5px;margin-bottom:1.5rem;padding-bottom:.75rem;position:relative;text-transform:uppercase}.receipt-section h3:after{background:#4b5563;bottom:-1px;content:"";height:2px;left:0;position:absolute;width:50px}.receipt-details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.receipt-details-grid>div{border-bottom:1px solid #f0f0f0;padding:1rem 0;transition:all .2s ease}.receipt-details-grid>div:hover{border-bottom-color:#e0e0e0}.receipt-details-grid .label{color:#888;display:block;font-size:.75rem;font-weight:500;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.receipt-details-grid .value{color:#1f2937;display:block;font-size:1rem;font-weight:500;line-height:1.5}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:.5rem 1rem;position:relative;text-transform:uppercase}.status-badge:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.status-badge:hover:before{left:100%}.status-pending{background:linear-gradient(135deg,#fff3cd,#ffe69c);border:1px solid #ffc107;color:#856404}.status-confirmed,.status-paid{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #28a745;color:#155724}.status-canceled,.status-failed{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:1px solid #dc3545;color:#721c24}.receipt-info{color:#333;font-size:.9375rem;line-height:2}.receipt-info p{border-left:2px solid #e5e7eb;margin:.75rem 0;padding-left:.75rem;transition:all .2s ease}.receipt-info p:hover{border-left-color:#4b5563;padding-left:1rem}.receipt-table{background:#fff;border-collapse:initial;border-radius:12px;border-spacing:0;box-shadow:0 2px 8px #0000000a;margin-top:1rem;overflow:hidden;width:100%}.receipt-table thead{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.receipt-table th{border-bottom:1px solid #d1d5db;color:#374151;font-size:.75rem;font-weight:600;letter-spacing:1px;padding:1rem 1.25rem;text-align:left;text-transform:uppercase}.receipt-table th:first-child{padding-left:1.5rem}.receipt-table th:last-child{padding-right:1.5rem;text-align:right}.receipt-table td{border-bottom:1px solid #f0f0f0;color:#333;font-size:.9375rem;padding:1.25rem;transition:background-color .2s ease}.receipt-table tbody tr{transition:all .2s ease}.receipt-table tbody tr:hover{background:#fafafa}.receipt-table tbody tr:last-child td{border-bottom:none}.receipt-table td:last-child{color:#1f2937;font-weight:600;text-align:right}.receipt-totals{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:2.5rem;overflow:hidden;padding:2rem;position:relative}.receipt-total-row{align-items:center;color:#666;display:flex;font-size:.9375rem;justify-content:space-between;padding:.75rem 0}.receipt-total-row .label{color:#666;font-size:.8125rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.receipt-total-row .value{color:#374151;font-size:1rem;font-weight:500}.receipt-total-final{border-top:1px solid #d1d5db;color:#1f2937;font-size:1.5rem;font-weight:700;margin-top:1rem;padding-top:1.25rem}.receipt-total-final .label{color:#1f2937;font-size:1rem}.receipt-total-final .value{color:#1f2937;font-size:1.5rem}.receipt-footer{background:#fff;border-top:1px solid #e5e7eb;padding:3rem 4rem 4rem;position:relative;text-align:center}.receipt-thank-you{color:#1f2937;font-family:Georgia,serif;font-size:1.25rem;font-weight:400;letter-spacing:1.5px;margin-bottom:.75rem;text-transform:uppercase}.receipt-note{color:#888;font-size:.875rem;font-weight:300;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.receipt-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-outline,.btn-primary,.btn-secondary{border:2px solid;border-radius:0;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:.875rem 2rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:#1f2937;border-color:#1f2937}.btn-primary:hover{background:#111827;box-shadow:0 4px 12px #1f29374d}.btn-secondary{background:#fff;border-color:#4b5563;color:#1f2937}.btn-secondary:hover{background:#1f2937;border-color:#1f2937;box-shadow:0 4px 12px #1f293733;color:#fff;transform:translateY(-2px)}.btn-outline:hover{background:#f3f4f6;border-color:#4b5563;color:#1f2937}@media print{.receipt-page{background:#fff;padding:0}.receipt-page:before{display:none}.receipt-container{border-radius:0;box-shadow:none;padding:0}.receipt-header{background:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.receipt-actions{display:none}.receipt-footer{background:#0000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media (max-width:768px){.receipt-page{height:100vh;padding:0}.receipt-container{min-height:100vh}.receipt-footer{padding:2rem 1.5rem 3rem}.receipt-header{padding:2rem 1.5rem 1.5rem}.receipt-logo h1{font-size:2rem;letter-spacing:4px}.receipt-content{padding:2rem 1.5rem}.receipt-details-grid{gap:1rem;grid-template-columns:1fr}.receipt-table{font-size:.8125rem}.receipt-table td,.receipt-table th{padding:.75rem .5rem}.receipt-table td:first-child,.receipt-table th:first-child{padding-left:1rem}.receipt-table td:last-child,.receipt-table th:last-child{padding-right:1rem}.receipt-totals{padding:1.5rem}.receipt-footer{padding:2rem 1.5rem}.receipt-actions{flex-direction:column;gap:.75rem}.receipt-actions button{width:100%}}@media (max-width:640px){.receipt-page{height:100vh;padding:0}.receipt-container{border-radius:0;min-height:100vh}.receipt-footer{padding:1.5rem 1rem 2rem}.receipt-header{padding:1.5rem 1rem}.receipt-logo h1{font-size:1.75rem;letter-spacing:3px}.receipt-content{padding:1.5rem 1rem}.receipt-section{margin-bottom:2rem}.receipt-table{font-size:.75rem}.receipt-totals{padding:1.25rem}.receipt-total-final,.receipt-total-final .value{font-size:1.25rem}}.payment-status-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.payment-status-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;max-width:600px;padding:4rem 3rem;text-align:center;width:100%}.payment-status-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.payment-status-icon{align-items:center;border-radius:50%;display:flex;height:120px;justify-content:center;margin-bottom:1rem;position:relative;width:120px}.payment-status-icon.checking,.payment-status-icon.pending{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:3px solid #000}.payment-status-icon.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:3px solid #28a745;color:#155724}.payment-status-icon.failed{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:3px solid #dc3545;color:#721c24}.payment-status-icon .spinner{height:50px;position:relative;width:50px}.payment-status-icon .spinner:after,.payment-status-icon .spinner:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.payment-status-icon .spinner:before{animation:smoothRotate 1.5s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000,#0000001a,#0000)}.payment-status-icon .spinner:after{animation:smoothRotate 1.2s cubic-bezier(.4,0,.2,1) infinite reverse;background:radial-gradient(circle at 30% 30%,#000c,#0000 70%);opacity:.6}.payment-status-content h1{color:#000;font-family:Georgia,serif;font-size:2rem;font-weight:300;letter-spacing:2px;margin:0;text-transform:uppercase}.payment-status-content p{color:#666;font-size:1rem;line-height:1.6;margin:0}.payment-status-note{color:#888;font-size:.875rem;font-style:italic}.payment-status-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;max-width:300px;width:100%}@media (max-width:640px){.payment-status-container{padding:3rem 2rem}.payment-status-icon{height:100px;width:100px}.payment-status-content h1{font-size:1.5rem}.payment-status-actions{max-width:100%}}.processing-payment-page{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.processing-payment-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d;max-width:600px;padding:4rem 3rem;text-align:center;width:100%}.processing-payment-content{align-items:center;display:flex;flex-direction:column;gap:1.5rem}.processing-payment-icon{align-items:center;border-radius:50%;display:flex;height:120px;justify-content:center;margin-bottom:1rem;position:relative;width:120px}.processing-payment-icon:not(.success):not(.failed){background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:3px solid #000}.processing-payment-icon.success{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:3px solid #28a745;color:#155724}.processing-payment-icon.failed{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border:3px solid #dc3545;color:#721c24}.processing-payment-icon .spinner{height:50px;position:relative;width:50px}.processing-payment-icon .spinner:after,.processing-payment-icon .spinner:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.processing-payment-icon .spinner:before{animation:smoothRotate 1.5s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(90deg,#0000,#0000001a,#0000)}.processing-payment-icon .spinner:after{animation:smoothRotate 1.2s cubic-bezier(.4,0,.2,1) infinite reverse;background:radial-gradient(circle at 30% 30%,#000c,#0000 70%);opacity:.6}@keyframes smoothRotate{0%{opacity:1;transform:rotate(0deg) scale(1)}50%{opacity:.8;transform:rotate(180deg) scale(1.1)}to{opacity:1;transform:rotate(1turn) scale(1)}}.processing-payment-content h1{color:#000;font-family:Georgia,serif;font-size:2rem;font-weight:300;letter-spacing:2px;margin:0;text-transform:uppercase}.processing-payment-content p{color:#666;font-size:1rem;line-height:1.6;margin:0}.processing-payment-note{color:#888;font-size:.875rem;font-style:italic}.processing-payment-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;max-width:300px;width:100%}.btn-outline,.btn-primary{border:2px solid;border-radius:0;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:.875rem 2rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-primary{background:#000;border-color:#000;color:#fff}.btn-primary:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.btn-primary:hover{background:#1a1a1a;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.btn-primary:hover:before{left:100%}.btn-outline{background:#0000;border-color:#e0e0e0;color:#666}.btn-outline:hover{background:#f8f8f8;border-color:#000;color:#000;transform:translateY(-2px)}@media (max-width:640px){.processing-payment-container{padding:3rem 2rem}.processing-payment-icon{height:100px;width:100px}.processing-payment-content h1{font-size:1.5rem}.processing-payment-actions{max-width:100%}}
/*# sourceMappingURL=main.c43b90ad.css.map*/