.product-card-container{background-color:var(--Grey-Grey-0);border:1px solid var(--Primary-Blue-grey-100);height:100%;max-width:100%;min-width:280px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.product-card-container.is-selectable{cursor:pointer}.product-card-container.is-selectable:hover{box-shadow:2px 2px 12px #23283314}.product-card-container.active{background-color:var(--Primary-Blue-grey-50)}.product-card-container.active .product-type{color:var(--Secondary-indigo-600)}.product-card-container.active .product-type button{border-color:var(--Secondary-indigo-600);color:var(--Secondary-indigo-600)}.product-card-container.active .product-advertisement,.product-card-container.active .product-name,.product-card-container.active .product-properties{color:var(--Grey-Grey-300)}.product-card-container .product-type{color:var(--HOO-Blue);font-size:14px;font-weight:600;letter-spacing:-.35px;line-height:140%;margin-bottom:8px}.product-card-container .product-type button{align-items:center;border:1px solid var(--HOO-Blue);border-radius:30px;color:var(--HOO-Blue,#4343dd);display:flex;font-size:13px;font-weight:500;gap:6px;letter-spacing:-.325px;line-height:140%;padding:8px 12px}.product-card-container .product-name{color:var(--Grey-Grey-600);font-size:14px;font-weight:600;letter-spacing:-.35px;line-height:130%;margin-bottom:4px}.product-card-container .product-properties{color:var(--Grey-Grey-400);font-size:13px;font-weight:500;letter-spacing:-.325px;line-height:140%;margin-bottom:16px}.product-card-container .product-properties .separator{background-color:var(--Primary-Blue-grey-200);height:10px;margin:0 6px;width:1px}.product-card-container .product-advertisement{color:var(--Grey-Grey-600);font-size:16px;font-weight:600;letter-spacing:-.4px;line-height:140%}.product-master-card{overflow:hidden;position:relative}.product-master-card.active.disabled,.product-master-card.disabled{border-color:var(--Primary-Blue-grey-300);box-shadow:none;cursor:not-allowed}
