@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Jost:wght@300;500&family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";.admin-app{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.admin-header{color:#f8fafc;background:#0f172a;border-bottom:1px solid #1e293b}.admin-header-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.admin-brand{color:#f8fafc;font-size:1.1rem;font-weight:700;text-decoration:none}.admin-brand span{color:#86efac;font-weight:600}.admin-nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.admin-nav a{color:#cbd5e1;font-size:.9rem;font-weight:500;text-decoration:none}.admin-nav a.active,.admin-nav a:hover{color:#86efac}.admin-nav-muted{opacity:.85}.admin-banner-demo{color:#92400e;background:#fef3c7;padding:.45rem 0;font-size:.85rem}.admin-banner-demo code{background:#0000000f;border-radius:4px;padding:.1rem .35rem}.admin-user-bar{color:#94a3b8;background:#1e293b;padding:.35rem 0;font-size:.8rem}.admin-main{flex:1}.admin-loading,.admin-denied{min-height:60vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex}.admin-denied h1{color:var(--text);margin:0}.admin-denied a{color:var(--primary)}.admin-login-page{background:linear-gradient(160deg,#0f172a 0%,#14532d 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{background:var(--surface);border-radius:var(--radius-lg);width:min(400px,100%);padding:2rem;box-shadow:0 20px 50px #00000040}.admin-login-back{color:var(--muted);font-size:.85rem;text-decoration:none}.admin-login-back:hover{color:var(--primary)}.admin-login-card h1{margin:1rem 0 .35rem;font-size:1.5rem}.admin-login-sub{color:var(--muted);margin:0 0 1.5rem;font-size:.95rem}.admin-login-hint{color:#92400e;border-radius:var(--radius);background:#fef3c7;margin-bottom:1rem;padding:.65rem .75rem;font-size:.85rem}.admin-login-form{flex-direction:column;gap:1rem;display:flex}.admin-login-form label{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.admin-login-form input{font:inherit;border:1px solid var(--border);border-radius:var(--radius);padding:.65rem .75rem}.admin-login-error{color:#b91c1c;margin:0;font-size:.9rem}.admin-login-btn{width:100%;margin-top:.25rem}.admin-manual-order{border-radius:var(--radius-lg);background:#f0fdf4;border:1px solid #bbf7d0;margin-bottom:2rem;padding:1.25rem}.admin-manual-order-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.admin-manual-order-header h3{margin:0 0 .25rem;font-size:1.1rem}.admin-manual-order-header p{color:var(--muted);margin:0;font-size:.9rem}.admin-manual-order-form{flex-direction:column;gap:1.25rem;display:flex}.admin-manual-order-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.admin-manual-order-fieldset{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:0;padding:1rem}.admin-manual-order-fieldset legend{padding:0 .35rem;font-size:.9rem;font-weight:700}.admin-manual-order-fieldset label{flex-direction:column;gap:.3rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.admin-manual-order-fieldset input,.admin-manual-order-fieldset select,.admin-manual-order-fieldset textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:.55rem .65rem;font-weight:400}.admin-manual-order-fieldset .form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.admin-manual-order-lines{flex-direction:column;gap:.75rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.admin-manual-order-line{grid-template-columns:1fr auto auto;align-items:end;gap:.65rem;display:grid}.admin-manual-order-line label{margin-bottom:0}.admin-manual-order-line-total{white-space:nowrap;padding-bottom:.55rem;font-size:.9rem;font-weight:700}.admin-manual-order-remove{color:#b91c1c;font:inherit;cursor:pointer;background:0 0;border:none;padding-bottom:.55rem;font-size:.85rem;text-decoration:underline}.admin-manual-order-estimated{margin:.75rem 0 0;font-size:.95rem}.admin-manual-order-accounting{grid-column:1/-1}.admin-manual-order-error{color:#b91c1c;margin:0;font-size:.9rem}@media (width<=900px){.admin-manual-order-grid,.admin-manual-order-fieldset .form-row,.admin-manual-order-line{grid-template-columns:1fr}}.admin-orders{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.admin-orders-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-orders-header-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-orders-header h2{margin:0;font-size:1.15rem}.admin-orders-msg{color:#047857;border-radius:var(--radius);background:#ecfdf5;margin:0 0 1rem;padding:.5rem .75rem;font-size:.9rem}.orders-list{flex-direction:column;gap:.75rem;display:flex}.order-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.order-card-summary{text-align:left;background:var(--bg);cursor:pointer;width:100%;font:inherit;border:none;padding:1rem 1.15rem}.order-card-summary:hover{background:var(--bg-alt)}.order-card-main{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.order-card-main strong{margin-right:auto;font-size:1.05rem}.status-pill{text-transform:uppercase;border-radius:999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.status-pending{color:#92400e;background:#fef3c7}.status-confirmed{color:#1d4ed8;background:#dbeafe}.status-completed{color:#047857;background:#ecfdf5}.status-cancelled{color:#b91c1c;background:#fef2f2}.order-card-meta{color:var(--muted);flex-wrap:wrap;gap:.65rem 1.25rem;font-size:.85rem;display:flex}.order-card-details{border-top:1px solid var(--border);background:var(--surface);padding:1.15rem 1.25rem 1.25rem}.order-details-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem 1.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.order-contact-dl{flex-wrap:wrap;gap:.75rem 1.75rem;margin:0;display:flex}.order-contact-dl>div{flex-direction:column;gap:.15rem;display:flex}.order-contact-dl dt{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:.7rem;font-weight:700}.order-contact-dl dd{color:var(--text);margin:0;font-size:.95rem;font-weight:600}.order-status-field{flex-direction:column;gap:.35rem;min-width:10rem;display:flex}.order-status-field>span{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;font-weight:700}.order-status-field select{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:.5rem .65rem}.order-delivery-panel{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.15rem;padding:1rem 1.1rem}.order-delivery-panel h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .5rem;font-size:.7rem;font-weight:700}.order-address-text{color:var(--text);word-break:break-word;max-width:72ch;margin:0;font-size:.95rem;line-height:1.65}.order-address-city{color:var(--primary-dark);font-weight:600}.order-notes{border-top:1px dashed var(--border);color:var(--muted);max-width:72ch;margin:.75rem 0 0;padding-top:.75rem;font-size:.9rem;line-height:1.55}.order-notes strong{color:var(--text)}.order-details-body{grid-template-columns:minmax(0,1fr) minmax(240px,300px);align-items:start;gap:1.25rem;display:grid}.order-items-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.order-items-panel h4,.order-payment-panel h4,.order-invoice-actions h4{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .65rem;font-size:.7rem;font-weight:700}.order-items-table{border-collapse:collapse;width:100%;font-size:.85rem}.order-items-table th,.order-items-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.55rem .65rem}.order-items-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);background:var(--bg-alt);font-size:.68rem}.order-items-table td:first-child{min-width:8rem}.order-items-table th:nth-child(n+2),.order-items-table td:nth-child(n+2){white-space:nowrap}.order-sidebar{flex-direction:column;gap:1rem;display:flex}.order-payment-panel{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.order-payment-dl{flex-direction:column;gap:.45rem;margin:0 0 .75rem;display:flex}.order-payment-dl>div{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.order-payment-dl dt{color:var(--muted);margin:0;font-size:.85rem;font-weight:600}.order-payment-dl dd{color:var(--primary-dark);margin:0;font-size:.95rem;font-weight:700}.order-advance-editor{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:0;padding:.85rem}.order-advance-editor-hint{color:var(--muted);margin:0 0 .65rem;font-size:.78rem;line-height:1.45}.order-advance-label{flex-direction:column;gap:.35rem;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:flex}.order-advance-label input,.order-advance-label textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);box-sizing:border-box;width:100%;max-width:none;padding:.5rem .65rem}.order-advance-label textarea{resize:vertical;min-height:4.5rem}.order-admin-notes{border-radius:var(--radius);background:#fffbeb;border:1px solid #fde68a;margin:.75rem 0 0;padding:.65rem .75rem;font-size:.9rem;line-height:1.5}.order-advance-balance{color:#92400e;margin:0 0 .5rem;font-size:.9rem}.order-advance-error{color:#b91c1c;margin:0 0 .5rem;font-size:.85rem}.order-advance-actions{flex-wrap:wrap;gap:.5rem;display:flex}.order-invoice-actions{flex:1;min-width:min(100%,16rem);margin:0}.order-invoice-hint{color:var(--muted);margin:0 0 .65rem;font-size:.78rem;line-height:1.45}.order-invoice-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.order-remove-btn{flex-shrink:0}.btn-danger{color:#b91c1c;border-color:#fecaca}.btn-danger:hover{background:#fef2f2}.admin-orders-section{margin-bottom:2rem}.admin-orders-section-head{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.admin-orders-section-head h3{margin:0;font-size:1.1rem}.admin-orders-count{background:var(--bg-alt);color:var(--muted);border-radius:999px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.admin-orders-section-desc{color:var(--muted);margin:0 0 .85rem;font-size:.85rem}.admin-orders-empty{margin:0;padding:.5rem 0}.order-type-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.order-type-pill--preorder{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.order-type-pill--current{color:#166534;background:#ecfdf5;border:1px solid #86efac}.order-type-pill--whatsapp{color:#15803d;background:#dcfce7;border:1px solid #86efac}.order-card--preorder{border-left:3px solid #3b82f6}.order-card--current{border-left:3px solid #22c55e}.order-card--whatsapp{border-left:3px solid #16a34a}.order-advance-chip{color:#92400e;font-weight:600}@media (width<=900px){.order-details-body{grid-template-columns:1fr}}@media (width<=520px){.order-items-footer{flex-direction:column;align-items:stretch}.order-remove-btn{width:100%}}@media (width<=640px){.admin-orders-header{flex-direction:column;align-items:flex-start;gap:.5rem}.order-card-main{flex-direction:column;align-items:flex-start}.order-card-meta{flex-direction:column;gap:.25rem}.order-details-toolbar{flex-direction:column;align-items:stretch}.order-contact-dl{flex-direction:column;gap:.65rem}.order-items-table{display:block;overflow-x:auto}}.product-image-field{flex-direction:column;gap:.75rem;display:flex}.product-image-field .field-label{font-size:.85rem;font-weight:600}.product-image-preview{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.product-image-preview img{object-fit:cover;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-alt);width:100%;max-width:220px;height:140px}.product-image-hint{font-size:var(--text-sm);color:var(--muted);margin:0}.product-image-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.product-image-file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.product-image-demo-note{font-size:var(--text-sm);color:var(--muted)}.product-image-url-label{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.product-image-url-label input{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:.6rem .75rem}.product-image-error{color:#b91c1c;font-size:var(--text-sm);margin:0}.portal{padding:1.5rem 0 4rem}.portal-header{margin-bottom:1.25rem}.portal-header h1{margin:0 0 .35rem;font-size:clamp(1.35rem,4vw,1.75rem)}.portal-header p{color:var(--muted);font-size:var(--text-base);max-width:42ch;margin:0}.portal-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.portal-tabs button{font:inherit;font-weight:600;font-size:var(--text-sm);border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.55rem 1rem}.portal-tabs button.active{background:var(--primary);border-color:var(--primary);color:#fff}.portal-grid{grid-template-columns:minmax(0,400px) 1fr;align-items:start;gap:1.5rem;display:grid}.portal-grid>.portal-panel{min-width:0}.portal-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;overflow:hidden}.portal-panel h2{margin:0 0 .35rem;font-size:1.15rem}.panel-hint{font-size:var(--text-sm);color:var(--muted);margin:0 0 1.25rem;line-height:1.5}.admin-form{flex-direction:column;gap:1rem;display:flex}.admin-form label{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.admin-form input,.admin-form select,.admin-form textarea{font:inherit;font-size:var(--text-base);border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-sizing:border-box;width:100%;max-width:100%;min-height:40px;padding:.6rem .75rem}.admin-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 5.25L7 8.25L10 5.25' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.25rem}.admin-form .form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.75rem;width:100%;display:grid}.admin-form .form-row label{min-width:0}.admin-form .form-row-stacked{grid-template-columns:1fr}.price-type-fieldset{border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.85rem;margin:0;padding:1rem;display:flex}.price-type-fieldset legend{padding:0 .25rem;font-size:.85rem;font-weight:700}.price-type-options{flex-wrap:wrap;gap:.75rem 1.25rem;display:flex}.price-type-option{font-size:var(--text-sm);cursor:pointer;align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.price-type-option input{width:auto;min-height:auto;margin:0}.price-range-inputs{margin-top:.25rem}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important;font-weight:500!important}.checkbox-label input{width:auto;min-height:auto}.form-actions{flex-wrap:wrap;gap:.75rem;display:flex}.alert{border-radius:var(--radius);font-size:var(--text-base);margin-bottom:1.25rem;padding:.75rem 1rem}.alert-success{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.admin-card-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.admin-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.admin-card-body{flex:1;min-width:0}.admin-card-body strong{font-size:var(--text-base);display:block}.admin-card-meta{font-size:var(--text-sm);color:var(--muted);margin-top:.15rem;display:block}.admin-card-parent{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.2rem;font-size:.75rem;font-weight:700;display:block}.admin-card-desc{font-size:var(--text-sm);color:var(--muted);margin:.35rem 0 0;line-height:1.45}.admin-card-actions{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}.admin-product-card{align-items:center}.admin-product-thumb{border-radius:var(--radius);background:var(--bg-alt);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;display:flex;overflow:hidden}.admin-product-thumb img{object-fit:cover;width:100%;height:100%}.admin-category-thumb{border-radius:var(--radius);background:var(--bg-alt);flex-shrink:0;width:72px;height:48px;overflow:hidden}.admin-category-thumb img{object-fit:cover;width:100%;height:100%}.admin-card-hidden{opacity:.72;background:#fafafa;border-style:dashed}.admin-hidden-badge{text-transform:uppercase;letter-spacing:.04em;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;margin-top:.25rem;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem}.table-actions{white-space:nowrap}.btn-link{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:none;min-height:44px;padding:.35rem .5rem;font-weight:600}.btn-link.danger{color:#dc2626}@media (width<=520px){.admin-form .form-row{grid-template-columns:1fr}}@media (width<=900px){.portal-grid{grid-template-columns:1fr}.admin-card{flex-direction:column}.admin-card-actions{justify-content:flex-end;width:100%}}@media (width<=480px){.portal-tabs button{text-align:center;flex:calc(50% - .25rem);padding-inline:.65rem}}.nav-products{position:relative}.nav-products-trigger{font:inherit;font-weight:600;font-size:var(--text-base);color:var(--muted);background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem .4rem 1rem;transition:color .2s,border-color .2s,background .2s,box-shadow .2s;display:inline-flex}.nav-products-trigger:hover,.nav-products-trigger.open{color:var(--primary-dark);background:#ecfdf5;border-color:#bbf7d0;box-shadow:0 2px 8px #16a34a1f}.nav-trigger-chevron{color:var(--primary);justify-content:center;align-items:center;display:inline-flex}.nav-chevron{transition:transform .22s;display:block}.nav-chevron.is-expanded{transform:rotate(180deg)}.nav-products-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:300;min-width:280px;max-width:min(320px,100vw - 2rem);padding:.4rem;position:absolute;top:calc(100% + .5rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 6px #0f172a0a,0 16px 40px #0f172a1a}.nav-products-loading{font-size:var(--text-sm);color:var(--muted);margin:0;padding:1rem .75rem}.nav-products-list{margin:0;padding:0;list-style:none}.nav-products-category{border-radius:var(--radius);overflow:hidden}.nav-products-category+.nav-products-category{margin-top:.2rem}.nav-category-row{border-radius:var(--radius);align-items:center;gap:.35rem;padding:.15rem;transition:background .15s;display:flex}.nav-category-row:hover{background:var(--bg-alt)}.nav-expand-btn{border:1px solid var(--border);background:var(--surface);width:1.75rem;height:1.75rem;color:var(--muted);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.nav-expand-btn:hover{color:var(--primary-dark);background:#ecfdf5;border-color:#bbf7d0}.nav-expand-btn .nav-chevron{transition:transform .22s}.nav-expand-btn .nav-chevron.is-expanded{transform:rotate(0)}.nav-expand-btn .nav-chevron:not(.is-expanded){transform:rotate(-90deg)}.nav-expand-spacer{flex-shrink:0;width:1.75rem;height:1.75rem}.nav-category-name{min-width:0;font-size:var(--text-base);color:var(--text);flex:1;padding:.5rem .25rem;font-weight:600;line-height:1.3;text-decoration:none}.nav-category-name:hover{color:var(--primary-dark)}.nav-subcategory-list{border-left:2px solid #bbf7d0;margin:0 0 .25rem 2.15rem;padding:0 .35rem .35rem 0;list-style:none}.nav-subcategory-list:not(.is-open){display:none}.nav-subcategory-list li a{font-size:var(--text-sm);color:var(--muted);border-radius:6px;padding:.45rem .65rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}.nav-subcategory-list li a:hover{color:var(--primary-dark);background:var(--bg-alt)}@media (width<=900px){.nav-products{width:100%}.nav-products-trigger{justify-content:center;width:100%}.nav-products-dropdown{width:100%;min-width:0;max-width:none;box-shadow:none;border:1px solid var(--border);margin-top:.35rem;position:static;left:auto;transform:none}}.news-highlights{color:#ecfdf5;font-size:var(--text-sm);background:linear-gradient(90deg,#14532d 0%,#166534 50%,#14532d 100%);border-bottom:1px solid #15803d;align-items:center;gap:.75rem;padding:.5rem 0;display:flex;overflow:hidden}.news-highlights-label{text-transform:uppercase;letter-spacing:.08em;color:#bbf7d0;background:#ffffff1f;border-radius:999px;flex-shrink:0;margin-left:max(1rem,50% - 600px + 1rem);padding:.2rem .55rem;font-size:.7rem;font-weight:800}.news-highlights-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.news-highlights-track{width:max-content;animation:45s linear infinite news-highlights-scroll;display:flex}.news-highlights-item{white-space:nowrap;align-items:center;gap:1.25rem;padding-right:1.25rem;font-weight:600;display:inline-flex}.news-highlights-sep{color:#86efac;opacity:.65}.news-highlights-cta{color:#14532d;white-space:nowrap;background:#f0fdf4;border-radius:999px;flex-shrink:0;margin-right:max(1rem,50% - 600px + 1rem);padding:.3rem .75rem;font-size:.75rem;font-weight:700;text-decoration:none}.news-highlights-cta:hover{background:#dcfce7}@keyframes news-highlights-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=768px){.news-highlights-label,.news-highlights-cta{display:none}.news-highlights-viewport{padding:0 1rem;-webkit-mask-image:none;mask-image:none}}@media (prefers-reduced-motion:reduce){.news-highlights-track{flex-wrap:wrap;gap:.35rem 1rem;width:auto;padding:0 1rem;animation:none}.news-highlights-viewport{overflow:visible;-webkit-mask-image:none;mask-image:none}.news-highlights{flex-wrap:wrap;justify-content:center;padding:.55rem 0}}.site-logo{flex-shrink:0}.site-logo--header{align-items:center;gap:.75rem;line-height:1.2;display:inline-flex}.site-logo-mark{flex-shrink:0;width:auto;height:60px;display:block}.site-logo-text{flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;display:flex}.site-logo-name{letter-spacing:.02em;color:#2c5f2e;white-space:nowrap;font-family:Cormorant Garamond,Georgia,serif;font-size:calc(1.45rem + 2px);font-weight:600;line-height:1.1}.site-logo-tagline{letter-spacing:.28em;text-transform:uppercase;color:#7bae5a;white-space:nowrap;font-family:Jost,sans-serif;font-size:calc(.62rem + 1px);font-weight:500;line-height:1.2}.site-logo--full{width:auto;max-width:min(220px,55vw);height:clamp(38px,5vw,52px);display:block}.site-logo--mark-only{width:auto;height:60px}@media (width<=900px){.site-logo-mark,.site-logo--mark-only{height:54px}.site-logo-name{font-size:calc(1.3rem + 2px)}.site-logo-tagline{letter-spacing:.22em;font-size:calc(.58rem + 1px)}}@media (width<=520px){.site-logo--header{gap:.55rem}.site-logo-mark{height:48px}.site-logo-name{font-size:calc(1.15rem + 2px)}.site-logo-tagline{letter-spacing:.18em;font-size:calc(.5rem + 1px)}}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;padding:.85rem 0;display:grid}.header-actions{justify-self:end;align-items:center;gap:.65rem;display:flex}.header-cart-btn{background:var(--bg-alt);color:var(--text);font-weight:700;font-size:var(--text-sm);border:1px solid var(--border);white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .95rem;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex;position:relative}.header-cart-btn:hover{background:var(--surface);border-color:var(--primary);color:var(--primary)}.header-cart-icon{flex-shrink:0;width:1.1rem;height:1.1rem}.header-cart-count{background:var(--primary);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.72rem;font-weight:700;display:inline-flex}.brand{justify-self:start;align-items:center;text-decoration:none;display:flex}.nav{justify-content:center;align-items:center;gap:1.5rem;display:flex}.nav a{color:var(--muted);font-weight:600;font-size:var(--text-base);text-decoration:none}.nav a:hover,.nav a.active{color:var(--primary)}.header-whatsapp-btn{color:#fff;font-weight:700;font-size:var(--text-sm);white-space:nowrap;background:#25d366;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem 1rem;text-decoration:none;transition:background .15s;display:inline-flex}.header-whatsapp-btn:hover{color:#fff;background:#1da851}.header-whatsapp-icon{flex-shrink:0;width:1.15rem;height:1.15rem}.banner-demo{color:#92400e;font-size:var(--text-sm);background:#fef3c7;border-top:1px solid #fcd34d;padding:.4rem 0}.banner-demo code{background:#0000000f;border-radius:4px;padding:.1rem .3rem}.main{flex:1}.footer{color:#cbd5e1;background:#0f172a;margin-top:auto}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding:3rem 0 2rem;display:grid}.footer-col h3,.footer-col h4{color:#f8fafc;font-size:var(--text-lg);margin:0 0 .75rem}.footer-col p{font-size:var(--text-base);color:#94a3b8;margin:0;line-height:1.6}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.4rem}.footer-links a{color:#86efac;font-size:var(--text-base);text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{text-align:center;font-size:var(--text-sm);color:#64748b;border-top:1px solid #1e293b;padding:1rem 0}.footer-bottom p{margin:0}@media (width<=900px){.header-inner{text-align:center;grid-template-columns:1fr}.brand{justify-self:center}.nav{flex-direction:column;order:3;align-items:stretch;gap:.35rem;width:100%;display:flex}.nav>a{text-align:center;border-radius:var(--radius);background:var(--bg-alt);padding:.55rem .75rem;display:block}.header-actions{flex-wrap:wrap;order:2;justify-content:center;width:100%}.header-whatsapp-btn,.header-cart-btn{flex:9rem;justify-content:center}}@media (width<=768px){.header{position:sticky}}.breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 1.5rem;padding:0;font-size:.875rem;list-style:none;display:flex}.breadcrumbs li{align-items:center;gap:.35rem;display:flex}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span[aria-current]{color:var(--text);font-weight:600}.breadcrumbs .sep{color:var(--border)}.add-to-cart-btn.is-added{color:#fff;background:#166534;border-color:#166534}.add-to-cart-btn.is-added.btn-outline{color:#166534;background:#ecfdf5;border-color:#86efac}.product-price-display{color:var(--primary-dark);flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;max-width:100%;font-weight:700;line-height:1.35;display:inline-flex}.product-price-display--labeled{flex-direction:column;align-items:stretch;gap:.65rem;width:100%;max-width:22rem;display:flex}.product-price-line{grid-template-columns:minmax(4.5rem,5.5rem) 1fr;align-items:baseline;gap:.5rem 1rem;display:grid}.product-price-line-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.8rem;font-weight:700}.product-price-line-value{color:var(--primary-dark);flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;font-weight:700;line-height:1.35;display:inline-flex}.product-price-line--price .product-price-line-value{white-space:nowrap;flex-wrap:nowrap}.product-price-line--price .discount-badge,.product-price-line--price .price-range-badge{flex-shrink:0}.product-price-line-value--unit{color:var(--text);font-size:1.05rem;font-weight:700}.product-price-display--large .product-price-line-value{font-size:1.75rem}.product-price-display--large .product-price-line-value--unit{font-size:1.25rem}.product-price-display--large .product-price-line-label{padding-top:.35rem;font-size:.85rem}.product-price-display--large .product-price-line-value .price-prefix{font-size:.65em}.product-price-display .price-prefix{color:var(--muted);font-size:.85em;font-weight:600}.price-range-badge{text-transform:uppercase;letter-spacing:.04em;color:#854d0e;background:#fef9c3;border:1px solid #fde047;border-radius:999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.product-price-display.has-discount .price-original{color:var(--muted);font-size:.85em;font-weight:500;text-decoration:line-through}.product-price-display--large.has-discount .price-original{font-size:.55em}.product-price-display.has-discount .price-amount{color:#15803d}.discount-badge{text-transform:uppercase;letter-spacing:.04em;color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:999px;padding:.2rem .5rem;font-size:.65rem;font-weight:700}.product-price-display--large .discount-badge{font-size:.55rem}.product-card .product-price-display--labeled{max-width:none}.product-card .product-price-line-value{font-size:1.15rem}.product-card .product-price-line-value--unit{font-size:.95rem}.product-card .product-price-display .price-range-badge{font-size:.6rem}@media (width<=420px){.product-price-line{grid-template-columns:1fr;gap:.2rem}}.delivery-countdown{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;padding:1.25rem 1.35rem}.delivery-countdown.is-compact{padding:1rem}.delivery-countdown-label{color:#92400e;text-align:center;margin:0 0 1rem;font-size:.95rem;line-height:1.45}.delivery-countdown-label strong{color:#78350f}.delivery-countdown-grid{grid-template-columns:repeat(4,1fr);gap:.65rem;display:grid}.countdown-unit{border-radius:var(--radius);background:#ffffffd9;border:1px solid #fde047;flex-direction:column;align-items:center;padding:.65rem .4rem;display:flex}.countdown-value{color:#14532d;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800;line-height:1.1}.delivery-countdown.is-compact .countdown-value{font-size:1.2rem}.countdown-name{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-top:.2rem;font-size:.65rem;font-weight:700}.delivery-countdown--started{border-radius:var(--radius);color:#166534;text-align:center;background:#ecfdf5;border:1px solid #86efac;margin:0;padding:.85rem 1rem;font-size:.9rem}@media (width<=420px){.delivery-countdown-grid{grid-template-columns:repeat(2,1fr)}}.preorder-status{flex-direction:column;gap:1rem;display:flex}.preorder-status--detail{margin-bottom:1.25rem}.preorder-status--card{gap:.5rem;margin-top:.5rem}.preorder-status-badges{flex-wrap:wrap;gap:.5rem;display:flex}.preorder-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:.3rem .65rem;font-size:.7rem;font-weight:700}.preorder-badge--soon{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.preorder-badge--open{color:#fff;background:#14532d}.preorder-status-lead{color:var(--muted);max-width:52ch;margin:0;font-size:.95rem;line-height:1.6}.preorder-status-card-date{color:#92400e;margin:0;font-size:.8rem;font-weight:600}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.product-card-link{z-index:1;border-radius:inherit;text-decoration:none;position:absolute;inset:0}.product-card-link:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-card-visual{z-index:0;background:linear-gradient(145deg,#fef9c3 0%,#fde68a 100%);justify-content:center;align-items:center;height:160px;display:flex;position:relative}.product-card-visual img{object-fit:cover;width:100%;height:100%}.product-emoji{font-size:4rem}.product-badge{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.25rem .6rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}.product-badge.pre{color:#fff;background:#14532d;top:auto;bottom:.75rem}.product-badge.product-badge--soon{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.product-badge.product-badge--preorder{color:#fff;background:#14532d;top:auto;bottom:.75rem}.product-card--coming-soon .product-card-visual{background:linear-gradient(145deg,#eff6ff 0%,#dbeafe 100%)}.product-badge.out{color:#b91c1c;background:#fee2e2}.product-actions{z-index:2;flex-direction:column;align-items:stretch;gap:.35rem;display:flex;position:relative}.product-footer{flex-direction:column;align-items:stretch!important}.product-footer .product-price-display{margin-bottom:.35rem}.product-card-body{flex-direction:column;flex:1;gap:.5rem;padding:1.25rem;display:flex}.product-card-body h3{font-size:var(--text-lg);color:var(--text);margin:0}.product-card-title{color:inherit}.product-card:hover .product-card-title{color:var(--primary-dark)}.product-desc{font-size:var(--text-base);color:var(--muted);flex:1;margin:0;line-height:1.5}.product-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.subcategory-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;padding:1.5rem;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:block}.subcategory-card:hover{box-shadow:var(--shadow);border-color:#f59e0b;transform:translateY(-3px)}.subcategory-card-visual{border-radius:var(--radius);aspect-ratio:16/10;background:#fffbeb;justify-content:center;align-items:center;margin-bottom:.75rem;display:flex;overflow:hidden}.subcategory-card-visual img{object-fit:cover;width:100%;height:100%}.subcategory-icon{font-size:2.5rem;display:block}.subcategory-card h3{color:var(--text);margin:0 0 .5rem;font-size:1.25rem}.subcategory-card p{color:var(--muted);margin:0 0 1rem;font-size:.9rem;line-height:1.5}.subcategory-meta{color:#b45309;font-size:.85rem;font-weight:600}.category-page{padding:2rem 0 4rem}.back-link{color:var(--muted);margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--primary)}.category-header{border-bottom:1px solid var(--border);align-items:flex-start;gap:1.25rem;margin-bottom:2.5rem;padding-bottom:2rem;display:flex}.category-page-icon{font-size:3rem}.category-page-image{border-radius:var(--radius-lg);object-fit:cover;flex-shrink:0;width:96px;height:96px}.category-header h1{margin:0 0 .5rem;font-size:2rem}.category-header p{color:var(--muted);max-width:50ch;margin:0 0 .5rem;line-height:1.6}.product-count{color:var(--primary);font-size:.85rem;font-weight:600}.category-parent-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .25rem;font-size:.8rem;font-weight:600}.subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.empty-state{text-align:center;color:var(--muted);padding:3rem}.empty-state .btn{margin-top:1rem}.cart-page{padding:2rem 0 4rem}.cart-page-header{margin-bottom:2rem}.cart-page-header h1{margin:0 0 .35rem;font-size:2rem}.cart-page-header p{color:var(--muted);margin:0}.cart-empty{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem 1rem}.cart-empty p{color:var(--muted);margin:0 0 1rem}.cart-layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}.cart-items-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.cart-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:88px 1fr auto;align-items:start;gap:1rem;padding:1rem;display:grid}.cart-item-visual{border-radius:var(--radius);background:linear-gradient(145deg,#fef9c3,#fde68a);justify-content:center;align-items:center;width:88px;height:88px;font-size:2.5rem;text-decoration:none;display:flex;overflow:hidden}.cart-item-visual img{object-fit:cover;width:100%;height:100%}.cart-item-top{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.cart-item-name{color:var(--text);font-weight:700;text-decoration:none}.cart-item-name:hover{color:var(--primary)}.cart-item-badge{text-transform:uppercase;letter-spacing:.04em;color:#1e40af;background:#dbeafe;border-radius:999px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.cart-item-unit{color:var(--muted);margin:0 0 .75rem;font-size:.85rem}.cart-item-controls{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.cart-item-qty{flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.cart-item-qty select{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);padding:.35rem .5rem;font-weight:400}.cart-item-remove{font:inherit;color:#b91c1c;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.cart-item-price{white-space:nowrap;font-size:1.05rem;font-weight:700}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;position:sticky;top:5.5rem}.cart-summary h2{margin:0 0 1rem;font-size:1.15rem}.cart-summary-row{color:var(--muted);justify-content:space-between;gap:1rem;margin-bottom:.5rem;font-size:.95rem;display:flex}.cart-summary-total{border-top:1px solid var(--border);color:var(--text);margin-top:.75rem;padding-top:.75rem;font-size:1rem}.cart-summary-note{color:var(--muted);margin:.75rem 0 0;font-size:.85rem;line-height:1.5}.cart-checkout-btn{width:100%;margin-top:1.25rem}.cart-continue-link{text-align:center;width:100%;margin-top:.65rem}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item{grid-template-columns:72px 1fr}.cart-item-price{grid-column:2}}.hero-slider{background:#14532d;width:100%;height:min(72vh,520px);min-height:380px;position:relative;overflow:hidden}.hero-slider-track{width:100%;height:100%;position:relative}.hero-slide{opacity:0;visibility:hidden;transition:opacity .7s,visibility .7s;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible;z-index:1}.hero-slide-bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-slide-overlay{background:linear-gradient(105deg,#0f172ad1 0%,#0f172a73 55%,#0f172a40 100%);position:absolute;inset:0}.hero-slide-content{z-index:2;flex-direction:column;justify-content:center;align-items:flex-start;max-width:640px;height:100%;padding-block:3rem;display:flex;position:relative}.hero-slide-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fef9c3;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.08em;background:#fff3;border-radius:999px;margin-bottom:1rem;padding:.4rem .9rem;font-weight:700;display:inline-block}.hero-slide-content h2{color:#fff;text-shadow:0 2px 12px #0000004d;margin:0 0 .75rem;font-size:clamp(1.75rem,4.5vw,2.75rem);line-height:1.15}.hero-slide-content p{color:#ffffffeb;max-width:42ch;margin:0 0 1.5rem;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.55}.btn-hero-cta{color:#14532d;font-size:var(--text-base);background:#fff;border-color:#fff;padding:.85rem 1.75rem;box-shadow:0 4px 20px #0003}.btn-hero-cta:hover{color:#14532d;background:#fef9c3;border-color:#fef9c3}.hero-slider-arrow{z-index:10;color:#14532d;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.75rem;line-height:1;transition:background .2s,transform .2s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000026}.hero-slider-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.05)}.hero-slider-prev{left:1rem}.hero-slider-next{right:1rem}.hero-slider-dots{z-index:10;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.hero-slider-dots button{cursor:pointer;background:0 0;border:2px solid #fffc;border-radius:50%;width:10px;height:10px;padding:0;transition:background .2s,transform .2s}.hero-slider-dots button.active{background:#fff;transform:scale(1.15)}@media (width<=640px){.hero-slider{height:65vh;min-height:420px}.hero-slider-arrow{width:2.5rem;height:2.5rem;font-size:1.4rem}.hero-slide-content{text-align:center;align-items:center;max-width:none}}.trust-badges{background:var(--surface);border-block:1px solid var(--border);padding:2rem 0}.trust-badges-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem;display:grid}.trust-badge{text-align:center;padding:1rem .75rem}.trust-icon{margin-bottom:.5rem;font-size:2rem;display:block}.trust-badge h3{font-size:var(--text-base);margin:0 0 .25rem}.trust-badge p{font-size:var(--text-sm);color:var(--muted);margin:0}.home-intro{background:var(--surface);border-bottom:1px solid var(--border);padding:2.5rem 0}.home-intro-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.home-intro-tag{background:var(--bg-alt);color:var(--primary-dark);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;margin-bottom:.75rem;padding:.4rem .85rem;font-weight:700;display:inline-block}.home-intro h1{max-width:22ch;margin:0 0 .75rem}.home-intro-inner>div>p{color:var(--muted);max-width:48ch;font-size:var(--text-base);margin:0;line-height:1.7}.home-intro-inner .delivery-notice{max-width:42rem;margin-top:1rem}.home-intro-actions{flex-wrap:wrap;gap:.85rem;display:flex}.section{padding:3.5rem 0}.section-alt{background:var(--bg-alt)}.section-categories{padding-top:2.5rem}.section-header{text-align:center;margin-bottom:2rem}.section-header h2{margin:0 0 .5rem}.section-header p{max-width:50ch;margin:0 auto}.section-cta{text-align:center;margin-top:2.5rem}.category-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;display:grid}.home-why{padding:3.5rem 0}.home-why-inner{grid-template-columns:1.35fr 1fr;align-items:start;gap:2.5rem;display:grid}.home-why-text h2{margin:0 0 1rem}.home-why-text>p{color:var(--muted);margin:0 0 1.25rem;line-height:1.7}.home-why-list{font-size:var(--text-base);margin:0;padding-left:1.35rem;line-height:1.8}.home-why-list li{margin-bottom:.35rem}.home-help-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem}.home-help-card h3{color:var(--text);margin:0 0 .5rem;font-size:1.35rem}.home-help-card>p{color:var(--muted);font-size:var(--text-base);margin:0 0 1.25rem}.home-contact-link{color:var(--primary-dark);font-weight:600;font-size:var(--text-base);margin-bottom:.5rem;text-decoration:none;display:block}.home-contact-link:hover{text-decoration:underline}.home-help-card .btn-whatsapp-card{width:100%;font-size:var(--text-base);background:#25d366;border-color:#25d366;justify-content:center;margin-top:1.25rem;display:flex;color:#fff!important}.home-help-card .btn-whatsapp-card:hover{background:#1da851;border-color:#1da851}.cta-final{color:#fff;text-align:center;background:linear-gradient(135deg,#14532d 0%,#166534 100%)}.cta-final-inner h2{color:#fff;margin:0 0 .5rem}.cta-final-inner p{opacity:.92;font-size:var(--text-lg);margin:0 0 1.75rem}.cta-final .btn-outline,.cta-call{color:#fff;border-color:#ffffffe6}.cta-final .btn-outline:hover{background:#ffffff26}@media (width<=768px){.home-intro-inner{flex-direction:column;align-items:stretch}.home-intro h1{max-width:none}.home-intro-actions{justify-content:stretch}.home-intro-actions .btn{flex:1;min-width:140px}.home-why-inner{grid-template-columns:1fr}}.product-grid-section{border-top:1px solid var(--border);margin-top:3.5rem;padding-top:2.5rem}.product-grid-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.75rem;display:flex}.product-grid-section-header h2{margin:0 0 .35rem;font-size:1.5rem}.product-grid-section-header p{color:var(--muted);max-width:50ch;margin:0;font-size:.95rem;line-height:1.5}.product-grid-section-link{color:var(--primary);white-space:nowrap;font-size:.9rem;font-weight:600;text-decoration:none}.product-grid-section-link:hover{text-decoration:underline}.product-recommendations{margin-top:1rem}.product-recommendations .product-grid-section+.product-grid-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:2.5rem}.order-success-page{padding:2rem 0 4rem}.order-success{text-align:center;max-width:36rem;margin:0 auto;padding:2.5rem 1rem 1rem}.order-success-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.order-success-actions .btn{min-width:10.5rem}.success-icon{color:#047857;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1rem;font-size:2rem;font-weight:700;display:inline-flex}.order-success h1{margin:0 0 .75rem}.order-success p{color:var(--muted);margin:0 0 1.5rem;line-height:1.6}.product-recommendations--success{margin-top:2rem}.product-recommendations--success .product-grid-section{border-top:1px solid var(--border);margin-top:0;padding-top:2rem}.order-page{padding:2rem 0 4rem}.order-page-header{margin-bottom:2rem}.order-page-header h1{margin:0 0 .35rem;font-size:2rem}.order-page-header p{color:var(--muted);max-width:40rem;margin:0;line-height:1.6}.order-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start;gap:2rem;display:grid}.order-summary-panel,.order-form-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.order-summary-panel h2,.order-form-panel h2{margin:0 0 1.25rem;font-size:1.15rem}.order-lines-list{flex-direction:column;gap:1rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.order-line{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding-bottom:1rem;display:flex}.order-line:last-child{border-bottom:none;padding-bottom:0}.order-line-name{color:var(--text);font-weight:700;text-decoration:none}.order-line-name:hover{color:var(--primary)}.order-line-badge{text-transform:uppercase;letter-spacing:.04em;color:#1e40af;vertical-align:middle;background:#dbeafe;border-radius:999px;margin-left:.5rem;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.order-line-unit{color:var(--muted);margin:.25rem 0 .65rem;font-size:.85rem}.order-line-qty{flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.order-line-qty select{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);max-width:5rem;padding:.35rem .5rem;font-weight:400}.order-line-price{white-space:nowrap;font-weight:700}.order-summary-total{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:.25rem;padding-top:1rem;font-size:1rem;display:flex}.order-summary-total strong{color:var(--primary-dark);font-size:1.2rem}.order-summary-note{color:var(--muted);margin:.75rem 0 0;font-size:.85rem;line-height:1.5}.order-edit-link{margin-top:1rem}.order-form{flex-direction:column;gap:1rem;display:flex}.order-form label{flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;display:flex}.order-form input,.order-form textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);box-sizing:border-box;width:100%;padding:.65rem .75rem;font-weight:400}.order-form input:focus,.order-form textarea:focus{outline:2px solid var(--primary);border-color:var(--primary)}.order-form .form-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.form-error{color:#b91c1c;margin:0;font-size:.9rem}.btn-submit-order{width:100%;margin-top:.25rem;padding:.85rem;font-size:1rem}@media (width<=900px){.order-layout,.order-form .form-row{grid-template-columns:1fr}}.product-detail-pricing{border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #bbf7d0;flex-direction:column;gap:.65rem;width:100%;max-width:24rem;padding:1.25rem 1.35rem;display:flex}.product-detail-pricing .product-price-display--labeled{max-width:none}.product-detail-pricing .price-range-note{margin:0}.pricing-unavailable{color:#b91c1c;border-radius:var(--radius);background:#fef2f2;border:1px solid #fecaca;margin:0;padding:.65rem .85rem;font-size:.9rem;font-weight:600}.delivery-notice{border-radius:var(--radius);border:1px solid #e2e8f0;border-left:3px solid var(--primary);background:#f8fafc;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;display:flex}.delivery-notice--compact{padding:.65rem .85rem}.delivery-notice-icon{flex-shrink:0;font-size:1.15rem;line-height:1}.delivery-notice p{color:var(--muted);margin:0;font-size:.875rem;line-height:1.55}.delivery-notice--compact p{font-size:.8rem}.product-page{padding:1.5rem 0 4rem}.product-detail-grid{grid-template-columns:1fr 1.1fr;align-items:start;gap:2.5rem;display:grid}.product-detail-visual{border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(145deg,#fef9c3,#fde68a);justify-content:center;align-items:center;min-height:320px;display:flex;position:relative}.product-detail-visual img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;min-height:320px}.product-detail-emoji{font-size:8rem}.product-detail-badge{color:#fff;background:#14532d;border-radius:999px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-detail-badge--soon{background:#1e40af}.product-detail-origin{text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin:0 0 .35rem;font-size:.8rem;font-weight:700}.product-detail-info h1{margin:0 0 .75rem;font-size:2rem}.product-detail-desc{color:var(--muted);margin:0 0 1.25rem;line-height:1.65}.product-detail-price-box{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem;display:flex}.price-range-note,.order-summary-note{font-size:var(--text-sm);color:var(--muted);max-width:42ch;margin:0;line-height:1.5}.out-stock-label{color:#b91c1c;margin-top:.35rem;font-size:.9rem;font-weight:600;display:block}.product-detail-info>.delivery-notice{margin:0 0 1rem}.product-order-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;max-width:100%;margin-bottom:2rem;display:grid}.product-order-actions .btn,.product-order-actions .add-to-cart-btn{width:100%;font-size:var(--text-sm);text-align:center;white-space:normal;padding:.65rem .85rem;line-height:1.35}.product-out-stock-block{margin-bottom:2rem}@media (width<=900px){.product-detail-grid{grid-template-columns:1fr}}@media (width<=480px){.product-order-actions{grid-template-columns:1fr}}.company-page .section{padding:3rem 0}.company-page .section-header{text-align:center;margin-bottom:2rem}.company-page .section-header h2{margin:0 0 .5rem}.company-page .section-header p{color:var(--muted);margin:0}.company-hero{color:#f0fdf4;background:linear-gradient(135deg,#14532d 0%,#166534 55%,#15803d 100%);margin-bottom:0;padding:1.75rem 0 3rem}.company-hero .breadcrumbs ol{margin:0 0 1.25rem}.company-hero .breadcrumbs a{color:#bbf7d0}.company-hero .breadcrumbs a:hover,.company-hero .breadcrumbs span[aria-current]{color:#fff}.company-hero .breadcrumbs .sep{color:#ffffff59}.company-hero--values{background:linear-gradient(135deg,#1e3a2f 0%,#166534 55%,#15803d 100%)}.company-hero-inner{max-width:42rem}.company-hero-eyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em;color:#bbf7d0;background:#ffffff1f;border-radius:999px;margin-bottom:.75rem;padding:.35rem .85rem;font-weight:700;display:inline-block}.company-hero h1{color:#fff;text-transform:capitalize;margin:0 0 .75rem;font-size:clamp(1.85rem,4vw,2.5rem)}.company-hero p{font-size:var(--text-lg);color:#dcfce7;margin:0;line-height:1.7}.company-story-inner{grid-template-columns:1fr minmax(240px,300px);align-items:start;gap:2.5rem;display:grid}.company-story-text h2{margin:0 0 1rem}.company-story-text p{color:var(--muted);margin:0 0 1rem;line-height:1.75}.company-story-text p:last-child{margin-bottom:0}.company-story-aside{background:var(--bg-alt);border-radius:var(--radius-lg);text-align:center;border:1px solid #bbf7d0;padding:1.5rem}.company-story-emoji{margin-bottom:.75rem;font-size:2.5rem;display:block}.company-story-aside p{font-size:var(--text-base);color:var(--primary-dark);margin:0;font-style:italic;font-weight:600;line-height:1.6}.company-mission{background:var(--bg-alt);border-block:1px solid var(--border)}.company-mission-inner{text-align:center;max-width:44rem;margin-inline:auto}.company-mission-inner h2{margin:0 0 .75rem}.company-mission-inner p{font-size:var(--text-lg);color:var(--muted);margin:0;line-height:1.75}.company-intro-inner{text-align:center;max-width:44rem;margin-inline:auto}.company-intro-inner p{font-size:var(--text-lg);color:var(--muted);margin:0;line-height:1.75}.company-pillars-grid,.company-steps-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.company-pillar-card,.company-step-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem;box-shadow:0 4px 20px #0f172a0a}.company-pillar-icon,.company-step-icon{margin-bottom:.65rem;font-size:1.75rem;display:block}.company-pillar-card h3,.company-step-card h3{margin:0 0 .5rem;font-size:1.05rem}.company-pillar-card p,.company-step-card p{color:var(--muted);font-size:var(--text-base);margin:0;line-height:1.6}.company-farm{background:var(--surface);border-block:1px solid var(--border)}.company-farm-inner{grid-template-columns:1fr auto;align-items:center;gap:2rem;display:grid}.company-farm-content h2{margin:0 0 .75rem}.company-farm-content>p{color:var(--muted);max-width:52ch;margin:0 0 1rem;line-height:1.75}.company-check-list,.company-commitments-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.company-check-list li,.company-commitments-list li{color:var(--text);padding-left:1.35rem;font-weight:500;line-height:1.55;position:relative}.company-check-list li:before,.company-commitments-list li:before{content:"✓";color:var(--primary);font-weight:800;position:absolute;left:0}.company-farm-visual{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(160deg,#fef9c3 0%,#fef08a 100%);border:1px solid #fde047;flex-direction:column;justify-content:center;align-items:center;min-width:200px;padding:2rem 1.5rem;display:flex}.company-farm-visual span{margin-bottom:.5rem;font-size:2.5rem}.company-farm-visual strong{color:#713f12;font-size:1.1rem}.company-farm-visual small{color:#854d0e;margin-top:.25rem;font-weight:600}.company-commitments{background:var(--surface);border-block:1px solid var(--border)}.company-commitments-inner{max-width:40rem;margin-inline:auto}.company-commitments-inner h2{text-align:center;margin:0 0 1.25rem}.company-crosslink{text-align:center}.company-crosslink-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}.company-crosslink-inner p{color:var(--muted);font-size:var(--text-lg);margin:0}.company-cta{text-align:center}.company-cta-inner{max-width:36rem;margin-inline:auto}.company-cta-inner h2{margin:0 0 .5rem}.company-cta-inner>p{color:var(--muted);margin:0 0 1.5rem}.company-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}@media (width<=768px){.company-story-inner,.company-farm-inner{grid-template-columns:1fr}.company-farm-visual{min-width:unset}}.search-page{padding:2rem 0 4rem}.search-page-header{text-align:center;margin-bottom:2rem}.search-page-header h1{margin:0 0 .35rem}.search-page-header p{color:var(--muted);margin:0 0 1.25rem}.search-page-header .product-search{margin-inline:auto}.search-results-count{text-align:center;color:var(--muted);margin-bottom:1.5rem}:root{--primary:#16a34a;--primary-dark:#15803d;--text:#1e293b;--muted:#64748b;--bg:#f8fafc;--bg-alt:#f0fdf4;--surface:#fff;--border:#e2e8f0;--shadow:0 10px 40px #0f172a14;--radius:10px;--radius-lg:16px;--text-sm:.8125rem;--text-base:.9375rem;--text-lg:1.0625rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;font-size:var(--text-base);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}#root{min-height:100vh}.container{width:min(1180px,100% - 2.5rem);margin-inline:auto}h1{letter-spacing:-.03em;font-size:clamp(1.65rem,4vw,2.2rem);font-weight:800;line-height:1.2}h2{letter-spacing:-.02em;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;line-height:1.25}h3{font-size:var(--text-lg);letter-spacing:-.02em;font-weight:700}p{font-size:var(--text-base)}.btn{font:inherit;font-weight:600;font-size:var(--text-base);cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.5rem;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:active:not(:disabled){transform:scale(.98)}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-outline{color:var(--primary-dark);border-color:var(--primary);background:0 0}.btn-outline:hover{background:var(--bg-alt)}.btn-sm{font-size:var(--text-sm);padding:.55rem 1.1rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.75rem;display:grid}.status-msg,.section-header p{font-size:var(--text-base);color:var(--muted)}select{appearance:none;background-color:var(--bg);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M4 5.25L7 8.25L10 5.25' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.25rem}select:focus{outline:2px solid var(--primary);outline-offset:1px}@media (width<=768px){html{font-size:15px}.container{width:min(1180px,100% - 1.25rem)}.product-grid{grid-template-columns:1fr;gap:1.25rem}.category-grid,.subcategory-grid{grid-template-columns:1fr}.section{padding:2.5rem 0}.contact-actions .btn-whatsapp{width:100%;font-size:var(--text-base);justify-content:center;padding:.55rem 1rem}.header-inner{gap:.75rem;padding:.75rem 0}.brand{justify-content:center;width:100%;font-size:1.1rem}.nav{gap:.35rem;width:100%}.header-cart-btn,.header-whatsapp-btn{min-height:44px}.search-submit{flex:1;order:2;min-height:44px}.search-dropdown{max-height:60vh;overflow-y:auto}.footer-grid{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0 1.5rem}.hero-slider-arrow{display:none}.category-header{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.category-header h1,.product-detail-info h1{font-size:1.65rem}.product-detail-visual,.product-detail-visual img{min-height:260px}.product-quick-actions{flex-direction:column}.product-quick-actions .btn{width:100%}.order-form .form-row{grid-template-columns:1fr}.btn-submit-order{min-height:48px}.search-page-header h1{font-size:1.5rem}}@media (width<=380px){.home-intro-actions .btn{flex:100%;width:100%}}
