.second-card{background:#fff;box-shadow:0 0 14px 0 rgba(0,0,0,.04);border-radius:10px;margin-top:16px;cursor:pointer;width:100%}.second-card.min-width{min-width:450px}.second-card .second-card-wrapper{display:flex;gap:8px}@media screen and (max-width:1250px){.second-card .second-card-wrapper{flex-direction:column}.second-card .second-card-wrapper .left{width:100%;display:flex;align-items:center;justify-content:center}}.second-card .second-card-wrapper .left .image-wrapper{align-self:center;width:150px;height:130px;max-width:150px;max-height:130px}.second-card .second-card-wrapper .left .image-wrapper img{width:100%;height:100%;margin:16px auto;object-fit:contain}@media screen and (max-width:1250px){.second-card .second-card-wrapper .left .image-wrapper img{width:150px;height:150px}}.second-card .second-card-wrapper .content{width:100%}.second-card .second-card-wrapper .content .card-title{color:var(--Neutral-800,#170f49);font-family:var(--font-readexPro);font-size:18px;font-style:normal;font-weight:600;line-height:120%;margin-top:24px;max-width:26ch;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:16px}@media screen and (max-width:1250px){.second-card .second-card-wrapper .content .card-title{margin-top:16px;font-size:16px;margin-left:16px}}.second-card .second-card-wrapper .content .ratings{display:flex;justify-content:space-between;align-items:center;margin:8px 16px 8px 0}@media screen and (max-width:1250px){.second-card .second-card-wrapper .content .ratings{margin-left:16px}}.second-card .second-card-wrapper .content .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);padding:8px}@media screen and (max-width:1250px){.second-card .second-card-wrapper .content .ratings p{display:none}}.second-card .second-card-wrapper .content .price{display:flex;padding-top:24px}@media screen and (max-width:1250px){.second-card .second-card-wrapper .content .price{padding-top:8px;flex-direction:column}}.second-card .second-card-wrapper .content .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){.second-card .second-card-wrapper .content .price .discount-price{font-size:14px;align-self:flex-start;margin-left:16px}}.second-card .second-card-wrapper .content .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){.second-card .second-card-wrapper .content .price .actual-price{font-size:14px;margin-left:16px;align-self:flex-start}}.second-card .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;padding-left:8px;padding-top:8px;margin-left:auto}.second-card .btn-bg .MuiButton-root.add-btn{border:none;border-radius:12px;background:#004128;display:flex;align-items:center;justify-content:center;width:48px!important;height:52px!important}.second-card .btn-bg .MuiButton-root.add-btn svg{width:22px;height:22px;justify-self:center;align-self:center;margin-top:4px}