/* Correção definitiva da página individual do produto */
.product-page{width:100%;min-height:60vh;background:linear-gradient(180deg,#fff 0,#fff8fb 58%,#fff 100%)}
.product-page *{box-sizing:border-box}
.product-page .container{width:min(1240px,calc(100% - 32px));margin:0 auto}
.product-page .breadcrumb{display:flex;align-items:center;gap:9px;padding:24px 0 16px;color:#8a818a;font-size:11px;overflow:hidden;white-space:nowrap}
.product-page .breadcrumb a{color:#6b626c}
.product-page .breadcrumb b{overflow:hidden;text-overflow:ellipsis;font-weight:700;color:#2a242b}
.product-page .product-detail{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:46px;align-items:start;padding:10px 0 45px}
.product-page .product-gallery{min-width:0}
.product-page .product-main-image{height:560px;border:1px solid #ebe4e9;border-radius:28px;background:#fff;display:grid;place-items:center;overflow:hidden;box-shadow:0 18px 55px rgba(31,18,27,.06)}
.product-page .product-main-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;padding:28px}
.product-page .product-info-detail{min-width:0;padding:18px 0}
.product-page .product-info-detail .product-cat{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:#9a9099;margin-bottom:10px}
.product-page .product-info-detail h1{font-size:clamp(28px,3.3vw,46px);line-height:1.06;letter-spacing:-.045em;margin:0 0 15px;color:#17131a}
.product-page .detail-rating{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:20px;color:#766d76;font-size:12px}
.product-page .detail-rating .stars{display:inline-flex;gap:2px;color:#e6a117}
.product-page .detail-rating .stars svg{width:17px!important;height:17px!important;min-width:17px!important;max-width:17px!important;min-height:17px!important;max-height:17px!important;display:block}
.product-page .detail-rating strong{font-size:13px;color:#272128}
.product-page .detail-price{font-size:38px;font-weight:950;letter-spacing:-.055em;color:#17131a}
.product-page .detail-pix{margin-top:5px;color:#16865b;font-size:12px;font-weight:900}
.product-page .detail-badge{display:inline-flex;margin:17px 0 3px;padding:7px 10px;border-radius:9px;background:#fff0f6;color:#d71d67;font-size:10px;font-weight:950}
.product-page .detail-description{font-size:14px;line-height:1.75;color:#635b65;margin:18px 0 24px;white-space:pre-line}
.product-page .purchase-box{display:grid;grid-template-columns:118px 1fr;gap:10px;margin-bottom:23px}
.product-page .purchase-box .qty{height:50px;border:1px solid #e3dbe1;border-radius:13px;display:grid;grid-template-columns:35px 1fr 35px;align-items:center;overflow:hidden;background:#fff}
.product-page .purchase-box .qty button{height:100%;border:0;background:#faf7f9;font-size:20px;color:#272128}
.product-page .purchase-box .qty b{text-align:center;font-size:13px}
.product-page .purchase-box .buy{height:50px}
.product-page .detail-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.product-page .detail-trust>div{border:1px solid #ebe4e9;border-radius:15px;background:#fff;padding:14px 12px;min-width:0}
.product-page .detail-trust span{width:34px;height:34px;border-radius:10px;background:#fff0f6;color:#e51f70;display:grid;place-items:center;margin-bottom:9px}
.product-page .detail-trust span svg{width:19px!important;height:19px!important;min-width:19px!important;max-width:19px!important;min-height:19px!important;max-height:19px!important}
.product-page .detail-trust strong{display:block;font-size:10px;line-height:1.3}
.product-page .detail-trust small{display:block;color:#918891;font-size:9px;margin-top:4px;line-height:1.4}
.product-page .product-reviews-section{padding:5px 0 70px}
.product-page #reviewsHost{width:100%;min-height:20px}
.product-page svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;display:block}
.product-page .stars svg{width:17px!important;height:17px!important;min-width:17px!important;min-height:17px!important;max-width:17px!important;max-height:17px!important}
.product-page img{max-width:100%;height:auto}
@media(max-width:850px){.product-page .product-detail{grid-template-columns:1fr;gap:20px}.product-page .product-main-image{height:min(78vw,520px)}.product-page .product-info-detail{padding-top:0}}
@media(max-width:560px){.product-page .container{width:calc(100% - 24px)}.product-page .breadcrumb{padding-top:18px}.product-page .product-main-image{height:92vw;border-radius:20px}.product-page .product-main-image img{padding:16px}.product-page .product-info-detail h1{font-size:30px}.product-page .detail-price{font-size:31px}.product-page .purchase-box{grid-template-columns:100px 1fr}.product-page .detail-trust{grid-template-columns:1fr}.product-page .detail-trust>div{display:grid;grid-template-columns:36px 1fr;column-gap:9px;align-items:center}.product-page .detail-trust span{grid-row:span 2;margin:0}.product-page .detail-trust small{margin-top:1px}}
