:root{--max-width:1150px;--font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--skin-bg: #F4DFC1;--card-bg: #ffffff;--card-bg-blend: linear-gradient(180deg, rgba(255,255,255,.95), rgba(244,223,193,.45));--card-border-blend: rgba(244,223,193,.45);--accent: #b36b1e;--accent-strong: #8a4a10;--muted: #6b4a3a;--text: #2b2b2b}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--text);background:var(--skin-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;max-width:var(--max-width);margin:0 auto}.logo-title{font-size:1.6rem;font-weight:700;color:var(--muted);margin:0;cursor:pointer}.logo-title:hover{color:var(--accent-strong)}.header>div{display:flex;gap:.6rem;align-items:center}.header .cart-button{position:relative;padding:.55rem .9rem;background:var(--accent);color:#fff;border:none;border-radius:999px;cursor:pointer;font-weight:600;box-shadow:0 6px 14px #b36b1e1f;transition:transform .12s ease,box-shadow .12s}.header .cart-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #b36b1e29}.cart-badge{position:absolute;top:-8px;right:-8px;background:#fff;color:var(--accent);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;border:2px solid rgba(0,0,0,.06)}.header button{background:transparent;border:1px solid transparent;padding:.4rem .7rem;border-radius:8px;cursor:pointer}.header button:hover{background:#0000000a}.container{max-width:var(--max-width);margin:1rem auto;padding:0 1rem}.hero-banner{border-radius:12px;overflow:hidden;position:relative;background:linear-gradient(180deg,#ffffff12,#00000005);box-shadow:0 6px 30px #00000014;display:flex;align-items:center;flex-wrap:wrap}.hero-image{width:100%;height:420px;object-fit:cover;display:block}.hero-cta{position:absolute;left:4%;top:40%;color:var(--text);max-width:420px}.hero-cta h2{font-size:2.2rem;margin:0 0 .5rem;color:var(--muted)}.hero-cta p{margin:0 0 1rem;color:#523b2b}.hero-cta .btn{background:var(--accent);color:#fff;padding:.75rem 1.1rem;border-radius:999px;border:none;font-weight:700;cursor:pointer}.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.15rem;margin-top:1rem}.products-rows{display:flex;flex-direction:column;gap:1rem}.product-row{display:flex;gap:1rem;align-items:stretch}.product-row .product-card{flex:1}.products-layout{display:flex;gap:1.25rem;align-items:flex-start;margin-top:1rem}.main-products{flex:1}.packages-aside{width:320px;flex:0 0 320px}.packages-box{background:var(--card-bg);border-radius:12px;padding:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 20px #0000000a}.packages-title{margin:0 0 12px;color:var(--accent-strong);font-size:1.05rem}.packages-list{display:flex;flex-direction:column;gap:12px}.package-card .product-card{margin:0}.package-card .product-body{padding:.8rem}.package-card .product-image-wrapper img{height:140px;object-fit:cover}.package-card .product-body .add-btn{font-size:.95rem;padding:.6rem}.packages-section{margin-top:2rem;padding-top:1.25rem;border-top:1px dashed rgba(0,0,0,.04)}.packages-title{margin:0 0 .8rem;color:var(--accent-strong);font-size:1.2rem}.packages-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.product-card{background:var(--card-bg-blend);border-radius:12px;overflow:hidden;border:1px solid var(--card-border-blend);box-shadow:0 8px 18px #0000000f;transition:transform .18s,box-shadow .18s}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #00000017}.product-image-wrapper{background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-wrapper img{width:100%;height:220px;object-fit:contain;display:block}.packages-box{background:var(--card-bg-blend);border-radius:12px;padding:14px;border:1px solid var(--card-border-blend);box-shadow:0 8px 20px #0000000a}.product-body{padding:.9rem}.product-body h3{margin:0 0 .45rem;font-size:1.05rem;color:var(--muted)}.product-body .desc{font-size:.9rem;color:#6b4f3f;margin:0 0 .6rem}.product-body .price{font-weight:700;color:var(--accent-strong);margin-bottom:.6rem}.product-body .add-btn{display:inline-block;padding:.55rem .9rem;background:var(--accent);color:#fff;border-radius:10px;border:none;cursor:pointer;font-weight:600}.product-body .add-btn:hover{background:var(--accent-strong)}.product-body .add-btn{display:block;width:100%;text-align:center;padding:.9rem 1rem;border-radius:18px;font-size:1.05rem;background:linear-gradient(180deg,var(--accent) 0%,#d2691a 100%);box-shadow:0 10px 24px #b36b1e2e;border:none;color:#fff;font-weight:700;transition:transform .12s ease,box-shadow .12s ease,opacity .12s}.product-body .add-btn:hover{transform:translateY(-3px);box-shadow:0 16px 36px #b36b1e38;opacity:.98}.dior-style{border-radius:6px;background:transparent;border:none;box-shadow:none}.dior-style .product-image-wrapper{position:relative;overflow:hidden}.dior-style .product-image-wrapper img{height:380px;object-fit:contain;display:block;transition:transform .45s ease}.dior-style:hover .product-image-wrapper img{transform:scale(1.03)}.product-overlay{position:absolute;left:0;right:0;bottom:0;padding:18px 20px;display:flex;justify-content:space-between;align-items:flex-end;gap:12px;background:linear-gradient(180deg,#0000,#0000008c 70%);color:#fff;opacity:0;transition:opacity .18s ease}.dior-style:hover .product-overlay{opacity:1}.overlay-meta{display:flex;flex-direction:column;gap:4px}.product-title-large{font-size:1.05rem;font-weight:800;letter-spacing:1px;text-transform:uppercase}.product-subtitle{font-size:.85rem;opacity:.85}.overlay-price{font-weight:700;font-size:.95rem}.dior-body{padding:12px 6px;text-align:center}.dior-body h3{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;color:var(--text)}.packages-box .dior-style .product-image-wrapper img{height:140px;object-fit:contain}.packages-box .dior-body{padding:8px}.back-button{background:#fff;border:1px solid rgba(0,0,0,.06);padding:8px 14px;border-radius:10px;cursor:pointer;box-shadow:0 8px 20px #0000000f;font-weight:600;color:var(--muted)}.back-button:hover{transform:translateY(-2px)}@media (max-width:900px){.product-body .add-btn{font-size:1rem;padding:.8rem}.back-button{padding:8px 12px}}.btn-icon{vertical-align:middle;margin-right:8px}.back-button .back-icon,.add-to-cart-large .btn-icon{margin-right:8px;vertical-align:middle}.product-body .add-btn svg{vertical-align:middle}.sidebar{width:320px}.cart{background:var(--card-bg);border-radius:12px;padding:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 6px 18px #0000000a}.cart h2{margin:0 0 .5rem}.cart-item{display:flex;gap:.8rem;padding:.6rem 0;border-bottom:1px dashed rgba(0,0,0,.04);align-items:center}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:8px}.controls input{width:60px;padding:.4rem;text-align:center;border-radius:6px;border:1px solid rgba(0,0,0,.06)}.summary{background:#00000008;padding:.8rem;border-radius:8px;text-align:right;font-weight:700}.cart .items{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.8rem}.cart-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:8px;background:#fff9;border:1px solid rgba(0,0,0,.03)}.cart-item-image{width:72px;height:72px;object-fit:cover;border-radius:8px}.cart .info{flex:1;display:flex;flex-direction:column}.cart .info .title{font-weight:700;color:var(--text)}.cart .info .price{color:var(--accent-strong);font-weight:700;margin-top:6px}.cart .info .sku{font-size:.85rem;color:#7a5c4a}.cart .controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:120px}.cart .qty-input{width:84px;padding:6px;border-radius:8px;border:1px solid rgba(0,0,0,.06);text-align:center}.cart .line-total{font-weight:700;color:var(--muted)}.cart .remove-btn{background:transparent;border:1px solid rgba(0,0,0,.06);padding:6px 8px;border-radius:8px;cursor:pointer;color:#b04a3a;font-weight:700}.cart .remove-btn:hover{background:#00000005}.summary-row{display:flex;justify-content:flex-end;gap:12px;align-items:center;font-size:1.05rem}.checkout-form.card{margin-top:1rem;padding:12px}.checkout-title{margin:0 0 8px}.checkout-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.checkout-fields input{padding:8px;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.checkout-actions{display:flex;justify-content:flex-end;margin-top:10px}.pay-btn{background:linear-gradient(180deg,var(--accent) 0%,#d2691a 100%);color:#fff;padding:10px 14px;border-radius:12px;border:none;font-weight:800;cursor:pointer}.pay-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #b36b1e1f}@media (max-width:900px){.checkout-fields{grid-template-columns:1fr}.cart .controls{min-width:100px}}.product-detail{max-width:1100px;margin:1.25rem auto;padding:0 1rem}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:var(--card-bg);padding:1.25rem;border-radius:12px;border:1px solid rgba(0,0,0,.06)}.main-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.variants-list{display:flex;gap:.5rem;flex-wrap:wrap}.product-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.badges{display:flex;gap:8px;align-items:center}.badge{background:linear-gradient(180deg,#fff,#fffef6);border-radius:8px;padding:6px 10px;border:1px solid rgba(0,0,0,.04);font-size:.85rem;color:var(--muted);box-shadow:0 6px 16px #0000000a}.badge.muted{opacity:.8}.detail-intro .intro-paragraph{margin:0 0 .6rem;color:#4b382d;line-height:1.55}.price-large{font-size:1.35rem;font-weight:900;color:var(--accent-strong);margin:10px 0}.price-large .currency{font-size:.85rem;font-weight:700;color:#6b4a3a;margin-left:6px}.package-includes{margin-top:12px;background:#fffffff2;padding:10px;border-radius:8px;border:1px solid rgba(0,0,0,.04)}.package-includes h4{margin:0 0 8px}.package-includes ul{margin:0;padding-left:18px}.include-choice{margin-top:8px}.choice-label{font-size:.9rem;color:var(--muted);margin-bottom:6px}.choice-options{display:flex;gap:8px;flex-wrap:wrap}.choice-btn{padding:.5rem .8rem;border-radius:8px;border:1px solid rgba(0,0,0,.06);background:transparent;cursor:pointer}.choice-btn.active{background:var(--accent);color:#fff;border-color:var(--accent-strong)}.feature-callout{background:linear-gradient(90deg,#fffaf0,#fff5e6);border-left:4px solid var(--accent);padding:12px 14px;border-radius:8px;margin:12px 0}.feature-callout p{margin:6px 0 0;color:#553d2e}.benefits{margin-top:14px}.benefits h3{margin:0 0 8px}.benefits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:8px}.benefits-list li{background:#00000008;border-radius:8px;color:#3f2f22;position:relative;padding:8px 10px 8px 34px}.benefits-list li:before{content:"✔";position:absolute;left:10px;top:6px;background:transparent;color:var(--accent-strong);font-weight:700}.usage-box{background:#fffaf0;border:1px solid rgba(0,0,0,.04);padding:10px 12px;border-radius:8px;margin-top:12px}.usage-box h4{margin:0 0 6px}.storage-note{margin-top:10px;font-size:.95rem;color:#5a3f2d}@media (max-width:900px){.product-detail-content{grid-template-columns:1fr}.product-head{flex-direction:column;align-items:flex-start;gap:6px}}.variant-button{padding:.65rem .9rem;border-radius:8px;border:1px solid rgba(0,0,0,.06);cursor:pointer}.variant-button.active{background:var(--accent);color:#fff;border-color:var(--accent-strong)}.add-to-cart-large{background:var(--accent);color:#fff;padding:.9rem 1.6rem;border-radius:12px;border:none}.auth{max-width:480px;margin:1.25rem auto;padding:1.25rem;border-radius:14px;background:linear-gradient(180deg,#fffcf4e6,#fff8ecf2);border:1px solid rgba(179,107,30,.12);box-shadow:0 14px 30px #b36b1e14}.auth h2{margin:0 0 .75rem;color:var(--accent-strong);font-size:1.5rem}.auth .error{background:#fff3f0;color:#b00020;padding:.6rem;border-radius:8px;margin-bottom:.6rem;border:1px solid rgba(176,10,10,.06)}.auth input{width:100%;padding:.8rem;margin:.45rem 0;border-radius:10px;border:1px solid rgba(179,107,30,.08);background:#fff}.auth input:focus{outline:none;box-shadow:0 6px 18px #b36b1e0f;border-color:var(--accent)}.auth button{display:block;width:100%;padding:.85rem 1rem;margin-top:.6rem;background:linear-gradient(180deg,var(--accent) 0%,var(--accent-strong) 100%);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:800;box-shadow:0 10px 24px #b36b1e24}.auth button:hover{transform:translateY(-2px)}.auth a{color:var(--accent-strong);text-decoration:underline}.input-with-icon{position:relative;display:flex;align-items:center;margin:.4rem 0}.input-with-icon .input-icon{position:absolute;left:12px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.input-with-icon input{padding-left:44px}.input-with-icon svg{display:block}[dir=rtl] .input-with-icon .input-icon{left:auto;right:12px}[dir=rtl] .input-with-icon input{padding-left:12px;padding-right:44px}.account{max-width:1100px;margin:1rem auto;padding:0 1rem}.account-grid{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.account .card{background:var(--card-bg);border-radius:12px;padding:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 20px #0000000a}.account-title{margin:0 0 .6rem;font-size:1.25rem;color:var(--muted)}.user-name{font-weight:700;color:var(--text);margin-bottom:.6rem}.user-actions{margin-top:8px}.logout-btn{background:transparent;border:1px solid rgba(0,0,0,.06);padding:8px 12px;border-radius:8px;cursor:pointer;color:var(--accent-strong);font-weight:700}.logout-btn:hover{background:#00000008}.section-card{background:transparent}.section-card h3{margin:0 0 .6rem}.muted{color:#7a5c4a}.cart-list{display:flex;flex-direction:column;gap:.6rem}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem;border-radius:8px;background:#fff9;border:1px solid rgba(0,0,0,.03)}.cart-item-left{display:flex;gap:.8rem;align-items:center}.cart-item-left img{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-item-meta{display:flex;flex-direction:column}.cart-item-title{font-weight:700}.cart-item-sku{font-size:.85rem}.cart-item-controls{min-width:84px;text-align:right}.qty-input{width:72px;padding:6px;border-radius:8px;border:1px solid rgba(0,0,0,.06);text-align:center}.orders-list{display:flex;flex-direction:column;gap:.6rem}.order-row{padding:.75rem;border-radius:8px;background:var(--card-bg);border:1px solid rgba(0,0,0,.04)}.order-row-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px}.order-id{font-weight:700}.order-id-val{font-weight:600;color:var(--muted);font-size:.95rem}.order-date{font-size:.9rem}.status-badge{padding:6px 10px;border-radius:999px;font-weight:700;text-transform:capitalize}.status-badge.paid{background:linear-gradient(90deg,#e6f6ef,#dff6ee);color:#0a7a46;border:1px solid rgba(10,122,70,.08)}.status-badge.pending{background:linear-gradient(90deg,#fff7e6,#fff3d9);color:#b36b1e;border:1px solid rgba(179,107,30,.08)}@media (max-width:900px){.account-grid{grid-template-columns:1fr}}@media (max-width: 900px){.products-layout{flex-direction:column}.packages-aside{width:100%}.hero-image{height:240px}.products{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.sidebar{width:100%}.header{padding:.8rem .9rem}}[dir=rtl] .header{direction:rtl}[dir=rtl] .header>div{direction:rtl}.site-footer{max-width:var(--max-width);margin:2rem auto 3rem;padding:2rem 1rem;border-radius:12px;background:#fff9;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}.site-footer .left{max-width:640px}.site-footer h4{margin:0 0 .5rem;color:var(--muted)}.site-footer p{margin:0 0 .5rem;color:#5a3f2d}.site-footer .socials{display:flex;gap:.6rem;align-items:center}.social-icon{width:44px;height:44px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,0,0,.04);cursor:pointer;box-shadow:0 6px 16px #0000000f}.social-icon svg{width:20px;height:20px;fill:var(--accent-strong)}.site-footer .right{text-align:right}.site-footer .contact-line{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.site-footer a{color:var(--accent-strong);text-decoration:none}.contact-widget{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:8px;z-index:1200}.contact-button{width:52px;height:52px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 24px #0000002e;cursor:pointer}.contact-button.small{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff7a00,#ff5a00);box-shadow:0 6px 18px #ff7a002e;color:#fff}.contact-label{background:#fff;padding:8px 12px;border-radius:999px;box-shadow:0 10px 20px #00000014;font-weight:600;color:var(--muted);display:flex;align-items:center;gap:8px}.contact-label a{color:var(--muted);text-decoration:none}@media (max-width:900px){.site-footer{flex-direction:column;align-items:flex-start}.site-footer .right{text-align:left}.contact-widget{right:12px;bottom:12px}}
