.univ-product-card{position:relative;display:flex;flex-direction:column;height:100%;background-color:var(--univ-card-bg, #ffffff);font-family:var(--univ-font-family, "Noto Sans JP", "Helvetica Neue", Arial, sans-serif)}.univ-product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:var(--univ-card-aspect-ratio, 1 / 1);background-color:#f5f5f5}.univ-product-card__image-link{display:block;width:100%;height:100%}.univ-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease,transform .5s ease}.univ-product-card__image--secondary,.univ-product-card--hover-fade:hover .univ-product-card__image--primary{opacity:0}.univ-product-card--hover-fade:hover .univ-product-card__image--secondary{opacity:1}.univ-product-card--hover-slide .univ-product-card__image--primary{transform:translate(0)}.univ-product-card--hover-slide .univ-product-card__image--secondary{transform:translate(100%);opacity:1}.univ-product-card--hover-slide:hover .univ-product-card__image--primary{transform:translate(-100%)}.univ-product-card--hover-slide:hover .univ-product-card__image--secondary{transform:translate(0)}.univ-product-card--hover-zoom:hover .univ-product-card__image--primary{transform:scale(1.08)}.univ-product-card__image--placeholder{display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.univ-product-card__placeholder-svg{width:60%;height:60%;fill:#ccc}.univ-product-card__ranking{position:absolute;top:12px;left:12px;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;z-index:10;box-shadow:0 2px 8px #00000026}.univ-product-card__ranking--1{background:linear-gradient(145deg,#d4af37,#b8960c);color:#fff}.univ-product-card__ranking--2{background:linear-gradient(145deg,silver,#a0a0a0);color:#fff}.univ-product-card__ranking--3{background:linear-gradient(145deg,#cd7f32,#a66628);color:#fff}.univ-product-card__ranking--4,.univ-product-card__ranking--5{background:#333;color:#fff}.univ-product-card__soldout-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:5}.univ-product-card__soldout-text{color:#fff;font-size:14px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.univ-product-card__quick-add{position:absolute;bottom:12px;right:12px;width:40px;height:40px;border-radius:50%;background-color:#fff;color:#000;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:15;transition:all .3s ease;box-shadow:0 4px 10px #0000001a;opacity:.9;padding:0}.univ-product-card__quick-add svg,.univ-product-card__quick-add svg *{width:20px;height:20px;stroke:currentColor;pointer-events:none}.univ-product-card__quick-add:hover{transform:scale(1.1);background-color:#000;color:#fff;opacity:1}.univ-product-card__quick-add.is-adding{opacity:.7;pointer-events:none}.univ-product-card__quick-add.is-added{background-color:#000;color:#fff}.univ-product-card__info{display:flex;flex-direction:column;flex-grow:1;padding-top:var(--univ-card-info-padding, 12px)}.univ-product-card__title{font-size:var(--univ-card-title-size, 14px);font-weight:500;color:var(--univ-card-title-color, #000000);margin:0 0 6px;line-height:1.4}.univ-product-card__title a{color:inherit;text-decoration:none}.univ-product-card__title a:hover{text-decoration:underline}.univ-product-card__price{display:flex;align-items:center;gap:8px;font-size:var(--univ-card-price-size, 14px);color:var(--univ-card-price-color, #000000);margin-bottom:8px}.univ-product-card__price--compare{text-decoration:line-through;color:#999;font-size:.9em}.univ-product-card__price--sale{color:var(--univ-card-sale-color, #c62828)}.univ-product-card__stock{font-size:11px;font-weight:500;letter-spacing:.5px;margin:0 0 8px}.univ-product-card__stock--in{color:#2e7d32}.univ-product-card__stock--low{color:#f57c00}.univ-product-card__stock--out{color:#c62828}.univ-product-card__variants{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:24px;margin-bottom:8px}.univ-product-card__swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:transform .2s ease}.univ-product-card__swatch:hover{transform:scale(1.2)}.univ-product-card__swatch-more{font-size:11px;color:#666;padding:2px 6px;background-color:#f0f0f0;border-radius:3px}.univ-product-card__add-to-cart{display:block;width:100%;padding:12px 16px;margin-top:auto;background-color:#fff;color:#000;border:1px solid #000000;font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease}.univ-product-card__add-to-cart:hover{background-color:#000;color:#fff}.univ-product-card__add-to-cart:disabled{background-color:#e0e0e0;color:#999;border-color:#e0e0e0;cursor:not-allowed}.univ-product-card__add-to-cart.is-adding{opacity:.7;pointer-events:none}.univ-product-card__add-to-cart.is-added{background-color:#2e7d32;color:#fff;border-color:#2e7d32}@media screen and (max-width:749px){.univ-product-card__ranking{width:28px;height:28px;font-size:12px;top:8px;left:8px}.univ-product-card__quick-add{width:36px;height:36px;bottom:10px;right:10px;opacity:.9}.univ-product-card__quick-add svg{width:18px;height:18px}.univ-product-card__add-to-cart{padding:12px 16px;font-size:11px}}@media(prefers-reduced-motion:reduce){.univ-product-card__image,.univ-product-card__quick-view,.univ-product-card__add-to-cart,.univ-product-card__swatch{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/univ-product-card.css.map */
