/*
Theme Name: Colora Fashion
Theme URI: https://dlz.zwyai.top/
Author: Codex
Description: A colorful ecommerce storefront theme generated for the dlz WordPress site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: colora-fashion
*/

:root {
  --ink: #171717;
  --muted: #727272;
  --line: #e8e4dd;
  --paper: #fffdf8;
  --white: #ffffff;
  --coral: #ee5d62;
  --blue: #13a5d8;
  --yellow: #f6c044;
  --green: #46b374;
  --header-h: 74px;
  --shadow: 0 22px 60px rgba(23, 23, 23, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body.colora-storefront {
  min-width: 320px;
}

body.locked {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(232, 228, 221, 0.78);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background:
    conic-gradient(from 10deg, var(--coral), var(--yellow), var(--green), var(--blue), var(--coral));
  border: 3px solid var(--white);
  box-shadow: 0 0 0 1px var(--ink);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-nav a {
  position: relative;
  padding: 28px 0;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.icon-btn,
.mobile-bottom button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.icon-btn svg,
.cart-button svg,
.contact-list svg,
.mobile-bottom svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.icon-btn:hover,
.mobile-bottom button:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.menu-btn {
  display: none;
}

.badge-btn {
  position: relative;
}

.badge {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding: 0 5px;
  color: var(--white);
  background: var(--coral);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.cart-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.cart-button:hover {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: calc(100vh - var(--header-h));
  background: var(--ink);
}

.hero-panel {
  position: relative;
  display: flex;
  min-height: 640px;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-image: var(--image);
  background-position: center;
  background-size: cover;
}

.hero-panel::before,
.hero-panel::after {
  position: absolute;
  inset: 0;
  content: "";
  z-index: -1;
}

.hero-panel::before {
  background: var(--tint);
}

.hero-panel::after {
  background: rgba(0, 0, 0, 0.16);
}

.hero-panel:hover {
  background-size: cover;
}

.hero-copy {
  max-width: 420px;
  padding: 72px 9%;
  color: var(--white);
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.22);
}

.hero-copy p {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(54px, 7vw, 108px);
  line-height: 0.9;
  text-transform: uppercase;
}

.hero-copy span {
  display: block;
  max-width: 320px;
  margin-bottom: 26px;
  font-size: 15px;
}

.hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-links a,
.eyebrow-link,
.outline-link,
.process a,
.promo small {
  border-bottom: 2px solid currentColor;
}

.section-pad {
  max-width: 1260px;
  margin: 0 auto;
  padding: 76px 30px;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.88fr;
  gap: 22px;
}

.promo {
  position: relative;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  color: var(--white);
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

.promo::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  content: "";
}

.promo > * {
  position: relative;
}

.promo span,
.promo strong {
  display: block;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.promo em {
  max-width: 230px;
  margin: 16px 0 18px;
  font-size: 15px;
  font-style: normal;
}

.promo small {
  width: max-content;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  max-width: 700px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(27px, 3.8vw, 45px);
  line-height: 1.05;
  text-transform: uppercase;
}

.section-heading p {
  margin: 0 auto;
  color: var(--muted);
}

.eyebrow-link,
.outline-link {
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.product-card,
.mini-product {
  min-width: 0;
}

.product-media {
  position: relative;
  overflow: hidden;
  background: #f0eee8;
  border-radius: 6px;
  aspect-ratio: 4 / 5;
}

.product-media img,
.mini-product img {
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-card:hover .product-media img,
.mini-product:hover img {
  transform: scale(1.045);
}

.product-tools {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  gap: 8px;
  transform: translateX(58px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease;
}

.product-card:hover .product-tools,
.product-card:focus-within .product-tools {
  transform: translateX(0);
  opacity: 1;
}

.add-cart {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  min-height: 46px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateY(68px);
  opacity: 0;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.product-card:hover .add-cart,
.product-card:focus-within .add-cart {
  transform: translateY(0);
  opacity: 1;
}

.add-cart:hover,
.checkout-btn:hover {
  background: var(--coral);
}

.product-card h3,
.mini-product h3 {
  margin: 14px 0 2px;
  font-size: 17px;
  line-height: 1.25;
}

.product-cat {
  color: var(--muted);
  font-size: 13px;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  font-weight: 900;
}

.swatches {
  display: flex;
  gap: 7px;
}

.swatches i {
  width: 16px;
  height: 16px;
  background: var(--swatch);
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 50%;
}

.category-section {
  max-width: none;
  background: #f4f0e6;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  max-width: 1260px;
  margin: 0 auto;
}

.category-tile {
  position: relative;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 22px;
  color: var(--white);
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

.category-tile::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.23);
  content: "";
}

.category-tile > * {
  position: relative;
}

.category-tile strong {
  font-size: 20px;
}

.category-tile span {
  font-size: 13px;
}

.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mini-product {
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.mini-product img {
  aspect-ratio: 4 / 5;
  border-radius: 4px;
}

.mini-product span {
  color: var(--coral);
  font-weight: 900;
}

.process {
  max-width: none;
  color: var(--white);
  background: var(--ink);
}

.process .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.process-grid article {
  min-height: 250px;
  padding: 34px;
  background: var(--ink);
}

.process-grid span {
  display: block;
  margin-bottom: 22px;
  color: var(--yellow);
  font-size: 38px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 0 0 10px;
  font-size: 22px;
  text-transform: uppercase;
}

.process-grid p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.7);
}

.process a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.instagram {
  max-width: none;
}

.insta-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.insta-grid a {
  position: relative;
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background-image: var(--image);
  background-position: center;
  background-size: cover;
}

.insta-grid a::before {
  position: absolute;
  inset: 0;
  background: rgba(238, 93, 98, 0.74);
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.insta-grid span {
  position: relative;
  font-weight: 900;
  opacity: 0;
  transition: opacity 180ms ease;
}

.insta-grid a:hover::before,
.insta-grid a:hover span {
  opacity: 1;
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #202020;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1.15fr 0.8fr 0.9fr;
  gap: 42px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 72px 30px 56px;
}

.footer-brand {
  color: var(--white);
}

.site-footer h2 {
  margin: 0 0 20px;
  color: var(--white);
  font-size: 14px;
  text-transform: uppercase;
}

.site-footer p {
  max-width: 340px;
}

.site-footer ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a:hover {
  color: var(--white);
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.post-link {
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.post-link img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.post-link span {
  color: var(--white);
  font-weight: 800;
}

.footer-bottom {
  display: flex;
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 0 auto;
  padding: 22px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-mask {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.36);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.page-mask.active {
  opacity: 1;
  pointer-events: auto;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(420px, 92vw);
  height: 100vh;
  padding: 30px;
  overflow-y: auto;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: translateX(104%);
  transition: transform 220ms ease;
}

.drawer.active {
  transform: translateX(0);
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-drawer {
  left: 0;
  right: auto;
  transform: translateX(-104%);
}

.mobile-drawer .brand {
  margin-bottom: 40px;
}

.mobile-drawer nav {
  display: grid;
  gap: 20px;
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-drawer h2 {
  margin: 30px 0 24px;
  font-size: 30px;
}

.cart-items {
  display: grid;
  gap: 14px;
  min-height: 220px;
}

.cart-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.cart-row img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 4px;
}

.cart-row strong {
  display: block;
  font-size: 14px;
}

.cart-row span {
  color: var(--muted);
  font-size: 13px;
}

.cart-summary {
  display: flex;
  justify-content: space-between;
  margin: 22px 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 18px;
}

.checkout-btn {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  color: var(--white);
  background: var(--ink);
  border: 0;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cart-link {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.cart-remove {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
}

.cart-remove:hover {
  color: var(--white);
  background: var(--coral);
  border-color: var(--coral);
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  color: var(--muted);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  text-align: center;
}

.search-overlay,
.quick-view {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 92px 24px 24px;
  background: rgba(255, 253, 248, 0.97);
}

.search-overlay.active,
.quick-view.active {
  display: flex;
}

.search-panel {
  width: min(780px, 100%);
}

.search-panel label {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(38px, 7vw, 76px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.search-panel input {
  width: 100%;
  height: 62px;
  padding: 0 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  font-size: 18px;
}

.search-panel input:focus {
  border-color: var(--ink);
}

.search-results {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.quick-view {
  align-items: center;
  background: rgba(0, 0, 0, 0.52);
}

.quick-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(240px, 360px);
  gap: 30px;
  width: min(860px, 100%);
  padding: 24px;
  background: var(--paper);
  border-radius: 8px;
}

.quick-card img {
  height: 440px;
  object-fit: cover;
  border-radius: 6px;
}

.quick-card p {
  margin: 18px 0 7px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-card h2 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.08;
}

.quick-card strong {
  display: block;
  margin-bottom: 14px;
  font-size: 23px;
}

.quick-card [data-quick-description] {
  display: block;
  margin-bottom: 28px;
  color: var(--muted);
}

.quick-card [data-quick-price] .amount,
.quick-card [data-quick-price] .woocommerce-Price-currencySymbol {
  display: inline;
}

.quick-swatches {
  margin: 0 0 24px;
}

.quick-actions {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.quick-actions .outline-link {
  width: max-content;
  white-space: nowrap;
}

.content-page,
.shop-shell {
  max-width: 1260px;
  min-height: 58vh;
  margin: 0 auto;
  padding: 70px 30px;
}

.page-hero,
.shop-shell .woocommerce-products-header {
  margin-bottom: 32px;
  text-align: center;
}

.page-hero h1,
.shop-shell .woocommerce-products-header__title,
.shop-shell .product_title {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  text-transform: uppercase;
}

.page-content {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 26px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
  min-height: 44px;
  padding: 9px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: none;
  width: auto;
  margin: 0;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  margin: 0 0 14px;
  background: #f0eee8;
  border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--coral);
  font-weight: 900;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #payment #place_order {
  min-height: 44px;
  padding: 0 18px;
  color: var(--white);
  background: var(--ink);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  line-height: 44px;
  text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #payment #place_order:hover {
  color: var(--white);
  background: var(--coral);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  border-radius: 6px;
}

.woocommerce div.product div.images img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.woocommerce div.product div.summary {
  padding-top: 10px;
}

.woocommerce div.product form.cart .button {
  min-height: 48px;
}

.woocommerce table.shop_table {
  overflow: hidden;
  background: var(--white);
  border-color: var(--line);
  border-radius: 6px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: var(--white);
  border-top-color: var(--coral);
  border-radius: 6px;
}

.woocommerce-checkout #payment {
  background: #f4f0e6;
  border-radius: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
}

.mobile-bottom {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 45;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px;
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(23, 23, 23, 0.16);
}

.mobile-bottom button {
  width: 100%;
}

@media (max-width: 1180px) {
  .primary-nav {
    gap: 18px;
  }

  .promo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .promo-large {
    grid-column: span 2;
  }

  .category-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .insta-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  :root {
    --header-h: 68px;
  }

  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    padding: 0 18px;
  }

  .menu-btn {
    display: inline-grid;
  }

  .primary-nav {
    display: none;
  }

  .brand {
    font-size: 21px;
  }

  .header-actions .badge-btn,
  .cart-button span {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 500px;
  }

  .hero-copy {
    padding: 62px 26px;
  }

  .section-pad {
    padding: 58px 18px;
  }

  .promo-grid,
  .product-grid,
  .compact,
  .woocommerce ul.products,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .promo-large {
    grid-column: auto;
  }

  .category-strip {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .quick-card {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow-y: auto;
  }

  .quick-card img {
    height: 310px;
  }

  .quick-actions {
    grid-template-columns: 1fr;
  }

  .quick-actions .outline-link {
    justify-self: center;
  }

  .mobile-bottom {
    display: grid;
  }

  .site-footer {
    padding-bottom: 78px;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 76px;
  }

  .site-header {
    height: 60px;
  }

  .header-inner {
    gap: 8px;
    padding: 0 12px;
  }

  .brand {
    gap: 7px;
    font-size: 18px;
  }

  .brand-mark {
    width: 22px;
    height: 22px;
  }

  .header-actions {
    gap: 7px;
  }

  .header-actions > .icon-btn:not(:first-child):not(.badge-btn) {
    display: none;
  }

  .cart-button {
    width: 42px;
    justify-content: center;
    padding: 0;
  }

  .icon-btn,
  .cart-button,
  .mobile-bottom button {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    min-height: 360px;
    align-items: flex-end;
  }

  .hero-copy {
    padding: 42px 22px 34px;
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .hero-copy p {
    margin-bottom: 6px;
  }

  .hero-copy span {
    max-width: 270px;
    margin-bottom: 18px;
    font-size: 14px;
  }

  .hero-links {
    gap: 16px;
  }

  .promo {
    min-height: 330px;
    padding: 26px;
  }

  .category-strip,
  .insta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-tile {
    min-height: 205px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 27px;
  }

  .product-grid {
    gap: 26px;
  }

  .product-media {
    aspect-ratio: 1 / 1.14;
  }

  .product-tools {
    transform: translateX(0);
    opacity: 1;
  }

  .add-cart {
    transform: translateY(0);
    opacity: 1;
  }

  .content-page,
  .shop-shell {
    width: 100%;
    padding: 42px 16px 96px;
  }

  .page-content {
    padding: 18px;
  }

  .shop-shell .woocommerce-products-header {
    margin-bottom: 22px;
    text-align: left;
  }

  .page-hero h1,
  .shop-shell .woocommerce-products-header__title,
  .shop-shell .product_title {
    font-size: 32px;
  }

  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }

  .woocommerce .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .woocommerce[class*="columns-"] ul.products,
  .woocommerce-page[class*="columns-"] ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    margin: 0;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce[class*="columns-"] ul.products li.product,
  .woocommerce-page[class*="columns-"] ul.products li.product {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
  }

  .woocommerce ul.products li.product .button {
    width: 100%;
    text-align: center;
  }

  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
  }

  .woocommerce div.product div.images {
    margin-bottom: 24px;
  }

  .woocommerce div.product div.images img {
    max-height: 430px;
    object-fit: cover;
  }

  .woocommerce div.product form.cart {
    display: block;
    align-items: stretch;
    margin: 0 0 26px;
  }

  .woocommerce div.product form.cart .quantity,
  .woocommerce div.product form.cart .button {
    float: none;
    display: block;
    margin: 0 0 10px;
  }

  .woocommerce div.product form.cart .quantity .qty {
    width: 100%;
    height: 48px;
  }

  .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 12px;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    overflow-x: auto;
    padding: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    flex: 0 0 auto;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 900;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .drawer {
    width: min(360px, 92vw);
    padding: 26px 18px 96px;
  }

  .cart-drawer h2 {
    font-size: 27px;
  }

  .cart-row {
    grid-template-columns: 58px 1fr auto;
  }

  .search-overlay {
    padding: 78px 16px 22px;
  }

  .search-panel label {
    font-size: 42px;
  }

  .quick-view {
    padding: 16px;
  }

  .quick-card {
    width: 100%;
    max-height: calc(100vh - 32px);
    padding: 16px;
    gap: 18px;
  }

  .quick-card img {
    height: auto;
    max-height: 320px;
    aspect-ratio: 1 / 0.78;
  }

  .quick-card h2 {
    font-size: 28px;
  }

  .quick-card strong {
    font-size: 20px;
  }

  .mobile-bottom {
    right: 10px;
    bottom: 10px;
    left: 10px;
    gap: 7px;
    padding: 7px;
  }

  .woocommerce-page .mobile-bottom,
  .single-product .mobile-bottom,
  .woocommerce-cart .mobile-bottom,
  .woocommerce-checkout .mobile-bottom,
  .woocommerce-account .mobile-bottom {
    display: none;
  }

  .home .site-footer {
    padding-bottom: 118px;
  }
}
