.product-section{width:100%;margin-top:40px}
.product-section .product-container{padding:0 16px}
.product-section .product-wrapper{width:100%;display:flex;flex-direction:column;gap:16px}
.product-section .product-sec{display:flex;flex-direction:column;gap:8px}
.product-section .product-item{display:flex;width:100%;height:180px;border-radius:12px;border:1px solid #ccc}
.product-section .product-image{display:flex;width:112px;height:175px;align-items:center;justify-content:center}
.product-section .product-image img{width:70.78565216064453px;height:99.09990692138672px;object-fit:cover}
.product-section .product-box{display:flex;flex-direction:column;height:180px;padding:16px;gap:8px}
.product-section .product-info{display:flex;flex-direction:column;gap:4px}
.product-section .product-itemname{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:199px;height:39px;font-family:Petco Circular CAP;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;margin-bottom:0}
.product-section .rating{display:flex;height:24px;gap:15.26px}
.product-section .star-rating{width:102px;height:16px;font-size:25px;position:relative;unicode-bidi:bidi-override;color:#fff}
.product-section .star-rating::before{content:'★★★★★';display:inline-block;width:105.26px;height:18px;-webkit-text-stroke:1px #001952}
.product-section .star-rating span{color:#001952;position:absolute;top:0;left:0;overflow:hidden;display:inline-block;white-space:nowrap}
.product-section .rating .star{font-size:16px}
.product-section h5{width:96px;height:24px;font-weight:700;font-family:Petco Circular CAP;font-size:16px;text-decoration:solid underline;line-height:24px;margin-top:6px}
.product-section .item-url{width:157px;height:44px;background-color:#ffd405;padding:12px 32px;border-radius:12px;border:0;cursor:pointer;font-weight:700;text-align:center;color:black;text-decoration:none;display:inline-block;font-size:16px;line-height:20px}
.product-section .item-url a{display:flex;line-height:100%;height:20px;width:102px;font-size:16px;font-weight:700;color:black;align-items:center}
.product-section .item-price{width:54px;height:24px;margin-bottom:0;font-weight:700;font-size:16px;line-height:24px}
@media(min-width:576px){.product-section .product-itemname{width:400px}
}
@media(min-width:768px){.product-section .product-wrapper{display:flex;flex-direction:column;gap:8px}
.product-section .product-itemname{width:429px;height:40px}
.product-section .product-image{width:233px;height:180px}
.product-section .product-image img{width:98.57142639160156px;height:138px}
}
@media(min-width:992px){.product-section .product-container{padding:0}
}