/* Mirrors: templates/page-bc-pd */
.product-nav { position: sticky; top: 0; z-index: 80; background: #fff; box-shadow: 0 1px 0 #ddd; }
.product-nav-top, .product-nav-bottom { display: flex; justify-content: space-between; width: var(--page); margin: auto; padding-inline: 38px; }
.product-nav-top { align-items: end; min-height: 82px; }
.product-nav-top > nav { display: flex; gap: 25px; height: 100%; }
.product-nav-top > nav a { position: relative; display: grid; place-items: end center; padding-bottom: 27px; font-weight: 700; }
.product-nav-top > nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #000; }
.compact-rating { align-self: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.compact-rating span { color: #d88623; letter-spacing: 1px; }
.compact-rating strong, .compact-rating u { margin-left: 7px; }
.product-nav-bottom { align-items: center; min-height: 118px; border-top: 1px solid #eee; }
.product-nav-bottom small { color: #1479d1; }
.product-nav-bottom h1 { margin: 3px 0 14px; font-size: 25px; }
.product-nav-bottom > div > nav { display: flex; gap: 28px; }
.quick-buy { display: grid; grid-template-columns: repeat(3, auto); align-items: center; justify-items: end; gap: 5px 16px; text-align: right; }
.quick-buy p { grid-column: 1 / -1; margin: 0; }
.quick-buy button { grid-row: 2; grid-column: 3; min-width: 120px; height: 42px; border: 0; border-radius: 22px; color: #fff; background: var(--blue); font-weight: 700; cursor: pointer; }
.promo-strip { position: relative; padding: 16px 70px 12px; background: #fafafa; border-bottom: 1px solid var(--line); text-align: center; }
.promo-slides article { display: none; }
.promo-slides article.active { display: block; }
.promo-slides strong { font-size: 19px; }
.promo-slides p { display: none; max-width: 650px; margin: 7px auto; color: #555; }
.promo-strip.expanded .promo-slides p { display: block; }
.promo-dots { display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
.promo-dots button { width: 58px; height: 2px; padding: 0; border: 0; background: #aaa; cursor: pointer; }
.promo-dots button.active { height: 3px; background: #000; }
.promo-expand { position: absolute; right: 26px; top: 17px; border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.promo-strip.expanded .promo-expand { transform: rotate(180deg); }

.buying-tool { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(430px, .93fr); width: var(--page); margin: auto; }
.product-visual { position: sticky; top: 202px; align-self: start; min-width: 0; padding: 30px 20px 45px; }
.visual-stage { position: relative; display: grid; place-items: center; min-height: 640px; overflow: hidden; background: #fff; }
.visual-stage > img { width: 100%; height: 640px; object-fit: contain; transition: opacity .2s ease; }
.visual-prev, .visual-next { position: absolute; top: 50%; width: 48px; height: 48px; border: 1px solid #ddd; border-radius: 50%; background: rgba(255,255,255,.9); font-size: 30px; cursor: pointer; }
.visual-prev { left: 14px; }.visual-next { right: 14px; }
.gallery-dots { display: flex; justify-content: center; gap: 9px; margin: 13px 0; }
.gallery-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #aaa; cursor: pointer; }
.gallery-dots button.active { width: 20px; border-radius: 5px; background: #111; }
.gallery-more { display: block; margin: 0 auto; padding: 8px 14px; border: 1px solid #222; border-radius: 20px; background: #fff; cursor: pointer; }
.feature-pills { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; max-width: 490px; margin: 22px auto 0; }
.feature-pills article { display: grid; place-items: center; padding: 12px 5px; border-radius: 18px; background: #f5f5f5; font-size: 12px; }
.feature-pills img { width: 40px; height: 40px; object-fit: contain; }

.direct-benefits, .box-section, .compare-section, .reviews { width: min(1280px, calc(100% - 48px)); margin: auto; padding: 80px 0; border-top: 1px solid #eee; }
.benefit-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.benefit-cards article { min-height: 250px; padding: 24px; border-radius: 18px; background: #f5f5f5; }
.benefit-cards article > span { display: grid; place-items: center; width: 47px; height: 47px; border-radius: 50%; background: #fff; font-size: 22px; }
.benefit-cards h3 { margin: 22px 0 8px; }.benefit-cards p { color: #555; }
.benefit-cards button { padding: 0; border: 0; background: transparent; text-decoration: underline; font-weight: 700; cursor: pointer; }
.box-section { display: grid; grid-template-columns: 1fr 320px; align-items: center; border-radius: 24px; background: #f7f7f7; padding-inline: 70px; }
.box-section h2 { margin: 0 0 13px; font-size: 36px; }.box-section p { font-size: 16px; }
.box-section img { max-height: 150px; margin: auto; object-fit: contain; }
.compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ddd; border: 1px solid #ddd; }
.compare-grid article { padding: 28px; background: #fff; text-align: center; }
.compare-grid img { width: 190px; height: 220px; margin: auto; object-fit: contain; }
.compare-grid dl { margin: 22px 0 0; text-align: left; }
.compare-grid dl div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-top: 1px solid #eee; }
.compare-grid dd { margin: 0; font-weight: 700; }
.review-summary { display: flex; justify-content: center; align-items: center; gap: 18px; margin-bottom: 35px; }
.review-summary strong { font-size: 48px; }.review-summary span { color: #d88623; font-size: 20px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid article { padding: 25px; border: 1px solid #ddd; border-radius: 14px; }
.review-grid article > span { color: #d88623; }.review-grid small { color: #777; }

.order-summary { display: grid; grid-template-columns: 1.2fr .8fr auto; align-items: center; gap: 35px; width: min(1280px, calc(100% - 48px)); margin: 50px auto; padding: 26px 30px; border: 1px solid #d2d2d2; border-radius: 22px; box-shadow: 0 6px 26px rgba(0,0,0,.07); }
.summary-product { display: flex; align-items: center; gap: 20px; }.summary-product img { width: 100px; height: 100px; object-fit: contain; }
.summary-product div { display: grid; }.summary-product strong { font-size: 18px; }.summary-product small { color: #777; }
.summary-price { text-align: right; }.summary-price > small { display: block; color: #555; }.summary-price p { margin: 8px 0 0; }.summary-price h3 { margin: 2px 0; font-size: 25px; }
.summary-actions { display: grid; gap: 8px; }.summary-actions button { min-width: 185px; height: 46px; border-radius: 24px; font-weight: 700; cursor: pointer; }
.summary-actions .wishlist { border: 1px solid #000; background: #fff; }.summary-actions .buy-now { border: 0; color: #fff; background: var(--blue); }

