@font-face {
  font-family: Inter;
  src: url('../fonts/inter-semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/inter-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/sf-pro-display-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/tthoves-demibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/tthoves-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Tthoves;
  src: url('../fonts/tthoves-medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #333;
  --slate-grey: #6e7985;
  --firebrick: firebrick;
  --super-black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

body {
  color: #181818;
  font-family: Tthoves, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

h1 {
  color: #181818;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: #181818;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: #fe6012;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins;
}

blockquote {
  color: var(--slate-grey);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Poppins;
  font-size: 18px;
  line-height: 22px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.pr-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.pr-grid._4col, .pr-grid.list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cart-product-name {
  color: #333;
  text-transform: none;
  background-color: #0000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-close-icon {
  opacity: 1;
  width: 11px;
  height: 11px;
  padding: 1px 1px 1px 0;
}

.size6-text {
  color: #0e0d35;
  background-color: #0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.cart-product-price {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-heading {
  color: #0e0d35;
  text-transform: none;
  padding-left: 0;
  font-family: Sfprodisplay;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.main-button {
  color: #fff;
  text-align: left;
  letter-spacing: .01rem;
  background-color: #38b222;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.main-button:hover {
  color: #fff;
  background-color: #30991d;
}

.main-button.search-box {
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: background-color .3s ease-in-out;
}

.main-button.search-box:hover {
  color: #111;
  background-color: #f5f5f5;
  transform: none;
}

.main-button.chackout {
  border-radius: 30px;
  min-height: 60px;
  font-weight: 500;
  display: flex;
}

.close-button {
  background-color: #3a2fde;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-footer {
  border-top-color: #eee;
  padding: 20px;
  display: flex;
}

.cart {
  align-self: center;
  margin-left: 15px;
}

.desk-menu-sec {
  z-index: 99999;
  color: #fff;
  background-color: #202020;
  border-bottom: 1px solid #333;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  position: relative;
}

.desk-menu-sec:active {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.empty-state {
  color: #18181d;
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
}

.size5-text {
  color: #0e0d35;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.cart-line-item {
  text-transform: none;
  background-color: #0000;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.cart-input {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.option-list {
  margin-bottom: 5px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paypal {
  margin-bottom: 15px;
  display: none;
}

.cart-header {
  border-bottom-style: solid;
  border-bottom-color: #eee;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  position: relative;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: none;
}

.cart-wrap {
  color: #fff;
  background-color: #000c;
}

.section-20 {
  background-color: #ececee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 30px 30px;
  display: flex;
}

.cart-remove-link {
  color: #c9002b;
}

.cart-button {
  background-color: #3a2fde;
  border-radius: 15px;
  height: 50px;
  max-height: 50px;
  padding: 0 15px;
  position: relative;
}

.logo {
  color: #fff;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.logo:hover {
  opacity: .7;
}

.pr-sec {
  width: 100%;
}

.pr-sec.main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.cart-quantity {
  color: #fff;
  background-color: #ff7c1a;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: auto;
  height: 16px;
  margin-left: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.cart-product-image {
  border: 1px solid #f0f0f0;
  width: 80px;
}

.main {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cart-container {
  background-color: #fff;
  border-radius: 20px;
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.wrapper-text__line {
  background-color: var(--firebrick);
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
}

.card-blog__wrapper-text {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  padding: 20px;
  display: flex;
}

.link__text-2 {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link__text-2.blog {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
}

.t-size-item {
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
}

.card-product_wrapper-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t3 {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.wrapper-image__img {
  width: auto;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  color: #333;
  text-align: left;
  background-color: #0000;
  border: 2px solid #333;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  font-family: Poppins;
  font-weight: 500;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out;
}

.submit-button:hover {
  color: #fff;
  background-color: #333;
  transform: translate(0, -2px);
}

.collection-item__card-blog {
  color: var(--firebrick);
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  transition: box-shadow .4s ease-in-out;
  box-shadow: 11px 7px 10px -7px #ccc;
}

.collection-item__card-blog:hover {
  box-shadow: 11px 7px 15px -1px #ccc;
}

.card-blog__wrapper-image {
  height: auto;
  overflow: hidden;
}

.on-sale-badge-card {
  z-index: 9999;
  background-color: #ec2c2f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding: 10px 25px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-122 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.container__description {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -9% auto 0% 0%;
}

.text__paragraph {
  font-size: 22px;
  font-weight: 400;
}

.text__paragraph.m-t {
  letter-spacing: 1.2px;
}

.text__paragraph.m-t.m-b {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

.post-date {
  color: var(--super-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.container__image {
  width: 95%;
  max-width: none;
  height: auto;
  position: relative;
}

.section-description__container-copy {
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.section-hero-blog {
  background-color: #f0f0f0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 109px 80px;
  display: flex;
  position: relative;
}

.image-19 {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.author-label {
  color: var(--slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.container__text-blog {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  min-width: auto;
  max-width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 39px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  box-shadow: 0 20px 20px 20px #cccccc61;
}

.vertical-post-info {
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(-100px)rotate(-90deg);
}

.container-text-blog {
  width: 800px;
  max-width: 60%;
}

.blog__rich-text {
  font-size: 16px;
}

.blog__collection-list-wrapper {
  align-self: center;
}

.blog__collection-list {
  grid-column-gap: 15px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  padding: 20px;
  display: grid;
}

.blog__collection-item {
  width: auto;
  height: auto;
}

.post-summary {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px;
  display: flex;
}

.related-posts {
  background-color: #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.wrapper-text__line-2 {
  background-color: var(--firebrick);
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: #f7f7f7;
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/paul-kansonkho-64470jf7afg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 550px;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

.utility-page-form {
  background-color: var(--white);
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.text-field-2 {
  height: 50px;
  font-family: Poppins;
}

.search-result-wrapper, .container-5 {
  display: none;
}

.category-hero {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.search-products {
  border-radius: 10px;
  width: 30%;
  min-width: 400px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  min-height: 60px;
  margin-bottom: 0;
  font-family: Poppins;
}

.div-block-303 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-query {
  color: var(--firebrick);
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.search-results-label {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.field-label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.paypal-checkout-form {
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Poppins;
}

.div-block-304 {
  top: 90px;
}

.div-block-305 {
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-self: flex-start;
  height: auto;
  padding: 25px;
  position: static;
  top: 30px;
  box-shadow: 0 6px 20px -6px #0000001a;
}

.empty-state-3 {
  background-color: #0000;
  height: 0;
  margin-bottom: 220px;
  padding: 0;
  font-size: 0;
  display: flex;
}

.div-block-74 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.add-to-cart {
  color: #fff;
  background-color: #3a2fde;
  border-radius: 3px;
  flex: 1;
  justify-content: center;
  padding: 15px 20px;
  font-weight: 500;
  transition: all .2s;
}

.add-to-cart:hover {
  background-color: #38b222;
}

.add-to-cart.white {
  border: 1px solid var(--firebrick);
  color: var(--slate-grey);
  background-color: #2c52ec;
  border-radius: 3px;
  justify-content: center;
  width: auto;
  margin-bottom: 10px;
  margin-left: -20px;
  padding: 9px 15px;
  font-family: Gothamssm;
  font-weight: 400;
  display: flex;
}

.add-to-cart.white.checkout {
  color: #fff;
  cursor: pointer;
  background-color: #38b222;
  border-color: #38b222;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Gothamssm;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .2s;
  display: block;
}

.add-to-cart.white.checkout:hover {
  background-color: #30991d;
  border-color: #30991d;
  display: flex;
}

.add-to-cart.white.update-cart {
  color: #181818;
  cursor: pointer;
  background-color: #eee;
  border-color: #eee;
  border-radius: 30px;
  flex: none;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px 30px;
  font-family: Gothamssm;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition-property: all;
  transition-duration: .2s;
}

.add-to-cart.white.update-cart:hover {
  color: var(--white);
  background-color: #30991d;
  border-color: #30991d;
}

.add-to-cart.white {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #333;
  border-radius: 10px;
  justify-content: center;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  display: flex;
}

.add-to-cart.white:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.add-to-cart.white {
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
  border-radius: 0 3px 3px 0;
  justify-content: center;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  font-family: Poppins;
  font-weight: 400;
  transition: background-color .3s ease-in-out;
  display: flex;
}

.add-to-cart.white:hover {
  color: var(--white);
  background-color: #38b222;
  border-color: #111;
}

.cart-update-block {
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center start;
  margin-top: 20px;
  padding: 15px 20px;
  font-weight: 500;
  display: flex;
}

.cart-subtotal-block {
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}

.cart-item-list-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cart-grid-right-block {
  text-align: right;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding: 25px;
  display: flex;
  box-shadow: 0 0 20px -5px #0003;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
}

.cart-subtotal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-item-section {
  width: 100%;
  margin-bottom: 0;
}

.button-2 {
  background-color: #d7b56d;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Poppins;
}

.text-block-98 {
  line-height: 18px;
  display: none;
}

.cart-product-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-product-title {
  color: #181818;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
}

.cart-product-title:hover {
  opacity: .7;
}

.cart-one-price {
  color: #18181873;
  text-align: right;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
}

.cart-remove {
  cursor: pointer;
  background-color: #fff;
  border: 8px solid #f2f2f2;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-left: -20px;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.cart-remove:hover {
  background-color: #f5cfcf;
}

.cart-product-img {
  filter: invert(5%);
  object-fit: contain;
  border-radius: 10px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  margin: 15px 20px 15px 15px;
}

.cart-quantity-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 60px;
  margin-bottom: 0;
  margin-left: 17px;
  margin-right: 15px;
  font-size: 15px;
}

.cart-quantity-item:active, .cart-quantity-item:focus {
  border-color: #38b222;
}

.cart-quantity-item::placeholder {
  color: #0d1229;
}

.cart-price {
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
}

.my-account-page---copy-this {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1400px;
  padding: 0;
  display: flex;
}

.list-2 {
  width: 100%;
  max-width: 300px;
}

.my-account-content-wrapper {
  background-color: var(--white);
  border: 1px solid #e6e6e6;
  flex: 0 auto;
  margin-left: 30px;
  padding: 40px;
}

.field-label-24 {
  font-family: Poppins;
  font-weight: 400;
}

.error-message-4 {
  background-color: #eb3c5c;
  font-size: 18px;
}

.forgot-password-link {
  color: #111;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  transition: all .2s;
}

.forgot-password-link:hover {
  color: #38b222;
}

.login-info-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sign-in-hero {
  background-color: #111;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/veljed-veljde-muuk-2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Lato, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.signin-logo-block {
  text-align: left;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.checkbox-label-2 {
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 14px;
}

.signin-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding: 30px;
  font-family: Poppins;
  display: flex;
}

.success-message-2 {
  color: #fff;
  background-color: #2ad283;
  padding: 10px;
  font-size: 18px;
}

.signin-form-block {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.sign-in-left-wrapper {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: -50px;
  font-family: Lato, sans-serif;
  display: flex;
}

.separator-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 10px;
}

.separator-2.big {
  color: #424242;
  background-color: #e6e6e6;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 0;
}

.checkbox-field {
  align-items: center;
  width: auto;
  max-width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.checkbox {
  border-radius: 0;
  margin-top: 0;
}

.button-8 {
  color: #fff;
  background-color: #8351ff;
  border-radius: 0;
  margin-right: 10px;
  padding: 15px 22px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .2s ease-in-out, background-color .4s ease-in-out;
}

.button-8:hover {
  color: #fff;
  background-color: #6f39f7;
  transform: translate(0, -1px);
}

.button-8.form-submit {
  background-color: #38b222;
  border-radius: 10px;
  width: 100%;
  font-weight: 500;
}

.button-8.form-submit:hover {
  background-color: var(--super-black);
}

.button-8.form-submit {
  width: 100%;
  font-weight: 300;
}

.create-account-label {
  color: #3c3c3b;
  margin-right: 5px;
  font-size: 14px;
  line-height: 1.5;
}

.form-2 {
  flex-direction: column;
  margin-top: 0;
  font-size: 33px;
  display: flex;
}

.notification-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
}

.sign-in-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.text-field-5 {
  color: #111;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 0;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-5:hover {
  background-color: #fafafa;
}

.text-field-5:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #38b222;
}

.forgot-password-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-2 {
  margin-top: 0;
  margin-right: 5px;
}

.checkbox-field-2 {
  align-self: auto;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.link-8 {
  color: var(--firebrick);
  font-family: Poppins;
}

.form-3 {
  flex-direction: column;
  font-size: 33px;
  display: flex;
}

.sign-in-left-wrapper-2 {
  background-color: #0000;
  border-right: 1px #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100vh;
  display: flex;
}

.login-here-link {
  color: var(--firebrick);
  font-family: Poppins;
}

.checkbox-label-3 {
  margin-bottom: 0;
  font-size: 12px;
}

.text-block-83 {
  font-size: 18px;
}

.reset-password-form-container {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.signin-form-block-2 {
  width: 100%;
  max-width: 400px;
  font-size: 22px;
}

.error-message-5 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.text-field-6 {
  border: 1px solid #ececec;
  min-height: 50px;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1;
  transition: background-color .4s ease-in-out;
}

.text-field-6:hover {
  background-color: #fafafa;
}

.text-field-6:focus {
  color: #3c3c3b;
  background-color: #fafafa;
  border-style: solid;
  border-color: #ac8bff;
}

.login-head {
  color: #333;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}

.password-head-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
  overflow: visible;
}

.password-reset-paragraph {
  color: #333;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.minicart-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.mini-cart-list {
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.image-36 {
  border: 1px solid #eee;
  border-radius: 10px;
  width: 80px;
  max-width: 100px;
  height: 80px;
  max-height: 100px;
}

.variations-main-wrapper {
  display: flex;
}

.cart-item-2 {
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 10px;
}

.text-block-38 {
  color: #0e0d35;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.mini-cart-row {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-block-39 {
  color: #0e0d35;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.cart-quantity-3 {
  text-align: center;
  background-color: #eee;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.link-9 {
  color: var(--firebrick);
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.default-state-2 {
  justify-content: space-between;
}

.web-payments-2 {
  display: none;
}

.pd-img-sec {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: sticky;
  top: 30px;
}

.out-of-stock-state-2 {
  background-color: #f8f8f8;
  padding: 19px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.error-message-6 {
  color: #9e0000;
  text-align: center;
  font-family: Lato, sans-serif;
}

.prp-h1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.pd-title {
  border: 1px solid #18181821;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.variations-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.prp-price {
  color: #fe6012;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.pd-add-cart {
  width: 100%;
}

.pd-add-cart.pr {
  width: auto;
}

.notices---copy-this {
  z-index: 9999;
  width: auto;
  max-width: 1240px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 17px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.notice {
  margin-bottom: 5px;
}

.notice-message {
  z-index: 9999;
  background-color: var(--slate-grey);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.notice-success {
  text-align: center;
  background-color: #2ad283;
  border-radius: 10px;
  margin-bottom: 5px;
}

.notice-success-message {
  z-index: 9999;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.notice-error {
  text-align: center;
  background-color: #eb3c5c;
  border-radius: 10px;
  margin-bottom: 5px;
}

.notice-error-message {
  z-index: 9999;
  color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.tr-att-brand {
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.pd-index-grid {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  align-items: stretch;
}

.pd-index-grid.label {
  grid-column-gap: 15px;
  opacity: .7;
  grid-template-columns: auto auto 1fr;
}

.att-item {
  color: #181818;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.att-item.cap {
  text-transform: none;
  cursor: pointer;
}

.att-item.score {
  color: #181818;
  margin-left: 5px;
  margin-right: 2px;
}

.att-item.score._2 {
  margin-left: 0;
  margin-right: 0;
}

.body {
  background-color: #fff;
  line-height: 1.5;
  overflow: visible;
}

.heading-79 {
  color: #111;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
}

.text-block-126 {
  color: #38b222;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.add-to-cart-sec {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pd-spec {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.pd-spec.top-0 {
  margin-top: 0;
}

.pd-spec.top-0.ship {
  border-bottom-style: none;
}

.pd-spec.ship {
  border-top: 1px solid #e6e8ec;
  margin-top: 50px;
  padding-top: 50px;
}

.pd-spec.desc {
  margin-top: 0;
  margin-bottom: 60px;
}

.pd-spec.faq {
  margin-top: 80px;
}

.pd-spec.product-faq, .pd-spec.t0 {
  margin-top: 0;
}

.pd-spec.t40 {
  margin-top: 40px;
}

.pd-spec.t40.border {
  border: 1px solid #18181821;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
}

.pr-att-item {
  color: #757575;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.text-span {
  color: #38b222;
}

.t-list-price {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  display: flex;
}

.tire-list-att-size {
  color: #181818;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 4px;
  align-items: center;
  padding: 6px 10px;
  font-weight: 700;
  display: flex;
}

.tire-list-att-size.pr-cat {
  background-color: #0000;
  border: 1px solid #18181821;
  padding: 5px 6px;
}

.image-44 {
  width: 8px;
  height: 8px;
  display: block;
}

.cart-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.cart-grid.checkout {
  display: block;
}

.cart-grid-left {
  flex: 1;
}

.pagination {
  justify-content: space-between;
  margin-top: 30px;
}

.next, .previous {
  background-color: #fff;
  border-style: none;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}

.prp-sku {
  color: #181818b3;
  font-size: 13px;
  font-weight: 500;
}

.div-block-323 {
  flex: 0 auto;
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  margin-bottom: 50px;
  margin-right: 5%;
}

.container-6 {
  flex-direction: row;
  align-items: stretch;
  max-width: 1200px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hm-filter-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.footer {
  color: #fff;
  background-color: #202020;
  padding: 80px 40px 60px;
  font-family: Inter, Arial, sans-serif;
  font-weight: 400;
}

.f-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr;
  align-items: start;
}

.f-box {
  flex-direction: column;
  display: flex;
}

.f-title {
  color: #757575;
  letter-spacing: .03rem;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.f-link {
  color: #fff;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .25s;
}

.f-link:hover {
  opacity: .5;
}

.f-link.cat {
  font-size: 23px;
}

.copy {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border-top: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 50px;
  display: grid;
}

.made {
  opacity: .7;
  color: #fff;
  letter-spacing: .2px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.rights {
  opacity: .7;
  margin-right: 30px;
  font-size: 13px;
  font-weight: 400;
}

.rights.copyright {
  opacity: .7;
  font-size: 13px;
}

.products-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 280px) 1fr;
  grid-auto-flow: row;
  align-items: start;
}

.pr-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #181818;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  transition: box-shadow .25s;
  display: grid;
  position: relative;
}

.pr-item.hr {
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.pr-item.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.sec-grey {
  background-color: #fff;
  min-height: auto;
  padding: 60px 40px;
  font-weight: 400;
}

.pr-img {
  cursor: pointer;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  padding: 25px;
  display: block;
}

.pr-img-block {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pr-title-block {
  cursor: pointer;
  border-top: 1px solid #18181821;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding: 15px 20px 20px;
  display: block;
}

.pr-item-block {
  cursor: pointer;
  border: 1px solid #18181821;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: block;
}

.pr-item-block.nobr {
  border-width: 0;
}

.sidebar {
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 20px;
}

.sidebar.category {
  z-index: 9999;
  position: relative;
  top: 0;
}

.sidebar-title {
  color: #181818b3;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.sidebar-title.page {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.space50 {
  height: 50px;
}

.tire-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.t-img {
  cursor: pointer;
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #fff;
  border-radius: 10px;
  width: 130px;
  min-width: 130px;
  max-width: 130px;
  height: 130px;
  min-height: 130px;
  max-height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.t-img-sec {
  color: #181818;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.t-info {
  color: #181818;
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.t-info:hover {
  color: #fe6012;
}

.tire-product-wrap {
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.t-title {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sidebar-item {
  border: 1px solid #18181821;
  border-radius: 10px;
  padding: 0 10px 10px;
}

.sidebar-item.mobile {
  display: none;
}

.h1 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.h1.contact {
  margin-top: 0;
  font-size: 40px;
  font-weight: 700;
}

.h1.hm {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.p {
  color: #505050;
}

.h4 {
  color: #181818;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gothamssm;
  font-size: 20px;
  font-weight: 500;
}

.block-header {
  border-width: 0;
  padding: 0;
}

.block-content {
  border: 1px #000;
  padding: 20px 0 10px;
}

.order-summary {
  margin-bottom: 0;
}

.customer-info {
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 25px;
}

.checkout-field {
  background-color: #f5f5f5;
  border-style: solid;
  border-color: #f5f5f5;
  border-radius: 10px;
  height: auto;
  margin-top: 8px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-136 {
  font-size: 16px;
}

.hm-filter-sec {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.h3 {
  margin-bottom: 15px;
  font-size: 24px;
}

.h3.tire-info {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
}

.h3.wh {
  font-size: 16px;
  font-weight: 500;
}

.hm-box-img {
  object-fit: contain;
  object-position: 50% 0%;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.brand-box {
  color: #111;
  cursor: pointer;
  background-color: #f8f9f9;
  border: 2px solid #f8f9f9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 40px;
  font-size: 13px;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.brand-box:hover {
  box-shadow: none;
  background-color: #ffffff1a;
  border-color: #18181821;
}

.brand-img {
  opacity: .9;
  cursor: pointer;
  object-fit: contain;
  width: 100px;
  height: 18px;
  margin-bottom: 10px;
}

.grid-main-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 60px;
}

.sec {
  padding: 60px 50px 80px;
}

.t13 {
  color: #181818b3;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.tire-list-price-box {
  cursor: pointer;
  border-left: 1px solid #18181821;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 250px;
  padding: 20px;
  display: flex;
  position: relative;
}

.tire-list-p1 {
  color: #18181873;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: line-through;
}

.tire-list-p2 {
  color: #fe6012;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.t-list-stock {
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-right: 5px;
}

.t-list-del {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-dark {
  color: #111;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

.h1-dark._2 {
  margin-bottom: 0;
}

.tire-index-icon {
  filter: brightness(500%);
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  margin-right: 5px;
  display: block;
}

.tire-index-icon.grey {
  opacity: .7;
}

.tire-index-icon.orange {
  filter: none;
}

.pr-title {
  color: #111;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.pr-title:hover {
  opacity: .6;
}

.default-state-3 {
  margin-bottom: 0;
}

.check-total {
  font-size: 16px;
  font-weight: 700;
}

.image-47 {
  background-color: #38b222;
  border-radius: 50px;
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  min-height: 38px;
  max-height: 38px;
  margin-right: 20px;
  padding: 12px 10px 10px;
  display: block;
}

.container-7 {
  flex-direction: column;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-336 {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.block-content-2 {
  background-color: #0000;
  border: 1px #000;
  padding: 0;
}

.contact-grid2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.header {
  background-color: #f2f4f5;
  background-image: linear-gradient(145deg, #202020, #0000004d), url('../images/beiz-rehvid.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 60px;
}

.contact-title1 {
  text-align: left;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.contact-p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.contact-p.grey {
  opacity: .7;
  font-weight: 500;
}

.contact-title3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.head-title-div {
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.h1-light {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.cat-head-img {
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
}

.t-title-sec {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.t-list-stock-item {
  color: #181818b3;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.t-list-stock-item.txt {
  margin-left: 3px;
  font-weight: 600;
}

.tr-att-model {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.hm-intro-sec {
  color: #fff;
  background-image: linear-gradient(90deg, #202020, #fff0), url('../images/beiz-rehvid.jpg');
  background-position: 0 0, 0 80%;
  background-size: auto, cover;
  padding: 80px 50px;
}

.hm-intro-sec.wheels {
  background-image: linear-gradient(to top, #18181899, #18181800), linear-gradient(#3a3a3a66, #3a3a3a66), url('../images/mathew-roswell-3e7vtq50n_a-unsplash.jpg');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
}

.wheels-hm-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 10px;
  margin-bottom: 120px;
}

.hm-box-copy {
  color: #181818;
  background-color: #fff;
  border-bottom: 5px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 25px 0;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
  position: relative;
}

.hm-box-copy:hover {
  border-bottom-color: #fe5f10;
}

.pd-lightbox {
  width: 100%;
}

.pd-img {
  object-fit: contain;
  border-radius: 15px;
  width: 100%;
  min-width: 100%;
  max-height: 400px;
  display: block;
}

.hm-filter-code {
  color: #fff;
  flex-direction: column;
}

.t-list-del-mob {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: none;
}

.t-stock {
  cursor: pointer;
  font-family: Gothamssm;
  font-weight: 500;
  position: static;
  inset: 0% auto auto 0%;
}

.rating-short {
  cursor: pointer;
  margin-left: 5px;
  font-family: Gothamssm;
  font-weight: 500;
}

.pr-stock {
  position: absolute;
  inset: 20px auto auto 20px;
}

.pd-lab2 {
  margin-left: 20px;
}

.desk-right-menu {
  align-items: center;
  display: flex;
}

.tr-title-sec {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hm-intro-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
  width: 100%;
}

.hm-head-sec {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cart-icon {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  display: block;
}

.cart-icon._2 {
  filter: invert();
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: start;
  position: relative;
}

.page-left-sec {
  margin-bottom: 15px;
  position: sticky;
  top: 30px;
}

.sidebar-link {
  color: #757575;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.sidebar-link:hover, .sidebar-link.w--current {
  color: #fe6012;
}

.product-sec {
  background-color: #fff;
  padding: 30px 40px 60px;
}

.product-sec.grey {
  background-color: #f8f9f9;
  padding-top: 60px;
}

.product-sec.t60 {
  padding-top: 60px;
}

.tire-product-item {
  color: #181818;
  border: 1px solid #18181821;
  border-radius: 10px;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.tire-product-item:hover {
  color: #fe6012;
}

.t-more-box {
  cursor: pointer;
  background-color: #fe6012;
  border: 7px solid #eceff1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  inset: auto -15px auto auto;
}

.t-more-plus {
  cursor: pointer;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  display: block;
  position: absolute;
}

.t-more-dots {
  cursor: pointer;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  position: absolute;
}

.cat-head-icon-block {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff40;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 25px;
  display: grid;
}

.cat-head-title {
  z-index: 5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-374 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.pay-icon-sec {
  background-color: #ffffff0d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 8px 10px;
  display: flex;
}

.pay-icon {
  width: 40px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
}

.pay-icon2 {
  height: 13px;
  min-height: 13px;
  max-height: 13px;
}

.pay-icon3 {
  width: 50px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
}

.pr-p-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, .75fr);
  align-items: start;
  display: grid;
}

.prp-right-sec {
  flex-direction: column;
  align-items: flex-start;
}

.prp-sku-sec {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.prp-price-box {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.prp-psc {
  color: #fe6012;
  margin-top: 5px;
  margin-left: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.prp-price-text {
  font-size: 13px;
  font-weight: 500;
}

.tire-pcs {
  color: #fe6012;
  cursor: pointer;
  margin-top: 2px;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.tire-reg-price {
  cursor: pointer;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 5px;
  display: flex;
}

.hm-box-link {
  background-color: #3a2fde;
  border: 10px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  position: absolute;
  inset: auto -10px -10px auto;
}

.hm-box-link-icon {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
}

.icon-box-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-box-sec {
  color: #0e0d35;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
}

.icon-box-img {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-bottom: 40px;
}

.icon-box-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.icon-box-desc {
  opacity: .7;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.icon-box {
  background-color: #f2f2f2;
  padding: 60px 50px;
}

.price-block {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  line-height: 1.15;
  text-decoration: none;
  display: flex;
}

.div-block-400 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button {
  background-color: #fe6012;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  transition: background-color .2s;
}

.button:hover {
  background-color: #eb5911;
}

.checkout-navi {
  background-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.cart-process-icon {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
  display: block;
}

.cart-h1 {
  color: #fe6012;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.cart-h2 {
  opacity: .4;
  color: #181818;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.cart-h2.hov {
  cursor: pointer;
  transition: opacity .2s;
}

.cart-h2.hov:hover {
  opacity: .7;
}

.checkout-navi-2 {
  opacity: .2;
  background-color: #181818;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.h1-dark-copy {
  color: #38b222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.order-comp-title {
  color: #181818;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.heading-82 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
}

.cart-subtotal-name {
  text-align: right;
  align-self: center;
  margin-right: 10px;
  font-size: 17px;
  font-weight: 500;
}

.cart-subtotal-item {
  text-align: right;
  background-color: #0000;
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.desk-menu-cart {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
}

.desk-left-menu {
  align-items: center;
  display: flex;
}

.pr-grid-label {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.pr-cat-hot-label {
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
}

.pr-cat-label-text {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.t-size-2 {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.t-size-item-2 {
  color: #181818;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.t-size-item-2.lf {
  margin-left: 5px;
}

.tire-list-filter {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.category-select {
  border-radius: 30px;
  align-items: center;
  display: flex;
}

.sidebar-select {
  cursor: pointer;
  background-color: #0000;
  margin-right: 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: block;
}

.sidebar-select:hover {
  color: #ffffffb3;
  border-color: #ffffff1a;
}

.sidebar-select.w--current {
  color: #fe6012;
  cursor: not-allowed;
  font-weight: 600;
}

.sidebar-select.w--current:hover {
  border-color: #fe6012;
}

.pr-tire-cat-hot-label {
  cursor: pointer;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.pr-tire-cat-hot-label.pr {
  color: #000;
  border-left-width: 2px;
  margin-bottom: 12px;
  font-size: 14px;
}

.variations-label-2 {
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
}

.pd-quant-2 {
  color: #181818;
  border: 2px solid #eee;
  border-radius: 12px;
  width: 60px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0 5px 0 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.price-box {
  border-bottom: 1px solid #18181821;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
}

.variation-3 {
  color: #111;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #111;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.add-to-cart-2 {
  color: #fff;
  background-color: #fe6012;
  border-radius: 12px;
  flex: 1;
  justify-content: center;
  height: 48px;
  padding: 1px 30px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: block;
}

.add-to-cart-2:hover {
  background-color: #eb5911;
}

.link-block-13 {
  color: #fe5f10;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-bottom: 2px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.div-block-466 {
  color: #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-425 {
  align-items: center;
  display: flex;
}

.image-79 {
  filter: invert();
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.pd-loan-tex-2 {
  margin-right: 2px;
  font-weight: 500;
}

.btn-rehv {
  color: #fff;
  cursor: pointer;
  background-color: #fe6012;
  border-radius: 5px;
  align-items: center;
  margin-left: 8px;
  padding: 6px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: none;
}

.prp-off-price-sec {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.prp-off-price {
  color: #181818b3;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.prp-off-price-item {
  color: #181818b3;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 500;
}

.image-63 {
  border-radius: 100px;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 8px;
}

.pd-spec-title-2 {
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.pd-spec-title-2.ship {
  font-size: 15px;
  font-weight: 600;
}

.pd-spec-title-2.h3 {
  font-size: 22px;
}

.one-item-list-wrap-two {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  margin-bottom: 20px;
  padding: 0 20px 10px;
}

.one-trigger {
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.div-block-468 {
  width: 100%;
}

.acord-item-pr {
  color: #00aa14;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}

.one-name {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-419 {
  line-height: 1.4;
}

.one-item-list {
  z-index: 2222;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.arrow-acordion {
  background-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
}

.arrow-acordion.icon {
  filter: invert();
  background-color: #0000;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  margin-top: 2px;
}

.one-item {
  margin-bottom: 10px;
  transition: border-color .25s;
  position: relative;
}

.one-item:hover {
  border-bottom-color: #181818;
}

.acord-item-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.one-item-display {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-item-display.hover-x {
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  transition: all .25s;
  display: flex;
}

.acord-titl-book {
  color: #18181899;
  font-size: 12px;
  font-weight: 400;
}

.tx-18 {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-decoration: none;
}

.div-block-415-copy {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.icon-box-img-2 {
  width: 45px;
  min-width: 45px;
  max-width: 45px;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  margin-bottom: 50px;
}

.sec-black {
  background-color: #181818;
  padding: 100px 50px;
  display: none;
}

.pd-spec-title-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Circularstd;
  font-size: 17px;
  font-weight: 700;
}

.icon-box-sec-2 {
  color: #fff;
  background-color: #ffffff0d;
  border-radius: 15px;
  align-items: center;
  padding: 40px;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  position: relative;
}

.icon-box-title-2 {
  margin-bottom: 12px;
  font-weight: 700;
}

.icon-box-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.icon-box-desc-2 {
  opacity: .45;
  max-width: 250px;
  margin-bottom: 0;
  font-weight: 500;
}

.main-icon-box {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 25px;
}

.cta-icon {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.cta-ison-txt {
  color: #afafaf;
  font-weight: 400;
  line-height: 1.4;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr 1fr;
  align-items: stretch;
}

.grid.home-intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.grid.main-1 {
  margin-bottom: 120px;
}

.sec-main {
  background-color: #fff;
  padding: 80px 40px;
}

.sec-main.none {
  display: none;
}

.sec-main.dark {
  color: #fff;
  background-color: #202020;
}

.cta-icon-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.grid-right-img {
  background-image: url('../images/martin-katler-daoatoxt1uy-unsplash.jpg');
  background-position: 30% 70%;
  background-size: cover;
  height: 550px;
}

.grid-right-img.wheels {
  background-image: url('../images/rehviinfo-tire-info.jpg');
}

.pr-grid-div {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 30px;
}

.div-block-482 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.link-box {
  color: #fff;
  cursor: pointer;
  background-color: #fe5f10;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  min-width: 200px;
  height: 100%;
  min-height: 100%;
  padding: 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-box:hover {
  transform: none;
}

.grid-right-sec {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-left-img {
  filter: saturate(130%);
  background-image: url('../images/rehvid1-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 560px;
  margin-top: 100px;
}

.grid-left-img.wheels {
  background-image: url('../images/laos-img.jpg');
}

.hm-about-list {
  color: #505050;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.hm-about-list-icon {
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  margin-right: 10px;
  display: block;
}

.h2-main {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

.link-box-hv {
  z-index: 1;
  cursor: pointer;
  background-color: #181818;
  border-radius: 10px;
  height: 98%;
  position: absolute;
  inset: 0%;
}

.link-box-title {
  z-index: 2;
  cursor: pointer;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.link-box-icon {
  filter: invert();
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  display: block;
}

.grid-right-item {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: end;
  margin-top: 100px;
  display: grid;
}

.grid-left-sec {
  flex-direction: column;
  display: block;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 150px;
}

.link-box-icon-div {
  z-index: 2;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-icon-item {
  background-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-484 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-3 {
  color: #fe6012;
}

.grid-main-4 {
  grid-column-gap: 0px;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr .4fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-main-4.top {
  border-top: 1px solid #333;
}

.image-85 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
}

.div-block-487 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-200 {
  color: #757575;
  margin-top: 15px;
  font-size: 14px;
}

.div-block-488 {
  width: 400px;
  text-decoration: none;
}

.div-block-489 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-490 {
  cursor: pointer;
  border: 2px solid #333;
  border-top-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  padding: 0;
  transition: transform .4s;
  display: flex;
}

.div-block-490:hover {
  transform: rotate(90deg);
}

.image-86 {
  filter: invert();
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
}

.image-82 {
  object-fit: contain;
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  display: inline-block;
}

.text-block-197 {
  color: #fe5f10;
  margin-right: 10px;
  font-weight: 900;
}

.text-block-197-copy {
  margin-right: 10px;
  text-decoration: line-through;
}

.tr-att-brand-copy {
  text-transform: uppercase;
  margin-right: 5px;
}

.tr-title-sec-copy {
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.div-block-462-copy {
  color: #757575;
  align-items: stretch;
  display: flex;
}

.tr-att-model-copy {
  text-transform: uppercase;
}

.div-block-478 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.t-size-item-3 {
  text-decoration: none;
}

.t-size-3 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.pr-add {
  cursor: pointer;
  background-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.pr-price-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pr-grid-cta {
  color: #181818b3;
  font-size: 14px;
  font-weight: 500;
}

.pr-label-cta-2 {
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.pr-reg-price {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cart-ssl-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 1px;
  margin-right: 10px;
  display: block;
}

.div-block-494 {
  align-items: center;
  line-height: 1;
  display: flex;
}

.ndd-block {
  background-color: #f2f2f2;
  align-items: flex-start;
  padding: 60px 80px;
  overflow: hidden;
}

.ndd-block.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-drop-tx {
  color: #fff;
  line-height: 1.5;
}

.nav-drop-tx:hover {
  color: #fe6012;
}

.bdd-point {
  position: relative;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: -3% 4% auto 0%;
  transform: rotate(45deg);
}

.nav-ndd-block {
  min-width: 140px;
}

.nav-ndd-block.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.nav-ndd-block.ndd-long {
  min-width: 430px;
  left: -150px;
  overflow: hidden;
}

.nav-ndd-block.ndd-long.w--open {
  flex-direction: column;
  min-width: 99vw;
  margin-top: -4px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.link-13 {
  color: #181818cc;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  transition: color .2s;
}

.link-13:hover {
  color: #181818;
}

.ndd-sec {
  line-height: 21px;
  display: block;
  position: static;
}

.ndd-sec:hover {
  color: #fe6012;
}

.ic-drop {
  color: #fff;
  margin-right: 0;
}

.ndd-col-title {
  color: #181818;
  border-bottom: 5px solid #ddd;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.ndd-toggle {
  align-items: center;
  padding: 0 20px 0 0;
  display: flex;
}

.grid-44 {
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 75px 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-201 {
  color: #fe6012;
  font-size: 16px;
  font-weight: 500;
}

.text-block-202 {
  font-size: 16px;
}

.tire-info-block {
  margin-bottom: 60px;
}

.tire-info-block.bot {
  margin-bottom: 0;
}

.div-block-498 {
  margin-bottom: 20px;
}

.div-block-498.bot {
  margin-bottom: 0;
}

.grid-45 {
  grid-template-rows: auto;
}

.sidebar-block {
  background-color: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  width: 100%;
  margin-top: 0;
  padding: 25px 25px 10px;
  position: relative;
}

.sidebar-tire-cta {
  color: #fff;
  background-image: linear-gradient(49deg, #fe601266, #fff0), linear-gradient(#0000004d, #0000004d), url('../images/obi-onyeador-fmodtm4kxhk-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding: 25px;
  text-decoration: none;
  display: flex;
}

.sidebar-cta-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.3;
}

.sidebar-cta-text {
  opacity: .85;
  line-height: 1.4;
}

.page-img {
  object-fit: cover;
  object-position: 50% 65%;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: block;
}

.link-on-dots {
  color: #757575;
  cursor: pointer;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.link-on-dots:hover, .link-on-dots.w--current {
  color: #fe6012;
}

.page-subtitle {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-label {
  color: #fff;
  background-color: #202020;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.sidebar-info-icon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-right: 8px;
}

.page-sidebar {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.mobile-nav {
  display: none;
}

.cart-process-block {
  background-color: #f8f9f9;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 50px;
  padding: 15px 25px;
  display: flex;
}

.cart-ssl-block {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.rights-copy {
  color: #18181873;
  margin-right: 0;
}

.cart-grid-right {
  width: 100%;
}

.cart-update-text {
  color: #18181899;
  font-size: 14px;
  font-weight: 400;
}

.cart-item-block {
  border: 1px solid #eee;
  border-radius: 10px;
}

.cart-item-block-2 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-item-b-3 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  font-weight: 500;
  display: grid;
}

.cart-item-price-block {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cart-update-icon {
  opacity: .6;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-right: 12px;
}

.cart-update-text-block {
  align-items: center;
  display: flex;
}

.cart-ssl-text {
  color: #18181873;
  margin-right: 0;
  font-weight: 500;
}

.mob-menu-cta {
  cursor: pointer;
  border-left: 1px solid #ddd;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.mob-menu-cta-text {
  color: #fe6012;
  cursor: pointer;
}

.mob-menu-cta-icon {
  cursor: pointer;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
}

.mob-top-slider-block {
  display: none;
}

.div-block-508 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  display: block;
}

.grid-46 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: block;
}

.text-block-204 {
  font-size: 16px;
  font-weight: 500;
}

.div-block-509 {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
}

.text-block-205 {
  color: #18181873;
  margin-bottom: 3px;
  font-weight: 500;
}

.grid-47 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.div-block-510 {
  background-color: #38b222;
  border-radius: 100%;
  width: 7px;
  min-width: 7px;
  max-width: 7px;
  height: 7px;
  min-height: 7px;
  max-height: 7px;
  margin-right: 8px;
}

.div-block-511 {
  align-items: center;
  display: flex;
}

.div-block-512 {
  border-top: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.text-block-206 {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-207 {
  font-size: 22px;
  font-weight: 700;
}

.order-item {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 20px;
}

.image-89 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  margin-right: 20px;
  display: block;
}

.div-block-514 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.text-block-208 {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-209 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-515 {
  opacity: .45;
}

.order-items {
  margin-top: 0;
  margin-bottom: 0;
}

.order-item-list {
  margin-bottom: 0;
}

.ndd-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.ndd-grid-list {
  flex-direction: column;
}

.ndd-link-grid {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.div-block-517 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.desk-right-menu-link {
  color: #fff;
  margin-left: 6px;
  font-size: 14px;
  text-decoration: none;
  transition: color .15s;
}

.desk-right-menu-link:hover {
  color: #fe6012;
}

.logo-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.logo-dots {
  background-color: #fe6012;
  border-radius: 100%;
  width: 13px;
  min-width: 13px;
  max-width: 13px;
  height: 13px;
  min-height: 13px;
  max-height: 13px;
  margin-bottom: 1px;
  margin-left: 4px;
}

.desk-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desk-menu.search {
  width: 100%;
}

.desk-nav-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.desk-nav-grid._2 {
  grid-template-columns: 1fr .25fr;
  margin-bottom: 0;
}

.desk-nav-grid.top {
  grid-template-columns: 1fr .25fr;
  margin-bottom: 0;
  display: flex;
}

.intro-title-sec {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ndd-img {
  background-image: linear-gradient(#18181800 30%, #181818), url('../images/menu-rehvid-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding: 40px;
  display: flex;
}

.ndd-img.wheels {
  background-image: linear-gradient(#18181800 30%, #181818), url('../images/rehviinfo-tire-info.jpg');
}

.ndd-img.info {
  background-image: linear-gradient(#18181800 30%, #181818), url('../images/laos-img.jpg');
}

.ndd-img-text {
  color: #fffc;
  max-width: 270px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.ndd-img-title {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
}

.ndd-img-icon {
  background-color: #fe6012;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  margin-bottom: 18px;
  padding: 9px;
}

.ndd-img-title-block {
  margin-bottom: 15px;
}

.ndd-link-grid-1 {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  align-items: start;
}

.page-head {
  background-color: #181818;
  height: 68px;
}

.grid-51 {
  grid-row-gap: 0px;
}

.div-block-518 {
  display: none;
}

.text-block-213, .text-block-214 {
  font-weight: 500;
}

.div-block-519 {
  margin-top: 50px;
}

.tire-cont-tab {
  color: #666;
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #0000;
  border-radius: 30px;
  flex-direction: row;
  align-items: center;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  transition: border .3s;
  display: flex;
}

.tire-cont-tab:hover {
  border-color: #ddd;
}

.tire-cont-tab.w--current {
  color: #181818;
  background-color: #f2f2f2;
  border-radius: 30px;
}

.tire-cont-tab.w--current:hover {
  opacity: 1;
  border-color: #f2f2f2;
}

.tire-cont-tab.active {
  color: #fff;
  cursor: not-allowed;
  background-color: #fe6012;
}

.tire-cont-tab.active:hover {
  border-color: #fe6012;
}

.hm-f-tab-sel {
  background-color: #fff;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  box-shadow: 0 6px 20px -6px #0003;
}

.hm-f-tab-sel.sidebar {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

.hm-f-tab-sec {
  padding-top: 15px;
}

.div-block-520 {
  border-bottom: 1px solid #ddd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.contact-shop-label {
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.contact-shop-label-img {
  cursor: pointer;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.div-block-520-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #18181821;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: grid;
}

.div-block-520-copy._2 {
  grid-template-columns: 1fr;
}

.text-block-217 {
  color: #181818b3;
  font-weight: 500;
}

.hm-filter-tab {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-218 {
  color: #fe6012;
  font-weight: 500;
}

.div-block-522 {
  background-image: linear-gradient(0deg, #181818d9 10%, #18181800), url('../images/rehvid5-min.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  margin: 120px -50px -60px;
  padding: 120px 50px;
  display: flex;
}

.heading-87 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-523 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-220 {
  color: #fff;
  text-transform: none;
  margin-top: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
}

.image-93 {
  border-radius: 100px;
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.div-block-524 {
  background-color: #1818184d;
  border-radius: 30px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.grid-main-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.grid-main-2.bot80 {
  margin-bottom: 100px;
}

.grid-main-2.bot0 {
  margin-bottom: 0;
}

.hm-cat-box {
  filter: invert(3%);
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .25s;
  display: flex;
  overflow: hidden;
}

.hm-cat-title {
  color: #181818;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hm-cat-img {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #fff;
  height: 250px;
  padding: 20px;
}

.hm-cat-img:hover {
  border-bottom-width: 5px;
  border-bottom-color: #fe5f10;
}

.h2-main-2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.hm-cat-link-text {
  color: #181818b3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.hm-cat-link-icon {
  filter: invert(50%);
  width: 15px;
  height: 15px;
  margin-bottom: 1px;
}

.hm-cat-title-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 25px 20px;
  display: flex;
}

.hm-cat-link {
  color: #181818b3;
}

.main-title-ic-block {
  background-color: #fe6012;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-right: 12px;
  display: flex;
}

.main-title-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.text-block-222 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.main-title-ic {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 16px;
}

.hm-h3 {
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-223 {
  color: #fe6012;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-526 {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image-96 {
  background-color: #fe6012;
  border-radius: 100%;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-right: 10px;
  padding: 7px;
}

.hm-f-tab-con {
  overflow: visible;
}

.att-item-name {
  text-align: left;
  text-transform: none;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.att-item-name.cap {
  text-transform: none;
  cursor: pointer;
}

.text-block-224 {
  color: #fe6012;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.text-block-225 {
  color: #fffc;
  font-size: 12px;
  font-weight: 500;
}

.prp-sku-name {
  color: #181818b3;
  margin-right: 4px;
  font-size: 13px;
  font-weight: 500;
}

.text-block-226 {
  color: #181818b3;
  margin-right: 6px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-527 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-97 {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.image-97.ship {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin-right: 8px;
}

.pr-h2-title-block {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.pr-h2-title-block.brand {
  border-bottom: 1px solid #e6e8ec;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.text-block-227 {
  color: #fe6012;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-228 {
  color: #181818b3;
  font-weight: 500;
}

.div-block-529 {
  border-top: 1px solid #eee;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-529.fr {
  border-top-style: none;
}

.text-block-228-copy {
  font-weight: 700;
}

.product-info-grid {
  grid-column-gap: 62px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 0;
}

.product-info-grid.cat {
  grid-row-gap: 10px;
}

.pr-spec-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  display: flex;
}

.pr-subtitle {
  color: #181818b3;
  flex: none;
  font-size: 15px;
  font-weight: 500;
}

.pr-subtitle.cat {
  font-size: 13px;
}

.pr-spec-sepr {
  background-color: #18181821;
  width: 100%;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
}

.pr-spec-item {
  color: #181818;
  flex: none;
  font-size: 15px;
  font-weight: 600;
}

.pr-spec-item.lg {
  margin-left: 1px;
  margin-right: 8px;
}

.pr-spec-item.cat {
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
}

.div-block-530 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-531 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-532 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro-txt {
  opacity: .7;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.link-14 {
  color: #fff;
  margin-right: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: color .15s;
}

.link-14:hover {
  color: #fe6012;
}

.nav-top {
  border-bottom: 1px solid #333;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-14-copy {
  color: #fff;
  margin-right: 24px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.link-14-copy:hover {
  color: #fe6012;
}

.nav-middle {
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-bottom {
  padding-bottom: 15px;
}

.image-98 {
  width: 100px;
}

.text-block-230 {
  width: 100%;
  margin-left: 15px;
  font-size: 12px;
}

.att-brand {
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.att-model {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.pr-title-sec {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pr-title-sec.list {
  margin-bottom: 15px;
}

.pr-size-block {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.pr-size-block.hr {
  border: 1px solid #18181821;
  border-radius: 4px;
  margin-top: 0;
  padding: 6px 7px 5px;
}

.pr-size-block.list {
  margin-bottom: 10px;
}

.div-block-533 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  line-height: 1.7;
  display: flex;
}

.text-block-231 {
  color: #181818b3;
  margin-right: 4px;
  font-weight: 500;
}

.div-block-534 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-535 {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.text-block-232 {
  color: #181818b3;
  border-right: 1px solid #e6e8ec;
  margin-right: 8px;
  padding-right: 8px;
  font-weight: 500;
}

.text-block-233 {
  flex: none;
  font-size: 15px;
  font-weight: 600;
}

.text-block-233.green {
  color: #000;
  font-size: 15px;
}

.text-block-234 {
  color: #181818b3;
  font-weight: 500;
}

.div-block-536 {
  width: 100%;
}

.div-block-537 {
  grid-row-gap: 15px;
  border: 1px solid #18181821;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  padding: 25px;
  display: grid;
}

.div-block-537._2 {
  grid-column-gap: 0px;
}

.div-block-537._2-copy {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-537._2-copy.br0 {
  border-top-style: none;
}

.div-block-537._2-copy-copy, .div-block-537._2-copy-copy-copy {
  grid-column-gap: 0px;
  border-top: 1px #e6e8ec;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-538 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-539 {
  background-color: #06a555;
  width: 100%;
  height: 6px;
}

.div-block-539._2 {
  background-color: #4cb744;
}

.div-block-539._3 {
  background-color: #c0d72f;
}

.div-block-539._4 {
  background-color: #fff104;
}

.div-block-539._5 {
  background-color: #f9bb13;
}

.div-block-539._6 {
  background-color: #f56e1f;
}

.div-block-539._7 {
  background-color: #ed1b24;
}

.text-block-235 {
  color: #fff;
  text-align: center;
  background-color: #06a555;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.text-block-235._2 {
  background-color: #4cb744;
}

.text-block-235._3 {
  background-color: #c0d72f;
}

.text-block-235._4 {
  background-color: #fff104;
}

.text-block-235._5 {
  background-color: #f9bb13;
}

.text-block-235._7 {
  background-color: #f56e1f;
}

.text-block-235._8 {
  background-color: #ed1b24;
}

.image-99 {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  margin-top: 5px;
}

.text-block-236 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.image-100 {
  background-color: #f8f9f9;
  border-radius: 100px;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-right: 12px;
  padding: 8px;
}

.div-block-540 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-540.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-236-copy {
  color: #18181899;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.text-block-236-copy.top {
  margin-top: 5px;
}

.div-block-541 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #e6e8ec;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-541._2 {
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

.div-block-541.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: none;
  grid-template-columns: minmax(200px, 1fr);
}

.text-block-235-copy {
  color: #bebebe;
  text-align: center;
  background-color: #f8f9f9;
  width: 100%;
  margin-bottom: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.text-block-235-copy._2 {
  background-color: #4cb744;
}

.text-block-235-copy._3 {
  background-color: #c0d72f;
}

.text-block-235-copy._4 {
  background-color: #fff104;
}

.text-block-235-copy._5 {
  background-color: #f9bb13;
}

.text-block-235-copy._7 {
  background-color: #f56e1f;
}

.text-block-235-copy._8 {
  background-color: #ed1b24;
}

.text-block-237 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-237.border {
  color: #181818b3;
  font-size: 15px;
  font-weight: 400;
}

.text-block-237.border.w {
  margin-top: 10px;
  margin-bottom: 15px;
}

.image-101 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 3px;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  padding: 8px;
}

.image-101.hm {
  padding: 8px;
}

.image-101.inb {
  padding: 5px;
}

.div-block-542 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-b-big {
  color: #fff;
  background-color: #fe6012;
  background-image: linear-gradient(90deg, #fe6012, #fff0), linear-gradient(#fe60124d, #fe60124d), url('../images/rehvid4-min.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  padding: 20px 30px;
}

.cta-b-big.hm {
  text-align: center;
  background-image: linear-gradient(63deg, #fe60124d, #fff0), linear-gradient(#202020b3, #202020b3), url('../images/obi-onyeador-fmodtm4kxhk-unsplash.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 430px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
}

.cta-b-big.cat {
  margin-top: 0;
  margin-bottom: 20px;
}

.cta-b-num {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-b-num._2 {
  color: #fe6012;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 600;
}

.cta-b-num._2-copy {
  color: #fff;
  background-color: #fe6012;
  border-radius: 10px;
  margin-left: 10px;
  padding: 5px 8px 3px;
  font-size: 24px;
  font-weight: 600;
}

.cta-b-num.pr {
  font-size: 16px;
}

.text-block-239 {
  color: #fff;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.cta-b-title-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pr-db-block {
  color: #43a4e0;
  background-color: #66c4ff33;
  border: 3px #66c4ff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.text-block-240 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.text-block-240._2 {
  margin-left: 1px;
}

.pr-cat-label-text-copy {
  color: #181818;
  cursor: auto;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.15;
}

.div-block-546 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.div-block-547 {
  background-color: #28af4c;
  border-radius: 100px;
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  min-height: 9px;
  max-height: 9px;
  margin-right: 6px;
}

.div-block-547._2 {
  background-color: #f7e249;
}

.div-block-547.small {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  min-height: 8px;
  max-height: 8px;
  margin-right: 6px;
}

.div-block-548 {
  background-color: #f8f9f9;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.text-block-241 {
  margin-right: 4px;
}

.text-block-242 {
  color: #181818b3;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: line-through;
}

.div-block-549 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-243 {
  margin-right: 3px;
}

.text-block-243._2 {
  border-left: 1px solid #e6e8ec;
  margin-left: 6px;
  padding-left: 6px;
}

.text-block-241-copy {
  margin-right: 2px;
  font-weight: 600;
}

.text-block-244 {
  margin-left: 1px;
}

.breadcrumb-div {
  margin-bottom: 24px;
}

.pr-breadcrumbs {
  color: #181818b3;
  font-size: 12px;
  font-weight: 500;
}

.intro-del-ic {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 8px;
}

.intro-del-block {
  justify-content: flex-start;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.intro-del-txt {
  font-weight: 400;
}

.div-block-551 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-about-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  margin-top: 100px;
  display: grid;
}

.text-block-248 {
  font-size: 15px;
  font-weight: 400;
}

.main-about-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: block;
}

.image-103 {
  width: 480px;
}

.cta-b-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-b-title._2 {
  color: #fe6012;
  background-color: #fff;
  border-radius: 3px;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 15px;
  font-weight: 600;
}

.cta-b-desc {
  color: #fff;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.image-104 {
  width: 120px;
}

.link-block-14 {
  margin-bottom: 40px;
}

.text-block-249 {
  opacity: .7;
  font-size: 15px;
}

.text-block-249._2 {
  margin-bottom: 24px;
}

.pd-img-block {
  border: 1px solid #18181821;
  border-radius: 12px;
  padding: 40px 40px 100px;
  text-decoration: none;
}

.div-block-555 {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-250 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-556 {
  display: block;
}

.div-block-557 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-545-copy {
  color: #fe6012;
  background-color: #fe601226;
  border: 3px #fe6012;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.text-block-251 {
  color: #181818b3;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 500;
}

.text-block-252 {
  color: #181818;
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.pr-db-block-copy {
  color: #38aa30;
  background-color: #4cb74426;
  border: 3px #4cb744;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  display: flex;
}

.text-block-253 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.pr-score-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.pr-score-block.top {
  margin-bottom: 15px;
}

.pr-score-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border: 3px solid #fe6012;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pr-score-item.total {
  color: #fff;
  background-color: #fe6012;
}

.pr-score-item-icon {
  width: 18px;
  height: 18px;
}

.pr-score-dec {
  color: #fe6012;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.pr-score-dec._2 {
  color: #fe6012;
  margin-left: 4px;
  font-weight: 600;
}

.pr-score-dec.total {
  color: #fff;
  font-size: 16px;
}

.pr-score-desc-2 {
  color: #000000b3;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.pr-score-desc-2.total {
  color: #fff;
}

.text-block-256 {
  color: #181818b3;
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 500;
}

.pr-score-score {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-560 {
  background-image: url('../images/beiz-rehvid.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
}

.text-block-230-copy {
  width: 100%;
  margin-left: 15px;
  font-size: 14px;
}

.link-block-15 {
  text-decoration: none;
}

.link-block-15.w--current:hover {
  opacity: .8;
}

.text-block-257 {
  font-size: 18px;
  font-weight: 700;
}

.block-header-2 {
  border-style: none;
  align-items: center;
  padding: 25px 25px 20px;
  display: block;
}

.text-block-258 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-259 {
  opacity: .5;
  margin-right: 6px;
  font-weight: 400;
}

.order-block-header {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.container-8 {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1280px;
  font-family: Inter, Arial, sans-serif;
  display: grid;
}

.div-block-561 {
  margin-right: 0;
}

.order-block-content {
  border: 1px #000;
}

.link-15 {
  transition: color .2s;
}

.link-15:hover {
  color: #fe6012b3;
}

.main-about-right {
  z-index: 0;
  filter: invert(3%);
  background-color: #fff;
  background-image: linear-gradient(326deg, #fff, #ffffffd6 16%, #fff0 37%), url('../images/maps.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 85%;
  border-radius: 24px;
  height: 480px;
  padding: 0;
  position: relative;
}

.main-about-right.pr {
  background-color: #fff;
  border-radius: 10px;
}

.div-block-563 {
  z-index: 1;
  color: #fff;
  background-color: #f5f5f5;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  margin-top: 25px;
  padding-top: 15px;
  display: flex;
  position: absolute;
  inset: 0% 20px auto auto;
}

.text-block-260 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}

.text-block-261 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.div-block-564 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 30px 30px 0%;
}

.image-106 {
  object-fit: contain;
  background-color: #f8f9f9;
  border-radius: 6px;
  width: 130px;
  margin-left: 20px;
  padding: 10px;
}

.image-106.dpd {
  width: 75px;
  height: 50px;
}

.image-106.db {
  background-color: #f5f5f5;
  border-radius: 12px;
  height: 50px;
  margin-left: 15px;
  padding: 13px;
}

.image-106.sp {
  background-color: #f5f5f5;
  border-radius: 12px;
  height: 50px;
  margin-left: 15px;
  padding: 14px;
}

.text-block-262 {
  color: #fe6012;
  font-weight: 600;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.t15 {
  font-size: 15px;
  font-weight: 400;
}

.main-product-block {
  display: block;
}

.text-block-263 {
  color: #181818b3;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-263.light {
  color: #ffffffb3;
}

.image-107 {
  width: 80px;
}

.text-block-264 {
  color: #fe6012;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}

.text-block-237-copy {
  color: #181818b3;
  font-family: Tthoves, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-237-copy.border {
  border: 1px solid #e6e8ec;
  border-radius: 6px;
  padding: 25px;
}

.pr-category {
  color: #181818;
  border-radius: 4px;
}

.pr-category-block {
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.pr-category-block.hr {
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  position: static;
  inset: 20px auto auto 20px;
}

.div-block-565 {
  display: flex;
}

.div-block-565.hr {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-566 {
  background-color: #f2f2f2;
}

.div-block-548-copy {
  color: #181818;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.div-block-567 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-568 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-265 {
  color: #181818;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block-569 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.div-block-570 {
  width: 100%;
}

.text-block-266 {
  color: #181818;
  margin-bottom: 15px;
}

.text-block-266.head {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 10px;
}

.div-block-571 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tire-list-att-label {
  color: #fe6012;
  cursor: pointer;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.tire-list-att-label.black {
  color: #181818;
}

.div-block-572 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.div-block-573 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-574 {
  margin-top: 80px;
}

.div-block-575 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-block-267 {
  position: absolute;
  inset: 20px auto auto 20px;
}

.text-block-268 {
  border-right: 1px solid #ddd;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
}

.text-block-268.end {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.text-block-269 {
  margin-top: 15px;
  display: block;
}

.div-block-576 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-108 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 12px;
}

.link-block-16 {
  margin-top: 15px;
}

.div-block-577 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.head-title-block {
  color: #fff;
  background-image: url('../images/beiz-rehvid.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.head-cta-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.image-109 {
  filter: invert();
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  max-height: 20px;
  margin-right: 10px;
}

.text-block-270 {
  color: #fff;
  font-weight: 500;
}

.div-block-578 {
  background-color: #f8f9f9;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding: 20px 30px;
  display: flex;
}

.image-110 {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-right: 15px;
}

.text-block-271 {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.text-block-272 {
  color: #fe6012;
  border-right: 1px solid #18181821;
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.text-block-272.grey {
  color: #181818b3;
  border-right-style: none;
  font-weight: 500;
}

.div-block-579 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-580 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-273 {
  opacity: .8;
  margin-top: 20px;
  margin-bottom: 20px;
}

.code {
  color: #fff;
}

.div-block-581 {
  border: 1px solid #18181821;
  border-radius: 10px;
  padding: 30px;
}

.image-111 {
  background-color: #fe6012;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
  margin-right: 15px;
  padding: 12px;
}

.div-block-582 {
  flex-flow: column;
  display: flex;
}

.text-block-274 {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-275 {
  color: #fff;
  background-color: #fe6012;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  transition: background-color .25s;
}

.text-block-275:hover {
  background-color: #f25c11;
}

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

  .desk-menu-sec {
    padding-left: 50px;
    padding-right: 50px;
    display: none;
  }

  .empty-state, .error-message {
    max-width: 738px;
  }

  .section-20 {
    padding-top: 115px;
    padding-bottom: 50px;
  }

  .cart-button {
    justify-content: flex-end;
  }

  .pr-sec {
    flex-direction: row;
  }

  .t-size-item {
    font-size: 14px;
    font-weight: 700;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .container__description {
    margin-bottom: 40px;
    position: static;
  }

  .text__paragraph.m-t.m-b {
    text-align: center;
  }

  .post-date {
    transform: none;
  }

  .section-description__container-copy {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 91px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-hero-blog {
    padding: 80px 40px 0;
  }

  .image-19 {
    bottom: 0;
  }

  .author-label {
    transform: none;
  }

  .container__text-blog {
    align-items: center;
    max-width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .vertical-post-info {
    transform: none;
  }

  .container-text-blog {
    max-width: 100%;
  }

  .blog__collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .related-posts {
    padding: 140px 40px 60px;
  }

  .field-label {
    font-size: 11px;
  }

  .div-block-305 {
    width: 100%;
  }

  .add-to-cart.white {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .cart-update-block {
    justify-items: start;
    margin-top: 0;
  }

  .cart-item-list-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .my-account-page---copy-this {
    border-style: none;
    flex-direction: column;
  }

  .list-2 {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .list-item-3 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    display: flex;
  }

  .my-account-content-wrapper {
    border-style: none;
    border-color: #000;
    padding-left: 0;
  }

  .sign-in-main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .reset-password-form-container {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .login-head {
    font-size: 26px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    font-size: 18px;
  }

  .reset-password {
    width: 100%;
  }

  .pd-img-sec {
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
    position: static;
  }

  .prp-h1 {
    text-align: left;
  }

  .variations-wrapper {
    margin-bottom: 20px;
  }

  .prp-price {
    margin-top: 0;
  }

  .pd-add-cart {
    width: 100%;
  }

  .tr-att-brand {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .pd-index-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .pd-spec {
    margin-top: 30px;
  }

  .t-list-price {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tire-list-att-size {
    justify-content: center;
    display: flex;
  }

  .cart-grid {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .div-block-323 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .container-6 {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .footer {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .copy {
    grid-row-gap: 30px;
    grid-template-columns: 2fr 1fr;
  }

  .products-grid {
    flex-direction: column;
    display: flex;
  }

  .pr-item {
    justify-content: space-between;
  }

  .sec-grey {
    padding: 30px;
  }

  .pr-img {
    padding: 20px;
  }

  .pr-title-block {
    padding-top: 10px;
  }

  .sidebar {
    width: 100%;
    margin-bottom: 30px;
    position: static;
  }

  .space50 {
    height: 30px;
  }

  .tire-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .t-img {
    filter: invert(6%);
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    display: block;
  }

  .t-img-sec {
    width: 100%;
    margin-top: 55px;
    padding: 0 20px;
  }

  .t-info {
    flex: none;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .tire-product-wrap {
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    height: 100%;
    position: relative;
  }

  .sidebar-item, .sidebar-item.mobile {
    display: block;
  }

  .h1 {
    font-size: 36px;
  }

  .h1.hm {
    max-width: 700px;
    font-size: 30px;
  }

  .h3 {
    margin-bottom: 10px;
  }

  .hm-box-img {
    width: 130px;
    height: 130px;
  }

  .grid-main-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .sec {
    padding: 50px 30px;
  }

  .tire-list-price-box {
    border-left-style: none;
    border-radius: 10px;
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    padding-top: 20px;
  }

  .tire-list-p1 {
    margin-bottom: 0;
  }

  .tire-list-p2 {
    margin-right: 0;
    font-size: 24px;
    display: block;
  }

  .t-list-stock {
    filter: none;
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
  }

  .t-list-del {
    flex-direction: row;
    margin-bottom: 0;
    display: none;
  }

  .h1-dark {
    font-size: 30px;
  }

  .container-7 {
    display: block;
  }

  .div-block-336 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-grid2 {
    grid-column-gap: 30px;
    margin-top: 20px;
    padding-top: 30px;
  }

  .header {
    padding: 100px 30px 30px;
  }

  .contact-p {
    margin-bottom: 10px;
  }

  .cat-head-img {
    padding: 20px;
  }

  .t-title-sec {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .t-list-stock-item {
    color: #181818;
  }

  .tr-att-model {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }

  .hm-intro-sec {
    padding: 60px 30px;
  }

  .wheels-hm-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .hm-box-copy {
    padding: 20px;
  }

  .pd-img {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .pr-grid-right {
    width: 100%;
  }

  .t-list-del-mob {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 20px auto auto;
  }

  .t-stock {
    display: none;
  }

  .t-stock.mob {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .rating-short {
    margin-bottom: 0;
    display: block;
  }

  .pd-lab2 {
    flex: none;
    margin-left: 40px;
    margin-right: 40px;
    position: static;
  }

  .desk-right-menu {
    justify-content: flex-end;
    margin-right: 15px;
  }

  .tr-title-sec {
    width: 100%;
  }

  .hm-intro-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .hm-head-sec {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .page-grid {
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: flex-start start;
    display: flex;
  }

  .page-left-sec {
    max-width: 300px;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .page-left-sec.rinfo {
    display: none;
  }

  .page-right-sec {
    margin-bottom: 50px;
  }

  .product-sec {
    padding-top: 50px;
    padding-bottom: 30px;
    display: block;
  }

  .tire-product-item {
    flex-direction: column;
    flex: none;
    justify-content: flex-end;
    height: 100%;
    transition: none;
    position: relative;
  }

  .tire-product-item:hover {
    box-shadow: none;
  }

  .t-more-box {
    display: flex;
    position: static;
  }

  .t-more-dots, .cat-head-icon-block {
    display: none;
  }

  .pr-p-grid {
    grid-template-columns: 1fr;
  }

  .tire-pcs {
    margin-top: 3px;
  }

  .tire-reg-price {
    margin-bottom: 0;
  }

  .icon-box-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .icon-box {
    padding: 50px;
  }

  .price-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .checkout-navi {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cart-h1, .cart-h2 {
    font-size: 16px;
  }

  .checkout-navi-2 {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-410 {
    align-items: center;
    display: flex;
  }

  .t-size-item-2 {
    font-size: 14px;
    font-weight: 700;
  }

  .tire-list-filter {
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .category-select {
    margin-bottom: 30px;
  }

  .pr-tire-cat-hot-label {
    display: none;
  }

  .pr-tire-cat-hot-label.pr {
    align-items: center;
    display: flex;
  }

  .pd-spec-title-2 {
    margin-bottom: 15px;
  }

  .pd-spec-title-copy {
    margin-bottom: 10px;
  }

  .icon-box-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    display: block;
  }

  .grid.home-intro {
    display: none;
  }

  .grid.main-1 {
    margin-bottom: 50px;
  }

  .sec-main {
    padding: 60px 30px;
  }

  .grid-right-img {
    height: 300px;
  }

  .div-block-482 {
    margin-top: 30px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-box, .grid-left-img {
    display: none;
  }

  .h2-main {
    font-size: 38px;
  }

  .grid-right-item {
    margin-top: 50px;
    display: block;
  }

  .grid-left-sec {
    margin-bottom: 50px;
  }

  .image-85 {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .div-block-488 {
    width: auto;
    margin-bottom: 50px;
  }

  .div-block-489 {
    display: block;
  }

  .div-block-490 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .image-86 {
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
  }

  .tr-att-brand-copy {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 17px;
  }

  .tr-att-model-copy {
    margin-right: 0;
    font-size: 17px;
  }

  .t-size-item-3 {
    font-size: 14px;
    font-weight: 700;
  }

  .pr-add {
    display: flex;
  }

  .pr-price-block {
    flex-direction: row;
  }

  .pr-reg-price {
    align-items: flex-start;
  }

  .sidebar-block {
    padding: 20px 20px 5px;
  }

  .page-img {
    margin-bottom: 35px;
  }

  .sidebar-label {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-menu-sec {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .mob-lang-block {
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mob-menu-img {
    background-image: linear-gradient(#00000080, #00000080), url('../images/rehviinfo-tire-info.jpg');
    background-position: 0 0, 50% 65%;
    background-size: auto, cover;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    display: flex;
  }

  .mob-menu-link {
    color: #fffc;
    margin-top: 10px;
    font-family: Scto groteska;
    font-size: 17px;
    text-decoration: none;
  }

  .mob-menu-link-block {
    border-bottom: 1px solid #333;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    display: flex;
  }

  .mob-menu-link-title {
    color: #ffffff73;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
  }

  .mob-menu-close {
    background-color: #fe6012;
    margin-right: -20px;
    padding: 15px;
  }

  .mob-menu-cl {
    filter: invert();
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    min-height: 16px;
    max-height: 16px;
    display: block;
  }

  .mob-nav-menu {
    background-color: #181818;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .mob-menu-open {
    padding: 20px;
  }

  .mob-menu-open.w--open {
    margin-top: 0;
    display: none;
  }

  .mobile-nav {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .cart-process-block {
    margin-bottom: 25px;
  }

  .cart-grid-right {
    margin-top: 50px;
  }

  .mob-logo {
    filter: invert();
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .mob-nav-cont {
    background-color: #181818;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mob-cart-icon {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
  }

  .mob-cart-link {
    padding: 20px;
  }

  .mob-menu-open-icon {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    display: block;
  }

  .cart-item-block {
    float: none;
    flex-basis: 100%;
    display: block;
  }

  .mob-lang {
    color: #fff;
  }

  .mob-menu-cta {
    color: #fff;
    cursor: auto;
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .mob-menu-cta-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .mob-menu-cta-icon {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    margin-right: 2px;
  }

  .mob-top-slider-block {
    background-color: #fff;
    padding: 15px 20px;
    display: flex;
  }

  .mob-top-slider {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 21px;
    display: flex;
  }

  .mob-top-slider-mask {
    width: 100%;
    height: 21px;
  }

  .slide-nav {
    display: none;
  }

  .mob-top-slide {
    width: 100%;
    height: 21px;
  }

  .right-arrow {
    justify-content: flex-end;
  }

  .mob-top-slide-content {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mob-top-slider-icon {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    margin-right: 10px;
    display: block;
  }

  .icon-3 {
    color: #181818;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    font-size: 20px;
    inset: 0% auto 0% 0%;
  }

  .icon-3-copy {
    color: #181818;
    width: 20px;
    height: 20px;
    margin: 1px 0 0;
    font-size: 20px;
    inset: 0% 0% 0% auto;
  }

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

  .div-block-517 {
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-title-sec {
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .page-head {
    display: none;
  }

  .hm-f-tab-sel.sidebar {
    width: auto;
  }

  .div-block-520 {
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-shop-label {
    display: none;
  }

  .div-block-522 {
    height: auto;
    margin: 100px -30px -60px;
    padding-top: 100px;
  }

  .heading-87 {
    max-width: none;
  }

  .grid-main-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .hm-cat-title-item {
    margin-top: 15px;
  }

  .hm-h3 {
    margin-bottom: 10px;
  }

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

  .att-brand {
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
  }

  .att-model {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 16px;
  }

  .pr-title-sec {
    width: 100%;
  }

  .container-8 {
    flex-direction: column;
    display: flex;
  }

  .tire-list-att-label {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .pr-grid {
    grid-template-columns: 1fr;
  }

  .cart-product-name {
    font-size: 16px;
    line-height: 26px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .empty-state, .error-message {
    width: 100%;
    max-width: none;
  }

  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .logo {
    padding-left: 0;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .text__paragraph.m-t.m-b {
    font-size: 18px;
  }

  .container__image {
    width: 100%;
  }

  .section-hero-blog {
    flex-direction: row;
    padding: 35px 0 0;
    bottom: 0;
  }

  .container__text-blog {
    max-width: 90%;
    position: absolute;
    bottom: 0%;
  }

  .container-text-blog {
    max-width: 100%;
  }

  .blog__collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog__collection-item {
    height: 500px;
  }

  .post-summary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .add-to-cart.white.update-cart {
    font-size: 14px;
  }

  .add-to-cart.white {
    margin-bottom: 10px;
  }

  .cart-update-block {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    padding: 20px;
    display: grid;
  }

  .cart-item-list-block {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .cart-grid-right-block {
    width: 100%;
  }

  .cart-product-block {
    margin-left: 0;
    padding-right: 35px;
  }

  .cart-product-img {
    margin-top: 20px;
    display: block;
  }

  .my-account-page---copy-this {
    border-style: none;
  }

  .reset-password-form-container {
    display: block;
  }

  .login-head {
    margin-bottom: 0;
    font-size: 26px;
  }

  .password-head-text-wrapper {
    padding-top: 20px;
  }

  .password-reset-paragraph {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .pd-img-sec {
    width: auto;
    margin-bottom: 30px;
  }

  .prp-h1 {
    text-align: left;
    margin-bottom: 10px;
  }

  .pd-title {
    flex-direction: column;
    justify-content: center;
  }

  .prp-price {
    font-size: 22px;
  }

  .pd-index-grid {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
  }

  .t-list-price {
    width: auto;
  }

  .cart-grid-left {
    width: 100%;
  }

  .div-block-323 {
    margin-bottom: 10px;
  }

  .f-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .f-title {
    margin-bottom: 15px;
  }

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

  .sec-grey {
    padding: 30px 20px;
  }

  .sidebar {
    position: static;
  }

  .tire-grid-2 {
    grid-template-columns: 1fr;
  }

  .h1 {
    width: auto;
    font-size: 28px;
  }

  .h3.tire-info {
    font-size: 20px;
  }

  .hm-box-img {
    width: 140px;
    height: 140px;
  }

  .grid-main-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .tire-list-price-box {
    padding-top: 20px;
  }

  .tire-list-p2 {
    margin-right: 2px;
    font-size: 20px;
  }

  .t-list-del {
    margin-right: 20px;
    display: none;
  }

  .pr-title {
    font-size: 17px;
  }

  .image-47 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin-right: 10px;
    padding: 8px;
  }

  .container-7 {
    display: block;
  }

  .div-block-336 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact-grid2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .wheels-hm-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: grid;
  }

  .t-list-del-mob {
    margin-right: 20px;
    display: flex;
  }

  .desk-right-menu {
    margin-right: 0;
  }

  .hm-head-sec {
    padding-bottom: 0;
  }

  .cat-head-icon-block, .prp-sku-sec {
    display: none;
  }

  .hm-box-link {
    border-width: 7px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .icon-box-grid {
    grid-template-columns: 1fr;
  }

  .cart-h1, .cart-h2 {
    font-size: 14px;
  }

  .h1-dark-copy {
    font-size: 22px;
  }

  .tire-list-filter {
    position: static;
  }

  .one-item-display.hover-x {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .icon-box-grid-2 {
    grid-template-columns: 1fr;
  }

  .collection-list-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .tire-info-block {
    padding-top: 0;
  }

  .cart-process-block {
    display: none;
  }

  .cart-item-block {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .cart-item-b-3 {
    display: block;
  }

  .cart-item-price-block {
    border-top: 1px solid #ddd;
    justify-content: space-between;
    margin-right: 0;
    padding: 15px 35px;
  }

  .cart-update-icon {
    display: none;
  }

  .mob-top-slider-block {
    width: 100%;
  }

  .div-block-517 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .intro-title-sec {
    flex-direction: column;
  }

  .h2-main-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .pr-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .desk-menu-sec {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .text-field.cart-input {
    color: #fff;
  }

  .cart-wrap {
    z-index: 9999;
  }

  .section-20 {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .logo, .logo.w--current {
    padding-left: 0;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-container {
    min-width: auto;
    max-width: none;
  }

  .t-size-item {
    font-size: 13px;
    font-weight: 700;
  }

  .card-blog__wrapper-image {
    height: auto;
  }

  .container__description {
    margin-top: 40px;
    display: block;
  }

  .text__paragraph.m-t.m-b {
    text-align: left;
  }

  .section-description__container-copy {
    flex-direction: column;
  }

  .section-hero-blog {
    padding-top: 0;
  }

  .image-19 {
    z-index: 2;
    bottom: 0;
  }

  .container__text-blog {
    z-index: 9;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    position: static;
    top: auto;
    bottom: -40px;
  }

  .post-summary {
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-posts {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-content {
    width: 90%;
  }

  .utility-page-form {
    padding: 30px;
  }

  .heading-77 {
    font-size: 32px;
  }

  .search-products {
    width: 90%;
    min-width: auto;
  }

  .search-query, .search-results-label {
    font-size: 38px;
  }

  .field-label {
    font-size: 14px;
  }

  .div-block-305 {
    width: 100%;
  }

  .add-to-cart.white.checkout {
    font-weight: 700;
  }

  .add-to-cart.white.update-cart {
    width: 100%;
  }

  .cart-update-block {
    place-items: flex-start stretch;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
  }

  .cart-subtotal-block {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .cart-grid-right-block {
    width: 100%;
    margin-top: 10px;
  }

  .cart-subtotal {
    margin-bottom: 20px;
  }

  .cart-product-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .cart-product-title {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    display: block;
  }

  .cart-one-price {
    text-align: left;
    font-size: 16px;
    line-height: 1.1;
  }

  .cart-remove {
    z-index: 10;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
  }

  .cart-product-img {
    filter: invert(5%);
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 0;
    display: block;
  }

  .cart-quantity-item {
    text-align: center;
    flex: none;
    margin: 0 20px;
  }

  .cart-product-title-block {
    margin-left: 0;
    padding-top: 17px;
    padding-bottom: 15px;
  }

  .cart-price {
    font-size: 18px;
  }

  .section-4 {
    padding: 60px 10px;
  }

  .my-account-page---copy-this {
    border-left-style: none;
    grid-template-columns: 1fr;
  }

  .list-item-3 {
    width: 100%;
    margin-right: 0;
  }

  .login-info-wrapper {
    justify-content: flex-start;
  }

  .sign-in-left-wrapper {
    width: 85%;
  }

  .create-account-label {
    font-size: 14px;
  }

  .sign-in-main-wrapper {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .sign-in-left-wrapper-2 {
    width: 85%;
  }

  .login-here-link {
    font-size: 14px;
  }

  .reset-password-form-container {
    flex-flow: column wrap;
    flex: 1;
    align-content: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .login-head {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
  }

  .password-head-text-wrapper {
    padding-top: 0;
  }

  .password-reset-paragraph {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .mini-cart-list {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pd-img-sec {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .prp-h1 {
    text-align: left;
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.3;
  }

  .pd-title {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .prp-price {
    font-size: 24px;
  }

  .notices---copy-this {
    right: 10px;
  }

  .tr-att-brand {
    font-size: 16px;
  }

  .pd-index-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    display: grid;
  }

  .att-item {
    font-size: 13px;
    line-height: 1;
  }

  .pd-spec {
    margin-top: 30px;
    padding-right: 0;
  }

  .pr-att-item {
    border-bottom-style: none;
  }

  .t-list-price {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tire-list-att-size {
    padding-top: 8px;
    padding-bottom: 7px;
    display: flex;
  }

  .div-block-323 {
    width: 100%;
  }

  .container-6 {
    align-items: stretch;
  }

  .hm-filter-box {
    border-radius: 5px;
    margin-top: 25px;
    padding: 0;
  }

  .footer {
    padding: 40px 20px 20px;
  }

  .f-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-title {
    margin-bottom: 10px;
  }

  .f-link.cat {
    font-size: 20px;
  }

  .copy {
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }

  .rights {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .sec-grey {
    padding: 30px 20px;
  }

  .sidebar {
    margin-bottom: 20px;
    display: block;
  }

  .sidebar.category {
    margin-bottom: 30px;
  }

  .sidebar-title {
    margin-bottom: 10px;
  }

  .space50 {
    height: 30px;
  }

  .tire-grid-2 {
    grid-template-columns: 1fr;
  }

  .t-img {
    filter: invert(6%);
    object-position: 50% 0%;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .t-img-sec {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .t-info {
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tire-product-wrap {
    border-radius: 10px;
  }

  .t-title {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 15px;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .h1.contact {
    font-size: 30px;
  }

  .h1.hm {
    font-size: 20px;
  }

  .p {
    font-size: 14px;
    line-height: 24px;
  }

  .cart-left-item-block {
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .customer-info {
    padding: 20px;
  }

  .checkout-field {
    padding: 10px;
  }

  .hm-filter-sec {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 20px;
    display: block;
  }

  .h3 {
    font-size: 16px;
  }

  .hm-box-img {
    margin-bottom: 0;
  }

  .brand-box {
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-img {
    margin-bottom: 0;
  }

  .grid-main-3 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 50px;
    display: grid;
  }

  .sec {
    padding: 40px 20px;
  }

  .tire-list-price-box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: row;
    align-items: stretch;
    padding-top: 20px;
  }

  .tire-list-p1 {
    margin-bottom: 0;
  }

  .tire-list-p2 {
    margin-right: 0;
    font-size: 24px;
  }

  .t-list-stock {
    width: 16px;
    height: 16px;
  }

  .t-list-del {
    border: 1px solid #eee;
    border-radius: 5px;
    flex: 1;
    justify-content: center;
    margin: 0 0 0 20px;
    padding: 8px;
  }

  .h1-dark {
    font-size: 24px;
  }

  .tire-index-icon {
    margin-right: 8px;
  }

  .pr-title {
    font-size: 16px;
    font-weight: 500;
  }

  .image-47 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 14px 12px 12px;
  }

  .container-7 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .div-block-336 {
    flex-direction: column;
    align-items: center;
  }

  .contact-grid2 {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding-top: 0;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-p {
    margin-bottom: 0;
  }

  .contact-title3 {
    display: block;
  }

  .head-title-div {
    margin-bottom: 30px;
  }

  .h1-light {
    font-size: 20px;
    line-height: 1.1;
  }

  .cat-head-img {
    padding: 20px;
  }

  .t-title-sec {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tr-att-model {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .hm-intro-sec {
    padding: 30px 20px 40px;
  }

  .wheels-hm-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 20px -20px 40px;
    display: grid;
  }

  .hm-box-copy {
    flex-direction: column;
    flex: none;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
  }

  .pd-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }

  .hm-filter-code {
    margin-top: 0;
  }

  .t-list-del-mob {
    flex: 1;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: 20px auto auto;
  }

  .div-block-363 {
    text-align: center;
  }

  .t-stock {
    left: 20px;
  }

  .rating-short {
    margin-bottom: 0;
  }

  .pd-lab2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .hm-intro-grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .hm-head-sec {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .page-left-sec {
    position: static;
  }

  .sidebar-link {
    font-size: 16px;
  }

  .product-sec {
    padding: 40px 20px;
    display: block;
  }

  .tire-product-item {
    border-radius: 10px;
  }

  .tire-product-item:hover {
    box-shadow: none;
  }

  .t-more-dots {
    display: none;
  }

  .cat-head-icon-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-top: 10px;
    display: none;
  }

  .div-block-374 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pay-icon-sec {
    min-height: 70px;
    margin-right: 0;
  }

  .prp-sku-sec {
    display: none;
  }

  .prp-price-box {
    align-items: flex-start;
  }

  .prp-psc {
    color: #0e0d35;
    font-size: 12px;
    line-height: 1;
  }

  .prp-price-text {
    font-size: 12px;
    font-weight: 400;
  }

  .tire-pcs {
    margin-top: 2px;
  }

  .hm-box-link {
    border-width: 10px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    display: none;
  }

  .hm-box-link-icon {
    width: 14px;
    height: 14px;
  }

  .icon-box-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .icon-box-sec {
    flex: none;
    width: 80%;
    margin-right: 20px;
    padding: 20px;
  }

  .icon-box-desc {
    margin-bottom: 0;
  }

  .icon-box {
    padding: 40px 20px;
    display: none;
  }

  .price-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-400 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .checkout-navi {
    display: none;
  }

  .cart-h1 {
    font-size: 20px;
  }

  .cart-h1.confirm {
    display: none;
  }

  .cart-h2 {
    font-size: 18px;
    display: none;
  }

  .checkout-navi-2 {
    display: none;
  }

  .h1-dark-copy {
    font-size: 24px;
  }

  .order-comp-title {
    font-size: 17px;
  }

  .cart-subtotal-name, .cart-subtotal-item {
    font-size: 18px;
  }

  .pr-grid-label {
    flex-direction: column-reverse;
    display: none;
  }

  .prp-price-sec, .t-size-2 {
    margin-bottom: 0;
  }

  .t-size-item-2 {
    font-size: 13px;
    font-weight: 700;
  }

  .tire-list-filter {
    margin-bottom: 0;
    padding: 20px;
    display: flex;
  }

  .category-select {
    margin-bottom: 20px;
  }

  .pr-tire-cat-hot-label.pr {
    border-left-style: none;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .pd-quant-2 {
    border-radius: 10px;
    width: 70px;
  }

  .price-box {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-bottom: 30px;
    display: grid;
  }

  .div-block-466 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-425 {
    justify-content: space-between;
  }

  .image-63 {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .pd-spec-title-2 {
    margin-bottom: 0;
  }

  .one-trigger {
    justify-content: flex-end;
    width: 16.6667%;
  }

  .acord-item-pr {
    font-size: 13px;
  }

  .one-item-list {
    padding-left: 0;
  }

  .acord-item-2 {
    margin-bottom: 0;
  }

  .one-item-display.hover-x {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-box-sec-2 {
    flex: none;
    width: 80%;
    margin-right: 20px;
    padding: 20px;
  }

  .icon-box-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: auto;
  }

  .icon-box-desc-2 {
    margin-bottom: 0;
  }

  .sec-main {
    padding: 40px 20px;
  }

  .grid-right-img {
    margin-bottom: 0;
  }

  .div-block-482 {
    margin-top: 30px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

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

  .hm-about-list-text {
    line-height: 1.5;
  }

  .grid-left-sec {
    margin-bottom: 40px;
  }

  .grid-main-4 {
    flex-direction: column;
    display: flex;
  }

  .image-85 {
    border-radius: 10px;
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    margin-bottom: 15px;
  }

  .div-block-488 {
    margin-bottom: 0;
  }

  .div-block-490 {
    display: none;
  }

  .tr-att-model-copy {
    margin-bottom: 10px;
  }

  .t-size-item-3 {
    font-size: 12px;
    font-weight: 700;
  }

  .t-size-3 {
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .pr-label-cta-2 {
    margin-bottom: 15px;
  }

  .grid-44 {
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .sidebar-menu-sec {
    position: static;
  }

  .mob-lang-block {
    justify-content: flex-end;
  }

  .mob-menu-close {
    justify-content: center;
    align-items: center;
  }

  .mob-nav-menu {
    color: #fff;
    height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .mob-menu-open {
    padding: 15px 20px;
  }

  .mob-menu-open.w--open {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    display: block;
  }

  .cart-process-block {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cart-process-block.confrim {
    display: none;
  }

  .cart-ssl-block {
    margin-top: 30px;
  }

  .rights-copy {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .cart-update-text {
    font-size: 15px;
  }

  .mob-logo {
    filter: invert();
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: block;
  }

  .mob-nav-cont {
    background-color: #181818;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mob-cart-icon {
    width: 22px;
    min-width: 22px;
    max-width: 22px;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    display: block;
  }

  .mob-brand {
    padding-left: 0;
  }

  .mob-cart-link {
    align-self: center;
    padding: 15px 20px;
  }

  .mob-menu-open-icon {
    width: 20px;
    height: 20px;
    display: block;
  }

  .cart-item-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    display: grid;
  }

  .cart-item-b-3 {
    justify-content: center;
  }

  .cart-item-price-block {
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-update-icon {
    background-color: #f2f2f2;
    border-radius: 100%;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 15px;
    padding: 7px;
    display: block;
  }

  .cart-update-text-block {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .cart-ssl-text {
    margin-bottom: 0;
    margin-right: 0;
  }

  .mob-lang {
    display: none;
  }

  .mob-top-slider-block {
    padding-left: 17px;
    padding-right: 17px;
  }

  .left-arrow, .right-arrow {
    display: block;
  }

  .mob-top-slide-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .icon-3, .icon-3-copy {
    font-size: 18px;
  }

  .div-block-508 {
    padding: 20px;
  }

  .text-block-204 {
    line-height: 1.4;
  }

  .div-block-509 {
    margin-top: 15px;
    padding-top: 15px;
  }

  .text-block-205 {
    margin-bottom: 1px;
  }

  .div-block-510 {
    display: none;
  }

  .div-block-512 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
    padding-top: 15px;
  }

  .text-block-206 {
    color: #18181873;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 20px;
  }

  .image-89 {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .div-block-513 {
    width: 100%;
    margin: 20px 0 5px;
  }

  .div-block-514 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-517 {
    margin-left: 0;
    margin-right: 0;
  }

  .page-head {
    display: none;
  }

  .grid-51 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hm-f-tab-sel.sidebar {
    display: flex;
  }

  .div-block-520 {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .contact-shop-label {
    font-size: 15px;
    display: flex;
  }

  .contact-shop-label-img {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .hm-filter-tab {
    margin-top: 0;
  }

  .text-block-218 {
    margin-bottom: 20px;
  }

  .div-block-522 {
    margin: 50px -20px -40px;
    padding: 40px 20px;
  }

  .heading-87 {
    width: auto;
    font-size: 20px;
  }

  .grid-main-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .hm-cat-box {
    flex-direction: column;
    justify-content: space-between;
  }

  .hm-cat-img {
    width: 100%;
  }

  .h2-main-2 {
    font-size: 20px;
  }

  .hm-cat-title-item {
    margin-top: 15px;
  }

  .hm-h3 {
    font-size: 16px;
  }

  .text-block-223 {
    font-size: 12px;
  }

  .div-block-526 {
    margin-bottom: 15px;
  }

  .image-96 {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    padding: 4px;
  }

  .p-dark {
    font-size: 14px;
    line-height: 24px;
  }

  .att-item-name {
    font-size: 13px;
    line-height: 1;
  }

  .text-block-226 {
    display: none;
  }

  .text-block-227, .text-block-228, .text-block-228-copy {
    font-size: 13px;
  }

  .pr-subtitle, .pr-spec-item {
    font-size: 14px;
  }

  .att-brand {
    font-size: 16px;
  }

  .att-model {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .pr-size-block {
    margin-bottom: 0;
  }

  .tire-list-att-label {
    padding-top: 8px;
    padding-bottom: 7px;
    display: flex;
  }
}

#w-node-_644bafe7-a1b4-1e2f-2c43-e86145f97104-56359f27, #w-node-_408c8da7-16b1-f42b-2e22-783b07341989-56359f27, #w-node-_3085ba87-1b85-630f-05f6-eee80eefa5ed-56359f27, #w-node-a9b66d70-02fa-bde4-a343-9675e67e7cfd-56359f27 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ba0ed90f-16af-7357-40f1-ed5d7bc0f798-56359f27, #w-node-e6deda3d-ad1c-7fe5-c7b1-631014edc97e-56359f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_769da6af-ec8f-9d2d-690f-269e2b5fdc51-56359f27, #w-node-_769da6af-ec8f-9d2d-690f-269e2b5fdc5e-56359f27 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3f4b686-b827-2682-e5ec-96804426575b-4426572c, #w-node-b3f4b686-b827-2682-e5ec-96804426572f-4426572c, #w-node-a4790187-b54e-a060-a00e-ceb1adfc573e-4426572c, #w-node-_7528f761-cfe4-58fc-ecbb-a72a8c47ccf8-4426572c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4d5a63d-a97a-cd35-de50-ad582fd3ee5b-4426572c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d6814681-0911-4602-32eb-3a17d36206ca-fa256c9a, #w-node-_606dc80a-985d-de5b-2336-930124cc4457-fa256c9a {
  justify-self: start;
}

#w-node-a0eceba8-6b6e-bcf3-23a2-5edade9c682e-fa256c9a {
  justify-self: center;
}

#w-node-ea274d0b-9a11-c08e-8961-d561130484cf-fa256c9a {
  justify-self: end;
}

#w-node-_8f70d5c9-2bc0-f96a-f8ce-6ce96bf669cb-fa256c9a {
  justify-self: start;
}

#w-node-_117cd5ce-f946-dddc-14d1-2110e08eea87-fa256c9a {
  align-self: stretch;
}

#w-node-_8f70d5c9-2bc0-f96a-f8ce-6ce96bf669db-fa256c9a {
  justify-self: end;
}

#w-node-_5bb12e39-4f30-25ed-fb41-4baf9bbbce38-13359f39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0648839-03fa-0526-0aff-94126a070165-12359f3b {
  justify-self: end;
}

#w-node-b0648839-03fa-0526-0aff-94126a07016b-12359f3b {
  place-self: center;
}

#w-node-b0648839-03fa-0526-0aff-94126a070171-12359f3b {
  place-self: center start;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0e5f-12359f3b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0e9b-12359f3b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: end;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0e9d-12359f3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0e9e-12359f3b {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0eda-12359f3b {
  grid-area: span 1 / span 7 / span 1 / span 7;
  justify-self: end;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0ede-12359f3b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0ee5-12359f3b {
  grid-area: 1 / 6 / 3 / 8;
  place-self: start end;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0ee9-12359f3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0eeb-12359f3b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0ef2-12359f3b {
  grid-area: 1 / 6 / 3 / 8;
  place-self: start end;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0efb-12359f3b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0f02-12359f3b {
  grid-area: 1 / 6 / 3 / 8;
  place-self: start end;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0f0a-12359f3b {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-d4cf4f2a-47f0-a2ef-87ac-5fb1271b0f11-12359f3b {
  grid-area: 1 / 6 / 3 / 8;
  place-self: start end;
}

#w-node-_1b63cedd-b0ff-2aaa-dcbf-66b9890240d5-12359f3b, #w-node-_1b63cedd-b0ff-2aaa-dcbf-66b9890240e0-12359f3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-e6b1799e-e21d-e571-247e-09f6150fcc7e-12359f3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6014aa4-282c-11f8-31a1-c2458bb424dd-31359f3e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a08d733f-9d5b-b055-db56-c3140925be9f-31359f3e, #w-node-_20933a6b-76a0-cf80-5898-e85b8626f1ab-31359f3e, #w-node-aac03ca1-c12c-9b60-6c07-f26ae8c1a73b-31359f3e, #w-node-_14101234-98aa-b271-4297-c22df6abeacc-31359f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_435720cd-9f6a-f527-d890-a0a25bf0b3bb-31359f3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_435720cd-9f6a-f527-d890-a0a25bf0b3be-31359f3e, #w-node-_435720cd-9f6a-f527-d890-a0a25bf0b3c7-31359f3e, #w-node-_435720cd-9f6a-f527-d890-a0a25bf0b3cf-31359f3e, #w-node-_435720cd-9f6a-f527-d890-a0a25bf0b3d7-31359f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73f1a7a4-b59a-dee0-b61f-141f248d237a-31359f3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73f1a7a4-b59a-dee0-b61f-141f248d237d-31359f3e, #w-node-_73f1a7a4-b59a-dee0-b61f-141f248d2386-31359f3e, #w-node-_73f1a7a4-b59a-dee0-b61f-141f248d238e-31359f3e, #w-node-_73f1a7a4-b59a-dee0-b61f-141f248d2396-31359f3e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_779c9015-fbe6-3795-04d1-3b3a425bd571-31359f3e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dc5fa8c6-5fa7-63e2-ade7-e4f9805f16f7-3a359f49 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_213b2598-2a9d-f245-b5bb-6942f19429ac-dc359f7f, #w-node-ff5a7e7d-95ee-4068-f5bb-5a5df95b62cc-dc359f7f, #w-node-ce8e881c-8629-83a3-634f-a404e62447b0-61359f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16a0147e-a0f9-138f-24be-0ee5e0441ec2-d13989d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_801bb316-fe34-aaf4-71bb-c121767d855a-d13989d4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_801bb316-fe34-aaf4-71bb-c121767d8560-d13989d4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_801bb316-fe34-aaf4-71bb-c121767d8563-d13989d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_801bb316-fe34-aaf4-71bb-c121767d857a-d13989d4 {
  justify-self: end;
}

#w-node-_801bb316-fe34-aaf4-71bb-c121767d8586-d13989d4, #w-node-_801bb316-fe34-aaf4-71bb-c121767d858f-d13989d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17be2b8d-56ae-bca7-f3ec-30f4ff084bf6-d13989d4 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5770130e-8fe0-71ad-1907-5dce0579da4b-d13989d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d4d5a63d-a97a-cd35-de50-ad582fd3ee5b-4426572c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_213b2598-2a9d-f245-b5bb-6942f19429a0-dc359f7f {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ba0ed90f-16af-7357-40f1-ed5d7bc0f798-56359f27, #w-node-_5bb12e39-4f30-25ed-fb41-4baf9bbbce38-13359f39 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26c589e0-7081-0058-d8ff-458098c56585-12359f3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da66536f-d9e5-64d7-7dc1-8ceebf81e2ed-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da66536f-d9e5-64d7-7dc1-8ceebf81e2f4-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_05638616-fa4f-76f6-f2d7-e1ed5154940e-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05638616-fa4f-76f6-f2d7-e1ed51549412-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-ad8f16a5-3302-53a9-3a34-de16347796c5-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad8f16a5-3302-53a9-3a34-de16347796c9-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-c143b5da-5bb7-e127-6dd7-c2f65e793e60-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c143b5da-5bb7-e127-6dd7-c2f65e793e64-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9223c267-4400-bb19-fce8-f48d32bba656-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9223c267-4400-bb19-fce8-f48d32bba65a-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-e6b1799e-e21d-e571-247e-09f6150fcc7e-12359f3b, #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75c0-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75c4-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75cf-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75d3-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75de-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75e2-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75ed-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75f1-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f75fc-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f349378-6cd1-0823-b4f2-a8d19c8f7600-12359f3b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_2fe9aa35-6ce2-bf8f-f434-2cdcfc6d313a-12359f3b, #w-node-_213b2598-2a9d-f245-b5bb-6942f19429ac-dc359f7f, #w-node-ff5a7e7d-95ee-4068-f5bb-5a5df95b62cc-dc359f7f, #w-node-ce8e881c-8629-83a3-634f-a404e62447b0-61359f89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/sf-pro-display-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/tthoves-demibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/tthoves-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tthoves';
  src: url('../fonts/tthoves-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}