/*
 Theme Name:   Styro
 Theme URI:    https://thismatters.agency
 Description:  Styro - child theme of GeneratePress
 Author:       this:matters
 Author URI:   https://thismatters.agency
 Template:     generatepress
 Text Domain:  styro
 Version:      0.5.2
*/
html, body {
  overflow-x: clip;
  max-width: 100%; }

body {
  min-height: 100vh;
  overscroll-behavior: none; }

p:last-child, table:last-child, ul:last-child, ol:last-child, dl:last-child, blockquote:last-child, address:last-child {
  margin-bottom: 0; }

address {
  font-style: normal; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  border-radius: 6px;
  outline: none;
  padding: 16px 24px;
  font-size: 16px; }
  @media (max-width: 1024px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    textarea,
    select {
      font-size: 16px; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
  line-height: 1; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 16px 24px calc(16px - 0.08em);
  border-radius: 6px;
  line-height: 1; }

table {
  border: none;
  margin-bottom: 24px;
  width: 100%;
  border-collapse: collapse; }
  table thead {
    border-bottom: 0 !important;
    background-color: var(--color-gray-lighter); }
    @media (max-width: 1024px) {
      table thead {
        display: none; } }
  table td,
  table th {
    border: none;
    padding: 24px;
    vertical-align: top;
    text-align: left; }
    @media (max-width: 1024px) {
      table td,
      table th {
        padding: 16px 24px; } }
    @media (max-width: 768px) {
      table td,
      table th {
        padding: 12px 16px; } }
  table tr:not(:last-child) th,
  table tr:not(:last-child) td {
    border-bottom: 1px solid var(--color-gray); }
  @media (max-width: 1024px) {
    table tr {
      display: block;
      margin-bottom: 16px;
      border: 1px solid var(--color-gray);
      border-radius: 4px;
      overflow: hidden; } }
  @media (max-width: 1024px) {
    table td {
      display: flex;
      gap: 16px;
      border-bottom: 1px solid var(--color-gray); }
      table td::before {
        content: attr(data-title);
        flex: 0 0 40%;
        font-weight: bold;
        color: var(--color-gray-dark); }
      table td:last-child {
        border-bottom: none; } }

fieldset legend {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: var(--gp-font--futura-lt-pro); }

.hidden {
  opacity: 0;
  visibility: hidden; }

.color-primary {
  color: var(--color-primary); }

.w-100 {
  width: 100% !important; }

@media (max-width: 768px) {
  .has-large-font-size {
    font-size: 14px !important; } }

.line-break-words {
  word-spacing: 100vw;
  overflow: hidden; }

.flex-row-break {
  flex-basis: 100%;
  height: 0; }
  @media (max-width: 1024px) {
    .flex-row-break {
      display: none; } }

.overflow-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (min-width: 2560px) {
  .no-sidebar .entry-content .alignfull {
    margin-left: calc(-2560px / 2 + 100% / 2);
    margin-right: calc(-2560px / 2 + 100% / 2);
    max-width: 2560px; } }

@media (max-width: 768px) {
  .site-header .header-image {
    width: 88px; } }

.inside-header {
  flex-direction: row;
  gap: 32px; }

.site-footer {
  margin-top: 48px; }
  @media screen and (max-width: 768px) {
    .site-footer {
      border-top: 1px solid var(--color-gray); } }

.single-product .site-content {
  padding-top: 16px; }

.archive .site-content,
.search .site-content,
.styro-page-template-hero_no-hero .site-content {
  padding-top: 32px; }

.blog .site-content {
  background-color: var(--color-gray-light); }

.list-nav {
  margin-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .list-nav:last-child {
    margin-bottom: 0; }
  .list-nav:hover a {
    color: var(--color-gray-dark); }
  .list-nav_lg {
    gap: 12px; }
  .list-nav a {
    color: var(--color-black);
    text-decoration: none;
    display: block; }
    .list-nav a:hover {
      color: var(--color-black); }

.list-nav-toggle {
  padding: 0;
  position: absolute;
  right: 0;
  width: 24px;
  top: 0;
  height: 100%;
  border: none;
  background: transparent !important;
  z-index: 1;
  color: var(--color-black);
  display: none; }
  .list-nav-toggle:hover, .list-nav-toggle:focus {
    color: var(--color-primary); }
  @media screen and (max-width: 768px) {
    .list-nav-toggle {
      display: block; } }
  .list-nav-toggle[aria-expanded="true"] svg path:last-child {
    opacity: 0; }

.list-nav-title {
  text-transform: uppercase;
  position: relative; }
  @media screen and (max-width: 768px) {
    .list-nav-title {
      padding: 16px 0 calc(16px - 0.2em);
      margin: 0 !important; } }
  @media screen and (max-width: 768px) {
    .list-nav-title::before {
      content: "";
      position: absolute;
      left: -16px;
      right: -16px;
      top: 0;
      border-top: 1px solid var(--color-gray);
      background-color: var(--color-gray); } }
  .list-nav-title a {
    color: var(--color-black);
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .list-nav-title a {
        padding: 16px 0 calc(16px - 0.2em);
        margin: -16px 0 calc(-16px + 0.2em);
        display: block; } }
  @media screen and (max-width: 768px) {
    .list-nav-title + * {
      transition: all 0.3s ease;
      overflow: hidden;
      max-height: 0; } }
  @media screen and (max-width: 768px) {
    .list-nav-title + *[aria-hidden="false"] {
      margin-bottom: 16px; } }

.button {
  white-space: nowrap;
  border: 1px solid var(--color-black);
  line-height: 1; }

.newsletter-form .newsletter-form__field {
  background-color: var(--color-gray-dark);
  color: var(--color-white);
  border-color: var(--color-gray-dark);
  height: 100%; }
  .newsletter-form .newsletter-form__field:focus {
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black); }
  .newsletter-form .newsletter-form__field::placeholder {
    opacity: 1;
    color: var(--color-white); }
  .newsletter-form .newsletter-form__field_email {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M22 7L13.009 12.727C12.7039 12.9042 12.3573 12.9976 12.0045 12.9976C11.6517 12.9976 11.3051 12.9042 11 12.727L2 7" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 4H4C2.89543 4 2 4.89543 2 6V18C2 19.1046 2.89543 20 4 20H20C21.1046 20 22 19.1046 22 18V6C22 4.89543 21.1046 4 20 4Z" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: left 24px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 72px;
    padding-right: 0; }
    @media screen and (max-width: 768px) {
      .newsletter-form .newsletter-form__field_email {
        padding-left: 64px;
        font-size: 14px; } }
.newsletter-form .newsletter-form__submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  height: 100%;
  background-color: var(--color-gray-dark);
  border-color: var(--color-gray-dark);
  text-align: right; }

