.product{cursor:pointer;text-align:center;flex-direction:column;align-items:center;width:100%;min-height:200px;margin:1rem 0;transition:transform .3s;display:flex;position:relative}.product:hover{transform:translateY(-5px)}.product__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:.25rem;padding:0 .25rem;font-size:.8rem;display:flex}.product-icon{align-items:center;display:flex}.product__rarity-percentage-flex{color:#374151;background-color:#f3f4f6;border-radius:999px;align-items:center;gap:4px;padding:.15rem .4rem;display:inline-flex}.product__rarity-percentage-flex span{line-height:normal}.product-badge{justify-content:center;align-items:center;display:flex;position:relative}.product-badge:after{content:"% de que te toque este producto";white-space:nowrap;color:#f9fafb;opacity:0;pointer-events:none;z-index:5;background-color:#111827;border-radius:.35rem;padding:.3rem .5rem;font-size:.7rem;transition:opacity .15s,transform .15s;position:absolute;bottom:-2.2rem;right:0;transform:translate(10%)}.product-badge:hover:after{opacity:1;transform:translate(10%)translateY(-2px)}.product__image-wrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;max-width:11rem;margin:0 auto;padding:.75rem;display:flex}.product-image{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product__image{object-fit:contain;border-radius:.75rem;width:100%;height:100%}.product__name{text-align:center;color:#333;width:100%;margin-top:.5rem;font-size:.875rem;font-weight:700}.product__price{text-align:center;color:#111827;margin-top:.15rem;font-size:.9rem;font-weight:700}@media (min-width:600px){.product__image-wrapper{border-radius:1.25rem;max-width:13rem;padding:1rem}}@media (min-width:1024px){.product__image-wrapper{border-radius:1.25rem;max-width:12rem;padding:1rem}}.product-modal{z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.product-modal__content{will-change:transform, opacity;background:#fff;width:100%;max-height:90vh;animation:.3s cubic-bezier(.22,1,.36,1) productModalSlideUp;position:relative;overflow-y:auto;box-shadow:0 -8px 32px #0003}@keyframes productModalSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.product-modal__close{color:#000;cursor:pointer;transform-origin:50%;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:.25rem;font-size:1.7rem;font-weight:700;line-height:1;transition:color .3s,transform .2s;display:flex;position:absolute;top:1rem;right:1rem}.product-modal__close:hover{color:#111827;transform:rotate(90deg)}.product-modal__image-section{background:linear-gradient(#f9fafb,#fff);border-bottom:1px solid #e5e7eb;flex-direction:column-reverse;align-items:center;padding:1.25rem 1rem;display:flex}.product-modal__image-wrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:100%;max-width:12rem;padding:1rem;display:flex}.product-modal__image{object-fit:contain;width:100%;height:100%}.product-modal__rarity{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.product-modal__rarity-icon{width:1.25rem;height:1.25rem}.product-modal__rarity-percentage{color:#4b5563;font-size:.875rem;font-weight:600}.product-modal__info-section{flex-direction:column;flex-grow:1;gap:1rem;height:100%;margin:auto;padding:1.25rem 1rem;display:flex}.product-modal__info-header{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;display:flex}.product-modal__title{color:#111827;font-size:1rem;font-weight:700}.product-modal__price{color:#6b7280;opacity:.7;width:25%;font-size:1rem;font-weight:600;text-decoration:line-through}.product-modal__sizes{flex-grow:1}.product-modal__sizes-title{color:#4b5563;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.product-modal__sizes-list{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.product-modal__size-item{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;position:relative}.product-modal__size-item:hover{color:#059669;border-color:#059669;transform:translateY(-2px);box-shadow:0 2px 8px #0596691a}.product-modal__size-item--available{color:#059669;border-color:#059669}.product-modal__size-item--unavailable{opacity:.5;cursor:not-allowed;background:#f3f4f6}.product-modal__size-item--unavailable:hover{color:#4b5563;box-shadow:none;border-color:#e5e7eb;transform:none}.product-modal__size-quantity{color:#fff;background:#059669;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0000001a}@media screen and (min-width:640px){.product-modal{align-items:center}.product-modal__content{border-radius:16px;width:90%;max-width:500px;margin:auto;animation:.3s cubic-bezier(.22,1,.36,1) productModalSlideUpDesktop;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 32px #0003}@keyframes productModalSlideUpDesktop{0%{opacity:0;transform:translate(-50%,-50%)translateY(32px)}to{opacity:1;transform:translate(-50%,-50%)translateY(0)}}}@media screen and (min-width:1024px){.product-modal__content{max-width:600px}.product__header,.product__rarity-icon,.product__info-icon{width:auto;height:1rem;font-size:1rem}}.modal-confirm{z-index:3000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-confirm__content{will-change:transform, opacity;background:#fff;border-radius:20px;flex-direction:column;gap:1.5rem;width:90%;max-width:380px;padding:2rem;animation:.3s cubic-bezier(.22,1,.36,1) modalConfirmSlideUp;display:flex;position:relative;box-shadow:0 10px 40px #0003}@keyframes modalConfirmSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.modal-confirm__close{color:#666;cursor:pointer;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}.modal-confirm__close:hover{color:#fff;background:#f44;transform:rotate(90deg)}.modal-confirm__body{flex-direction:column;gap:1.5rem;display:flex}.modal-confirm__message{text-align:center;color:#111827;margin:0;padding:0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.modal-confirm__divider{background:#e5e7eb;height:1px;margin:.25rem 0}.modal-confirm__product{background:#f9fafb;border-radius:16px;align-items:center;gap:1.5rem;margin:.25rem 0;padding:1.5rem;display:flex}.modal-confirm__image-wrapper{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100px;height:100px;padding:.75rem;display:flex;box-shadow:0 4px 12px #0000000d}.modal-confirm__image{object-fit:contain;width:100%;height:100%}.modal-confirm__info{flex:1}.modal-confirm__name{color:#111827;margin:0 0 .75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.modal-confirm__points{flex-direction:column;gap:.25rem;display:flex}.modal-confirm__points-value{color:#059669;font-size:1.5rem;font-weight:700;line-height:1}.modal-confirm__points-label{color:#6b7280;font-size:.875rem;font-weight:500}.modal-confirm__actions{gap:1rem;margin-top:.5rem;display:flex}.modal-confirm__button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;flex:1;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.modal-confirm__button--confirm{color:#fff;background:#000;border:none}.modal-confirm__button--confirm:hover{background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media (max-width:640px){.modal-confirm__content{gap:1rem;width:95%;padding:1.5rem}.modal-confirm__message{font-size:1.125rem}.modal-confirm__product{gap:1rem;padding:1rem}.modal-confirm__image-wrapper{width:80px;height:80px;padding:.5rem}.modal-confirm__name{font-size:1rem}.modal-confirm__points-value{font-size:1.25rem}.modal-confirm__button{padding:.875rem;font-size:.875rem}}
.box-detail img,.box-image img{max-width:10rem}.box-info-container{text-align:center;flex-basis:60%}.box-info-container .time-missing{gap:2rem;margin:1rem;display:flex}.box-title{color:#111;margin-bottom:.5rem;font-size:1.8rem}.box-description{color:#666;margin-bottom:15px;font-size:16px}.btn-abrir{cursor:pointer;background:var(--color-black);color:#fff;border:none;border-radius:1px;width:100%;max-width:20rem;margin-top:15px;padding:12px 20px;font-size:16px;font-weight:700;transition:all .3s ease-in-out}.counter-details h2{color:#333;font-size:1.1rem;font-weight:600}.btn-abrir:hover{background:#333}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin-top:20px;display:grid}.product-card{text-align:center;background:#fff;border-radius:10px;flex-direction:column;align-items:center;padding:10px;transition:transform .3s;display:flex;overflow:hidden}.product-card:hover{transform:translateY(-5px)}.loyalty-page{width:90%;margin:0 auto;position:relative}.box-detail-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1000px;margin:0 auto;padding-top:1rem;display:flex}.box-image-container{flex-basis:40%;justify-content:center;display:flex}.box_opening_modal{z-index:300!important;background:#fff!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;margin:0!important;padding:0!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.box_opening_modal .slider{justify-content:center!important;align-items:center!important;margin:0 auto!important;display:flex!important}.box_opening_modal .button-container{justify-content:center!important}.box_opening_modal .button-container,.box_opening_modal .product-info-container,.box_opening_modal button{backface-visibility:hidden!important}.product-card .product_item{aspect-ratio:1;object-fit:contain;background:#f7f7f7;border-radius:8px;width:100%;margin-top:10px;padding:.5rem}@media (min-width:600px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px){.products-grid{grid-template-columns:repeat(5,1fr)}}.loyalty-page .product-info{text-align:center;padding:8px}.loyalty-page .product-info h3{color:#333;margin-bottom:4px;font-size:14px}.loyalty-page .product-info p{color:#777;font-size:12px}@media (max-width:768px){.box-detail-container{flex-direction:column;align-items:center}.box-image-container{flex-basis:100%;margin-bottom:15px}.box-info-container{flex-basis:100%;width:100%}}.box-content-title{color:#333;text-align:center;margin-top:30px;margin-bottom:20px;font-size:24px;font-weight:700}.product-probability{color:#555;justify-content:center;align-items:center;gap:5px;margin-bottom:8px;font-size:14px;display:flex}.rarity-icon{width:1rem}.product-name{color:#333;white-space:nowrap;text-overflow:ellipsis;margin-top:8px;font-size:14px;font-weight:700;overflow:hidden}.load-more-container{justify-content:center;margin-top:20px;display:flex}.btn-load-more{cursor:pointer;background:0 0;border:2px solid #000;padding:10px 20px;font-size:14px;font-weight:700;transition:all .3s}.btn-load-more:hover{color:#fff;background:#000}.load-more{justify-content:center;margin-top:2rem;display:flex}.load-more__button{background:var(--color-black);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.8rem 1.5rem;font-size:1rem;transition:background-color .3s}.load-more__button:hover{background:#333}.guarantee-section{text-align:center;flex-direction:column;align-items:center;margin-bottom:20px;padding:20px;display:flex}.guarantee-icon{width:80px;margin-bottom:10px}.guarantee-section p{color:#333;font-size:18px}.learn-more{color:#e57373;cursor:pointer;margin-top:10px;font-weight:700;text-decoration:none;display:block}.learn-more:hover{text-decoration:underline}.box-detail{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;max-width:1000px;margin:0 auto;padding-top:1rem;display:flex}.box-detail__content{width:100%}.box-image{flex-basis:40%;justify-content:center;display:flex}.box-info{text-align:center;flex-direction:column;flex-basis:60%;justify-content:center;align-items:center;width:100%;display:flex}.box-info .sk-title{width:200px}.box-info .sk-subline{width:80%;max-width:420px;margin-bottom:8px}.box-info .sk-cta{width:320px;max-width:90%}.products__title{color:#333;text-align:start;margin-top:30px;margin-bottom:20px;font-size:1.25rem;font-weight:700}.product__rarity-percentage-flex{gap:8px}.skeleton-no-cursor{cursor:default}.skeleton-position-relative{position:relative}.box-image-style{object-fit:cover;border-radius:8px}.box-detail__content .products,.products{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center;gap:1rem;width:100%;display:grid}@media (min-width:768px){.box-detail{flex-direction:row;justify-content:center;align-items:center;gap:24px}.box-image{flex-basis:40%;justify-content:center}.box-info{text-align:center;flex-basis:60%;align-items:center}.box-info .sk-title{width:320px}.box-info .sk-subline{width:70%}.box-info .sk-cta{width:360px}.box-detail__content .products,.products{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.products__title{font-size:1.5rem}.box-detail-container{flex-direction:row;justify-content:center;align-items:center;gap:24px}.box-image-container{flex-basis:40%;justify-content:center}.box-info-container{text-align:center;flex-direction:column;flex-basis:60%;justify-content:center;align-items:center;width:100%;display:flex}}@media (min-width:1025px){.box-info .sk-title{width:360px}.box-info .sk-subline{width:75%}.box-info .sk-cta{width:400px}.box-detail__content .products,.products{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.products__title{font-size:1.75rem}.box-detail img,.box-image img{max-width:14rem}}.products--skeleton{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.product-skeleton{border-radius:.9rem;flex-direction:column;align-items:center;padding:1.25rem;display:flex}.product-skeleton__image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:9rem;height:9rem;animation:1.5s infinite shimmer}.product-skeleton__name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:14px;margin:.5rem auto 0;animation:1.5s infinite shimmer}@media (min-width:768px){.products--skeleton{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.products--skeleton{grid-template-columns:repeat(5,1fr)}}.products--skeleton .product-skeleton:nth-child(n+5){display:none}@media (min-width:768px){.products--skeleton .product-skeleton:nth-child(n+5){display:flex}.products--skeleton .product-skeleton:nth-child(n+9){display:none}}@media (min-width:1025px){.products--skeleton .product-skeleton:nth-child(n+9){display:flex}}.skeleton-circle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:50%;width:20px;height:20px;animation:1.5s infinite shimmer}.skeleton-chip{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:40px;height:12px;animation:1.5s infinite shimmer}.product--skeleton{border:1px solid var(--color-beige-light);box-shadow:0 6px 16px var(--color-shadow-light);background-color:#fff;border-radius:.9rem}.product--skeleton .skeleton-product-image,.product--skeleton .skeleton-product-name,.product--skeleton .skeleton-circle,.product--skeleton .skeleton-chip{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.product__header{justify-content:center;align-items:center;gap:8px;display:flex}.product__image-wrapper{justify-content:center;align-items:center;width:100%;min-height:12rem;padding:1.25rem;display:flex}.skeleton-product-image{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:8px;width:9rem;height:9rem;animation:1.5s infinite shimmer}.skeleton-product-name{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:14px;margin:.5rem auto 0;animation:1.5s infinite shimmer}.skeleton-laptop-only{display:none}@media (min-width:1024px){.skeleton-laptop-only{display:block}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
