@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Cinzel:wght@500;600;700&display=swap";.container-merch{z-index:10;width:100%;max-width:100%;display:grid;grid-template-columns:65px 1fr 0;grid-template-rows:auto auto 1fr;transition:all .4s ease-in;padding:0;margin:0;gap:0;box-sizing:border-box;overflow-x:hidden}.container-merch.active{grid-template-columns:200px 1fr 0;transition:all .4s ease-in}.sec-tittles{grid-column:1 / -1;grid-row:1;display:flex;flex-direction:column;align-items:flex-start;padding:.75rem 1rem;width:100%;box-sizing:border-box;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);z-index:20;border-bottom:1px solid rgba(212,175,55,.3)}.sec-tittles h1{width:100%;color:#d4af37;text-align:left;font-family:Cinzel,serif;font-size:2rem;font-weight:600;letter-spacing:1.5px;margin:0 0 .35rem}.sec-tittles h3{margin-left:0;color:#f5f5f5;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:500;letter-spacing:.5px}.sec-filters{grid-column:1;grid-row:2;width:65px;z-index:5;position:sticky;top:0;height:fit-content}.sec-products{grid-column:2;grid-row:2;display:flex;flex-direction:column;width:100%;box-sizing:border-box;z-index:1;padding:1rem}.sec-products .box-dropdown{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;margin-bottom:.5rem}.box-dropdown>*{height:42px;display:flex;align-items:center}.sec-products .list-products{margin:0;padding:.5rem;display:flex;flex-wrap:wrap;justify-content:center;align-content:flex-start;gap:1.5rem;width:100%;box-sizing:border-box}.sec-info-product{grid-column:2;grid-row:2;display:flex;flex-direction:column;width:100%;box-sizing:border-box;z-index:1;padding:1rem}.sec-info-product .box-dropdown{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;padding-right:1rem;margin-top:.5rem;margin-bottom:.5rem}.sec-info-product .box-dropdown>*{height:42px;display:flex;align-items:center}.sec-info-product .info-product{display:flex;justify-content:center;width:100%;padding:.5rem}.sec-cart,body .sec-cart,.container-merch .sec-cart{position:fixed!important;top:0!important;right:0!important;width:325px!important;max-width:325px!important;height:100vh!important;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)!important;z-index:10000!important;box-shadow:-10px 0 30px #d4af3740!important;padding:1rem!important;box-sizing:border-box!important;overflow-y:auto!important;transform:translate(100%)!important;opacity:0!important;visibility:hidden!important;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease,visibility .3s ease!important}.sec-cart.active,body .sec-cart.active,.container-merch .sec-cart.active{transform:translate(0)!important;opacity:1!important;visibility:visible!important}.sec-cart .box-close{position:relative;margin:10px 0;display:flex;justify-content:flex-end}.box-close .btn-close{color:#d4af37;cursor:pointer;padding:.5rem}.box-close .btn-close:hover{color:#f5f5f5;transition:all .3s ease}.btn-close svg{width:28px;height:28px}.sec-cart .box-tittles,.sec-cart .box-total{display:flex;justify-content:space-between;font-family:Montserrat,sans-serif;color:#f5f5f5;padding:.5rem 0}.box-total .total{font-family:Cinzel,serif;font-weight:600;font-size:1.2rem;color:#d4af37}.box-tittles,.box-total{margin:.5rem 0}.box-tittles .subtotal{font-weight:500}.box-order{position:relative;display:block;width:100%;margin-top:1rem}@media(max-width:1024px){.container-merch{grid-template-columns:65px 1fr 0}.container-merch.active{grid-template-columns:180px 1fr 0}.sec-products .list-products{justify-content:center;align-content:flex-start;gap:1.25rem}.container-card{width:240px}}@media(min-width:769px)and (max-width:820px){.container-merch{grid-template-columns:55px 1fr}.container-merch.active{grid-template-columns:160px 1fr}.sec-filters{width:55px}.container-merch.active .sec-filters{width:160px}.sec-products{padding:.5rem .5rem .5rem 1rem}.sec-products .list-products{gap:.75rem}.sec-products .box-dropdown{gap:.25rem;padding:.25rem}.sec-products .box-dropdown>*{height:36px}.search-wrapper{height:36px;padding:0 8px}.search-input{min-width:50px;font-size:11px}.search-label svg{width:14px;height:14px}.container-card{width:160px}.img-product{height:120px}.desc-product{padding:.5rem}.desc-product h3{font-size:.7rem}.desc-product h4{font-size:.65rem}}@media(min-width:821px)and (max-width:907px){.container-merch{grid-template-columns:55px 1fr}.container-merch.active{grid-template-columns:160px 1fr}.sec-filters{width:55px}.container-merch.active .sec-filters{width:160px}.sec-products{padding-left:.5rem}.sec-products .box-dropdown{gap:.25rem;padding:.25rem}.sec-products .box-dropdown>*{height:36px}.search-wrapper{height:36px;padding:0 8px}.search-input{min-width:60px;font-size:12px}.search-label svg{width:14px;height:14px}.container-card{width:180px}.desc-product h3{font-size:.75rem}.desc-product h4{font-size:.7rem}}@media(min-width:749px)and (max-width:840px){.container-merch{grid-template-columns:65px 1fr}.container-merch.active{grid-template-columns:190px 1fr}.sec-filters{width:65px}.container-merch.active .sec-filters{width:190px}.sec-products{width:100%}.container-card{width:210px}.desc-product h3{font-size:.85rem}.desc-product h4{font-size:.8rem}}@media(max-width:768px){.container-merch{display:flex;flex-direction:column;width:100%;min-height:100vh}.container-merch.active{display:flex;flex-direction:column}.sec-tittles{width:100%;padding:.5rem 1rem;flex-shrink:0}.sec-tittles h1{font-size:1.1rem}.sec-tittles h3{font-size:.75rem}.sec-cart,body .sec-cart,.container-merch .sec-cart,.sec-cart.active,body .sec-cart.active,.container-merch .sec-cart.active{width:100%!important;max-width:100%!important}.sec-filters{width:100%;position:relative;z-index:10;flex-shrink:0;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border-bottom:1px solid rgba(212,175,55,.3);padding:0;margin:0;height:auto}.container-merch.active .sec-filters{width:100%}.sec-products{width:100%;padding:.5rem;margin:0;flex:1}.sec-products .box-dropdown{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.sec-products .box-dropdown .search-wrapper{width:95%;margin:0 auto;border-radius:10px;border:1px solid #e0e0e0;transition:border-color .3s ease,box-shadow .3s ease}.sec-products .box-dropdown .search-wrapper:focus-within{border-color:#d4af37!important;box-shadow:0 4px 20px #d4af3740!important}.sec-products .box-dropdown .search-input{width:100%}.sec-products .box-dropdown .row-controls{display:flex;justify-content:flex-end;width:100%;gap:.5rem;background:transparent;border:none;border-radius:0;padding:0}.sec-products .box-dropdown>button,.sec-products .box-dropdown>div{display:inline-flex;justify-content:center;align-items:center;border:none;background:transparent;transition:none}.sec-products .box-dropdown>button,.sec-products .box-dropdown>div{transition:none}.sec-info-product .box-dropdown{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem;margin-top:.4rem;margin-bottom:.4rem;background:#fff;border-radius:16px;box-shadow:0 2px 12px #3d223214}.sec-info-product .box-dropdown>*{height:44px;width:100%}.sec-info-product .info-product{padding:.25rem}}@media(max-width:480px){.sec-tittles{padding:.5rem}.sec-tittles h1{font-size:1.2rem}.sec-tittles h3{font-size:.75rem}.sec-products{padding:.5rem .25rem}.sec-products .list-products{flex-direction:column;align-items:center;gap:.5rem}.container-card{width:100%;max-width:100%;margin:0 auto;padding:8px}.container-card img{height:150px}.desc-product h3{font-size:.8rem}.desc-product h4{font-size:.75rem}.sec-products .box-dropdown{flex-direction:row;justify-content:flex-end;align-items:center;gap:.4rem}.sec-products .box-dropdown>*{height:34px}.sec-info-product .box-dropdown{padding-right:.5rem;margin-top:.3rem;margin-bottom:.3rem}.sec-info-product .box-dropdown>*{height:34px}.sec-info-product{padding:.5rem .25rem}}@media(max-width:360px){.container-card{width:100%;max-width:100%;margin:0 auto;padding:6px}.container-card img{height:120px;border-radius:10px}.desc-product h3{font-size:.8rem}.desc-product h4{font-size:.75rem}}.dropdown{position:relative;display:inline-block;font-family:Montserrat,sans-serif;font-size:14px;z-index:10;right:1%;margin-right:.5%}.dropdown-button{color:#000;font-family:Montserrat,sans-serif;width:180px;height:42px;padding:0 14px;background:linear-gradient(135deg,#d4af37,#e5c76b);border-radius:21px;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:0 4px 15px #d4af3740;box-sizing:border-box;font-size:12px}.dropdown-button:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);box-shadow:0 6px 20px #d4af3759;transform:translateY(-2px)}.dropdown-button.disabled{opacity:.5;cursor:not-allowed}.dropdown-button.disabled:hover{color:#fff;transform:none}.dropdown-menu{position:absolute;top:110%;left:0;width:100%;border-radius:16px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border:2px solid rgba(212,175,55,.2);box-shadow:0 8px 25px #d4af3733;list-style:none;padding:0;margin-top:8px;overflow:hidden;max-height:0;opacity:0;transform:translateY(-8px);pointer-events:none;transition:max-height .3s ease,opacity .3s ease,transform .3s ease;z-index:10}.dropdown-menu.open{max-height:300px;opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-item{padding:12px 14px;cursor:pointer;transition:background-color .2s ease;color:#f5f5f5;font-family:Montserrat,sans-serif;font-size:13px}.dropdown-item:hover{background:#d4af371a;color:#d4af37}.arrow{font-size:.7rem;margin-left:6px;transition:transform .25s ease}.arrow.open{transform:rotate(180deg)}@media(max-width:768px){.dropdown-button{width:150px;height:38px;padding:0 12px;font-size:12px}}@media(max-width:907px){.dropdown-button{width:140px;height:36px;padding:0 10px;font-size:11px}}@media(max-width:480px){.dropdown{right:0;margin-right:0}.dropdown-button{width:130px;height:34px;padding:0 10px;font-size:11px;border-radius:17px}}.container-filters{position:sticky;top:0;left:0;width:65px;max-height:calc(100vh - 120px);min-height:350px;z-index:10;margin:1rem 0 1rem 10px;overflow:visible;float:left}.container-filters.eight-more-categories{height:380px}.container-filters.seven-categories{height:350px}.container-filters.six-categories{height:320px}.container-filters.five-categories{height:290px}.container-filters.four-categories{height:260px}.container-filters.three-categories{height:230px}.container-filters.two-categories{height:200px}.container-filters.one-categories{height:170px}button{background:transparent;border:0;padding:0;cursor:pointer}.sidebar-menu button svg{color:#d4af37;width:36px;height:36px;transform:translate(-8px);fill:#d4af37}.sidebar{position:relative;overflow:visible;top:0;left:0;width:65px;height:100%;min-height:300px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a,#1a1a1a);transition:all .4s ease-in;border-radius:16px;border:2px solid rgba(212,175,55,.25);box-shadow:0 4px 15px #d4af3726}.container-filters.open .sidebar{width:220px;margin-right:8px}.sidebar-inner{position:relative;top:0;left:0;width:220px}.sidebar-header{display:flex;align-items:center;height:60px;padding:0 1rem 0 0;background:transparent;border-left:3px solid transparent;transition:all .4s;overflow:hidden}.sidebar-header h3{opacity:0;transition:opacity .3s ease;font-family:Montserrat,sans-serif;color:#f5f5f5;font-size:.9rem;font-weight:600;margin-left:12px;letter-spacing:1px}.container-filters.open .sidebar-header h3{opacity:1}.sidebar-header:hover{border-left:3px solid #d4af37}.sidebar-burger{width:60px;height:60px;display:grid;place-items:center;background:transparent;border:none;cursor:pointer;color:#d4af37}.sidebar-burger svg{width:36px;height:36px;color:#d4af37}.sidebar-logo{height:28px;opacity:0;transition:all .4s}.container-filters.open .sidebar-logo{opacity:1;transition:all .4s}.sidebar-menu{display:grid;position:relative;overflow-y:auto}.sidebar-menu>button,.category-item{display:flex;gap:10px;align-items:center;min-height:44px;height:auto;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:500;letter-spacing:1px;line-height:1;padding:6px 20px;border-left:3px solid transparent;transition:all .4s}.sidebar-menu>button:hover,.category-item:hover{border-left:3px solid #d4af37;& svg,span{fill:#d4af37;color:#d4af37!important;transition:all .4s ease-in}}.scroll-arrow-top{position:absolute;right:8px;top:70px;z-index:5;display:none}.scroll-arrow-bottom{position:absolute;right:8px;bottom:8px;z-index:5;display:none}.container-filters.open .scroll-arrow-top,.container-filters.open .scroll-arrow-bottom{display:flex}.arrow-btn{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#e5c76b);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #d4af3766;transition:all .3s ease}.arrow-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #d4af3780}.arrow-btn.disabled,.arrow-btn:disabled{opacity:.6;cursor:not-allowed;background:#d4af374d}.arrow-btn.disabled:hover,.arrow-btn:disabled:hover{transform:none;box-shadow:0 2px 8px #d4af3766;cursor:not-allowed}.arrow-btn svg{width:16px;height:16px;transform:none}.sidebar-inner{position:relative}.sidebar-menu{max-height:280px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.sidebar-menu::-webkit-scrollbar{display:none}.category-item{cursor:pointer;position:relative;padding-left:45px}.category-item input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:20px;width:20px;left:15px;top:50%;transform:translateY(-50%);z-index:1}.checkmark{position:absolute;left:15px;top:50%;transform:translateY(-50%);height:20px;width:20px;background-color:#1a1a1a;border:2px solid rgba(212,175,55,.4);border-radius:4px;transition:all .3s ease}.category-item:hover .checkmark{background-color:#d4af371a;border-color:#d4af37}.category-item input[type=checkbox]:checked~.checkmark{background-color:#d4af37;border-color:#d4af37}.category-item input[type=checkbox]:checked~.checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #1a1a1a;border-width:0 2px 2px 0;transform:rotate(45deg)}.category-label{color:#f5f5f5;opacity:0;transition:all .4s}.container-filters.open .category-label{opacity:1;transition:all .4s}button .icon-tabler-plus{transform:translate(-22px) scale(.7)!important}button .icon-tabler-coin{transform:translate(-22px)!important}@media(max-width:768px){.container-filters{position:relative;width:100%;max-height:none;margin:0;padding:0;overflow:visible;float:none;height:auto!important;min-height:auto!important}.container-filters.eight-more-categories,.container-filters.seven-categories,.container-filters.six-categories,.container-filters.five-categories,.container-filters.four-categories,.container-filters.three-categories,.container-filters.two-categories,.container-filters.one-categories{height:auto!important;min-height:auto!important}}@media(max-width:768px){.container-filters{width:100%;max-width:100%}.container-filters .sidebar{width:100%;height:auto;min-height:auto;border-radius:0;border:none;background:transparent;overflow:visible;transition:none}.sidebar-header{display:none}.sidebar-inner{width:100%;max-width:100%;position:relative;box-sizing:border-box}.sidebar{width:100%;height:auto!important;min-height:auto!important;overflow:visible!important}.sidebar-menu{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:.5rem;width:100%;box-sizing:border-box;margin:0;align-content:start;height:auto;max-height:none;overflow:visible}.scroll-arrow-top,.scroll-arrow-bottom{display:none}.sidebar-menu>button,.category-item{margin:0}.sidebar-menu>button,.category-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:auto;min-height:60px;padding:8px 12px;border:1.5px solid rgba(212,175,55,.25);border-radius:10px;background:#1a1a1a;font-size:.7rem;white-space:nowrap;box-shadow:0 2px 8px #d4af371a;text-align:center}.category-item{flex-direction:row;justify-content:flex-start;padding-left:12px}.category-label{opacity:1;color:#f5f5f5;text-align:center;line-height:1.2;font-size:.75rem}.checkmark{position:relative;left:0;top:0;transform:none;flex-shrink:0}.sidebar-menu>button svg{width:24px!important;height:24px!important;transform:none!important;flex-shrink:0;margin:0 auto}.sidebar-menu>button:hover,.category-item:hover{background:linear-gradient(135deg,#d4af37,#e5c76b);border-color:#d4af37}.sidebar-menu>button:hover svg,.category-item:hover .checkmark{color:#1a1a1a;fill:#1a1a1a;background-color:#ffffff4d}.sidebar-menu>button:hover span,.category-item:hover .category-label{color:#1a1a1a}.category-item:nth-last-child(1){border-bottom:1.5px solid rgba(212,175,55,.25);margin-bottom:0}.sidebar-menu>button:first-child,.category-item:first-child{grid-column:1 / -1;flex-direction:row;min-height:44px;height:44px}.sidebar-menu>button:first-child svg{width:24px!important;height:24px!important;margin:0}.sidebar-menu>button:first-child span{text-align:left;margin-left:8px}}@media(max-width:480px){.sidebar-menu{grid-template-columns:repeat(2,1fr);gap:6px;padding:.5rem}.sidebar-menu>button{height:auto;min-height:50px;padding:6px 8px;font-size:.65rem;border-radius:8px}.sidebar-menu>button svg{width:20px!important;height:20px!important}.sidebar-menu>button:first-child{grid-column:1 / -1;flex-direction:row;min-height:40px;height:40px}.sidebar-menu>button:first-child svg{width:20px!important;height:20px!important;margin:0}.sidebar-menu>button:first-child span{text-align:left;margin-left:8px}}.container-card{width:100%;max-width:260px;border-radius:18px;border:2px solid rgba(212,175,55,.15);padding:0;background:#1a1a1a;animation:aparecer .4s ease-in;box-shadow:0 6px 20px #d4af371a;box-sizing:border-box;overflow:hidden}@keyframes aparecer{0%{opacity:0}to{opacity:1}}.box-image{width:100%;min-height:180px;overflow:hidden;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);position:relative;display:flex;align-items:stretch;justify-content:center;box-sizing:border-box}.box-image img{width:100%;height:100%;object-fit:contain;object-position:center;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;padding:8px;box-sizing:border-box}.desc-product{margin-top:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#f5f5f5;text-align:center;padding:10px}.desc-product h3{font-family:Cinzel,serif;font-size:1rem;font-weight:600;line-height:1.3;margin:.4rem 0;color:#f5f5f5}.desc-product h4{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:600;color:#d4af37;margin:.2rem 0 .5rem}.desc-product .group-btns{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.75rem}.desc-product .group-btns>*{flex-shrink:0}@media(max-width:768px){.container-card{max-width:100%;margin:0 auto;padding:8px;border-radius:14px;overflow:hidden;box-sizing:border-box}.box-image{width:100%;max-width:100%;overflow:hidden;border-radius:12px}.desc-product h3{font-size:.9rem}.desc-product h4{font-size:.85rem}.desc-product .group-btns{gap:.5rem}.group-btns .box-tilde svg{width:22px;height:22px}.group-btns .box-tilde.active{width:30px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}}@media(max-width:480px){.container-card{max-width:100%;margin:0 auto;padding:6px;border-radius:12px;border-width:1.5px;overflow:hidden;box-sizing:border-box}.box-image{width:100%;max-width:100%;overflow:hidden;border-radius:10px}.desc-product h3{font-size:.8rem;margin:.3rem 0}.desc-product h4{font-size:.75rem;margin:.15rem 0 .3rem}.desc-product .group-btns{gap:.4rem}.group-btns .box-tilde svg{width:20px;height:20px}.group-btns .box-tilde.active{width:28px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}}@media(max-width:360px){.container-card{max-width:100%;margin:0 auto;padding:5px;overflow:hidden;box-sizing:border-box}.box-image{width:100%;max-width:100%;overflow:hidden;border-radius:8px}.desc-product h3{font-size:.75rem}.desc-product h4{font-size:.7rem}.desc-product .group-btns{gap:.3rem}.group-btns .box-tilde svg{width:18px;height:18px}.group-btns .box-tilde.active{width:26px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}}.btn-add-cart{font-family:Montserrat,sans-serif;position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;font-weight:600;text-decoration:none;text-transform:uppercase;border:none;height:36px;font-size:.7rem;transition:all .3s ease;border-radius:20px;padding:0 12px;box-shadow:0 3px 10px #d4af374d;white-space:nowrap}.btn-add-cart:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);color:#1a1a1a;box-shadow:0 5px 15px #d4af3766;transform:translateY(-2px);cursor:pointer}.btn-add-cart span{position:relative;z-index:1}.btn-add-cart{font-family:Montserrat,sans-serif;position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;font-weight:600;text-decoration:none;text-transform:uppercase;border:none;height:36px;transition:all .3s ease;border-radius:20px;padding:0 16px;box-shadow:0 4px 12px #d4af3759;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;overflow:hidden}.btn-add-cart:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-add-cart:hover:before{width:150%;height:150%}.btn-add-cart.disabled{opacity:.5;pointer-events:none}.btn-add-cart:hover{box-shadow:0 6px 18px #d4af3780;transform:translateY(-2px)}.btn-add-cart:active{transform:translateY(0)}.btn-add-cart span{position:relative;z-index:1;display:flex;align-items:center;gap:6px;font-size:.75rem;white-space:nowrap}.btn-add-cart span svg{width:18px;height:18px}.btn-add-cart i{display:none}@media(max-width:768px){.btn-add-cart{height:32px;padding:0 12px;border-radius:16px}.btn-add-cart span{font-size:.7rem;gap:4px}.btn-add-cart span svg{width:16px;height:16px}}@media(max-width:480px){.btn-add-cart{height:30px;padding:0 10px;border-radius:15px}.btn-add-cart span{font-size:.65rem;gap:4px}.btn-add-cart span svg{width:14px;height:14px}}@media(max-width:360px){.btn-add-cart{height:28px;padding:0 8px;border-radius:14px}.btn-add-cart span{font-size:.6rem;gap:3px}.btn-add-cart span svg{width:12px;height:12px}}@media(max-width:768px){.btn-add-cart{height:32px;font-size:.65rem;padding:0 10px;border-radius:16px}}@media(max-width:480px){.btn-add-cart{height:30px;font-size:.6rem;padding:0 8px}}.carousel{position:relative;width:100%;margin:0 auto;overflow:hidden;border-radius:14px;background:linear-gradient(135deg,#1a1a1a,#0a0a0a);box-sizing:border-box;display:flex;flex-direction:column}.carousel-img-wrapper{width:100%;height:200px;position:relative;overflow:hidden;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box}.carousel-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;animation:fade .5s ease;display:block;box-sizing:border-box}.carousel-img-wrapper:hover .carousel-img{transform:scale(1.02);transform-origin:center center}@keyframes fade{0%{opacity:.3}to{opacity:1}}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:10px;padding:10px 0}.dot{width:10px;height:10px;border-radius:50%;background:#d4af374d;cursor:pointer;transition:all .3s ease;border:none;flex-shrink:0}.dot.active{background:#d4af37;transform:scale(1.2)}.dot:hover:not(.active){background:#d4af3799}@media(max-width:768px){.carousel{width:100%;max-width:100%;overflow:hidden;border-radius:12px;box-sizing:border-box}.carousel-img-wrapper{height:220px;width:100%;max-width:100%;overflow:hidden;flex-shrink:0;box-sizing:border-box}.carousel-img{width:100%;height:100%;max-width:100%;object-fit:contain;box-sizing:border-box}.carousel-dots{gap:10px;padding:10px 0;overflow:hidden}.dot{width:10px;height:10px;flex-shrink:0}}@media(max-width:480px){.carousel{border-radius:12px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.carousel-img-wrapper{height:240px;width:100%;max-width:100%;border-radius:12px;overflow:hidden;box-sizing:border-box}.carousel-dots{gap:10px;padding:10px 0;overflow:hidden}.dot{width:12px;height:12px;flex-shrink:0}}@media(max-width:360px){.carousel{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.carousel-img-wrapper{height:200px;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.carousel-dots{gap:10px;overflow:hidden}.dot{width:10px;height:10px;flex-shrink:0}}.btn-info{position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;text-decoration:none;height:36px;width:40px;border:none;font-size:.75rem;transition:all .3s ease;border-radius:18px;display:flex;align-items:center;justify-content:center}.btn-info:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);color:#1a1a1a;box-shadow:0 4px 15px #d4af3759;cursor:pointer;transform:scale(1.05)}.btn-info span svg{width:20px;height:20px}.btn-info{position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;text-decoration:none;height:36px;width:36px;border:none;transition:all .3s ease;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.btn-info:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#00000026;border-radius:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-info:hover:before{width:150%;height:150%}.btn-info:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);color:#1a1a1a;box-shadow:0 4px 15px #d4af3766;cursor:pointer;transform:scale(1.08)}.btn-info:active{transform:scale(1)}.btn-info span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.btn-info span svg{width:18px;height:18px}.btn-info i{display:none}@media(max-width:768px){.btn-info{height:32px;width:32px}.btn-info span svg{width:16px;height:16px}}@media(max-width:480px){.btn-info{height:28px;width:28px}.btn-info span svg{width:14px;height:14px}}@media(max-width:360px){.btn-info{height:26px;width:26px}.btn-info span svg{width:12px;height:12px}}@media(max-width:768px){.btn-info{height:32px;width:36px;border-radius:16px}.btn-info span svg{width:18px;height:18px}}@media(max-width:480px){.btn-info{height:28px;width:32px;border-radius:14px}.btn-info span svg{width:16px;height:16px}}.container-card-info{display:flex;width:90%;max-width:900px;border-radius:24px;border:2px solid rgba(212,175,55,.12);padding:24px;margin:1rem auto;background:linear-gradient(145deg,#1a1a1a,#0a0a0a);animation:slideUp .4s ease-out;box-shadow:0 10px 40px #d4af371f,0 2px 10px #d4af3714}.box-image{flex:1;max-width:400px;min-width:280px}.desc-product-info{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 24px;color:#f5f5f5;text-align:center}.desc-product-info h3{font-family:Cinzel,serif;font-size:1.75rem;font-weight:700;color:#f5f5f5;margin:0 0 8px;line-height:1.2;letter-spacing:.5px}.desc-product-info h4{font-family:Montserrat,sans-serif;font-size:1.4rem;font-weight:700;color:#d4af37;margin:0 0 16px;letter-spacing:1px}.desc-product-info p{font-family:Montserrat,sans-serif;font-size:.95rem;color:#a0a0a0;text-align:center;line-height:1.7;margin:0 0 24px;max-width:320px;padding:0 12px}.group-btns{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-top:.75rem}.group-btns>*{flex-shrink:0}.group-btns .box-tilde{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:0;opacity:0;overflow:hidden;transition:width .3s ease,opacity .3s ease}.group-btns .box-tilde.active{width:32px;opacity:1}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}.group-btns .box-tilde svg{color:#d4af37;width:24px;height:24px;flex-shrink:0}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container-card-info{flex-direction:column;width:95%;padding:20px;border-radius:20px}.box-image{max-width:100%;min-width:unset}.desc-product-info{padding:20px 16px 8px}.desc-product-info h3{font-size:1.5rem}.desc-product-info h4{font-size:1.25rem;margin-bottom:12px}.desc-product-info p{font-size:.9rem;max-width:280px;margin-bottom:20px}.group-btns{gap:.5rem}.group-btns .box-tilde.active{width:30px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}.group-btns .box-tilde svg{width:22px;height:22px}}@media(max-width:480px){.container-card-info{width:100%;border-radius:16px;padding:16px;margin:.5rem auto;border-width:1.5px}.desc-product-info{padding:16px 12px 4px}.desc-product-info h3{font-size:1.3rem;margin-bottom:6px}.desc-product-info h4{font-size:1.1rem;margin-bottom:10px}.desc-product-info p{font-size:.85rem;max-width:240px;margin-bottom:16px;line-height:1.6}.group-btns{gap:.4rem}.group-btns .box-tilde.active{width:28px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}.group-btns .box-tilde svg{width:20px;height:20px}}@media(max-width:360px){.container-card-info{padding:12px;border-radius:14px}.desc-product-info h3{font-size:1.15rem}.desc-product-info h4{font-size:1rem}.desc-product-info p{font-size:.8rem;max-width:200px}.group-btns{gap:.3rem}.group-btns .box-tilde.active{width:26px}.group-btns .box-tilde.active svg{transform:none;color:#d4af37}.group-btns .box-tilde svg{width:18px;height:18px}}.btn-back{position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;text-decoration:none;height:40px;width:45px;border:none;font-size:.8rem;transition:all .3s ease;border-radius:20px;display:flex;align-items:center;justify-content:center}.btn-back:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);color:#1a1a1a;box-shadow:0 4px 15px #d4af3759;cursor:pointer;transform:scale(1.05)}.btn-back:active{transform:scale(1)}.btn-back span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.btn-back span svg{width:22px;height:22px}.btn-back i{display:none}@media(max-width:768px){.btn-back{height:36px;width:40px;border-radius:18px}.btn-back span svg{width:20px;height:20px}}@media(max-width:480px){.btn-back{height:32px;width:36px;border-radius:16px}.btn-back span svg{width:18px;height:18px}}.box-btn-cart{position:relative;display:inline-flex;align-items:center;margin-right:.5rem}.btn-cart{font-family:Montserrat,sans-serif;position:relative;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;font-weight:600;text-decoration:none;text-transform:uppercase;border:none;height:42px;width:42px;font-size:.75rem;transition:all .3s ease;border-radius:50%;box-shadow:0 4px 15px #d4af374d;display:flex;align-items:center;justify-content:center}.btn-cart.disabled{opacity:.5;pointer-events:none}.btn-cart:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);color:#1a1a1a;box-shadow:0 6px 20px #d4af3773;cursor:pointer;transform:translateY(-4px) scale(1.05)}.btn-cart span{position:relative;z-index:1}.btn-cart i{display:flex;align-items:center;justify-content:center}.btn-cart i svg{transform:none}.cart-badge{position:absolute;top:-6px;right:-6px;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;border:2px solid #1a1a1a;font-family:Montserrat,sans-serif;width:18px;height:18px;font-size:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;box-shadow:0 2px 8px #d4af3766}.box-btn-cart:hover .cart-badge{transition:all .2s ease-in;transform:scale(1.1)}@media(max-width:907px){.box-btn-cart{margin-right:.3rem}.btn-cart{height:36px;width:36px}.cart-badge{width:16px;height:16px;font-size:9px}}@media(max-width:768px){.box-btn-cart{margin-right:.3rem}.btn-cart{height:38px;width:38px}.cart-badge{width:16px;height:16px;font-size:9px;top:-5px;right:-5px}}@media(max-width:480px){.box-btn-cart{margin-right:.25rem}.btn-cart{height:34px;width:34px}.btn-cart i svg{transform:none}.cart-badge{width:14px;height:14px;font-size:8px;top:-5px;right:-5px}}.search-wrapper{margin-right:2%;display:flex;align-items:center;background:#fff;border:2px solid rgba(212,175,55,.3);border-radius:12px;padding:0 12px;height:44px;box-shadow:0 4px 15px #d4af3726;transition:border-color .3s ease,box-shadow .3s ease}.search-wrapper:focus-within{border-color:#d4af37!important;box-shadow:0 4px 20px #d4af3740!important}.search-label{display:flex;align-items:center;justify-content:center;color:#d4af37;margin-right:8px}.search-input{border:none;outline:none;background:transparent;font-size:14px;font-family:Montserrat,sans-serif;color:#1a1a1a;flex:1;min-width:100px}.search-input::placeholder{color:#aaa}.search-clear{background:#d4af371a;border:none;color:#d4af37;cursor:pointer;font-size:12px;padding:4px 6px;border-radius:50%;margin-right:4px;transition:all .2s ease}.search-clear:hover{background:#d4af3733}@media(max-width:907px){.search-wrapper{height:38px;padding:0 8px;margin-right:1%}.search-input{min-width:50px;font-size:12px}}@media(max-width:768px){.search-wrapper{height:40px;padding:0 12px;margin:0;width:85%!important}.search-wrapper:focus-within{border-color:#d4af37;box-shadow:0 4px 20px #d4af3740}.search-input{width:100%;font-size:13px}}@media(max-width:480px){.search-wrapper{height:38px;padding:0 12px;margin:0;width:85%!important}.search-wrapper:focus-within{border-color:#d4af37;box-shadow:0 4px 20px #d4af3740}.search-input{width:100%;font-size:12px}.box-dropdown .row-controls{transform:translate(-25px)}}.container-product-cart{display:grid;grid-template-columns:1fr auto;width:100%;margin-bottom:1rem;padding:12px;box-sizing:border-box}.container-product-cart .box-left{display:flex;flex-direction:column;justify-content:left;gap:8px}.container-product-cart .box-right{display:flex;justify-content:center;align-items:center;gap:12px}.box-tittle h5,.box-price h5{color:#f5f5f5;margin:0}.box-tittle h5{font-family:Cinzel,serif;font-size:.95rem;font-weight:600;text-align:left}.box-price h5{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:#d4af37}.box-img img{width:80px;height:80px;border-radius:12px;border:2px solid rgba(212,175,55,.25);object-fit:cover;box-shadow:0 3px 10px #d4af3733}.plus-less{display:flex;align-items:center;gap:4px}.plus-less svg{color:#d4af37;width:28px;height:28px;transition:all .3s ease}.plus-less svg:hover{color:#f5f5f5;cursor:pointer;transform:scale(1.1)}.plus-less .icon-tabler-circle-plus,.plus-less .icon-tabler-circle-minus{transform:translateY(0)}.plus-less .input-count{font-family:Montserrat,sans-serif;text-align:center;width:36px;height:36px;border:1px solid rgba(212,175,55,.3);border-radius:8px;background:#1a1a1a;color:#f5f5f5;font-weight:600;font-size:14px}.plus-less .input-count::-webkit-inner-spin-button,.plus-less .input-count::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;-moz-appearance:textfield}.box-trash svg{color:#d4af37;cursor:pointer;transition:all .3s ease;width:24px;height:24px}.box-trash svg:hover{color:#e74c3c;transform:scale(1.1)}@media(min-width:769px){.box-img{transform:translate(2px)}.box-tittle{transform:translate(-13px)}.box-plus-less{transform:translate(-17px)}.box-right{transform:translate(23px)}.total{transform:translate(-10px)}}@media(max-width:768px){.container-product-cart{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:10px;gap:10px}.container-product-cart .box-left{flex-direction:row;justify-content:flex-start;align-items:center;flex:1;min-width:0;gap:12px}.box-img img{width:50px;height:50px}.box-tittle h5{font-size:.85rem}.box-right{flex-direction:row;gap:8px;transform:translate(23px)}.box-price h5{font-size:.85rem}.plus-less svg{width:24px;height:24px}.plus-less .input-count{width:32px;height:32px;font-size:13px}.total{transform:translate(-10px)}}@media(max-width:480px){.container-product-cart{padding:8px;margin-bottom:.75rem}.box-img img{width:45px;height:45px}.box-tittle{max-width:100px;overflow:hidden}.box-tittle h5{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.box-price h5{font-size:.8rem}.plus-less svg{width:22px;height:22px}.plus-less .input-count{width:28px;height:28px;font-size:12px}.box-trash svg{width:20px;height:20px}}.btn-order-wrapper{position:relative;display:inline-block}.btn-order{font-family:Montserrat,sans-serif;display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#d4af37,#e5c76b);color:#1a1a1a;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;border:none;padding:.75rem 1.25rem;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d4af374d}.btn-order:hover{background:linear-gradient(135deg,#e5c76b,#d4af37);box-shadow:0 6px 20px #d4af3766;transform:translateY(-2px)}.btn-order:active{transform:translateY(0);box-shadow:0 3px 10px #d4af374d}.btn-order-icon{display:flex;align-items:center;justify-content:center}.btn-order-icon svg{width:18px;height:18px}.btn-order-text{position:relative;z-index:1}.btn-order-arrow{display:flex;align-items:center;justify-content:center;padding-left:.5rem;border-left:1px solid rgba(26,26,26,.2);margin-left:.25rem}.btn-order-arrow svg{width:14px;height:14px}.btn-order.disabled{opacity:.5;pointer-events:none;background:linear-gradient(135deg,#888,#999)}.btn-order-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:12px;padding:.5rem;box-shadow:0 8px 25px #0006;z-index:100;border:1px solid rgba(212,175,55,.3);min-width:240px}.dropdown-label{font-family:Montserrat,sans-serif;font-size:.65rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;padding:0 .5rem .5rem;border-bottom:1px solid rgba(212,175,55,.2)}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:1px solid transparent;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left}.dropdown-item:hover{background:#d4af371a;border-color:#d4af374d;transform:translate(4px)}.dropdown-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#25d36626;border-radius:50%}.dropdown-item-icon svg{width:16px;height:16px;color:#25d366}.dropdown-item-info{display:flex;flex-direction:column;gap:2px;flex:1}.dropdown-item-name{font-family:Montserrat,sans-serif;font-weight:600;font-size:.85rem;color:#f5f5f5}.dropdown-item-number{font-family:Montserrat,sans-serif;font-size:.7rem;color:#888}.dropdown-item-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#d4af37;opacity:0;transform:translate(-8px);transition:all .2s ease}.dropdown-item:hover .dropdown-item-arrow{opacity:1;transform:translate(0)}.dropdown-item-arrow svg{width:18px;height:18px}@media(max-width:480px){.btn-order{padding:.6rem 1rem;font-size:.75rem;gap:.4rem}.btn-order-icon svg{width:16px;height:16px}.btn-order-text{font-size:.7rem}.btn-order-dropdown{left:50%;transform:translate(-50%);min-width:200px;right:auto}.dropdown-item{padding:.6rem;gap:.5rem}.dropdown-item-icon{width:24px;height:24px}.dropdown-item-icon svg{width:14px;height:14px}.dropdown-item-name{font-size:.8rem}.dropdown-item-arrow{display:none}}main[data-astro-cid-yfwjf34f]{min-height:calc(100vh - 200px);background:#fafafa;width:100%;margin:0;padding:0}