.search-form {
  display: flex;
  flex-grow: 1;
  max-width: 320px; }
  @media (max-width: 1024px) {
    .search-form {
      flex-grow: 0; } }
  .search-form__btn {
    background-color: var(--color-gray-light) !important;
    color: var(--color-black) !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px 12px;
    order: -1;
    display: flex;
    display: none; }
    @media (max-width: 1024px) {
      .search-form__btn {
        padding: 0;
        background-color: transparent !important; } }
    .search-form__btn svg {
      width: 24px;
      height: 24px;
      top: 0; }
  .search-form__field {
    padding: 8px 12px 8px 48px !important;
    font-size: 16px !important;
    flex-grow: 1;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: none;"><path d="M21 21L16.66 16.66" stroke="%23565656" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z" stroke="%23565656" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 24px 24px; }
    @media (max-width: 1024px) {
      .search-form__field {
        display: none; } }
    .search-form__field:focus ~ .search-form__btn {
      background-color: var(--color-gray-lighter); }

.ais-Hits-list {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px; }

.ais-Hits-item .woocommerce-loop-product {
  height: 100%; }
.ais-Hits-item .hit-variant {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px; }

.ais-cta-container {
  margin-top: 48px;
  text-align: center; }

.scrolling-text {
  overflow: hidden;
  display: flex; }
  .scrolling-text > div {
    animation: text-carousel 32s linear infinite;
    display: flex;
    padding-left: 96px; }
    .scrolling-text > div > a,
    .scrolling-text > div > span {
      padding-left: 48px;
      padding-right: 48px; }
      .scrolling-text > div > a:first-child,
      .scrolling-text > div > span:first-child {
        padding-left: 0; }
      .scrolling-text > div > a:last-child,
      .scrolling-text > div > span:last-child {
        padding-right: 0; }

@keyframes text-carousel {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.wsf-invalid-feedback {
  color: var(--color-danger);
  font-size: 14px;
  position: absolute;
  margin-top: 4px; }

.wsf-button-full,
.wsf-field {
  width: 100%; }

.breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px; }
  .breadcrumbs:hover a {
    color: var(--color-gray-dark); }
  .breadcrumbs__separator {
    height: 8px;
    width: 4px;
    margin-left: 8px;
    margin-right: 8px; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover {
      color: var(--color-black) !important; }

.styro .noUi-handle {
  border-radius: 50%;
  border: none;
  background: var(--color-black); }
.styro .noUi-horizontal {
  cursor: pointer;
  height: 3px; }
  .styro .noUi-horizontal .noUi-handle {
    cursor: pointer;
    width: 28px;
    height: 28px;
    top: -12px;
    right: -14px; }
.styro .noUi-target {
  background: var(--color-gray-light);
  border-radius: 0;
  border: none;
  padding: 0 14px; }
.styro .noUi-connect {
  background: var(--color-black); }

.generate-columns-container {
  margin-bottom: -48px !important; }
  @media (max-width: 1025px) {
    .generate-columns-container {
      margin-bottom: -24px !important;
      margin-left: -24px; } }
  @media (max-width: 767px) {
    .generate-columns-container {
      margin-bottom: -16px !important;
      margin-left: -16px; } }

.generate-columns {
  padding-bottom: 0 !important; }
  @media (max-width: 1025px) {
    .generate-columns {
      margin-bottom: 24px;
      padding-left: 24px; } }
  @media (max-width: 767px) {
    .generate-columns {
      margin-bottom: 16px;
      padding-left: 16px; } }

.one-container.archive
.post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
  padding-bottom: 0; }

.panel {
  padding: 24px;
  background-color: var(--color-gray-lighter);
  border-radius: 12px; }
  .panel__title {
    font-size: 18px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-gray);
    text-transform: uppercase; }

