@charset "UTF-8";:root{--global-grid-columns: 24;--pseudo_sp_height: 655px}.dr_co_productCard{--product-card-bg: var(--color-background-default);--product-card-shadow: 0 0 4px rgba(0, 0, 0, .1);position:relative;width:100%}.dr_co_productCard__wrapper{background-color:var(--product-card-bg);overflow:hidden;display:grid;height:100%;position:relative}.dr_co_productCard__link{text-decoration:none;display:block}.dr_co_productCard__imageWrapper{position:relative;width:100%;height:auto;aspect-ratio:.833;background-color:var(--color-background-subtle)}.dr_co_productCard__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.dr_co_productCard__favoriteButton{position:relative;padding:0;border:none;cursor:pointer;background-color:transparent;transition:transform .2s ease;z-index:100}.dr_co_productCard__favoriteButton .dr_co_icon{width:20px;height:20px}.dr_co_productCard__favoriteButton:hover{opacity:.8}.dr_co_productCard__tags{position:absolute;display:grid;bottom:0;left:0;gap:2px}.dr_co_productCard__info{padding:8px 8px 12px 12px;display:grid;gap:1px}.dr_co_productCard__name{min-height:1.7em}.dr_co_productCard__name_wrap{display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;gap:8px}.dr_co_productCard__soldOutText{white-space:nowrap}.dr_co_productCard__sizeSection{display:grid;grid-template-columns:auto 1fr;align-items:center;justify-content:space-between;gap:4px}.dr_co_productCard__sizeSection_title{display:grid;grid-template-columns:minmax(38.6px,auto) auto;align-items:center;justify-content:start}.dr_co_productCard__priceSection{display:grid;grid-template-columns:auto 1fr;align-items:center;justify-content:space-between;gap:4px}.dr_co_productCard__priceSection_title{display:grid;grid-template-columns:minmax(38px,auto) auto;align-items:center;justify-content:start}.dr_co_productCard__cartButton{width:100%;padding:12px;background-color:var(--color-background-primary-action-enabled);border:none;cursor:pointer;display:grid;align-items:center;justify-content:center;gap:8px;transition:opacity .2s ease}.dr_co_productCard__cartButton:hover,.dr_co_productCard__cartButton:active{opacity:.8}.dr_co_productCard__checkbox{position:relative;display:grid;justify-content:center;z-index:10}.checkbox-icon-wrapper{display:flex;cursor:pointer;align-items:center;justify-content:center;width:32px;height:32px;position:relative}.checkbox-icon-wrapper .item-checkbox{position:absolute;opacity:0;width:24px;height:24px;cursor:pointer;z-index:2}.checkbox-icon-wrapper .icon-unchecked,.checkbox-icon-wrapper .icon-checked{position:absolute;top:0;left:0;pointer-events:none}.checkbox-icon-wrapper .icon-checked{display:none}.checkbox-icon-wrapper:has(.item-checkbox:checked) .icon-unchecked{display:none}.checkbox-icon-wrapper:has(.item-checkbox:checked) .icon-checked{display:block}
