.ratings-stars{display:flex;gap:4px}.outOfStock{opacity:.4}.first-card-wrapper{margin:16px 0;box-shadow:0 0 14px 0 rgba(0,0,0,.08);background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:8px;justify-content:space-between;cursor:pointer;position:relative;min-height:100%;padding:12px}.first-card-wrapper .outOfStockContent{position:absolute;top:30%;left:50%;transform:translate(-50%,-50%);width:80%;border-radius:50px;border:1.5px solid #dadada;background:#fff;display:inline-flex;padding:10px 20px;justify-content:center;align-items:center;gap:10px}.first-card-wrapper.large{max-width:318px;width:318px;max-height:414px}.first-card-wrapper .image-wrapper{width:250px;height:200px;object-fit:contain;align-self:center;justify-self:center}@media screen and (max-width:1024px){.first-card-wrapper .image-wrapper{width:150px;height:100px}}.first-card-wrapper .image-wrapper img{position:relative!important;object-fit:contain;width:100%;height:100%}@media screen and (max-width:1250px){.first-card-wrapper .image-wrapper img{width:50%;height:50%}}.first-card-wrapper .card-title{color:var(--Neutral-800,#170f49);font-family:var(--font-readexPro);font-size:16px;font-style:normal;font-weight:600;line-height:120%;margin-top:24px;max-width:29ch;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1250px){.first-card-wrapper .card-title{font-size:16px}}.first-card-wrapper .ratings{display:flex;justify-content:space-between;margin:8px 0;align-items:center}.first-card-wrapper .ratings p{color:var(--Neutral-700,#514f6e);font-family:var(--font-readexPro);font-size:12px;font-style:normal;font-weight:500;line-height:150%;border-radius:24px;background:var(--Neutral-200,#f7f7fb);margin-right:16px}@media screen and (max-width:1250px){.first-card-wrapper .ratings p{display:none}}.first-card-wrapper .Icon{color:#fff;width:22px;height:22px}.first-card-wrapper .Icon svg{width:22px;height:22px;justify-self:center}.first-card-wrapper .price{display:flex;width:100%}@media screen and (max-width:1250px){.first-card-wrapper .price{flex-direction:column}}.first-card-wrapper .price .discount-price{color:#004128;font-family:var(--font-readexPro);font-size:14px;font-style:normal;font-weight:600;line-height:120%;align-self:center}@media screen and (max-width:1250px){.first-card-wrapper .price .discount-price{font-size:14px;align-self:start}}.first-card-wrapper .price .actual-price{color:var(--Neutral-500,#a0a3bd);font-family:var(--font-readexPro);font-size:12px;font-style:normal;font-weight:400;line-height:120%;text-decoration:line-through;margin-left:10%;align-self:center}@media screen and (max-width:1250px){.first-card-wrapper .price .actual-price{font-size:14px;align-self:start;margin-left:0}}.first-card-wrapper .price .btn-bg{box-shadow:inset 0 0 14px 0 rgba(0,0,0,.04);align-self:flex-end;border-radius:12px 0 12px 0;width:-moz-fit-content;width:fit-content;justify-self:flex-end;margin-left:auto}.first-card-wrapper .price .btn-bg .add-btn{border:none;border-radius:12px;background:#004128;display:flex;align-items:center;justify-content:center;width:48px!important;height:56px!important;cursor:pointer}.first-card-wrapper .price .btn-bg .add-btn:hover{background:var(--Dark-Green,#02310e)}