/** Shopify CDN: Minification failed

Line 1176:4 Unexpected "{"
Line 1176:5 Expected identifier but found "%"
Line 1176:42 Unexpected "{"
Line 1176:43 Expected identifier but found "%"
Line 1177:4 Unexpected "{"
Line 1177:5 Expected identifier but found "%"
Line 1177:44 Unexpected "{"
Line 1177:45 Expected identifier but found "%"
Line 1178:4 Unexpected "{"
Line 1178:5 Expected identifier but found "%"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.banner10_component {
    position: relative;
  }

  .banner10_content-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
  }

  .banner10_content {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner10_content a {
    color: var(--color--white);
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
  }

  .banner10_content a:hover {
    color: var(--color--white);
    text-decoration: underline;
  }
.filters-list {
    list-style: none;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
}

.filters_tag-wrap {
    align-items: center;
    display: flex;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    font-weight: 500;
}

.filters_tag {
    background-color: var(--color--white);
    text-decoration: none;
    color: var(--color-black);
    border-radius: 0.25rem;
    align-items: center;
    padding: 0.5rem 0.75rem 0.5rem 0.875rem;
    display: flex;
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
}

.filters_tags-wrapper {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.5rem;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-start;
    display: flex;
}

.filters2_feed-header:not(:has(.filters_tag-wrap)) {
    display: none !important;
}

.filters2_filter-options:not(:has(.filters2_filter-clear:empty)) .filter-group-display__price-range {
    margin-top: 0.25rem;
}

.filter-group-display__price-range {
    display: flex;
    margin-top: calc(-1rem - 1px);
    margin-right: calc(-1rem - 1px);
    margin-left: calc(-1rem - 1px);
}

.modal-car-matching-sizes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem 7.5rem;
}

.modal-content-car-matching-sizes {
    background: white;
    padding: 2rem;
    border-radius: .5rem;
    max-width: 40rem;
    width: 100%;
    position: relative;
}

.modal-overlay-car-matching-sizes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.modal-form-car-matching-sizes {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

@media screen and (max-width: 479px) {
    .modal-content-car-matching-sizes {
        padding: 2rem 1.5rem;
    }
}
.layout307_component {
      flex-direction: column;
      align-items: flex-start;
      display: flex;
    }

    .layout307_list {
      grid-column-gap: 2rem;
      grid-row-gap: 4rem;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      grid-auto-flow: column;
      align-items: start;
      justify-items: start;
      display: grid;
    }

    .layout307_item {
      flex-direction: column;
      align-items: center;
      width: 100%;
    }

    .layout178_image-wrapper {
      width: 100%;
      position: relative;
      aspect-ratio: 3 / 2;
    }

    .layout307_image {
      border-radius: 0.25rem;
      width: 100%;
      height: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
    }

    @media screen and (max-width: 991px) {
      .layout307_list {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
      }
    }
    @media screen and (max-width: 767px) {
      .layout307_list {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
      }
    }
    @media screen and (max-width: 479px) {
      .layout307_list {
        grid-template-columns: 1fr;
      }
    }
.footer_component {
    border-top: 1px solid var(--color-grayiron--grayiron400);
  }

  .footer_info-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    gap: .75rem;
    display: flex;
    width: 100%;
    margin-top: .5rem;
  }

  .footer_info-wrapper.is-address p:has(a) {
    margin-top: .5rem;
  }

  .footer_newsletter-text-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.5rem;
    flex-direction: column;
  }

  .footer_newsletter-heading {
    margin-bottom: .5rem;
  }

  .footer_bottom-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    gap: 2rem;
  }

  .footer_link-list {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 100%;
    align-items: flex-start;
    justify-items: start;
    display: flex;
  }

  .footer_legal-link {
    font-size: 0.875rem;
    text-decoration: underline;
  }

  .footer_social-link {
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    display: flex;
  }

  .footer_credit-text {
    font-size: 0.875rem;
  }

  .footer_logo-link {
    padding-left: 0;
  }

  .footer_legal-list {
    gap: 0.5rem;
    white-space: normal;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
  }

  .footer_legal-list.is-right {
    align-items: flex-end;
    flex-shrink: 0;
  }

  .footer_link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    color: var(--color-red--red600);
  }

  .footer_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: start;
    grid-auto-columns: 1fr;
    display: grid;
    grid-auto-flow: column;
  }

  .footer_social-icons {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0;
    white-space: normal;
    grid-template-rows: auto;
    grid-template-columns: max-content;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    align-items: start;
    justify-items: start;
    display: grid;
  }

  .footer_newsletter-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5rem;
    display: flex;
  }

  ul.footer-links, ul.footer-links li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: 1.5rem;
    row-gap: .5rem;
  }

  @media screen and (max-width: 991px) {

    .footer_bottom-wrapper {
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer_newsletter-text-wrapper {
      margin-bottom: 1.5rem;
    }

    .footer_top-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-flow: row;
    }

    .footer_social-icons {
      margin-bottom: 2rem;
    }

    .footer_newsletter-wrapper {
      justify-content: flex-start;
      margin-bottom: 4.5rem;
      display: block;
    }

    .footer_bottom-wrapper {
      flex-direction: column-reverse;
      align-items: flex-start;
      padding-bottom: 1rem;
    }

    .footer_legal-list {
      grid-column-gap: 0;
      grid-row-gap: .5rem;
      grid-auto-flow: row;
    }

    .footer_legal-list.is-right {
      align-items: inherit;
    }

    ul.footer-links {
      justify-content: flex-start;
    }
  }
  @media screen and (max-width: 767px) {

    .footer_top-wrapper {
      grid-template-columns: 1fr 1fr;
      grid-row-gap: 2.5rem;
    }

    .footer_bottom-wrapper {
      padding-bottom: 2.5rem;
    }

    .footer_newsletter-wrapper {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 3rem;
    }

    .footer_newsletter-text-wrapper {
      flex-direction: column;
    }
  }
  @media screen and (max-width: 479px) {

    .footer_top-wrapper {
      grid-row-gap: 2.5rem;
      grid-template-columns: 1fr;
    }
  }
.layout6_component {
      grid-column-gap: 5rem;
      grid-row-gap: 4rem;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      align-items: center;
      display: grid;
    }

    .layout6_item-list {
      grid-column-gap: 1.5rem;
      grid-row-gap: 1.5rem;
      grid-template-rows: auto;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
    }

    .layout6_image {
      aspect-ratio: 1;
      object-fit: cover;
      width: 100%;
      height: 100%;
    }

    .layout6_image-wrapper {
      aspect-ratio: 1;
    }
.link-list {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  @media screen and (max-width: 991px) {
    .link-list {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .link-list {
      grid-row-gap: 0.75rem;
    }
  }

  @media screen and (max-width: 479px) {
    .link-list {
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
    }
  }
.logo_list {
    display: grid;
    /*grid-auto-flow: row dense;*/
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    background-color: var(--color--white);
    border-radius: 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1rem;
    border: 1px solid var(--color-grayiron--grayiron200);
  }
  .logo_list-title {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
  .logo-list_logo-image {
    max-height: 3rem;
    width: 100%;
    display: block;
    height: auto;
  }
  .logo-list_wrapper {
    width: 100%;
    border: 1px solid var(--color-grayiron--grayiron200);
    background-color: var(--color-grayiron--grayiron100);
    mix-blend-mode: luminosity;
    border-radius: 0.25rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    transition: all 0.2s ease-in-out;
    display: flex;
    grid-area: span 1 / span 1 / span 1 / span 1;
    text-align: center;
  }
  .logo-list_wrapper:hover {
    border-color: var(--color-red--red600);
    mix-blend-mode: normal;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  @media screen and (max-width: 991px) {
    .logo_list {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .logo_list-title {
      grid-area: span 1 / span 4 / span 1 / span 4;
    }
  }

  @media screen and (max-width: 767px) {
    .logo_list {
      border-radius: 0;
      grid-template-columns: 1fr 1fr;
      margin-left: -1rem;
      margin-right: -1rem;
    }
    .logo_list-title {
      grid-area: span 1 / span 2 / span 1 / span 2;
    }
  }

  @media screen and (max-width: 479px) {
    .logo_list {
      grid-template-columns: 1fr;
    }
    .logo-list_wrapper {
      grid-area: span 1;
    }
    .logo_list-title {
      grid-area: span 1;
    }
  }
.product-parameters_heading {
    all: unset;
    border-bottom: 1px solid var(--color-grayiron--grayiron400);
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
    margin-bottom: .25rem;
    display: flex;
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.product-parameters_spacer {
    padding-top: .5rem;
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.modal_content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.modal_content,
.payment-list_component {
    margin-top: -1rem;
}

.product-accesories_title-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 2fr max-content;
}

.product-accesories_title-link {
    color: var(--color--black);
}

.product-accesories-image {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    border: 1px solid var(--color-grayiron--grayiron200);
}

.form-checkbox-products {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
}

.form-checkbox-icon-green {
    border: 1px solid var(--color-grayiron--grayiron400);
    cursor: pointer;
    border-radius: 0.25rem;
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    min-height: 1.25rem;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: 0.5rem;
    transition: all 0.2s;
}

.form-checkbox-icon-green:checked {
    border: 1px solid var(--status-color--green);
    background-color: var(--status-color--green);
    box-shadow: none;
    background-size: 16px 16px;
    border-radius: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0;
    margin-left: -1.25rem;
}
.product-accesories-title {
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin-bottom: .25rem;
}

.product-accesories-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-top: 1px solid var(--color-grayiron--grayiron400);
    flex-flow: column;
    margin-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
}

.product-accesories-price {
    background-color: var(--color-red--red600);
    border-radius: .25rem;
    padding: .25rem .5rem;
}

.size-help-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    display: flex;
}

.form-select_size {
    background-color: var(--color-grayiron--grayiron100);
    color: var(--color--black);
    text-align: left;
    text-transform: capitalize;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    height: 100%;
    margin: 0;
    padding: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.product-header_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 2rem;
    display: grid;
}

.product-header_title {
    display: flex;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    grid-area: span 1 / span 8 / span 1 / span 8;
}

.product-header_title img {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
}

.product-header_manufacturer-logo {
    background-color: var(--color--white);
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
    grid-area: span 1 / span 4 / span 1 / span 4;
}

.product-header_title-image {
    aspect-ratio: 4;
    max-height: 2rem;
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.product-header_gallery {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--color--white);
    border-radius: 0.5rem;
    flex-flow: column;
    padding: 1rem;
    display: flex;
    grid-area: span 1 / span 4 / span 1 / span 4;
}

.product-header_gallery-images_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
}

.product-header_gallery-image-wrapper {
    aspect-ratio: 1;
    background-color: var(--color--white);
    border-radius: .25rem;
    overflow: hidden;
}

.product-header_gallery-image {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-grayiron--grayiron200);
    border-radius: .25rem;
}

