.bestSeller{padding:0 20px 80px;background:#faf7f1;overflow:hidden}.newhome-book-collection .bestSeller{padding-top:70px}.bestSeller .container{width:min(100%,1400px);margin:0 auto}.bestSeller .section-subtitle{display:block;color:#c8902c;margin-bottom:16px;font-size:12px;font-weight:800;letter-spacing:1.2px}.bestSeller .section-title{max-width:760px;margin:0 0 52px;color:#173f2c;font-size:42px;font-weight:800;line-height:1.12}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{position:relative;display:flex;flex-direction:column;overflow:visible;border:1px solid #dedede;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(24,44,34,.07);animation:productFadeUp .65s ease both;animation-delay:var(--product-delay,0s);transition:box-shadow .3s ease,transform .3s ease}.product-card:hover{box-shadow:0 18px 38px rgba(24,44,34,.14);transform:translateY(-6px)}.bestseller-ribbon{position:absolute;z-index:3;top:-11px;left:-7px;min-width:108px;padding:5px 13px;border-radius:4px 0 0 4px;background:#6554e8;color:#fff;font-size:12px;font-weight:800;line-height:1.2}.bestseller-ribbon:after{content:"";position:absolute;top:0;right:-13px;border-top:13px solid #6554e8;border-bottom:13px solid #6554e8;border-right:13px solid transparent}.product-image{position:relative;height:270px;display:grid;place-items:center;overflow:hidden;margin:10px;border-radius:10px;background:#f6f1e8}.product-image:after{content:"";position:absolute;left:22%;right:22%;bottom:16px;height:18px;border-radius:50%;background:rgba(23,63,44,.18);filter:blur(8px)}.book-cover{position:relative;z-index:1;width:162px;height:220px;display:flex;flex-direction:column;justify-content:center;padding:22px 17px;border-radius:3px 9px 9px 3px;color:#fff;text-align:center;box-shadow:-9px 9px 0 rgba(60,22,53,.25),0 16px 25px rgba(31,38,34,.22);transform:perspective(650px) rotateY(-7deg);transition:transform .35s ease}.product-card:hover .book-cover{transform:perspective(650px) rotateY(0) translateY(-5px)}.book-cover:after,.book-cover:before{content:"";position:absolute;left:0;right:0;height:10px;background:rgba(255,255,255,.2)}.book-cover:before{top:30px}.book-cover:after{bottom:35px}.book-cover.magenta{background:linear-gradient(145deg,#b51e70,#731650)}.book-cover.blue{background:linear-gradient(145deg,#087aa8,#07557c)}.book-cover.green{background:linear-gradient(145deg,#78a82d,#3d761f)}.book-cover.orange{background:linear-gradient(145deg,#bd7021,#8f421c)}.book-cover small{margin-bottom:18px;font-size:8px;font-weight:800;letter-spacing:.8px}.book-cover strong{font-size:22px;line-height:1.05;text-transform:uppercase}.book-cover span{margin-top:7px;font-size:13px;font-weight:800}.book-cover i{margin-top:24px;font-size:8px;font-style:normal}.product-content{flex:1;display:flex;flex-direction:column;padding:8px 18px 18px}.product-content h3{min-height:46px;margin:0 0 8px;color:#111;font-size:16px;font-weight:700;line-height:1.42}.edition-rating-row{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.edition-badge{padding:4px 9px;border-radius:4px;background:#e4f2ff;color:#1672e8;font-size:12px;font-weight:700}.price-rating-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:12px}.book-price-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:5px 7px}.product-details-link{min-height:36px;padding:7px 18px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#173f2c;border-radius:40px;font-size:11px;font-weight:800;text-decoration:none;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.product-details-link:focus-visible,.product-details-link:hover{color:#fff;background:#c8902c;outline:none;transform:translateY(-2px)}.product-footer button:focus-visible,.product-footer button:hover{background:#0d2f20;box-shadow:0 10px 20px rgba(13,47,32,.2);outline:none;transform:translateY(-2px)}.book-price-wrap strong{color:#111;font-size:19px}.book-price-wrap del{color:#929292;font-size:11px}.rating-badge{padding:4px 7px;border-radius:3px;background:#20a361;color:#fff;font-size:12px}.discount-copy,.rating-badge{flex:0 0 auto;font-weight:800}.discount-copy{margin:0;color:#009640;font-size:13px;white-space:nowrap}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.product-actions a,.product-actions button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:8px 9px;border:1px solid #173f2c;border-radius:6px;font-size:12px;font-weight:800;line-height:1.15;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.view-details-btn{background:#fff;color:#173f2c}.product-actions button{background:#173f2c;color:#fff}.product-actions a:hover,.product-actions button:hover{transform:translateY(-2px)}.view-details-btn:hover{background:#eef4ef}.product-actions button:hover{background:#0d2f20}.view-btn-wrap{margin-top:52px;display:flex;justify-content:center}.view-btn{padding:15px 40px;border-radius:50px;background:#173f2c;color:#fff;font-size:12px;font-weight:800;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.view-btn:hover{background:#0d2f20;color:#fff;transform:translateY(-2px)}@keyframes productFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.bestSeller{padding:58px 18px}.bestSeller .section-subtitle,.bestSeller .section-title{text-align:center}.bestSeller .section-title{margin:0 auto 36px;font-size:34px}.product-grid{width:calc(100% + 36px);margin-left:-18px;padding:8px 18px 18px;display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card{flex:0 0 min(82vw,350px);scroll-snap-align:center}.product-card:first-child{scroll-snap-align:start}.product-image{height:285px}}@media (max-width:480px){.bestSeller{padding-inline:14px}.bestSeller .section-title{font-size:30px}.product-grid{width:calc(100% + 28px);margin-left:-14px;padding-inline:14px}.product-card{flex-basis:84vw}.product-image{height:265px}}@media (prefers-reduced-motion:reduce){.book-cover,.product-actions a,.product-actions button,.product-card,.view-btn{animation:none;transition:none}}