.shop-card{position:relative;display:flex;flex-direction:column;height:100%;box-sizing:border-box;background:var(--pc-bg, #ffffff);border:1px solid var(--pc-border, #E3D6BD);border-radius:14px;padding:12px;box-shadow:none;font-family:inherit;transition:transform .25s,box-shadow .25s,border-color .25s}.shop-card *,.shop-card *:before,.shop-card *:after{box-sizing:border-box}.shop-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000000f;border-color:var(--pc-accent, #7A5C00)}.shop-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-width:0}.shop-card__media-wrap{position:relative;aspect-ratio:1 / 1;width:100%;background:var(--pc-img-bg, #F5F5F5);border-radius:10px;overflow:hidden;margin-bottom:12px}.shop-card__media{display:flex;align-items:center;justify-content:center;height:100%;padding:8px}.shop-card__media img,.shop-card__media .placeholder-svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;margin:auto}.shop-card__badge{position:absolute;top:14px;left:8px;z-index:1;display:inline-flex;align-items:center;gap:5px;max-width:calc(100% - 16px);font-size:13px;font-weight:500;letter-spacing:.3px;line-height:1.8;padding:2px 14px;border-radius:6px;white-space:nowrap;box-shadow:0 3px 8px #0000002e;background:var(--pc-badge-bg, #FFEDB8);color:var(--pc-badge-text, #000000);border:1px solid var(--pc-badge-border, #F7BE16)}.shop-card__badge-ic{line-height:1;font-size:11px}.shop-card__badge--new{background:var(--pc-badge-new-bg, #7A5C00);color:#fff;border-color:var(--pc-badge-new-bg, #7A5C00)}.shop-card__badge--combo{background:var(--pc-badge-combo-bg, #1F1F1F);color:#fff;border-color:var(--pc-badge-combo-bg, #1F1F1F)}.shop-card__badge--sale{background:var(--pc-badge-sale-bg, #2F6B3C);color:#fff;border-color:var(--pc-badge-sale-bg, #2F6B3C)}.shop-card__rank{position:absolute;top:9px;right:9px;z-index:3;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--pc-rank-bg, #1F1F1F);color:var(--pc-rank-text, #ffffff);font-weight:700;font-size:13px;box-shadow:0 3px 8px #00000038}.shop-card__title{margin:0 0 8px;font-size:var(--pc-title-fs, 16px);font-weight:600;color:var(--pc-title, #000000);line-height:1.45;min-height:2.9em;max-height:2.9em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card__title a{color:inherit;text-decoration:none}.shop-card__subtitle{margin:3px 0 6px;font-size:13px;font-weight:500;color:var(--pc-muted, #5E5E5E)}.shop-card__rating{display:flex;align-items:center;gap:5px;margin-bottom:10px;min-height:20px}.shop-card__rating-pill{display:inline-flex;align-items:center;gap:3px;background:var(--pc-img-bg, #F5F5F5);padding:2px 7px;border-radius:20px}.shop-card__rating-pill svg{width:11px;height:11px;display:block;flex:0 0 auto;position:relative;top:1px}.shop-card__rating-pill span{font-size:12px;font-weight:700;color:#292929;line-height:1}.shop-card__reviews{font-size:12px;color:#5e5e5e;line-height:1}.shop-card__options{margin-bottom:6px}.shop-card__opt+.shop-card__opt{margin-top:7px}.shop-card__opt:first-child{margin-bottom:10px}.shop-card__opt-label{display:block;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--pc-muted, #5E5E5E);margin-bottom:7px;line-height:1.2}.shop-card__opt-values{display:flex;flex-wrap:wrap;gap:5px}.shop-card__optbtn{font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;letter-spacing:normal;text-align:center;color:var(--pc-text, #292929);background:#fff;border:1px solid var(--pc-border, #E3D6BD);border-radius:999px;padding:4px 12px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.shop-card__optbtn:hover{border-color:var(--pc-opt-active-bg, #F7BE16)}.shop-card__optbtn:focus-visible{outline:2px solid var(--pc-accent, #7A5C00);outline-offset:1px}.shop-card__optbtn.is-active{background:var(--pc-opt-active-bg, #F7BE16);border-color:var(--pc-opt-active-bg, #F7BE16);color:var(--pc-opt-active-text, #000000)}.shop-card__optbtn.is-oos{opacity:.45;text-decoration:line-through}.shop-card__opt--single .shop-card__optbtn{cursor:default}.shop-card [data-sc-compare][hidden],.shop-card [data-sc-save][hidden]{display:none}.shop-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto;margin-bottom:11px;flex-wrap:wrap}.shop-card__price{font-weight:700;font-size:var(--pc-price-fs, 16px);color:var(--pc-price, #000000)}.shop-card__compare{font-size:14px;color:var(--pc-compare, #6F6F6F);text-decoration:line-through;flex:auto}.shop-card__save{font-size:13px;font-weight:600;color:var(--pc-save, #00911D);background:var(--pc-save-bg, transparent);padding:2px 7px;border-radius:5px}.shop-card__cta{margin-top:0}.shop-card__cart{-webkit-appearance:none;appearance:none;display:flex;width:100%;align-items:center;justify-content:center;gap:8px;background:var(--pc-btn-bg, #F7BE16);color:var(--pc-btn-text, #000000);border:none;font-family:inherit;font-size:16px;font-weight:600;letter-spacing:.2px;line-height:1.2;padding:13px 16px;border-radius:6px;cursor:pointer;text-align:center;text-decoration:none;transition:background .2s,opacity .2s}.shop-card__cart:before{content:"";width:16px;height:16px;flex:none;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2 3h3l2.2 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21.5 7H6'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2 3h3l2.2 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21.5 7H6'/%3E%3C/svg%3E") center / contain no-repeat}.shop-card__cart:hover{background:var(--pc-btn-hover, #E3AF14)}.shop-card__cart:focus-visible{outline:2px solid var(--pc-accent, #7A5C00);outline-offset:2px}.shop-card__cart[disabled]{background:#d7d5cc;color:#8a897f;cursor:not-allowed;opacity:1}.shop-card__cart[disabled]:hover{background:#d7d5cc}.shop-card__cart[disabled]:before{display:none}.shop-card__cart--link:before{display:none}.shop-card__cart .loading__spinner{display:none}@media screen and (max-width:989px){.shop-card{padding:10px;border-radius:11px}.shop-card__media-wrap{margin-bottom:8px;border-radius:8px}.shop-card__media{padding:5px}.shop-card__title{font-size:13px}.shop-card__subtitle{font-size:12px;margin:2px 0 4px}.shop-card__options{margin-bottom:4px}.shop-card__opt+.shop-card__opt{margin-top:5px}.shop-card__opt:first-child{margin-bottom:6px}.shop-card__opt-label{font-size:12px;margin-bottom:4px}.shop-card__opt-values{gap:4px}.shop-card__optbtn{font-size:12px;padding:3px 9px}.shop-card__price-row{gap:5px;margin-bottom:8px}.shop-card__price{font-size:13px}.shop-card__compare{font-size:12px}.shop-card__save{font-size:12px;padding:1px 5px}.shop-card__cart{padding:10px;font-size:14px}.shop-card__badge{top:12px;left:6px;max-width:calc(100% - 12px);font-size:12px;padding:3px 10px;letter-spacing:.2px;box-shadow:0 1px 4px #0000002e}.shop-card__rank{top:8px;right:8px;width:26px;height:26px;font-size:12px}}@media screen and (max-width:749px){.pc-card-row .shop-card{flex-direction:row;align-items:stretch;gap:12px;padding:10px}.pc-card-row .shop-card__media-wrap{flex:0 0 var(--pc-mobile-media-w, 44%);width:var(--pc-mobile-media-w, 44%);align-self:stretch;aspect-ratio:auto;margin-bottom:0}.pc-card-row .shop-card__title{font-size:14px;line-height:1.35;min-height:0;max-height:none;margin-bottom:10px}.pc-card-row .shop-card__opt:first-child{margin-bottom:8px}.pc-card-row .shop-card__price-row{margin-bottom:10px}.pc-card-row .shop-card__compare{flex:0 0 auto}.pc-card-row .shop-card__save{padding-left:0}}@media screen and (max-width:600px){.shop-card{padding:8px}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/product-card.css.map */
