:root {
  --soxy-black: #111111;
  --soxy-ink: #0b0035;
  --soxy-white: #ffffff;
  --soxy-green: #00aa61;
  --soxy-rule: #e8e8e1;
  --soxy-muted: #717171;
  --soxy-surface: #faf7f5;
  --soxy-copy: "Montserrat", sans-serif;
  --soxy-display: "Petrona", serif;
  --soxy-container: 1500px;
  --soxy-gutter: 40px;
  --soxy-gutter-small: 17px;
  --soxy-grid-gap: 22px;
  --soxy-grid-gap-small: 17px;
  --soxy-radius: 3px;
  --soxy-control-height: 44px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--soxy-white);
  color: var(--soxy-black);
  font-family: var(--soxy-copy);
  font-size: 14.45px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus-visible {
  color: var(--soxy-black);
}

.soxy-button {
  display: inline-block;
  padding: 11px 20px;
  border: 0;
  border-radius: 0;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.6px;
  line-height: 20px;
  text-transform: uppercase;
}

.soxy-button:hover,
.soxy-button:focus-visible {
  background: #009957;
  color: var(--soxy-white);
}

.single-product .woocommerce-breadcrumb::after {
  content: " /";
  display: inline;
  clear: none;
}

.single-product .reset_variations,
.single-product .woocommerce-variation-price {
  display: none !important;
}