.wp-block-file a {
  color: currentColor;
  text-decoration: none;
  position: relative;
  padding-left: 36px;
  font-size: 18px; }
  @media (max-width: 768px) {
    .wp-block-file a {
      padding-left: 28px;
      font-size: 14px; } }
  .wp-block-file a::before {
    content: "";
    transition: all 0.24s ease;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -0.2em;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 15V3" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 10L12 15L17 10" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M12 15V3" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M21 15V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V15" stroke="black" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 10L12 15L17 10" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain; }
    @media (max-width: 768px) {
      .wp-block-file a::before {
        width: 20px;
        height: 20px; } }
  .wp-block-file a:hover {
    color: var(--color-black); }

.wp-block-post-terms {
  display: flex;
  column-gap: 16px;
  row-gap: 8px; }
  .wp-block-post-terms__separator {
    display: none; }
  .wp-block-post-terms a[rel="tag"] {
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600; }
  .wp-block-post-terms.has-color-black-color a[rel="tag"] {
    background-color: var(--color-gray-light); }
    .wp-block-post-terms.has-color-black-color a[rel="tag"]:hover {
      background-color: var(--color-white); }

.woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .woocommerce-mini-cart:hover {
    color: var(--color-gray-dark); }
  .woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--color-gray); }
  .woocommerce-mini-cart__buttons {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .woocommerce-mini-cart__buttons .button {
      padding: 16px 24px calc(16px - 0.08em); }
      .woocommerce-mini-cart__buttons .button:not(.checkout) {
        background-color: var(--color-white);
        color: var(--color-black); }
        .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
          background-color: var(--color-black);
          color: var(--color-white); }

.woocommerce-mini-cart-item {
  display: flex;
  gap: 16px; }
  .woocommerce-mini-cart-item:hover {
    color: var(--color-black); }
  .woocommerce-mini-cart-item img {
    width: 96px;
    display: block; }
  .woocommerce-mini-cart-item .remove_from_cart_button {
    order: 9;
    margin-left: auto;
    text-decoration: none;
    color: var(--color-gray-dark); }
    .woocommerce-mini-cart-item .remove_from_cart_button:hover {
      color: var(--color-danger); }
  .woocommerce-mini-cart-item .quantity {
    margin-bottom: 8px; }
  .woocommerce-mini-cart-item__price {
    font-weight: 700;
    margin-top: auto; }
  .woocommerce-mini-cart-item__info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    color: inherit !important; }

.woocommerce-products-header__title {
  font-size: 24px;
  font-weight: normal;
  font-family: inherit;
  margin-bottom: 23px; }

.woocommerce-loop-product {
  text-align: center;
  position: relative; }
  .woocommerce-loop-product__title {
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
    margin-bottom: 4px; }
  .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: var(--color-black);
    text-decoration: none; }
    .woocommerce-loop-product__link:focus {
      color: var(--color-primary); }
    .woocommerce-loop-product__link img {
      display: block;
      width: 100%;
      margin-bottom: 24px; }
    .woocommerce-loop-product__link .price {
      margin-top: auto; }
  .woocommerce-loop-product__attributes {
    margin-bottom: 4px; }

.woo-product-summary-grid {
  display: grid;
  align-items: flex-start;
  gap: 96px;
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 1024px) {
    .woo-product-summary-grid {
      gap: 48px; } }
  @media (max-width: 768px) {
    .woo-product-summary-grid {
      grid-template-columns: 1fr;
      gap: 24px; } }
  .woo-product-summary-grid .entry-summary {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 48px;
    padding-right: 96px; }
    @media (max-width: 1024px) {
      .woo-product-summary-grid .entry-summary {
        padding-right: 0;
        margin-top: 0; } }
    @media (max-width: 768px) {
      .woo-product-summary-grid .entry-summary {
        gap: 16px; } }
  .woo-product-summary-grid .entry-title {
    text-transform: uppercase; }
    .woo-product-summary-grid .entry-title small {
      font-size: 75%;
      line-height: 1.2;
      display: block; }
    .woo-product-summary-grid .entry-title mark {
      background-color: transparent;
      font-size: 24px;
      display: block;
      line-height: 1.5;
      color: var(--color-black); }
  .woo-product-summary-grid .price {
    font-size: 40px;
    margin: 0;
    line-height: 1; }
    @media (max-width: 768px) {
      .woo-product-summary-grid .price {
        font-size: 32px; } }
    .woo-product-summary-grid .price .woocommerce-price-suffix {
      font-size: 24px;
      display: inline; }
      @media (max-width: 768px) {
        .woo-product-summary-grid .price .woocommerce-price-suffix {
          font-size: 14px; } }
  .woo-product-summary-grid .variations {
    border-bottom: 1px solid var(--color-gray);
    position: relative;
    margin-bottom: 32px; }
    .woo-product-summary-grid .variations th, .woo-product-summary-grid .variations td {
      vertical-align: middle; }
      .woo-product-summary-grid .variations th:first-child, .woo-product-summary-grid .variations td:first-child {
        padding-left: 0; }
      .woo-product-summary-grid .variations th:last-child, .woo-product-summary-grid .variations td:last-child {
        padding-right: 0; }
      @media (max-width: 768px) {
        .woo-product-summary-grid .variations th, .woo-product-summary-grid .variations td {
          display: block;
          padding-left: 0;
          padding-right: 0; } }
    .woo-product-summary-grid .variations th {
      font-size: 14px;
      text-transform: uppercase;
      font-family: var(--gp-font--futura-lt-pro);
      font-weight: 700;
      width: 32%; }
      @media (max-width: 768px) {
        .woo-product-summary-grid .variations th {
          font-size: 12px;
          padding-bottom: 6px; } }
    @media (max-width: 768px) {
      .woo-product-summary-grid .variations td {
        padding-top: 6px; } }
    .woo-product-summary-grid .variations .value {
      text-align: right; }
      @media (max-width: 768px) {
        .woo-product-summary-grid .variations .value {
          text-align: left; } }
    .woo-product-summary-grid .variations .reset_variations {
      position: absolute;
      top: 100%;
      margin-top: 4px;
      right: 0;
      font-size: 14px; }
  .woo-product-summary-grid .cart:not(.variations_form),
  .woo-product-summary-grid .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 24px;
    flex-wrap: wrap; }

