/*
Theme Name: Aartarynumbers LiveStream
Theme URI: https://artarynumbers.com/
Description: A faithful, focused WordPress storefront theme for the LiveStream Order product flow.
Version: 1.0.0
Author: Local storefront build
*/

:root {
  --bg: #edf5ff;
  --bg-deep: #c8ddff;
  --ink: #18284f;
  --ink-soft: #5e6f91;
  --green: #0d55c7;
  --green-deep: #052f8f;
  --line: rgba(13, 57, 130, .18);
  --white: #ffffff;
  --page: 1380px;
  --radius: 2px;
  --shadow: 0 18px 35px rgba(5, 47, 143, .12);
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font: 400 15px/1.55 Arial, Helvetica, sans-serif;
  letter-spacing: .01em;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.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; }
.page-width { width: min(var(--page), calc(100% - 64px)); margin: 0 auto; }

.announcement-bar {
  background: var(--bg-deep);
  border-bottom: 1px solid rgba(5, 47, 143, .14);
  color: var(--green-deep);
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.announcement-bar__inner { display: flex; align-items: center; justify-content: center; gap: 17px; min-height: 34px; }
.announcement-bar__inner button { border: 0; background: transparent; color: inherit; padding: 2px; line-height: 0; opacity: .7; }
.announcement-bar__inner button:hover { opacity: 1; }
.announcement-bar__message { min-width: 260px; text-align: center; }

.site-header {
  min-height: 116px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 26px;
  border-bottom: 1px solid rgba(74, 74, 74, .1);
}
.brand { width: 138px; height: 82px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.brand img { width: 138px; height: 82px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 2px; }
.primary-nav a { padding: 12px 10px; color: rgba(74, 74, 74, .8); font-size: 13px; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a.active { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header-tools { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.country-picker { position: relative; }
.country-button, .header-tool { border: 0; background: transparent; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; font-size: 12px; }
.country-button:hover, .header-tool:hover { color: var(--green-deep); }
.country-menu { position: absolute; right: 0; top: 38px; z-index: 12; width: 220px; padding: 13px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.country-menu button { border: 0; display: block; width: 100%; text-align: left; background: transparent; padding: 6px 4px; color: var(--ink); }
.country-menu button:hover { background: rgba(126, 174, 240, .22); }
.cart-tool { position: relative; }
.cart-count { display: inline-grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 10px; line-height: 1; position: absolute; top: 0; right: -12px; }
.mobile-menu-toggle { display: none; border: 0; background: transparent; padding: 4px; }

.cart-notification { position: fixed; top: 150px; right: max(16px, calc((100vw - var(--page)) / 2)); z-index: 45; width: 368px; padding: 25px 35px 28px; border: 1px solid var(--line); background: var(--bg); color: var(--ink); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-14px); transition: opacity .2s ease, transform .2s ease, visibility .2s; box-shadow: 0 10px 25px rgba(5, 47, 143, .06); }
.cart-notification.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.cart-notification-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cart-notification-heading > div { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.cart-notification-heading > div svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.cart-notification-close { width: 26px; height: 26px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); }
.cart-notification-close:hover { color: var(--green); }
.cart-notification-close svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; }
.cart-notification-product { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: start; gap: 16px; margin: 25px 0 40px; }
.cart-notification-product img { width: 70px; height: 88px; object-fit: cover; background: #f2e5d5; }
.cart-notification-product h2 { margin: -2px 0 5px; font: 400 17px/1.3 Georgia, 'Times New Roman', serif; }
.cart-notification-product p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.cart-notification-actions { display: grid; gap: 10px; text-align: center; }
.cart-notification-actions button { width: 100%; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; }
.cart-notification-view { height: 48px; border: 1.5px solid var(--green-deep); border-radius: 16px; background: transparent; color: var(--green-deep); }
.cart-notification-view:hover { background: rgba(126, 174, 240, .18); }
.cart-notification-checkout { height: 47px; border: 1px solid var(--green); border-radius: 14px; background: var(--green); color: var(--white); }
.cart-notification-checkout:hover { background: var(--green-deep); }
.cart-notification-continue { justify-self: center; width: auto !important; margin-top: 1px; padding: 0 0 2px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); }
.cart-notification-continue:hover { color: var(--green); }

.site-main { padding: 36px 0 80px; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr); gap: clamp(40px, 6vw, 94px); align-items: start; }
.gallery { min-width: 0; }
.gallery-main { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: #f2e5d5; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s ease; }
.gallery-zoom { position: absolute; right: 16px; top: 16px; width: 35px; height: 35px; border: 1px solid rgba(74, 74, 74, .2); background: rgba(253, 255, 255, .72); display: grid; place-items: center; color: var(--ink); }
.gallery-zoom:hover { background: var(--white); }

.product-info { position: sticky; top: 24px; padding: 11px 0 0; }
.product-title { margin: 0 0 8px; font: 400 clamp(30px, 3.2vw, 42px)/1.12 Georgia, 'Times New Roman', serif; color: var(--ink); }
.product-price { font-size: 21px; color: var(--ink); margin: 0 0 26px; }
.option-label { margin: 0 0 9px; font-size: 13px; color: var(--ink); }
.option-pill { display: inline-flex; align-items: center; min-height: 37px; padding: 8px 20px; border: 0; border-radius: 8px; background: var(--ink); color: var(--white); font-size: 14px; }
.product-form { margin-top: 25px; }
.primary-button { width: 100%; min-height: 51px; border: 1px solid var(--green); background: var(--green); color: var(--white); font-size: 14px; letter-spacing: .04em; transition: background .2s, transform .2s; }
.product-form .primary-button { min-height: 48px; border: 1.5px solid var(--green-deep); border-radius: 16px; background: transparent; color: var(--green-deep); font-size: 15px; font-weight: 400; }
.product-form .primary-button:hover { background: rgba(126, 174, 240, .22); color: var(--green-deep); }
.primary-button:hover { background: var(--green-deep); transform: translateY(-1px); }
.buy-now-button { width: 100%; min-height: 49px; margin-top: 10px; border: 1px solid var(--green); border-radius: 16px; background: var(--green); color: var(--white); font-size: 15px; transition: background .2s, transform .2s; }
.buy-now-button:hover { background: var(--green-deep); transform: translateY(-1px); }
.secondary-button { width: 100%; min-height: 51px; border: 1px solid var(--green); background: transparent; color: var(--green-deep); font-size: 14px; }
.secondary-button:hover { background: rgba(126, 174, 240, .2); }
.payment-methods { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 28px 0 27px; }
.payment-methods img { width: 43px; height: 27px; object-fit: contain; }
.benefit-list { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 15px 0 12px; margin-bottom: 14px; display: grid; gap: 12px; }
.benefit { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--ink); }
.benefit img { width: 27px; height: 27px; object-fit: contain; }
.benefit strong { font-weight: 700; }
.accordion { border-top: 1px solid var(--line); }
.accordion:last-of-type { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 14px; font-weight: 700; list-style: none; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; font-size: 20px; font-weight: 300; color: var(--green); }
.accordion[open] summary::after { content: '−'; }
.accordion-content { padding: 0 22px 18px 0; color: var(--ink-soft); font-size: 13px; }
.accordion-content p { margin: 0 0 13px; }
.accordion-content strong { color: var(--ink); }
.view-details { display: inline-flex; align-items: center; gap: 10px; padding-top: 18px; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.view-details span { transition: transform .2s; }
.view-details:hover span { transform: translateX(4px); }

.benefits-section { max-width: 1020px; margin: 102px auto 0; padding: 0 8px; }
.benefits-grid { display: grid; grid-template-columns: 450px minmax(0, 1fr); gap: 85px; align-items: start; }
.benefits-media h2 { margin: 0 0 25px; text-align: center; font: 400 25px/1.2 Georgia, 'Times New Roman', serif; }
.benefits-media img { width: 450px; height: 377px; object-fit: cover; }
.benefits-items { padding-top: 34px; }
.benefits-intro { margin: 0; padding: 0 0 17px; border-bottom: 2px solid #164dab; text-align: center; font: 400 16px/1.3 Georgia, 'Times New Roman', serif; color: #111; }
.benefit-feature { min-height: 116px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 18px; border-bottom: 2px solid #164dab; }
.benefit-circle { width: 70px; height: 70px; border: 8px solid #1687e8; border-radius: 50%; display: grid; place-items: center; color: #0d55c7; font-size: 15px; }
.benefit-feature p { margin: 0; color: #151515; font-size: 16px; line-height: 1.45; }

.wordpress-reviews-root:not(:empty) { max-width: 1160px; margin: 82px auto 0; }
.related-section { margin-top: 82px; padding: 0 0 40px; }
.related-shell { max-width: 1400px; margin: 0 auto; }
.related-shell h2 { margin: 0 0 28px; font: 400 25px/1.2 Georgia, 'Times New Roman', serif; }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 31px; }
.related-card { min-width: 0; }
.related-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #f2e5d5; }
.related-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.related-card:hover .related-image img { transform: scale(1.03); }
.related-image span { position: absolute; left: 10px; bottom: 9px; padding: 4px 12px; border-radius: 20px; background: rgba(237,245,255,.92); color: #315eaa; font-size: 11px; }
.related-card h3 { min-height: 42px; margin: 15px 0 5px; font: 400 15px/1.35 Georgia, 'Times New Roman', serif; }
.related-rating { color: #4e4e4e; font-size: 15px; letter-spacing: 1px; }
.related-rating span { color: var(--bg); text-shadow: 0 0 0 #0d55c7; }
.related-rating small { margin-left: 3px; letter-spacing: 0; font-size: 12px; }
.related-card p { margin: 14px 0 0; font-size: 14px; }
.related-card p s { color: #7a817d; margin-right: 12px; }
.related-card p strong { font-weight: 400; }

.page-hero { padding: 34px 0 26px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 0; font: 400 clamp(31px, 4vw, 48px)/1.1 Georgia, 'Times New Roman', serif; }
.page-hero p { margin: 10px 0 0; color: var(--ink-soft); }
.cart-page { min-height: 678px; }
.cart-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; padding: 0 0 31px; }
.cart-heading h1 { margin: 0; font: 400 clamp(36px, 4vw, 44px)/1.05 Georgia, 'Times New Roman', serif; }
.cart-heading button { border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); padding: 0 0 1px; font-size: 15px; line-height: 1.2; }
.cart-heading button:hover { color: var(--green); }
.cart-layout { display: block; }
.cart-table { border-bottom: 1px solid var(--line); }
.cart-table-head, .cart-item { display: grid; grid-template-columns: minmax(0, 1fr) 400px 286px; }
.cart-table-head { min-height: 45px; align-items: start; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; letter-spacing: .08em; }
.cart-table-head span:nth-child(2) { text-align: center; }
.cart-table-head span:last-child { text-align: right; }
.cart-item { min-height: 264px; align-items: start; padding: 40px 0 49px; }
.cart-product { display: flex; align-items: flex-start; gap: 39px; min-width: 0; }
.cart-item-image { width: 138px; height: 172px; flex: 0 0 auto; overflow: hidden; background: #f2e5d5; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-product-copy { padding-top: 1px; }
.cart-item h2 { margin: 0 0 5px; font: 400 16px/1.25 Georgia, 'Times New Roman', serif; }
.cart-item p { margin: 0 0 5px; color: var(--ink-soft); font-size: 13px; }
.cart-item .cart-unit-price { color: var(--ink); }
.cart-quantity-cell { display: flex; align-items: center; justify-content: center; gap: 22px; padding-top: 4px; }
.cart-quantity { display: inline-grid; grid-template-columns: 43px 51px 43px; height: 48px; border: 1px solid rgba(24, 40, 79, .45); }
.cart-quantity button, .cart-quantity output { display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); }
.cart-quantity button:hover { background: rgba(126, 174, 240, .22); }
.cart-remove { width: 27px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ink); }
.cart-remove:hover { color: var(--green); }
.cart-remove svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.cart-price { padding-top: 10px; text-align: right; font-size: 15px; }
.cart-totals { width: 350px; margin: 55px 0 0 auto; text-align: center; }
.cart-estimated { display: flex; align-items: baseline; justify-content: flex-end; gap: 20px; margin-bottom: 17px; }
.cart-estimated span { font: 400 18px/1.25 Georgia, 'Times New Roman', serif; }
.cart-estimated strong { font-size: 15px; font-weight: 400; }
.cart-tax-note { margin: 0 0 25px; color: var(--ink-soft); font-size: 13px; line-height: 1.45; white-space: nowrap; }
.cart-tax-note a { color: var(--ink); text-decoration: underline; text-underline-offset: 2px; }
.cart-checkout-button, .cart-paypal-button { width: 100%; border: 0; border-radius: 14px; }
.cart-checkout-button { height: 47px; background: var(--green); color: var(--white); font: 400 15px Georgia, 'Times New Roman', serif; letter-spacing: .02em; }
.cart-checkout-button:hover { background: var(--green-deep); }
.cart-paypal-button { height: 54px; display: grid; place-items: center; margin-top: 18px; background: #ffc439; }
.cart-paypal-button:hover { background: #f4b82f; }
.cart-paypal-button span { color: #003087; font: italic 700 23px/1 Arial, Helvetica, sans-serif; letter-spacing: -.04em; }
.cart-accepted-label { margin: 16px 0 11px; color: var(--ink-soft); font-size: 12px; }
.cart-accepted { display: flex; justify-content: center; align-items: center; gap: 9px; }
.cart-accepted img { width: 43px; height: 28px; object-fit: contain; }
.cart-empty { padding: 54px 0; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-empty h2 { margin: 0 0 10px; font: 400 28px/1.2 Georgia, serif; }

.checkout-shell { padding-top: 37px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 74px; align-items: start; }
.checkout-form h2, .checkout-summary h2 { margin: 0 0 18px; font-size: 18px; font-weight: 700; }
.form-section { padding: 0 0 27px; margin-bottom: 27px; border-bottom: 1px solid var(--line); }
.form-section:last-child { margin-bottom: 0; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 13px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 12px; color: var(--ink-soft); }
.field input, .field select { width: 100%; min-height: 45px; padding: 10px 12px; border: 1px solid rgba(74, 74, 74, .27); border-radius: 0; background: rgba(253, 255, 255, .4); color: var(--ink); }
.field input:focus, .field select:focus { outline: 2px solid rgba(13, 85, 199, .24); border-color: var(--green); }
.checkout-summary { border-left: 1px solid var(--line); padding-left: 32px; position: sticky; top: 24px; }
.checkout-product { display: flex; align-items: center; gap: 14px; padding: 0 0 18px; border-bottom: 1px solid var(--line); }
.checkout-product-image { position: relative; width: 64px; height: 80px; background: #f2e5d5; }
.checkout-product-image img { width: 100%; height: 100%; object-fit: cover; }
.checkout-product-image span { position: absolute; top: -7px; right: -7px; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-size: 10px; }
.checkout-product-text { flex: 1; }
.checkout-product-text strong { display: block; font-size: 14px; }
.checkout-product-text small { color: var(--ink-soft); }
.checkout-line { display: flex; justify-content: space-between; padding: 9px 0; font-size: 13px; }
.checkout-total { border-top: 1px solid var(--line); margin-top: 8px; padding-top: 16px; display: flex; justify-content: space-between; font-size: 19px; font-weight: 700; }
.checkout-note { margin: 14px 0 0; font-size: 12px; color: var(--ink-soft); }
.checkout-success { padding: 36px 0; text-align: center; }
.checkout-success h2 { margin: 0 0 9px; font: 400 31px/1.2 Georgia, serif; }
.checkout-success p { margin: 0 auto 20px; max-width: 480px; color: var(--ink-soft); }

.site-footer { margin-top: 0; background: var(--bg-deep); color: var(--ink-soft); font-size: 14px; }
.footer-top { width: min(1400px, calc(100% - 64px)); min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; column-gap: 0; row-gap: 0; padding-top: 26px; }
.footer-column { display: flex; flex-direction: column; gap: 14px; }
.footer-column h2 { margin: 0 0 10px; color: var(--ink); font: 400 20px/1.2 Georgia, 'Times New Roman', serif; }
.footer-column a:hover { color: var(--green-deep); text-decoration: underline; text-underline-offset: 4px; }
.footer-newsletter { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; padding-top: 41px; }
.footer-newsletter h3 { margin: 0 0 19px; color: var(--ink); font: 700 16px/1.3 Georgia, 'Times New Roman', serif; letter-spacing: .04em; }
.footer-newsletter form { width: 360px; display: flex; border: 1px solid rgba(74,74,74,.45); }
.footer-newsletter input { flex: 1; min-width: 0; height: 45px; padding: 0 18px; border: 0; background: transparent; color: var(--ink); }
.footer-newsletter button { width: 49px; border: 0; background: transparent; color: var(--ink); font-size: 23px; }
.footer-lower { width: min(1400px, calc(100% - 64px)); position: relative; min-height: 184px; padding-top: 54px; border-top: 1px solid rgba(74,74,74,.08); }
.footer-selects { display: flex; gap: 10px; }
.footer-selects label { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.footer-selects select { min-width: 196px; height: 43px; padding: 0 18px; border: 1px solid rgba(74,74,74,.45); background: transparent; color: var(--ink); }
.footer-paypal { position: absolute; right: 0; top: 72px; width: 39px; height: 24px; object-fit: contain; }
.footer-copy { position: absolute; left: 0; bottom: 2px; font-size: 12px; }
.toast { position: fixed; left: 50%; bottom: 24px; transform: translate(-50%, 18px); z-index: 50; opacity: 0; pointer-events: none; padding: 13px 18px; background: var(--green-deep); color: var(--white); font-size: 13px; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1300px) {
  .page-width { width: min(var(--page), calc(100% - 40px)); }
  .site-header { grid-template-columns: 118px minmax(0, 1fr) 205px; column-gap: 12px; }
  .primary-nav { gap: 0; }
  .primary-nav { overflow: hidden; }
  .primary-nav a { padding: 10px 5px; font-size: 11px; }
  .header-tools { gap: 12px; }
  .country-button { max-width: 116px; overflow: hidden; text-overflow: ellipsis; }
  .product-layout { gap: 44px; }
}
@media (min-width: 990px) and (max-width: 1300px) {
  .country-button { width: 22px; max-width: 22px; overflow: visible; font-size: 0; }
  .country-button::before { content: '$'; font-size: 14px; }
}
@media (max-width: 989px) {
  .page-width { width: min(var(--page), calc(100% - 32px)); }
  .site-header { min-height: 82px; grid-template-columns: 40px 1fr auto; position: relative; }
  .mobile-menu-toggle { display: block; }
  .mobile-menu-toggle svg { width: 21px; height: 21px; }
  .brand { width: 112px; height: 68px; justify-self: center; }
  .brand img { width: 112px; height: 68px; }
  .primary-nav, .country-picker, .account-tool { display: none; }
  .primary-nav.is-open { display: flex; position: absolute; top: 74px; left: 0; right: 0; z-index: 20; flex-direction: column; align-items: stretch; padding: 10px 16px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open a { padding: 11px 8px; border-bottom: 1px solid rgba(74, 74, 74, .08); font-size: 13px; }
  .header-tools { gap: 7px; }
  .site-header .header-tool { padding: 6px; }
  .product-layout { grid-template-columns: 1fr; gap: 33px; }
  .product-info { position: static; padding-top: 0; }
  .gallery-main { aspect-ratio: 4 / 5; }
  .checkout-layout { grid-template-columns: 1fr; gap: 34px; }
  .cart-page { min-height: 720px; }
  .cart-table-head, .cart-item { grid-template-columns: minmax(0, 1fr) 250px 125px; }
  .checkout-summary { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; position: static; }
  .benefits-section { margin-top: 70px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 25px; }
  .benefits-media img { width: min(100%, 450px); margin: 0 auto; }
  .benefits-items { padding-top: 0; }
  .reviews-summary { grid-template-columns: 1fr; gap: 26px; padding: 20px 0; }
  .related-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .footer-top { min-height: auto; grid-template-columns: repeat(2, 1fr); gap: 35px 24px; padding: 30px 0 38px; }
  .footer-newsletter { grid-column: 1 / -1; padding-top: 18px; text-align: center; }
  .footer-lower { min-height: 215px; padding-top: 32px; }
  .footer-paypal { top: 32px; }
  .cart-notification { top: 116px; right: 16px; }
}
@media (max-width: 599px) {
  .page-width { width: min(var(--page), calc(100% - 24px)); }
  .announcement-bar { font-size: 10px; letter-spacing: .05em; }
  .announcement-bar__message { min-width: 210px; }
  .site-main { padding-top: 19px; }
  .gallery-zoom { right: 10px; top: 10px; width: 31px; height: 31px; }
  .product-title { font-size: 32px; }
  .product-price { font-size: 20px; }
  .benefit-list { gap: 10px; }
  .cart-notification { right: 12px; width: calc(100% - 24px); padding: 23px 28px 26px; }
  .cart-notification-product { margin-bottom: 30px; }
  .cart-heading { align-items: center; padding-bottom: 24px; }
  .cart-heading h1 { font-size: 36px; }
  .cart-heading button { font-size: 13px; }
  .cart-table-head { display: none; }
  .cart-item { grid-template-columns: 88px minmax(0, 1fr); gap: 0 16px; min-height: 0; padding: 24px 0 28px; }
  .cart-product { display: contents; }
  .cart-item-image { grid-row: 1 / 3; width: 88px; height: 110px; }
  .cart-product-copy { grid-column: 2; padding-top: 0; }
  .cart-item h2 { font-size: 16px; }
  .cart-quantity-cell { grid-column: 2; justify-content: flex-start; gap: 12px; padding-top: 14px; }
  .cart-quantity { grid-template-columns: 36px 42px 36px; height: 40px; }
  .cart-price { grid-column: 2; padding-top: 14px; text-align: right; font-size: 14px; }
  .cart-totals { width: 100%; margin: 34px 0 48px; }
  .cart-estimated { justify-content: space-between; gap: 15px; }
  .cart-tax-note { white-space: normal; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .field.full { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .benefits-media h2 { font-size: 23px; }
  .benefits-intro { font-size: 15px; }
  .benefit-feature p { font-size: 14px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-newsletter h3 { font-size: 14px; }
  .footer-newsletter form { width: 100%; }
  .footer-selects { flex-direction: column; }
  .footer-selects select { width: 100%; }
}

/* Shopify-style checkout surface */
body.checkout-mode { background: #fff; color: #1f1f1f; }
.checkout-mode .announcement-bar,
.checkout-mode .site-header,
.checkout-mode .site-footer,
.checkout-mode .cart-notification { display: none; }
.checkout-mode .site-main { padding-top: 0; }
.checkout-mode .page-view[data-view="checkout"] { min-height: 100vh; }
.checkout-shell { padding: 0; }
.checkout-page { min-height: 100vh; background: #fff; font-family: Arial, Helvetica, sans-serif; }
.checkout-brand { height: 90px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #dedede; }
.checkout-brand a { width: 132px; height: 76px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.checkout-brand img { width: 132px; height: 76px; object-fit: contain; }
.checkout-columns { display: grid; grid-template-columns: 50% 50%; align-items: stretch; min-height: calc(100vh - 90px); }
.checkout-main { padding: 40px 40px 70px; }
.checkout-main > * { width: min(100%, 500px); margin-left: auto; margin-right: 0; }
.checkout-express { text-align: center; }
.checkout-express p { margin: 0 0 14px; color: #66707b; font-size: 13px; }
.paypal-express { width: 262px; height: 48px; border: 0; border-radius: 12px; background: #ffbd3b; color: #073e91; font: italic 700 22px Arial, sans-serif; }
.paypal-express:hover { background: #f6ad20; }
.checkout-or { display: flex; align-items: center; gap: 14px; margin: 29px 0 25px; color: #60717d; font-size: 12px; }
.checkout-or::before, .checkout-or::after { content: ""; height: 1px; flex: 1; background: #dadada; }
.checkout-section { padding: 0 0 28px; margin: 0 0 28px; border-bottom: 1px solid #d8d8d8; }
.checkout-section h2 { margin: 0 0 14px; color: #101010; font-size: 20px; line-height: 1.25; font-weight: 600; }
.checkout-section h3 { margin: 0 0 14px; color: #101010; font-size: 16px; line-height: 1.3; font-weight: 600; }
.checkout-section-heading { display: flex; align-items: center; justify-content: space-between; }
.checkout-section-heading button { border: 0; background: transparent; color: #486c8e; text-decoration: underline; font-size: 13px; }
.checkout-input-wrap { position: relative; }
.checkout-input-wrap input { padding-right: 42px; }
.checkout-mode input,
.checkout-mode select { font-family: Arial, Helvetica, sans-serif; }
.checkout-input-wrap .input-help,
.checkout-field .field-help,
.checkout-field .field-search { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; border: 1px solid #7b7b7b; border-radius: 50%; display: grid; place-items: center; color: #666; font: 700 11px/1 Arial, sans-serif; }
.checkout-field .field-search { border: 0; font-size: 22px; font-weight: 400; }
.checkout-field { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 50px; }
.checkout-field > span { position: absolute; top: 7px; left: 12px; z-index: 1; color: #607d9a; font-size: 11px; pointer-events: none; }
.checkout-field input,
.checkout-field select,
.checkout-input-wrap input { width: 100%; height: 50px; min-height: 50px; padding: 18px 12px 5px; border: 1px solid #d5d5d5; border-radius: 13px; background: #fff; color: #111; font-size: 13px; outline: none; }
.checkout-input-wrap input { padding: 0 40px 0 12px; }
.checkout-field input:focus,
.checkout-field select:focus,
.checkout-input-wrap input:focus { border-color: #0d55c7; box-shadow: 0 0 0 1px #0d55c7; }
.checkout-fields { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.checkout-fields .full { grid-column: 1 / -1; }
.checkout-fields .half { grid-column: span 3; }
.checkout-fields .third { grid-column: span 2; }
.check-row { display: flex; align-items: center; gap: 8px; margin-top: 11px; color: #202020; font-size: 13px; }
.check-row input { width: 18px; height: 18px; margin: 0; accent-color: #0d55c7; }
.shipping-section { padding-bottom: 29px; }
.shipping-empty { display: grid; place-items: center; min-height: 50px; padding: 10px 16px; border-radius: 12px; background: #f5f5f5; color: #607286; text-align: center; font-size: 13px; }
.payment-section { padding-bottom: 27px; }
.secure-note { margin: -8px 0 15px; color: #607286; font-size: 13px; }
.payment-box { overflow: hidden; border: 1px solid #d4d4d4; border-radius: 13px; }
.payment-row { width: 100%; min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 0; border-bottom: 1px solid #d4d4d4; background: #fff; color: #111; text-align: left; font-size: 13px; }
.payment-row:last-child { border-bottom: 0; }
.payment-row.is-selected { background: #f1f6ff; box-shadow: inset 0 0 0 1px #0d55c7; }
.payment-row em { margin-left: auto; color: #1c438f; font: italic 700 15px Arial, sans-serif; }
.payment-radio { width: 18px; height: 18px; border: 1px solid #d0d0d0; border-radius: 50%; flex: 0 0 auto; }
.payment-row.is-selected .payment-radio { border: 5px solid #0d55c7; }
.payment-description { min-height: 47px; display: grid; place-items: center; padding: 10px; border-bottom: 1px solid #d4d4d4; background: #f9f9f9; color: #303030; font-size: 13px; text-align: center; }
.card-icons { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.card-icons img { width: 38px; height: 23px; object-fit: contain; }
.billing-section { border-bottom: 0; padding-bottom: 0; margin-bottom: 17px; }
.billing-choice { min-height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 14px; margin-top: 9px; border: 1px solid #d4d4d4; border-radius: 13px; font-size: 13px; }
.billing-choice.is-selected { border-color: #0d55c7; background: #f1f6ff; }
.billing-choice input { width: 18px; height: 18px; margin: 0; accent-color: #0d55c7; }
.checkout-submit { width: 100%; height: 52px; border: 0; border-radius: 11px; background: #0d55c7; color: #fff; font-size: 15px; font-weight: 600; }
.checkout-submit:hover { background: #052f8f; }
.checkout-summary-panel { padding: 41px 42px; border-left: 1px solid #dedede; background: #f7f7f7; }
.checkout-summary-panel > * { width: min(100%, 500px); }
.summary-product { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid #d6d6d6; }
.summary-image { position: relative; width: 64px; height: 64px; overflow: visible; border: 1px solid #ddd; border-radius: 12px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.summary-image img { width: 100%; height: 100%; border-radius: 11px; object-fit: cover; }
.summary-image span { position: absolute; top: -7px; right: -7px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #111; color: #fff; font-size: 11px; }
.summary-product strong { color: #242424; font-size: 14px; font-weight: 600; }
.summary-product small { display: block; margin-top: 4px; color: #707070; font-size: 12px; }
.discount-form { display: flex; gap: 8px; margin: 20px 0 26px; }
.discount-form input { flex: 1; min-width: 0; height: 49px; padding: 0 12px; border: 1px solid #d3d3d3; border-radius: 13px; background: #fff; color: #111; }
.discount-form button { width: 63px; height: 36px; align-self: center; margin-left: -74px; border: 1px solid #e1e1e1; border-radius: 12px; background: #f7f7f7; color: #888; font-size: 13px; }
.summary-line { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; color: #252525; font-size: 13px; }
.summary-line > span:last-child { color: #6d6d6d; text-align: right; }
.summary-line small { display: inline-grid; place-items: center; width: 14px; height: 14px; border: 1px solid #888; border-radius: 50%; color: #777; font-size: 10px; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin-top: 7px; padding-top: 18px; border-top: 1px solid #d0d0d0; color: #222; font-size: 18px; }
.summary-total span { font-weight: 500; }
.summary-total small { margin-right: 8px; color: #777; font-size: 11px; }

@media (max-width: 900px) {
  .checkout-columns { grid-template-columns: 1fr; }
  .checkout-summary-panel { order: -1; padding: 22px 20px; border-left: 0; border-bottom: 1px solid #dedede; }
  .checkout-main { padding: 28px 20px 50px; }
  .checkout-main > * { width: min(100%, 560px); margin-left: auto; margin-right: auto; }
}
@media (max-width: 520px) {
  .checkout-brand { height: 72px; }
  .checkout-brand a { width: 108px; height: 62px; }
  .checkout-brand img { width: 108px; height: 62px; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-fields .full,
  .checkout-fields .half,
  .checkout-fields .third { grid-column: 1; }
  .paypal-express { width: 100%; }
  .card-icons img { width: 31px; }
}