.product-header_gallery_main-image_wrapper {
    aspect-ratio: 1;
    background-color: var(--color--white);
    border-radius: .25rem;
    overflow: hidden;
    grid-area: span 1 / span 4 / span 1 / span 4;
}

.product-header_gallery_main-image {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;
    border: 1px solid var(--color-grayiron--grayiron200);
    border-radius: .25rem;
}

.product-header_info {
    flex-flow: column;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    display: flex;
    grid-area: span 1 / span 4 / span 1 / span 4;
}

.product-header_info-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.product-header_info-modal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
}

.product-header_info-bottom {
    flex-flow: column;
    justify-content: flex-end;
    display: flex;
    margin-top: 1rem;
}

.product-header_info-bottom_item-wrapper {
    border-bottom: 1px solid var(--color-grayiron--grayiron400);
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    cursor: pointer;
}

.product-header_info-bottom_item-wrapper:hover {
    color: var(--color-red--red700);
}

.product-header_info-bottom_item {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    align-items: center;
    display: flex;
}

.product-header_buy {
    background-color: var(--color--white);
    border-radius: 0.5rem;
    padding: 1rem;
    grid-area: span 1 / span 4 / span 1 / span 4;
}

.modal_component {
    z-index: 1001;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100dvh;
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 300ms ease-in-out;
}