.woocommerce-product-gallery {
  position: sticky;
  top: 48px; }
  @media (max-width: 768px) {
    .woocommerce-product-gallery {
      position: relative;
      top: 0; } }
  .woocommerce-product-gallery__image img {
    display: block;
    width: 100%; }
  .woocommerce-product-gallery .flex-direction-nav {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 24px;
    right: 24px; }
  .woocommerce-product-gallery .flex-prev,
  .woocommerce-product-gallery .flex-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-black); }
    .woocommerce-product-gallery .flex-prev svg,
    .woocommerce-product-gallery .flex-next svg {
      display: block;
      height: 16px;
      width: 8px; }
  .woocommerce-product-gallery .flex-control-nav {
    height: 48px;
    align-items: center;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 12px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    max-width: calc(100% - 192px); }
    .woocommerce-product-gallery .flex-control-nav:has(li:nth-child(7)) {
      display: none; }
    .woocommerce-product-gallery .flex-control-nav a {
      display: block;
      width: 10px;
      height: 10px;
      font-size: 0;
      background-color: var(--color-gray);
      border-radius: 50%; }
      .woocommerce-product-gallery .flex-control-nav a:hover {
        background-color: var(--color-black); }
      .woocommerce-product-gallery .flex-control-nav a.flex-active {
        background-color: var(--color-black);
        width: 16px;
        height: 16px; }

.woocommerce-product-quantity {
  display: flex;
  border: 1px solid var(--color-gray-light);
  border-radius: 6px;
  overflow: hidden; }
  .woocommerce-product-quantity:hover {
    color: var(--color-gray-dark); }
  .woocommerce-product-quantity__btn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--color-white);
    color: inherit; }
    @media (max-width: 768px) {
      .woocommerce-product-quantity__btn {
        padding-left: 16px;
        padding-right: 16px; } }
    .woocommerce-product-quantity__btn:hover, .woocommerce-product-quantity__btn:focus {
      background-color: var(--color-white);
      color: var(--color-black); }
    .woocommerce-product-quantity__btn svg {
      display: block;
      width: 24px;
      height: 24px; }
  .woocommerce-product-quantity .qty {
    background-color: var(--color-white) !important;
    border-radius: 0;
    border: none;
    text-align: center;
    height: 100%;
    width: 48px;
    padding-left: 8px;
    padding-right: 8px; }
    .woocommerce-product-quantity .qty::-webkit-outer-spin-button, .woocommerce-product-quantity .qty::-webkit-inner-spin-button {
      -webkit-appearance: none; }

.woo-product-description {
  margin-top: 120px;
  margin-bottom: 120px; }
  @media (max-width: 1024px) {
    .woo-product-description {
      margin-top: 96px;
      margin-bottom: 96px; } }
  @media (max-width: 768px) {
    .woo-product-description {
      margin-top: 48px;
      margin-bottom: 48px; } }

.product-subcategories,
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  column-gap: 16px;
  list-style: none;
  row-gap: 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--gp-font--futura-lt-pro);
  color: var(--color-gray-dark); }
  .product-subcategories a,
  .woocommerce-MyAccount-navigation ul a {
    color: inherit;
    text-decoration: none; }
    .product-subcategories a.is-active, .product-subcategories a:hover,
    .woocommerce-MyAccount-navigation ul a.is-active,
    .woocommerce-MyAccount-navigation ul a:hover {
      color: var(--color-black); }

.woocommerce-MyAccount-navigation {
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 48px;
  padding-bottom: 24px; }

h1 + .page .woocommerce-MyAccount-navigation:first-child {
  margin-top: -24px; }

.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-left: auto; }
.woocommerce-MyAccount-navigation-link.is-active a {
  color: var(--color-black); }

.woocommerce-variation {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  height: auto !important; }
  .woocommerce-variation:has(.woocommerce-variation-price:not(:empty)):not([style]) + .price, .woocommerce-variation:has(.woocommerce-variation-price:not(:empty))[style=""] + .price, .woocommerce-variation:has(.woocommerce-variation-price:not(:empty))[style*="height"] + .price {
    display: none; }
  .woocommerce-variation + .price {
    margin-top: 32px;
    margin-bottom: 32px; }

.woocommerce-variation-availability {
  display: none; }

.term-description {
  font-size: 14px;
  margin-top: 72px;
  color: var(--color-gray-dark); }
  @media (max-width: 1024px) {
    .term-description {
      margin-top: 64px; } }
  @media (max-width: 768px) {
    .term-description {
      margin-top: 32px;
      font-size: 12px; } }

.woo-color-swatches {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap; }
  .woo-color-swatches_expanded {
    gap: 4px; }
    .woo-color-swatches_expanded .woo-swatch {
      width: 24px;
      height: 24px;
      margin: 2px; }
  .woo-color-swatches + select {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -9999px; }

