:root{--font-heading:"Playfair Display", "Georgia", serif;--font-body:"Poppins", system-ui, -apple-system, sans-serif;--color-gold-pale:#f6ead0;--color-gold-light:#ddb96d;--color-gold:#c9a24b;--color-gold-dark:#9c7a2e;--color-bronze:#7a5c1f;--color-primary:var(--color-gold-dark);--color-primary-dark:var(--color-bronze);--bg-body:#faf6f0;--bg-surface:#fff;--bg-hover:var(--color-gold-pale);--border-color:#e6dcc9;--text-body:#1c1712;--text-muted:#7a6f63;--header-bg:#1c1712;--bg-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cg fill='none' stroke='%237a5c1f' stroke-width='2.2' stroke-linecap='round' opacity='0.55'%3E%3Cg transform='translate(30,30) rotate(15)'%3E%3Ccircle cx='6' cy='6' r='4'/%3E%3Ccircle cx='6' cy='22' r='4'/%3E%3Cline x1='24' y1='2' x2='9.5' y2='19'/%3E%3Cline x1='17' y1='17' x2='24' y2='24'/%3E%3Cline x1='9.5' y1='9' x2='14' y2='14'/%3E%3C/g%3E%3Cg transform='translate(140,50) rotate(-20)'%3E%3Cline x1='0' y1='30' x2='30' y2='0'/%3E%3Cellipse cx='30' cy='0' rx='2.2' ry='1.4' transform='rotate(-45 30 0)'/%3E%3Cpath d='M30 0 q10 4 4 14 q-6 8 6 10'/%3E%3C/g%3E%3Cpath transform='translate(50,150)' d='M0 0 q10 -12 20 0 q10 12 20 0 q10 -12 20 0'/%3E%3Cg transform='translate(165,155) rotate(60) scale(0.7)'%3E%3Ccircle cx='6' cy='6' r='4'/%3E%3Ccircle cx='6' cy='22' r='4'/%3E%3Cline x1='24' y1='2' x2='9.5' y2='19'/%3E%3Cline x1='17' y1='17' x2='24' y2='24'/%3E%3Cline x1='9.5' y1='9' x2='14' y2='14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");font-family:var(--font-body);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg-body:#15120e;--bg-surface:#1f1a14;--bg-hover:#2b2416;--border-color:#3a3024;--text-body:#f2ebe0;--text-muted:#b3a693;--color-primary:var(--color-gold);--color-primary-dark:var(--color-gold-light);--bg-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cg fill='none' stroke='%23ddb96d' stroke-width='2.2' stroke-linecap='round' opacity='0.4'%3E%3Cg transform='translate(30,30) rotate(15)'%3E%3Ccircle cx='6' cy='6' r='4'/%3E%3Ccircle cx='6' cy='22' r='4'/%3E%3Cline x1='24' y1='2' x2='9.5' y2='19'/%3E%3Cline x1='17' y1='17' x2='24' y2='24'/%3E%3Cline x1='9.5' y1='9' x2='14' y2='14'/%3E%3C/g%3E%3Cg transform='translate(140,50) rotate(-20)'%3E%3Cline x1='0' y1='30' x2='30' y2='0'/%3E%3Cellipse cx='30' cy='0' rx='2.2' ry='1.4' transform='rotate(-45 30 0)'/%3E%3Cpath d='M30 0 q10 4 4 14 q-6 8 6 10'/%3E%3C/g%3E%3Cpath transform='translate(50,150)' d='M0 0 q10 -12 20 0 q10 12 20 0 q10 -12 20 0'/%3E%3Cg transform='translate(165,155) rotate(60) scale(0.7)'%3E%3Ccircle cx='6' cy='6' r='4'/%3E%3Ccircle cx='6' cy='22' r='4'/%3E%3Cline x1='24' y1='2' x2='9.5' y2='19'/%3E%3Cline x1='17' y1='17' x2='24' y2='24'/%3E%3Cline x1='9.5' y1='9' x2='14' y2='14'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}body{background-color:var(--bg-body);background-image:var(--bg-pattern);color:var(--text-body);font-family:var(--font-body);background-repeat:repeat;margin:0}h1,h2,h3{font-family:var(--font-heading)}button{font-family:inherit}img{max-width:100%}.store-page__section-title{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1200px;margin:1rem auto 0;padding:0 1rem;display:flex}.store-page__section-title h2{margin:0;font-size:1.3rem}.store-page__loading{text-align:center;color:var(--text-muted);padding:2rem 1rem}.store-page__reset-row{justify-content:center;padding:0 1rem 1.2rem;display:flex}.store-page__reset-btn{background:var(--color-primary-dark);color:#fff;letter-spacing:.03em;cursor:pointer;border:none;border-radius:999px;padding:.55rem 1.3rem;font-size:.85rem}.admin-loading{min-height:100vh;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.announcement-bar{color:var(--color-gold-light);white-space:nowrap;background:#0f0d0a;padding:.5rem 0;overflow:hidden}.announcement-bar__track{animation:22s linear infinite announcement-scroll;display:inline-flex}.announcement-bar__item{letter-spacing:.08em;text-transform:uppercase;padding:0 2.5rem;font-size:.78rem}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.announcement-bar__track{animation:none}.announcement-bar{text-align:center}.announcement-bar__item:nth-child(n+2){display:none}}.hero-carousel{margin-bottom:24px;position:relative}.hero-carousel__frame{aspect-ratio:21/9;width:100%;max-height:560px;position:relative;overflow:hidden}@media (width<=600px){.hero-carousel__frame{aspect-ratio:4/3}}.hero-carousel__slide{opacity:0;background-position:50% 20%;background-size:cover;transition:opacity 1.2s;position:absolute;inset:0}.hero-carousel__slide.is-active{opacity:1}.hero-carousel__overlay{z-index:1;background:linear-gradient(#0f0d0a00 55%,#0f0d0a99 100%);position:absolute;inset:0}.hero-carousel__dots{z-index:2;gap:.4rem;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.hero-carousel__dot{background:#ffffff80;border-radius:50%;width:6px;height:6px}.hero-carousel__dot.is-active{background:var(--color-gold-light)}.hero-carousel__badge{mix-blend-mode:multiply;z-index:3;width:320px;position:absolute;top:20px;left:20px}@media (width<=600px){.hero-carousel__badge{width:200px;top:12px;left:12px}}.highlights-bar{flex-wrap:wrap;justify-content:center;gap:1.4rem;max-width:1200px;margin:0 auto;padding:.5rem 1.2rem 1.6rem;display:flex}.highlights-bar__item{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:none;align-items:center;gap:.5rem;width:96px;padding:0;font-family:inherit;display:flex}.highlights-bar__circle{border:1.5px solid var(--color-gold);background:var(--bg-surface);width:84px;height:84px;color:var(--color-primary-dark);border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;animation:2.4s ease-out infinite highlight-pulse;display:flex}.highlights-bar__item:nth-child(2n) .highlights-bar__circle{animation-delay:.4s}.highlights-bar__item:nth-child(3n) .highlights-bar__circle{animation-delay:.8s}@keyframes highlight-pulse{0%{box-shadow:0 0 #f0b90b8c}70%{box-shadow:0 0 0 10px #f0b90b00}to{box-shadow:0 0 #f0b90b00}}@media (prefers-reduced-motion:reduce){.highlights-bar__circle{animation:none}}.highlights-bar__item:hover .highlights-bar__circle{transform:translateY(-2px)}.highlights-bar__circle.is-active{background:var(--color-gold);color:#fff}.highlights-bar__circle svg{width:36px;height:36px}.highlights-bar__label{text-align:center;color:var(--text-muted);font-size:.85rem;font-weight:500;line-height:1.2}.payment-modal__overlay{z-index:20;background:#1c17128c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.payment-modal{background:var(--bg-surface);border:1px solid var(--color-gold);border-radius:14px;flex-direction:column;gap:1rem;width:100%;max-width:440px;max-height:90vh;padding:1.6rem;display:flex;overflow-y:auto}.payment-modal h2{color:var(--color-primary-dark);margin:0}.payment-modal__info{color:var(--text-body);margin:0;font-size:.92rem;line-height:1.5}.payment-modal__methods{flex-direction:column;gap:.7rem;display:flex}.payment-modal__method{border:1px solid var(--border-color);background:var(--bg-body);border-radius:10px;flex-direction:column;gap:.15rem;padding:.7rem .9rem;display:flex}.payment-modal__method-label{color:var(--color-primary-dark);font-size:.9rem;font-weight:700}.payment-modal__method-hint{color:var(--text-muted);font-size:.75rem}.payment-modal__method-value{word-break:break-word;font-size:.9rem}.payment-modal__empty{color:var(--text-muted);margin:0;font-size:.88rem}.payment-modal__actions{justify-content:flex-end;gap:.5rem;display:flex}.payment-modal__cancel{background:var(--bg-hover);color:var(--text-body);border:1px solid var(--border-color);cursor:pointer;border-radius:999px;padding:.5rem 1.1rem}.payment-modal__continue{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.1rem;font-weight:600}.customize-modal__overlay{z-index:10;background:#1c17128c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.customize-modal{background:var(--bg-surface);border:1px solid var(--color-gold);border-radius:14px;flex-direction:column;gap:.8rem;width:100%;max-width:420px;max-height:90vh;padding:1.6rem;display:flex;overflow-y:auto}.customize-modal h2{color:var(--color-primary-dark);margin:0}.customize-modal__product-name{color:var(--text-muted);margin:-.4rem 0 .2rem;font-size:.9rem}.customize-modal__static-field{color:var(--text-muted);margin:0;font-size:.88rem}.customize-modal__field{border:none;flex-direction:column;gap:.35rem;margin:0;padding:0;font-size:.9rem;display:flex}.customize-modal__field select,.customize-modal__field textarea{border:1px solid var(--border-color);background:var(--bg-body);color:var(--text-body);border-radius:8px;padding:.5rem .6rem;font-family:inherit;font-size:1rem}.customize-modal__extras legend{margin-bottom:.2rem;padding:0;font-size:.9rem}.customize-modal__checkbox{flex-direction:row;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.customize-modal__actions{justify-content:flex-end;gap:.5rem;margin-top:.4rem;display:flex}.customize-modal__cancel{background:var(--bg-hover);color:var(--text-body);border:1px solid var(--border-color);cursor:pointer;border-radius:999px;padding:.5rem 1.1rem}.customize-modal__send{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.5rem 1.1rem;font-weight:600}.product-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--color-gold);box-shadow:0 4px 16px #c9a24b2e}.product-card__image{aspect-ratio:1;object-fit:cover;width:100%;display:block}.product-card__body{flex-direction:column;gap:.35rem;padding:.9rem;display:flex}.product-card__title{margin:0;font-size:1rem}.product-card__size{color:var(--text-muted);margin:0;font-size:.85rem}.product-card__price-row{align-items:baseline;gap:.5rem;display:flex}.product-card__price-original{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.product-card__price{margin:0;font-size:1.15rem;font-weight:800}.product-card__price.is-discounted{color:var(--color-primary);animation:1.6s ease-in-out infinite price-pulse}@keyframes price-pulse{0%,to{opacity:1}50%{opacity:.65}}@media (prefers-reduced-motion:reduce){.product-card__price.is-discounted{animation:none}}.product-card__title{font-family:var(--font-heading)}.product-card__whatsapp-btn{text-align:center;border:1px solid var(--color-gold);width:100%;color:var(--color-primary-dark);letter-spacing:.03em;cursor:pointer;background:0 0;border-radius:999px;margin-top:.4rem;padding:.55rem 1rem;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .15s;display:block}.product-card__whatsapp-btn:hover{background:var(--bg-hover)}.category-section{max-width:1200px;margin:0 auto;padding:1.5rem 1rem .5rem}.category-section__title{text-align:center;letter-spacing:.03em;margin:0 0 1.2rem;font-size:1.4rem}.category-section__row{scroll-snap-type:x proximity;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.category-section__item{scroll-snap-align:start;flex:0 0 200px}.category-section__explore-row{justify-content:center;margin-top:1.3rem;display:flex}.category-section__explore-btn{background:var(--color-primary-dark);color:#fff;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.6rem;font-size:.85rem}.category-section__explore-btn:hover{background:var(--color-gold-dark)}.featured-video{background:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);grid-template-columns:1fr 1fr;align-items:stretch;width:100%;margin:1.5rem 0 .5rem;display:grid;overflow:hidden}.featured-video__media{object-fit:cover;background:#000;width:100%;height:100%;min-height:260px;max-height:440px;display:block}.featured-video__body{text-align:center;flex-direction:column;justify-content:center;gap:1rem;padding:3rem 3.5rem;display:flex}.featured-video__eyebrow{color:var(--color-gold-dark);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:600}.featured-video__title{color:var(--color-primary-dark);margin:0;font-size:2.1rem;line-height:1.25}.featured-video__text{color:var(--text-body);margin:0;font-size:1.15rem;line-height:1.55}.featured-video__btn{background:var(--color-primary-dark);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:center;margin-top:.7rem;padding:.8rem 2.2rem;font-size:1rem;text-decoration:none}.featured-video__btn:hover{background:var(--color-gold-dark)}@media (width<=720px){.featured-video{grid-template-columns:1fr}.featured-video__media{min-height:220px;max-height:320px}.featured-video__body{padding:2rem 1.5rem}.featured-video__title{font-size:1.6rem}.featured-video__text{font-size:1rem}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem 2.5rem;display:grid}.product-grid__status{text-align:center;color:var(--text-muted);padding:2rem 1rem}.store-footer{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:2.2rem 1rem;display:flex}.store-footer__social{justify-content:center;gap:1rem;display:flex}.store-footer__social-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .15s,box-shadow .15s;display:inline-flex}.store-footer__social-icon:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.store-footer__social-icon--facebook{background:#1877f2}.store-footer__social-icon--instagram{background:radial-gradient(circle at 30% 110%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.store-footer__social-icon--tiktok{background:#000}.store-footer__email{color:var(--text-muted);text-decoration:none}.store-footer__email:hover{text-decoration:underline}.store-footer__payments{border-top:1px solid var(--border-color);flex-direction:column;align-items:center;gap:.6rem;width:100%;max-width:480px;margin-top:.4rem;padding-top:1.2rem;display:flex}.store-footer__payments-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem}.store-footer__payments-row{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.store-footer__payment-badge{border:1px solid var(--color-gold);color:var(--color-primary-dark);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.78rem;font-weight:500;display:inline-flex}.info-modal__overlay{z-index:10;background:#1c17128c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.info-modal{background:var(--bg-surface);border:1px solid var(--color-gold);border-radius:14px;width:100%;max-width:420px;padding:1.8rem}.info-modal h2{color:var(--color-primary-dark);margin:0 0 .8rem}.info-modal p{color:var(--text-body);white-space:pre-line;margin:0 0 1.2rem;line-height:1.5}.info-modal__close{border:1px solid var(--color-gold);color:var(--color-primary-dark);cursor:pointer;background:0 0;border-radius:999px;padding:.5rem 1.2rem;font-size:.85rem}.admin-login{background:var(--bg-body);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.admin-login__card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:14px;flex-direction:column;gap:.9rem;width:100%;max-width:360px;padding:2rem;display:flex}.admin-login__card h1{margin:0;font-size:1.3rem}.admin-login__subtitle{color:var(--text-muted);margin:0}.admin-login__card label{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-login__card input{border:1px solid var(--border-color);border-radius:8px;padding:.55rem .7rem;font-size:1rem}.admin-login__card button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.4rem;padding:.65rem;font-weight:700}.admin-login__error{color:#991b1b;background:#fee2e2;border-radius:8px;padding:.5rem .7rem;font-size:.85rem}.admin-layout{grid-template-columns:220px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--header-bg,#2b1a14);color:#fff;flex-direction:column;gap:1.5rem;padding:1.2rem;display:flex}.admin-sidebar__brand{font-size:1rem;font-weight:800}.admin-sidebar__nav{flex-direction:column;flex:1;gap:.3rem;display:flex}.admin-sidebar__link{color:#f1e4e0;border-radius:8px;padding:.5rem .6rem;text-decoration:none}.admin-sidebar__link.active{background:#ffffff1f}.admin-sidebar__footer{color:#f1e4e0;flex-direction:column;gap:.5rem;font-size:.8rem;display:flex}.admin-sidebar__footer button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:8px;padding:.4rem}.admin-content{background:var(--bg-body);padding:1.5rem}@media (width<=700px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-flow:wrap;align-items:center}.admin-sidebar__nav{flex-direction:row}}.admin-page-title{font-size:1.2rem}.admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-toolbar button,.admin-inline-form button,.admin-form-actions button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.55rem 1rem;font-weight:700}.admin-inline-form{gap:.6rem;margin-bottom:1rem;display:flex}.admin-inline-form input,.admin-inline-form select{border:1px solid var(--border-color);border-radius:8px;padding:.5rem .6rem}.admin-table{border-collapse:collapse;background:var(--bg-surface);width:100%}.admin-table th,.admin-table td{border-bottom:1px solid var(--border-color);text-align:left;padding:.6rem;font-size:.9rem}.admin-table__thumb{object-fit:cover;border-radius:6px;width:42px;height:42px}.admin-table__actions{gap:.4rem;display:flex}.admin-table__actions button{background:var(--bg-hover);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;padding:.3rem .6rem;font-size:.8rem}.admin-btn-danger{color:#b91c1c!important}.admin-badge{border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700}.admin-badge.is-active{color:#15803d;background:#dcfce7}.admin-badge.is-inactive{color:#991b1b;background:#fee2e2}.admin-error{color:#991b1b;background:#fee2e2;border-radius:8px;padding:.5rem .7rem;font-size:.85rem}.admin-modal__overlay{z-index:10;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.admin-modal{background:var(--bg-surface);border-radius:12px;flex-direction:column;gap:.7rem;width:100%;max-width:420px;max-height:90vh;padding:1.5rem;display:flex;overflow-y:auto}.admin-form-field{flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.admin-form-field input,.admin-form-field textarea{border:1px solid var(--border-color);border-radius:8px;padding:.5rem .6rem;font-family:inherit;font-size:1rem}.admin-form-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.admin-btn-secondary{background:var(--bg-hover)!important;color:var(--text-body)!important;border:1px solid var(--border-color)!important}
