:root {
  --nav: #131921;
  --nav-2: #232f3e;
  --nav-3: #37475a;
  --orange: #ff9900;
  --orange-dark: #c45500;
  --link: #007185;
  --link-hover: #c7511f;
  --price: #0f1111;
  --deal: #cc0c39;
  --green: #007600;
  --line: #d5d9d9;
  --muted: #565959;
  --paper: #fff;
  --soft: #f3f3f3;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: #0f1111;
  font-family: "Amazon Ember", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
}

a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: underline; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.amazon-header { color: #fff; }
.mobile-nav, .mobile-zg-navigation, .mobile-detail-summary { display: none; }

.topbar {
  min-height: 60px;
  background: var(--nav);
  display: grid;
  grid-template-columns: 130px 170px minmax(320px, 1fr) 74px 132px 78px 82px;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.brand {
  position: relative;
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 7px 7px 4px;
  line-height: 1;
}
.brand:hover { color: #fff; text-decoration: none; outline: 1px solid #fff; }
.brand-word { font-size: 25px; font-weight: 700; }
.brand-domain { font-size: 12px; margin: 3px 0 0 2px; }
.brand-smile { position: absolute; width: 54px; height: 14px; left: 35px; bottom: 7px; border-bottom: 3px solid var(--orange); border-radius: 0 0 80% 70%; transform: rotate(-2deg); }
.brand-smile::after { content: ""; position: absolute; right: -2px; bottom: -4px; border-left: 5px solid var(--orange); border-top: 3px solid transparent; border-bottom: 3px solid transparent; transform: rotate(16deg); }

.deliver {
  min-height: 50px;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: left;
  font-size: 12px;
  line-height: 1.15;
  padding: 7px;
}
.deliver:hover { outline: 1px solid #fff; }
.deliver strong { font-size: 14px; }
.pin { font-size: 10px; margin-top: 12px; }

.search {
  display: grid;
  grid-template-columns: 150px 1fr 46px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.search:focus-within { outline: 3px solid #f3a847; }
.search select, .search input, .search button { border: 0; min-width: 0; }
.search select { padding: 0 8px; background: #e6e6e6; color: #333; border-right: 1px solid #c8c8c8; font-size: 12px; }
.search input { padding: 0 12px; font-size: 15px; color: #111; }
.search button { background: #febd69; position: relative; }
.search-icon { display: inline-block; width: 15px; height: 15px; border: 3px solid #111; border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 8px; height: 3px; background: #111; position: absolute; right: -7px; bottom: -4px; transform: rotate(45deg); }

.language, .navlink, .cart { min-height: 50px; padding: 7px; display: flex; justify-content: center; flex-direction: column; color: #fff; font-size: 12px; }
.language:hover, .navlink:hover, .cart:hover { outline: 1px solid #fff; }
.navlink strong { font-size: 14px; white-space: nowrap; }
.language { flex-direction: row; align-items: center; gap: 4px; font-weight: 700; }
.flag { display: inline-grid; place-items: center; width: 22px; height: 14px; color: #1d4e89; background: #fff; font-size: 8px; border-bottom: 3px solid #b22234; }
.cart { position: relative; flex-direction: row; align-items: flex-end; justify-content: center; padding-bottom: 11px; }
.cart-count { position: absolute; color: #f08804; font-size: 17px; font-weight: 700; top: 4px; left: 30px; }
.cart-shape { width: 32px; height: 22px; border: 3px solid #fff; border-top: 0; transform: skew(-7deg); margin-right: 3px; }

.subnav { min-height: 39px; background: var(--nav-2); display: flex; align-items: center; gap: 22px; padding: 0 18px; white-space: nowrap; overflow: hidden; }
.subnav span { padding: 8px 0; }
.all-link { font-weight: 700; }

.best-sellers-intro { min-height: 124px; background: #00678c; color: #fff; text-align: center; display: flex; align-items: center; }
.best-sellers-intro > div { width: 100%; margin: 0; padding: 6px 0 8px; }
.best-sellers-intro h1 { margin: 0; padding: 0 0 4px; font-size: 61px; line-height: 1.2; font-weight: 400; }
.best-sellers-intro p { margin: 0; color: #fff; font-size: 16px; line-height: 20px; }

.shelf-layout { width: 100%; margin: 0; padding: 15px 15px 0; display: grid; grid-template-columns: 178px minmax(0, 1fr); column-gap: 25px; align-items: start; }
.category-tree { width: 163px; min-height: 435px; border-right: 1px solid #ddd; padding: 0 14px 0 0; }
.category-tree a, .tree-current { display: block; color: #0f1111; min-height: 24px; padding: 2px 0; font-size: 14px; line-height: 20px; }
.category-tree a:hover { color: #c45500; text-decoration: none; }
.tree-root { padding-left: 0 !important; }
.tree-level-1 { padding-left: 14px !important; }
.tree-level-2 { padding-left: 28px !important; }
.tree-level-3 { padding-left: 42px !important; }
.tree-level-4, .tree-current { padding-left: 56px !important; }
.tree-current { font-weight: 700; }
.mobile-category-path { display: none; }

.shelf-main { min-width: 0; padding: 5px 0 56px; }
.shelf-heading { padding: 0 25px; margin: 0 0 21px; }
.shelf-heading h1 { margin: 0; font-size: 24px; line-height: 32px; font-weight: 700; }

.product-grid { width: 100%; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0; align-items: start; }
.product-card { position: relative; min-width: 0; width: auto; height: 353px; margin: 0 0 -1px -1px; border: 1px solid #ddd; background: #fff; overflow: hidden; }
.rank-ribbon { position: absolute; top: 0; left: 0; width: 42px; height: 25px; z-index: 2; overflow: hidden; }
.rank-ribbon::before { content: ""; position: absolute; top: 0; left: 0; width: 32px; height: 25px; background: #c45500; }
.rank-ribbon::after { content: ""; position: absolute; top: 0; left: 32px; border-top: 25px solid #c45500; border-right: 10px solid transparent; }
.rank-ribbon span { position: relative; z-index: 1; display: block; color: #fff; font-size: 14px; line-height: 20px; font-weight: 400; padding: 2px 0 0 7px; }
.product-image-link { display: block; width: calc(100% - 30px); height: 232px; margin: 15px 15px 0; position: relative; }
.product-image-link:hover { text-decoration: none; }
.image-wrap { width: 100%; height: 232px; background: #fff; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; }
.product-img { display: block; width: min(300px, 100%); height: 200px; object-fit: contain; object-position: center; }
.product-card-copy { width: calc(100% - 30px); margin: 0 15px; background: #fff; }
.product-title { color: #2162a1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; height: 60px; font-size: 14px; line-height: 20px; }
.product-title:hover { color: #c45500; }
.rating-line { display: flex; align-items: center; height: 18px; gap: 3px; margin: 0; overflow: hidden; }
.stars { color: #de7921; letter-spacing: 0; white-space: nowrap; line-height: 18px; }
.star-meter { position: relative; display: inline-block; color: #d5d5d5; line-height: 1; }
.star-base { display: block; }
.star-fill { position: absolute; inset: 0 auto 0 0; display: block; overflow: hidden; color: #de7921; white-space: nowrap; }
.rating-caret { color: #565959; margin-right: 2px; }
.rating-line a { color: #2162a1; font-size: 12px; line-height: 18px; }
.grid-price { color: #c10015; height: 20px; margin: 0; font-size: 14px; line-height: 20px; white-space: nowrap; }
.grid-price-prefix { color: var(--muted); height: 16px; font-size: 12px; line-height: 16px; }
.currency-symbol { font-size: 13px; vertical-align: top; position: relative; top: 3px; }
.price-whole { font-size: 28px; line-height: 1; }
.price-fraction { font-size: 13px; vertical-align: top; position: relative; top: 3px; }

.pagination { display: flex; justify-content: center; gap: 5px; margin: 48px 0 0; }
.pagination button { min-width: 44px; height: 40px; padding: 0 13px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.pagination .active { border: 2px solid #0f1111; font-weight: 700; }
.pagination button:disabled { color: #aaa; }

.detail-page { max-width: 1500px; margin: 0 auto; padding: 0 18px 60px; }
.detail-crumb { color: var(--muted); font-size: 12px; padding: 16px 0; }
.detail-grid { display: grid; grid-template-columns: minmax(420px, 46%) minmax(350px, 1fr) 252px; gap: 22px; align-items: start; }

.gallery { position: sticky; top: 12px; display: grid; grid-template-columns: 48px minmax(0, 1fr); column-gap: 14px; align-items: start; }
.thumbnail-list { display: flex; flex-direction: column; gap: 9px; }
.thumbnail-list button { width: 44px; height: 54px; padding: 2px; border: 1px solid #a2a6ac; border-radius: 7px; background: #fff; overflow: hidden; }
.thumbnail-list button:hover, .thumbnail-list button.selected { border-color: #007185; box-shadow: 0 0 0 2px #c8f3fa; }
.thumbnail-img { width: 100%; height: 100%; object-fit: contain; }
.detail-image-box { min-height: 530px; max-height: 650px; display: grid; place-items: center; padding: 12px; background: #fff; }
.detail-img { max-width: 100%; max-height: 620px; object-fit: contain; }
.rollover-hint { grid-column: 2; text-align: center; color: var(--muted); font-size: 12px; margin-top: 9px; }

.detail-info { min-width: 0; }
.detail-title { font-size: 24px; line-height: 1.3; font-weight: 400; margin: 0 0 5px; }
.byline { display: inline-block; margin-bottom: 5px; }
.rating-row { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; min-height: 28px; }
.rating-row .stars { font-size: 15px; }
.down-arrow { color: var(--muted); }
.divider { color: #bbb; }
.section-line { border-top: 1px solid #e7e7e7; margin: 13px 0; }
.deal-label { display: inline-block; min-height: 0; color: #fff; background: var(--deal); border-radius: 2px; padding: 5px 7px; font-size: 12px; margin-bottom: 7px; }
.deal-label:empty { display: none; }
.price-line { display: flex; align-items: flex-start; gap: 8px; }
.discount { color: var(--deal); font-size: 24px; font-weight: 300; }
.price { color: var(--price); white-space: nowrap; }
.price .currency-symbol { top: 2px; }
.price .price-whole { font-size: 29px; }
.list-price { color: var(--muted); font-size: 12px; }
.price-note { font-size: 13px; color: var(--muted); margin-top: 4px; }
.coupon-row { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.coupon-tag { color: #111; background: #7fda69; padding: 4px 7px; border-radius: 2px; }
.coupon-row input { width: 16px; height: 16px; vertical-align: middle; }
.option-row { margin-bottom: 10px; }
.variant-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.variant-pill { min-height: 38px; border: 1px solid #888c8c; border-radius: 2px; background: #fff; padding: 7px 10px; }
.variant-pill.selected { border: 2px solid #007185; padding: 6px 9px; }
.spec-table { display: grid; grid-template-columns: 120px 1fr; gap: 7px 10px; margin: 15px 0 0; }
.spec-table dt { font-weight: 700; }
.spec-table dd { margin: 0; }
.icon-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; text-align: center; }
.icon-benefits div { min-width: 0; }
.benefit-icon { width: 42px; height: 42px; margin: 0 auto 5px; display: grid; place-items: center; border: 2px solid #c7511f; color: #c7511f; border-radius: 50%; font-size: 19px; }
.icon-benefits strong { display: block; color: var(--link); font-size: 12px; line-height: 1.2; overflow-wrap: anywhere; }
.detail-info h2, .below-fold h2 { font-size: 18px; margin: 0 0 8px; }
.detail-bullets { margin: 0; padding-left: 19px; line-height: 1.45; }
.detail-bullets li { margin-bottom: 8px; }

.buybox { border: 1px solid #d5d9d9; border-radius: 8px; padding: 16px 17px; box-shadow: 0 0 0 1px rgba(0,0,0,.02); }
.buybox .price { margin-bottom: 4px; }
.delivery { margin: 15px 0 0; line-height: 1.45; }
.delivery-countdown { margin: 4px 0 12px; }
.delivery-countdown span { color: var(--green); }
.location-link { color: var(--link); font-size: 12px; }
.stock { color: var(--green); font-size: 18px; margin: 12px 0; }
.qty { width: 100%; height: 34px; border: 1px solid #d5d9d9; border-radius: 8px; background: #f0f2f2; padding: 0 10px; box-shadow: 0 2px 5px rgba(15,17,17,.15); }
.cart-btn, .buy-btn { width: 100%; border: 1px solid; border-radius: 999px; padding: 9px 13px; margin-top: 10px; box-shadow: 0 2px 5px rgba(15,17,17,.15); }
.cart-btn { background: #ffd814; border-color: #fcd200; }
.cart-btn:hover { background: #f7ca00; }
.buy-btn { background: #ffa41c; border-color: #ff8f00; }
.buy-btn:hover { background: #fa8900; }
.secure { color: var(--link); margin: 14px 0; font-size: 12px; }
.buy-meta { display: grid; grid-template-columns: 68px 1fr; gap: 5px 8px; font-size: 12px; }
.buy-meta dt { color: var(--muted); }
.buy-meta dd { margin: 0; overflow-wrap: anywhere; }
.gift { display: block; border-top: 1px solid #eee; padding-top: 12px; margin-top: 12px; font-size: 12px; }
.list-button { width: 100%; background: #fff; border: 1px solid #888c8c; border-radius: 8px; margin-top: 12px; padding: 7px; text-align: left; }

.below-fold { margin-top: 32px; }
.below-fold > .section-line { margin: 26px 0 20px; }
.brand-story-copy { max-width: 850px; margin-bottom: 18px; }
.brand-story-copy h3 { font-size: 22px; margin: 0 0 8px; }
.brand-story-copy p { font-size: 15px; line-height: 1.55; }
.aplus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.aplus-grid article { text-align: center; }
.aplus-image { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fafafa; }
.aplus-grid h3 { font-size: 17px; margin: 10px 0 4px; }
.aplus-grid p { color: #333; max-width: 380px; margin: 0 auto; }
.product-information { max-width: 820px; }
.product-information table { width: 100%; border-collapse: collapse; }
.product-information th, .product-information td { border: 1px solid #e0e0e0; padding: 9px 12px; text-align: left; }
.product-information th { width: 32%; background: #f3f3f3; }
.reviews-summary { display: grid; grid-template-columns: 260px 360px; gap: 35px; align-items: start; }
.reviews-summary .large { font-size: 20px; margin-right: 8px; }
.rating-bars > div { display: grid; grid-template-columns: 45px 1fr 38px; gap: 8px; align-items: center; margin-bottom: 7px; }
.rating-bars i { height: 18px; background: #f0f2f2; border: 1px solid #bbbfbf; border-radius: 4px; overflow: hidden; }
.rating-bars b { display: block; height: 100%; background: #ffa41c; }

.amazon-footer { background: var(--nav); color: #ddd; min-height: 180px; text-align: center; font-size: 12px; }
.back-to-top { background: var(--nav-3); color: #fff; padding: 15px; margin-bottom: 52px; }
.footer-links { display: flex; justify-content: center; gap: 25px; margin-bottom: 9px; }

.edit-panel { display: none; position: fixed; right: 18px; bottom: 18px; width: 330px; z-index: 50; }
.edit-panel.visible { display: block; }
.edit-toggle { width: 100%; border: 1px solid #777; border-radius: 6px; background: #fff; padding: 9px 12px; box-shadow: 0 4px 14px rgba(0,0,0,.18); font-weight: 700; }
.edit-body { display: none; max-height: 76vh; overflow-y: auto; margin-top: 6px; padding: 14px; background: #fff; border: 1px solid #aaa; border-radius: 6px; box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.edit-body.open { display: block; }
.edit-body h3 { font-size: 15px; margin: 4px 0 8px; }
.edit-body label { display: block; font-size: 12px; margin: 8px 0; }
.edit-body select, .edit-body input, .edit-body button { width: 100%; margin-top: 4px; padding: 8px; }
.edit-body button { border: 1px solid #888; border-radius: 5px; background: #f3f3f3; }
.edit-body p { color: var(--muted); font-size: 11px; }
.debug-strip { display: none; position: relative; z-index: 60; background: #fff8dc; border-bottom: 1px solid #e3cf78; color: #333; padding: 7px 18px; font-size: 12px; }
.debug-strip.visible { display: block; }
.conversion-toast { position: fixed; z-index: 80; right: 22px; top: 110px; width: 300px; padding: 16px; background: #fff; border: 1px solid #bbb; border-left: 5px solid #067d62; box-shadow: 0 8px 28px rgba(0,0,0,.22); }
.conversion-toast strong, .conversion-toast span { display: block; }
.conversion-toast span { margin-top: 5px; color: var(--muted); }
.study-controls {
  display: none;
  position: fixed;
  z-index: 70;
  right: 18px;
  bottom: 18px;
  min-height: 48px;
  max-width: calc(100% - 36px);
  padding: 7px 8px 7px 14px;
  background: #fff;
  border: 1px solid #b6b9bb;
  border-radius: 7px;
  box-shadow: 0 4px 18px rgba(15,17,17,.2);
  align-items: center;
  gap: 12px;
}
.study-controls.visible { display: flex; }
.study-controls span { color: #565959; font-size: 12px; }
.study-controls a { color: #007185; padding: 7px 4px; font-size: 13px; }
.study-controls button { min-height: 34px; padding: 6px 14px; border: 1px solid #007185; border-radius: 999px; background: #fff; color: #007185; font-weight: 700; }
.study-controls button:hover { background: #f0fafa; }
.placeholder-img { width: 180px; height: 210px; display: grid; place-items: center; }
.wf-silhouette { width: 110px; height: 170px; border-radius: 24px; background: linear-gradient(145deg, #fafafa, #dfe8e8); border: 1px solid #c9d5d5; }

@media (max-width: 1200px) {
  .topbar { grid-template-columns: 120px 1fr 120px 72px 82px; }
  .deliver, .language, .navlink:nth-of-type(3) { display: none; }
  .detail-grid { grid-template-columns: minmax(380px, 46%) 1fr; }
  .buybox { grid-column: 2; }
}

@media (max-width: 850px) {
  body.study-active { padding-bottom: 68px; }
  .topbar, .subnav { display: none; }
  .mobile-nav { display: block; background: var(--nav-2); }
  .mobile-nav-top {
    height: 50px;
    display: grid;
    grid-template-columns: 42px 102px minmax(0, 1fr) 45px;
    align-items: center;
    padding: 0 9px;
  }
  .mobile-menu {
    width: 38px;
    height: 42px;
    padding: 10px 8px;
    border: 0;
    background: transparent;
  }
  .mobile-menu span { display: block; width: 22px; height: 2px; margin: 4px 0; background: #fff; border-radius: 1px; }
  .mobile-brand { position: relative; align-self: stretch; display: flex; align-items: center; color: #fff; line-height: 1; }
  .mobile-brand:hover { color: #fff; text-decoration: none; }
  .mobile-brand span { font-size: 22px; font-weight: 700; }
  .mobile-brand::after { content: ".com"; font-size: 9px; margin: 4px 0 0 1px; }
  .mobile-brand i { position: absolute; left: 22px; bottom: 7px; width: 47px; height: 10px; border-bottom: 2px solid var(--orange); border-radius: 0 0 80% 70%; transform: rotate(-2deg); }
  .mobile-brand i::after { content: ""; position: absolute; right: -2px; bottom: -3px; border-left: 4px solid var(--orange); border-top: 2px solid transparent; border-bottom: 2px solid transparent; }
  .mobile-sign-in { justify-self: end; display: flex; align-items: center; color: #fff; white-space: nowrap; font-size: 13px; }
  .mobile-sign-in:hover { color: #fff; text-decoration: none; }
  .mobile-sign-in b { margin-left: 4px; font-size: 20px; font-weight: 400; }
  .mobile-user-icon { width: 20px; height: 20px; margin-left: 5px; border: 2px solid #fff; border-radius: 50%; position: relative; }
  .mobile-user-icon::after { content: ""; position: absolute; left: -5px; right: -5px; bottom: -10px; height: 10px; border: 2px solid #fff; border-bottom: 0; border-radius: 12px 12px 0 0; }
  .mobile-cart { width: 42px; height: 42px; position: relative; display: block; }
  .mobile-cart:hover { text-decoration: none; }
  .mobile-cart i { position: absolute; left: 8px; bottom: 8px; width: 27px; height: 19px; border: 3px solid #fff; border-top: 0; transform: skew(-7deg); }
  .mobile-cart .cart-count { position: absolute; z-index: 1; top: 2px; left: 20px; color: #f08804; font-size: 16px; font-weight: 700; }
  .mobile-search { height: 50px; display: grid; grid-template-columns: minmax(0, 1fr) 48px; padding: 3px 10px 7px; }
  .mobile-search input, .mobile-search button { min-width: 0; border: 0; }
  .mobile-search input { border-radius: 8px 0 0 8px; padding: 0 12px; color: #0f1111; font-size: 15px; }
  .mobile-search button { border-radius: 0 8px 8px 0; background: #febd69; }
  .mobile-search:focus-within input { box-shadow: inset 0 0 0 2px #f3a847; }
  .mobile-delivery { width: 100%; height: 44px; padding: 0 13px; border: 0; background: var(--nav-3); color: #fff; display: flex; align-items: center; gap: 8px; text-align: left; }
  .mobile-delivery b { margin-left: auto; font-size: 20px; font-weight: 400; }
  .mobile-pin { position: relative; width: 14px; height: 18px; border: 2px solid #fff; border-radius: 9px 9px 10px 10px; }
  .mobile-pin::after { content: ""; position: absolute; left: 3px; top: 3px; width: 4px; height: 4px; border: 1px solid #fff; border-radius: 50%; }
  .mobile-zg-navigation { display: block; background: #fff; border-bottom: 1px solid #d5d9d9; }
  .mobile-department { width: 100%; min-height: 53px; padding: 11px 16px 8px; border: 0; background: #fff; color: #0f1111; display: flex; align-items: center; justify-content: center; gap: 9px; }
  .mobile-department span { font-size: 18px; line-height: 24px; font-weight: 700; }
  .mobile-department b { width: 9px; height: 9px; border-right: 2px solid #565959; border-bottom: 2px solid #565959; transform: rotate(45deg) translateY(-3px); }
  .mobile-zg-tabs { height: 44px; padding: 0 8px; display: flex; align-items: stretch; gap: 4px; overflow-x: auto; scrollbar-width: none; }
  .mobile-zg-tabs::-webkit-scrollbar { display: none; }
  .mobile-zg-tabs a { min-width: max-content; padding: 12px 13px 8px; color: #0f1111; font-size: 13px; line-height: 20px; }
  .mobile-zg-tabs a:hover { color: #0f1111; text-decoration: none; }
  .mobile-zg-tabs a.selected { color: #c45500; font-weight: 700; border-bottom: 3px solid #c45500; }
  .best-sellers-intro { display: none; }
  .shelf-layout { display: block; padding: 0; }
  .category-tree { display: none; }
  .mobile-category-path { display: none; }
  .shelf-main { margin: 0; padding: 0 0 38px; }
  .shelf-heading { padding: 15px 16px 11px; margin: 0; }
  .shelf-heading h1 { font-size: 18px; line-height: 24px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; border-top: 1px solid #ddd; }
  .product-card { width: auto; height: auto; min-height: 352px; margin: 0; border: 0; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; overflow: visible; }
  .product-card:nth-child(2n) { border-right: 0; }
  .product-image-link { width: 100%; height: auto; aspect-ratio: 1 / 1; margin: 0; padding: 14px 12px 5px; }
  .image-wrap { width: 100%; height: 100%; align-items: center; }
  .product-img { width: 100%; height: 100%; max-width: none; object-fit: contain; object-position: center; }
  .product-card-copy { width: 100%; min-height: 141px; margin: 0; padding: 3px 12px 16px; }
  .product-title { height: 72px; -webkit-line-clamp: 4; color: #0f1111; font-size: 13px; line-height: 18px; }
  .product-title:hover { color: #c45500; }
  .rating-line { height: 20px; gap: 2px; }
  .stars { font-size: 13px; }
  .rating-line a { font-size: 12px; }
  .grid-price-prefix { height: 15px; font-size: 11px; line-height: 15px; }
  .grid-price { height: 26px; color: #0f1111; font-size: 20px; line-height: 26px; }
  .rank-ribbon { width: 43px; height: 25px; }
  .detail-page { max-width: none; padding: 0 0 42px; }
  .detail-crumb { padding: 10px 15px 8px; color: #565959; font-size: 11px; line-height: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .detail-grid { display: flex; flex-direction: column; gap: 0; }
  .mobile-detail-summary { order: 1; display: block; padding: 3px 15px 5px; }
  .mobile-detail-summary .byline { margin: 0 0 5px; font-size: 12px; }
  .mobile-detail-summary .detail-title { margin: 0 0 6px; font-size: 16px; line-height: 21px; font-weight: 400; }
  .mobile-detail-summary .rating-row { justify-content: flex-end; min-height: 22px; font-size: 12px; }
  .gallery { order: 2; position: static; width: 100%; display: flex; flex-direction: column; gap: 0; }
  .detail-image-box { order: 1; width: 100%; min-height: 390px; height: min(108vw, 520px); padding: 12px 22px; }
  .detail-img { width: 100%; height: 100%; max-height: none; object-fit: contain; }
  .thumbnail-list { order: 2; width: 100%; min-height: 58px; padding: 2px 15px 8px; flex-direction: row; gap: 8px; overflow-x: auto; }
  .thumbnail-list button { flex: 0 0 45px; width: 45px; height: 50px; }
  .rollover-hint { display: none; }
  .detail-info { order: 3; padding: 12px 15px 2px; border-top: 1px solid #e7e7e7; }
  .detail-info > .detail-title, .detail-info > .byline, .detail-info > .rating-row { display: none; }
  .detail-info .section-line:first-of-type { display: none; }
  .detail-info h2 { font-size: 18px; }
  .buybox { order: 4; grid-column: auto; margin-top: 14px; padding: 16px 15px; border: 0; border-top: 6px solid #eaeded; border-radius: 0; box-shadow: none; }
  .buybox .price .price-whole { font-size: 30px; }
  .cart-btn, .buy-btn { min-height: 46px; }
  .below-fold { margin-top: 14px; }
  .below-fold > h2, .below-fold > div:not(.section-line) { margin-left: 15px; margin-right: 15px; }
  .below-fold > .section-line { height: 6px; margin: 20px 0 16px; border: 0; background: #eaeded; }
  .aplus-grid { grid-template-columns: 1fr; }
  .reviews-summary { grid-template-columns: 1fr; }
  .amazon-footer { min-height: 150px; }
  .back-to-top { margin-bottom: 35px; }
  .study-controls { left: 8px; right: 8px; bottom: 8px; max-width: none; justify-content: space-between; }
}

@media (max-width: 520px) {
  body { font-size: 14px; }
  .mobile-nav-top { grid-template-columns: 42px 96px minmax(0, 1fr) 42px; padding: 0 7px; }
  .mobile-sign-in { font-size: 12px; }
  .mobile-department span { font-size: 17px; }
  .shelf-heading { padding-left: 13px; padding-right: 13px; }
  .product-card { min-height: 335px; }
  .product-card-copy { min-height: 139px; padding-left: 10px; padding-right: 10px; }
  .product-image-link { padding-left: 9px; padding-right: 9px; }
  .detail-image-box { min-height: 350px; }
  .icon-benefits { grid-template-columns: repeat(2, 1fr); }
  .edit-panel { right: 10px; bottom: 10px; width: calc(100% - 20px); }
}

@media (max-width: 360px) {
  .mobile-nav-top { grid-template-columns: 40px 88px minmax(0, 1fr) 40px; padding: 0 5px; }
  .mobile-brand span { font-size: 20px; }
  .mobile-brand i { left: 20px; width: 43px; }
  .mobile-sign-in .mobile-user-icon { display: none; }
  .mobile-zg-tabs a { padding-left: 10px; padding-right: 10px; }
  .product-title { font-size: 12px; line-height: 17px; height: 68px; }
  .product-card { min-height: 315px; }
  .study-controls span { display: none; }
  .study-controls button { width: 100%; }
}