:focus-visible {
  outline: 2px solid var(--soxy-green);
  outline-offset: 3px;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 15px;
  color: var(--soxy-black);
  font-family: var(--soxy-display);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

h1,
.h1 {
  font-size: 42px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 22px;
}

p {
  margin: 0 0 15px;
}

hr {
  border: 0;
  border-top: 1px solid var(--soxy-rule);
  margin: 35px auto;
}

.soxy-container {
  width: 100%;
  max-width: var(--soxy-container);
  margin-inline: auto;
  padding-inline: var(--soxy-gutter);
}

.soxy-promo {
  min-height: 40px;
  padding: 10px var(--soxy-gutter-small);
  background: var(--soxy-black);
  color: var(--soxy-white);
  font-size: 14.45px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.soxy-promo a,
.soxy-promo a:hover,
.soxy-promo a:focus-visible {
  color: var(--soxy-white);
}

.soxy-utility {
  min-height: 32px;
  border-bottom: 1px solid var(--soxy-rule);
  color: var(--soxy-black);
  font-size: 14.45px;
}

.soxy-utility nav,
.soxy-utility .soxy-social {
  min-height: 32px;
  align-items: center;
}

.soxy-utility .soxy-menu--inline > li > a {
  padding-block: 4.5px;
}

.soxy-header {
  position: relative;
  z-index: 100;
}

.soxy-main-nav {
  position: relative;
  min-height: 97px;
  border-bottom: 1px solid var(--soxy-rule);
}

.soxy-search-backdrop {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: rgba(230, 230, 230, 0.6);
}

.soxy-search-popup {
  position: absolute;
  inset: 0;
  z-index: 102;
  display: flex;
  padding-inline: 40px;
  align-items: stretch;
  background: #fff;
}

.soxy-search-popup::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  pointer-events: none;
}

.soxy-search-popup[hidden], .soxy-search-backdrop[hidden] { display: none; }
.soxy-search-popup form { display: flex; flex: 1; min-width: 0; align-items: center; }
.soxy-search-popup button { display: flex; flex: 0 0 60px; align-items: center; justify-content: center; width: 60px; padding: 0; border: 0; background: transparent; color: #111; }
.soxy-search-popup svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2; }
#soxy-search-popup input[type="search"] { flex: 1; min-width: 0; width: 100%; padding: 8px 10px; border: 0; background: transparent; font-size: 17px; line-height: 1.6; outline: none; }
.soxy-search-popup input::placeholder { color: #999; opacity: 1; }
@media (max-width: 767.98px) {
  .soxy-search-popup { padding-inline: 0; }
  #soxy-search-popup input[type="search"] { font-size: 16px; }
}

.soxy-brand a {
  display: inline-block;
  color: var(--soxy-black);
  font-family: var(--soxy-display);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.custom-logo {
  width: 100px;
  max-width: 100px;
  max-height: 35px;
}

.soxy-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.soxy-menu--inline {
  display: flex;
  align-items: center;
  gap: 24px;
}

.soxy-menu--inline a {
  display: inline-block;
  padding: 7.5px 0;
  white-space: nowrap;
}

.soxy-menu--primary {
  gap: 4px;
  font-size: 18px;
  line-height: 1.6;
}

.soxy-menu--primary > li > a {
  padding-inline: 15px;
}

.soxy-menu--primary > li {
  position: relative;
}

.soxy-menu--primary .sub-menu {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 190px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid var(--soxy-rule);
  background: var(--soxy-white);
  list-style: none;
  transform: translateX(-50%);
}

.soxy-menu--primary li:hover > .sub-menu,
.soxy-menu--primary li:focus-within > .sub-menu {
  display: block;
}

.soxy-menu--mobile > li {
  border-bottom: 1px solid var(--soxy-rule);
}

.soxy-menu--mobile a {
  display: block;
  padding: 16px 0;
  font-size: 18px;
}

.soxy-menu--mobile .sub-menu {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.soxy-actions {
  gap: 24px !important;
}

.soxy-actions a {
  color: var(--soxy-black);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar-toggler {
  border: 1px solid var(--soxy-rule);
  border-radius: var(--soxy-radius);
  color: var(--soxy-black);
}

.offcanvas {
  color: var(--soxy-black);
}

.offcanvas-title {
  font-size: 28px;
}

.soxy-content,
.soxy-commerce {
  min-height: 300px;
  padding-block: 75px;
}

.soxy-entry {
  max-width: 960px;
  margin-inline: auto;
}

.soxy-entry > h1,
.soxy-entry > h2,
.soxy-entry > h3 {
  margin-bottom: 25px;
}

.soxy-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid var(--soxy-rule);
  background: var(--soxy-white);
  color: var(--soxy-ink);
  font-size: 14.45px;
}

.soxy-footer a {
  color: var(--soxy-ink);
}

.soxy-footer a:hover,
.soxy-footer a:focus-visible {
  color: var(--soxy-black);
}

.soxy-menu--footer li + li {
  margin-top: 0;
}

.soxy-menu--footer a {
  display: inline-block;
  padding: 4px 0;
}

.soxy-footer .widget-title {
  margin-bottom: 20px;
  color: var(--soxy-ink);
  font-family: var(--soxy-copy);
  font-size: 14.45px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.soxy-newsletter-toggle {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  text-transform: inherit;
}

.soxy-footer .widget p {
  max-width: 520px;
}

.soxy-footer input[type="email"],
.soxy-footer input[type="text"] {
  max-width: 300px;
  padding: 10px 45px 10px 0;
  border: 0;
  border-bottom: 2px solid var(--soxy-ink);
  border-radius: 0;
  background: var(--soxy-white);
  color: var(--soxy-ink);
}

.soxy-newsletter-form {
  position: relative;
  width: min(100%, 300px);
  margin-top: 38px;
}

.soxy-footer .soxy-newsletter-form input[type="email"] {
  width: 100%;
  max-width: none;
}

.soxy-newsletter-form button {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 38px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--soxy-ink);
  font-size: 15px;
}

.soxy-newsletter-status {
  margin: 10px 0 0;
  font-size: 12px;
}

.soxy-footer .soxy-social {
  align-items: center;
  gap: 16px;
}

.soxy-footer .row {
  --bs-gutter-x: 30px;
}

.soxy-footer .col-12 {
  min-width: 0;
}

@media (min-width: 769px) {
  .soxy-footer .row {
    --bs-gutter-y: 0;
    display: grid;
    width: auto;
    grid-template-columns: 25% 25% 40%;
    margin: 0 0 0 -22px;
  }

  .soxy-footer .col-12 {
    width: auto;
    padding-right: 0;
    padding-left: 22px;
  }

  .soxy-footer .col-md-4:nth-child(3) {
    padding-right: 60px;
  }

  .soxy-menu--footer li + li {
    margin-top: 3.6125px;
  }

  .soxy-footer .widget-title {
    margin-bottom: 20px;
    font-size: 13.6px;
    line-height: 1.6;
  }

  .soxy-newsletter-form {
    margin-top: 15px;
  }

  .soxy-footer .soxy-payment-badges {
    min-height: 40px;
    margin-top: 33px;
  }

  .soxy-footer .soxy-payment-badges img {
    height: 40px;
  }

  .soxy-main-nav > nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .soxy-brand {
    transform: translateY(4px);
  }

  .soxy-menu--primary {
    transform: translateY(0.5px);
  }

  .soxy-actions {
    gap: 4px !important;
    transform: translateX(12px);
  }

  .soxy-actions .soxy-action-link {
    width: 52px;
    height: 44px;
  }

  .soxy-actions .soxy-action-glyph {
    width: 28px;
    height: 28px;
  }

  .soxy-action-link--account .soxy-action-glyph {
    transform: translateY(2.140625px);
  }

  .soxy-action-link--search .soxy-action-glyph,
  .soxy-action-link--cart .soxy-action-glyph {
    transform: translateY(1.140625px);
  }

  .soxy-footer .soxy-social {
    gap: 18.375px;
    margin-top: 30px !important;
  }

  .soxy-footer .soxy-social-link {
    width: 24px;
    height: 24px;
  }
}

button,
input,
select,
textarea {
  max-width: 100%;
  font: inherit;
}

label:not(.variant__button-label),
.label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

input:not([type="submit"]):not([type="button"]):not([type="reset"]),
select,
textarea {
  width: 100%;
  min-height: var(--soxy-control-height);
  padding: 10px 12px;
  border: 1px solid var(--soxy-rule);
  border-radius: 0;
  background: var(--soxy-white);
  color: var(--soxy-black);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--soxy-ink);
  outline: 0;
}

.soxy-footer .soxy-newsletter-form input[type="email"] {
  padding: 10px 45px 10px 0;
  border: 0;
  border-bottom: 2px solid var(--soxy-ink);
}

.soxy-payment-badges {
  min-height: 41px;
  margin-top: 57px;
}

.soxy-payment-badges img {
  display: block;
  width: 509px;
  max-width: 100%;
  height: 41px;
  object-fit: contain;
  object-position: left top;
}

.button,
.btn,
.btn-primary,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: var(--soxy-radius);
  background: var(--soxy-green);
  color: var(--soxy-white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.42;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: normal;
}

.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible {
  border-color: var(--soxy-green);
  background: var(--soxy-green);
  color: var(--soxy-white);
}

.button:disabled,
.button.disabled,
.btn:disabled,
.btn.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled {
  border-color: var(--soxy-rule);
  background: #f6f6f6;
  color: var(--soxy-muted);
  cursor: not-allowed;
}

.btn-secondary,
.btn-outline-dark,
.button.alt:not(.add_to_cart_button),
.btn--secondary {
  border-color: var(--soxy-black);
  background: var(--soxy-white);
  color: var(--soxy-black);
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-outline-dark:hover,
.btn-outline-dark:focus-visible,
.btn--secondary:hover,
.btn--secondary:focus-visible {
  border-color: var(--soxy-black);
  background: var(--soxy-black);
  color: var(--soxy-white);
}

.woocommerce-breadcrumb {
  margin: 0 0 15px;
  color: var(--soxy-muted);
  font-size: 14.45px;
  text-align: center;
}

.woocommerce-products-header {
  padding: 0 0 45px;
  text-align: center;
}

.woocommerce-products-header__title,
.woocommerce .page-title {
  margin-bottom: 15px;
  font-size: 42px;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--soxy-grid-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.soxy-product-detail .related ul.products li.product,
.soxy-product-detail .upsells ul.products li.product {
  float: none;
  clear: none;
  width: 100%;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 10px;
  object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 0;
  padding: 0;
  color: var(--soxy-black);
  font-family: var(--soxy-copy);
  font-size: 14.45px;
  font-weight: 400;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  margin: 3px 0 0;
  color: var(--soxy-black);
  font-size: 14.45px;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  margin-right: 5px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins {
  color: var(--soxy-black);
  text-decoration: none;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  display: none;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 6px 7px;
  border-radius: 0;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.single-product .soxy-product-detail__gallery > .onsale {
  display: none;
}

.single-product .soxy-product-detail.outofstock .single_add_to_cart_button {
  border-color: #f2f2f2 !important;
  background: #f2f2f2 !important;
  color: #717171 !important;
  opacity: 1 !important;
}

.soxy-price-savings {
  margin-left: 5px;
  color: rgb(255, 78, 78);
  font-weight: 400;
  text-decoration: none;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 30px;
  align-items: start;
}

.woocommerce div.product::before,
.woocommerce div.product::after {
  display: none;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  width: auto;
  float: none;
  margin: 0;
}

.woocommerce div.product div.images img {
  width: 100%;
}

.woocommerce div.product .product_title {
  margin-bottom: 5px;
  color: var(--soxy-black);
  font-family: var(--soxy-display);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 0 0 25px;
  color: var(--soxy-black);
  font-size: 17px;
}

.woocommerce div.product form.cart {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid var(--soxy-rule);
}

.woocommerce div.product form.cart .quantity {
  margin: 0 0 25px;
}

.woocommerce div.product form.cart .quantity .qty {
  width: 70px;
  min-height: var(--soxy-control-height);
  border-color: var(--soxy-rule);
  border-radius: 0;
  text-align: center;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  width: 100%;
}

.woocommerce div.product .product_meta {
  margin-top: 30px;
  color: var(--soxy-black);
  line-height: 1.55;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related,
.woocommerce div.product .upsells {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 45px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 25px;
  padding: 0;
  border-bottom: 1px solid var(--soxy-rule);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 25px 0 0;
  padding: 0 0 10px;
  border: 0;
  background: transparent;
}

.woocommerce div.product .related > h2,
.woocommerce div.product .upsells > h2 {
  margin-bottom: 30px;
  text-align: center;
}

.woocommerce .quantity .qty {
  min-height: var(--soxy-control-height);
}

.woocommerce table.shop_table {
  border: 0;
  border-top: 1px solid var(--soxy-rule);
  border-radius: 0;
  border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 15px 10px;
  border-bottom: 1px solid var(--soxy-rule);
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  padding: 25px;
  border: 1px solid var(--soxy-rule);
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  margin: 0 0 30px;
  padding: 15px 20px 15px 50px;
  border-top: 2px solid var(--soxy-green);
  background: var(--soxy-surface);
  color: var(--soxy-black);
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before {
  top: 15px;
  left: 20px;
  color: var(--soxy-green);
}

.widget_layered_nav ul,
.widget_product_categories ul,
.woocommerce .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_layered_nav li,
.widget_product_categories li,
.woocommerce .widget li {
  padding: 10px 0;
  border-bottom: 1px solid var(--soxy-rule);
}

.soxy-social {
  display: flex;
  gap: 16px;
}

.soxy-social-link {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: var(--soxy-ink);
}

.soxy-social-link::before {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.soxy-social-link--facebook::before {
  content: "f";
}

.soxy-social-link--instagram::before {
  width: 12px;
  height: 12px;
  border: 1px solid currentColor;
  border-radius: 3px;
  content: "";
}

.soxy-social-link--instagram::after {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}

.soxy-social-link:has(.icon)::before,
.soxy-social-link:has(.icon)::after {
  content: none;
}

.soxy-social-link .icon {
  display: block;
  width: 100%;
  height: 100%;
}

.soxy-mobile-social {
  display: flex;
  gap: 20px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--soxy-rule);
  font-size: 15px;
}

.soxy-menu-icon {
  display: inline-flex;
  width: 18px;
  flex-direction: column;
  gap: 3px;
}

.soxy-menu-icon span {
  display: block;
  height: 1px;
  background: currentColor;
}

svg.soxy-menu-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 3px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  transform: translateY(0.28125px);
}

.soxy-action-link {
  display: inline-flex;
  width: 18px;
  height: 20px;
  align-items: center;
  justify-content: center;
}

.soxy-action-glyph {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

svg.soxy-action-glyph {
  overflow: visible;
  color: var(--soxy-black);
  fill: none;
  stroke: currentcolor;
  stroke-width: 3px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

svg.soxy-action-glyph {
  fill: currentcolor;
  stroke: none;
}

svg.soxy-action-glyph path {
  fill: none;
  stroke: currentcolor;
  stroke-width: 3px;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.soxy-action-link--account .soxy-action-glyph::before {
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--soxy-black);
  border-radius: 50%;
  content: "";
}

.soxy-action-link--account .soxy-action-glyph::after {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 12px;
  height: 7px;
  border: 1px solid var(--soxy-black);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.soxy-action-link--search .soxy-action-glyph::before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--soxy-black);
  border-radius: 50%;
  content: "";
}

.soxy-action-link--search .soxy-action-glyph::after {
  position: absolute;
  right: 1px;
  bottom: 2px;
  width: 6px;
  height: 1px;
  background: var(--soxy-black);
  content: "";
  transform: rotate(45deg);
  transform-origin: right center;
}

.soxy-action-link--cart .soxy-action-glyph::before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 11px;
  height: 9px;
  border: 1px solid var(--soxy-black);
  content: "";
}

.soxy-action-link--cart .soxy-action-glyph::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 5px;
  height: 4px;
  border-bottom: 1px solid var(--soxy-black);
  content: "";
  transform: skew(25deg);
}

.soxy-home {
  overflow: hidden;
}

.soxy-home > * {
  margin-top: 0;
  margin-bottom: 0;
}

.soxy-home .soxy-home-container,
.soxy-home .page-width {
  width: 100%;
  max-width: var(--soxy-container);
  margin-inline: auto;
  padding-inline: var(--soxy-gutter);
}

.soxy-home .soxy-home-section {
  padding-block: 75px;
}

.soxy-home .soxy-category-tiles,
.soxy-home .wp-block-soxy-category-tiles {
  display: none;
}

.soxy-home .soxy-hero,
.soxy-home .wp-block-soxy-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--soxy-black);
}

.soxy-home .soxy-hero__media,
.soxy-home .soxy-hero img,
.soxy-home .wp-block-soxy-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 50%;
}

.soxy-home .soxy-hero__media,
.soxy-home .soxy-hero__image,
.soxy-home .wp-block-soxy-hero > picture,
.soxy-home .wp-block-soxy-hero figure {
  position: absolute;
  inset: -2.5%;
  margin: 0;
}

.soxy-home .soxy-hero__content,
.soxy-home .wp-block-soxy-hero .soxy-home-container,
.soxy-home .wp-block-soxy-hero .wp-block-group {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 650px;
  align-items: center;
  padding-block: 40px;
}

.soxy-home .wp-block-soxy-hero > .soxy-hero__content {
  width: 100%;
  max-width: var(--soxy-container);
  margin-inline: auto;
  padding-inline: var(--soxy-gutter);
}

.soxy-home .soxy-hero__copy,
.soxy-home .wp-block-soxy-hero .soxy-hero__copy {
  max-width: 820px;
  color: var(--soxy-white);
}

.soxy-home .soxy-hero h1,
.soxy-home .soxy-hero h2,
.soxy-home .wp-block-soxy-hero h1,
.soxy-home .wp-block-soxy-hero h2 {
  max-width: 820px;
  margin-bottom: 15px;
  color: var(--soxy-white);
  font-size: 76px;
}

.soxy-home .soxy-hero .btn,
.soxy-home .wp-block-soxy-hero .btn {
  margin-top: 5px;
}

.soxy-home .soxy-editorial,
.soxy-home .wp-block-soxy-editorial {
  text-align: center;
}

.soxy-home .soxy-editorial__inner,
.soxy-home .wp-block-soxy-editorial .soxy-home-container {
  max-width: 960px;
  margin-inline: auto;
}

.soxy-home .soxy-editorial h2,
.soxy-home .wp-block-soxy-editorial h2 {
  margin-bottom: 18px;
}

.soxy-home .soxy-editorial p,
.soxy-home .wp-block-soxy-editorial p {
  margin-bottom: 0;
}

.soxy-home .soxy-product-collection,
.soxy-home .wp-block-soxy-product-collection {
  width: 100%;
  max-width: var(--soxy-container);
  margin-inline: auto;
  padding-inline: var(--soxy-gutter);
  padding-bottom: 75px;
}

.soxy-home .soxy-product-grid {
  display: grid;
  width: calc(100% + 22px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 0;
  margin-left: -22px;
}

.soxy-home .soxy-product-grid .soxy-product-card {
  position: relative;
  padding-bottom: 13px;
  padding-left: 22px;
}

.soxy-home .soxy-product-grid .soxy-product-card__badge {
  top: 0;
  right: 0;
  padding: 7px 7px 7px 9px;
  font-size: 14.45px;
  line-height: 14.45px;
}

.soxy-home .soxy-product-grid .soxy-product-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.soxy-home .soxy-product-grid .soxy-product-card picture {
  display: block;
}

.soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__media,
.soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__title-animation,
.soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__cta-animation,
.soxy-js .soxy-home [data-soxy-reveal="product"] img {
  opacity: 0;
}

.soxy-js .soxy-home [data-soxy-reveal="hero"].is-revealed .soxy-hero__media {
  animation: soxy-zoom-fade 2.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards;
}

.soxy-js .soxy-home [data-soxy-reveal="hero"].is-revealed .soxy-hero__title-animation {
  animation: soxy-rise-up 0.8s ease 0.3s forwards;
}

.soxy-js .soxy-home [data-soxy-reveal="hero"].is-revealed .soxy-hero__cta-animation {
  animation: soxy-fade-in 2s ease 1.3s forwards;
}

.soxy-js .soxy-home [data-soxy-reveal="product"].is-revealed img {
  animation: soxy-fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) forwards;
}

.soxy-js .soxy-home [data-soxy-reveal="product"].outofstock.is-revealed img {
  animation-name: soxy-fade-in-muted;
}

.soxy-js .soxy-home [data-soxy-reveal="product"].outofstock:not(.is-revealed) img {
  opacity: 0;
}

@keyframes soxy-fade-in {
  to { opacity: 1; }
}

@keyframes soxy-fade-in-muted {
  to { opacity: 0.5; }
}

@keyframes soxy-rise-up {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes soxy-zoom-fade {
  from { opacity: 0; transform: scale(1.3); }
  to { opacity: 1; transform: scale(1); }
}

.soxy-home .soxy-product-grid .soxy-product-card h3 {
  margin: 0;
  font-family: var(--soxy-copy);
  font-size: 14.45px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.soxy-home .soxy-product-grid .soxy-product-card h3 a {
  color: var(--soxy-black);
  text-decoration: none;
}

.soxy-home .soxy-product-collection__header,
.soxy-home .wp-block-soxy-product-collection > .soxy-home-container:first-child {
  text-align: center;
}

.soxy-home .soxy-product-collection__header h2,
.soxy-home .wp-block-soxy-product-collection h2 {
  margin-bottom: 50px;
  text-align: center;
}

.soxy-home .soxy-product-collection__products ul.products,
.soxy-home .wp-block-soxy-product-collection ul.products {
  margin-bottom: 35px;
}

.soxy-home .soxy-product-collection__footer,
.soxy-home .wp-block-soxy-product-collection > .soxy-home-container:last-child {
  margin-top: 27px;
  text-align: center;
}

.soxy-home .soxy-editorial-banner,
.soxy-home .wp-block-soxy-editorial-banner {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background: var(--soxy-black);
}

.soxy-home .soxy-editorial-banner__media,
.soxy-home .wp-block-soxy-editorial-banner > picture,
.soxy-home .wp-block-soxy-editorial-banner figure {
  position: absolute;
  inset: -15px -39px;
  margin: 0;
}

.soxy-home .soxy-editorial-banner__media img,
.soxy-home .wp-block-soxy-editorial-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% 0;
}

.soxy-home .soxy-editorial-banner__content,
.soxy-home .wp-block-soxy-editorial-banner .soxy-home-container {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 550px;
  align-items: center;
  padding-block: 40px;
}

.soxy-home .soxy-editorial-banner__card,
.soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__copy {
  max-width: 390px;
  padding: 22px;
  border: 4px double var(--soxy-white);
  background: var(--soxy-white);
  color: var(--soxy-black);
}

.soxy-home .soxy-editorial-banner h2,
.soxy-home .wp-block-soxy-editorial-banner h2 {
  margin-bottom: 15px;
}

.soxy-home .soxy-brand-copy,
.soxy-home .wp-block-soxy-brand-copy {
  padding-block: 77px 78px;
}

.soxy-home .soxy-brand-copy__inner,
.soxy-home .wp-block-soxy-brand-copy .soxy-home-container {
  max-width: var(--soxy-container);
  margin-inline: auto;
}

.soxy-home .soxy-brand-copy h2,
.soxy-home .wp-block-soxy-brand-copy h2 {
  margin-bottom: 15px;
  font-size: 34.4px;
  line-height: 34.4px;
}

.soxy-home .soxy-brand-copy a,
.soxy-home .wp-block-soxy-brand-copy a {
  display: inline-block;
  border-bottom: 2px solid rgba(17, 17, 17, 0.2);
}

.soxy-home .soxy-brand-copy p:last-child,
.soxy-home .wp-block-soxy-brand-copy p:last-child {
  margin-bottom: 0;
}

.soxy-home .wp-block-soxy-hero + .wp-block-soxy-brand-copy {
  text-align: center;
}

.screen-reader-text:focus {
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px;
  border: 1px solid var(--soxy-black);
  background: var(--soxy-white);
  color: var(--soxy-black);
}

@media (min-width: 769px) {
  body {
    font-size: 17px;
  }

  .soxy-utility,
  .soxy-footer input[type="email"],
  .soxy-footer input[type="text"] {
    font-size: 14.45px;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .soxy-home .soxy-home-container,
  .soxy-home .page-width,
  .soxy-home .wp-block-soxy-hero > .soxy-hero__content,
  .soxy-home .wp-block-soxy-product-collection {
    padding-inline: var(--soxy-gutter-small);
  }

  .soxy-home .soxy-product-grid {
    width: calc(100% + 17px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 0;
    margin-left: -17px;
  }

  .soxy-home .soxy-product-grid .soxy-product-card {
    padding-bottom: 5px;
    padding-left: 17px;
  }

  .soxy-home .soxy-product-grid .soxy-product-card__badge {
    padding: 6px 5px 6px 7px;
  }

  .soxy-home .soxy-product-collection {
    padding-bottom: 25px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection {
    padding-top: 8px;
    padding-bottom: 25px;
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection {
    padding-bottom: 25px;
  }

  .soxy-home .soxy-product-collection__footer {
    margin-top: 16px;
  }

  .soxy-home .soxy-product-collection__footer .soxy-button {
    padding-block: 8px;
  }

  .soxy-home .soxy-product-collection__header h2,
  .soxy-home .wp-block-soxy-product-collection h2 {
    margin-bottom: 29px;
  }

  .soxy-home .soxy-home-section {
    padding-block: 45px;
  }
}

/* The source replaces the desktop hero independently of its product grid. */
@media (max-width: 1007px) {
  .soxy-home .soxy-category-tiles,
  .soxy-home .wp-block-soxy-category-tiles {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .soxy-home .soxy-category-tile,
  .soxy-home .wp-block-soxy-category-tiles > * {
    position: relative;
    height: 185px;
    min-height: 185px;
    overflow: hidden;
  }

  .soxy-home .soxy-category-tile > a {
    display: grid;
    height: 100%;
    grid-template-columns: auto minmax(0, 1fr);
    color: var(--soxy-black);
    text-decoration: none;
  }

  .soxy-home .soxy-category-tile picture {
    display: block;
    min-width: 0;
    height: 185px;
    margin-left: 12px;
  }

  .soxy-home .soxy-category-tile img,
  .soxy-home .wp-block-soxy-category-tiles img {
    width: auto;
    height: 100%;
    object-fit: fill;
  }

  .soxy-home .soxy-category-tile__content,
  .soxy-home .wp-block-soxy-category-tiles .soxy-category-tile__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 16px 10px;
    background: var(--soxy-white);
    text-align: center;
  }

  .soxy-home .soxy-category-tile h3,
  .soxy-home .wp-block-soxy-category-tiles h3 {
    margin: 0;
    color: var(--soxy-black);
    font-family: var(--soxy-copy);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.2;
  }

  .soxy-home .soxy-category-tile__cta {
    display: inline-block;
    min-width: 72px;
    padding: 7px 12px;
    background: var(--soxy-green);
    color: var(--soxy-white);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }
}

@media (max-width: 768px) {
  .soxy-home .soxy-hero,
  .soxy-home .wp-block-soxy-hero {
    min-height: 400px;
  }

  .soxy-home .soxy-hero__content,
  .soxy-home .wp-block-soxy-hero .soxy-home-container,
  .soxy-home .wp-block-soxy-hero .wp-block-group {
    min-height: 400px;
    align-items: flex-end;
    padding-block: 35px;
  }

  .soxy-home .soxy-hero h1,
  .soxy-home .soxy-hero h2,
  .soxy-home .wp-block-soxy-hero h1,
  .soxy-home .wp-block-soxy-hero h2 {
    max-width: 340px;
    margin-bottom: 17px;
    font-size: 34px;
  }

  .soxy-home .soxy-editorial-banner,
  .soxy-home .wp-block-soxy-editorial-banner {
    min-height: 519px;
  }

  .soxy-home .soxy-editorial-banner__media,
  .soxy-home .wp-block-soxy-editorial-banner > picture,
  .soxy-home .wp-block-soxy-editorial-banner figure {
    inset: 0 auto auto 0;
    width: 100%;
    height: 240px;
  }

  .soxy-home .soxy-editorial-banner__content,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-home-container {
    min-height: 519px;
    box-sizing: border-box;
    align-items: flex-end;
    padding: 0 6px 6px;
  }

  .soxy-home .soxy-editorial-banner__card,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__copy {
    width: 100%;
    max-width: none;
    padding: 22.5px;
    border-width: 7px;
  }

  .soxy-home .soxy-editorial-banner__eyebrow,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__eyebrow {
    margin-bottom: 5px;
    font-size: 12.716px;
    letter-spacing: 2.5432px;
    line-height: 20.3456px;
  }

  .soxy-home .soxy-editorial-banner h2,
  .soxy-home .wp-block-soxy-editorial-banner h2 {
    margin-bottom: 7.5px;
    font-size: 26.18px;
    line-height: 26.18px;
  }

  .soxy-home .soxy-editorial-banner__body,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__body {
    margin-bottom: 0.5px;
    font-size: 15.895px;
    line-height: 25.432px;
  }

  .soxy-home .soxy-editorial-banner .soxy-button,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-button {
    margin-top: 8px;
    padding-block: 8px;
    font-size: 11px;
    letter-spacing: 2.2px;
    line-height: 15.62px;
  }

  .soxy-home .soxy-brand-copy,
  .soxy-home .wp-block-soxy-brand-copy {
    padding-block: 30px 45px;
  }

  .soxy-home > .soxy-brand-copy:last-child {
    padding-block: 42.20375px 25.5px;
  }

  .soxy-home .soxy-brand-copy h2,
  .soxy-home .wp-block-soxy-brand-copy h2 {
    margin-bottom: 7.5px;
    font-size: 29.24px;
    line-height: 29.24px;
  }
}

.soxy-collection__empty {
  min-height: 42.2px;
  margin: 0;
  padding: 0;
  color: var(--soxy-black);
  line-height: 1.5;
}

@media (min-width: 992px) {
  .soxy-collection--filtered {
    margin-bottom: -25px;
  }

  body.term-mens-sock-bundles .soxy-collection__form {
    height: 527.1px;
  }

  body.term-mens-sock-bundles .soxy-filter-panel {
    max-height: 527.1px;
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  .soxy-collection__empty {
    min-height: 38.1px;
  }

  body.term-mens-sock-bundles .soxy-collection__form {
    height: 296.1px;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .soxy-container {
    padding-inline: var(--soxy-gutter-small);
  }

  .soxy-main-nav {
    min-height: 60px;
  }

  .soxy-brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 6.8125px);
  }

  .soxy-brand a {
    font-size: 34px;
  }

  .soxy-brand .custom-logo {
    width: 90px;
    height: 32px;
  }

  .soxy-actions {
    gap: 0 !important;
    transform: translateX(7.5px);
  }

  .soxy-actions a:first-child {
    display: none;
  }

  .soxy-actions .soxy-action-link {
    width: 45px;
    height: 45.28125px;
  }

  .soxy-actions .soxy-action-link + .soxy-action-link {
    margin-left: -7.5625px;
  }

  .soxy-actions .soxy-action-glyph {
    width: 30px;
    height: 30px;
    transform: translateY(0.28125px);
  }

  .navbar-toggler {
    width: 45px;
    height: 45.28125px;
    margin-left: -5px;
    padding: 7.5px;
    border: 0;
  }

  .navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .soxy-content,
  .soxy-commerce {
    min-height: 300px;
    padding-block: 45px;
  }

  .soxy-footer {
    padding-top: 0;
    padding-bottom: 9px;
    overflow: hidden;
  }

  .soxy-footer .row {
    --bs-gutter-y: 0;
  }

  .soxy-footer .col-12 {
    padding-bottom: 0;
  }

  .soxy-footer .col-12:first-child {
    padding-top: 22.5px;
  }

  .soxy-footer .col-12 + .col-12 {
    position: relative;
    margin-top: 18.6px;
    padding-top: 20px;
    border-top: 0;
  }

  .soxy-footer .col-12 + .col-12::before {
    position: absolute;
    top: 0;
    right: 17px;
    left: 17px;
    border-top: 1px solid rgba(11, 0, 53, 0.12);
    content: "";
  }

  .soxy-js .soxy-newsletter-content {
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: max-height 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), padding-bottom 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 300ms;
  }

  .soxy-js .soxy-newsletter.is-open .soxy-newsletter-content {
    max-height: 260px;
    padding-bottom: 20.672px;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .soxy-js .soxy-footer .soxy-social {
    display: none;
  }

  .soxy-js .soxy-footer .soxy-newsletter.is-open .soxy-social {
    display: flex;
  }

  .soxy-payment-badges {
    min-height: 80px;
    margin-top: -2px;
  }

  .soxy-payment-badges img {
    width: 298px;
    height: 80px;
  }

  .soxy-footer .soxy-newsletter .widget-title {
    position: relative;
    margin-bottom: 7.5px;
    font-size: 11.56px;
    line-height: 18.496px;
  }

  .soxy-footer .soxy-newsletter-toggle {
    position: relative;
    padding: 15px 28px 15px 0;
  }

  .soxy-footer .soxy-newsletter-toggle::after {
    position: absolute;
    top: 15px;
    right: 0;
    content: "⌄";
    font-size: 16px;
  }

  .soxy-footer .soxy-newsletter-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  h1,
  .h1,
  .woocommerce-products-header__title,
  .woocommerce .page-title {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--soxy-grid-gap-small);
  }

  .soxy-product-detail .related ul.products,
  .soxy-product-detail .upsells ul.products {
    grid-template-columns: repeat(5, calc((100% - 34px) / 3));
    overflow: hidden;
  }

  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
  }

  .woocommerce div.product .woocommerce-tabs,
  .woocommerce div.product .related,
  .woocommerce div.product .upsells {
    grid-column: auto;
  }

  .button,
  .btn,
  .btn-primary,
  .wp-element-button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit {
    padding: 9px 17px;
    font-size: 11px;
  }
}

@media (max-width: 575.98px) {
  .soxy-actions a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .soxy-menu--footer a {
    padding: 4px 0;
  }

  .soxy-menu--footer li + li {
    margin-top: 3.609375px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-checkout #order_review,
  .woocommerce-checkout #customer_details {
    padding: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Home parity: source typography determines card and section heights. */
@media (min-width: 769px) {
  .soxy-home .soxy-product-collection__footer,
  .soxy-home .wp-block-soxy-product-collection > .soxy-home-container:last-child {
    margin-top: 31px;
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection .soxy-product-grid,
  .soxy-home .wp-block-soxy-product-collection + .wp-block-soxy-product-collection .soxy-product-grid {
    row-gap: 30.5px;
  }

  .soxy-home .soxy-product-grid .soxy-product-card h3 {
    font-size: 17px;
    line-height: 1.5;
  }

  .soxy-home .soxy-product-grid .soxy-product-card {
    padding-bottom: 5px;
  }

  .soxy-home .soxy-editorial-banner__card,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__copy {
    width: 380px;
    max-width: 380px;
    margin-left: 20px;
    padding: 30px;
    border-width: 10px;
    position: relative;
    top: -11px;
  }

  .soxy-home .soxy-editorial-banner__eyebrow,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__eyebrow {
    margin-bottom: 5px;
    font-size: 14.96px;
    line-height: 23.936px;
    letter-spacing: 2.992px;
  }

  .soxy-home .soxy-editorial-banner h2,
  .soxy-home .wp-block-soxy-editorial-banner h2 {
    margin-bottom: 15px;
    font-size: 30.8px;
    line-height: 30.8px;
  }

  .soxy-home .soxy-editorial-banner__body,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__body {
    margin-bottom: 15px;
    font-size: 18.7px;
    line-height: 29.92px;
  }

  .soxy-home .soxy-editorial-banner .soxy-button,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-button {
    margin-top: 15px;
  }

  .soxy-home .soxy-brand-copy,
  .soxy-home .wp-block-soxy-brand-copy {
    padding-top: 78.2655px;
  }

  .soxy-home .soxy-editorial-banner + .soxy-brand-copy,
  .soxy-home .wp-block-soxy-editorial-banner + .wp-block-soxy-brand-copy {
    padding-bottom: 75px;
  }

  .soxy-home .soxy-editorial-banner + .soxy-brand-copy .soxy-brand-copy__body p,
  .soxy-home .wp-block-soxy-editorial-banner + .wp-block-soxy-brand-copy .soxy-brand-copy__body p {
    margin-bottom: 25px;
  }

  .soxy-home .soxy-editorial-banner + .soxy-brand-copy p:not(:last-child),
  .soxy-home .wp-block-soxy-editorial-banner + .wp-block-soxy-brand-copy p:not(:last-child) {
    margin-bottom: 25px;
  }

  .soxy-home .soxy-editorial-banner,
  .soxy-home .wp-block-soxy-editorial-banner {
    transform: translateY(3.28125px);
  }

  .soxy-home .soxy-editorial-banner__card,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__copy {
    transform: translateY(0.234375px);
  }

  .soxy-home .soxy-editorial-banner .soxy-button,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-button {
    border: 1px solid transparent;
    line-height: 18.46px;
  }
}

@media (max-width: 768px) {
  .soxy-home .soxy-editorial-banner,
  .soxy-home .wp-block-soxy-editorial-banner {
    transform: translateY(17.109375px);
  }

  .soxy-home .soxy-editorial-banner__card,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-editorial-banner__copy {
    padding-bottom: 21.938px;
    transform: translateY(-0.40625px);
  }

  .soxy-home .soxy-editorial-banner .soxy-button,
  .soxy-home .wp-block-soxy-editorial-banner .soxy-button {
    position: relative;
    top: -0.548px;
    padding: 9px 17px;
    border: 1px solid transparent;
    line-height: 15.62px;
  }
}

@media (max-width: 991.98px) {
  #soxy-mobile-menu {
    width: 300px;
    border: 0;
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  #soxy-mobile-menu .offcanvas-header {
    position: relative;
    height: 70px;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid var(--soxy-rule);
  }

  #soxy-mobile-menu .offcanvas-title {
    display: none;
  }

  #soxy-mobile-menu .btn-close {
    box-sizing: border-box;
    position: absolute;
    top: 11.53px;
    right: 0;
    width: 58px;
    height: 45.94px;
    padding: 0 15px;
    margin: 0;
    opacity: 1;
    background-size: 13px;
  }

  #soxy-mobile-menu .offcanvas-body {
    padding: 0 0 15px;
    overscroll-behavior: contain;
  }

  #soxy-mobile-menu .soxy-menu--mobile {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #soxy-mobile-menu .soxy-menu--mobile > li {
    position: relative;
    border: 0;
  }

  #soxy-mobile-menu .soxy-menu--mobile:not(.soxy-menu--mobile-utility) > li::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--soxy-rule);
    content: "";
  }

  #soxy-mobile-menu .soxy-menu--mobile > li > a {
    box-sizing: border-box;
    height: 62.38px;
    padding: 15px;
    font-size: 20.23px;
    line-height: 32.368px;
  }

  #soxy-mobile-menu .soxy-menu--mobile > .menu-item-has-children > a {
    width: 239px;
  }

  #soxy-mobile-menu .soxy-mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 61px;
    height: 62.38px;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--soxy-rule);
    border-bottom: 1px solid var(--soxy-rule);
    background: transparent;
  }

  #soxy-mobile-menu .soxy-mobile-submenu-toggle span {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  #soxy-mobile-menu .soxy-mobile-submenu-toggle[aria-expanded="true"] span {
    transform: translateY(2px) rotate(225deg);
  }

  #soxy-mobile-menu .soxy-menu--mobile .sub-menu[hidden] {
    display: none;
  }

  #soxy-mobile-menu .soxy-menu--mobile .sub-menu {
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  #soxy-mobile-menu .soxy-menu--mobile .sub-menu::after {
    display: block;
    height: 15px;
    content: "";
  }

  #soxy-mobile-menu .soxy-menu--mobile .sub-menu a {
    padding: 7.5px 25px 7.5px 15px;
    font-size: 14.45px;
    line-height: 23.12px;
  }

  #soxy-mobile-menu .soxy-mobile-submenu-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 400ms ease-in-out;
  }

  #soxy-mobile-menu .soxy-mobile-submenu-panel.is-open {
    grid-template-rows: 1fr;
  }

  #soxy-mobile-menu .soxy-mobile-secondary {
    display: grid;
    grid-template-columns: 141.5px 141.5px;
    column-gap: 17px;
    margin-top: 10px;
  }

  #soxy-mobile-menu .soxy-menu--mobile-utility {
    display: contents;
  }

  #soxy-mobile-menu .soxy-menu--mobile-utility > li {
    border: 0;
  }

  #soxy-mobile-menu .soxy-menu--mobile-utility > li > a,
  #soxy-mobile-menu .soxy-mobile-login {
    box-sizing: border-box;
    height: 38.13px;
    padding: 10px 15px 5px;
    color: var(--soxy-black);
    font-size: 14.45px;
    line-height: 23.12px;
    text-decoration: none;
  }

  #soxy-mobile-menu .soxy-mobile-social {
    display: flex;
    gap: 0;
    margin: 15px 0 0 15px;
    padding-top: 0;
    border: 0;
  }

  #soxy-mobile-menu .soxy-mobile-social a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89.984375px;
    height: 41.125px;
    margin-right: -1px;
    padding: 8px;
    border: 1px solid var(--soxy-rule);
    color: var(--soxy-black);
    font-size: 14.45px;
    line-height: 23.12px;
    text-decoration: none;
  }

  #soxy-mobile-menu .soxy-mobile-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  #soxy-mobile-menu .soxy-mobile-social svg path {
    fill: currentColor;
  }
}