.woo-swatch {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  margin: 4px; }
  .woo-swatch::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.12); }
  .woo-swatch__inner {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--swatch); }
  .woo-swatch input {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
    .woo-swatch input:checked + .woo-swatch__inner {
      outline: 2px solid var(--swatch);
      outline-offset: 2px; }
    .woo-swatch input:disabled + .woo-swatch__inner {
      opacity: 0.32;
      cursor: not-allowed; }

.woo-attrs-grid {
  column-gap: 48px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 16px; }
  @media (max-width: 767px) {
    .woo-attrs-grid {
      grid-template-columns: 1fr; } }
  .woo-attrs-grid__attr-label {
    color: var(--color-gray-dark);
    font-family: var(--gp-font--futura-lt-pro);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase; }

.woocommerce-account .account-button {
  color: var(--color-primary); }
.woocommerce-account .button {
  padding: 16px 24px calc(16px - 0.08em); }
.woocommerce-account .u-columns h2 {
  font-size: 24px;
  text-transform: uppercase; }
.woocommerce-account .woocommerce-privacy-policy-text {
  margin-bottom: 16px; }

.woocommerce-form-login__rememberme {
  cursor: pointer;
  display: block;
  margin-bottom: 16px; }

.woocommerce-notices-wrapper:not(:last-child):not(:empty) {
  margin-bottom: 48px; }

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background: var(--color-gray-lighter);
  padding: 24px;
  align-items: center;
  display: flex;
  gap: 16px;
  border-left: 4px solid var(--color-info);
  outline: none;
  margin-left: 0;
  list-style: none;
  width: 100%; }
  .woocommerce-info .button,
  .woocommerce-message .button,
  .woocommerce-error .button {
    transition: all 0.24s ease-in-out;
    margin-left: auto;
    padding: 0;
    text-transform: none;
    background: none;
    color: var(--color-primary);
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    border: none;
    border-radius: 0;
    text-decoration: underline; }
    .woocommerce-info .button:hover, .woocommerce-info .button:focus,
    .woocommerce-message .button:hover,
    .woocommerce-message .button:focus,
    .woocommerce-error .button:hover,
    .woocommerce-error .button:focus {
      background: none;
      text-decoration: none; }

.woocommerce-message {
  border-color: var(--color-success); }

.woocommerce-error {
  border-color: var(--color-danger); }

.wc-empty-cart-message {
  margin-bottom: 48px; }

.woocommerce-form-row .woocommerce-Input,
div.woocommerce form .form-row .woocommerce-Input {
  width: 100%; }
.woocommerce-form-row .password-input,
div.woocommerce form .form-row .password-input {
  display: flex;
  gap: 16px; }
  .woocommerce-form-row .password-input .show-password-input,
  div.woocommerce form .form-row .password-input .show-password-input {
    color: var(--color-gray-dark);
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="13" r="2" stroke="black" stroke-linejoin="round"/><path d="M12 7.5C7.69517 7.5 4.47617 11.0833 3.39473 12.4653C3.14595 12.7832 3.14595 13.2168 3.39473 13.5347C4.47617 14.9167 7.69517 18.5 12 18.5C16.3048 18.5 19.5238 14.9167 20.6053 13.5347C20.8541 13.2168 20.8541 12.7832 20.6053 12.4653C19.5238 11.0833 16.3048 7.5 12 7.5Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/32px;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"><circle cx="12" cy="13" r="2" stroke="black" stroke-linejoin="round"/><path d="M12 7.5C7.69517 7.5 4.47617 11.0833 3.39473 12.4653C3.14595 12.7832 3.14595 13.2168 3.39473 13.5347C4.47617 14.9167 7.69517 18.5 12 18.5C16.3048 18.5 19.5238 14.9167 20.6053 13.5347C20.8541 13.2168 20.8541 12.7832 20.6053 12.4653C19.5238 11.0833 16.3048 7.5 12 7.5Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/32px; }
    .woocommerce-form-row .password-input .show-password-input:hover,
    div.woocommerce form .form-row .password-input .show-password-input:hover {
      color: var(--color-black); }
.woocommerce-form-row label,
div.woocommerce form .form-row label {
  display: block;
  font-size: 14px;
  font-family: var(--gp-font--futura-lt-pro);
  text-transform: uppercase;
  margin-bottom: 4px;
  color: var(--color-gray-dark); }
  .woocommerce-form-row label abbr,
  div.woocommerce form .form-row label abbr {
    cursor: default;
    border-bottom: none;
    pointer-events: none;
    text-decoration: none; }

.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px; }
  @media (max-width: 768px) {
    .woocommerce-EditAccountForm {
      grid-template-columns: 1fr; } }
  .woocommerce-EditAccountForm .clear {
    display: none; }
    .woocommerce-EditAccountForm .clear + p:last-child {
      grid-column: span 2; }
      @media (max-width: 768px) {
        .woocommerce-EditAccountForm .clear + p:last-child {
          grid-column: span 1; } }
  .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 0; }
  .woocommerce-EditAccountForm fieldset {
    margin-bottom: 16px; }
    @media (max-width: 768px) {
      .woocommerce-EditAccountForm fieldset {
        margin-bottom: 0; } }
    .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
      margin-bottom: 32px; }
      .woocommerce-EditAccountForm fieldset .woocommerce-form-row:last-child {
        margin-bottom: 0; }

.woocommerce-orders-table td, .woocommerce-orders-table th {
  vertical-align: middle; }
.woocommerce-orders-table__header-order-actions {
  text-align: right !important; }
  @media (max-width: 1024px) {
    .woocommerce-orders-table__header-order-actions {
      text-align: left !important; } }
.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 16px;
  justify-content: flex-end; }
  @media (max-width: 1024px) {
    .woocommerce-orders-table__cell-order-actions {
      justify-content: flex-start;
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .woocommerce-orders-table__cell-order-actions::before {
      flex-basis: 100%; } }
.woocommerce-orders-table .button.view, .woocommerce-orders-table .button.pay {
  background-color: var(--color-white);
  color: var(--color-black); }
  .woocommerce-orders-table .button.view:hover, .woocommerce-orders-table .button.view:focus, .woocommerce-orders-table .button.pay:hover, .woocommerce-orders-table .button.pay:focus {
    background-color: var(--color-black);
    color: var(--color-white); }
@media (max-width: 1024px) {
  .woocommerce-orders-table .button {
    flex-grow: 1; } }

.woocommerce-cart .cart-button {
  color: var(--color-primary); }

.u-columns {
  display: grid;
  column-gap: 48px; }
  .u-columns.col2-set {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (max-width: 768px) {
      .u-columns.col2-set {
        grid-template-columns: 1fr; } }

.order-view__header {
  display: flex;
  margin-bottom: 48px;
  gap: 16px 24px;
  text-transform: uppercase;
  color: var(--color-gray); }
.order-view__layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start; }
  @media (max-width: 1024px) {
    .order-view__layout {
      gap: 32px; } }
  @media (max-width: 768px) {
    .order-view__layout {
      grid-template-columns: 1fr;
      gap: 24px; } }
.order-view__section-label {
  padding-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-gray);
  margin: 0;
  text-transform: uppercase; }
