@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600&display=swap";:root{--bg: #fdf7f0;--bg-alt: #ffffff;--text: #2b1b07;--muted: #7a6b5b;--accent: #c08a2b;--accent-soft: #f6e4c3;--border-subtle: #ecd9b9;--radius-lg: 18px;--radius-full: 999px;--shadow-soft: 0 18px 45px rgba(186, 152, 94, .18);--max-width: 1120px;--font-serif: "Playfair Display", serif}.intro-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#034856;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;transition:transform 1s cubic-bezier(.7,0,.3,1);cursor:default}.intro-screen--exiting{transform:translateY(-100%)}.intro-bg-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;opacity:.6}.bg-decor--main{width:100%;height:100%;object-fit:cover;filter:blur(1px) brightness(1.05)}.intro-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;height:90vh;justify-content:center;animation:intro-fade-up 1.5s ease-out}.intro-center-group{position:relative;display:flex;align-items:center;justify-content:center}.logo-glow-ring{position:absolute;width:200px;height:200px;border-radius:50%;background:transparent;box-shadow:0 0 60px 10px #ffd70066,inset 0 0 40px #fffc;border:1px solid rgba(255,215,0,.3);animation:pulse-glow 3s infinite ease-in-out}.intro-logo-mark{width:140px;height:140px;border-radius:50%;object-fit:contain;position:relative;z-index:5}.intro-branding{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.intro-title-img{max-width:400px;width:80%;height:auto;filter:drop-shadow(0 4px 10px rgba(140,106,36,.2))}.intro-title{font-family:var(--font-serif);font-size:5rem;font-weight:700;letter-spacing:.2em;color:#8c6a24;background:linear-gradient(180deg,#c09e5d,#8c6a24);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:1.1}.intro-subtitle{font-size:1.2rem;font-weight:500;letter-spacing:.8em;color:#a48b5d;margin:.5rem 0 0;text-transform:uppercase;padding-left:.8em}.intro-divider{display:flex;align-items:center;justify-content:center;width:100%;margin:1.5rem 0;position:relative}.intro-divider:before,.intro-divider:after{content:"";height:1px;width:100px;background:#fff}.divider-diamond{width:10px;height:10px;background:#fff;transform:rotate(45deg);margin:0 15px}.intro-tagline{font-family:var(--font-serif);font-size:1.8rem;color:#4a3a2a;margin:0}.intro-tagline .italic{font-style:italic;color:#8c6a24}.explore-button{background:#034856;color:#fff;border:none;padding:1.2rem 3rem;border-radius:var(--radius-full);font-size:.9rem;font-weight:600;letter-spacing:.15em;cursor:pointer;transition:all .4s ease;box-shadow:0 10px 30px #0003;display:flex;align-items:center;gap:1rem}.explore-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px #c0a16b4d;background:linear-gradient(135deg,#5d4a36,#3d2a15)}.explore-button .arrow{transition:transform .3s ease}.explore-button:hover .arrow{transform:translate(5px)}.intro-scroll-footer{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-size:.85rem;font-weight:500;letter-spacing:.1em}.mouse-icon{width:22px;height:36px;border:2px solid #a48b5d;border-radius:12px;position:relative;margin-bottom:5px}.mouse-wheel{width:3px;height:7px;background:#c09e5d;position:absolute;top:6px;left:50%;transform:translate(-50%);border-radius:2px;animation:mouse-scroll 1.5s infinite}.scroll-arrow-down{font-size:1.2rem;animation:bounce 2.5s infinite;color:#c09e5d}@keyframes pulse-glow{0%{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.8}}@keyframes mouse-scroll{0%{transform:translate(-50%);opacity:1}to{transform:translate(-50%,10px);opacity:0}}@keyframes intro-fade-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.home-fade-in{opacity:0;transform:translateY(30px);transition:opacity 1.2s ease-out,transform 1.2s cubic-bezier(.2,1,.3,1)}.home-fade-in--active{opacity:1;transform:translateY(0)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;background:#fff;color:var(--text)}.app-root{min-height:100vh;display:flex;flex-direction:column;padding-bottom:0}@media(max-width:768px){.app-root{padding-bottom:60px}}main{flex:1}.page-section{padding:2.5rem 1.25rem 3rem;min-height:100vh;overflow:hidden}.section-title{max-width:var(--max-width);margin:0 auto 1.5rem;font-size:1.6rem;font-weight:600}.tab-menu{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tab-btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;color:#666;background:#f5f5f5;border:2px solid transparent;border-radius:9999px;cursor:pointer;transition:all .2s}.tab-btn:hover{color:#034856;background:#e8f4f6}.tab-btn.active{color:#fff;background:#034856;border-color:#034856}@media(max-width:768px){.tab-menu{gap:.5rem;margin-bottom:1.5rem}.tab-btn{padding:.6rem 1rem;font-size:.85rem}}.site-header{position:relative;z-index:20;background:#034856;height:100vh;overflow:hidden;transition:height .6s cubic-bezier(.4,0,.2,1)}.site-header.scrolled{height:0}.top-bar{max-width:var(--max-width);margin:0 auto;padding:.35rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:var(--muted)}.country-select{border-radius:999px;padding:.25rem .75rem;border:1px solid var(--border-subtle);background:#fff;font-size:.8rem}.main-header-wrap{height:206px;overflow:hidden;background:#034856;transition:height .4s cubic-bezier(.4,0,.2,1)}.main-header{height:100vh;max-width:var(--max-width);margin:0 auto;padding:.9rem 1.8rem;display:grid;align-items:center;gap:1.5rem}.logo-group{display:flex;justify-content:center;align-items:center}.logo-inner{display:flex;flex-direction:row;align-items:center;gap:4px}.logo-mark{height:150px}.logo-wordmark{height:100px}.header-left{justify-self:start}.header-actions{justify-self:end;display:flex;align-items:center;gap:.6rem}.mobile-nav,.mobile-header{display:none}.main-nav{position:sticky;top:0;display:flex;justify-content:center;align-items:center;background:#034856;padding:.3rem 1.25rem .6rem;gap:0;z-index:1000}.nav-center-items{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-inline-left,.nav-inline-right{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.nav-inline-left{transform:translate(-8px)}.nav-inline-right{transform:translate(8px)}.nav-logo-mark{height:70px;width:auto;display:block}.nav-item{text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .3s ease;background-color:transparent}.cart-trigger-btn{border:0;margin-right:25px}.nav-item-inner{display:flex;flex-direction:row;align-items:center;gap:4px}.nav-icon-wrapper{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-icon{width:20px;height:20px;transition:all .3s ease}.nav-label{font-size:.7rem;font-weight:500;opacity:1;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-item:hover .nav-icon-wrapper{background:#fef055;color:#000}.nav-item:hover .nav-label{color:#feef55}.nav-item--active .nav-icon-wrapper{background:#fef055;color:#000}.nav-item--active .nav-label{color:#feef55;font-weight:600}.link-button{border:none;background:transparent;font-size:.9rem;cursor:pointer;padding:.3rem .4rem}.icon-button{border-radius:999px;width:32px;height:32px;border:none;background:transparent;cursor:pointer}.icon{width:25px;height:25px;color:#feef55}.hero{padding:2.5rem 1.25rem 2rem}.hero-content{max-width:var(--max-width);margin:0 auto;padding:2.2rem;border-radius:28px;background:linear-gradient(135deg,#fff5e6,#fff);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.2rem;align-items:center}.hero-text{display:flex;flex-direction:column;gap:1rem}.hero-title{font-size:2.4rem;margin:0}.hero-subtitle{max-width:34rem;margin:0;color:var(--muted);font-size:.96rem}.hero-actions{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:.6rem}.primary-button{border-radius:999px;background:#034856;border:none;color:#fff;padding:.55rem 1.4rem;font-size:.9rem;font-weight:500;cursor:pointer}.secondary-button{border-radius:999px;border:1px solid var(--border-subtle);background:#fff;color:var(--text);padding:.5rem 1.3rem;font-size:.9rem;cursor:pointer}.full-width{width:100%}.text-link{border:none;background:transparent;color:var(--accent);font-size:.86rem;cursor:pointer;padding:0}.collections-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(1,1fr);gap:1.3rem}@media(min-width:480px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.collections-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(4,1fr)}}.gallery-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.gallery-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;padding:1rem;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem;height:100%;position:relative}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.gallery-collage{display:grid;gap:.1rem;aspect-ratio:1.1 / 1;border-radius:1rem;overflow:hidden}.gallery-collage.count-0,.gallery-collage.count-1{grid-template-columns:1fr;grid-template-rows:1fr}.gallery-collage.count-2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.gallery-collage.count-3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.box-0{grid-row:span 2}.count-1 .box-0,.count-2 .box-0{grid-row:span 1}.collage-item{width:100%;height:100%;object-fit:cover;background:#f3f4f6;transition:transform .5s ease}.gallery-card:hover .collage-item{transform:scale(1.05)}.collage-main{grid-row:span 2}.gallery-info{display:flex;justify-content:space-between;align-items:center;padding:0 .5rem .5rem;flex-direction:column}.gallery-title{font-size:1.1rem;font-weight:500;margin:0;color:#111827}.gallery-desc{font-size:.9rem;font-weight:400;margin:0;color:#111827}.gallery-arrow{font-size:1.2rem;color:#6b7280;transition:transform .3s ease}.gallery-card:hover .gallery-arrow{transform:translate(4px);color:#111827}.collection-card-link{text-decoration:none;color:inherit}.collection-card-link:hover .collection-card{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.collection-card{display:flex;flex-direction:column}.collection-card-image-wrapper{overflow:hidden}.collection-card-image-wrapper a{display:block}.collection-card-image-wrapper a:hover img{transform:scale(1.05)}.collection-card-image-wrapper img{transition:transform .3s ease}.collection-card-title-link{display:block;text-decoration:none;color:inherit}.collection-card-title-link:hover h3{color:#a46a12}.collection-card .collection-body{flex:1}.collection-card .collection-body h3{margin:.5rem 0 .25rem;transition:color .3s ease}.collection-body{padding:.9rem 1.1rem 1.1rem}.collection-tag{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;background:#f3d49f4d;color:#a46a12;font-size:.74rem;font-weight:600;margin-bottom:.55rem}.collection-body h3{margin:0 0 .4rem;font-size:1rem}.collection-body p{margin:0 0 .7rem;color:var(--muted);font-size:.85rem}.collection-price{margin:0 0 .2rem;font-weight:600;color:#a46a12;font-size:.9rem}.collection-note{margin:0 0 .7rem}.product-detail-container{max-width:var(--max-width);margin:0 auto}.back-link{display:inline-block;color:var(--accent);text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .3s ease}.back-link:hover{color:#a46a12}.product-detail-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-image-section{display:flex;flex-direction:column;gap:1rem}.product-main-image-container{border-radius:var(--radius-lg);overflow:hidden;background:#fff;box-shadow:0 14px 32px #cdad7333}.product-main-image{width:100%;height:auto;max-height:500px;object-fit:contain}.product-main-image-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#fbead2,#f7dec0)}.product-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.product-thumbnail{width:70px;height:70px;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .3s ease;background:none;padding:0}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-thumbnail:hover{border-color:var(--border-subtle)}.product-thumbnail.active{border-color:#000}.product-info-section{display:flex;flex-direction:column;gap:1rem}.product-tag{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;background:#f3d49f4d;color:#a46a12;font-size:.75rem;font-weight:600;width:fit-content}.product-title{font-size:1.8rem;margin:0;color:var(--text)}.product-code{font-size:.85rem;color:var(--muted);margin:0}.product-price-section{padding:1rem 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.product-size-section{padding:1rem 0}.size-label{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.size-options{display:flex;flex-wrap:wrap;gap:.5rem}.size-option{min-width:50px;padding:.5rem 1rem;border-radius:12px;border:2px solid var(--border-subtle);background:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:var(--text)}.size-option:hover{border-color:var(--accent)}.size-option.selected{background:#000;border-color:#000;color:#fff}.product-quantity-section{padding:1rem 0}.quantity-label{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:var(--text)}.quantity-selector{display:flex;align-items:center;gap:.5rem;width:fit-content;border:2px solid var(--border-subtle);border-radius:999px;padding:.25rem}.quantity-btn{width:36px;height:36px;border-radius:50%;border:none;background:transparent;font-size:1.2rem;cursor:pointer;color:var(--text);transition:all .3s ease}.quantity-btn:hover{background:var(--accent-soft);color:#a46a12}.quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:1rem}.add-to-cart-btn{width:100%;padding:1rem;border-radius:999px;background:linear-gradient(135deg,#e0a43b,#c38221);border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 14px 35px #b4782866;transition:all .3s ease;margin-top:.5rem}.add-to-cart-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.product-description{padding:1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:0 14px 32px #cdad7326}.product-description h3{font-size:1rem;margin:0 0 1rem;color:var(--text)}.product-description p{font-size:.9rem;color:var(--muted);margin:.5rem 0}.products-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.1rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card-link{text-decoration:none;color:inherit}.product-card-link:hover .product-card{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.product-card{border-radius:18px;background:#fff;box-shadow:0 12px 28px #0f172a0f;overflow:hidden;display:flex;flex-direction:column}.product-card-image{width:100%;height:200px;object-fit:cover}.product-image-placeholder{background:radial-gradient(circle at top,#ffe3ff,#fff7e8);height:170px}.product-body{padding:.75rem .9rem 1rem}.product-name{margin:0 0 .35rem;font-size:.95rem}.product-card-actions{padding:.75rem 1.1rem 1.1rem}.product-action-btn{padding:.6rem .5rem;border-radius:999px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;width:100%}.product-action-btn.primary{background:linear-gradient(135deg,#e0a43b,#c38221);color:#fff;box-shadow:0 6px 18px #b4782859}.product-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.product-action-btn.secondary{background:#fff;color:var(--text);border:1.5px solid var(--border-subtle)}.product-action-btn.secondary:hover{border-color:#000;color:#000;background:#f5f5f5}.product-price-text{margin:.5rem 0 .25rem;font-weight:600;color:#a46a12;font-size:1rem}.product-code-text{margin:0;color:var(--muted);font-size:.8rem}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-card-image{height:150px}.product-card-actions{flex-direction:column;gap:.4rem}.product-action-btn{padding:.5rem;font-size:.75rem}}.benefits-section{padding:1.5rem 1.25rem 2.5rem}.benefits-strip{max-width:var(--max-width);margin:0 auto;padding:1rem 1.8rem;border-radius:999px;background:#034857;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;color:#fff}.benefit-icon{font-size:1.1rem}.benefit-label{font-weight:600}.benefits-bottom-row{max-width:var(--max-width);margin:1.8rem auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem}.benefit-bottom-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#7a5a20}.benefit-bottom-icon{font-size:1.4rem}.benefit-bottom-label{font-size:.9rem;font-weight:600}.site-footer{padding:2.2rem 1.25rem 1.4rem;background:#034857}.footer-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1.2fr);gap:2rem}.footer-heading{font-size:1rem;margin:0 0 .4rem;color:#fff}.footer-text{margin:0 0 .9rem;font-size:.88rem;color:#fff}.subscribe-form{display:flex;flex-wrap:wrap;gap:.6rem}.input{flex:1 1 220px;border-radius:999px;border:1px solid var(--border-subtle);padding:.5rem .9rem;font-size:.88rem}.footer-links{list-style:none;margin:.2rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem;color:#fff}.footer-bottom{max-width:var(--max-width);margin:1.6rem auto 0;padding-top:1rem;border-top:1px dashed var(--border-subtle);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;font-size:.82rem;color:#fff}.payment-note{opacity:.9}.cart-container{max-width:var(--max-width);margin:0 auto;padding:4rem 1.25rem;min-height:60vh;display:flex;flex-direction:column;align-items:center}.empty-cart-message{text-align:center;background:#fff;padding:3rem;border-radius:var(--radius-lg);max-width:500px;width:100%;border:1px solid #000;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.empty-cart-message p{color:var(--muted);font-size:1.1rem}.cart-page-container{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;min-height:60vh}.cart-page-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;margin-top:2rem}.cart-page-items{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid #eee}.cart-page-labels{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #eee;font-size:.8rem;color:#888;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.cart-page-labels span:not(:first-child){text-align:center}.cart-page-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1.5rem 0;border-bottom:1px dashed #eee;align-items:center}.cart-page-item:last-child{border-bottom:none}.cart-page-item-product{display:flex;gap:1rem;align-items:center}.cart-page-item-image{width:90px;height:90px;border-radius:.5rem;overflow:hidden;background:#f8fafc;flex-shrink:0}.cart-page-item-image img{width:100%;height:100%;object-fit:cover}.cart-page-item-info{display:flex;flex-direction:column;gap:.25rem}.cart-page-item-name{font-size:1rem;font-weight:600;color:#111;margin:0}.cart-page-item-option{font-size:.85rem;color:#888;margin:0}.cart-page-item-remove{background:none;border:none;color:#ef4444;font-size:.8rem;cursor:pointer;padding:0;text-align:left;margin-top:.25rem}.cart-page-item-remove:hover{text-decoration:underline}.cart-page-item-price,.cart-page-item-total{font-size:1rem;font-weight:500;color:#111;text-align:center}.cart-page-qty-selector{display:inline-flex;align-items:center;justify-content:center;width:110px;height:40px;background:#f1f3f9;border-radius:2rem;border:1px solid #ccc}.cart-page-qty-selector button{background:transparent;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#111;cursor:pointer;border-radius:50%}.cart-page-qty-selector button:hover{background:#0000000d}.cart-page-qty-selector span{width:30px;text-align:center;font-weight:500}.cart-page-summary{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;border:1px solid #eee;height:fit-content;position:sticky;top:100px}.cart-page-summary h2{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #eee}.cart-page-summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.95rem;color:#555}.cart-page-summary-total{font-size:1.1rem;font-weight:600;color:#111;padding-top:1rem;border-top:1px solid #eee;margin-top:1rem}.cart-page-summary .checkout-button{margin-top:1.5rem}.continue-shopping-btn{width:100%;padding:.85rem;background:transparent;color:#034856;border:2px solid #034856;border-radius:2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-top:.75rem}.continue-shopping-btn:hover{background:#0348560d}@media(max-width:1024px){.cart-page-layout{grid-template-columns:1fr 320px;gap:2rem}}@media(max-width:768px){.cart-page-container{padding:2rem 1rem}.cart-page-layout{grid-template-columns:1fr;gap:1.5rem}.cart-page-items{padding:1rem}.cart-page-labels{display:none}.cart-page-item{grid-template-columns:1fr;gap:.75rem;padding:1rem 0}.cart-page-item-product{grid-column:1}.cart-page-item-price,.cart-page-item-total{display:inline-block;font-size:.95rem}.cart-page-item:after{content:attr(data-price)}.cart-page-item-price:before{content:"Price: ";color:#888;font-weight:400}.cart-page-item-total:before{content:"Total: ";color:#888;font-weight:400}.cart-page-item-qty{justify-self:start}.cart-page-summary{position:static}}@media(max-width:480px){.cart-page-container{padding:1.5rem .75rem}.cart-page-item-image{width:70px;height:70px}.cart-page-item-name{font-size:.9rem}.cart-page-item-option{font-size:.8rem}.cart-page-qty-selector{width:100px;height:36px}.cart-page-summary{padding:1.25rem}.cart-page-summary h2{font-size:1.1rem}.checkout-button,.continue-shopping-btn{font-size:.95rem;padding:.85rem}}.listing-header{margin-bottom:2rem;max-width:var(--max-width);margin-left:auto;margin-right:auto}.listing-title{font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.listing-controls{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-bottom:1.2rem;border-bottom:1px solid #eee}.filter-group{display:flex;align-items:center;gap:1.5rem}.filter-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer;color:#111;font-weight:400}.filter-item svg{width:14px;height:14px;margin-left:2px}.sort-group{display:flex;align-items:center;gap:1.5rem}.sort-item{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.product-count{color:#777;font-size:.85rem;margin-left:1rem}.sold-out-badge{position:absolute;top:1rem;left:1rem;background:#fff;color:#000;padding:.25rem .6rem;font-size:.65rem;font-weight:600;text-transform:uppercase;z-index:5;letter-spacing:.05em;border-radius:2px}.sold-out-badge-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000d9;color:#fff;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;z-index:10;border-radius:8px}.low-stock-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.3rem .6rem;font-size:.65rem;font-weight:600;text-transform:uppercase;z-index:5;letter-spacing:.03em;border-radius:9999px}.gallery-card.is-sold-out .gallery-collage{filter:grayscale(60%);opacity:.65;transition:filter .3s,opacity .3s}.gallery-card.is-sold-out:hover .gallery-collage{filter:grayscale(30%);opacity:.8}.gallery-card.is-sold-out .gallery-collage.grayscale{filter:grayscale(60%)}.gallery-card.is-sold-out .gallery-price,.sold-out-price{text-decoration:line-through;opacity:.5}.btn-sold-out{width:100%;padding:.7rem;border:1px solid #d1d5db;background:#f3f4f6;color:#9ca3af;border-radius:2rem;font-weight:500;font-size:.9rem;cursor:not-allowed}.size-pill.sold-out{position:relative;color:#bbb!important;border-color:#e0e0e0!important;background:#f5f5f5!important;cursor:not-allowed!important;opacity:.6;pointer-events:none}.size-pill.sold-out:after{content:"";position:absolute;top:50%;left:4px;right:4px;height:1.5px;background:#999;transform:rotate(-12deg)}.stock-warning{color:#d97706;font-size:.8rem;font-weight:600;margin-top:.5rem;display:flex;align-items:center;gap:.3rem;animation:pulse-warning 2s ease-in-out infinite}.stock-warning:before{content:"⚡";font-size:.9rem}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.7}}.sold-out-banner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;text-align:center;margin-top:.5rem}.sold-out-banner span{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.sold-out-subtitle{font-size:.85rem;color:#999;font-weight:400;margin:0}.btn-add-cart:disabled,.btn-buy-now:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;filter:grayscale(40%)}.modal-sold-out-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000073;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;z-index:5;border-radius:inherit}.modal-gallery{position:relative}.modal-sold-out-msg{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-weight:600;font-size:.9rem;margin-top:1rem}.new-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.4rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;z-index:10;letter-spacing:.05em;border-radius:9999px;box-shadow:0 4px 12px #10b98166}.gallery-price{font-size:1rem;color:#111;font-weight:500;margin-top:-.4rem;padding:0 .5rem}.gallery-btn-container{padding:.5rem}.btn-choose{width:100%;padding:.7rem;border:1px solid #2b3b6b;background:#f1f3f9;border-radius:2rem;font-weight:500;color:#2b3b6b;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-choose:hover{background:#e1e5f0}.modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2000!important;padding:0!important;overflow:hidden!important}.modal-content{background:#fff!important;width:92%!important;max-width:800px!important;max-height:90vh!important;border-radius:1.5rem!important;position:relative!important;display:grid!important;grid-template-columns:1fr 1fr!important;overflow:hidden!important;box-shadow:0 25px 50px -12px #00000040!important}.modal-close{position:absolute!important;top:1rem!important;right:1rem!important;width:2.5rem!important;height:2.5rem!important;background:#0009!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:10!important;border:none!important;color:#fff!important;transition:all .2s!important}.modal-gallery{background:#f8f8f8!important;display:flex!important;align-items:center!important;justify-content:center!important}.modal-gallery img{width:100%!important;height:100%!important;object-fit:cover!important}.modal-details{padding:2rem!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;max-height:90vh!important}.modal-brand{font-size:.8rem!important;color:#666!important;margin-bottom:.5rem!important;text-transform:uppercase!important;letter-spacing:.05em!important}.modal-title{font-size:1.5rem!important;font-weight:600!important;line-height:1.2!important;margin-bottom:.75rem!important;color:#111!important}.modal-price{font-size:1.25rem!important;font-weight:600!important;margin-bottom:.5rem!important;color:#034856!important}.modal-shipping{font-size:.8rem!important;color:#666!important;margin-bottom:1.5rem!important}.modal-shipping span{text-decoration:underline!important}.option-section{margin-bottom:1.25rem!important}.option-label{font-size:.85rem!important;color:#111!important;margin-bottom:.5rem!important;font-weight:500!important}.size-grid{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important}.size-pill{min-width:2.8rem!important;padding:.5rem .75rem!important;border:2px solid #ccc!important;background:#fff!important;color:#111!important;border-radius:999px!important;font-size:.8rem!important;cursor:pointer!important;transition:all .2s!important}.size-pill.active{background:#034856!important;color:#fff!important;border-color:#034856!important}.quantity-pill{display:flex!important;align-items:center!important;border:2px solid #ccc!important;border-radius:999px!important;width:fit-content!important;background:#f8f8f8!important}.qty-action{padding:.5rem 1rem!important;border:none!important;background:transparent!important;cursor:pointer!important;font-size:1.1rem!important;color:#666!important}.qty-val{width:2.5rem!important;text-align:center!important;border:none!important;background:transparent!important;font-weight:600!important;font-size:.9rem!important}.modal-description{margin-top:1rem!important;margin-bottom:.75rem!important;padding-top:1rem!important;font-size:.85rem!important;line-height:1.5!important;color:#666!important;border-top:1px solid #eee!important}.modal-actions{display:flex!important;flex-direction:row!important;gap:.75rem!important;margin-top:auto!important;padding-top:1rem!important}.modal-actions .btn-add-cart,.modal-actions .btn-buy-now{flex:1!important;padding:.75rem 1rem!important;font-size:.8rem!important;border-radius:999px!important;min-width:auto!important}@media(max-width:768px){.modal-overlay{align-items:flex-end!important;padding:0 0 60px!important}.modal-content{width:100%!important;max-width:100%!important;max-height:calc(85vh - 60px)!important;border-radius:1.5rem 1.5rem 0 0!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important}.modal-gallery{height:200px!important;max-height:200px!important;flex-shrink:0!important}.modal-gallery img{height:200px!important}.modal-close{top:.75rem!important;right:.75rem!important;width:2rem!important;height:2rem!important}.modal-details{padding:1rem!important;max-height:none!important}.modal-brand{font-size:.7rem!important}.modal-title{font-size:1.1rem!important}.modal-price{font-size:1rem!important}.modal-shipping{font-size:.7rem!important;margin-bottom:1rem!important}.option-section{margin-bottom:1rem!important}.option-label{font-size:.75rem!important;margin-bottom:.4rem!important}.size-pill{min-width:2.5rem!important;padding:.4rem .6rem!important;font-size:.75rem!important}.qty-action{padding:.4rem .75rem!important;font-size:1rem!important}.modal-description{font-size:.8rem!important}.modal-actions{flex-direction:column!important;gap:.5rem!important}.modal-actions .btn-add-cart,.modal-actions .btn-buy-now{width:100%!important}}@media(max-width:480px){.modal-content{border-radius:1rem 1rem 0 0!important;max-height:80vh!important}.modal-gallery{height:160px!important;max-height:160px!important}.modal-gallery img{height:160px!important}.modal-details{padding:.75rem!important}.modal-title{font-size:1rem!important;margin-bottom:.5rem!important}.modal-price{font-size:.95rem!important}.size-pill{min-width:2.2rem!important;padding:.35rem .5rem!important;font-size:.7rem!important}.modal-actions .btn-add-cart,.modal-actions .btn-buy-now{font-size:.75rem!important;padding:.65rem .75rem!important}}.product-page{padding:2rem 0 0;background:#fafafa;min-height:100vh}.product-container{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666;margin-bottom:1.5rem;flex-wrap:wrap;padding:0}.breadcrumb-link{color:#888;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#034856}.breadcrumb-separator{color:#ccc}.breadcrumb-current{color:#111;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-visuals{position:sticky;top:100px;padding:10px}.main-image-wrapper{background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;margin-bottom:1.5rem;position:relative;cursor:zoom-in}.main-image-wrapper.zoomed{cursor:zoom-out}.main-image{width:100%;height:auto;display:block;aspect-ratio:1;object-fit:cover;transition:transform .3s ease}.wishlist-btn{position:absolute;top:1rem;right:1rem;width:48px;height:48px;border-radius:50%;background:#fff;border:none;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.wishlist-btn:hover{transform:scale(1.1);box-shadow:0 4px 15px #00000026}.wishlist-btn:active{transform:scale(.95)}.zoom-hint{position:absolute;bottom:1rem;left:1rem;background:#0009;color:#fff;padding:.4rem .75rem;border-radius:2rem;font-size:.75rem;display:flex;align-items:center;gap:.4rem;opacity:.8;pointer-events:none}.thumb-gallery{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.thumb-gallery::-webkit-scrollbar{display:none}.thumb-btn{width:90px;height:90px;min-width:90px;border-radius:1rem;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:all .2s ease;background:#f8fafc}.thumb-btn.active{border-color:#034856;box-shadow:0 0 0 2px #03485633}.thumb-btn:hover{border-color:#034856}.thumb-btn img{width:100%;height:100%;object-fit:cover}.product-content{padding-top:0}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-brand{font-size:.85rem;color:#034856;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-sku{font-size:.75rem;color:#999}.product-name{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1.25rem;color:#111}.product-price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-price{font-size:1.3rem;font-weight:lighter;color:#111}.price-comparison{display:flex;align-items:center;gap:.75rem}.original-price{font-size:1.1rem;color:#999;text-decoration:line-through}.discount-badge{background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:600;padding:.25rem .6rem;border-radius:.375rem}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#555;background:#f8fafc;padding:.5rem .85rem;border-radius:2rem}.trust-badge svg{color:#034856}.product-divider{height:1px;background:#eee;margin:1.5rem 0}.product-option-group{margin-bottom:1.5rem;justify-self:left}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.option-label{font-size:.9rem;font-weight:600;color:#111}.size-guide-btn{font-size:.8rem;color:#034856;background:none;border:none;text-decoration:underline;cursor:pointer;padding:0}.size-guide-btn:hover{color:#023544}.size-selector{display:flex;flex-wrap:wrap;gap:.75rem}.size-pill{min-width:3.5rem;padding:.7rem 1.25rem;border:2px solid #e5e7eb;background:#fff;color:#111;border-radius:9999px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.size-pill:hover{border-color:#034856}.size-pill.active{background:#034856;color:#fff;border-color:#034856}.size-pill.error{border-color:#ef4444;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.error-message{color:#ef4444;font-size:.8rem;margin-top:.5rem}.quantity-selector{display:flex;align-items:center;gap:0;border:2px solid #e5e7eb;border-radius:9999px;width:fit-content;overflow:hidden;background:#fff;padding:.25rem}.qty-btn{width:44px;height:44px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;border-radius:50%}.qty-btn:hover:not(:disabled){background:#f1f5f9;color:#034856}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-display{width:50px;text-align:center;font-size:1rem;font-weight:600;color:#111;padding:.7rem .5rem}.product-description{background:#f8fafc;padding:1.25rem;border-radius:.75rem;margin-bottom:1.5rem}.product-description h3{font-size:.9rem;font-weight:600;color:#111;margin-bottom:.5rem}.product-description p{font-size:.9rem;color:#555;line-height:1.7;white-space:pre-wrap}.product-actions{display:flex;gap:1rem}.product-actions .btn-add-cart,.product-actions .btn-buy-now{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:9999px;transition:all .2s}.product-actions .btn-add-cart{background:transparent;color:#034856;border:2px solid #034856}.product-actions .btn-add-cart:hover{background:#0348560d}.product-actions .btn-add-cart.success{background:#10b981;border-color:#10b981;color:#fff}.product-actions .btn-buy-now{background:#034856;color:#fff;border:2px solid #034856}.product-actions .btn-buy-now:hover{background:#023544;border-color:#023544}.product-share{display:flex;align-items:center;gap:.5rem;color:#666;font-weight:500;cursor:pointer;font-size:.9rem;width:fit-content;padding:.75rem 0;transition:color .2s}.product-share:hover{color:#034856}.product-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#888}.product-share:hover{text-decoration:underline}@media(max-width:1024px){.product-page{background:#fff;padding:1.5rem 0 90px}.product-container{max-width:100%;padding:0;margin:0}.breadcrumb{padding:1rem;margin-bottom:0;background:#f8f8f8}.product-layout{display:flex;flex-direction:column;gap:0}.product-visuals{width:100%;position:static}.main-image-wrapper{position:relative;box-shadow:none;border-radius:0;margin:0}.main-image-wrapper .main-image{width:100%;aspect-ratio:1;object-fit:cover}.wishlist-btn{width:42px;height:42px;top:1rem;right:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.zoom-hint{display:none}.thumb-gallery{display:flex;gap:.5rem;padding:.75rem 1rem;background:#f8f8f8;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.thumb-gallery::-webkit-scrollbar{display:none}.thumb-btn{width:65px;height:65px;min-width:65px;border-radius:.5rem;border:2px solid transparent}.thumb-btn.active{border-color:#034856}.product-content{padding:0}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .75rem}.product-brand{font-size:.75rem;color:#034856;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-sku{font-size:.7rem;color:#999;padding-right:.75rem}.product-name{font-size:1.4rem;line-height:1.3;margin-bottom:.75rem;color:#111;font-weight:600;padding:0 .75rem}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:0 .75rem}.product-price{font-size:1.3rem;font-weight:lighter;color:#111}.price-comparison{display:flex;align-items:center;gap:.5rem}.original-price{font-size:.95rem;color:#999;text-decoration:line-through}.discount-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;background:#fef2f2;color:#dc2626;border-radius:.25rem}.trust-badges,.product-divider{display:none}.product-option-group{margin-bottom:1.25rem}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.option-label{font-size:.9rem;font-weight:600;color:#111}.size-guide-btn{font-size:.8rem;color:#034856;background:none;border:none;cursor:pointer}.size-selector{display:flex;gap:.5rem;flex-wrap:wrap}.size-pill{min-width:50px;padding:.65rem .75rem;font-size:.85rem;font-weight:500;border:2px solid #e5e7eb;background:#fff;color:#111;border-radius:9999px;cursor:pointer;transition:all .2s}.size-pill.active{background:#034856;color:#fff;border-color:#034856}.error-message{font-size:.75rem;color:#ef4444;margin-top:.5rem}.quantity-selector{display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;border-radius:9999px;background:#fff;padding:.25rem;width:140px}.qty-btn{width:44px;height:44px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;transition:all .2s}.qty-btn:hover:not(:disabled){background:#f1f5f9;color:#034856}.qty-btn:disabled{opacity:.4}.qty-display{width:50px;text-align:center;font-size:1rem;font-weight:600;color:#111}.product-description{background:#f8f8f8;padding:1rem;border-radius:.75rem;margin:1.5rem 0}.product-description h3{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#111}.product-description p{font-size:.85rem;line-height:1.6;color:#555}.product-actions{position:fixed;bottom:60px;left:0;right:0;background:#fff;padding:.75rem 1rem;display:flex;gap:.75rem;box-shadow:0 -4px 20px #0000001a;z-index:100}.product-actions .btn-add-cart,.product-actions .btn-buy-now{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1rem;font-size:.9rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .2s}.product-actions .btn-add-cart{background:transparent;color:#034856;border:2px solid #034856}.product-actions .btn-buy-now{background:#034856;color:#fff;border:2px solid #034856}.product-share,.product-meta{display:none}}@media(max-width:768px){.product-page{background:#fff;padding:1rem 0 90px}.product-container{max-width:100%;padding:0;margin:0}.breadcrumb{padding:.75rem 1rem;margin-bottom:0;background:#f8f8f8;font-size:.8rem}.product-layout{display:flex;flex-direction:column;gap:0}.product-visuals{width:100%;position:static}.main-image-wrapper{position:relative;box-shadow:none;border-radius:0;margin:0}.main-image-wrapper .main-image{width:100%;aspect-ratio:1;object-fit:cover}.wishlist-btn{width:42px;height:42px;top:1rem;right:1rem;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.zoom-hint{display:none}.thumb-gallery{display:flex;gap:.5rem;padding:.75rem 1rem;background:#f8f8f8;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.thumb-gallery::-webkit-scrollbar{display:none}.thumb-btn{width:65px;height:65px;min-width:65px;border-radius:.5rem;border:2px solid transparent}.thumb-btn.active{border-color:#034856}.product-content{padding:10px;width:100%}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-brand{font-size:.75rem;color:#034856;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.product-sku{font-size:.7rem;color:#999}.product-name{font-size:1.4rem;line-height:1.3;margin-bottom:.75rem;color:#111;font-weight:600}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.product-price{font-size:1.3rem;font-weight:lighter;color:#111}.price-comparison{display:flex;align-items:center;gap:.5rem}.original-price{font-size:.95rem;color:#999;text-decoration:line-through}.discount-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;background:#fef2f2;color:#dc2626;border-radius:.25rem}.trust-badges,.product-divider{display:none}.product-option-group{margin-bottom:1.25rem}.option-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.option-label{font-size:.9rem;font-weight:600;color:#111}.size-guide-btn{font-size:.8rem;color:#034856;background:none;border:none;cursor:pointer}.size-selector{display:flex;gap:.5rem;flex-wrap:wrap}.size-pill{min-width:50px;padding:.65rem .75rem;font-size:.85rem;font-weight:500;border:2px solid #e5e7eb;background:#fff;color:#111;border-radius:9999px;cursor:pointer;transition:all .2s}.size-pill.active{background:#034856;color:#fff;border-color:#034856}.error-message{font-size:.75rem;color:#ef4444;margin-top:.5rem}.quantity-selector{display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;border-radius:9999px;background:#fff;padding:.25rem;width:140px}.qty-btn{width:44px;height:44px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;transition:all .2s}.qty-btn:hover:not(:disabled){background:#f1f5f9;color:#034856}.qty-btn:disabled{opacity:.4}.qty-display{width:50px;text-align:center;font-size:1rem;font-weight:600;color:#111}.product-description{background:#f8f8f8;padding:1rem;border-radius:.75rem;margin:1.5rem 0}.product-description h3{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#111}.product-description p{font-size:.85rem;line-height:1.6;color:#555}.product-actions{position:static;background:transparent;padding:1.5rem .75rem 1rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:none;z-index:auto}.product-actions .btn-add-cart,.product-actions .btn-buy-now{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1rem;font-size:.9rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .2s}.product-actions .btn-add-cart{background:transparent;color:#034856;border:2px solid #034856}.product-actions .btn-buy-now{background:#034856;color:#fff;border:2px solid #034856}.product-share,.product-meta{display:none}}@media(max-width:480px){.product-page{padding-bottom:85px}.thumb-gallery{padding:.5rem .75rem}.thumb-btn{width:55px;height:55px;min-width:55px}.product-content{padding:0;width:100%}.product-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:0 .75rem}.product-brand{font-size:.7rem}.product-sku{font-size:.65rem;color:#999;padding-right:.75rem}.product-name{font-size:1.25rem;margin-bottom:.5rem;padding:0 .75rem;line-height:1.3;color:#111;font-weight:600}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:0 .75rem}.product-price{font-size:1.3rem;font-weight:lighter;color:#111}.size-pill{min-width:45px;padding:.55rem .5rem;font-size:.8rem}.product-description{margin:1rem 0;padding:.85rem}.product-actions{padding:1rem .75rem;flex-direction:column}.product-actions .btn-add-cart,.product-actions .btn-buy-now{padding:.8rem .5rem;font-size:.85rem}}@media(max-width:380px){.product-page{padding-bottom:0}.product-name{font-size:1.15rem}.product-price{font-size:1.3rem}.size-pill{min-width:40px;padding:.5rem .4rem;font-size:.75rem}.quantity-selector{width:130px}.qty-btn{width:40px;height:40px}.product-actions{padding:1rem .75rem;flex-direction:column}.product-actions .btn-add-cart,.product-actions .btn-buy-now{padding:.75rem .3rem;font-size:.8rem}}@media(max-width:480px){.product-page{padding:0}.main-image-wrapper .main-image{aspect-ratio:1}.thumb-gallery{padding:.5rem .75rem}.thumb-btn{width:55px;height:55px;min-width:55px}.product-content{padding:10px;width:100%}.product-brand{font-size:.7rem}.product-name{font-size:1.2rem;margin-bottom:.5rem;padding:0 .75rem}.product-price{font-size:1.35rem}.size-pill{min-width:45px;padding:.55rem .5rem;padding:.5rem .25rem;font-size:.8rem}.product-description{margin:1rem 0;padding:.85rem}.product-actions{padding:1rem .75rem;flex-direction:column}.product-actions .btn-add-cart,.product-actions .btn-buy-now{padding:.75rem .5rem;font-size:.85rem}}@media(max-width:380px){.product-page{padding-bottom:0}.product-name{font-size:1.1rem;padding:0 .75rem}.product-price{font-size:1.2rem}.size-pill{min-width:40px;padding:.45rem .2rem;font-size:.75rem}.product-actions{padding:1rem 0}.product-actions .btn-add-cart,.product-actions .btn-buy-now{padding:.7rem .3rem;font-size:.8rem}}.mobile-sticky-bar{display:none}@media(max-width:768px){.mobile-sticky-bar{display:none}}.loading-skeleton{background:#f0f0f0;border-radius:1rem;overflow:hidden;position:relative}.skeleton-shimmer{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}.skeleton-line{background:#f0f0f0;border-radius:.25rem}.skeleton-line.w-24{width:6rem}.skeleton-line.w-32{width:8rem}.skeleton-line.w-40{width:10rem}.skeleton-line.w-48{width:12rem}.skeleton-line.w-full{width:100%}.skeleton-line.h-4{height:1rem}.skeleton-line.h-6{height:1.5rem}.skeleton-line.h-8{height:2rem}.skeleton-line.h-10{height:2.5rem}.skeleton-line.h-12{height:3rem}.skeleton-line.h-14{height:3.5rem}.skeleton-line.h-16{height:4rem}.skeleton-line.mb-2{margin-bottom:.5rem}.skeleton-line.mb-3{margin-bottom:.75rem}.skeleton-line.mb-4{margin-bottom:1rem}.skeleton-line.mb-5{margin-bottom:1.25rem}.error-state{text-align:center;padding:4rem 2rem}.error-icon{color:#ccc;margin-bottom:1.5rem}.error-state h2{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:.5rem}.error-state p{color:#888;margin-bottom:2rem}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;background:#034856;color:#fff;text-decoration:none;border-radius:2rem;font-weight:600;transition:all .2s}.btn-back:hover{background:#023544}.cart-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}.cart-drawer-overlay.closing-overlay{animation:fadeOut .3s ease forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cart-drawer{width:100%;max-width:500px;background:#fff;height:100%;box-shadow:-10px 0 30px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s ease}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}.cart-drawer.closing{animation:slideOutRight .35s cubic-bezier(.32,.72,0,1) forwards}.cart-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #eee}.cart-header-content{display:flex;flex-direction:column;gap:.25rem}.cart-title{font-size:1.35rem;font-weight:700;color:#111;display:flex;align-items:center;gap:.5rem;margin:0}.cart-title svg{color:#034856}.cart-count-badge{font-size:.8rem;color:#666;font-weight:500}.cart-close{background:#f5f5f5;border:none;cursor:pointer;color:#666;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-close:hover{background:#eee;color:#111}.cart-content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.empty-cart-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;min-height:400px}.empty-cart-icon{width:120px;height:120px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#ccc}.empty-cart-state h3{font-size:1.25rem;font-weight:600;color:#111;margin:0 0 .5rem}.empty-cart-state p{font-size:.9rem;color:#888;margin:0 0 2rem;max-width:250px}.btn-explore{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;background:#034856;color:#fff;border:none;border-radius:9999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-explore:hover{background:#023544;transform:translateY(-2px);box-shadow:0 4px 15px #0348564d}.cart-items-list{display:flex;flex-direction:column;gap:0}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #f0f0f0;transition:all .3s ease}.cart-item:last-child{border-bottom:none}.cart-item.removing{opacity:0;transform:translate(-20px)}.cart-item-image{width:90px;height:90px;border-radius:.75rem;overflow:hidden;background:#f8fafc}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{display:flex;flex-direction:column;gap:.35rem;justify-content:center}.cart-item-name{font-size:.95rem;font-weight:600;color:#111;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-size{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:#888;background:#f5f5f5;padding:.2rem .5rem;border-radius:.375rem;width:fit-content}.cart-item-price-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cart-item-unit-price,.cart-item-qty{font-size:.85rem;color:#888}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.cart-item-total{font-size:1rem;font-weight:700;color:#111}.cart-item-controls{display:flex;align-items:center;gap:.5rem}.qty-selector-mini{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:9999px;overflow:hidden;background:#fff;padding:.15rem}.qty-selector-mini button{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:all .2s;border-radius:50%}.qty-selector-mini button:hover:not(:disabled){background:#f5f5f5;color:#034856}.qty-selector-mini button:disabled{opacity:.4;cursor:not-allowed}.qty-selector-mini span{width:32px;text-align:center;font-size:.85rem;font-weight:600;color:#111}.remove-btn{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#999;border-radius:50%;transition:all .2s}.remove-btn:hover{background:#fef2f2;color:#ef4444}.cart-footer{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid #eee;background:#fff}.cart-trust-badges{display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px dashed #eee}.trust-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.7rem;color:#666;text-align:center}.trust-item svg{color:#034856}.cart-summary{margin-bottom:1.25rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.summary-row.subtotal{color:#666}.summary-row.shipping{color:#888;font-size:.85rem}.summary-row.shipping span{display:flex;align-items:center;gap:.35rem}.summary-row.total{font-size:1.1rem;font-weight:700;color:#111;padding-top:.75rem;margin-top:.5rem;border-top:1px solid #eee}.cart-actions{display:flex;flex-direction:column;gap:.75rem}.btn-checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;background:#034856;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-checkout:hover{background:#023544;transform:translateY(-2px);box-shadow:0 4px 15px #0348564d}.btn-continue{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.85rem;background:transparent;color:#666;border:2px solid #e5e7eb;border-radius:9999px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-continue:hover{border-color:#034856;color:#034856}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#feef55;color:#2b3b6b;line-height:1;padding:0 4px}@media(max-width:768px){.cart-drawer-overlay{padding-bottom:60px}.cart-drawer{max-width:100%}.cart-header{padding:1.25rem 1rem .75rem}.cart-title{font-size:1.2rem}.cart-content{padding:.75rem 1rem}.empty-cart-state{padding:2rem 1rem;min-height:300px}.empty-cart-icon{width:100px;height:100px}.cart-item{grid-template-columns:75px 1fr auto;gap:.75rem;padding:1rem 0}.cart-item-image{width:75px;height:75px;border-radius:.5rem}.cart-item-name{font-size:.9rem}.cart-item-total{font-size:.95rem}.cart-trust-badges{display:none}.cart-footer{padding:1rem}.summary-row.total{font-size:1rem}.btn-checkout,.btn-continue{font-size:.95rem;padding:.9rem}}@media(max-width:480px){.cart-header{padding:1rem .75rem .75rem}.cart-content{padding:.5rem .75rem}.cart-item{grid-template-columns:65px 1fr auto;gap:.5rem;padding:.85rem 0}.cart-item-image{width:65px;height:65px;border-radius:.5rem}.cart-item-name{font-size:.85rem}.cart-item-size{font-size:.7rem;padding:.15rem .4rem}.cart-item-total{font-size:.9rem}.qty-selector-mini button,.qty-selector-mini span{width:28px}.remove-btn{width:28px;height:28px}.cart-footer{padding:.75rem}.btn-checkout,.btn-continue{padding:.85rem;font-size:.9rem}}@media(max-width:480px){.cart-drawer-overlay{align-items:stretch;padding-bottom:0}.cart-drawer{max-width:100%;max-height:100vh;border-radius:0;height:100%;animation:slideUpFull .35s cubic-bezier(.32,.72,0,1)}@keyframes slideUpFull{0%{transform:translateY(100%);opacity:.8}to{transform:translateY(0);opacity:1}}@keyframes slideDownFull{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:.8}}.cart-drawer.closing{animation:slideDownFull .35s cubic-bezier(.32,.72,0,1) forwards}.cart-item{grid-template-columns:60px 1fr auto;gap:.5rem}.cart-item-image{width:60px;height:60px;border-radius:.5rem}.cart-item-name{font-size:.8rem}.cart-item-total{font-size:.85rem}.cart-item-controls{flex-direction:column;gap:.25rem}.qty-selector-mini button,.qty-selector-mini span,.remove-btn{width:26px;height:26px}}.in-cart-count{font-size:.8rem;color:#64748b;font-weight:400;margin-left:.5rem}.btn-add-cart{flex:1;padding:1rem;background:transparent;border:2px solid #034856;border-radius:999px;color:#034856;font-weight:600;cursor:pointer;transition:all .2s}.btn-add-cart:hover{background:#0348560d}.btn-buy-now{flex:1;padding:1rem;background:#034856;border:2px solid #034856;border-radius:999px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.btn-buy-now:hover{background:#023544;border-color:#023544;transform:translateY(-1px)}.checkout-container{min-height:100vh;background:#fff;display:flex;flex-direction:column}.checkout-layout{display:grid;grid-template-columns:1fr 440px;max-width:1300px;margin:0 auto;width:100%;flex:1}.checkout-main{padding:4rem 4rem 4rem 2rem;border-right:1px solid #e2e8f0}.checkout-sidebar{padding:4rem 2rem 4rem 4rem;background:#f9fafb}.checkout-header-mini{margin-bottom:3rem}.checkout-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#111;font-weight:600;font-size:1.25rem}.checkout-logo img{height:40px;width:auto}.checkout-section{margin-bottom:3rem}.checkout-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:#111}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.section-header h2{margin-bottom:0}.login-link{font-size:.9rem;color:#2b3b6b;text-decoration:underline}.form-group{margin-bottom:.75rem}.form-row{display:flex;gap:.75rem;margin-bottom:.75rem}.Half-width,.third-width{flex:1}.checkout-input,.checkout-select{width:100%;padding:.85rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.95rem;transition:all .2s;background:#fff}.checkout-input:focus,.checkout-select:focus{border-color:#2b3b6b;box-shadow:0 0 0 1px #2b3b6b;outline:none}.input-label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.form-checkbox{display:flex;align-items:center;gap:.75rem;margin-top:1rem;cursor:pointer}.form-checkbox input{width:18px;height:18px;accent-color:#2b3b6b}.form-checkbox label{font-size:.9rem;color:#4b5563}.info-box{padding:1.5rem;background:#f3f4f6;border-radius:.5rem;font-size:.9rem;color:#6b7280;text-align:center}.payment-box{border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden}.payment-method-placeholder{padding:3rem;text-align:center;color:#9ca3af;background:#f9fafb}.checkout-footer-actions{margin-top:2rem;display:flex;justify-content:flex-end}.pay-now-button{padding:1.25rem 2.5rem;background:#034856;color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s;width:100%}.pay-now-button:hover{background:#023544}.pay-now-button:disabled{opacity:.7;cursor:not-allowed}.order-summary{position:sticky;top:2rem}.summary-items{display:flex;flex-direction:column;gap:1.5rem}.summary-item{display:flex;align-items:center;gap:1rem}.item-image-wrapper{position:relative;width:64px;height:64px;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:4px}.item-image-wrapper img{width:100%;height:100%;object-fit:cover;border-radius:.25rem}.item-qty-badge{position:absolute;top:-8px;right:-8px;background:#737373e6;color:#fff;font-size:.75rem;height:20px;min-width:20px;display:flex;align-items:center;justify-content:center;border-radius:10px;padding:0 6px}.item-details{flex:1}.item-name{font-size:.9rem;font-weight:500;color:#111}.item-option{font-size:.8rem;color:#6b7280;margin-top:2px}.item-price{font-size:.9rem;font-weight:500;color:#111}.summary-divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.summary-totals{display:flex;flex-direction:column;gap:.75rem}.total-row{display:flex;justify-content:space-between;font-size:.9rem;color:#4b5563}.label-with-icon{display:flex;align-items:center;gap:4px}.label-with-icon svg{color:#9ca3af}.final-total{margin-top:1rem;font-size:1.25rem;color:#111;font-weight:600}.total-label-main{display:flex;align-items:baseline;gap:8px}.total-text{font-size:1.1rem}.currency-code{font-size:.8rem;color:#6b7280;font-weight:400}.total-amount{font-size:1.5rem}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{order:-1;border-bottom:1px solid #e2e8f0;padding:2rem}.checkout-main{padding:2rem;border-right:none}}.otp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:3000;animation:fadeIn .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.otp-modal{background:#fff;border-radius:1.25rem;padding:2.5rem 2.5rem 2rem;width:90%;max-width:420px;position:relative;text-align:center;box-shadow:0 25px 60px #0000002e;animation:slideUp .3s ease}.otp-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#9ca3af;padding:4px;border-radius:50%;transition:all .2s}.otp-modal-close:hover{color:#111;background:#f3f4f6}.otp-modal-icon{margin-bottom:1.25rem}.otp-modal h3{font-size:1.35rem;font-weight:700;color:#111;margin-bottom:.5rem}.otp-subtitle{font-size:.9rem;color:#6b7280;line-height:1.6;margin-bottom:1.75rem}.otp-subtitle strong{color:#111}.otp-inputs{display:flex;justify-content:center;gap:.6rem;margin-bottom:1.5rem}.otp-input{width:48px;height:56px;text-align:center;font-size:1.5rem;font-weight:700;color:#111;border:2px solid #d1d5db;border-radius:.75rem;background:#fafafa;transition:all .2s;outline:none;caret-color:#8b5a00}.otp-input:focus{border-color:#8b5a00;box-shadow:0 0 0 3px #8b5a001f;background:#fff}.otp-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.otp-error-msg{color:#ef4444;font-size:.85rem;margin-bottom:1rem;margin-top:-.5rem}.otp-btn-primary{width:100%;padding:.95rem;background:linear-gradient(135deg,#8b5a00,#a67c00);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:1rem}.otp-btn-primary:hover{background:linear-gradient(135deg,#7a4e00,#8b5a00);box-shadow:0 6px 20px #8b5a0040;transform:translateY(-1px)}.otp-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.otp-resend{font-size:.85rem;color:#6b7280}.resend-timer{color:#9ca3af;font-weight:500}.resend-btn{background:none;border:none;color:#8b5a00;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.85rem;transition:color .2s}.resend-btn:hover{color:#6b4500}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.otp-success{padding:1rem 0}.success-icon{margin-bottom:1.25rem;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.otp-success h3{color:#16a34a;margin-bottom:1.5rem}.order-number-label{font-size:.8rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.order-number-value{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:.5rem}.order-total{font-size:1rem;color:#4b5563;margin-bottom:1.75rem}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.rounded-3xl{border-radius:1.5rem}.aspect-card{aspect-ratio:1.1 / 1}.w-3\/4{width:75%}.h-6{height:1.5rem}.mb-4{margin-bottom:1rem}.block{display:block}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-box{position:relative;overflow:hidden;background-color:#f3f4f6}.skeleton-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0 0,#fff6,#fff0);animation:shimmer 1.5s infinite}.skeleton-text{height:1rem;margin-bottom:.5rem;border-radius:4px}.skeleton-btn{height:3rem;border-radius:2rem;border:1px solid #eee}.btn-loading{display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.spinner{width:18px;height:18px;border:2.5px solid rgba(139,90,0,.25);border-top-color:#8b5a00;border-radius:50%;animation:spin .7s linear infinite}.spinner-light{border-color:#ffffff4d;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.pay-now-button .spinner{border-color:#ffffff4d;border-top-color:#fff}@media(max-width:768px){.site-header{height:100vh;transition:height .6s cubic-bezier(.4,0,.2,1)}.site-header.scrolled{height:0}.main-header{height:100vh;padding:0;display:flex;align-items:center;justify-content:center}.intro-content{height:auto;padding:1rem}.intro-center-group{margin-bottom:.5rem}.intro-logo-mark{width:80px;height:80px}.logo-glow-ring{width:120px;height:120px}.intro-branding{margin-bottom:0;gap:.3rem}.intro-title-img{max-width:180px}.intro-divider,.intro-scroll-footer{display:none}.main-nav{display:none!important}.mobile-header{display:none}.header-scrolled .mobile-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#034856;position:sticky;top:0;z-index:100}.mobile-header-left{display:flex;align-items:center;gap:8px}.mobile-header-logo{height:40px;width:auto}.mobile-header-title{height:28px;width:auto}.mobile-header-cart{position:relative;background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center}.mobile-header-cart .icon{width:24px;height:24px;color:#feef55}.mobile-nav{display:none}.header-scrolled .mobile-nav{display:block;position:fixed;bottom:0;left:0;right:0;height:60px;background:#034857;border-top:1px solid #e0e0e0;z-index:9999;box-shadow:0 -2px 10px #0000001a}.mobile-nav-item{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;color:#888;background:none;border:none;cursor:pointer;font-size:.65rem;font-weight:500;transition:color .2s ease}.mobile-nav-item--active{color:#feef55}.mobile-nav-item--active .icon{stroke:#feef55}.mobile-nav-item--active .icon path,.mobile-nav-item--active .icon line,.mobile-nav-item--active .icon rect,.mobile-nav-item--active .icon polyline,.mobile-nav-item--active .icon circle{stroke:#feef55}.mobile-nav-item--active span{color:#feef55;font-weight:600}.hero-content{padding:1.4rem 1.3rem 1.6rem;grid-template-columns:minmax(0,1fr);gap:1.5rem}.footer-grid{grid-template-columns:minmax(0,1fr)}.benefits-strip{grid-template-columns:repeat(2,1fr);border-radius:20px;padding:1.5rem}.benefits-bottom-row{grid-template-columns:repeat(2,1fr)}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.subscribe-form{flex-direction:column}.subscribe-form .input,.subscribe-form .primary-button{width:100%;flex:none}.intro-title{font-size:3rem}.intro-subtitle{font-size:.9rem}.intro-tagline{font-size:1.3rem}.intro-content{height:auto;padding:2rem 0}.intro-branding{margin-bottom:1rem;gap:.5rem}.intro-divider{margin:1rem 0}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:60px;background:#034856;border-top:1px solid #e0e0e0;z-index:9999;box-shadow:0 -2px 10px #0000001a}.mobile-nav-items{display:flex;flex-direction:row;width:100%;height:100%;justify-content:space-around;align-items:center}.mobile-nav-item{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;text-decoration:none;color:#fff;background:none;border:none;cursor:pointer;font-size:.65rem;font-weight:500;transition:color .2s ease;padding:0}.mobile-nav-item .icon{width:24px;height:24px}.mobile-nav-item--active{color:#fef055}.mobile-nav-item--active .icon{stroke:#000;background-color:#fef055;border-radius:50%}.app-root{padding-bottom:60px}main{padding-bottom:60px}}@media(max-width:480px){.intro-title{font-size:2.2rem}.intro-tagline{font-size:1rem}.hero-title{font-size:1.5rem}.otp-modal-overlay{padding-bottom:60px;align-items:flex-end}.otp-modal{padding:2rem 1.5rem 1.5rem;border-radius:1rem 1rem 0 0;width:100%;max-width:100%;margin:0}.otp-input{width:42px;height:48px;font-size:1.25rem}.otp-inputs{gap:.4rem}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}.empty-state-icon{width:120px;height:120px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#034856}.empty-state-icon svg{width:60px;height:60px}.empty-state-icon.empty-cart-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.empty-state-icon.empty-products-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.empty-state-icon.empty-search-icon{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#9333ea}.empty-state-title{font-size:1.5rem;font-weight:600;color:#111;margin:0 0 .75rem}.empty-state-message{font-size:1rem;color:#666;margin:0 0 2rem;max-width:320px;line-height:1.5}@media(max-width:768px){.empty-state{padding:3rem 1.5rem;min-height:300px}.empty-state-icon{width:100px;height:100px}.empty-state-icon svg{width:50px;height:50px}.empty-state-title{font-size:1.25rem}.empty-state-message{font-size:.9rem}}.pdp-page{background:#fafafa;min-height:100vh;padding:2rem 0 4rem}.pdp-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.pdp-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#888;margin-bottom:2rem;flex-wrap:wrap}.pdp-breadcrumb a{color:#666;text-decoration:none;transition:color .2s}.pdp-breadcrumb a:hover{color:#034856}.pdp-breadcrumb span{color:#ccc}.pdp-breadcrumb span:last-child{color:#111;font-weight:500}.pdp-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.pdp-gallery-section{position:sticky;top:5rem;align-self:start}.pdp-info-section{padding-top:.5rem}.pdp-gallery{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000a}.pdp-delivery{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#059669;margin-bottom:1rem;padding:.5rem .75rem;background:#ecfdf5;border-radius:8px}.pdp-main-image{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:1;background:#f8f8f8;cursor:zoom-in}.pdp-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.pdp-main-image.zoomed img{cursor:zoom-out}.pdp-zoom-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#000000b3;color:#fff;font-size:.75rem;border-radius:9999px}.pdp-main-image.out-of-stock{cursor:not-allowed}.pdp-main-image.out-of-stock img{opacity:.7;filter:grayscale(30%)}.pdp-out-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3}.pdp-out-badge{padding:.75rem 1.5rem;background:#111;color:#fff;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:8px}.pdp-thumbnails{display:flex;gap:.75rem;margin-top:1rem;overflow-x:auto;padding-bottom:.5rem}.pdp-thumb{width:72px;height:72px;min-width:72px;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s;background:#f8f8f8;padding:0}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-thumb:hover{border-color:#e5e7eb}.pdp-thumb.active{border-color:#034856}.pdp-info{margin-bottom:1.5rem}.pdp-badges{display:flex;gap:.5rem;margin-bottom:.75rem}.pdp-badge{padding:.35rem .75rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px}.pdp-badge-new{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.pdp-badge-trending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.pdp-badge-limited{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.pdp-brand{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#034856;margin-bottom:.5rem}.pdp-title{font-size:2rem;font-weight:700;color:#111;line-height:1.2;margin-bottom:.5rem}.pdp-tagline{font-size:1rem;color:#666;margin-bottom:1rem}.pdp-rating{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.pdp-stars{display:flex;gap:2px}.pdp-rating-text{font-size:.85rem;color:#666}.pdp-price-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.pdp-price{display:flex;align-items:center;gap:.75rem}.pdp-current-price{font-size:2rem;font-weight:700;color:#111}.pdp-original-price{font-size:1.1rem;color:#999;text-decoration:line-through}.pdp-discount{padding:.25rem .5rem;background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:600;border-radius:4px}.pdp-stock{font-size:.85rem;font-weight:600;padding:.35rem .75rem;border-radius:9999px}.pdp-stock.in-stock{background:#ecfdf5;color:#059669}.pdp-stock.low-stock{background:#fef3c7;color:#d97706}.pdp-stock.out-stock{background:#fef2f2;color:#dc2626}.pdp-sku{font-size:.8rem;color:#999;margin-bottom:1rem}.pdp-actions-row{display:flex;gap:.75rem;margin-bottom:1.5rem}.pdp-wishlist,.pdp-share{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;border-radius:50%;background:#fff;cursor:pointer;transition:all .2s;color:#666}.pdp-wishlist:hover,.pdp-share:hover{border-color:#034856;color:#034856}.pdp-wishlist.active{background:#fef2f2;border-color:#ef4444;color:#ef4444}.pdp-size-section{margin-bottom:1.5rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.pdp-size-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.pdp-size-label{font-size:.9rem;font-weight:600;color:#111}.pdp-size-guide-btn{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#034856;background:none;border:none;cursor:pointer;font-weight:500}.pdp-size-guide-btn:hover{text-decoration:underline}.pdp-sizes{display:flex;flex-wrap:wrap;gap:.5rem}.pdp-size-btn{min-width:52px;padding:.65rem .85rem;font-size:.9rem;font-weight:500;color:#333;background:#fff;border:2px solid #e5e7eb;border-radius:9999px;cursor:pointer;transition:all .2s}.pdp-size-btn:hover{border-color:#034856;color:#034856}.pdp-size-btn.selected{background:#034856;border-color:#034856;color:#fff}.pdp-size-btn.out-of-stock,.pdp-size-btn.disabled{opacity:.5;cursor:not-allowed;position:relative;text-decoration:line-through}.pdp-size-btn.out-of-stock:hover,.pdp-size-btn.disabled:hover{border-color:#e5e7eb;color:#333}.pdp-size-btn.low-stock{border-color:#f59e0b}.pdp-size-btn.low-stock:after{content:"";position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:#ef4444;border-radius:50%}.pdp-size-name{display:block}.pdp-size-stock-label{display:block;font-size:.65rem;color:#dc2626;margin-top:2px}.pdp-size-out-label{color:#dc2626}.pdp-size-error{display:flex;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.8rem;color:#dc2626}.pdp-quantity-section{margin-bottom:1.5rem}.pdp-quantity-label{display:block;font-size:.9rem;font-weight:600;color:#111;margin-bottom:.75rem}.pdp-quantity{display:inline-flex;align-items:center;border:2px solid #e5e7eb;border-radius:9999px;overflow:hidden}.pdp-qty-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:9999px;cursor:pointer;color:#666;transition:all .2s}.pdp-qty-btn:hover:not(:disabled){background:#f8f8f8;color:#034856}.pdp-qty-btn:disabled{opacity:.4;cursor:not-allowed}.pdp-qty-value{width:48px;text-align:center;font-size:1rem;font-weight:600;color:#111}.pdp-qty-low{font-weight:400;color:#d97706;font-size:.8rem}.pdp-qty-out{font-weight:400;color:#dc2626;font-size:.8rem}.pdp-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.pdp-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .25s;border:2px solid transparent}.pdp-btn-cart{background:#fff;color:#034856;border-color:#034856}.pdp-btn-cart:hover{background:#f0f7f8}.pdp-btn-cart.success{background:#059669;border-color:#059669;color:#fff}.pdp-btn-notify{background:#f8f8f8;color:#666;border-color:#e5e7eb;cursor:not-allowed}.pdp-btn-wishlist{background:#fff;color:#dc2626;border-color:#dc2626}.pdp-btn-wishlist:hover{background:#fef2f2}.pdp-btn-buy{background:#034856;color:#fff;border-color:#034856}.pdp-btn-buy:hover{background:#023544;box-shadow:0 4px 15px #0348564d}.pdp-btn:disabled{opacity:.5;cursor:not-allowed}.pdp-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px}.pdp-trust-item{display:flex;align-items:flex-start;gap:.75rem}.pdp-trust-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;color:#034856;flex-shrink:0}.pdp-trust-text{display:flex;flex-direction:column}.pdp-trust-title{font-size:.85rem;font-weight:600;color:#111}.pdp-trust-desc{font-size:.75rem;color:#666}.pdp-details-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:3rem;box-shadow:0 2px 10px #00000008}.pdp-tabs-header{display:flex;gap:.5rem;border-bottom:2px solid #f0f0f0;margin-bottom:1.5rem}.pdp-tab-btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;color:#666;background:none;border:none;cursor:pointer;position:relative;transition:color .2s}.pdp-tab-btn:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#034856;transform:scaleX(0);transition:transform .2s}.pdp-tab-btn:hover{color:#111}.pdp-tab-btn.active{color:#034856}.pdp-tab-btn.active:after{transform:scaleX(1)}.pdp-description{font-size:.95rem;line-height:1.7;color:#444;margin-bottom:1.25rem}.pdp-description-list{padding-left:1.25rem;color:#555;font-size:.9rem;line-height:1.8}.pdp-specs-table{width:100%;border-collapse:collapse}.pdp-specs-table td{padding:.85rem 0;border-bottom:1px solid #f0f0f0}.pdp-spec-label{font-weight:500;color:#666;width:40%}.pdp-spec-value{color:#111}.pdp-reviews-summary{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.pdp-reviews-avg{display:flex;align-items:center;gap:1rem}.pdp-reviews-number{font-size:3rem;font-weight:700;color:#111}.pdp-reviews-count{font-size:.85rem;color:#666}.pdp-reviews-list{display:flex;flex-direction:column;gap:1.25rem}.pdp-review-item{padding:1rem;background:#f8fafc;border-radius:10px}.pdp-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pdp-review-author{display:flex;align-items:center;gap:.75rem}.pdp-review-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#034856;color:#fff;font-weight:600;border-radius:50%;font-size:.85rem}.pdp-review-name{display:block;font-weight:600;color:#111;font-size:.9rem}.pdp-review-date{font-size:.75rem;color:#999}.pdp-review-comment{font-size:.9rem;line-height:1.6;color:#555}.pdp-related{margin-top:2rem}.pdp-related-title{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:1.5rem}.pdp-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pdp-related-item{text-decoration:none;color:inherit;display:block}.pdp-related-image{aspect-ratio:1;border-radius:12px;overflow:hidden;margin-bottom:.75rem;background:#f8f8f8}.pdp-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.pdp-related-item:hover .pdp-related-image img{transform:scale(1.05)}.pdp-related-name{display:block;font-size:.9rem;font-weight:500;color:#111;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-related-price{font-size:.85rem;font-weight:600;color:#666}.pdp-sticky-actions{display:none}.pdp-error{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.pdp-error-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:50%;margin-bottom:1.5rem;color:#999}.pdp-error h2{font-size:1.5rem;font-weight:700;color:#111;margin-bottom:.5rem}.pdp-error p{font-size:1rem;color:#666;margin-bottom:1.5rem}.pdp-btn-primary{background:#034856;color:#fff}.pdp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.pdp-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto}.pdp-modal-content{padding:2rem}.pdp-modal-content h3{font-size:1.25rem;font-weight:700;color:#111;margin-bottom:.75rem}.pdp-modal-content p{font-size:.9rem;color:#666;margin-bottom:1.5rem}.pdp-size-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.85rem}.pdp-size-table th,.pdp-size-table td{padding:.65rem .5rem;text-align:center;border-bottom:1px solid #f0f0f0}.pdp-size-table th{background:#f8fafc;font-weight:600;color:#111}.pdp-size-tips{margin-bottom:1.5rem}.pdp-size-tips h4{font-size:.9rem;font-weight:600;color:#111;margin-bottom:.5rem}.pdp-size-tips ul{padding-left:1.25rem;font-size:.85rem;color:#555;line-height:1.7}.pdp-modal-close{width:100%;padding:.85rem;background:#034856;color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.pdp-modal-close:hover{background:#023544}.pdp-skeleton-gallery{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:16px}.pdp-skeleton-info{display:flex;flex-direction:column;gap:1rem;padding:2rem;background:#fff;border-radius:16px}@media(max-width:1024px){.pdp-layout{grid-template-columns:1fr;gap:2rem}.pdp-gallery-section{position:static}.pdp-related-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pdp-page{padding:1rem 0 6rem}.pdp-container{padding:0 1rem}.pdp-breadcrumb{font-size:.75rem;margin-bottom:1rem}.pdp-gallery{padding:1rem;border-radius:12px}.pdp-thumb{width:60px;height:60px;min-width:60px}.pdp-title,.pdp-current-price{font-size:1.5rem}.pdp-actions{grid-template-columns:1fr;gap:.5rem}.pdp-btn{padding:.85rem 1rem}.pdp-trust{grid-template-columns:1fr}.pdp-tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch}.pdp-tab-btn{white-space:nowrap;padding:.65rem 1rem;font-size:.85rem}.pdp-details-section{padding:1.25rem;border-radius:12px}.pdp-related-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.pdp-related-title{font-size:1.25rem}.pdp-sticky-actions{grid-template-columns:1fr 1fr;gap:.5rem;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:.75rem 1rem;box-shadow:0 -4px 20px #0000001a;z-index:100}.pdp-sticky-actions .pdp-btn{padding:.75rem;font-size:.85rem}}@media(max-width:480px){.pdp-sizes{gap:.4rem}.pdp-size-btn{min-width:45px;padding:.55rem .65rem;font-size:.8rem}.pdp-qty-value{width:40px}.pdp-qty-btn{width:38px;height:38px}.pdp-related-grid{gap:.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .4s ease-out}.animate-fade-in-up{animation:fadeInUp .5s ease-out}.animate-fade-in-down{animation:fadeInDown .5s ease-out}.animate-slide-in-left{animation:slideInLeft .5s ease-out}.animate-slide-in-right{animation:slideInRight .5s ease-out}.animate-scale-in{animation:scaleIn .4s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-bounce{animation:bounce .6s ease-in-out}.animate-spin{animation:spin 1s linear infinite}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.page-enter{animation:fadeInUp .4s ease-out}.btn-press:active{transform:scale(.97)}.card-hover{transition:transform .3s ease,box-shadow .3s ease}.card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.pdp-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease}.pdp-zoom-modal img{max-width:95vw;max-height:95vh;object-fit:contain}.pdp-zoom-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border-radius:50%;background:#fff3;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.checkout-page{min-height:100vh;background:#f8f8f8;padding:2rem 0 4rem}.checkout-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.checkout-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;animation:fadeIn .4s ease}.checkout-title{font-size:1.75rem;font-weight:700;color:#111}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem}.checkout-main{animation:slideInLeft .5s ease}.checkout-sidebar{animation:slideInRight .5s ease}.checkout-section{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 10px #00000008}.checkout-section-title{font-size:1.1rem;font-weight:600;color:#111;margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.checkout-section-title .step-number{width:28px;height:28px;border-radius:50%;background:#034856;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.checkout-form-group{margin-bottom:1.25rem}.checkout-form-group label{display:block;font-size:.85rem;font-weight:500;color:#555;margin-bottom:.5rem}.checkout-input{width:100%;padding:.85rem 1rem;font-size:.95rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#111;transition:border-color .2s}.checkout-input:focus{outline:none;border-color:#034856}.checkout-input::placeholder{color:#aaa}.checkout-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.checkout-summary{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #00000008;position:sticky;top:2rem}.checkout-summary-title{font-size:1.1rem;font-weight:600;color:#111;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.checkout-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f5f5f5}.checkout-item:last-child{border-bottom:none}.checkout-item-image{width:72px;height:72px;border-radius:10px;object-fit:cover;background:#f8f8f8}.checkout-item-info{flex:1}.checkout-item-name{font-size:.9rem;font-weight:600;color:#111;margin-bottom:.25rem}.checkout-item-size{font-size:.8rem;color:#666;margin-bottom:.25rem}.checkout-item-qty{font-size:.8rem;color:#888}.checkout-item-price{font-size:.95rem;font-weight:600;color:#111;text-align:right}.checkout-totals{padding-top:1rem;border-top:1px solid #f0f0f0}.checkout-total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:#666}.checkout-total-row.total{font-size:1.1rem;font-weight:700;color:#111;padding-top:.75rem;margin-top:.5rem;border-top:2px solid #f0f0f0}.checkout-total-row .discount{color:#059669}.checkout-secure{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:10px;font-size:.85rem;color:#666}.checkout-secure svg{color:#059669}.checkout-btn{width:100%;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .25s;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.checkout-btn-primary{background:#034856;color:#fff}.checkout-btn-primary:hover{background:#023544;box-shadow:0 4px 15px #0348564d}.checkout-btn-secondary{background:#fff;color:#034856;border:2px solid #034856}.checkout-btn-secondary:hover{background:#f0f7f8}.checkout-empty{text-align:center;padding:3rem 1rem}.checkout-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#999}.checkout-empty-title{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:.5rem}.checkout-empty-text{font-size:.95rem;color:#666;margin-bottom:1.5rem}.checkout-success{text-align:center;padding:3rem 2rem;animation:scaleIn .5s ease}.checkout-success-icon{width:100px;height:100px;margin:0 auto 2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.checkout-success-icon svg{width:50px;height:50px}.checkout-success-title{font-size:1.75rem;font-weight:700;color:#111;margin-bottom:.75rem}.checkout-success-text{font-size:1rem;color:#666;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.checkout-success-order{font-size:.9rem;color:#888;margin-bottom:2rem}.checkout-success-order strong{color:#034856}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s}.payment-option:hover{border-color:#034856}.payment-option:has(input:checked){border-color:#034856;background:#f0f7f8}.payment-option input{display:none}.payment-radio{width:20px;height:20px;border:2px solid #e5e7eb;border-radius:50%;position:relative;transition:all .2s}.payment-option:has(input:checked) .payment-radio{border-color:#034856}.payment-option:has(input:checked) .payment-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#034856;border-radius:50%}.payment-label{font-size:.95rem;font-weight:500;color:#333}.back-link{display:flex;align-items:center;gap:.5rem;color:#666;text-decoration:none;font-size:.9rem;transition:color .2s}.back-link:hover{color:#034856}@media(max-width:768px){.checkout-page{padding:1rem 0 6rem}.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{order:-1}.checkout-summary{position:static}.checkout-row{grid-template-columns:1fr}.checkout-header{flex-direction:column;align-items:flex-start;gap:1rem}}.qv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.qv-modal{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:95vh;overflow-y:auto;position:relative;animation:scaleIn .3s ease;box-shadow:0 25px 50px #00000040;padding-bottom:2rem}.qv-close{position:absolute;top:1rem;right:1rem;width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;color:#333}.qv-close:hover{background:#fff;transform:scale(1.1)}.qv-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:1.5rem}.qv-gallery{background:#f8f8f8;border-radius:16px;overflow:hidden}.qv-info{padding:.5rem}@media(max-width:768px){.qv-modal{max-height:90vh;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;padding-bottom:calc(2rem + env(safe-area-inset-bottom))}.qv-overlay{align-items:flex-end;padding:0}.qv-layout{grid-template-columns:1fr;gap:1rem;padding:1rem}.qv-gallery{max-height:250px}.qv-gallery .pdp-gallery{padding:.5rem}.qv-gallery .pdp-main-image{border-radius:12px}.qv-gallery .pdp-thumbnails{display:none}.qv-info .pdp-info{margin-bottom:.75rem}.qv-info .pdp-size-section{margin-bottom:1rem;padding-top:1rem}.qv-info .pdp-quantity-section,.qv-info .pdp-actions{margin-bottom:1rem}.qv-info .pdp-trust{padding:1rem;gap:.75rem}.qv-info .pdp-trust-item{padding:.5rem}}.rating-page{min-height:100vh;background:#f8f8f8;padding:2rem 0 4rem}.rating-container{max-width:700px;margin:0 auto;padding:0 1.5rem}.rating-header{text-align:center;margin-bottom:2rem}.rating-title{font-size:2rem;font-weight:700;color:#111;margin-bottom:.5rem}.rating-subtitle{font-size:1rem;color:#666}.rating-products{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.rating-product-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #00000008;display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:start}.rating-product-image{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f8f8f8}.rating-product-image img{width:100%;height:100%;object-fit:cover}.rating-product-info{display:flex;flex-direction:column;gap:.25rem}.rating-product-name{font-size:1rem;font-weight:600;color:#111;margin:0}.rating-product-size{font-size:.85rem;color:#666}.rating-product-price{font-size:.9rem;font-weight:600;color:#034856}.rating-stars-section{display:flex;flex-direction:column;align-items:center;gap:.5rem}.rating-stars{display:flex;gap:.25rem}.rating-star{width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;color:#e5e7eb;transition:all .2s}.rating-star svg{width:100%;height:100%}.rating-star.active,.rating-star.hover{color:#f59e0b;transform:scale(1.1)}.rating-star:hover{transform:scale(1.15)}.rating-label{font-size:.75rem;color:#888;text-align:center}.rating-review-section{grid-column:1 / -1;margin-top:.5rem}.rating-review-input{width:100%;padding:.75rem 1rem;font-size:.9rem;border:2px solid #e5e7eb;border-radius:12px;resize:vertical;font-family:inherit;transition:border-color .2s}.rating-review-input:focus{outline:none;border-color:#034856}.rating-actions{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 10px #00000008}.rating-progress{margin-bottom:1rem;text-align:center}.rating-progress span{font-size:.85rem;color:#666;display:block;margin-bottom:.5rem}.rating-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.rating-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:3px;transition:width .3s ease}.rating-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-size:1rem;font-weight:600;border-radius:9999px;cursor:pointer;transition:all .25s;border:2px solid transparent;text-decoration:none}.rating-btn-primary{background:#034856;color:#fff;width:100%}.rating-btn-primary:hover{background:#023544;box-shadow:0 4px 15px #0348564d}.rating-btn-primary:disabled{opacity:.5;cursor:not-allowed}.rating-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.rating-success{text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000008}.rating-success-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.rating-success-icon svg{width:40px;height:40px}.rating-success-title{font-size:1.75rem;font-weight:700;color:#111;margin-bottom:.75rem}.rating-success-text{font-size:1rem;color:#666;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto;line-height:1.6}.rating-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 10px #00000008}.rating-empty-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d97706}.rating-empty-icon svg{width:40px;height:40px}.rating-empty-title{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:.5rem}.rating-empty-text{font-size:1rem;color:#666;margin-bottom:2rem}.rating-error{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#fef2f2;color:#dc2626;border-radius:12px;margin-bottom:1.5rem;font-size:.9rem}.rating-skeleton{display:flex;flex-direction:column;gap:1.5rem}.rating-product-skeleton{background:#fff;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.checkout-rating-prompt{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fffbeb;border-radius:12px;margin:1.5rem 0;text-align:left}.checkout-rating-prompt p{font-size:.9rem;color:#666;margin:0;line-height:1.5}.checkout-rating-prompt a{color:#034856;font-weight:600;text-decoration:none}.checkout-rating-prompt a:hover{text-decoration:underline}.pdp-no-reviews{text-align:center;color:#888;padding:2rem;font-style:italic}@media(max-width:768px){.rating-page{padding:1rem 0 6rem}.rating-product-card{grid-template-columns:70px 1fr;gap:.75rem}.rating-stars-section{grid-column:1 / -1;flex-direction:row;justify-content:space-between;margin-top:.5rem}.rating-title{font-size:1.5rem}.rating-star{width:28px;height:28px}}
