.c-product-card{background:var(--color-brand-white);border:1px solid var(--color-brand-gray-50);border-radius:var(--border-radius-md);display:flex;filter:drop-shadow(4px 4px 16px var(--color-brand-shadow-sm));flex-direction:column;height:100%;overflow:hidden}@media screen and (max-width:760px){.c-product-card{border-radius:var(--border-radius-sm)}}.c-product-card .image{position:relative}.c-product-card .image img{width:100%}.c-product-card .image .badges{display:grid;gap:var(--space-3xs);grid-template-columns:minmax(0,max-content);left:var(--space-ms);position:absolute;top:var(--space-ms)}@media screen and (max-width:760px){.c-product-card .image .badges{left:var(--space-xs);top:var(--space-xs)}}.c-product-card .image .badges span{font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-xxs);font-weight:500;line-height:1.5}@media screen and (max-width:760px){.c-product-card .image .badges span{line-height:1.6}}.c-product-card .image .badges span{border-radius:var(--border-radius-full);color:var(--color-ui-base);padding:var(--space-3xs) var(--space-xxs)}.c-product-card .image .badges span.limited{background-color:#ea3619}.c-product-card .info{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--space-3xs);padding:0 var(--space-ms) var(--space-ms)}@media screen and (max-width:760px){.c-product-card .info{gap:var(--space-xxs)}}.c-product-card .name{flex:1 1 auto;font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-ms);font-weight:600;line-height:1.8}@media screen and (max-width:760px){.c-product-card .name{font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-sm);font-weight:600;line-height:1.8}}@media screen and (max-width:760px) and (max-width:760px){.c-product-card .name{line-height:1.7}}.c-product-card .price{display:grid;gap:2px;grid-template-columns:minmax(0,1fr)}.c-product-card .sales-price{align-items:center;display:flex;font-family:Inter,sans-serif;font-size:var(--font-size-ms);font-weight:700;gap:var(--space-3xs);line-height:1.6}@media screen and (max-width:760px){.c-product-card .sales-price{font-family:Inter,sans-serif;font-size:var(--font-size-sm);font-weight:400;line-height:1.5}}@media screen and (max-width:760px) and (max-width:760px){.c-product-card .sales-price{line-height:1.4}}.c-product-card .sales-price .note{font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-sm);font-weight:400;line-height:1.8}@media screen and (max-width:760px){.c-product-card .sales-price .note{line-height:1.7}}.c-product-card .sales-price .note{color:var(--color-brand-gray-500)}@media screen and (max-width:760px){.c-product-card .sales-price .note{font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-xs);font-weight:400;line-height:1.7}}@media screen and (max-width:760px) and (max-width:760px){.c-product-card .sales-price .note{line-height:1.8}}.c-product-card .sales-price .unit{font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-xs);font-weight:400;line-height:1.7}@media screen and (max-width:760px){.c-product-card .sales-price .unit{line-height:1.8}}.c-product-card .sales-price .unit{color:var(--color-brand-gray-500)}.c-product-card .list-price{font-family:Inter,sans-serif;font-size:var(--font-size-sm);font-weight:400;line-height:1.5}@media screen and (max-width:760px){.c-product-card .list-price{line-height:1.4}}.c-product-card .list-price{color:var(--color-brand-gray-300)}.c-product-card .list-price s{text-decoration:line-through}.c-product-card .soldout{display:grid;font-family:Noto Sans JP,sans-serif;font-size:var(--font-size-xs);font-weight:600;line-height:1.7;place-items:center}@media screen and (max-width:760px){.c-product-card .soldout{font-weight:500;line-height:1.8}}.c-product-card .soldout{background-color:var(--color-brand-gray-100);color:var(--color-brand-gray-500);padding:var(--space-xs) 0}@media screen and (max-width:760px){.c-product-card .soldout{padding:var(--space-xxs) 0}}