/* Mirrors: galaxy-s26-ultra/common/css/common */
.configurator { min-width: 0; border-left: 1px solid #e5e5e5; background: #fff; }
.option-section { border-bottom: 1px solid #ddd; }
.option-section > header { display: grid; grid-template-columns: 35px 1fr 35px; align-items: center; gap: 9px; min-height: 82px; padding: 0 32px; }
.option-section > header .step { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: #fff; background: #000; font-size: 12px; font-weight: 700; }
.option-section > header h2 { margin: 0; font-size: 24px; }
.option-section > header button { border: 0; background: transparent; font-size: 24px; cursor: pointer; }
.option-content { padding: 0 32px 32px 76px; }.option-content.hidden { display: none; }
.option-content h3 { margin: 0 0 17px; font-size: 17px; }
.device-card { display: flex; justify-content: space-between; gap: 22px; width: 100%; padding: 20px; border: 2px solid #aaa; border-radius: 5px; background: #fff; text-align: left; cursor: pointer; }
.device-card span { display: grid; }.device-card span:last-child { text-align: right; font-size: 12px; }
.device-card small { color: #555; }.gift-note { color: #1470cc; }
.capacity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.capacity-grid button { display: grid; min-height: 100px; padding: 13px 9px; border: 1px solid #999; border-radius: 5px; background: #fff; cursor: pointer; }
.capacity-grid small { margin-top: 8px; color: #555; font-size: 11px; }
.helper-card { display: flex; justify-content: space-between; gap: 20px; width: 100%; margin-top: 12px; padding: 15px; border: 0; border-radius: 8px; background: #f2f6fb; text-align: left; cursor: pointer; }
.helper-card span { color: #146fbf; }
.exclusive-label { display: inline-block; margin: 0 0 10px; padding: 4px 8px; border-radius: 3px; color: #fff; background: #000; font-size: 11px; }
.colors { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 18px; }
.colors button { display: grid; justify-items: center; min-width: 76px; padding: 10px 7px; border: 1px solid transparent; border-radius: 6px; background: #fff; cursor: pointer; }
.colors i { display: block; width: 30px; height: 30px; margin-bottom: 6px; border: 1px solid #aaa; border-radius: 50%; background: var(--swatch); }
.colors span { font-size: 11px; }
.choice-row, .care-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-row button, .care-grid button { display: grid; min-height: 76px; padding: 14px; border: 1px solid #999; border-radius: 6px; background: #fff; text-align: left; cursor: pointer; }
.choice-row small, .care-grid small { margin-top: 4px; color: #666; }
.option-content mark { background: transparent; color: #126ec7; }
.benefits-list { display: grid; gap: 9px; }
.benefits-list article { display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 10px; padding: 13px; border-radius: 8px; background: #f6f6f6; }
.benefits-list article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #fff; }
.benefits-list div { display: grid; }.benefits-list small { color: #777; }

@media (max-width: 1100px) {
  .main-menu { gap: 15px; font-size: 12px; }
  .header-meta > a { display: none; }
  .buying-tool { grid-template-columns: 1fr 1fr; }
  .visual-stage, .visual-stage > img { height: 540px; min-height: 540px; }
  .option-content { padding-left: 32px; }
  .benefit-cards { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 94px; }
  .global-header { position: sticky; top: 0; }
  .header-inner { height: 64px; padding-inline: 14px; gap: 8px; }
  .mobile-menu-btn { display: grid; }
  .samsung-logo { font-size: 20px; }
  .main-menu, .header-meta > a, .header-meta .icon-btn:first-of-type { display: none; }
  .header-meta { gap: 2px; }
  .product-nav { top: 64px; }
  .product-nav-top { min-height: 54px; padding-inline: 14px; }
  .product-nav-top > nav a { padding-bottom: 17px; font-size: 12px; }
  .compact-rating { display: none; }
  .product-nav-bottom { min-height: 88px; padding: 10px 14px; }
  .product-nav-bottom h1 { margin-bottom: 0; font-size: 21px; }
  .product-nav-bottom > div > nav, .quick-buy p, .quick-buy span { display: none; }
  .quick-buy { display: block; }
  .promo-strip { padding-inline: 45px; }.promo-slides strong { font-size: 15px; }
  .buying-tool { grid-template-columns: 1fr; }
  .product-visual { position: relative; top: auto; padding: 10px 14px 35px; }
  .visual-stage, .visual-stage > img { height: auto; min-height: 390px; }
  .visual-stage > img { height: 430px; }
  .configurator { border-left: 0; border-top: 1px solid #ddd; }
  .option-section > header { padding-inline: 18px; }.option-content { padding: 0 18px 28px; }
  .capacity-grid { grid-template-columns: 1fr; }
  .capacity-grid button { grid-template-columns: 1fr 1fr; align-items: center; min-height: 70px; text-align: left; }
  .capacity-grid small { margin: 0; text-align: right; }
  .direct-benefits, .box-section, .compare-section, .reviews { width: calc(100% - 28px); padding-block: 50px; }
  .benefit-cards { grid-auto-columns: 80%; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; }
  .box-section { grid-template-columns: 1fr; padding: 35px 24px; text-align: center; }
  .compare-grid { grid-auto-columns: 82%; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; }
  .review-grid { grid-auto-columns: 84%; grid-auto-flow: column; grid-template-columns: none; overflow-x: auto; }
  .order-summary { grid-template-columns: 1fr; width: calc(100% - 28px); gap: 18px; }
  .summary-price { text-align: left; }.summary-actions { grid-template-columns: 1fr 1fr; }.summary-actions button { min-width: 0; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }.footer-bottom { display: grid; }
}

@media (max-width: 460px) {
  .product-nav-top > nav { gap: 13px; }
  .promo-dots button { width: 36px; }
  .visual-stage > img { height: 330px; }
  .visual-prev, .visual-next { width: 38px; height: 38px; }
  .feature-pills { gap: 5px; }.feature-pills span { font-size: 10px; }
  .option-section > header h2 { font-size: 20px; }
  .choice-row, .care-grid { grid-template-columns: 1fr; }
  .colors button { min-width: 67px; }
  .summary-actions { grid-template-columns: 1fr; }.summary-actions .wishlist span { display: none; }
  .footer-inner { grid-template-columns: 1fr; }.footer-inner > div { min-height: 0; border-left: 1px solid var(--line); }
}