.modal_close-button {
    position: absolute;
    top: 2.25rem;
    right: 1.75rem;
    cursor: pointer;
}

.modal_content-wrapper {
    background-color: var(--color--white);
    width: 100%;
    max-width: 40rem;
    height: 100vh;
    padding: 2rem;
    padding-bottom: 4rem;
    position: absolute;
    overflow-y: auto; /* Enable vertical scrollbar */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.modal_content-wrapper h4 {
    padding-right: 3rem;
}

.modal_content-wrapper:has(.text-rich-text) {
    padding-bottom: 3rem;
}

.modal_content-wrapper .product-parameters_heading {
    margin-top: 1rem;
}

.modal_background-overlay {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 300ms ease-in-out;
}

.product-buy_divider {
    background-color: var(--color-grayiron--grayiron300);
    height: 1px;
    margin: 1rem -1rem;
}

.button-group-add-with-size {
    grid-column-gap: 0;
    grid-row-gap: 0;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    justify-items: stretch;
    grid-auto-flow: row;
    display: grid;
    row-gap: 1rem;
}

@media screen and (max-width: 991px) {
    .product-header_component {
        flex-flow: column;
        display: flex;
        padding-bottom: .5rem;
    }

    .product-header_manufacturer-logo {
        order: -1;
    }

    .product-header_info {
        order: 1;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }

    .modal_content-wrapper {
        padding-bottom: 7.5rem;
    }

    .modal_content-wrapper:has(.text-rich-text) {
        padding-bottom: 6.5rem;
    }

    .modal_close-button {
        top: 2.125rem;
    }
}

@media screen and (max-width: 767px) {
    .product-header_buy {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .product-header_gallery {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .product-header_manufacturer-logo {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .product-header_component {
        padding-bottom: .25rem;
    }

    .product-header_info {
        padding-left: 0;
        padding-right: 0;
    }

    .modal_close-button {
        top: 2.075rem;
    }
}

.wheels-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (max-width: 479px) {
    .product-header_title {
        align-items: start;
        flex-direction: column;
    }

    .product-header_title img {
        width: 2.25rem;
        height: 2.25rem;
    }

    .product-header_info-top {
        grid-template-columns: 1fr 1fr;
    }

    .modal_content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal_close-button {
        right: .75rem;
    }
}

@media (min-width: 1024px) {
    .product-header_info-top {
        position: relative;
        transition: max-height 0.3s ease;
    }

    .product-header_info-top::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(to bottom, rgba(244, 244, 245, 0) 0%, rgba(244, 244, 245, 1) 100%);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .product-header_info-top.overflowed {
        max-height: var(--gallery-height);
        overflow: hidden;
    }

    .product-header_info-top.overflowed::after {
        opacity: 1;
    }
}
.tire-model_sizes-product_tittle-wrapper {
    text-decoration: none;
  }

  .tire-model_sizes-parameters {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tire-model_sizes-product_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 2px solid var(--color-grayiron--grayiron200);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: grid;
  }

  @media screen and (min-width: 768px) and (max-width: 991px) {
    .tire-model_sizes-product_wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .tire-model_sizes-product_wrapper > :first-child {
      grid-column: 1 / -1; /* Make the first child span the entire row */
    }
  }

  @media screen and (min-width: 500px) and (max-width: 767px) {
    .tire-model_sizes-product_wrapper {
      grid-template-columns: 1fr 1fr 1fr;
    }

    .tire-model_sizes-product_wrapper > :first-child,
    .tire-model_sizes-product_wrapper > :last-child {
      grid-column: 1 / -1; /* Make the first and last child span the entire row */
    }
  }

  @media screen and (max-width: 499px) {
    .tire-model_sizes-product_wrapper {
      grid-template-columns: 1fr 1fr;
    }

    .tire-model_sizes-product_wrapper > :first-child {
      grid-column: 1 / -1; /* Make the first child span the entire row */
    }
  }
.div-block-8-copy.last-item-grid-full > :last-child {
    grid-column: 1 / -1; /* Make the last child span the entire row */
}

.header_manufacturer-suggested_sizes-wrapper {
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
    .header_manufacturer-suggested_sizes-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .header_manufacturer-suggested_sizes-wrapper {
        grid-template-columns: 1fr;
    }
}
.season_select-wrapper {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    border-radius: 0.5rem;
    align-items: center;
    padding: 1.5rem;
    display: flex;
  }
  @media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 479px) {}
.tire-model_wrapper {
    position: relative;
}

.tire-model_title-wrapper {
    display: flex;
    flex-direction: column;
}

.tire-model-description-wrapper {
    display: flex;
}

.tire-model_image-wrapper {
    position: relative;
}

.tire-model_logo-wrapper {
    background-color: var(--color--white);
    border-radius: 0 0.25rem 0.25rem 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    position: absolute;
    top: 0;
    left: 0;
}

.tire-model_main-image {
    width: revert-layer;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 1rem;
}

@media screen and (max-width: 991px) {
    .tire-model-description-wrapper {
        flex-direction: column;
    }
}
.product-square {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--color--white);
    border-radius: 0.5rem;
    {% comment %}grid-template-rows: auto;{% endcomment %}
    {% comment %}grid-template-columns: 2fr;{% endcomment %}
    {% comment %}grid-auto-columns: 1fr;{% endcomment %}
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .product-square_info-wrapper {
    border-top: 2px solid var(--color-red--red600);
    background-color: var(--color-grayiron--grayiron50);
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin: -0.5rem -1.5rem -1.5rem;
    padding: 1rem 1.5rem 1.5rem;
    display: flex;
  }

  .product_content-wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    color: var(--color--black);
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    align-items: stretch;
    text-decoration: none;
    display: flex;
  }

  .product_pictures-wrapper {
    width: 100%;
    max-width: 25rem;
    aspect-ratio: 5 / 2;
    position: relative;
    overflow: visible;
    margin-bottom: -1.5rem;
  }

  .product_tittle-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    display: block;
  }

  .product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: 50% 0;
  }

  @media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  .product-square {
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-square_info-wrapper {
    width: 100vw;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 479px) {}
.w-tab-pane {
    display: none;
    }
    .w-tab-pane.w--tab-active {
    display: block;
    }

  .header30_wrapper {
    background: rgb(25,25,25);
    background: linear-gradient(180deg, rgba(25,25,25,1) 0%, rgba(0,0,0,1) 100%);
  }

  .header-slider_slide-wrap {
    display: none;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .header-slider_slides-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 5 / 2;
  }

  .header-slider_slide {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .header-slider_slides-gradient {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
  }

  .header-slider_slides-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
  }

  .header-slider_wrapper .is-active {
    border-color: var(--color-red--red600);
    color: var(--color-red--red600);
  }

  .header-slider_wrapper {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: grid;
  }

  .header-slider_text-wrapper {
    background-color: var(--color--white);
    color: var(--color-grayiron--grayiron600);
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
    font-weight: 600;
    display: flex;
    cursor: pointer;
  }

  .header-slider {
    background-color: var(--color-grayiron--grayiron200);
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    position: relative;
    z-index: 2;
  }

  .header-search-big_tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_header-search-big {
    position: relative;
  }

  .header-search-big_image {
    object-fit: contain;
    width: 14rem;
    height: 6rem;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
  }

  .header-slider_slide-mobile {
    display: none;
  }

  @media screen and (max-width: 767px) {
    .header-slider_slides-wrapper {
      aspect-ratio: 2 / 1;
    }
  }

  @media screen and (max-width: 479px) {
    .header-slider_wrapper {
      grid-auto-flow: row;
    }
  }