html:has(body.swoosh-woo-chrome) {
  background: var(--swoosh-footer-bg, #101d2d);
  min-height: 100%;
}

body.swoosh-woo-chrome {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--swoosh-paper);
  color: var(--swoosh-text);
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.swoosh-woo-chrome .wp-site-blocks > header.wp-block-template-part,
body.swoosh-woo-chrome .wp-site-blocks > footer.wp-block-template-part {
  display: none !important;
}

body.swoosh-woo-chrome .wp-site-blocks {
  flex: 1 0 auto;
  padding: 0;
  background: var(--swoosh-paper);
}

body.swoosh-woo-chrome main#wp--skip-link--target,
body.swoosh-woo-chrome main.wp-block-group {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4.5rem;
}

body.swoosh-woo-chrome .has-global-padding {
  padding-right: 0;
  padding-left: 0;
}

body.swoosh-woo-chrome h1,
body.swoosh-woo-chrome h2,
body.swoosh-woo-chrome h3,
body.swoosh-woo-chrome .wp-block-post-title {
  color: var(--swoosh-ink);
  font-family: inherit;
  letter-spacing: -0.02em;
}

body.swoosh-woo-chrome h1.wp-block-post-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 1.5rem;
}

.swoosh-woo-header {
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: visible;
  background: var(--swoosh-header-bg);
  color: var(--swoosh-header-text);
  border-bottom: 1px solid var(--swoosh-line-dark);
}

.swoosh-woo-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  gap: 1.5rem;
  min-height: 3.5rem;
}

.swoosh-woo-logo {
  display: flex;
  align-items: center;
  color: var(--swoosh-foam);
  text-decoration: none;
}

.swoosh-woo-logo img {
  display: block;
  height: 1.75rem !important;
  width: auto !important;
  max-height: none !important;
}

.swoosh-woo-logo span {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.swoosh-woo-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.swoosh-woo-chrome .swoosh-woo-nav a {
  color: var(--swoosh-header-text) !important;
  text-decoration: none;
  transition: color 0.15s ease;
}

body.swoosh-woo-chrome .swoosh-woo-nav a:hover,
body.swoosh-woo-chrome .swoosh-woo-nav a:focus {
  color: var(--swoosh-header-accent) !important;
}

@media (min-width: 640px) {
  .swoosh-woo-nav {
    display: flex;
  }
}

.swoosh-woo-cart {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--swoosh-foam) !important;
}

.swoosh-woo-cart:hover,
.swoosh-woo-cart:focus {
  color: var(--swoosh-header-accent) !important;
}

.swoosh-woo-cart__icon {
  display: block;
  width: 20px;
  height: 26px;
  overflow: visible;
  fill: currentColor;
  stroke: none;
}

.swoosh-woo-cart__count {
  position: absolute;
  top: -0.375rem;
  right: -0.625rem;
  display: flex;
  min-width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: var(--swoosh-brand);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.swoosh-woo-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: var(--swoosh-footer-bg);
  color: var(--swoosh-footer-text);
}