.order-view__items, .order-view__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px; }
.order-view__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }

.order-items {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-gray); }
  .order-items__item {
    display: grid;
    grid-template-columns: 112px 1fr auto auto;
    gap: 24px;
    margin-bottom: 24px; }
  .order-items__image {
    width: 112px;
    height: 112px;
    background: var(--color-gray-lighter); }
    .order-items__image img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .order-items__details {
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .order-items__name {
    font-weight: 500; }
  .order-items__meta {
    font-size: 14px;
    color: var(--color-gray);
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .order-items__meta-label {
    color: var(--color-gray); }
  .order-items__meta-value {
    color: var(--color-gray-dark);
    margin-right: 8px; }
  .order-items__qty {
    color: var(--color-gray-dark);
    white-space: nowrap;
    text-align: center; }
  .order-items__price {
    white-space: nowrap;
    text-align: right; }
    .order-items__price .woocommerce-Price-amount {
      font-weight: inherit; }

.order-summary__rows {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
.order-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0; }
  .order-summary__row:first-child {
    padding-top: 0; }
  .order-summary__row--total {
    font-size: 24px; }
    @media (max-width: 1024px) {
      .order-summary__row--total {
        font-size: 18px; } }
.order-summary__label {
  color: var(--color-gray-dark);
  font-weight: 400; }
  .order-summary__row--total .order-summary__label {
    font-size: inherit;
    font-weight: inherit;
    color: inherit; }
  .order-summary__row--tax .order-summary__label {
    font-size: inherit;
    color: inherit; }
.order-summary__value {
  text-align: right;
  margin: 0; }
  .order-summary__row--total .order-summary__value {
    font-size: inherit;
    font-weight: inherit;
    color: inherit; }
  .order-summary__row--tax .order-summary__value {
    font-size: inherit;
    color: inherit; }
  .order-summary__value .woocommerce-Price-amount {
    font-weight: inherit; }
.order-summary__divider {
  border: none;
  border-top: 1px solid var(--color-gray);
  margin: 8px 0; }
.order-summary__payment-badge {
  display: block;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 14px;
  background: var(--color-white); }

.facetwp-type-pager {
  text-align: center; }

.facetwp-facet {
  margin: 0 !important; }

.facetwp-slider-reset {
  display: none; }

.facetwp-type-pager {
  text-align: left; }
  .facetwp-type-pager:not(:first-child) {
    text-align: center; }

.facetwp-type-radio,
.facetwp-type-checkboxes {
  column-count: 2;
  column-gap: 16px; }

.facetwp-radio,
.facetwp-checkbox {
  background: none !important;
  padding-left: 0 !important;
  display: flex; }
  .facetwp-radio::before,
  .facetwp-checkbox::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-black);
    flex-shrink: 0;
    position: relative;
    top: 0.1em;
    transition: all 0.12s ease-in-out;
    margin-right: 10px; }

.facetwp-radio::before {
  border-radius: 50%; }
.facetwp-radio.checked::before {
  border-width: 5px; }

.facetwp-checkbox::before {
  color: transparent;
  border-radius: 4px;
  background-position: center; }
.facetwp-checkbox.checked::before {
  background-color: var(--color-black);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M15 4.5L6.75 12.75L3 9" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 12px auto;
  background-repeat: no-repeat; }

