@import"https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap";:root{--fs-h1: clamp(1.8rem, 3vw, 2.35rem);--fs-h2: clamp(1.4rem, 2.3vw, 1.9rem);--fs-h3: clamp(1.1rem, 1.8vw, 1.35rem);--fs-body: 1rem;--fs-small: .92rem;--lh-tight: 1.25;--lh-body: 1.6}*{box-sizing:border-box}html{overflow-x:clip}body{margin:0;font-family:Jost,sans-serif;font-size:var(--fs-body);line-height:var(--lh-body);background:#fff;color:#1f2937;overflow-x:clip}h1,h2,h3{margin:0;line-height:var(--lh-tight);letter-spacing:.01em;font-weight:600;color:#111827}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3)}p,li,input,select,button,textarea{font-size:var(--fs-body)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1080px;margin:0 auto;padding:16px;box-sizing:border-box;min-width:0}.card{background:#fff;border-radius:8px;border:1px solid #e5e7eb;padding:12px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}input,button,select{font:inherit;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px}button{cursor:pointer}header,.site-header{position:sticky;top:0;z-index:200;background:#fff;color:#111827;border-bottom:1px solid #e5e7eb;overflow:visible;box-shadow:0 1px #e5e7eb;flex-shrink:0}header .container,.site-header .container{overflow:visible}header nav{display:flex;gap:12px;align-items:center}.mobile-menu-toggle,.mobile-menu-drawer{display:none}.mobile-menu-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:250}.mobile-menu-overlay.open{opacity:1;pointer-events:auto}.cart-trigger-nav{margin-left:auto}.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.search-toggle-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:36px;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:0;color:#374151;cursor:pointer;transition:background .15s,border-color .15s}.search-toggle-btn:hover{background:#f3f4f6;border-color:#9ca3af}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mobile-menu-close{border:1px solid #d1d5db;background:#fff;width:34px;height:34px;border-radius:8px;font-size:1.3rem;line-height:1;padding:0;cursor:pointer}.search-drawer{position:fixed;top:0;right:0;width:min(90vw,380px);height:100vh;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-8px 0 24px #0000001f;z-index:300;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:0 16px 16px}.search-drawer.open{transform:translate(0)}.search-drawer-content{display:flex;flex-direction:column;flex:1;min-height:0;gap:12px}.search-drawer-input-wrap{display:flex;align-items:center;gap:8px;border:1px solid #d1d5db;border-radius:10px;padding:8px 12px;background:#f9fafb;transition:border-color .15s}.search-drawer-input-wrap:focus-within{border-color:#111827;background:#fff}.search-drawer-icon{width:18px;height:18px;flex-shrink:0;color:#9ca3af}.search-drawer-input{flex:1;border:none;outline:none;font-size:.95rem;color:#111827;background:transparent;min-width:0}.search-drawer-input::placeholder{color:#9ca3af}.search-drawer-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:999px;background:#e5e7eb;color:#374151;cursor:pointer;flex-shrink:0;padding:0;font-size:1rem;line-height:1}.search-drawer-clear:hover{background:#d1d5db}.search-drawer-results{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.search-drawer-status{padding:24px 8px;text-align:center;color:#6b7280;font-size:.9rem}.search-drawer-hint{color:#9ca3af;font-size:.85rem}.search-result-item{display:flex;align-items:center;gap:12px;width:100%;padding:8px 10px;border:none;border-radius:8px;background:transparent;cursor:pointer;text-align:left;transition:background .12s;flex-shrink:0}.search-result-item:hover{background:#f3f4f6}.search-result-thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;flex-shrink:0;background:#f3f4f6}.search-result-thumb--empty{border:1px dashed #d1d5db}.search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.search-result-name{font-size:.88rem;font-weight:500;color:#111827;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-category{font-size:.78rem;color:#9ca3af}.search-result-price{font-size:.88rem;font-weight:600;color:#111827;white-space:nowrap;flex-shrink:0}.cart-icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:36px;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:0}.cart-icon{width:20px;height:20px;display:block}.cart-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:.72rem;font-weight:700;display:grid;place-items:center;padding:0 4px}.cart-drawer{position:fixed;top:0;right:0;width:min(90vw,380px);height:100vh;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-8px 0 24px #0000001f;transform:translate(100%);transition:transform .24s ease;z-index:260;overflow:hidden;padding:14px 14px 20px;display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-drawer-content{display:flex;flex-direction:column;flex:1;min-height:0;gap:10px}.cart-drawer-list{display:grid;gap:0;flex:1;min-height:0;overflow-y:auto;padding-right:2px;align-content:start;grid-auto-rows:max-content}.cart-drawer-item{border-bottom:1px solid #eef0f2;padding:10px 0;display:grid;gap:8px}.cart-drawer-item:first-child{padding-top:2px}.cart-drawer-item-main{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:start}.cart-drawer-thumb{width:72px;height:72px;border-radius:8px;object-fit:cover;display:block;background:#f3f4f6}.cart-drawer-thumb--fallback{border:1px solid #e5e7eb}.cart-drawer-item-info{display:grid;gap:4px}.cart-drawer-item-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.cart-drawer-brand{text-transform:uppercase;font-size:.7rem;letter-spacing:.08em;color:#6b7280;font-weight:600}.cart-drawer-remove-icon{border:none;background:transparent;color:#6b7280;width:24px;height:24px;border-radius:999px;font-size:1.1rem;line-height:1;padding:0}.cart-drawer-remove-icon:hover{background:#f3f4f6}.cart-drawer-name{font-size:.93rem;line-height:1.35}.cart-drawer-engraving{display:block;font-size:.78rem;color:#6b7280;margin-top:.15rem}.cart-drawer-item-meta{display:flex;gap:10px;align-items:center}.cart-drawer-qty{width:74px;height:34px;padding:6px 8px}.cart-drawer-line-price{font-size:.95rem}.cart-drawer-footer{border-top:1px solid #e5e7eb;padding-top:12px;display:grid;gap:10px;margin-top:auto;background:#fff}.cart-drawer-summary-row{display:flex;justify-content:space-between;align-items:center;color:#4b5563}.cart-drawer-summary-total{font-size:1.05rem;color:#111827;padding-top:4px}.cart-drawer-checkout-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;border-radius:8px;background:#111827;color:#fff;font-weight:600;padding:10px 12px}.cart-drawer-checkout-btn:hover{background:#000}.cart-drawer-footer-links{display:flex;justify-content:center}.cart-drawer-footer-links a{font-size:.9rem;color:#374151;text-decoration:underline}.cart-page-item{display:grid;gap:8px;padding:8px 0;border-bottom:1px solid #f3f4f6}.cart-page-item:last-child{border-bottom:none}.cart-page-item-main{display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:center}.cart-page-thumb{width:64px;height:64px;border-radius:8px;object-fit:cover;display:block;background:#f3f4f6}.cart-page-thumb--fallback{border:1px solid #e5e7eb}.cart-page-item-main p{margin:2px 0 0;color:#6b7280}.cart-page-actions{display:flex;gap:8px;align-items:center}.cart-full-page{display:grid;gap:14px;max-width:1100px;margin:0 auto;padding:0 16px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:14px;align-items:start}.cart-table-card{padding:0;overflow:auto}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid #eef0f2;padding:10px 12px;vertical-align:middle}.cart-table th{text-align:left;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.cart-col-image{width:74px}.cart-table-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;display:block}.cart-table-thumb--fallback{background:#f3f4f6;border:1px solid #e5e7eb}.cart-table-brand{margin:0 0 4px;color:#6b7280;text-transform:uppercase;font-size:.72rem;letter-spacing:.07em}.cart-engraving-text{display:block;font-size:.78rem;color:#6b7280;margin-top:.2rem}.cart-col-shipping,.cart-col-price,.cart-col-total{white-space:nowrap;color:#374151}.cart-qty-control{display:inline-flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.cart-qty-control button{width:30px;height:32px;border:none;background:#fff}.cart-qty-control input{width:44px;height:32px;border:none;text-align:center;padding:0}.cart-col-remove button{border:none;background:transparent;width:28px;height:28px;border-radius:999px;font-size:1.15rem}.cart-col-remove button:hover{background:#f3f4f6}.cart-summary-card{display:grid;gap:10px}.cart-summary-card h3{margin:0}.cart-summary-row{display:flex;justify-content:space-between;color:#4b5563}.cart-summary-row--total{font-size:1.05rem;color:#111827;border-top:1px solid #e5e7eb;padding-top:8px}.cart-primary-btn{display:inline-flex;justify-content:center;align-items:center;min-height:40px;border-radius:8px;background:#111827;color:#fff;font-weight:600;padding:10px 12px}.cart-secondary-link{text-align:center;color:#374151;text-decoration:underline}.cart-empty-state{display:grid;gap:10px;max-width:560px}.cart-empty-state h2,.cart-empty-state p{margin:0}.cart-actions-bottom{display:none}.checkout-page{display:grid;gap:14px;max-width:1100px;margin:0 auto;padding:0 16px}.checkout-layout{display:grid;grid-template-columns:1fr minmax(280px,340px);gap:14px;align-items:start}.checkout-main{display:grid;gap:12px}.checkout-shipping-banner{border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;display:flex;align-items:center;gap:8px;padding:10px 12px}.checkout-shipping-banner p{margin:0;font-weight:500}.checkout-block{display:grid;gap:12px;border-radius:10px;padding:14px}.checkout-block h2{margin:0;font-size:1.05rem}.checkout-note{margin:0;font-size:.9rem;color:#4b5563}.checkout-form-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-field{display:grid;gap:6px}.checkout-field--full{grid-column:1 / -1}.checkout-field span{font-size:.84rem;color:#4b5563}.checkout-field input{width:100%}.checkout-field-error{font-size:.8rem;color:#dc2626}.checkout-doc-types{display:flex;flex-wrap:wrap;gap:10px}.checkout-doc-type{display:inline-flex;align-items:center;gap:6px;border:1px solid #d1d5db;border-radius:999px;padding:6px 10px;color:#374151}.checkout-doc-type input{margin:0}.checkout-payment-copy{margin:0;color:#4b5563}.checkout-payment-tags{display:flex;flex-wrap:wrap;gap:8px}.checkout-payment-tags span{border:1px solid #d1d5db;border-radius:999px;padding:5px 10px;font-size:.82rem;color:#374151}.checkout-payment-tabs{display:flex;gap:0;margin-bottom:16px;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.checkout-payment-tab{flex:1;padding:10px 16px;border:none;background:#f9fafb;color:#6b7280;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.checkout-payment-tab:not(:last-child){border-right:1px solid #d1d5db}.checkout-payment-tab--active{background:#7c3aed;color:#fff}.yape-card{border:1px solid #e0e0e0;border-radius:12px;padding:24px;background:#fff}.yape-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px}.yape-logo{flex-shrink:0}.yape-title{display:block;font-size:1.05rem;color:#1a1a1a;margin-bottom:2px}.yape-subtitle{margin:0;font-size:.85rem;color:#737373}.yape-field{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.yape-label{font-size:.85rem;font-weight:500;color:#333}.yape-input{border:1px solid #d5d5d5;border-radius:8px;padding:12px 14px;font-size:1rem;color:#333;outline:none;transition:border-color .15s}.yape-input:focus{border-color:#009ee3}.yape-otp-row{display:flex;gap:8px}.yape-otp-digit{width:44px;height:48px;border:1px solid #d5d5d5;border-radius:8px;text-align:center;font-size:1.25rem;font-weight:600;color:#333;outline:none;transition:border-color .15s}.yape-otp-digit:focus{border-color:#009ee3}.yape-info{display:flex;align-items:flex-start;gap:10px;background:#e8f4fd;border-radius:8px;padding:12px 14px;margin-bottom:20px}.yape-info svg{flex-shrink:0;margin-top:1px}.yape-info span{font-size:.82rem;color:#333;line-height:1.4}.yape-submit-btn{width:100%;padding:14px;background:#009ee3;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.yape-submit-btn:hover:not(:disabled){background:#0081c2}.yape-submit-btn:disabled{background:#b3ddf2;cursor:not-allowed}.yape-footer{text-align:center;font-size:.78rem;color:#999;margin:16px 0 0}.checkout-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.checkout-primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:8px;border:1px solid #111827;background:#111827;color:#fff;font-weight:600;padding:10px 14px}.checkout-primary-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-secondary-link{color:#374151;text-decoration:underline;font-weight:500}.checkout-error{margin:0;color:#dc2626;font-weight:500}.checkout-hint{margin:0;color:#6b7280;font-size:.9rem}.checkout-summary{display:grid;gap:12px;position:sticky;top:88px}.checkout-summary h3{margin:0}.checkout-summary-list{display:grid;gap:10px;max-height:320px;overflow:auto;padding-right:2px}.checkout-summary-item{display:grid;grid-template-columns:52px 1fr auto;gap:8px;align-items:center;border-bottom:1px solid #eef0f2;padding-bottom:8px}.checkout-summary-thumb{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#f3f4f6}.checkout-summary-thumb--fallback{border:1px solid #e5e7eb}.checkout-summary-item-info{display:grid;gap:2px}.checkout-summary-item-info strong{font-size:.9rem;line-height:1.25}.checkout-summary-item-info span{font-size:.78rem;color:#6b7280}.checkout-summary-shipping{display:grid;gap:8px;padding:10px 0;border-bottom:1px solid #eef0f2}.checkout-summary-shipping-label{font-size:.84rem;color:#4b5563;font-weight:500}.checkout-courier-options{display:flex;flex-direction:column;gap:8px}.checkout-courier-option{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9rem;color:#374151}.checkout-courier-option input{margin:0}.checkout-summary-total{display:grid;gap:7px}.checkout-summary-total>div{display:flex;justify-content:space-between;color:#4b5563}.checkout-summary-total-row{border-top:1px solid #e5e7eb;padding-top:8px;color:#111827!important;font-size:1.03rem}.checkout-empty{display:grid;gap:8px}.checkout-empty h2,.checkout-empty p{margin:0}.brand-link{display:inline-flex;align-items:center}.brand-logo{height:38px;width:auto;display:block}.header-categories-nav{display:flex;align-items:center;flex:1;min-width:0;overflow:visible;padding-inline:8px;position:relative}.category-menu{margin:0;padding:0;list-style:none;display:flex;gap:4px;align-items:center;overflow:visible}.menu-item{position:relative;white-space:nowrap}.menu-link{display:inline-flex;align-items:center;gap:6px;color:#374151;font-size:.95rem;padding:8px 10px;border-radius:6px}.menu-link:hover{background:#f3f4f6}.menu-arrow{font-size:.75rem}.sub-menu{display:none;list-style:none;position:absolute;top:100%;left:0;min-width:220px;margin-left:0;padding:8px;border-radius:8px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 20px #00000014;z-index:200}.sub-menu .menu-item{display:block}.sub-menu .menu-link{display:flex;justify-content:space-between;padding:6px 8px}.menu-item:hover>.sub-menu,.menu-item:focus-within>.sub-menu{display:block}.sub-menu .sub-menu{top:0;left:100%;margin-left:8px}.header-categories-nav::-webkit-scrollbar{height:6px}.header-categories-nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.header-categories-nav::-webkit-scrollbar-track{background:transparent}.menu-item-has-children>.menu-link .menu-arrow{opacity:.7}.menu-item-has-children:hover>.menu-link .menu-arrow{opacity:1}.menu-item-has-children>.menu-link:after{content:""}.menu-item-has-children>.menu-link:focus{outline:none}.menu-item-has-children>.menu-link:focus-visible{box-shadow:0 0 0 2px #93c5fd}.sub-menu .menu-item .menu-link{color:#374151}.sub-menu .menu-item .menu-link:hover{background:#f3f4f6}.sub-menu .menu-item .menu-arrow{font-size:.7rem}.sub-menu .menu-item-has-children>.menu-link .menu-arrow{transform:rotate(-90deg)}.sub-menu .menu-item-has-children:hover>.menu-link .menu-arrow{transform:rotate(-90deg)}.sub-menu .menu-item-has-children>.sub-menu{margin-top:0}.header-categories-nav .sub-menu{z-index:30}.row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-shell{display:grid;gap:12px}.admin-header h1{margin-bottom:4px}.admin-header p{margin-top:0;color:#6b7280}.admin-stats{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-stats .card strong{font-size:1.4rem}.admin-stats .card p{margin:4px 0 0;color:#6b7280}.admin-form .grid{margin-bottom:10px}.product-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;margin-bottom:16px}.product-media{padding:0;overflow:hidden}.image-slider{display:grid;gap:8px}.image-slider__image{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab}.image-slider__image.dragging{cursor:grabbing}.image-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:999px;border:1px solid #d1d5db;background:#fffffff0;color:#111827;font-size:1.3rem;line-height:1;padding:0}.image-slider__nav--prev{left:10px}.image-slider__nav--next{right:10px}.image-slider__thumbs{display:flex;gap:8px;overflow-x:auto;padding:8px 0 2px}.image-slider__thumb{min-width:74px;width:74px;height:74px;border:1px solid #d1d5db;border-radius:6px;padding:0;overflow:hidden;background:#fff}.image-slider__thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-slider__thumb.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb29}.product-image{width:100%;height:100%;min-height:420px;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.product-image--fade-in{animation:product-image-fade-in .26s ease}@keyframes product-image-fade-in{0%{opacity:.38;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.product-image-fallback{min-height:420px;display:grid;place-items:center;color:#6b7280}.product-summary{display:grid;gap:8px;align-content:start}.product-page-premium{font-family:Jost,sans-serif;width:100%;max-width:1200px;margin:0 auto}@media (min-width: 1200px){.product-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:20px}}.product-page-premium .product-summary h1{font-size:16px;line-height:1.3;color:#111827}@media (min-width: 768px){.product-page-premium .product-summary h1{font-size:20px}}.product-price{font-size:18px;font-weight:700;margin:0;color:#111827}.product-bullets{margin:0;color:#374151;line-height:1.6;font-size:.95rem}.product-section{margin-top:12px}.product-section h3{margin-top:0;margin-bottom:8px;font-size:1.05rem;color:#111827}.product-section ul{margin:0;padding-left:20px}.muted{color:#6b7280;font-size:var(--fs-small);margin:0}.home-page{padding-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.home-hero{position:relative;left:50%!important;right:auto!important;margin-left:-50vw!important;width:100vw!important;min-height:80vh!important;height:auto!important;max-width:none!important;display:flex;align-items:center;justify-content:flex-end;gap:0;padding:2.5rem 1rem;background-image:url(https://res.cloudinary.com/dzqns7kss/image/upload/v1772684014/Hero_Image_Final_resultado-2048x1152-1_p9molx.webp);background-size:cover;background-position:center;background-repeat:no-repeat;box-sizing:border-box}.home-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.home-hero-content{position:relative;z-index:1;max-width:420px;text-align:right;margin-top:10px;margin-bottom:10px;padding-right:100px}.home-hero-title{font-size:80px;font-weight:700;line-height:1.2;color:#111827;margin:0 0 .6rem;letter-spacing:.01em;border:none;box-sizing:content-box}.home-hero-subtitle{font-size:.95rem;line-height:1.5;color:#374151;margin:0 0 1.25rem;font-weight:400}.home-hero-cta{display:inline-block;padding:.65rem 1.35rem;background:#374151;color:#fff;font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.home-hero-cta:hover{background:#111827;color:#fff}@media (max-width: 640px){.home-hero{min-height:500px;justify-content:center;align-items:flex-end;background-position:center center;background-image:url(https://res.cloudinary.com/dzqns7kss/image/upload/v1772684338/Mobile_Hero_resultado_i5xyd5.webp)}.home-hero-content{text-align:center;max-width:100%;margin-top:0;padding-right:1rem;padding-left:1rem;padding-top:1.5rem}.home-hero-title{font-size:50px;word-wrap:break-word}.home-intro{padding-left:1rem;padding-right:1rem}.home-value-grid{grid-template-columns:1fr;padding-left:1rem;padding-right:1rem}.home-categories{grid-template-columns:1fr}.product-slider__card{flex:0 0 min(220px,75vw)}}.home-intro{text-align:center;padding:2.5rem 1rem 2rem;max-width:640px;margin:0 auto;width:100%;box-sizing:border-box}.home-intro-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.25;color:#111827;margin:0 0 .75rem;letter-spacing:.02em}.home-intro-subtitle{font-size:1rem;line-height:1.6;color:#4b5563;margin:0 0 1.5rem}.home-intro-cta{display:inline-block;padding:.6rem 1.25rem;background:#111827;color:#fff;font-weight:600;font-size:.95rem;border-radius:8px;text-decoration:none;transition:background .2s,color .2s}.home-intro-cta:hover{background:#374151;color:#fff}.home-value{padding:2rem 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fafafa}.home-value-heading{text-align:center;font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.home-value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:960px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}.home-value-block{text-align:center;padding:1rem}.home-value-block h3{font-size:1.05rem;font-weight:600;color:#111827;margin:0 0 .5rem}.home-value-block p{font-size:.9rem;line-height:1.55;color:#6b7280;margin:0}.home-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:960px;margin:0 auto;width:100%;box-sizing:border-box;padding:2rem 1rem}.home-category-card{padding:1.5rem;text-align:center}.home-category-title{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.home-category-desc{font-size:.9rem;line-height:1.55;color:#4b5563;margin:0 0 1rem}.home-category-cta{display:inline-block;font-size:.9rem;font-weight:600;color:#111827;text-decoration:underline;text-underline-offset:3px}.home-category-cta:hover{color:#374151}.home-products{width:100%;max-width:960px;margin:0 auto;padding:2rem 1rem;box-sizing:border-box}.catalog-hero{padding-top:.5rem}.catalog-hero h1,.catalog-hero .catalog-hero-title{margin-bottom:4px;font-size:1.25rem;font-weight:600;color:#111827}.product-slider{position:relative;margin-top:12px;width:100%}.product-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:#fff;color:#374151;box-shadow:0 2px 8px #0000001f;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s}.product-slider__nav:hover{background:#f3f4f6;box-shadow:0 4px 12px #00000026}.product-slider__nav--prev{left:8px}.product-slider__nav--next{right:8px}.product-slider__track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:4px 48px;-webkit-overflow-scrolling:touch}.product-slider__track::-webkit-scrollbar{height:8px}.product-slider__track::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.product-slider__card{flex:0 0 220px;scroll-snap-align:start;min-width:0}.product-slider__empty{margin:0;padding:1rem;color:#6b7280}@media (max-width: 768px){.product-slider__nav{opacity:0;pointer-events:none;width:0;min-width:0;margin:0;padding:0;border:none;overflow:hidden}.product-slider__track{padding-left:0;padding-right:0}}.catalog-toolbar{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;align-items:center}.category-page .catalog-hero h1{font-size:15px}.category-page .catalog-hero p.muted{font-size:11px}.category-page .catalog-toolbar select{font-size:12px}.category-page{width:100%;max-width:1200px;margin:0 auto}.category-view-tabs{display:none;margin:0;padding:0;list-style:none;flex-direction:row;gap:4px;align-items:center}.category-view-tabs button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer}.category-view-tabs button:hover{border-color:#9ca3af;color:#374151}.category-view-tabs button.active{border-color:#111827;background:#f3f4f6;color:#111827}.category-view-icon{display:inline-flex}.catalog-card{display:grid;gap:8px;text-align:center;padding:0;overflow:hidden}.catalog-card h3,.catalog-card h3 a{font-size:13px}.catalog-card .catalog-category,.catalog-card h3,.catalog-card .catalog-price{padding-left:12px;padding-right:12px}.catalog-card .catalog-price{padding-bottom:12px}.catalog-image{width:100%;height:220px;object-fit:cover;border-radius:0;display:block}.category-products-grid .catalog-image{aspect-ratio:1 / 1;height:auto;object-fit:cover}.category-products--grid .category-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-slider__track .catalog-image{aspect-ratio:1 / 1;height:auto;object-fit:cover}.catalog-category{color:#6b7280;font-size:.9rem;margin:0}.catalog-price{font-size:13px;font-weight:700;margin:0;text-align:center}@media (max-width: 900px){header .container,.site-header .container{justify-content:center!important;position:relative;gap:10px}.mobile-menu-toggle{position:absolute;left:16px}.cart-trigger-nav,.header-actions{position:absolute;right:16px;margin-left:0}.product-layout{grid-template-columns:1fr}.product-image,.product-image-fallback{min-height:280px}.catalog-toolbar{grid-template-columns:1fr}.category-products--grid .category-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-logo{height:30px}.header-categories-nav{display:none}.mobile-menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:36px;border:1px solid #d1d5db;border-radius:8px;background:#fff;padding:0 10px}.mobile-menu-toggle span{width:100%;height:2px;background:#111827;border-radius:999px}.mobile-menu-drawer{display:block;position:fixed;top:0;left:0;width:min(86vw,340px);height:100vh;background:#fff;border-right:1px solid #e5e7eb;box-shadow:8px 0 24px #0000001f;transform:translate(-100%);transition:transform .24s ease;z-index:260;overflow-y:auto;padding:14px 14px 20px}.mobile-menu-drawer.open{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mobile-menu-close{border:1px solid #d1d5db;background:#fff;width:34px;height:34px;border-radius:8px;font-size:1.3rem;line-height:1;padding:0}.mobile-menu-nav{display:grid;gap:8px}.mobile-menu-link{display:block;padding:10px 8px;border-radius:8px;color:#111827}.mobile-menu-link:hover{background:#f3f4f6}.mobile-category-list,.mobile-sub-list{list-style:none;margin:0;padding:0}.mobile-category-list{display:grid;gap:6px}.mobile-menu-details{border:1px solid #e5e7eb;border-radius:8px;background:#fff}.mobile-menu-details>summary{list-style:none;cursor:pointer;padding:10px 8px;font-weight:600}.mobile-menu-details>summary::-webkit-details-marker{display:none}.mobile-menu-details[open]>summary{border-bottom:1px solid #e5e7eb}.mobile-sub-list{padding:6px;display:grid;gap:2px}.mobile-sub-list .mobile-sub-list{padding-left:10px}.cart-layout,.checkout-layout,.checkout-form-grid{grid-template-columns:1fr}.checkout-summary{position:static;order:-1}.checkout-summary-list{max-height:none}.cart-table-card{padding:10px;overflow:visible}.cart-table thead{display:none}.cart-table tbody{display:grid;gap:10px}.cart-table tr{display:grid;grid-template-columns:64px 1fr auto;grid-template-areas:"image product remove" "image price total" "image qty qty" "image shipping shipping";gap:6px 10px;border:1px solid #e5e7eb;border-radius:10px;padding:10px;background:#fff}.cart-table td{border:none;padding:0;min-height:auto}.cart-col-image{grid-area:image;width:64px}.cart-table-thumb,.cart-table-thumb--fallback{width:64px;height:64px}.cart-col-product{grid-area:product}.cart-col-remove{grid-area:remove;justify-self:end;align-self:start}.cart-col-price{grid-area:price}.cart-col-total{grid-area:total;justify-self:end;font-weight:600;color:#111827}.cart-col-qty{grid-area:qty}.cart-col-shipping{grid-area:shipping;font-size:.84rem;color:#6b7280}.cart-qty-control{width:fit-content}.cart-actions-bottom{display:flex;justify-content:space-between;gap:10px}.cart-actions-bottom .cart-primary-btn,.cart-actions-bottom .cart-secondary-link{flex:1}.cart-summary-card .cart-primary-btn,.cart-summary-card .cart-secondary-link{display:none}}@media (max-width: 768px){.category-view-tabs{display:flex}.catalog-toolbar{grid-template-columns:1fr auto}.category-products--list .category-products-grid{grid-template-columns:1fr}.category-products--list .catalog-card{display:grid;grid-template-columns:1fr;gap:8px}.category-products--list .catalog-card .catalog-image{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:6px}.category-products--grid .category-products-grid{grid-template-columns:repeat(2,1fr)}}.layout-wrap{min-height:100vh;display:flex;flex-direction:column;width:100%;max-width:100vw;min-width:0}main.container{width:100%;max-width:100%;flex:1 1 auto;min-width:0}.site-footer{margin-top:auto;background:#111827;color:#9ca3af;padding:3rem 0 0}.footer-inner{max-width:1080px;margin:0 auto;padding:0 16px 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{max-width:280px}.footer-logo-link{display:inline-block;margin-bottom:.75rem}.footer-logo{height:32px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-tagline{margin:0;font-size:.9rem;line-height:1.5;color:#9ca3af}.footer-heading{margin:0 0 1rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#e5e7eb}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-link:hover{color:#fff}.footer-social{display:flex;gap:12px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff14;color:#e5e7eb;transition:background .2s,color .2s}.footer-social-link:hover{background:#ffffff24;color:#fff}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem}.footer-copyright{margin:0;font-size:.8rem;color:#6b7280}.footer-payments{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.footer-payments-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.footer-payment-icons{display:flex;align-items:center;gap:8px}.footer-payment-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:28px;color:#9ca3af;background:#ffffff0f;border-radius:4px;border:1px solid rgba(255,255,255,.08)}.footer-payment-icon svg{display:block;max-width:100%;max-height:100%}.footer-payment-icon-text{font-size:.65rem;font-weight:700;letter-spacing:.02em}.footer-payment-icon--mp{width:auto;padding:0 4px;background:#fff}.footer-payment-img{height:22px;width:auto;display:block}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-brand{max-width:none}.footer-logo-link{margin-left:auto;margin-right:auto}.footer-social{justify-content:center}.footer-bottom{flex-direction:column;text-align:center}.footer-payments{justify-content:center}}.legal-page{max-width:720px;margin:0 auto;padding:2rem 0 3rem}.legal-page-title{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.legal-lead{font-size:1.05rem;line-height:1.6;color:#374151;margin:0 0 2rem}.legal-page section{margin-bottom:2rem}.legal-page section h2{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 .75rem}.legal-page section p,.legal-page section li{font-size:.95rem;line-height:1.65;color:#374151;margin:0 0 .5rem}.legal-page section ul,.legal-page section ol{margin:0 0 1rem;padding-left:1.5rem}.legal-page section a{color:#111827;text-decoration:underline;text-underline-offset:2px}.legal-page section a:hover{color:#374151}.legal-notice{background:#f9fafb;border-radius:8px;padding:1.25rem;border:1px solid #e5e7eb}.checkout-processing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;background:#ffffffb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.checkout-processing-content{display:grid;gap:12px;justify-items:center;text-align:center;padding:2rem}.checkout-processing-content p{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.checkout-processing-content .muted{font-size:.9rem;font-weight:400}.checkout-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#111827;border-radius:50%;animation:checkout-spin .7s linear infinite}@keyframes checkout-spin{to{transform:rotate(360deg)}}.product-collapse-group{margin-top:1.25rem;border-top:1px solid #e5e7eb}.product-collapse{border-bottom:1px solid #e5e7eb}.product-collapse-summary{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.85rem 0;cursor:pointer;font-weight:600;font-size:.92rem;letter-spacing:.02em;text-transform:uppercase;color:#1f2937;background:none;border:none;text-align:left;-webkit-user-select:none;user-select:none}.product-collapse-chevron{width:18px;height:18px;color:#6b7280;transition:transform .32s ease;flex-shrink:0}.product-collapse--open .product-collapse-chevron{transform:rotate(90deg)}.product-collapse-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s ease}.product-collapse--open .product-collapse-body{grid-template-rows:1fr}.product-collapse-inner{min-height:0;overflow:hidden}.product-collapse-content{padding-bottom:.85rem;font-size:.9rem;color:#4b5563;line-height:1.6}.product-collapse-content ul{margin:.25rem 0 0;padding-left:1.2rem}.product-collapse-content li{margin-bottom:.3rem}.product-collapse-content .muted{margin:0 0 .4rem}.engraving-carousel-wrapper{position:relative;margin-bottom:.75rem}.engraving-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;height:300px}.engraving-track::-webkit-scrollbar{display:none}.engraving-slide{flex:0 0 82%;scroll-snap-align:start;overflow:hidden;border-radius:6px;border:1px solid #e5e7eb;margin-right:8px}.engraving-sample-img{width:100%;height:100%;object-fit:cover;display:block}.engraving-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffd9;border:1px solid #e5e7eb;border-radius:50%;width:36px;height:36px;font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;color:#374151}.engraving-nav--prev{left:6px}.engraving-nav--next{right:6px}.engraving-nav:hover{background:#fff}@media (min-width: 640px){.engraving-slide{flex:0 0 100%;margin-right:0}}@media (max-width: 639px){.engraving-track{height:auto;align-items:flex-start}.engraving-slide{aspect-ratio:1 / 1}.engraving-nav{display:none}}.engraving-input{width:100%;padding:.5rem .65rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;font-family:inherit;margin-bottom:.4rem;box-sizing:border-box}.engraving-warning{color:#dc2626;font-size:.8rem;margin:0 0 .35rem}.engraving-instructions{font-size:.78rem;line-height:1.5;margin:0}.product-content-images{display:flex;flex-direction:column;gap:0;margin-top:1.5rem}.product-content-img{width:100%;height:auto;border-radius:0;display:block}.product-breadcrumb{display:flex;align-items:center;gap:0;font-size:13px;margin-bottom:14px;flex-wrap:wrap}.product-breadcrumb a{color:#6b7280;text-decoration:none;transition:color .15s}.product-breadcrumb a:hover{color:#111827;text-decoration:underline}.product-breadcrumb-sep{margin:0 6px;color:#d1d5db;-webkit-user-select:none;user-select:none}.product-breadcrumb-current{color:#111827;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.product-category-link{display:inline-block;font-size:13px;color:#6b7280;text-decoration:none;text-transform:uppercase;letter-spacing:.04em;margin:0;transition:color .15s}.product-category-link:hover{color:#111827;text-decoration:underline}.product-description{font-size:14px;line-height:1.65;color:#374151}.product-description p{margin:0 0 .6rem}.product-description ul,.product-description ol{padding-left:1.2rem;margin:.4rem 0 .8rem}.product-description li{margin-bottom:.2rem}.product-description strong,.product-description b{font-weight:600;color:#111827}.product-description a{color:#111827;text-decoration:underline}.size-selector{margin-bottom:16px}.size-selector-label{font-size:.88rem;color:#6b7280;margin-bottom:10px;display:flex;gap:4px;align-items:center}.size-selector-value{color:#111827;font-weight:600}.size-selector-options{display:flex;flex-wrap:wrap;gap:8px}.size-option{min-width:44px;height:44px;border-radius:50%;border:1.5px solid #d1d5db;background:#fff;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:border-color .15s,background .15s,color .15s;display:inline-flex;align-items:center;justify-content:center;padding:0 10px}.size-option:hover:not(.selected){border-color:#111827}.size-option.selected{background:#111827;color:#fff;border-color:#111827}.product-out-of-stock{display:inline-block;background:#fee2e2;color:#991b1b;font-size:.8rem;font-weight:600;padding:4px 10px;border-radius:999px;margin-bottom:8px}.product-add-btn{width:100%;padding:14px 20px;font-size:15px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#fff;background:#111827;border:none;border-radius:6px;cursor:pointer;transition:background .2s,transform .1s,opacity .2s}.product-add-btn:hover:not(:disabled){background:#1f2937}.product-add-btn:active:not(:disabled){transform:scale(.98)}.product-add-btn:disabled{opacity:.5;cursor:not-allowed}.product-add-btn.is-added{background:#059669;pointer-events:none}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#000000d9;animation:product-lb-in .2s ease}.product-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:6px;-webkit-user-select:none;user-select:none}.product-lightbox-close{position:absolute;top:16px;right:20px;background:none;border:none;color:#fff;font-size:28px;cursor:pointer;opacity:.8;transition:opacity .15s;line-height:1;padding:4px 8px}.product-lightbox-close:hover{opacity:1}.product-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:#fff;font-size:32px;padding:8px 14px;cursor:pointer;border-radius:6px;opacity:.8;transition:opacity .15s,background .15s;line-height:1}.product-lightbox-nav:hover{opacity:1;background:#ffffff40}.product-lightbox-nav--prev{left:16px}.product-lightbox-nav--next{right:16px}@keyframes product-lb-in{0%{opacity:0}to{opacity:1}}.image-slider__image{cursor:zoom-in}.whatsapp-btn{position:fixed;bottom:24px;right:24px;z-index:240;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000040;transition:box-shadow .2s ease}.whatsapp-btn:hover{animation:wa-pulse .6s ease infinite}@keyframes wa-pulse{0%,to{transform:scale(1);box-shadow:0 4px 12px #25d36666}50%{transform:scale(1.1);box-shadow:0 6px 20px #25d36699}}
