.product-gallery{width:100%;height:100%;position:relative;overflow:hidden}.product-gallery--detail{aspect-ratio:1;background-color:rgb(var(--bg-tertiary));border-radius:12px}.product-gallery--card{height:100%}.product-gallery__media{object-fit:cover;cursor:zoom-in;width:100%;height:100%;display:block}.product-gallery__media--video{object-fit:cover;cursor:default;background:#000}.product-gallery--detail .product-gallery__media{object-fit:contain;background:rgb(var(--bg-tertiary))}.product-gallery__nav{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.4rem;line-height:1;transition:opacity .15s,background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery__nav:hover{background:#000c}.product-gallery__nav--prev{left:.25rem}.product-gallery__nav--next{right:.25rem}.product-gallery__nav--hover-only{opacity:0}.product-gallery:hover .product-gallery__nav--hover-only,.product-gallery:focus-within .product-gallery__nav--hover-only{opacity:1}.product-gallery--detail .product-gallery__nav{width:40px;height:40px;font-size:1.6rem}.product-gallery__dots{z-index:2;pointer-events:none;justify-content:center;gap:5px;display:flex;position:absolute;bottom:.25rem;left:0;right:0}.product-gallery__dots button{pointer-events:auto}.product-gallery__dot{cursor:pointer;background:#ffffff8c;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .15s,transform .15s}.product-gallery__dot--active{background:rgb(var(--gold-primary));transform:scale(1.25)}.product-gallery__thumbs{gap:.5rem;margin-top:.5rem;padding-bottom:4px;display:flex;overflow-x:auto}.product-gallery__thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:72px;padding:0;transition:border-color .15s;overflow:hidden}.product-gallery__thumb:hover{border-color:rgba(var(--gold-primary), .5)}.product-gallery__thumb--active{border-color:rgb(var(--gold-primary))}.product-gallery__thumb-img{object-fit:cover;width:100%;height:100%;display:block}.product-gallery__thumb-video{width:100%;height:100%;position:relative}.product-gallery__thumb-play{color:#fff;pointer-events:none;text-shadow:0 2px 4px #000000b3;background:#00000059;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;inset:0}
.product-card{background-color:rgb(var(--bg-secondary));border:1px solid rgba(var(--gold-dark), .2);border-radius:12px;transition:all .3s;overflow:hidden}.product-card:hover{border-color:rgba(var(--gold-primary), .4);box-shadow:0 4px 16px rgba(var(--gold-primary), .2);transform:translateY(-2px)}.product-card{flex-direction:column;display:flex}.product-card__image-wrapper{aspect-ratio:1;background-color:rgb(var(--bg-tertiary));position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{background-color:rgb(var(--gold-primary));width:28px;height:28px;color:rgb(var(--text-inverse));border-radius:9999px;justify-content:center;align-items:center;font-size:.75rem;display:flex;position:absolute;top:.5rem;right:.5rem}@media (min-width:576px){.product-card__badge{width:32px;height:32px;font-size:.875rem}}.product-card__roulette-badge{background:linear-gradient(135deg, rgb(var(--gold-primary)), rgb(var(--gold-dark)));color:rgb(var(--text-inverse));letter-spacing:.03em;box-shadow:0 2px 6px rgba(var(--gold-primary), .4);white-space:nowrap;z-index:2;border-radius:9999px;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-weight:600;animation:2.5s ease-in-out infinite roulette-badge-pulse;display:inline-flex;position:absolute;top:.5rem;left:.5rem}@media (min-width:576px){.product-card__roulette-badge{padding:4px 12px;font-size:11px}}.product-card__body{flex-direction:column;flex:1;gap:.25rem;padding:.5rem;display:flex}@media (min-width:576px){.product-card__body{gap:.5rem;padding:1rem}}.product-card__category{color:rgb(var(--gold-dark));text-transform:uppercase;letter-spacing:.05em;font-size:.625rem;font-weight:500}@media (min-width:576px){.product-card__category{font-size:.75rem}}.product-card__name{font-family:var(--font-playfair);color:rgb(var(--text-primary));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;line-height:1.2;display:-webkit-box;overflow:hidden}@media (min-width:576px){.product-card__name{font-size:1.125rem}}.product-card__desc{color:rgb(var(--text-secondary));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;display:-webkit-box;overflow:hidden}@media (min-width:576px){.product-card__desc{font-size:.875rem}}.product-card__footer{border-top:1px solid rgba(var(--gold-dark), .1);flex-direction:column;gap:.5rem;margin-top:auto;padding:.5rem;display:flex}@media (min-width:576px){.product-card__footer{padding:1rem}}.product-card__price{align-items:baseline;gap:.25rem;display:flex}.product-card__price-value{color:rgb(var(--gold-primary));font-size:1rem;font-weight:700}@media (min-width:576px){.product-card__price-value{font-size:1.25rem}}.product-card__price-from{color:rgb(var(--text-secondary));font-size:.75rem;font-weight:400}.product-card__price-currency{color:rgb(var(--text-secondary));font-size:.75rem}.product-card__link{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.product-card__view-options{font-family:var(--font-inter);cursor:pointer;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:1rem;font-weight:600;line-height:1.6;text-decoration:none;transition:all .3s;display:inline-flex}.product-card__view-options:disabled{opacity:.5;cursor:not-allowed}.product-card__view-options{color:rgb(var(--gold-primary));border-color:rgb(var(--gold-dark));background-color:#0000}.product-card__view-options:hover:not(:disabled){background-color:rgb(var(--gold-primary));color:rgb(var(--text-inverse));border-color:rgb(var(--gold-primary))}.product-card__view-options{text-align:center;justify-content:center;width:100%;padding:.25rem .5rem;font-size:.75rem;text-decoration:none}@media (min-width:576px){.product-card__view-options{padding:.5rem 1rem;font-size:.875rem}}@keyframes roulette-badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 6px #c5a36666}50%{transform:scale(1.03);box-shadow:0 2px 12px #c5a366b3}}