.facetwp-facet-products_price_filter {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .facetwp-facet-products_price_filter .facetwp-slider-label {
    display: flex;
    align-items: center;
    gap: 10px;
    order: -1; }
  .facetwp-facet-products_price_filter .slider-min,
  .facetwp-facet-products_price_filter .slider-max {
    flex-grow: 1; }
    .facetwp-facet-products_price_filter .slider-min input,
    .facetwp-facet-products_price_filter .slider-max input {
      width: 100%;
      padding: 8px 12px; }

.facetwp-load-more {
  padding: 0;
  background: transparent !important;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  position: relative; }
  .facetwp-load-more::before, .facetwp-load-more::after {
    transition: all 0.24s ease; }
  .facetwp-load-more::before {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 2px solid var(--color-gray);
    border-radius: 50%; }
  .facetwp-load-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><g><path d="M25.456 16.9706H8.48542" stroke="%23565656" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.9707 8.48535V25.4559" stroke="%23565656" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; }
  .facetwp-load-more:hover::before {
    border-color: var(--color-gray-dark); }

.is-loading .facetwp-load-more::before {
  border-top-color: var(--color-black);
  animation: spin 1s linear infinite; }
.is-loading .facetwp-load-more::after {
  opacity: 0; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
:root body.styro.woocommerce-page.has-fc-design-template--minimalist {
  --fluidcheckout--columns--gap: 48px;
  --fluidcheckout--section--border-radius: 12px;
  --fluidcheckout--color--grey: var(--color-gray);
  --fluidcheckout--color--light-grey: var(--color-gray-light);
  --fluidcheckout--option-box--spacing--between-options: 20px;
  --fluidcheckout--option-box--spacing: 0;
  --fc-adb--address-entry--border-radius: 12px;
  --fluidcheckout--option-box--background-color: transparent;
  --fluidcheckout--option-box--background-color--checked: var(--color-lighter);
  --fluidcheckout--option-box--background-color--hover: transparent;
  --fluidcheckout--option-box--label-border-color: var(--color-gray-light);
  --fluidcheckout--option-box--label-border-color--checked: var(--color-gray-light);
  --fluidcheckout--option-box--label-border-color--hover: var(--color-gray);
  --fluidcheckout--option-box--spacing--horizontal: 24px;
  --fluidcheckout--option-box--spacing--vertical: 16px; }

body.has-cart-item-restore-dismiss .fc-wrapper .cart_item .restore-item-dismiss {
  top: 24px;
  right: 24px; }

body.styro.woocommerce-checkout .fc-content.fc-container {
  padding: 0;
  max-width: unset; }
body.styro.woocommerce-checkout div.woocommerce .fc-wrapper .fc-step__substep .fc-step__substep-title {
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: uppercase; }
body.styro.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review-title {
  font-size: 18px;
  text-transform: nonet;
  font-family: inherit; }
body.styro.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
  padding: 24px;
  width: 100%; }
body.styro.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__head {
  padding-bottom: 24px; }
body.styro.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__header-link {
  font-size: 18px;
  padding: 0 16px;
  right: -16px; }
body.styro.woocommerce-cart .fc-content.fc-container, body.styro.woocommerce-checkout .fc-content.fc-container {
  padding: 0;
  max-width: 100%; }
body.styro.woocommerce-cart .fc-wrapper .fc-checkout-order-review__head, body.styro.woocommerce-checkout .fc-wrapper .fc-checkout-order-review__head {
  padding-bottom: 24px !important;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-gray); }
body.styro.woocommerce-cart .fc-wrapper .fc-checkout-order-review-title,
body.styro.woocommerce-cart .fc-wrapper .fc-cart-items-count, body.styro.woocommerce-checkout .fc-wrapper .fc-checkout-order-review-title,
body.styro.woocommerce-checkout .fc-wrapper .fc-cart-items-count {
  font-size: inherit !important; }
body.styro.woocommerce-cart .fc-wrapper .fc-checkout-order-review-title, body.styro.woocommerce-checkout .fc-wrapper .fc-checkout-order-review-title {
  text-transform: uppercase !important; }
body.styro.woocommerce-cart .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner, body.styro.woocommerce-checkout .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
  padding: 24px !important;
  background-color: var(--color-gray-lighter);
  border: none;
  margin: 0; }
body.styro.woocommerce-cart .fc-wrapper div.quantity, body.styro.woocommerce-checkout .fc-wrapper div.quantity {
  margin: 0 !important; }
body.styro div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus {
  font-size: 16px !important; }
  body.styro div.woocommerce .fc-expansible-form-section .expansible-section__toggle-plus::before {
    margin-top: 2px;
    left: -4px; }
body.styro div.woocommerce form .form-row .woocommerce-input-wrapper span.description {
  font-size: 14px;
  padding: 0;
  margin-top: 4px; }
body.styro div.woocommerce form .form-row .select2-selection:focus,
body.styro div.woocommerce form .form-row input[type=checkbox]:focus,
body.styro div.woocommerce form .form-row input[type=date]:focus,
body.styro div.woocommerce form .form-row input[type=email]:focus,
body.styro div.woocommerce form .form-row input[type=number]:focus,
body.styro div.woocommerce form .form-row input[type=password]:focus,
body.styro div.woocommerce form .form-row input[type=radio]:focus,
body.styro div.woocommerce form .form-row input[type=search]:focus,
body.styro div.woocommerce form .form-row input[type=tel]:focus,
body.styro div.woocommerce form .form-row input[type=text]:focus,
body.styro div.woocommerce form .form-row input[type=url]:focus,
body.styro div.woocommerce form .form-row select:focus,
body.styro div.woocommerce form .form-row textarea:focus {
  outline: none !important; }
body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table {
  font-size: inherit; }
  body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .cart-item__element:first-child {
    margin-top: 0; }
  body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-total {
    font-size: inherit; }
  body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table th, body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table td {
    padding: 24px !important; }
  body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot tr th, body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot tr td {
    vertical-align: top;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-size: inherit;
    line-height: inherit; }
  body.styro div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table tfoot tr td .includes_tax {
    color: var(--color-dark-gray); }
body.styro .fc-inside {
  margin-bottom: 0 !important; }
body.styro .fc-sidebar {
  position: sticky;
  top: 48px; }
body.styro .fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method] + label::before,
body.styro .fc-wrapper #payment .payment_methods > .wc_payment_method > input[name=payment_method] + label::after {
  left: 24px; }
body.styro .fc-wrapper #payment .payment_methods > .wc_payment_method .payment_box {
  padding: 0 var(--fluidcheckout--option-box--spacing--horizontal) var(--fluidcheckout--option-box--spacing--vertical) calc(var(--fluidcheckout--option-box--spacing--horizontal, 10px) + 24px + 10px) !important; }
body.styro .fc-wrapper .fc-checkout-step .fc-place-order__section {
  padding: 0; }
body.styro .fc-wrapper .fc-cart-actions {
  margin: 24px 0 0;
  padding: 0 24px; }
body.styro .fc-wrapper .fc-place-order {
  padding: 24px 0 0; }
  body.styro .fc-wrapper .fc-place-order .fc-place-order-button:focus {
    outline: none !important; }