.swoosh-woo-footer__grid {
  display: grid;
  gap: 2.5rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

@media (min-width: 640px) {
  .swoosh-woo-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .swoosh-woo-footer__grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.swoosh-woo-footer__brand img {
  display: block;
  height: 5rem !important;
  width: auto !important;
  max-width: none !important;
  max-height: 5rem !important;
  margin-bottom: 1.25rem;
}

.swoosh-woo-footer__name {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.swoosh-woo-footer__tagline {
  max-width: 20rem;
  margin: 0;
  color: var(--swoosh-footer-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.swoosh-woo-footer__col h4 {
  margin: 0;
  color: var(--swoosh-footer-text);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.swoosh-woo-footer__col ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.swoosh-woo-footer__col li + li {
  margin-top: 0.625rem;
}

body.swoosh-woo-chrome .swoosh-woo-footer a {
  color: var(--swoosh-footer-text) !important;
  text-decoration: none;
}

body.swoosh-woo-chrome .swoosh-woo-footer__col a:hover,
body.swoosh-woo-chrome .swoosh-woo-footer__col a:focus {
  color: #fff !important;
}

.swoosh-woo-footer__col a {
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.swoosh-woo-footer__legal {
  border-top: 1px solid var(--swoosh-line-dark);
}

.swoosh-woo-footer__legal-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem;
  color: var(--swoosh-footer-muted);
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .swoosh-woo-footer__legal-inner {
    flex-direction: row;
  }
}

.swoosh-woo-footer__legal p {
  margin: 0;
}

body.swoosh-woo-chrome .wp-element-button,
body.swoosh-woo-chrome .woocommerce a.button,
body.swoosh-woo-chrome .woocommerce button.button,
body.swoosh-woo-chrome .woocommerce input.button,
body.swoosh-woo-chrome .wc-block-components-button,
body.swoosh-woo-chrome .wp-block-button__link {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--swoosh-ink) !important;
  color: var(--swoosh-foam) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0.85rem 1.75rem !important;
  transition: background-color 0.15s ease, color 0.15s ease !important;
}

body.swoosh-woo-chrome .wp-element-button:hover,
body.swoosh-woo-chrome .woocommerce a.button:hover,
body.swoosh-woo-chrome .woocommerce button.button:hover,
body.swoosh-woo-chrome .woocommerce input.button:hover,
body.swoosh-woo-chrome .wc-block-components-button:hover,
body.swoosh-woo-chrome .wp-block-button__link:hover {
  background: var(--swoosh-brand) !important;
  color: #fff !important;
}

body.swoosh-woo-chrome .wc-block-cart__submit-button,
body.swoosh-woo-chrome .wc-block-components-checkout-place-order-button,
body.swoosh-woo-chrome .woocommerce #place_order,
body.swoosh-woo-chrome .checkout-button,
body.swoosh-woo-chrome .wc-proceed-to-checkout .button {
  background: var(--swoosh-brand) !important;
  color: #fff !important;
}

body.swoosh-woo-chrome .wc-block-cart__submit-button:hover,
body.swoosh-woo-chrome .wc-block-components-checkout-place-order-button:hover,
body.swoosh-woo-chrome .woocommerce #place_order:hover,
body.swoosh-woo-chrome .checkout-button:hover,
body.swoosh-woo-chrome .wc-proceed-to-checkout .button:hover {
  background: var(--swoosh-brand-dark) !important;
}

body.swoosh-woo-chrome input[type="text"],
body.swoosh-woo-chrome input[type="email"],
body.swoosh-woo-chrome input[type="tel"],
body.swoosh-woo-chrome input[type="number"],
body.swoosh-woo-chrome input[type="password"],
body.swoosh-woo-chrome input[type="search"],
body.swoosh-woo-chrome select,
body.swoosh-woo-chrome textarea,
body.swoosh-woo-chrome .wc-block-components-text-input input,
body.swoosh-woo-chrome .wc-block-components-combobox-control input,
body.swoosh-woo-chrome .select2-container .select2-selection--single {
  border: 1px solid var(--swoosh-line) !important;
  border-radius: 0.5rem !important;
  background: #fff !important;
  color: var(--swoosh-text) !important;
  box-shadow: none !important;
  font-size: 0.875rem !important;
}

body.swoosh-woo-chrome input:focus,
body.swoosh-woo-chrome select:focus,
body.swoosh-woo-chrome textarea:focus,
body.swoosh-woo-chrome .wc-block-components-text-input input:focus {
  border-color: var(--swoosh-ink) !important;
  outline: none !important;
}

body.swoosh-woo-chrome .with-empty-cart-icon::before {
  display: none !important;
}

body.swoosh-woo-chrome .wc-block-cart__empty-cart__title,
body.swoosh-woo-chrome .cart-empty {
  color: var(--swoosh-muted);
  font-size: 1rem;
  font-weight: 500;
}

body.swoosh-woo-chrome .wp-block-separator {
  border: 0;
  border-top: 1px solid var(--swoosh-line);
  background: none;
}

body.swoosh-woo-chrome .wc-block-grid__product-title,
body.swoosh-woo-chrome .wc-block-components-product-name {
  color: var(--swoosh-ink);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

body.swoosh-woo-chrome .wc-block-grid__product-price,
body.swoosh-woo-chrome .wc-block-components-product-price {
  color: var(--swoosh-muted);
  font-size: 0.875rem;
}

body.swoosh-woo-chrome main a {
  color: var(--swoosh-ink);
  text-decoration: none;
}

body.swoosh-woo-chrome main a:hover {
  color: var(--swoosh-brand);
}

body.swoosh-woo-chrome .wc-block-grid__product-title {
  text-decoration: none;
}

body.swoosh-woo-chrome .woocommerce-info,
body.swoosh-woo-chrome .woocommerce-message,
body.swoosh-woo-chrome .woocommerce-error,
body.swoosh-woo-chrome .wc-block-components-notice-banner {
  border: 1px solid var(--swoosh-line);
  border-radius: 0.75rem;
  background: #f6f7f8;
  color: var(--swoosh-text);
  box-shadow: none;
}

body.swoosh-woo-chrome .wc-block-cart,
body.swoosh-woo-chrome .wc-block-checkout {
  color: var(--swoosh-text);
}

body.swoosh-woo-chrome table.shop_table {
  border-color: var(--swoosh-line);
}

body.swoosh-woo-chrome table.shop_table th,
body.swoosh-woo-chrome table.shop_table td {
  border-color: var(--swoosh-line);
}