body:has(#soxy-mobile-menu:is(.show, .showing, .hiding)) .offcanvas-backdrop {
  background: rgb(230, 230, 230);
}

body:has(#soxy-mobile-menu:is(.show, .showing, .hiding)) .offcanvas-backdrop.show {
  opacity: 0.6;
}

@media (prefers-reduced-motion: no-preference) {
  #soxy-mobile-menu .soxy-menu--mobile > li,
  #soxy-mobile-menu .soxy-mobile-login,
  #soxy-mobile-menu .soxy-mobile-social {
    --soxy-menu-delay: 195ms;
    opacity: 0;
    transform: translateY(60px);
    transition: transform 850ms cubic-bezier(0.165, 0.84, 0.44, 1) var(--soxy-menu-delay), opacity 850ms cubic-bezier(0.165, 0.84, 0.44, 1) calc(var(--soxy-menu-delay) + 75ms);
  }

  #soxy-mobile-menu .soxy-menu--mobile > li:nth-child(2) { --soxy-menu-delay: 255ms; }
  #soxy-mobile-menu .soxy-menu--mobile > li:nth-child(3) { --soxy-menu-delay: 315ms; }
  #soxy-mobile-menu .soxy-menu--mobile-utility > li:nth-child(1) { --soxy-menu-delay: 375ms; }
  #soxy-mobile-menu .soxy-menu--mobile-utility > li:nth-child(2) { --soxy-menu-delay: 435ms; }
  #soxy-mobile-menu .soxy-menu--mobile-utility > li:nth-child(3) { --soxy-menu-delay: 495ms; }
  #soxy-mobile-menu .soxy-mobile-login { --soxy-menu-delay: 555ms; }
  #soxy-mobile-menu .soxy-mobile-social { --soxy-menu-delay: 615ms; }

  #soxy-mobile-menu:is(.show, .showing) .soxy-menu--mobile > li,
  #soxy-mobile-menu:is(.show, .showing) .soxy-mobile-login,
  #soxy-mobile-menu:is(.show, .showing) .soxy-mobile-social {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  #soxy-mobile-menu,
  #soxy-mobile-menu .soxy-mobile-submenu-panel {
    transition: none;
  }
}