body.styro .fc-wrapper .wc-proceed-to-checkout .checkout-button {
  margin: 24px 0 0 !important; }
  body.styro .fc-wrapper .wc-proceed-to-checkout .checkout-button:focus {
    outline: none !important; }
body.styro .fc-wrapper .fc-step__substep {
  padding: 24px; }
body.styro .fc-wrapper .fc-step__substep-fields-inner {
  padding-top: 0; }
body.styro .fc-wrapper table.cart {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important; }
  body.styro .fc-wrapper table.cart thead {
    background-color: var(--color-gray-light) !important; }
  body.styro .fc-wrapper table.cart th.product-name, body.styro .fc-wrapper table.cart th.product-subtotal,
  body.styro .fc-wrapper table.cart td, body.styro .fc-wrapper table.cart th {
    padding: 24px !important; }
  body.styro .fc-wrapper table.cart tbody tr {
    border-bottom: 1px solid var(--color-gray) !important; }
  body.styro .fc-wrapper table.cart tr {
    position: relative; }
  body.styro .fc-wrapper table.cart td .product-name {
    padding: 0 !important;
    display: flex !important;
    width: 50% !important;
    position: static; }
    body.styro .fc-wrapper table.cart td .product-name > a img {
      margin: 0 !important; }
  body.styro .fc-wrapper table.cart td .product-total {
    width: 40%;
    display: flex;
    column-gap: 24px;
    row-gap: 12px;
    justify-content: space-between;
    padding-left: 24px; }
  body.styro .fc-wrapper table.cart td .product-details {
    padding-left: 24px;
    display: flex;
    flex-direction: column; }
  body.styro .fc-wrapper table.cart td .cart-item__price {
    margin-top: auto;
    font-weight: bold; }
  body.styro .fc-wrapper table.cart td .cart-item__product-name a {
    color: inherit; }
  body.styro .fc-wrapper table.cart td .fc-cart-item-actions {
    position: absolute;
    bottom: 24px;
    right: 24px; }
    body.styro .fc-wrapper table.cart td .fc-cart-item-actions a.remove {
      margin: 0 !important;
      color: var(--color-danger) !important;
      font-size: 18px !important; }
  body.styro .fc-wrapper table.cart th.product-name, body.styro .fc-wrapper table.cart th.product-subtotal {
    font-size: inherit;
    text-transform: none; }
body.styro .fc-checkout-notices {
  display: none; }
body.styro.woocommerce-account .address-book .address-book__entries {
  gap: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr; }
  body.styro.woocommerce-account .address-book .address-book__entries::before, body.styro.woocommerce-account .address-book .address-book__entries::after {
    content: none; }
body.styro.woocommerce-account .address-book .address-book-entry {
  width: 100%;
  padding: 24px;
  margin: 0 !important;
  background-color: var(--color-gray-lighter); }
body.styro .woocommerce-checkout .address-book__source .address-book__source-item .address-book__source-item-label::before,
body.styro .woocommerce-checkout .address-book__source .address-book__source-item .address-book__source-item-label::after {
  left: 24px !important; }
body.styro .woocommerce-checkout .address-book__source .address-book__source-item input[type=radio]:checked + .address-book__source-item-label::after {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
body.styro .woocommerce-checkout .address-book-entry:has(input[type=radio]:checked) {
  background-color: var(--color-gray-lighter); }
  body.styro .woocommerce-checkout .address-book-entry:has(input[type=radio]:checked) .address-book__entry-label {
    border-color: var(--color-gray-lighter) !important; }
body.styro .woocommerce-checkout .address-book-entry input[type=radio] + .address-book__entry-label {
  background-color: transparent; }
  body.styro .woocommerce-checkout .address-book-entry input[type=radio] + .address-book__entry-label::before, body.styro .woocommerce-checkout .address-book-entry input[type=radio] + .address-book__entry-label::after {
    top: 24px;
    left: 24px; }
  body.styro .woocommerce-checkout .address-book-entry input[type=radio] + .address-book__entry-label::after {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
body.styro .woocommerce-checkout .address-book__entry-label {
  padding: 24px 24px 24px 64px;
  background-color: transparent;
  border: 1px solid var(--color-gray-light); }
body.styro .address-book__entry-flag {
  font-size: 14px;
  background-color: var(--color-white);
  padding: 4px 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  border: 1px solid var(--color-gray-light); }

ul.products {
  list-style: none;
  column-gap: 24px;
  row-gap: 48px;
  display: grid;
  margin: 0; }
  ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); }
    @media (max-width: 1024px) {
      ul.products.columns-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 32px; } }
    @media (max-width: 768px) {
      ul.products.columns-4 {
        column-gap: 16px;
        row-gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  ul.products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)); }
    @media (max-width: 1024px) {
      ul.products.columns-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 32px; } }
    @media (max-width: 768px) {
      ul.products.columns-5 {
        column-gap: 16px;
        row-gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  ul.products .product {
    text-align: center;
    position: relative; }
    ul.products .product .onsale {
      position: absolute;
      top: 16px;
      left: 16px;
      background-color: var(--color-white);
      color: var(--color-black);
      padding: 4px 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.2px;
      border-radius: 4px; }

.products.related, .products.upsells {
  margin-top: 120px; }
  @media (max-width: 1024px) {
    .products.related, .products.upsells {
      margin-top: 96px; } }
  @media (max-width: 768px) {
    .products.related, .products.upsells {
      margin-top: 48px; } }
  .products.related > h2, .products.upsells > h2 {
    margin-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--color-gray);
    font-size: 24px;
    font-family: inherit;
    font-weight: inherit; }

.single_add_to_cart_button {
  flex-grow: 1; }

.woocommerce-price-suffix {
  display: none; }
