:root {
  --ink: #111111;
  --muted: #686868;
  --paper: #ffffff;
  --soft: #f4f4f1;
  --line: #deded9;
  --accent: #d9ff43;
  --accent-dark: #b9df22;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #e8e8e5; }
body { margin: 0; color: var(--ink); background: #e8e8e5; font-family: "Montserrat", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
button, input, select { font: inherit; }
a { color: inherit; }

.main_wrapper { width: 100%; max-width: 480px; min-width: 280px; margin: 0 auto; background: var(--paper); overflow: hidden; box-shadow: 0 0 40px rgba(0, 0, 0, .12); }
.section { padding: 46px 16px; text-align: center; }
.section_kicker, .eyebrow { margin: 0 0 7px; color: #5b6e12; font-size: 11px; line-height: 1.3; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.title { margin: 0 auto 24px; max-width: 400px; font-size: 29px; line-height: 1.12; font-weight: 900; letter-spacing: -.8px; text-align: center; }
.section_intro { max-width: 400px; margin: -10px auto 22px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.hero_section { background: #101010; color: #fff; text-align: center; }
.top_promo_bar { padding: 11px 12px; color: #101010; background: var(--accent); font-size: 11px; line-height: 1.3; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.hero_content { padding: 27px 19px 24px; }
.three_stripes { display: flex; justify-content: center; gap: 5px; margin-bottom: 18px; }
.three_stripes i { display: block; width: 34px; height: 5px; background: #fff; transform: skewX(-28deg); }
.hero_section .eyebrow { color: var(--accent); }
.hero_title { margin: 0 auto 12px; max-width: 420px; font-size: 31px; line-height: 1.08; font-weight: 900; letter-spacing: -1.1px; text-transform: uppercase; }
.hero_title span { color: var(--accent); }
.hero_lead { max-width: 390px; margin: 0 auto; color: #c9c9c9; font-size: 14px; line-height: 1.5; font-weight: 500; }
.hero_image_full { position: relative; overflow: hidden; background: #222; }
.hero_image_full img { aspect-ratio: 3 / 4; object-fit: cover; }
.discount_badge { position: absolute; right: 14px; bottom: 14px; width: 96px; height: 96px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #101010; background: var(--accent); border: 5px solid rgba(255,255,255,.82); border-radius: 50%; transform: rotate(-8deg); box-shadow: 0 7px 18px rgba(0,0,0,.25); }
.discount_badge b { font-size: 27px; line-height: 1; font-weight: 900; }
.discount_badge span { margin-top: 4px; font-size: 9px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.hero_offer { padding-top: 27px; padding-bottom: 38px; }
.hero_price_box { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 10px; max-width: 400px; margin: 0 auto 18px; }
.price_tag { padding: 13px 9px; border: 1px solid #343434; border-radius: 14px; background: #202020; }
.price_tag span { display: block; margin-bottom: 3px; color: #a6a6a6; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.price_tag strong { display: block; font-size: 21px; line-height: 1.2; font-weight: 900; }
.price_tag.old_price strong { color: #888; text-decoration: line-through; }
.price_tag.new_price { color: #101010; background: var(--accent); border-color: var(--accent); transform: scale(1.04); }
.price_tag.new_price span { color: #455500; }
.promo_date_banner { max-width: 400px; margin: 0 auto 19px; padding: 9px 10px; color: #fff; background: #292929; border: 1px dashed #626262; border-radius: 10px; font-size: 11px; line-height: 1.35; font-weight: 700; text-transform: uppercase; }
.primary_btn, .order_button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 58px; padding: 14px 20px; color: #101010; background: var(--accent); border: 0; border-radius: 14px; font-size: 15px; line-height: 1.25; font-weight: 900; letter-spacing: .4px; text-align: center; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 0 var(--accent-dark); cursor: pointer; transition: transform .15s, box-shadow .15s; }
.primary_btn:active, .order_button:active { transform: translateY(5px); box-shadow: 0 3px 0 var(--accent-dark); }
.hero_section .primary_btn { max-width: 400px; margin: 0 auto; }
.stock_note { margin: 18px auto 0; color: #a7a7a7; font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }

.description_section { background: #fff; }
.features_container { display: grid; gap: 11px; max-width: 420px; margin: 0 auto; }
.feature_card { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: start; padding: 17px 15px; background: var(--soft); border: 1px solid #e8e8e3; border-radius: 15px; text-align: left; }
.feature_icon { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; color: #101010; background: var(--accent); border-radius: 12px; font-size: 20px; font-weight: 900; }
.feature_card h3 { margin: 1px 0 5px; font-size: 14px; line-height: 1.25; font-weight: 900; text-transform: uppercase; }
.feature_card p { margin: 0; color: #606060; font-size: 12px; line-height: 1.5; }

.size_section { background: #f2f2ef; }
.size_card { max-width: 448px; margin: 0 auto; padding: 10px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.07); }
.table_wrap { width: 100%; overflow: hidden; border: 1px solid #bdbdb8; border-radius: 12px; }
.table_wrap_pants { margin-top: 13px; }
.size_table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.size_table caption { padding: 10px; color: #101010; background: var(--accent); border-bottom: 1px solid #a9bf4c; font-size: 15px; font-weight: 900; text-transform: uppercase; }
.size_table th, .size_table td { padding: 8px 2px; border-right: 1px solid #d1d1cc; border-bottom: 1px solid #d1d1cc; font-size: 11px; line-height: 1.18; text-align: center; vertical-align: middle; overflow-wrap: anywhere; }
.size_table th:last-child, .size_table td:last-child { border-right: 0; }
.size_table tbody tr:last-child th, .size_table tbody tr:last-child td { border-bottom: 0; }
.size_table thead th { padding: 8px 2px; background: #efefeb; font-size: 9px; font-weight: 800; }
.size_table tbody th { color: #101010; background: #f4facf; font-weight: 900; }
.size_table tbody tr:nth-child(even) td { background: #fafafa; }
.pants_table th, .pants_table td { font-size: 10px; }
.pants_table thead th { font-size: 8px; }
.size_note { margin: 13px 4px 3px; color: #676767; font-size: 10px; line-height: 1.5; text-align: center; }

.cat { background: #fff; }
.product_list { display: grid; gap: 26px; max-width: 420px; margin: 0 auto; }
.product_card { overflow: hidden; background: #fff; border: 1px solid #deded9; border-radius: 20px; box-shadow: 0 13px 32px rgba(0,0,0,.1); }
.gallery_wrapper { position: relative; overflow: hidden; background: #ecece8; }
.swipe_gallery { display: flex; width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.swipe_gallery::-webkit-scrollbar { display: none; }
.swipe_gallery img { flex: 0 0 100%; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; scroll-snap-align: start; }
.slider_btn { position: absolute; top: 50%; z-index: 2; width: 39px; height: 39px; margin-top: -20px; color: #101010; background: rgba(217,255,67,.95); border: 0; border-radius: 50%; font-size: 28px; line-height: 35px; font-weight: 800; box-shadow: 0 4px 12px rgba(0,0,0,.22); cursor: pointer; }
.slider_prev { left: 9px; }
.slider_next { right: 9px; }
.swipe_label { position: absolute; right: 10px; bottom: 10px; padding: 7px 9px; color: #fff; background: rgba(0,0,0,.66); border-radius: 20px; font-size: 8px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; pointer-events: none; }
.product_card_info { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 17px 16px; text-align: left; }
.product_card_info > div:first-child { position: relative; padding-left: 27px; }
.color_dot { position: absolute; left: 0; top: 2px; width: 19px; height: 19px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #bbb; }
.color_black { background: #111; }
.color_white { background: #fff; }
.product_card_info p { margin: 0 0 3px; font-size: 16px; font-weight: 900; }
.product_card_info small { display: block; color: var(--muted); font-size: 9px; line-height: 1.35; }
.card_price { flex: 0 0 auto; text-align: right; }
.card_price del { display: block; color: #999; font-size: 10px; }
.card_price strong { display: block; margin-top: 2px; font-size: 20px; font-weight: 900; }
.product_card .order_button { width: calc(100% - 24px); margin: 0 12px 20px; }

.order_process { color: #fff; background: #101010; }
.order_process .section_kicker { color: var(--accent); }
.order_steps { display: grid; gap: 11px; max-width: 420px; margin: 0 auto; padding: 0; list-style: none; }
.order_steps li { display: grid; grid-template-columns: 48px 1fr; gap: 13px; align-items: center; padding: 14px; background: #1d1d1d; border: 1px solid #303030; border-radius: 15px; text-align: left; }
.order_steps li > span { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; color: #101010; background: var(--accent); border-radius: 50%; font-size: 20px; font-weight: 900; }
.order_steps h3 { margin: 0 0 4px; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.order_steps p { margin: 0; color: #adadad; font-size: 11px; line-height: 1.45; }

.delivery_section { background: #f2f2ef; }
.delivery_list { display: grid; gap: 11px; max-width: 420px; margin: 0 auto; }
.delivery_list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 15px; text-align: left; }
.delivery_list article > span { font-size: 27px; line-height: 1; text-align: center; }
.delivery_list h3 { margin: 0 0 5px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.delivery_list p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.footer_order_section { padding: 45px 16px 0; color: #fff; background: #101010; text-align: center; }
.footer_order_section .section_kicker { color: var(--accent); }
.footer_title { max-width: 420px; margin: 0 auto 10px; font-size: 27px; line-height: 1.13; font-weight: 900; text-transform: uppercase; }
.footer_subtitle { max-width: 390px; margin: 0 auto 22px; color: #aaa; font-size: 12px; line-height: 1.5; }
.footer_product_image { max-width: 420px; margin: 0 auto 22px; overflow: hidden; border-radius: 18px; }
.footer_product_image img { aspect-ratio: 3 / 4; object-fit: cover; }
.footer_prices { max-width: 400px; }
.premium_form { display: grid; gap: 13px; max-width: 400px; margin: 25px auto 0; text-align: left; }
.premium_form label > span { display: block; margin: 0 0 6px 3px; color: #dedede; font-size: 10px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
.premium_input { width: 100%; height: 56px; padding: 0 16px; color: #fff; background: #202020; border: 1px solid #3b3b3b; border-radius: 13px; font-size: 14px; outline: none; transition: border-color .2s, box-shadow .2s; }
.premium_input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(217,255,67,.13); }
select.premium_input { appearance: auto; }
.submit_btn { margin-top: 5px; }
.form_note { margin: 4px 10px 0; color: #777; font-size: 9px; line-height: 1.45; text-align: center; }
.site_footer { margin: 40px -16px 0; padding: 23px 16px 28px; color: #777; background: #080808; border-top: 1px solid #252525; font-size: 10px; line-height: 1.55; }
.site_footer p { margin: 0 0 9px; }
.site_footer nav { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.site_footer a { color: #a4a4a4; text-decoration: underline; }

@media (max-width: 350px) {
  .section { padding-left: 10px; padding-right: 10px; }
  .hero_content { padding-left: 12px; padding-right: 12px; }
  .hero_title { font-size: 27px; }
  .title { font-size: 26px; }
  .size_table th, .size_table td { font-size: 9px; padding-left: 1px; padding-right: 1px; }
  .size_table thead th { font-size: 7px; }
  .pants_table th, .pants_table td { font-size: 8px; }
  .pants_table thead th { font-size: 6px; }
  .product_card_info { padding-left: 12px; padding-right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html, .swipe_gallery { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