/* Home collection parity: preserve the source grid rhythm at reference widths. */
@media (min-width: 769px) {
  .soxy-home .wp-block-soxy-hero > picture,
  .soxy-home .wp-block-soxy-editorial-banner > picture {
    inset: 0;
  }

  .soxy-home .soxy-product-collection h2 {
    font-size: 34.4px;
    line-height: 34.4px;
  }

  .soxy-home .soxy-product-collection__footer .soxy-button {
    padding: 11px 20px;
    border: 1px solid transparent;
    font-size: 13px;
    line-height: 18.46px;
    letter-spacing: 2.6px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection {
    transform: translateY(1.90625px);
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection .soxy-product-grid {
    row-gap: 30.265625px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection .soxy-product-collection__footer {
    transform: translateY(-0.734375px);
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection {
    margin-bottom: -2.546875px;
    transform: translateY(1.171875px);
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection .soxy-product-grid {
    row-gap: 30.53125px;
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection .soxy-product-collection__footer {
    transform: translateY(-0.46875px);
  }
}

@media (max-width: 1007px) {
  .soxy-home .soxy-category-tile:nth-child(1) {
    background: rgb(255, 134, 69);
  }

  .soxy-home .soxy-category-tile:nth-child(2) {
    background: rgb(27, 66, 245);
  }

  .soxy-home .soxy-category-tile:nth-child(3) {
    background: rgb(255, 195, 206);
  }

  .soxy-home .soxy-category-tile > a {
    display: block;
    position: relative;
  }

  .soxy-home .soxy-category-tile picture {
    position: absolute;
    top: 0;
    left: max(30px, calc((100% - 550px) / 2));
    width: min(calc(100% - 30px), 580px);
    height: 185px;
    margin: 0;
  }

  .soxy-home .soxy-category-tile img {
    position: relative;
    left: -5%;
    width: auto;
    height: 185px;
  }

  .soxy-home .wp-block-soxy-category-tiles .soxy-category-tile__content {
    position: absolute;
    top: 0;
    right: max(25px, calc((100% - 500px) / 2));
    width: 225px;
    height: 185px;
    align-items: flex-end;
    gap: 15px;
    padding: 0;
    background: transparent;
  }

  .soxy-home .wp-block-soxy-category-tiles .soxy-category-tile h3 {
    width: 100%;
    color: #fff;
    font-family: Petrona, serif;
    font-size: 37.0281px;
    font-weight: 900;
    line-height: 44.4338px;
    letter-spacing: 3.4px;
    text-align: right;
  }

  .soxy-home .wp-block-soxy-category-tiles .soxy-category-tile__cta {
    width: 165.25px;
    height: 37px;
    padding: 10px 0;
    border: 1px solid #fff;
    background: #fff;
    color: rgb(54, 54, 54);
    font-family: Futura, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.6px;
  }
  .soxy-home .soxy-hero,
  .soxy-home .wp-block-soxy-hero {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1007px) {
  .soxy-home .wp-block-soxy-category-tiles .soxy-category-tile h3 {
    font-size: 43.5625px;
    line-height: 52.275px;
  }
}

@media (max-width: 768px) {
  .soxy-home .soxy-product-collection h2 {
    margin-bottom: 30px;
    font-size: 29.24px;
    line-height: 29.24px;
  }

  .soxy-home .soxy-product-collection__footer .soxy-button {
    padding: 9px 17px;
    border: 1px solid transparent;
    font-size: 11px;
    line-height: 15.609375px;
    letter-spacing: 2.2px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection {
    transform: translateY(11.890625px);
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection .soxy-product-grid {
    row-gap: 15px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection .soxy-product-card {
    padding-bottom: 4.8125px;
  }

  .soxy-home .soxy-brand-copy + .soxy-product-collection .soxy-product-collection__footer {
    transform: translateY(-0.71875px);
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection {
    margin-bottom: -0.15625px;
    transform: translateY(11.390625px);
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection .soxy-product-grid {
    row-gap: 15px;
  }

  .soxy-home .soxy-product-collection + .soxy-product-collection .soxy-product-collection__footer {
    transform: translateY(-0.5625px);
  }
}

/* Gift Card parity: the source uses denser variation and quantity controls. */
body.single-product.postid-39 .variations select {
  visibility: hidden !important;
  pointer-events: none;
}

@media (min-width: 992px) {
  body.single-product.postid-39 {
    padding-bottom: 1px;
  }

  body.single-product.postid-39 .product_title {
    margin-bottom: 3px;
  }

  body.single-product.postid-39 .summary > .price {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 17px;
    line-height: 27.2px;
    white-space: nowrap;
    position: relative;
    top: -3px;
  }

  body.single-product.postid-39 .summary > .price .price {
    display: inline;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  body.single-product.postid-39 form.cart {
    margin-top: 67px;
  }

  body.single-product.postid-39 .variations label,
  body.single-product.postid-39 .soxy-quantity-label {
    font-size: 13.6px;
    line-height: 21.76px;
  }

  body.single-product.postid-39 .soxy-variation-options {
    gap: 12px;
    margin-top: 11px;
    padding-bottom: 12px;
  }

  body.single-product.postid-39 .soxy-variation-option {
    min-height: 0;
    padding: 6px 13px;
  }

  body.single-product.postid-39 .variations {
    margin-bottom: 8px;
  }

  body.single-product.postid-39 .soxy-quantity-label {
    margin-bottom: 10px;
  }

  body.single-product.postid-39 .quantity,
  body.single-product.postid-39 .quantity button,
  body.single-product.postid-39 .quantity .qty {
    height: 45.2px;
    min-height: 0;
  }

  body.single-product.postid-39 .quantity {
    margin-bottom: 30px;
  }

  body.single-product.postid-39 .single_add_to_cart_button {
    height: 46px;
    min-height: 46px;
  }

  body.single-product.postid-39 .soxy-product-detail__gallery,
  body.single-product.postid-39 .soxy-product-detail__summary {
    margin-top: 58px;
  }

  body.single-product.postid-39 .soxy-product-detail__gallery {
    width: 60.955882%;
  }

  body.single-product.postid-39 .soxy-product-gallery__item img {
    width: calc(100% - 22px);
    position: relative;
    top: -10px;
  }

  body.single-product.postid-39 .soxy-product-detail__summary {
    width: 39.044118%;
  }

  body.single-product.postid-39 .related.products {
    position: relative;
    top: 1px;
  }

  body.single-product.postid-39 .related.products > h2 {
    display: block;
    position: absolute;
    top: -78.4px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 28px;
  }

  body.single-product.postid-39 .soxy-footer {
    position: relative;
    top: -1px;
  }
}

@media (max-width: 991.98px) {
  body.single-product.postid-39 .soxy-product-detail__top {
    width: calc(100% + 34px);
    margin-top: -44px;
    margin-bottom: 62px;
    margin-left: -17px;
  }

  body.single-product.postid-39 .soxy-product-detail__gallery {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  body.single-product.postid-39 .soxy-product-detail__summary {
    width: calc(100% - 34px);
    margin-top: -8px;
    margin-left: 17px;
  }

  body.single-product.postid-39 .product_title {
    margin-bottom: 6px;
    position: relative;
    top: -4px;
  }

  body.single-product.postid-39 .summary > .price {
    display: inline-block;
    width: auto;
    margin: 0;
    font-size: 14.45px;
    line-height: 23.12px;
    white-space: nowrap;
    position: relative;
    top: -3px;
  }

  body.single-product.postid-39 .summary > .price .price {
    display: inline;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
  }

  body.single-product.postid-39 .soxy-variation-options {
    gap: 12px;
    margin-top: 0;
    padding-bottom: 12px;
  }

  body.single-product.postid-39 .soxy-variation-option {
    min-height: 0;
    padding: 6px 13px;
  }

  body.single-product.postid-39 .variations {
    margin-bottom: 8px;
  }

  body.single-product.postid-39 .soxy-quantity-label {
    margin-bottom: 10px;
    font-size: 11.56px;
    line-height: 18.496px;
  }

  body.single-product.postid-39 .quantity,
  body.single-product.postid-39 .quantity button,
  body.single-product.postid-39 .quantity .qty {
    height: 43.6px;
    min-height: 0;
  }

  body.single-product.postid-39 .quantity {
    margin-bottom: 15px;
  }

  body.single-product.postid-39 .single_add_to_cart_button {
    position: relative;
    top: 4.5px;
    height: 43.6px;
    min-height: 43.6px;
    padding-block: 13px;
    font-size: 11px;
    line-height: 15.62px;
  }

  body.single-product.postid-39 form.cart {
    margin-top: 49px;
  }

  body.single-product.postid-39 .related.products ul.products {
    height: 203.625px;
    overflow: hidden;
    transform: translateX(390px);
  }

  body.single-product.postid-39 .soxy-footer {
    padding-bottom: 15px;
  }

  body.single-product.postid-39 .related.products {
    height: 257.4px;
    margin-top: 10px;
    margin-bottom: -25.7px;
    position: relative;
    top: -26.3px;
  }

  body.single-product.postid-39 .related.products > h2 {
    display: block;
    position: static;
    width: calc(100% - 34px);
    margin: 0 17px 30px;
    text-align: center;
  }

  body.single-product.postid-39 .related.products ul.products {
    width: max-content;
    grid-template-columns: repeat(5, 152.09375px);
  }

  body.single-product.postid-39 .related.products ul.products li.product {
    height: 203.625px;
    padding-left: 17px;
  }
}

/* P16 catalog and product presentation. */
.soxy-scroll-locked,
.soxy-filter-is-open {
  overflow: hidden;
}

.soxy-collection__header {
  max-width: 760px;
  padding: 40px 0 28px;
}

.soxy-collection__hero {
  margin: 0 0 22px;
}

.soxy-collection__hero img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}

.soxy-collection__toolbar {
  min-height: 44px;
}

.soxy-collection__count {
  color: var(--soxy-black);
  font-size: 14px;
}

.soxy-sort-form {
  display: none;
  margin: 0;
}

.soxy-sort-form .form-select {
  width: auto;
  min-width: 190px;
  min-height: var(--soxy-control-height);
  border-color: var(--soxy-rule);
  border-radius: 0;
  color: var(--soxy-black);
  font-size: 13px;
}

.soxy-collection__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.soxy-filter-panel {
  display: none;
  background: var(--soxy-white);
}

.soxy-filter-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--soxy-rule);
  padding: 0 0 16px;
}

.soxy-filter-panel__header h2 {
  margin: 0;
  font-family: var(--soxy-display);
  font-size: 28px;
}

.soxy-filter-panel__header .btn-close {
  display: none;
}

.soxy-filter-chips {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 17px;
}

.soxy-filter-chip {
  display: flex;
  width: 100%;
  height: 40px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  border: 1px solid transparent;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.soxy-filter-chip:hover,
.soxy-filter-chip:focus-visible {
  background: #009957;
  color: var(--soxy-white);
}

.soxy-filter-chip span:last-child {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.soxy-filter-group {
  border-bottom: 1px solid var(--soxy-rule);
  padding: 18px 0;
}

.soxy-filter-group__heading {
  margin: 0;
}

.soxy-filter-group__toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--soxy-black);
  font-family: var(--soxy-copy);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
}

.soxy-filter-group__toggle span {
  width: 7px;
  height: 7px;
  margin-right: 2px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 0;
  transform: rotate(45deg);
  transition: transform 150ms ease;
}

.soxy-filter-group__toggle[aria-expanded="true"] span {
  transform: rotate(225deg);
}

.soxy-filter-group__items {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.soxy-filter-group__items li + li {
  margin-top: 12px;
}

.soxy-filter-group__items label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--soxy-black);
  cursor: pointer;
  font-size: 15px;
}

.soxy-filter-group__items a {
  position: relative;
  display: flex;
  min-height: 34px;
  align-items: center;
  gap: 9px;
  color: var(--soxy-black);
  font-size: 17px;
  line-height: 34px;
  text-decoration: none;
}

.soxy-filter-option__box {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid var(--soxy-rule);
  background: var(--soxy-white);
}

.soxy-filter-group__items a[aria-current="page"] {
  font-weight: 900;
}

.soxy-filter-group__items a[aria-current="page"] .soxy-filter-option__box {
  border-color: var(--soxy-black);
  background: var(--soxy-black);
}

.soxy-filter-group__items a:hover,
.soxy-filter-group__items a:focus-visible,
.soxy-filter-group__items a[aria-current="page"] {
  text-decoration: none;
}

body .soxy-collection__breadcrumb,
body .soxy-collection__breadcrumb a {
  color: var(--soxy-black) !important;
}

.soxy-filter-group__items input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--soxy-green);
}

.soxy-collection__results {
  min-width: 0;
}

.soxy-collection__results .products {
  margin: 0;
}

.soxy-product-card {
  min-width: 0;
}

.soxy-product-card__content {
  position: relative;
  container-type: inline-size;
}

.soxy-product-card__link {
  display: block;
  color: var(--soxy-black);
  text-decoration: none;
}

.soxy-product-card__media {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--soxy-white);
}

.soxy-product-card.outofstock .soxy-product-card__media,
.soxy-product-card.outofstock > a:first-of-type img {
  opacity: 0.5;
}

.woocommerce ul.products li.soxy-product-card .soxy-product-card__media img {
  height: auto;
  aspect-ratio: 1000 / 825;
  transition: transform 180ms ease;
}

.soxy-product-card__link:hover .soxy-product-card__media img,
.soxy-product-card__link:focus-visible .soxy-product-card__media img {
  transform: scale(1.025);
}

.soxy-product-card__title {
  margin: 0;
  color: var(--soxy-black);
  font-family: var(--soxy-copy);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.soxy-product-card__price {
  display: block;
  margin-top: 3px;
  color: var(--soxy-black);
  font-size: 14px;
}

.soxy-product-card__badge {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 8px;
  padding: 5px 8px;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 12px;
}

.soxy-quick-shop-trigger {
  position: absolute;
  right: 5px;
  top: calc(82.5cqw - 44px);
  left: 5px;
  z-index: 2;
  padding: 8px 5px;
  border: 0;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 14.45px;
  line-height: 1.6;
  letter-spacing: -0.425px;
  opacity: 0;
  text-transform: none;
  transition: opacity 150ms, transform 150ms ease-out, background 300ms;
}

@media (max-width: 767.98px) {
  .soxy-quick-shop-trigger {
    display: none;
  }
}

.soxy-product-card:hover .soxy-quick-shop-trigger,
.soxy-product-card:focus-within .soxy-quick-shop-trigger,
.soxy-quick-shop-trigger:focus-visible {
  opacity: 1;
}

.soxy-product-card {
  align-self: start;
}

.soxy-search {
  padding: 85px 40px 0;
}

.soxy-search__breadcrumb {
  min-height: 23.12px;
  margin-bottom: 10px;
  font-size: 14.45px;
  line-height: 1.6;
  text-align: center;
}

.soxy-search__breadcrumb span {
  margin-left: 4px;
}

.soxy-search__header {
  padding-bottom: 35px;
  border-bottom: 1px solid var(--soxy-rule);
  text-align: center;
}

.soxy-search__header h1 {
  margin: 0 0 35px;
  font-size: 40px;
  line-height: 1;
}

.soxy-search-form {
  display: flex;
  width: 300px;
  height: 48px;
  margin: 0 auto;
}

.soxy-search-form input {
  flex: 0 0 229px;
  width: 229px;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--soxy-rule);
  border-radius: 0;
  font-size: 17px;
}

.soxy-search-form button {
  display: grid;
  flex: 0 0 71px;
  width: 71px;
  border: 0;
  background: var(--soxy-green);
  color: var(--soxy-white);
  place-items: center;
}

.soxy-search-form svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}

.soxy-search__results {
  padding: 35px 0 75px;
}

.soxy-search__results > h2 {
  margin: 0 0 50px;
  font-family: var(--soxy-display);
  font-size: 34.4px;
  line-height: 1;
  text-align: center;
}

.soxy-search-grid {
  display: grid !important;
  width: calc(100% + 22px);
  margin: 0 0 30px -22px !important;
  padding: 0 !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px 0 !important;
}

.soxy-search-grid > li {
  width: auto !important;
  margin: 0 !important;
  padding-left: 22px !important;
  list-style: none;
}

.soxy-search-grid .soxy-product-card__link {
  padding-bottom: 3px;
}

.soxy-search-grid .soxy-product-card__title {
  font-size: 17px;
  letter-spacing: -0.025em;
  line-height: 1.5;
}

.soxy-search-grid .soxy-product-card__price {
  font-size: 14.45px;
  line-height: 1.5;
}

.soxy-search-page-card a {
  display: block;
  min-height: 280px;
  padding: 24px 20px;
  background: #f8f8f8;
  color: var(--soxy-black);
  font-size: 14.45px;
  letter-spacing: 2.312px;
  text-transform: uppercase;
}

.soxy-search-pagination {
  display: flex;
  min-height: 164px;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.soxy-search-pagination .page-numbers {
  color: var(--soxy-black);
}

.soxy-search-pagination .next {
  display: grid;
  width: 44px;
  height: 44px;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 28px;
  place-items: center;
}

.soxy-search__empty {
  min-height: 423px;
  padding-top: 33px;
  text-align: center;
}

.soxy-search__empty h2 {
  margin: 0 0 12px;
  font-family: var(--soxy-display);
  font-size: 34.4px;
  line-height: 1;
}

.soxy-search__empty p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .soxy-search {
    padding: 35.5px 17px 0;
  }

  .soxy-search__breadcrumb {
    margin-bottom: 10px;
  }

  .soxy-search__header {
    padding-bottom: 25px;
  }

  body.search-results .soxy-search__header {
    padding-bottom: 50px;
  }

  .soxy-search__header h1 {
    margin-bottom: 15px;
    font-size: 34px;
  }

  .soxy-search-form {
    height: 44px;
  }

  .soxy-search-form input {
    flex-basis: 225px;
    width: 225px;
    font-size: 14.45px;
  }

  .soxy-search-form button {
    flex-basis: 75px;
    width: 75px;
  }

  .soxy-search__results {
    padding: 0 0 25.5px;
  }

  .soxy-search__results > h2 {
    margin-bottom: 30px;
    font-size: 29.24px;
  }

  .soxy-search__empty {
    min-height: 166px;
    padding: 24px 0 0;
  }

  .soxy-search__empty h2 {
    margin-bottom: 11px;
    font-size: 29.24px;
  }

  .soxy-search__empty p {
    line-height: 1.55;
  }

  .soxy-search-grid {
    width: calc(100% + 17px);
    margin-left: -17px !important;
    margin-bottom: 45px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 15px 0 !important;
  }

  .soxy-search-grid > li {
    padding-left: 17px !important;
  }

  .soxy-search-grid .soxy-product-card__title,
  .soxy-search-grid .soxy-product-card__price {
    font-size: 14.45px;
  }

  .soxy-search-page-card {
    grid-column: 1 / -1;
    margin-bottom: 15px !important;
  }

  .soxy-search-page-card a {
    min-height: 280px;
  }

  .soxy-search-pagination {
    min-height: 162px;
  }
}

.soxy-pagination {
  margin-top: 42px;
  text-align: center;
}

.soxy-pagination .page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 3px;
  border: 1px solid var(--soxy-rule);
  color: var(--soxy-black);
  text-decoration: none;
}

.soxy-pagination .page-numbers.current,
.soxy-pagination .page-numbers:hover,
.soxy-pagination .page-numbers:focus-visible {
  border-color: var(--soxy-black);
  background: var(--soxy-black);
  color: var(--soxy-white);
}

.soxy-collection__description {
  max-width: 1020px;
  margin-top: 84px;
  padding: 0 0 30px;
  color: var(--soxy-muted);
  line-height: 1.6;
}

.soxy-collection__description h2 {
  margin-bottom: 20px;
  color: var(--soxy-black);
  text-align: center;
}

.soxy-product-detail__top {
  align-items: start;
  margin-bottom: 70px;
}

.soxy-product-detail__gallery,
.soxy-product-detail__summary {
  min-width: 0;
}

.soxy-product-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 18px;
  align-items: start;
}

.soxy-product-gallery--single {
  grid-template-columns: minmax(0, 1fr);
}

.soxy-product-gallery__main {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.soxy-product-gallery__item {
  display: none;
  margin: 0;
}

.soxy-product-gallery__item.is-active {
  display: block;
}

.soxy-product-gallery__link {
  display: block;
  cursor: zoom-in;
}

.soxy-product-gallery__item img {
  display: block;
  width: 100%;
  max-height: 740px;
  object-fit: contain;
}

.soxy-product-gallery__thumbs {
  display: flex;
  max-height: 740px;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding-right: 3px;
}

.soxy-product-gallery__thumb-button {
  display: block;
  width: 100%;
  padding: 3px;
  border: 1px solid transparent;
  background: var(--soxy-white);
}

.soxy-product-gallery__thumb-button.is-active,
.soxy-product-gallery__thumb-button:hover,
.soxy-product-gallery__thumb-button:focus-visible {
  border-color: var(--soxy-black);
}

.soxy-product-gallery__thumb-button img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.soxy-product-gallery__dots {
  display: none;
}

.soxy-product-detail__summary .product_title {
  margin: 0 0 9px;
  color: var(--soxy-black);
  font-family: var(--soxy-display);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 900;
  line-height: 1.02;
}

.soxy-product-detail__summary > .price,
.soxy-product-detail__summary .price {
  display: block;
  margin: 0 0 28px;
  color: var(--soxy-black);
  font-size: 16px;
}

.soxy-product-detail__summary .woocommerce-product-details__short-description {
  margin: 30px 0;
  color: var(--soxy-black);
  line-height: 1.55;
}

.soxy-product-detail__summary form.cart {
  margin: 30px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--soxy-rule);
}

.soxy-quantity-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.soxy-product-detail__summary .variations {
  width: 100%;
  margin: 0 0 22px;
  border: 0;
}

.soxy-product-detail__summary .variations tr,
.soxy-product-detail__summary .variations td,
.soxy-product-detail__summary .variations th {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.soxy-product-detail__summary .variations tr + tr {
  margin-top: 18px;
}

.soxy-product-detail__summary .variations label,
.soxy-product-detail__summary form.cart::before {
  color: var(--soxy-muted);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.soxy-variation-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.soxy-variation-option {
  min-height: 38px;
  padding: 7px 15px;
  border: 1px solid var(--soxy-rule);
  background: var(--soxy-white);
  color: var(--soxy-black);
  font-size: 17px;
}

.single-product .soxy-product-detail__summary .product_title {
  font-size: 34.4px;
  line-height: 1;
}

.single-product .soxy-product-detail__summary .price {
  font-size: 14.45px;
  line-height: 1.4;
}

.single-product .related.products > h2 {
  display: none;
}

.single-product .related.products {
  margin-bottom: 10.1px;
}

.soxy-variation-option[aria-pressed="true"],
.soxy-variation-option:hover,
.soxy-variation-option:focus-visible {
  border-color: var(--soxy-black);
}

.soxy-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.soxy-product-detail__summary .quantity {
	position: relative;
  display: inline-flex;
  width: 100px;
  min-height: 44px;
  align-items: stretch;
  margin: 0 0 22px;
	border: 0;
}

.soxy-quantity-button {
	position: absolute;
	top: 0;
	z-index: 1;
  flex: 0 0 20px;
  width: 20px;
  padding: 0;
  border: 0;
  background: var(--soxy-white);
  color: var(--soxy-black);
  font-size: 18px;
}

.soxy-quantity-button--decrease {
	left: 0;
}

.soxy-quantity-button--increase {
	right: 0;
}

.soxy-quantity-button:hover,
.soxy-quantity-button:focus-visible {
  background: var(--soxy-surface);
}

.woocommerce div.product .soxy-product-detail__summary form.cart .quantity .qty {
	flex: 0 0 100px;
	width: 100px;
	max-width: 100px;
  min-height: 42px;
	padding: 8px 25px;
	border: 1px solid var(--soxy-rule);
	background: transparent;
  color: var(--soxy-black);
	font-size: 17px;
	line-height: 27.2px;
  text-align: center;
}

.soxy-recently-viewed {
	width: calc(100% + 80px);
	margin: 0 -40px;
	padding: 46px 40px 30px;
	overflow: hidden;
}

.soxy-recently-viewed > h2 {
	margin: 0 0 50px;
	font-family: var(--soxy-display);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.soxy-recently-viewed ul.products {
	display: grid;
	width: calc(100% + 22px);
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 0 -22px;
	padding: 0;
}

.woocommerce .soxy-recently-viewed ul.products.columns-5 li.product,
.woocommerce-page .soxy-recently-viewed ul.products.columns-5 li.product {
	float: none;
	clear: none;
	width: 100%;
	margin: 0;
	padding: 0 0 0 22px;
}

.soxy-recently-viewed .soxy-product-card__title {
	font-size: 17px;
	letter-spacing: -0.025em;
	line-height: 1.5;
}

.soxy-recently-viewed .soxy-product-card__price {
	font-size: 14.45px;
	line-height: 1.5;
}

.soxy-recently-viewed .soxy-product-card__content {
	padding-bottom: 6px;
}

.woocommerce .soxy-recently-viewed ul.products li.soxy-product-card .soxy-product-card__media img,
.woocommerce-page .soxy-recently-viewed ul.products li.soxy-product-card .soxy-product-card__media img {
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.woocommerce div.product form.cart .quantity,
	.woocommerce div.product form.cart .quantity button,
	.woocommerce div.product form.cart .quantity .qty {
		height: 43.6px;
		min-height: 43.6px;
	}

	.woocommerce div.product .soxy-product-detail__summary form.cart .quantity .qty {
		font-size: 16px;
		line-height: 25.6px;
	}

	.soxy-recently-viewed {
		width: calc(100% + 34px);
		margin-right: -17px;
		margin-left: -17px;
		padding: 31px 0 18px;
	}

	.soxy-recently-viewed > h2 {
		margin: 0 17px 32px;
		font-size: 23.8px;
		line-height: 1;
	}

	.soxy-recently-viewed ul.products {
		width: max-content;
		grid-template-columns: repeat(5, 39vw);
		margin-left: 0;
	}

	.woocommerce .soxy-recently-viewed ul.products.columns-5 li.product,
	.woocommerce-page .soxy-recently-viewed ul.products.columns-5 li.product {
		height: auto;
		padding-left: 17px;
	}

	.soxy-recently-viewed .soxy-product-card__title,
	.soxy-recently-viewed .soxy-product-card__price {
		font-size: 12px;
		line-height: 1.6;
	}

	.soxy-recently-viewed .soxy-product-card__title {
		line-height: 1.5;
	}

	.soxy-recently-viewed .soxy-product-card__price {
		line-height: 1.5;
	}
}

@media (min-width: 769px) and (max-width: 991.98px) {
	.soxy-recently-viewed {
		width: calc(100% + 34px);
		margin: 0 -17px;
		padding: 46px 40px 30px;
	}

	.soxy-recently-viewed > h2 {
		margin: 0 0 50px;
		font-size: 28px;
		line-height: 1;
	}

	.soxy-recently-viewed ul.products {
		width: calc(100% + 22px);
		grid-template-columns: repeat(5, minmax(0, 1fr));
		margin-left: -22px;
	}

	.woocommerce .soxy-recently-viewed ul.products.columns-5 li.product,
	.woocommerce-page .soxy-recently-viewed ul.products.columns-5 li.product {
		padding-left: 22px;
	}

	.soxy-recently-viewed .soxy-product-card__title {
		font-size: 17px;
		line-height: 1.5;
	}

	.soxy-recently-viewed .soxy-product-card__price {
		font-size: 14.45px;
		line-height: 1.5;
	}
}

@media (min-width: 590px) and (max-width: 768px) {
	.woocommerce .soxy-recently-viewed ul.products.columns-5 li.product,
	.woocommerce-page .soxy-recently-viewed ul.products.columns-5 li.product {
		padding-bottom: 19.2px;
	}
}

.soxy-product-detail__summary .single_add_to_cart_button {
  width: 100%;
  min-height: var(--soxy-control-height);
}

.soxy-product-detail__summary .single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.soxy-final-sale {
  margin: 26px 0 30px;
  color: #f02712;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.soxy-product-description {
  margin-top: 26px;
  color: var(--soxy-black);
  line-height: 1.55;
}

.soxy-product-description > :last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
	.single-product .product_tag-bundle .soxy-product-description {
		min-height: 389.1px;
		margin-top: 30px;
	}

	.single-product .product_tag-bundle .soxy-product-features {
		grid-template-columns: 680px minmax(0, 1fr);
		gap: 150px;
		min-height: 537.8px;
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.single-product .product_tag-bundle .soxy-product-feature__media img {
		position: relative;
		top: 18.9px;
	}

	.single-product .product_tag-bundle .related.products > h2 {
		margin-bottom: 50px;
		font-size: 28px;
		line-height: 28px;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-description {
		min-height: 535px;
		margin-top: 30px;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-features {
		grid-template-columns: 680px minmax(0, 1fr);
		gap: 150px;
		min-height: 537.8px;
		margin-top: 75px;
		margin-bottom: 0;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-feature__media img {
		position: relative;
		top: 18.8px;
	}

	.single-product .product_tag-belts .soxy-product-description {
		min-height: 723.1px;
		margin-top: 30.5px;
	}

	.single-product .product_tag-belts .soxy-product-detail__summary form.cart {
		margin-top: 65.5px;
	}

	.single-product .product_tag-belts .soxy-product-detail__top {
		margin-bottom: 126px;
	}

	.single-product .product_tag-belts .soxy-product-detail__summary .price {
		font-size: 17px;
		line-height: 27.2px;
	}

	.single-product .product_tag-belts .related.products > h2 {
		margin-bottom: 50px;
		font-size: 28px;
		line-height: 28px;
	}

	.single-product .product_tag-belts .related.products {
		margin-bottom: -6.9px;
	}

	.single-product .product_tag-belts .related.products li.post-1079 .soxy-product-card__media img,
	.single-product .product_tag-belts .related.products li.post-1082 .soxy-product-card__media img,
	.single-product .product_tag-belts .related.products li.post-1085 .soxy-product-card__media img {
		aspect-ratio: 253 / 152;
	}

	.single-product .product_tag-belts .related.products li.post-1073 .soxy-product-card__media img {
		aspect-ratio: 253 / 209;
	}

	.single-product .product_tag-belts .related.products li.post-1051 .soxy-product-card__media img {
		aspect-ratio: 253 / 372;
	}

  .single-product .product_tag-laces .soxy-product-description {
    min-height: 587.2px;
    margin-top: 30px;
  }

  .single-product .product_tag-laces .soxy-product-detail__top {
    margin-bottom: 150px;
  }

  .single-product .product_tag-laces .related.products > h2 {
    margin-bottom: 50px;
    font-size: 28px;
  }

  .single-product .product_tag-laces .related.products li.product:first-child .soxy-product-card__media img {
    aspect-ratio: 253 / 121;
  }
}

.soxy-product-attributes {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 4px;
  margin: 24px 0 0;
  color: var(--soxy-black);
  line-height: 1.55;
}

.soxy-product-attributes dt,
.soxy-product-attributes dd {
  margin: 0;
}

.soxy-product-attributes dt {
  font-weight: 700;
}

.soxy-product-features {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 80px);
  align-items: start;
  margin: 80px 0 110px;
}

.soxy-product-feature__media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.soxy-product-feature__copy {
  padding-top: 5px;
}

.soxy-product-feature__eyebrow {
  margin-bottom: 16px;
  color: var(--soxy-muted);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.soxy-product-feature__copy article + article {
  margin-top: 24px;
}

.soxy-product-feature__copy h3 {
  margin: 0 0 4px;
  font-family: var(--soxy-copy);
  font-size: 16px;
  font-weight: 700;
}

.soxy-product-feature__copy p {
  margin-bottom: 0;
  line-height: 1.55;
}

.soxy-product-detail .related,
.soxy-product-detail .upsells {
  width: 100%;
  margin: 70px 0 90px;
}

.soxy-product-detail .related > h2,
.soxy-product-detail .upsells > h2 {
  margin-bottom: 32px;
  font-family: var(--soxy-display);
  text-align: center;
}

.soxy-quick-shop-modal,
.soxy-gallery-lightbox {
  position: fixed;
  z-index: 1080;
  inset: 0;
}

.soxy-quick-shop-modal[hidden],
.soxy-gallery-lightbox[hidden] {
  display: none !important;
}

.soxy-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(230, 230, 230);
  opacity: 0.6;
}

.soxy-quick-shop-modal__dialog {
  position: relative;
  top: 50%;
  z-index: 1;
  width: min(1200px, calc(100% - 34px));
  height: min(792.6px, 90vh);
  min-height: 0;
  max-height: 90vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--soxy-white);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .soxy-quick-shop-modal__dialog:has(.soxy-product-gallery:not(.soxy-product-gallery--single)) {
    height: min(809.8px, 90vh);
  }
}

.soxy-quick-shop-modal__header {
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 17px 0;
}

.soxy-quick-shop-modal__header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 29px;
  padding: 10px;
  opacity: 1;
  background-size: 14px;
}

.soxy-quick-shop-modal__body {
  padding: 0 45px 45px;
}

.soxy-quick-shop-modal .woocommerce-breadcrumb {
  display: none;
}

.soxy-quick-shop-modal .soxy-product-detail__gallery > .onsale,
.soxy-quick-shop-modal .reset_variations,
.soxy-quick-shop-modal .woocommerce-variation-price {
  display: none !important;
}

.soxy-quick-shop-modal__loading {
  display: block;
  padding: 40px 0;
  color: var(--soxy-muted);
  text-align: center;
}

.soxy-quick-shop-modal .soxy-product-detail__top {
  margin-bottom: 0;
}

.soxy-quick-shop-modal .soxy-product-detail__summary .product_title {
  margin-bottom: 7.5px;
  font-size: 34.4px;
  line-height: 1;
}

.soxy-quick-shop-modal .soxy-product-detail__summary .price {
  display: inline;
  margin: 0 5px 0 0;
  font-size: 17px;
  line-height: 1.6;
  transform: none;
}

.soxy-quick-shop-modal .soxy-product-detail__summary form.cart {
  margin-top: 35px;
  padding-top: 35px;
}

.soxy-quick-shop-modal .soxy-quantity-label {
  margin-bottom: 10px;
  font-size: 13.6px;
  line-height: 1.6;
}

.soxy-quick-shop-modal .soxy-product-detail__summary .quantity {
  min-height: 45px;
  margin-bottom: 30px;
}

.soxy-quick-shop-modal .soxy-product-detail__summary .quantity,
.soxy-quick-shop-modal .soxy-product-detail__summary .quantity button,
.soxy-quick-shop-modal .soxy-product-detail__summary .quantity .qty {
  box-sizing: border-box;
  height: 45.2px;
  min-height: 0;
}

.soxy-quick-shop-modal .soxy-product-detail__summary .single_add_to_cart_button {
	height: 46.45px;
	min-height: 46.45px;
	padding-block: 13px;
}

.soxy-quick-shop-modal .soxy-product-description {
	margin-top: 30px;
	line-height: 1.6;
}

.soxy-quick-shop-modal .soxy-product-description p {
  margin-bottom: 25px;
}

.soxy-quick-shop-modal .soxy-product-description .p1 {
  min-height: 27.2px;
  margin: 0 0 15px;
}

.soxy-gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1200px, calc(100% - 34px));
  height: calc(100% - 34px);
  margin: 17px auto;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.soxy-gallery-lightbox__dialog .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.soxy-gallery-lightbox__dialog img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (min-width: 992px) {
  .single-product .soxy-product-detail__top {
    --bs-gutter-x: 0;
    width: 100%;
    max-width: none;
    min-height: 730px;
    margin-inline: auto;
  }

  .single-product .soxy-product-detail__gallery {
    width: 61%;
    margin-top: 57px;
    padding: 0;
  }

  .single-product .soxy-product-gallery__item img {
    position: relative;
    top: -9px;
    width: calc(100% - 22px);
  }

  .single-product .product_tag-second-sale .soxy-product-gallery {
    grid-template-columns: 85.94% 84px;
    gap: 12.2px;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__item img {
    width: 100%;
    max-height: none;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__thumbs {
    position: relative;
    top: -11px;
    gap: 11px;
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__thumb-button {
    width: 84px;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__thumb-button img {
    width: 76px;
    aspect-ratio: auto;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__thumb:first-child img {
    height: 111.3px;
  }

  .single-product .product_tag-second-sale .soxy-product-gallery__thumb:not(:first-child) img {
    height: 50.7px;
  }

  .single-product .soxy-product-detail.product_tag-second-sale .soxy-product-description {
    min-height: 564.4px;
  }

  .single-product .soxy-product-detail__summary {
    width: 39%;
    margin-top: 57px;
    padding: 0 0 0 45px;
  }

  .single-product .soxy-product-detail__summary .product_title {
    position: relative;
    top: -6.5px;
  }

  .single-product .soxy-product-detail__summary form.cart {
    margin-top: 74.5px;
    padding-top: 0;
    border-top: 0;
  }

  .single-product .soxy-product-detail__summary form.cart .quantity,
  .single-product .soxy-product-detail__summary form.cart .quantity button,
  .single-product .soxy-product-detail__summary form.cart .quantity .qty {
    box-sizing: border-box;
    height: 45.2px;
    min-height: 45.2px;
  }

  .single-product .soxy-product-detail__summary form.cart .quantity {
    margin-bottom: 30px;
  }

  .single-product .soxy-product-detail__summary .single_add_to_cart_button {
    height: 46.5px;
    min-height: 46.5px;
  }

  .single-product .related.products ul.products {
    width: calc(100% + 22px);
    margin-left: -22px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 0;
  }

  .single-product .related.products li.product {
    padding-bottom: 8px;
    padding-left: 22px;
  }

  .soxy-quick-shop-modal .soxy-product-detail__top {
    --bs-gutter-x: 0;
  }

  .soxy-quick-shop-modal .soxy-product-detail__gallery {
    width: 51%;
    padding: 0 0 0 22px;
  }

  .soxy-quick-shop-modal .soxy-product-detail__summary {
    width: 49%;
    padding: 0 45px 0 0;
  }

  .soxy-quick-shop-modal .soxy-product-gallery {
    grid-template-columns: minmax(0, 1fr) 80px;
    gap: 15px;
  }

  .soxy-quick-shop-modal .soxy-product-gallery--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .soxy-quick-shop-modal .soxy-product-gallery__thumbs {
    max-height: 370.5px;
    gap: 15px;
    overflow: hidden;
    padding-right: 0;
  }

  .soxy-quick-shop-modal .soxy-product-gallery__thumb-button {
    padding: 1px;
  }

  .soxy-quick-shop-modal .soxy-product-gallery__thumb-button img {
    aspect-ratio: 1000 / 825;
  }

  .soxy-quick-shop-modal .soxy-product-detail__gallery {
    order: 2;
  }

  .soxy-quick-shop-modal .soxy-product-detail__summary {
    order: 1;
  }

  .soxy-collection {
    padding-top: 75px !important;
    padding-bottom: 0 !important;
  }

  .soxy-collection .woocommerce-breadcrumb {
    margin: 10px 0;
    font-size: 14.45px;
    line-height: 23.12px;
  }

  .soxy-collection__header {
    padding: 0 0 45px;
  }

  .soxy-collection__header h1 {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }

  /* The source collection keeps the banner and result toolbar in this column. */
  .soxy-collection__layout {
    grid-template-areas: "filters results";
    grid-template-columns: 254.390625px minmax(0, 1fr);
    gap: 22px;
  }

  .soxy-filter-panel {
    display: block;
    position: static;
    grid-area: filters;
    padding-right: 10px;
  }

  .soxy-filter-panel__header {
    display: none;
  }

  .soxy-collection__results {
    grid-area: results;
  }

  .soxy-collection__results > .soxy-collection__hero {
    margin-top: 0;
  }

  .soxy-collection__hero picture {
    display: block;
  }

  .soxy-collection__hero img {
    height: 418.78125px;
    transform: scaleY(1.00955);
    transform-origin: top;
  }

  .soxy-collection__hero {
    margin-bottom: 22px;
  }

  .soxy-collection__toolbar {
    min-height: 42.1875px;
    margin-bottom: 0 !important;
  }

  .soxy-collection__results ul.products {
    width: calc(100% + 22px);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin-left: -22px;
  }

  .soxy-collection__results ul.products li.soxy-product-card {
    width: 100% !important;
    margin-bottom: 30px !important;
    padding-left: 22px;
  }

  .soxy-collection__results .soxy-product-card__title {
    font-size: 17px;
    letter-spacing: -0.025em;
    line-height: 1.5;
  }

  .soxy-collection__results .soxy-product-card__price {
    font-size: 14.45px;
    line-height: 1.5;
  }

  .soxy-collection__results .soxy-product-card__link {
    padding-bottom: 3px;
  }

  .woocommerce .soxy-collection__results ul.products li.soxy-product-card .soxy-product-card__media img {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .soxy-collection {
    padding-top: 25.78125px !important;
    padding-bottom: 0 !important;
  }

  .soxy-collection .woocommerce-breadcrumb {
    margin: 10px 0;
    font-size: 14.45px;
    line-height: 23.12px;
  }

  .soxy-collection__header {
    padding: 0 0 21.5px;
  }

  .soxy-collection__header h1 {
    margin: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .soxy-home {
    margin-top: 0.28125px;
  }

  .single-product .soxy-product-detail__top {
    --bs-gutter-x: 0;
  }

  .single-product .soxy-product-detail__gallery,
  .single-product .soxy-product-detail__summary {
    width: 100%;
    padding-inline: 0;
  }

  .single-product .soxy-product-detail__summary {
    margin-top: -9px;
    padding-top: 0;
  }

  .single-product .soxy-product-detail__summary .product_title {
    font-size: 29.24px;
  }

  .single-product .soxy-product-detail__summary form.cart {
    margin-top: 50px;
    padding-top: 0;
    border-top: 0;
  }

  .single-product .soxy-variation-options {
    margin-top: 8px;
  }

  .single-product .soxy-variation-option {
    font-size: 14.45px;
  }

  .single-product .soxy-product-detail__top {
    min-height: 720px;
  }

  .single-product .related.products {
    width: calc(100% + 34px);
    height: 204px;
    margin-left: -17px;
    overflow: hidden;
  }

  .custom-logo {
    width: 90px;
    max-width: 90px;
    max-height: 32px;
  }

  .soxy-collection__layout {
    display: block;
  }

  .soxy-filter-panel {
    position: fixed;
    z-index: 1050;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(300px, 86vw);
    padding: 0 15px;
    overflow-y: auto;
    box-shadow: 300px 0 0 100vw rgba(17, 17, 17, 0.10);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  .soxy-filter-panel__header {
    margin-inline: -15px;
    padding: 22px 15px 18px;
  }

  .soxy-filter-panel__header h2 {
    font-size: 29.24px;
    line-height: 29.24px;
  }

  .soxy-filter-panel .soxy-filter-group:first-of-type {
    margin-top: 14.766px;
    padding-bottom: 4px;
  }

  .soxy-filter-panel .soxy-filter-group {
    padding: 5px 0;
  }

  .soxy-filter-panel .soxy-filter-group:has(.collapse.show) {
    padding-bottom: 7.609px;
  }

  .soxy-filter-panel .soxy-filter-group__toggle {
    padding: 15px 0;
    font-size: 11.56px;
    font-weight: 400;
    letter-spacing: 2.312px;
    line-height: 18.496px;
  }

  .soxy-filter-panel__header .btn-close:focus {
    outline: 0;
    box-shadow: none;
  }

  .soxy-filter-panel .soxy-filter-group__items {
    margin-top: 0;
  }

  .soxy-filter-panel .soxy-filter-group__items li + li {
    margin-top: 3.609px;
  }

  .soxy-filter-panel .soxy-filter-group__items a {
    display: block;
    position: relative;
    min-height: 28.9px;
    padding-left: 25px;
    font-size: 14.45px;
    line-height: 28.9px;
  }

  .soxy-filter-panel .soxy-filter-option__box {
    display: none;
  }

  .soxy-filter-panel .soxy-filter-group__items a::before {
    content: "";
    position: absolute;
    top: 6.45px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid var(--soxy-rule);
    background: var(--soxy-white);
  }

  .soxy-filter-panel .soxy-filter-group__items a[aria-current="page"]::before {
    border-color: var(--soxy-green);
    background: var(--soxy-green);
    box-shadow: inset 0 0 0 3px var(--soxy-white);
  }

  .soxy-filter-panel.is-open {
    display: block;
    transform: translateX(0);
  }

  .soxy-filter-panel__header .btn-close {
    display: block;
  }

  .soxy-collection__results {
    margin-top: 0;
  }

  .soxy-collection__results > .soxy-collection__hero {
    margin-top: 0;
  }

  .soxy-collection__hero picture {
    display: block;
  }

  .soxy-collection__hero img {
    height: 138.390625px;
  }

  .soxy-collection__hero {
    margin: 2px 0 20.5px;
  }

  .soxy-collection__toolbar {
    position: relative;
    display: block !important;
    min-height: 99.125px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .soxy-collection__results ul.products {
    width: calc(100% + 17px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-left: -17px;
  }

  .soxy-collection__results ul.products li.soxy-product-card {
    width: 100% !important;
    margin-bottom: 15px !important;
    padding-left: 17px;
  }

  .soxy-collection__results .soxy-product-card__title,
  .soxy-collection__results .soxy-product-card__price {
    font-size: 14.45px;
    line-height: 1.5;
  }

  .soxy-collection__results .soxy-product-card__title {
    letter-spacing: -0.025em;
  }

  .soxy-collection__results .soxy-product-card__link {
    padding-bottom: 3px;
  }

  .woocommerce .soxy-collection__results ul.products li.soxy-product-card .soxy-product-card__media img {
    margin-bottom: 0;
  }

  .soxy-filter-open {
    position: absolute;
    top: 21px;
    left: 0;
    display: inline-flex;
    width: 170.5px;
    min-height: var(--soxy-control-height);
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
  }

  .soxy-filter-open > span[aria-hidden="true"] {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: center / 18px 18px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111111' stroke-linecap='round' stroke-width='1.25'%3E%3Cpath d='M4 7h3m4 0h9M4 17h9m4 0h3M7 4v6m10 4v6'/%3E%3C/svg%3E");
    font-size: 0;
  }

  .soxy-collection__toolbar .soxy-collection__count {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    text-align: center;
  }

  .soxy-product-gallery {
    grid-template-columns: 1fr;
  }

  .soxy-product-gallery__main {
    grid-column: 1;
  }

  .soxy-product-gallery__thumbs {
    display: flex;
    max-height: none;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }

  .soxy-product-gallery__thumb {
    flex: 0 0 72px;
  }

  .soxy-product-detail__summary {
    padding-top: 10px;
  }

  .soxy-product-features {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .soxy-collection__toolbar {
    gap: 12px;
  }

  .soxy-sort-form .form-select {
    min-width: 0;
    width: 156px;
    font-size: 12px;
  }

  .soxy-collection__description {
    margin-top: 56px;
  }

  .soxy-product-detail__top {
    margin-bottom: 42px;
  }

  .soxy-quick-shop-modal__body {
    padding: 0 17px 17px;
  }

  .soxy-gallery-lightbox__dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 50px 17px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .soxy-product-card__media img,
  .soxy-quick-shop-trigger,
  .soxy-filter-panel {
    transition: none;
  }

  .soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__media,
  .soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__title-animation,
  .soxy-js .soxy-home [data-soxy-reveal="hero"] .soxy-hero__cta-animation,
  .soxy-js .soxy-home [data-soxy-reveal="product"] img {
    opacity: 1;
    animation: none;
    transform: none;
  }

  .soxy-js .soxy-home [data-soxy-reveal="product"].outofstock img {
    opacity: 0.5;
  }
}

/* Product detail parity: source-sized crafted feature row and recommendations. */
.single-product .soxy-product-feature__media img {
  width: 500px;
  height: 500px;
  margin-left: 130.8px;
}

.single-product .related.products > h2 {
  display: block;
}

.single-product .product_tag-second-sale .related.products {
  display: none;
}

.single-product .soxy-commerce {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .single-product .product_tag-second-sale .soxy-product-detail__top {
    margin-bottom: 67px;
  }

  .single-product .soxy-product-features {
    margin-top: 147.2px;
    margin-bottom: 93.9px;
  }
}

@media (max-width: 991.98px) {
  .single-product .soxy-product-detail__gallery {
    width: calc(100% + 34px);
    max-width: none;
    margin-top: -20.8px;
    margin-left: -17px;
  }

  .single-product .soxy-product-detail__summary {
    margin-top: 13px;
  }

  .single-product .soxy-product-features {
    width: calc(100% + 34px);
    margin: 24px 0 25px -17px;
    padding-inline: 17px;
    gap: 73px;
  }

  .single-product .soxy-product-feature__media img {
    width: 356px;
    height: 356px;
    margin-left: 0;
  }

  .single-product .related.products {
    height: 277px;
    margin-top: 25px;
    margin-bottom: -20px;
  }

  .single-product .related.products > h2 {
    margin: 0 17px 32px;
    font-size: 23.8px;
    line-height: 1;
  }

  .woocommerce div.product form.cart .quantity,
  .woocommerce div.product form.cart .quantity button,
  .woocommerce div.product form.cart .quantity .qty {
    min-height: 45.2px;
    height: 45.2px;
  }

  .single-product .soxy-product-detail__summary .single_add_to_cart_button {
    min-height: 46.5px;
    margin-top: -12px;
  }

  .woocommerce div.product form.cart .quantity {
    margin-bottom: 3px;
  }

  .single-product .soxy-product-description {
    margin-top: 30px;
  }

	.single-product .product_tag-belts .soxy-product-description {
		min-height: 624px;
		margin-top: 26px;
	}

	.single-product .product_tag-belts .related.products {
		height: 363.9px;
	}

	.single-product .product_tag-belts .related.products ul.products {
		width: max-content;
		grid-template-columns: repeat(5, 152.09375px);
	}

	.single-product .product_tag-belts .related.products ul.products li.product {
		padding-left: 17px;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-description {
		min-height: 476.3px;
		margin-top: 30.5px;
	}

	.single-product .soxy-product-detail.product_tag-second-sale .soxy-product-description {
		min-height: 537.5px;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-features {
		margin-top: 16.3px;
		margin-bottom: -19.5px;
	}

	.single-product .soxy-product-detail.outofstock .soxy-product-detail__top {
		margin-bottom: 25.4px;
	}

	.single-product .soxy-product-detail.product_tag-second-sale .soxy-product-detail__top {
		margin-bottom: 25.1px;
	}

	.single-product .product_tag-bundle .soxy-product-description {
		min-height: 344.4px;
	}

	.single-product .product_tag-bundle .soxy-product-detail__top {
		margin-bottom: 25.2px;
	}

	.single-product .product_tag-bundle .related.products ul.products {
		width: max-content;
		grid-template-columns: repeat(5, 152.09375px);
	}

	.single-product .product_tag-bundle .related.products ul.products li.product {
		padding-left: 17px;
	}

  .single-product .soxy-product-detail__top {
    margin-bottom: 33px;
  }
}

@media (max-width: 767.98px) {
	.single-product .soxy-product-gallery__thumbs {
		display: none;
	}

	.single-product .soxy-product-gallery__dots {
		display: flex;
		grid-column: 1;
		min-height: 23.13px;
		align-items: center;
		justify-content: center;
		margin-top: 1.67px;
	}

	.single-product .soxy-product-gallery__dots span {
		display: flex;
		margin-inline: 5px;
		align-items: center;
	}

	.single-product .soxy-product-gallery__dot {
		width: 8px;
		height: 8px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #c6c6c6;
	}

	.single-product .soxy-product-gallery__dot.is-active {
		width: 12px;
		height: 12px;
		background: #444;
	}

	.single-product .soxy-product-gallery:not(.soxy-product-gallery--single) {
		row-gap: 0;
	}

	.single-product .soxy-product-gallery:not(.soxy-product-gallery--single) .soxy-product-gallery__main {
		width: 308px;
		margin-inline: auto;
	}

	.single-product .soxy-product-detail__top:has(.soxy-product-gallery:not(.soxy-product-gallery--single)) .soxy-product-detail__summary {
		margin-top: 18.6px;
	}
}

.soxy-action-link--cart {
  position: relative;
}

/* Filled cart follows the source storefront's sparse five-column layout. */
.woocommerce-cart .soxy-cart {
  min-height: 723px;
  padding: 75px 40px 0;
}

.soxy-cart__header {
  margin-bottom: 48px;
}

.woocommerce-cart .soxy-cart__header h1 {
  margin: 0 0 10px;
  font-size: 40px;
  line-height: 40px;
}

.soxy-cart__continue {
  display: inline-block;
  border-bottom: 1px solid var(--soxy-black);
  color: var(--soxy-black);
  line-height: 27.2px;
}

.woocommerce .soxy-cart__table {
  width: 100%;
  margin: 0;
  border-top: 0;
  table-layout: fixed;
}

.woocommerce .soxy-cart__table th {
  height: 44px;
  padding: 0 10px 15px;
  border-bottom: 1px solid var(--soxy-rule);
  font-weight: 400;
}

.woocommerce .soxy-cart__table td {
  height: 215px;
  padding: 28px 10px;
  vertical-align: middle;
}

.soxy-cart__table .product-thumbnail { width: 15%; }
.soxy-cart__table .product-name { width: 52%; }
.soxy-cart__table .product-price { width: 8%; text-align: right; }
.soxy-cart__table .product-quantity { width: 12%; text-align: center; }
.soxy-cart__table .product-subtotal { width: 13%; text-align: right; }

.woocommerce .soxy-cart__table .product-thumbnail img {
  width: 165px;
  max-width: 100%;
  height: auto;
}

.soxy-cart__table .product-name > a:first-child {
  color: var(--soxy-black);
  font-size: 13.6px;
  letter-spacing: 2.312px;
  text-transform: uppercase;
}

.woocommerce .soxy-cart__table a.remove.soxy-cart__remove {
  display: block;
  width: max-content;
  height: auto;
  margin-top: 4px;
  padding: 8px 14px;
  border: 1px solid var(--soxy-rule);
  border-radius: 0;
  color: var(--soxy-black) !important;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.62px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.woocommerce .soxy-cart__table a.remove.soxy-cart__remove:hover {
  background: var(--soxy-black);
  color: var(--soxy-white) !important;
}

.soxy-cart__table .quantity {
  display: block;
}

.soxy-cart__table .quantity button {
  display: none;
}

.woocommerce .soxy-cart__table .quantity .qty {
  width: 80px;
  height: 45px;
  min-height: 45px;
  margin: 0 auto;
  border: 1px solid var(--soxy-rule);
  border-radius: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .woocommerce .soxy-cart__table .quantity .qty {
    margin-right: auto;
    margin-left: 0;
    transform: translateX(-13.61px);
  }

  .woocommerce .soxy-cart__table a.remove.soxy-cart__remove {
    transform: translateY(-3.14px);
  }
}

.soxy-cart__bottom {
  margin: 0;
  padding-top: 17px;
}

.soxy-cart__bottom > * {
  padding: 0;
}

.soxy-cart__note {
  padding-right: 22px;
}

.soxy-cart__note label,
.soxy-cart__subtotal-row h2 {
  display: block;
  margin: 0 0 20px;
  font-family: var(--soxy-copy);
  font-size: 13.6px;
  font-weight: 400;
  line-height: 21.76px;
  letter-spacing: 2.312px;
  text-transform: uppercase;
}

.soxy-cart__note textarea {
  width: 100%;
  height: 80px;
  border: 1px solid var(--soxy-rule);
  border-radius: 0;
  resize: vertical;
}

.woocommerce-cart .cart-collaterals .soxy-cart__totals,
.soxy-cart__totals {
  padding: 0;
  border: 0;
}

.soxy-cart__subtotal-row {
  display: flex;
  justify-content: space-between;
}

.soxy-cart__subtotal-row strong {
  font-weight: 400;
}

.soxy-cart__checkout-note {
  margin: 0 0 20px;
  text-align: right;
}

.soxy-cart__total-actions {
  display: flex;
  justify-content: flex-end;
  gap: 19px;
}

@media (max-width: 767.98px) {
  .woocommerce-cart .soxy-cart {
    min-height: 0;
    padding: 25.78125px 17px 62px;
  }

  .woocommerce-cart .soxy-cart__header {
    margin-bottom: -21px;
  }

  .woocommerce-cart .soxy-cart__header h1 {
    font-size: 34px;
    line-height: 34px;
  }

  .woocommerce .soxy-cart__table {
    display: block;
    overflow: visible;
  }

  .woocommerce .soxy-cart__table thead {
    display: none;
  }

  .woocommerce .soxy-cart__table tbody,
  .woocommerce .soxy-cart__table tr,
  .woocommerce .soxy-cart__table td {
    display: block;
    width: 100%;
    overflow: visible;
  }

  .woocommerce .soxy-cart__table tr {
    position: relative;
    display: grid;
    height: 215px;
    grid-template-columns: 80px repeat(3, minmax(0, 1fr));
    grid-template-rows: 80px 115px;
    padding: 10px 0;
    border-bottom: 1px solid var(--soxy-rule);
    transform: none;
  }

  .woocommerce .soxy-cart__table tr td {
    align-self: stretch;
    width: auto !important;
    height: auto;
    padding: 0 !important;
    border: 0;
  }

  .woocommerce .soxy-cart__table tr td.product-thumbnail {
    display: block !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    text-align: left !important;
    transform: translateY(-24px);
  }

  .woocommerce .soxy-cart__table .product-thumbnail img {
    width: 76.25px;
  }

  .woocommerce .soxy-cart__table tr td.product-name {
    position: static !important;
    z-index: 5;
    grid-column: 2 / 5 !important;
    grid-row: 1 !important;
    text-align: left !important;
    transform: none;
  }

  .woocommerce .soxy-cart__table tr td.product-name > a:first-child {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 93px;
    display: block;
    width: 263px;
    color: #111 !important;
    font-size: 11.56px;
    line-height: 18.496px;
  }

  .woocommerce .soxy-cart__table tr td.product-name a.remove {
    position: absolute;
    z-index: 99;
    top: 37px;
    left: 93px;
    margin: 0;
  }

  .woocommerce .soxy-cart__table tr td.product-price {
    grid-column: 1 !important;
    grid-row: 2 !important;
    text-align: left !important;
    transform: translateY(-20px);
  }

  .woocommerce .soxy-cart__table tr td.product-quantity {
    grid-column: 2 / 4 !important;
    grid-row: 2 !important;
    text-align: center !important;
    transform: translateY(-20px);
  }

  .woocommerce .soxy-cart__table tr td.product-subtotal {
    grid-column: 4 !important;
    grid-row: 2 !important;
    text-align: right !important;
    transform: translateY(-20px);
  }

  .woocommerce .soxy-cart__table .product-thumbnail::before,
  .woocommerce .soxy-cart__table .product-name::before {
    display: none !important;
  }

  .woocommerce .soxy-cart__table tr td.product-price::before,
  .woocommerce .soxy-cart__table tr td.product-quantity::before,
  .woocommerce .soxy-cart__table tr td.product-subtotal::before {
    display: block;
    float: none !important;
    width: auto !important;
    margin-bottom: 1px;
    font-size: 13.6px;
    font-weight: 400;
    letter-spacing: 2.312px;
    text-transform: uppercase;
  }

  .woocommerce .soxy-cart__table .quantity .qty {
    width: 80px;
    margin-left: 30px;
  }

  .soxy-cart__bottom {
    --bs-gutter-y: 0;
    gap: 0;
    margin-top: -6px;
    padding-top: 3px;
  }

  .soxy-cart__note {
    padding-right: 0;
  }

  .soxy-cart__note textarea {
    height: 60px;
    min-height: 0;
  }

  .soxy-cart__note label {
    margin-bottom: 16px;
  }

  .soxy-cart__bottom > :last-child {
    margin-top: 3px;
  }

  .soxy-cart__subtotal-row h2,
  .soxy-cart__checkout-note {
    margin-bottom: 0;
  }

  .woocommerce .soxy-cart__checkout-note {
    position: relative;
    top: -16px;
    font-size: 12.6px;
    line-height: 20.16px;
    letter-spacing: -0.315px;
    text-align: center !important;
    white-space: nowrap;
  }

  .soxy-cart__total-actions {
    display: grid;
    grid-template-columns: 142.14px 123.86px;
    justify-content: center;
    gap: 3.44px;
    transform: translateY(6px);
  }

  .woocommerce .soxy-cart__total-actions .button {
    display: inline-flex !important;
    width: 100% !important;
    height: 35.61px;
    min-height: 0;
    padding: 8px 20px;
    font-size: 11px !important;
    line-height: 15.62px;
  }
}

.soxy-cart-indicator {
  display: none;
  position: absolute;
  right: 7px;
  bottom: 5px;
  width: 11px;
  height: 11px;
  border: 1px solid var(--soxy-white);
  border-radius: 50%;
  background: #ff4b3e;
  pointer-events: none;
}

.soxy-cart-indicator.is-visible {
  display: block;
}

@media (max-width: 991.98px) {
  .soxy-cart-indicator {
    right: 7px;
    bottom: 5px;
  }
}

/* Shoe collection parity: preserve the source image geometry and row rhythm. */
:is(body.term-mens-shoes, body.term-shoes).woocommerce .soxy-collection__results ul.products li.soxy-product-card .soxy-product-card__media img {
  aspect-ratio: 1991 / 544;
}

:is(body.term-mens-shoes, body.term-shoes).woocommerce .soxy-collection__results ul.products li.soxy-product-card:nth-child(-n+25) .soxy-product-card__media img {
  aspect-ratio: 683 / 1000;
}

:is(body.term-mens-shoes, body.term-shoes).woocommerce .soxy-collection__results ul.products li.soxy-product-card:nth-child(32) .soxy-product-card__media img,
:is(body.term-mens-shoes, body.term-shoes).woocommerce .soxy-collection__results ul.products li.soxy-product-card:nth-child(n+34):nth-child(-n+37) .soxy-product-card__media img {
  aspect-ratio: 1991 / 816;
}

/* Source collection prose is previewed and expands on demand. */
.soxy-collection__description {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.soxy-collection__description-copy {
  position: relative;
  max-height: 172px;
  overflow: hidden;
  text-align: left;
}

.soxy-collection__description-copy::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 82%);
  content: "";
  pointer-events: none;
}

.soxy-collection__description-toggle {
  display: table;
  min-width: 167.9px;
  min-height: 42.5px;
  margin: 38px auto 0;
  padding: 0 22px;
  border: 0;
  background: var(--soxy-green);
  color: var(--soxy-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.soxy-collection__description.is-expanded .soxy-collection__description-copy {
  max-height: none;
}

.soxy-collection__description.is-expanded .soxy-collection__description-copy::after {
  display: none;
}

@media (min-width: 992px) {
  body.term-best-socks .soxy-collection__form {
    height: 770.9px;
  }

  body.term-best-socks .soxy-collection__description {
    width: 1083.6px;
    margin-left: 276.4px !important;
    margin-top: 0;
    padding-bottom: 40px;
  }

  body.term-best-socks .soxy-collection__description h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 991.98px) {
  .soxy-collection__description-copy {
    max-height: 215.5px;
  }

  .soxy-collection__description-toggle {
    min-width: 142.5px;
    min-height: 35.6px;
    margin-top: 22px;
    font-size: 11px;
  }

  body.term-best-socks .soxy-collection__description {
    margin-top: 0;
    padding-bottom: 20px;
  }

  body.term-best-socks .soxy-collection__description h2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 34px;
  }

  body.term-best-socks .soxy-collection__description-copy {
    max-height: 200px;
  }

  body.term-best-socks .soxy-collection__description-toggle {
    margin-top: 14.5px;
  }
}

@media (min-width: 992px) {
  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+26):nth-child(-n+30) {
    min-height: 383.2px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+31):nth-child(-n+35) {
    min-height: 273.8px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+36):nth-child(-n+40) {
    min-height: 274.3px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+41) {
    min-height: 224.5px;
  }
}

@media (max-width: 991.98px) {
  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+27):nth-child(-n+30) {
    min-height: 332.2px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+31):nth-child(-n+32) {
    min-height: 226.8px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+33):nth-child(-n+34) {
    min-height: 239.1px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+35):nth-child(-n+36) {
    min-height: 224.5px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+37):nth-child(-n+38) {
    min-height: 239.5px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(n+39):nth-child(-n+42) {
    min-height: 218.7px;
  }

  :is(body.term-mens-shoes, body.term-shoes) .soxy-product-card:nth-child(43) {
    min-height: 201px;
  }
}

@media (min-width: 992px) {
  body.term-mens-socks .soxy-collection__description {
    width: 1083.6px;
    margin-top: 0;
    margin-left: 276.4px !important;
    padding-bottom: 42px;
  }

  body.term-mens-socks .soxy-collection__description-copy {
    max-height: 200px;
  }

body.term-mens-socks .soxy-collection__description-toggle {
    margin-top: 15px;
  }
}

/* Source quantity geometry: full-width input with overlaid edge controls. */
.soxy-product-detail__summary form.cart .quantity {
	position: relative;
	display: block;
	width: 100px;
	height: 45.2px;
	min-height: 45.2px;
	border: 0;
}

.soxy-product-detail__summary form.cart .quantity input.qty {
	width: 100px;
	max-width: 100px;
	height: 45.2px;
	min-height: 45.2px;
	padding: 8px 25px !important;
	background: transparent !important;
	font-size: 17px !important;
	line-height: 27.2px !important;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid var(--soxy-rule);
	border-radius: 0;
	appearance: textfield;
}

.soxy-product-detail__summary form.cart .quantity input.qty::-webkit-inner-spin-button,
.soxy-product-detail__summary form.cart .quantity input.qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.soxy-product-detail__summary form.cart .quantity .soxy-quantity-button {
	top: 0;
	width: 21px !important;
	height: 45.2px;
	min-height: 45.2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	font-size: 14px;
	line-height: 1;
}

.soxy-product-detail__summary form.cart .quantity .soxy-quantity-button:hover {
	background: rgba(0, 0, 0, 0.04);
}

@media (max-width: 767.98px) {
	.soxy-product-detail__summary form.cart .quantity,
	.soxy-product-detail__summary form.cart .quantity input.qty {
		height: 43.6px !important;
		min-height: 43.6px !important;
		font-size: 16px !important;
		line-height: 25.6px !important;
	}

	.soxy-product-detail__summary form.cart .quantity .soxy-quantity-button {
		height: 43.6px !important;
		min-height: 43.6px !important;
	}
}

@media (min-width: 992px) {
  body.term-shoes .soxy-product-card:nth-child(n+31):nth-child(-n+35) {
    min-height: 300.8px;
  }
}

@media (max-width: 991.98px) {
  body.term-shoes .soxy-product-card:nth-child(n+27):nth-child(-n+30) {
    min-height: 344.2px;
  }
}

@media (max-width: 991.98px) {
  body.term-mens-socks .soxy-collection__description {
    margin-top: 1px;
    padding-bottom: 20px;
  }

  body.term-mens-socks .soxy-collection__description h2 {
    margin-bottom: 7.5px;
    font-size: 34px;
    line-height: 34px;
  }

  body.term-mens-socks .soxy-collection__description-copy {
    max-height: 200px;
  }

  body.term-mens-socks .soxy-collection__description-toggle {
    margin-top: 15px;
  }
}

/* Homepage: the source uses separate navigation, category and grid breakpoints. */
@media (min-width: 769px) {
  .home .soxy-container {
    padding-inline: 40px;
  }

  .home .soxy-hero + .soxy-brand-copy {
    padding-block: 75px;
  }

  .home .soxy-hero + .soxy-brand-copy .soxy-brand-copy__inner {
    width: calc(75% - 65.5px);
    max-width: 1059.5px;
    padding-inline: 0;
    margin-inline: auto;
  }

  .home .soxy-hero + .soxy-brand-copy .soxy-brand-copy__body p {
    font-size: 22.1px;
    line-height: 1.6;
  }

  .home .soxy-footer {
    padding-block: 60px;
    overflow: visible;
  }

  .home .soxy-footer .row {
    align-items: start;
  }

  .home .soxy-footer .col-md-4:nth-child(3) {
    padding-right: 60px;
  }

  .home .soxy-footer .col-12,
  .home .soxy-footer .col-12 + .col-12 {
    margin-top: 0;
    padding-top: 0;
  }

  .home .soxy-footer .soxy-menu--footer {
    margin-bottom: 3.6125px;
  }

  .home .soxy-footer .col-12 + .col-12::before,
  .home .soxy-newsletter-toggle::after {
    display: none;
  }

  .home.soxy-js .soxy-newsletter .soxy-newsletter-content {
    max-height: none;
    padding-bottom: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }

  .home.soxy-js .soxy-footer .soxy-social {
    display: flex;
  }

  .home .soxy-footer .soxy-newsletter-toggle {
    padding: 0;
  }

  .home .soxy-footer .soxy-newsletter .widget-title {
    margin-bottom: 20px;
    font-size: 13.6px;
    line-height: 1.6;
  }

  .home .soxy-footer .soxy-payment-badges {
    min-height: 40px;
    margin-top: 33px;
  }

  .home .soxy-footer .soxy-payment-badges img {
    width: auto;
    height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 959px) {
  .home .soxy-footer .row {
    grid-template-columns: 50% 50%;
  }

  .home .soxy-footer .col-12,
  .home .soxy-footer .col-12 + .col-12 {
    padding-top: 40px;
  }
}

@media (min-width: 769px) and (max-width: 991.98px) {
  .home .soxy-header .d-lg-block {
    display: block !important;
  }

  .home .soxy-header .d-lg-none {
    display: none !important;
  }

  .home .soxy-main-nav {
    min-height: 97px;
  }

  .home .soxy-brand {
    position: static;
    transform: translateY(4px);
  }

  .home .soxy-brand .custom-logo {
    width: 100px;
    height: 35px;
    max-width: 100px;
    max-height: 35px;
  }

  .home .soxy-actions {
    gap: 4px !important;
    transform: translateX(12px);
  }

  .home .soxy-actions a:first-child {
    display: flex;
  }

  .home .soxy-actions .soxy-action-link {
    width: 52px;
    height: 44px;
    margin-left: 0;
  }

  .home .soxy-actions .soxy-action-glyph {
    width: 28px;
    height: 28px;
    transform: translateY(1.140625px);
  }

  .home .soxy-action-link--account .soxy-action-glyph {
    transform: translateY(2.140625px);
  }
}

@media (max-width: 768px) {
  .home .soxy-footer {
    padding-bottom: 15px;
  }

  .home .soxy-footer .row {
    width: calc(100% + 17px);
    margin: 0 0 0 -17px;
  }

  .home .soxy-footer .col-12 {
    width: 100%;
    padding: 22.5px 0 24.609375px 17px;
  }

  .home .soxy-footer .col-12 + .col-12 {
    margin-top: 0;
    padding: 15px 0 24.609375px 17px;
  }

  .home .soxy-footer .col-12:nth-child(3) {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .home .soxy-footer .col-12 + .col-12::before {
    top: -5px;
    right: 0;
  }

  .home .soxy-footer .soxy-payment-badges {
    margin-top: 0;
  }

  .home .soxy-menu--footer li + li {
    margin-top: 3.6125px;
  }

  .home .soxy-hero + .soxy-brand-copy {
    padding-block: 25.5px 5.609375px;
  }

  .home .soxy-hero + .soxy-brand-copy .soxy-brand-copy__body p {
    font-size: 18.785px;
    line-height: 1.6;
  }
}

.home .soxy-editorial-banner__card {
  border-style: solid;
  outline: 2px solid #111;
  outline-offset: -10px;
}

@media (max-width: 768px) {
  .home .soxy-editorial-banner__card {
    outline-width: 1px;
    outline-offset: -7px;
  }

  .home .soxy-editorial-banner {
    min-height: 0;
  }

  .home .soxy-editorial-banner .soxy-editorial-banner__content {
    min-height: 0;
    padding-top: 234px;
  }
}

@media (max-width: 1008px) {
  .home .soxy-hero {
    display: none;
  }
}

@media (min-width: 545px) and (max-width: 991.98px) {
  .soxy-footer .soxy-payment-badges {
    min-height: 40px;
  }

  .soxy-footer .soxy-payment-badges img {
    width: auto;
    height: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1007px) {
  .home .soxy-menu--primary > li > a {
    padding-inline: 7.5px;
  }
}

.soxy-footer .soxy-social-link svg [fill="#444"] {
  fill: currentColor;
}

.soxy-footer .soxy-social-link svg [stroke="#444"] {
  stroke: currentColor;
}

.soxy-newsletter-form button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
}
