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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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-commercecheckoutformcontainer {
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitemswrapper {
  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-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-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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

.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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu {
  z-index: 2;
  background-color: #fff;
  border: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 400px;
  height: 100vh;
  max-height: 100vh;
  padding: 0 0 20px;
  display: flex;
  position: fixed;
  inset: 0 auto;
  overflow: hidden;
  transform: translate(-100%);
}

.text-block {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
}

.body {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  display: none;
}

.text-field {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
}

.div-block-3 {
  justify-content: space-between;
  margin-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-3 {
  color: #a0a0a0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.div-block-4 {
  border-bottom: 1px solid #eee;
  margin-bottom: 21px;
  display: block;
}

.div5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: scroll;
}

.div-block-6 {
  box-sizing: border-box;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff0;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  padding: 0;
  display: flex;
  overflow: visible;
}

.image-1 {
  object-fit: contain;
  border-radius: 11px;
  flex: 1;
  width: auto;
  max-width: 100px;
}

.text-block-4 {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 500;
}

.div-block-7 {
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  flex: 0 auto;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.text-block-5 {
  color: #333;
  padding-bottom: 15px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 160px;
  max-height: 160px;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding: 12px 20px 0;
  display: flex;
}

.main-menu-content {
  box-sizing: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 140px;
  display: flex;
  overflow: scroll;
}

.filtres {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  width: auto;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.filter-box {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  object-fit: fill;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 10px;
  transition: border-color .2s;
  display: flex;
}

.filter-box:hover {
  border-color: #313131;
}

.image-3 {
  width: 20px;
}

.filter-text {
  flex: 0 auto;
  width: 45px;
  font-weight: 600;
}

.div-block-12 {
  box-sizing: border-box;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 72px;
  height: 100%;
  min-height: 100%;
  padding: 0 10px;
  transition: border-color .2s;
  display: flex;
  overflow: visible;
}

.div-block-12:hover {
  border-color: #141414;
}

.div-block-13 {
  color: #fff;
  cursor: pointer;
  background-color: #0c0c0c;
  border: 1px solid #0c0c0c;
  border-radius: 3px;
  flex: none;
  padding: 10px;
  font-weight: 500;
}

.menu-scrollable {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  overflow: scroll;
}

.text-block-6 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.desktop-slider {
  background-color: #e0e0e0;
  background-image: url('../images/goal-blank-web-facebook-10.jpg.webp');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 600px;
  max-height: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  vertical-align: baseline;
  position: relative;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slider {
  border-radius: 20px;
  height: 600px;
  overflow: hidden;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  position: static;
  inset: auto auto 0;
  overflow: hidden;
}

.text-block-7 {
  outline-offset: 0px;
  color: #fff;
  text-shadow: -4px 4px 11px #000, 0 1px 50px #000;
  outline: 3px #fff;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  background-color: #f60;
  border-radius: 5px;
  width: auto;
  margin-bottom: 15px;
  padding: 5px 16px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.text-block-9 {
  color: #fff;
  text-transform: none;
  text-shadow: 0 1px 20px #000;
  max-width: 500px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: block;
}

.button-2 {
  color: #fff;
  background-color: #f60;
  border-radius: 100px;
  padding: 20px 100px;
  font-size: 14px;
  font-weight: 600;
}

.header-desktop {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
}

.image-5 {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: none;
  display: block;
}

.div-block-17 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex: none;
  display: flex;
}

.menu-item {
  cursor: pointer;
  flex: none;
  transition: color .2s;
  display: inline-block;
}

.menu-item:hover {
  color: #000;
}

.image-6 {
  width: 25px;
  margin-bottom: 4px;
}

.div-block-18 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.submit-button-2 {
  display: none;
}

.div-block-19 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field-2 {
  background-color: #f7f7f7;
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  overflow: visible;
}

.anouncement {
  background-color: #252525;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.team-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 20px;
}

.title-section2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #313131;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.teams-home-icon {
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #f5f5f500;
  border-radius: 0;
  width: 25px;
  min-width: auto;
  max-width: none;
  height: 25px;
  min-height: auto;
  max-height: none;
  padding: 0;
  transition: padding .2s, background-color .5s;
}

.teams-home-icon:hover {
  background-color: #eceaea00;
  padding: 0;
}

.teams-home-icon._2 {
  padding: 25px;
}

.teams-slider {
  grid-column-gap: 21.5px;
  grid-row-gap: 21.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: grid;
  overflow: scroll;
}

.div-block-24 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #ececec;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .2s;
  display: flex;
}

.div-block-24:hover {
  border-color: #161616;
}

.div-block-24.first {
  border: 1px solid #ececec;
  border-radius: 3px;
  flex-flow: row;
  width: 100%;
  padding: 10px 0;
  transition: border-color .2s;
}

.div-block-24.first:hover {
  border-color: #333;
}

.text-block-12 {
  color: #333;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.mobile-categories-menu {
  margin-top: 20px;
  display: none;
}

.product-slider-section {
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.product-slider-section.home {
  margin-top: 30px;
}

.collection-list {
  box-sizing: border-box;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: .25fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  margin-top: 4px;
  display: flex;
}

.collection-item {
  flex: none;
  width: 25%;
  max-width: 343px;
}

.product-slider-div {
  margin-top: 20px;
  overflow: visible;
}

.product-grid-title {
  color: #8f8f8f;
  margin-top: 8px;
}

.text-block-14 {
  color: #8f8f8f;
  text-decoration: line-through;
}

.text-block-15 {
  color: #333;
  font-weight: 600;
}

.product-slider-img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  transition: transform .2s, opacity .4s;
}

.product-slider-img:hover {
  opacity: .7;
  transform: scale(1.05);
}

.image-9 {
  width: 30px;
}

.image-9._2 {
  width: 10px;
  margin-right: 0;
  transform: rotate(180deg);
}

.image-9._2._3 {
  width: 10px;
  margin-left: 0;
  margin-right: 0;
  transform: none;
}

.div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-26.hide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.scroll-left {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: border-color .2s;
  display: flex;
}

.scroll-left:hover {
  background-color: #fff;
  border-color: #333;
}

.scroll-left.hide {
  display: none;
}

.scroll-right {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: border-color .2s;
  display: flex;
}

.scroll-right:hover {
  background-color: #fff;
  border-color: #333;
}

.scroll-right.hide {
  display: none;
}

.visuels-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-10 {
  width: 100%;
}

.image-10:hover {
  opacity: 1;
}

.div-block-28 {
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  padding-left: 0;
  transition: transform .2s, opacity .5s;
  position: relative;
  overflow: hidden;
}

.div-block-28:hover {
  opacity: .8;
}

.div-block-29 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 30px 30px;
}

.text-block-16 {
  color: #fff;
  text-shadow: 0 1px 20px #00000047;
  max-width: 400px;
  font-family: Bebas Neue, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-17 {
  color: #fff;
  text-shadow: 0 1px 11px #000000ad;
  max-width: 350px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #f60;
}

.div-block-272 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 25%;
  display: flex;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.payment-logo-2 {
  object-fit: contain;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  height: 22px;
  max-height: 22px;
  margin-left: 7px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-273 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.text-block-18 {
  color: #fff;
  font-weight: 600;
}

.div-block-275 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-275:hover {
  text-decoration: none;
}

.text-span-2 {
  color: #fe6600;
  font-weight: 600;
  line-height: 40px;
}

.text-span-3 {
  font-weight: 600;
  line-height: 32px;
}

.image-11 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 15px;
  margin-left: 6px;
  padding-left: 0;
}

.text-block-19 {
  color: #fff;
  font-style: normal;
}

.div-block-276 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-271 {
  justify-content: space-between;
  align-items: flex-start;
  padding: 47px 20px;
  display: flex;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-1 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-20 {
  font-size: 12px;
}

.politiques {
  background-color: #f60;
}

.div-block-11 {
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image-12 {
  width: 18px;
  max-width: 40px;
  height: 18px;
  max-height: 40px;
}

.image-12._2 {
  width: 22px;
  height: 22px;
}

.image-13 {
  object-fit: contain;
  width: 250px;
}

.div-block-270 {
  background-color: #000;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.div-block-269 {
  flex-flow: column;
  display: flex;
}

.div-block-268 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 30px 20px;
  display: flex;
}

.copyright {
  background-color: #f8f8f8;
}

.div-block-277 {
  background-color: #000;
}

.footer-item {
  color: #fff;
  font-weight: 700;
}

.div-block-278 {
  border: 1px solid #525252;
  border-radius: 10px;
  justify-content: space-between;
  align-items: stretch;
  padding: 23px;
  transition: border-color .2s;
  display: flex;
}

.div-block-278:hover {
  border-color: #dfdfdf;
}

.div-block-279 {
  background-color: #000;
  flex: 0 auto;
  height: 100%;
  padding-top: 0;
}

.footer {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-22 {
  font-size: 12px;
}

.icones {
  background-color: #fff;
  border-top: 1px solid #eee;
}

.text-block-23 {
  color: #fff;
}

.div-block-5 {
  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;
}

.link-5 {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 15px 20px 0;
  display: flex;
}

.image-14 {
  width: 30px;
}

.product-grid-section {
  max-width: 1440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.collection-list-product-grid {
  margin-top: 20px;
  padding-bottom: 30px;
  display: block;
}

.collection-list-product-grid-inner {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-grid-card {
  flex: none;
  width: auto;
  position: relative;
}

.grid-images-wrapper {
  overflow: hidden;
}

.ligues {
  max-width: 1440px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-24 {
  text-align: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
}

.div-block-283 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-284 {
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 21px;
  display: flex;
}

.text-block-25 {
  font-weight: 600;
}

.clubs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: stretch stretch;
  margin-top: 32px;
  display: grid;
}

.div-block-286 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 13px 10px;
  transition: border-color .2s;
  display: flex;
}

.div-block-286:hover {
  border-color: #252525;
}

.team-logo-img {
  object-fit: contain;
  border-radius: 5px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.text-block-26 {
  font-weight: 400;
}

.see-more-button {
  color: #0a0a0a;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
}

.see-more-button:hover {
  color: #333;
  background-color: #fff;
  border-color: #252525;
  font-weight: 400;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab {
  background-color: #f5f5f5;
  border-radius: 100px;
  padding: 10px 21px;
  transition: background-color .2s;
}

.tab:hover {
  background-color: #ebeaea;
}

.tab.w--current {
  color: #fff;
  background-color: #f60;
  border-radius: 100px;
  padding: 10px 21px;
}

.text-block-28 {
  font-size: 14px;
  font-weight: 600;
}

.tabs {
  margin-top: 20px;
}

.link-block-3 {
  color: #1d1d1d;
  height: 100%;
  text-decoration: none;
}

.product-link {
  text-decoration: none;
}

.link-block-5 {
  border-radius: 0;
  width: 100%;
  transition: opacity .2s;
  overflow: hidden;
}

.link-block-5:hover {
  opacity: .8;
}

.text-block-29 {
  color: #333;
  background-color: #fff;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.link-block-6 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  position: relative;
}

.link-block-7 {
  height: 100%;
  text-decoration: none;
}

.custom-slider-wrapper {
  overflow: hidden;
}

.custom-slider-wrapper._2 {
  display: none;
}

.div-block-288 {
  background-color: #ebebeb8f;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-30 {
  color: #2c2c2c;
}

.footer-link-item {
  text-decoration: none;
}

.header-mobile, .right-arrow-2, .left-arrow-2, .slide-nav, .slide-nav._2 {
  display: none;
}

.slider-2 {
  background-color: #ddd0;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  position: relative;
}

.slide-2 {
  vertical-align: baseline;
}

.icon {
  display: none;
}

.mask-2 {
  padding-bottom: 0;
}

.slide-nav-2 {
  display: none;
}

.link-block-9 {
  color: #333;
  text-decoration: none;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-10 {
  text-decoration: none;
}

.text-block-31 {
  color: #313131;
  font-size: 12px;
}

.image-19 {
  object-fit: contain;
  width: 10px;
}

.title-section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.title-section._2 {
  margin-bottom: 2px;
}

.sticky-filters {
  max-width: 1440px;
  margin: 0 auto 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.product-grid {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.link-block-11 {
  flex: none;
  height: 100%;
  text-decoration: none;
}

.empty-state {
  background-color: #fff;
  padding-left: 0;
}

.previous {
  background-color: #fff;
  border-color: #dfdfdf;
  border-radius: 100px;
  transition: background-color .2s;
}

.previous:hover {
  background-color: #f5f5f5;
}

.next {
  background-color: #fff;
  border-color: #dfdfdf;
  border-radius: 100px;
  transition: background-color .2s;
}

.next:hover {
  background-color: #f5f5f5;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.offer-block {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.div-block-295 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: column;
  margin-top: 19px;
  padding: 20px;
  display: block;
}

.text-block-34 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.main-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: minmax(50%, 60%) minmax(40%, 40%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: auto;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.left {
  flex: 0 auto;
  width: 60%;
  min-width: 50%;
  max-width: 60%;
}

.right {
  box-sizing: border-box;
  flex: 0 auto;
  align-self: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40px;
  position: sticky;
  top: 133px;
  overflow: hidden;
}

.image-20 {
  width: 100%;
}

.slide-3 {
  vertical-align: baseline;
}

.mask-product {
  height: auto;
}

.image-slider-mobile {
  border-radius: 20px;
  height: auto;
  display: none;
  overflow: hidden;
}

.product-title {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 38px;
}

.product-title.skeleton {
  opacity: 0;
}

.prices-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.prices-wrapper.skeleton {
  opacity: 0;
  margin-top: 0;
}

.compare-at-price {
  color: #8f8f8f;
  text-decoration: line-through;
}

.price {
  font-size: 16px;
  font-weight: 600;
}

.webflow-atc-button {
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  font-weight: 600;
  display: none;
}

.button-4 {
  background-color: #fff;
  border-color: #ececec;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-4:hover {
  color: #000;
  background-color: #fff;
  border-color: #070707;
}

.button-4.w--ecommerce-pill-selected {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.div-block-298 {
  justify-content: space-between;
  padding-bottom: 15px;
  display: flex;
}

.text-block-40 {
  cursor: pointer;
  text-decoration: underline;
}

.add-to-cart {
  margin-top: 24px;
}

.text-span-5 {
  color: #f60;
  font-size: 12px;
  text-decoration: none;
}

.text-block-41 {
  font-size: 12px;
  text-decoration: none;
}

.text-span-6 {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

.div-block-299 {
  z-index: 2;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 8px 14px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-42 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.trust-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-301 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-21 {
  width: 40px;
}

.text-block-43 {
  text-align: center;
  font-size: 12px;
}

.text-block-44 {
  border-left: 1px solid #d8d8d8;
  flex: 0 auto;
  height: 50px;
}

.offer {
  color: #030303;
  background-color: #fff;
  border: 1px solid #030303;
  border-radius: 3px;
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 500;
}

.offer-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.field-label {
  margin-bottom: 0;
  font-weight: 600;
}

.offer-text {
  color: #929292;
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.quantity {
  display: none;
}

.text-block-452 {
  color: #ffba4c;
  margin-left: 0;
  display: block;
}

.mask-7 {
  object-fit: fill;
  height: auto;
  max-height: none;
  margin-bottom: 15px;
  position: relative;
  overflow: visible;
}

.slide-12 {
  height: auto;
  max-height: none;
}

.div-block-377 {
  height: auto;
  display: block;
}

.slide-nav-7 {
  justify-content: center;
  align-items: center;
  height: 5px;
  display: flex;
  position: relative;
}

.div-block-477 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-block-367 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}

.text-block-454 {
  color: #676668;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.small-review-slider {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 30px;
  padding: 20px;
  display: block;
  overflow: visible;
}

.text-block-451 {
  color: #676668;
  margin-left: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  display: block;
}

.left-arrow-8 {
  align-items: flex-end;
  display: flex;
}

.text-span-98 {
  color: #ffba4c;
}

.div-block-376 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 6px;
  padding-bottom: 6px;
  display: block;
}

.right-arrow-9 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.text-span-97 {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 14px;
}

.slider-7 {
  object-fit: fill;
  background-color: #fff0;
  height: auto;
  max-height: none;
  display: block;
  overflow: hidden;
}

.image-179 {
  width: 10px;
}

.div-block-478 {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  flex-flow: column;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-479 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.div-block-479.last {
  border-bottom-style: none;
}

.image-180 {
  width: 30px;
}

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

.div-block-480 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 22px;
  display: flex;
}

.div-block-481 {
  background-color: #f5f5f5;
  border-bottom: 1px #e0e0e0;
  border-radius: 20px;
  justify-content: space-between;
  padding: 16px 20px;
  display: flex;
}

.reviews-section {
  max-width: 1440px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-456 {
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px 18px;
  transition: background-color .2s;
}

.text-block-456:hover {
  background-color: #f5f5f5;
}

.avis-header-desktop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #ebebeb;
  border-bottom-style: solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-457 {
  font-weight: 500;
}

.text-block-458 {
  padding-top: 13px;
  padding-bottom: 7px;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.text-block-459 {
  color: #9e9e9e;
}

.div-block-484 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-460 {
  color: #f60;
  letter-spacing: 5px;
  font-size: 24px;
}

.div-block-485 {
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.text-block-461 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 10px;
  display: flex;
}

.div-block-486 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-462 {
  background-color: #ffd900;
  border-radius: 100px;
  width: 80%;
  height: 10px;
}

.text-block-462._4 {
  text-align: left;
  width: 64%;
}

.text-block-462._3 {
  width: 7%;
}

.text-block-462._2 {
  width: 2%;
}

.text-block-462._1 {
  border-radius: 100px;
  width: 1%;
}

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

.text-block-463 {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}

.text-block-464 {
  border-left: 1px solid #e7e7e7;
}

.div-block-488 {
  width: 25%;
}

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

.div-block-491 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-492 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.image-181 {
  object-fit: contain;
  width: 17px;
}

.div-block-493 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-block-467 {
  flex: none;
  font-size: 12px;
}

.text-block-468 {
  font-weight: 600;
}

.text-block-469 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-470 {
  color: #ffd900;
  letter-spacing: 3px;
  font-size: 14px;
}

.text-block-471 {
  box-sizing: border-box;
  object-fit: fill;
  border-left: 1px solid #dfdfdf;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1px;
  height: 100px;
  min-height: 100%;
  display: block;
}

.text-block-472 {
  margin-top: 7px;
}

.div-block-494 {
  border-left: 1px solid #dfdfdf;
  width: 100%;
  padding-left: 30px;
}

.date {
  text-align: right;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

.tabs-avis {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
  display: flex;
}

.tab-link-tab-2, .reviews-tab-title {
  font-weight: 500;
}

.tab-link-tab-1 {
  background-color: #b4a2a2;
}

.tab-link-tab-1.w--current {
  background-color: #d1d1d1;
}

.reviews-tab {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 10px 20px;
  transition: color .2s, background-color .2s;
}

.reviews-tab:hover {
  background-color: #ebeaea;
}

.reviews-tab.w--current {
  color: #fff;
  background-color: #333;
}

.div-block-495 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 70px;
  display: flex;
}

.tabs-content-2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.div-block-496 {
  flex-flow: column;
  display: flex;
}

.text-block-474 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 10px 50px;
  font-weight: 400;
  display: block;
}

.slider-avis {
  background-color: #ddd0;
  flex: 0 auto;
  height: auto;
  padding-bottom: 0;
  transition: height .2s;
  overflow: visible;
}

.slide-nav-8, .slide-nav-8._2 {
  display: none;
}

.image-182 {
  width: 10px;
}

.image-182._2 {
  margin-right: 1px;
  transform: rotate(180deg);
}

.image-182._1 {
  margin-left: 1px;
}

.avis-left-arrow {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  display: flex;
  inset: auto 180px -70px auto;
}

.avis-left-arrow:hover {
  background-color: #f5f5f5;
}

.avis-right-arrow {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  display: flex;
  inset: auto 0% -70px auto;
}

.avis-right-arrow:hover {
  background-color: #f5f5f5;
}

.text-block-475 {
  color: #2b2b2b;
  font-size: 12px;
}

.star-title._2 {
  font-size: 12px;
}

.star-title._3 {
  font-size: 24px;
}

.slide-nav-9 {
  background-color: #ffffff69;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-end;
  width: 150px;
  height: 20px;
  margin-bottom: 10px;
  display: flex;
}

.icon-4.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 15px;
  font-size: 32px;
  line-height: 30px;
}

.icon-4.accordion-icon.open {
  width: 15px;
  font-family: Montserrat, sans-serif;
  transform: rotate(180deg);
}

.accordion-wrapper {
  margin-top: 0;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-content._2 {
  height: 105px;
  max-height: none;
  transition: height .2s;
  position: relative;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item-trigger.open {
  justify-content: space-between;
  align-items: center;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 14px 0;
}

.image-183 {
  width: 20px;
}

.paragraph {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 13px;
}

.paragraph-2 {
  text-overflow: clip;
  overflow-wrap: normal;
  max-width: 100%;
  padding-top: 0;
  font-size: 13px;
}

.paragraph-3, .paragraph-4 {
  padding-top: 10px;
  font-size: 13px;
}

.text-block-476 {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.text-span-99, .text-span-100, .text-span-101 {
  font-weight: 600;
}

.text-span-102 {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-span-103 {
  font-weight: 500;
}

.text-span-104 {
  line-height: 5px;
}

.text-span-105 {
  font-weight: 600;
}

.text-block-477 {
  cursor: pointer;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.div-block-497 {
  background-image: linear-gradient(#ffffff8f, #fff);
  justify-content: flex-start;
  align-items: flex-end;
  height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-9 {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-10, .slide-nav-10._2 {
  display: none;
}

.slide-13 {
  border-radius: 20px;
  overflow: visible;
}

.small-slider {
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-499 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-bottom-color: #f0f0f0;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 10px;
  display: flex;
}

.div-block-500 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  display: flex;
}

.div-block-501 {
  flex-flow: column;
  width: 100%;
  padding-right: 40px;
  display: flex;
}

.text-block-478 {
  font-size: 12px;
  font-weight: 600;
}

.image-184 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 5px;
  width: 10%;
  max-width: 60px;
  height: auto;
  max-height: 60px;
}

.left-arrow-10 {
  display: none;
}

.small-review-text {
  padding-right: 30px;
  font-size: 12px;
  line-height: 18px;
}

.right-arrow-11 {
  z-index: 3;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  padding: 0;
  display: flex;
  right: 5px;
  box-shadow: 0 0 10px #0000000f;
}

.image-185 {
  width: 13px;
  margin-left: 1px;
}

.image-product-desktop {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-186 {
  border-radius: 20px;
}

.image-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.image-187 {
  border-radius: 20px;
}

.body-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.div-block-503 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.image-188 {
  cursor: pointer;
  width: 20px;
  padding: 2px;
}

.image-189 {
  object-fit: contain;
  width: 22px;
}

.collection-list-wrapper-3 {
  width: auto;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-12 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #333;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.collection-item-3 {
  border-radius: 0;
  flex: none;
  width: 100px;
  overflow: hidden;
}

.menu-item-title {
  color: #8f8f8f;
  font-size: 12px;
}

.link-block-13 {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px #f3f3f3;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.text-block-480 {
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 20px;
  font-size: 10px;
  font-weight: 600;
}

.sub-menu-clubs {
  border-right: 0 #f1f1f1;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: none;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 105px;
  left: auto;
  overflow: hidden;
  transform: translate(100%);
}

.main-menu-header {
  height: 90px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-506 {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-block-481 {
  text-align: center;
  font-size: 10px;
  font-weight: 600;
}

.image-190 {
  width: 12px;
  position: static;
  inset: auto auto auto 20px;
  transform: rotate(180deg);
}

.div-block-507 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: auto;
  padding: 20px;
  display: flex;
}

.div-block-508 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 15px;
  display: grid;
}

.link-block-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #313131;
  text-align: center;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.link-block-14._2 {
  flex: none;
  max-width: 80px;
}

.menu-team-img-wrapper {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #f5f5f5;
  border-radius: 14px;
  flex: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-482 {
  flex-flow: wrap;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  display: flex;
}

.image-team-menu {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
  padding: 10px;
}

.image-team-menu._2 {
  padding: 30px;
}

.text-block-483 {
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.div-block-510 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-511 {
  padding-bottom: 100px;
}

.menu-scrollable-clubs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  max-height: none;
  padding: 20px 20px 200px;
  display: flex;
  overflow: scroll;
}

.image-192 {
  aspect-ratio: 768 / 979;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 6px;
}

.main-menu {
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-513 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.sub-menu-nations {
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: none;
  display: flex;
  position: absolute;
  top: 105px;
  overflow: hidden;
  transform: translate(100%);
}

.code-embed {
  display: none;
}

.review-stars {
  text-decoration: none;
}

.review-stars.skeleton {
  opacity: 0;
}

.animation-sticky-filtre {
  display: none;
}

.sticky-header {
  z-index: 99;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.code-embed-3, .code-embed-4, .animation-scroll-filtre, .css-filtre, .line-clamp-title, .scroll-bar-product-slider, .line-clamp-product-title, .scroll-bar-teams, .teams-slider-buttons, .product-slider-buttons, .product-image-slider-dots, .tabs-scrollbar, .gradient-review-star, .product-image-slider-js, .product-sliders-buttons {
  display: none;
}

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

.buy-now-button {
  display: none;
}

.monkey-atc-btn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f60;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  display: flex;
}

.image-193 {
  width: 20px;
}

.atc-text {
  color: #fff;
  font-weight: 600;
}

.code-embed-5, .monkey-atc-js {
  display: none;
}

.sticky-header-product-page {
  z-index: 9;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.slider-10 {
  background-color: #fff;
  height: auto;
}

.slide-nav-11 {
  padding-left: 21px;
  padding-right: 21px;
  display: none;
}

.slide-nav-11.p {
  display: none;
}

.left-arrow-11 {
  width: 0;
  height: 0;
}

.mobile-product-image-slider {
  display: none;
}

.custom-grid-slider {
  border-radius: 0;
  overflow: hidden;
}

.grid-slide {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  transition: transform .2s, opacity .2s;
}

.grid-slide:hover {
  opacity: .8;
  transform: scale(1.05);
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.div-block-514 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  max-width: 1440px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-486 {
  text-transform: capitalize;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 34px;
}

.text-block-487 {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.div-block-515 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-488 {
  text-align: center;
}

.review-form {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.review-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  padding: 30px;
}

.text-block-489 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
}

.submit-button-4 {
  background-color: #000;
  border-radius: 100px;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 600;
}

.text-field-4 {
  border-radius: 3px;
  height: 50px;
  font-size: 14px;
}

.textarea {
  border-radius: 3px;
  min-height: 100px;
}

.note {
  color: #e60000;
}

.radio-button-field {
  position: relative;
}

.form-stars {
  color: #f60;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 18px;
}

.form-block-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.div-block-517 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

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

.image-195 {
  cursor: pointer;
  width: 25px;
}

.code-embed-6 {
  display: none;
}

.success-message {
  color: #fff;
  background-color: #f60;
  border-radius: 20px;
}

.product-count-script {
  display: none;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "." 1fr
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.image-196 {
  border-radius: 20px;
}

.js-css-product-image-slider, .grid-slider-js-css {
  display: none;
}

.product-main-link {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.product-texts-wrapper {
  width: 100%;
  text-decoration: none;
}

.script-for-link {
  display: none;
}

.grid-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.script-see-more, .pagination-2 {
  display: none;
}

.product-controls {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.product-count-text {
  color: #6d6d6d;
  font-size: 14px;
}

.load-more {
  color: #363636;
  text-transform: none;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 10px 48px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.text-block-490 {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  transition: opacity .2s;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 30px;
}

.image-197 {
  margin-bottom: 1px;
  transform: rotate(-90deg);
}

.load-more-button-text {
  font-size: 14px;
}

.text-block-491 {
  cursor: pointer;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.see-more-smooth-scroll, .see-more-animations {
  display: none;
}

.product-slider-background {
  aspect-ratio: 1;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.link-block-17 {
  border-radius: 0;
}

.link-block-18 {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  text-decoration: none;
}

.link-block-18.w--current {
  flex: none;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  text-decoration: none;
}

.link-block-19 {
  text-decoration: none;
}

.text-block-492 {
  color: #ffd900;
  font-size: 12px;
}

.text-block-493 {
  text-transform: uppercase;
}

.text-span-106 {
  font-weight: 500;
  text-decoration: none;
}

.text-span-107, .text-span-108 {
  font-weight: 500;
}

.text-block-494 {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.text-span-109 {
  font-weight: 500;
}

.text-span-110 {
  color: #313131;
  font-weight: 400;
  text-decoration: none;
}

.text-span-111, .text-span-112 {
  font-weight: 500;
}

.code-embed-10 {
  display: none;
}

.text-span-113 {
  font-size: 14px;
  font-weight: 600;
}

.todate {
  margin-left: -3px;
  font-weight: 600;
}

.body-6 {
  font-family: Montserrat, sans-serif;
}

.div-block-521 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-495 {
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.main-section-help {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-523 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-block-496 {
  color: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.div-block-524 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: border-color .2s;
  display: flex;
}

.div-block-524:hover {
  border-color: #bbb;
}

.image-198 {
  width: 40px;
  max-width: 40px;
}

.image-198._2 {
  padding: 3px;
}

.link-block-20 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.div-block-525 {
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.text-block-497 {
  padding-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

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

.contact-form-input {
  border-radius: 7px;
  height: 50px;
  margin-bottom: 0;
}

.form-block-4 {
  margin-top: 25px;
}

.select-field {
  color: #2e2e2e;
  background-color: #f7f7f7;
  border-radius: 7px;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 0;
}

.textarea-2 {
  border-radius: 7px;
  min-height: 200px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 14px;
}

.submit-button-5 {
  text-align: center;
  background-color: #f60;
  border-radius: 100px;
  width: 200px;
  height: 50px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  transition: background-color .2s;
}

.submit-button-5:hover {
  background-color: #181818;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-199 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  max-height: 600px;
}

.div-block-527 {
  display: block;
}

.div-block-528 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.text-block-498 {
  color: #979797;
  font-size: 10px;
  font-weight: 500;
}

.bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-weight: 500;
}

.link-6 {
  color: #2c2c2c;
}

._1-star {
  color: #ccc;
}

._1 {
  color: #c4c4c4;
}

.text-span-116, .text-span-117, .text-span-118, .text-span-119, .text-span-120, .text-span-121, .text-span-122, .text-span-123 {
  color: #ccc;
}

.zoomable-review-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 3px;
  width: 120px;
  max-width: 120px;
  margin-top: 0;
}

.body-7 {
  font-family: Montserrat, sans-serif;
}

.text-block-499 {
  width: 100%;
}

.text-block-500 {
  flex: 0 auto;
}

.text-block-501 {
  text-align: center;
}

.link-block-21 {
  text-decoration: none;
}

.text-block-502 {
  text-align: right;
}

.zoom-review-images {
  display: none;
}

.div-block-529 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
  position: relative;
}

.div-block-529:hover {
  opacity: .63;
}

.image-200 {
  background-color: #fff;
  border-radius: 7px;
  width: 25px;
  padding: 7px;
  position: absolute;
  inset: auto 5px 5px auto;
}

.reviews-pictures {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
  display: flex;
}

.div-block-531 {
  width: 1000px;
  height: 1000px;
}

.size-guide {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.image-201 {
  max-width: 500px;
  margin-top: 30px;
}

.div-block-532 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.text-block-503 {
  text-align: center;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  display: flex;
}

.text-block-503._2 {
  border-right-style: none;
}

.text-block-504 {
  text-align: center;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
}

.text-block-504._2 {
  border-right-style: none;
}

.size-guide-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  padding: 30px;
}

.code-embed-12 {
  display: none;
}

.div-block-533 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-202 {
  width: 25px;
}

.div-block-534 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-top: 7px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-505, .text-block-506 {
  font-weight: 500;
}

.slide-avis {
  height: auto;
}

.code-embed-13 {
  display: none;
}

.div-block-535 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-block-507 {
  color: #333;
  font-size: 12px;
  text-decoration: underline;
}

.text-block-508 {
  color: #f60;
  font-size: 12px;
}

.text-block-509 {
  color: #f60;
  letter-spacing: 3px;
}

.text-span-124 {
  color: #ccc;
}

.div-block-536 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.orange {
  color: #ffd900;
}

.grey {
  color: #ccc;
}

.div-block-537 {
  display: flex;
}

.orange-small {
  color: #ffd900;
  font-size: 12px;
}

.div-block-538 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  letter-spacing: 5px;
  display: flex;
}

.orange-big {
  color: #ffd000;
  letter-spacing: 0;
  font-size: 24px;
}

.link-grid-texts {
  text-decoration: none;
}

.div-block-540 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.div-block-541 {
  flex-flow: column;
  display: flex;
}

.product-images {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
}

.code-embed-14, .code-embed-15 {
  display: none;
}

.image-203 {
  border-radius: 20px;
}

.text-block-510 {
  color: #353535;
  background-color: #fff;
  border-radius: 0;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 10px;
}

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

.text-block-511 {
  color: #0a0a0a;
  background-color: #fff;
  border-radius: 0;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 500;
  position: absolute;
  inset: 10px auto auto 10px;
}

.text-block-512 {
  color: #313131;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 500;
}

.text-block-513 {
  color: #303030;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 2px 9px;
  font-size: 13px;
}

.div-block-542 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.div-block-543 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.image-206 {
  width: 18px;
}

.text-block-514 {
  color: #ff5f00;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 13px;
}

.div-block-544 {
  display: flex;
}

.div-block-545 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-207 {
  max-height: 600px;
  position: static;
  overflow: clip;
}

.text-block-515 {
  color: #2e2e2e;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.text-span-125 {
  font-weight: 400;
}

.stock-message {
  margin-top: 0;
  margin-bottom: 0;
}

.skeleton-product-page {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.skeleton-product-item {
  display: inline-flex;
}

.skeleton-product-item.prices {
  margin-top: 20px;
}

.skeleton-product-item.title {
  margin-top: 10px;
}

.link-7 {
  text-decoration: none;
}

.text-span-127 {
  color: #252525;
  text-decoration: underline;
}

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

.code-embed-16, .code-embed-17 {
  display: none;
}

.next-2, .previous-2 {
  display: block;
}

.pagination-3 {
  margin-top: 30px;
  display: none;
}

.code-embed-18, .code-embed-19, .code-embed-20 {
  display: none;
}

.marquee-container {
  border-bottom: 1px solid #ececec;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.marquee-item {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-img {
  width: 30px;
  max-width: 20px;
  max-height: 20px;
}

.marquee-img._2 {
  max-width: 15px;
}

.marquee-img._3 {
  max-width: 20px;
  max-height: 25px;
}

.marquee-txt {
  flex: none;
  font-size: 12px;
}

.marquee-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.code-embed-21 {
  display: none;
}

.text-span-128 {
  font-weight: 600;
}

.div-block-546 {
  border: 1px solid #ececec;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.text-block-517 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-span-129 {
  font-weight: 600;
}

.link-block-22 {
  color: #2c2c2c;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block-22.hide {
  margin-right: 0;
}

.text-block-518 {
  font-weight: 500;
  text-decoration: underline;
}

.popular-models {
  grid-column-gap: 10px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.image-208 {
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
  width: 100%;
}

.link-block-23 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-519 {
  color: #2e2e2e;
  text-align: center;
  font-size: 16px;
}

.div-block-547 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.div-block-548 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-549 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px;
  display: grid;
}

.text-block-520 {
  font-weight: 500;
}

.link-9 {
  color: #2c2c2c;
  text-decoration: none;
}

.div-block-550 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-521 {
  padding-right: 27px;
}

.image-209 {
  width: 80%;
  max-width: 150px;
}

.div-block-551 {
  background-color: #f8f8f8;
  max-width: 1400px;
  margin: 70px auto 60px;
  padding: 30px 20px;
}

.text-block-522 {
  text-align: center;
  font-size: 22px;
}

.text-block-523 {
  text-align: center;
  padding-top: 19px;
  padding-bottom: 19px;
}

.form-2 {
  flex-flow: column;
  max-width: 500px;
  display: block;
}

.form-block-5 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.submit-button-6 {
  background-color: #202020;
  height: 44px;
  margin-top: 3px;
  margin-right: 3px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-field-5 {
  border-radius: 3px;
  height: 50px;
}

.image-210 {
  height: 40px;
  max-height: 40px;
}

.image-210._2 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.div-block-552 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 9px;
  display: flex;
}

.image-211 {
  width: 20px;
  margin-top: 0;
}

.text-block-524 {
  font-size: 10px;
}

.text-block-525 {
  font-size: 12px;
}

.text-span-130 {
  color: #4956ed;
  font-weight: 600;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-212 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #ebebeb;
}

.div-block-553 {
  margin-top: 24px;
  margin-bottom: 0;
  position: relative;
}

.div-block-554 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-213 {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1.5px solid #000;
  width: 100%;
  height: auto;
}

.div-block-555 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff5f6;
  border: 1px solid #d30018;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding: 10px;
  display: flex;
}

.text-block-526 {
  color: #d30018;
  font-size: 12px;
  font-weight: 600;
}

.image-214 {
  width: 15px;
  margin-top: 3px;
}

.image-215 {
  width: 15px;
  max-width: 15px;
  height: 15px;
  max-height: 15px;
}

.text-block-527 {
  font-weight: 500;
}

.image-216 {
  max-width: 40px;
  padding: 5px;
}

.slider-selection, .slider-nike, .slider-adidas, .slider-nb, .alider-asics, .accueil-mobile {
  display: none;
}

.image-218 {
  width: 100%;
}

.accueil-desktop {
  position: relative;
}

.div-block-560 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.div-block-561 {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.button-6 {
  background-color: #000;
  border-radius: 4px;
  align-self: center;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}

.text-block-530 {
  font-weight: 600;
}

.text-block-531 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-532 {
  text-align: center;
  margin-top: 14px;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: #ffd000;
}

.div-block-562 {
  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;
  padding-top: 17px;
  padding-bottom: 17px;
  display: grid;
}

.text-block-533 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
}

.body-8 {
  font-family: Montserrat, sans-serif;
}

.div-block-564 {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.image-219 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.link-block-24 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-565 {
  position: absolute;
  inset: 0%;
}

.text-block-534 {
  color: #303030;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .menu {
    z-index: 2;
    transform: translate(-100%);
  }

  .filtres {
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .div-block-12 {
    background-color: #fff;
    border-style: solid;
  }

  .div-block-12._1 {
    background-color: #f5f5f5;
    border-style: none;
    margin-left: 20px;
  }

  .div-block-13.last {
    margin-right: 10px;
  }

  .menu-scrollable {
    padding-right: 10px;
  }

  .desktop-slider {
    background-size: cover;
    height: 500px;
    max-height: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
  }

  .slider {
    border-radius: 0;
  }

  .div-block-15 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20px;
  }

  .header-desktop {
    display: none;
  }

  .team-section {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .title-section2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-section2._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .teams-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-24 {
    padding: 10px;
  }

  .div-block-24.first {
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .mobile-categories-menu {
    margin-top: 50px;
    display: block;
  }

  .product-slider-section {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    padding: 16px 20px;
    overflow: scroll;
  }

  .collection-item {
    width: 30%;
    max-width: none;
  }

  .product-slider-div {
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .product-slider-img:hover {
    opacity: 100;
    transform: none;
  }

  .div-block-26.hide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .scroll-left.hide, .scroll-right.hide {
    display: flex;
  }

  .visuels-section {
    flex-flow: column;
  }

  .div-block-28._2 {
    display: none;
  }

  .div-block-272 {
    max-width: 100%;
    margin-top: 0;
  }

  .payment-logo-2 {
    height: 20px;
  }

  .div-block-274 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-275 {
    justify-content: space-between;
  }

  .div-block-271 {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
  }

  .div-block-267 {
    text-align: center;
    padding-bottom: 0;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block-268 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-277, .div-block-279 {
    flex: 0 auto;
    width: 100%;
  }

  .footer {
    margin-top: 0;
  }

  .div-block-10 {
    justify-content: space-around;
    align-items: stretch;
    width: auto;
    padding-top: 47px;
    padding-bottom: 47px;
    padding-left: 0;
  }

  .collection-list-product-grid-inner {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .product-grid-card {
    width: 100%;
    max-width: 100%;
  }

  .ligues {
    padding-left: 0;
    padding-right: 0;
  }

  .clubs-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-26 {
    line-height: 18px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .tab {
    flex: none;
  }

  .tab.last {
    margin-right: 20px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .collection-list-wrapper-2 {
    padding-right: 0;
  }

  .link-block-5._2 {
    display: none;
  }

  .link-block-7 {
    flex: none;
    min-height: 100%;
    max-height: 100%;
    margin-left: 0;
  }

  .link-block-7.last {
    margin-right: 0;
  }

  .custom-slider-wrapper._2 {
    border-radius: 0;
    display: block;
  }

  .div-block-289 {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
  }

  .image-16 {
    object-fit: contain;
    width: 23px;
  }

  .image-17 {
    object-fit: contain;
    width: 22px;
  }

  .image-18 {
    object-fit: contain;
    width: 100%;
  }

  .header-mobile {
    padding: 0 19px 20px;
    display: block;
  }

  .submit-button-3 {
    display: none;
  }

  .text-field-3 {
    background-color: #f3f3f3;
    border: 1px #000;
    border-radius: 100px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .form-block-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin-top: 15px;
    margin-bottom: -15px;
  }

  .title-section {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-filters {
    z-index: 999;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .offer-block {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-295 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    background-color: #f3f3f3;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

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

  .text-block-35 {
    text-align: center;
    font-size: 13px;
  }

  .text-block-36 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
  }

  .main-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    position: relative;
  }

  .right {
    width: 100%;
    min-width: 100%;
    max-width: 100px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: auto;
  }

  .image-slider-mobile {
    border-radius: 0;
    display: none;
  }

  .div-block-299 {
    color: #313131;
    background-color: #fff;
    border-radius: 0;
    padding: 5px 7px;
    top: 10px;
    left: 10px;
  }

  .text-block-42 {
    color: #353535;
    font-weight: 500;
  }

  .small-review-slider {
    margin-top: 40px;
  }

  .reviews-section {
    padding-left: 0;
    padding-right: 0;
  }

  .avis-header-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tabs-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .avis-left-arrow {
    margin-right: 10px;
    right: 50%;
  }

  .avis-right-arrow {
    margin-left: 10px;
    left: 50%;
    right: auto;
  }

  .slide-nav-9 {
    background-color: #fff0;
    border-radius: 100px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0 20px;
    display: flex;
    position: absolute;
  }

  .div-block-501 {
    padding-right: 26px;
  }

  .image-product-desktop {
    display: none;
  }

  .text-block-484 {
    width: 20px;
  }

  .text-block-485 {
    display: none;
  }

  .fleche-gauche {
    width: 0;
    height: 0;
    display: block;
  }

  .fleche-droite {
    width: 0;
    height: 0;
  }

  .link-block-16 {
    max-width: 120px;
  }

  .link-block-16.w--current {
    max-width: 100px;
  }

  .slide-nav-11.p {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .left-arrow-11 {
    width: 0;
    height: 0;
  }

  .custom-slider {
    position: relative;
  }

  .image-194 {
    width: 100%;
  }

  .mobile-product-image-slider {
    display: block;
  }

  .grid-slide:hover {
    opacity: 100;
    transform: none;
  }

  .review-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-199 {
    height: 500px;
    max-height: 500px;
  }

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

  .size-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .arrow-left {
    z-index: 9;
    background-color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-left: 0;
    display: flex;
    position: absolute;
    top: 50%;
    left: 10px;
    right: auto;
  }

  .image-204 {
    width: 12px;
    margin-right: 1px;
    transform: rotate(180deg);
  }

  .arrow-right {
    z-index: 9;
    background-color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 50% 10px auto auto;
  }

  .image-205 {
    width: 12px;
    margin-left: 0;
  }

  .marquee-item, .marquee-txt {
    flex: none;
  }

  .marquee-inner {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-22.hide {
    margin-right: 10px;
  }

  .popular-models {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-549 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .div-block-550._2 {
    display: none;
  }

  .image-209 {
    max-width: 200px;
  }

  .div-block-551 {
    margin-bottom: 0;
  }

  .image-217 {
    width: 100%;
  }

  .accueil-mobile {
    display: none;
    position: relative;
  }

  .div-block-557 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-558 {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 20px;
  }

  .text-block-528 {
    font-size: 18px;
    font-weight: 600;
  }

  .button-5 {
    background-color: #000;
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    font-weight: 600;
  }

  .text-block-529 {
    margin-top: 10px;
    padding-right: 0;
  }

  .div-block-564 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    max-width: 100vw;
    transform: translate(-100%);
  }

  .menu-scrollable {
    padding-right: 20px;
  }

  .slider {
    height: 400px;
  }

  .div-block-15 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item {
    width: 60%;
  }

  .div-block-272 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-273 {
    border-bottom: 1px solid #ececec;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-273._2 {
    border-bottom-style: none;
  }

  .div-block-274 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-271 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }

  .div-block-268 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .div-block-278 {
    background-color: #1b1b1b;
    border-style: none none solid;
    border-bottom-color: #000;
    border-radius: 0;
  }

  .div-block-278:hover {
    border-style: none none solid;
    border-color: #000;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-10 {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 20px;
  }

  .collection-list-product-grid-inner, .clubs-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .slide-nav-2 {
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    display: flex;
  }

  .div-block-295 {
    justify-content: center;
    align-items: center;
  }

  .text-block-35 {
    text-align: center;
  }

  .button-4 {
    margin-right: 0;
  }

  .text-block-367 {
    font-size: 12px;
  }

  .small-review-slider {
    margin-top: 40px;
  }

  .avis-header-desktop {
    flex-flow: column;
    display: none;
  }

  .text-block-458 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-459 {
    color: #202020;
    margin-top: 5px;
    font-weight: 500;
  }

  .div-block-484 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .text-block-460 {
    padding-top: 0;
    font-size: 18px;
  }

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

  .div-block-487 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 35%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-464 {
    border-bottom: 1px solid #e7e7e7;
    border-left-style: solid;
    border-left-color: #e7e7e7;
    height: 1px;
  }

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

  .div-block-489 {
    border-bottom: 1px solid #e6e6e6;
    padding: 22px 0;
    display: flex;
  }

  .text-block-465 {
    border-left: 1px solid #e9e9e9;
    margin-left: 19px;
    margin-right: 19px;
  }

  .text-block-466 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-490 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-491 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-492 {
    flex-flow: row;
  }

  .div-block-494 {
    border-top: 1px #dfdfdf;
    border-left-style: none;
    padding-top: 10px;
    padding-left: 0;
  }

  .date {
    margin-top: 10px;
  }

  .tabs-avis {
    overflow: scroll;
  }

  .reviews-tab-title {
    flex: none;
  }

  .reviews-tab {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reviews-tab.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-content-2 {
    padding-right: 20px;
  }

  .tabs-2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .star-title._4 {
    font-size: 18px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-184 {
    max-width: 20%;
  }

  .sub-menu-clubs, .sub-menu-nations {
    width: 100vw;
    max-width: 100vw;
  }

  .review-form-wrapper {
    padding: 20px;
  }

  .div-block-523 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-526 {
    grid-template-columns: 1fr;
  }

  .size-guide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-539 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .orange-medium {
    color: #ffd900;
    font-size: 18px;
  }

  .button-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .popular-models {
    padding-right: 5px;
    display: flex;
    overflow: scroll;
  }

  .link-block-23 {
    flex: none;
    width: 60%;
  }

  .collection-list-5, .div-block-554 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .accueil-mobile {
    display: block;
  }

  .accueil-desktop {
    display: none;
  }

  .div-block-564 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    z-index: 2;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-bottom: 0;
    display: flex;
    transform: translate(-100%);
  }

  .div-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-1 {
    max-height: 100px;
  }

  .div-block-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px 15px 60px;
  }

  .main-menu-content {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 140px;
    transition: opacity .2s;
  }

  .filtres {
    padding-left: 15px;
  }

  .menu-scrollable {
    padding-right: 15px;
  }

  .desktop-slider {
    background-image: url('../images/2.jpg');
    height: 400px;
    min-height: 250px;
    max-height: 400px;
    display: block;
  }

  .slide {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-4 {
    object-fit: cover;
  }

  .slider {
    height: 500px;
    max-height: 500px;
  }

  .div-block-15 {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
    padding-left: 29px;
    padding-right: 20px;
  }

  .text-block-7 {
    text-shadow: 0 1px 20px #000;
    margin-bottom: 1px;
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-8 {
    background-color: #000;
    padding: 3px 15px;
    font-size: 10px;
  }

  .text-block-9 {
    text-shadow: 0 1px 20px #000000b8;
    padding-right: 28px;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 40px;
    font-size: 12px;
    display: flex;
  }

  .header-desktop {
    display: none;
  }

  .anouncement {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-10 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 18px;
    display: flex;
  }

  .team-section {
    padding-top: 40px;
  }

  .title-section2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-section2._2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-11 {
    line-height: 34px;
  }

  .teams-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-24.first {
    margin-left: 0;
  }

  .product-slider-section {
    margin-top: 30px;
  }

  .product-slider-section.home {
    margin-top: 20px;
  }

  .collection-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-25 {
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .collection-item {
    flex: none;
    width: 314px;
    max-width: 314px;
  }

  .product-slider-img {
    object-fit: cover;
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .product-slider-img:hover {
    opacity: 100;
  }

  .scroll-left.hide, .scroll-right.hide {
    display: none;
  }

  .visuels-section {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-29 {
    padding-right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .text-block-16 {
    text-shadow: 0 1px 20px #000000e0;
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-17 {
    text-shadow: 0 1px 10px #000c;
    margin-top: 5px;
    margin-bottom: 6px;
    padding-right: 7px;
    font-size: 12px;
  }

  .div-block-273 {
    padding: 20px 10px;
  }

  .div-block-274 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .div-block-271 {
    flex-flow: column-reverse;
    padding-bottom: 20px;
  }

  .text-block-1 {
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-267 {
    margin-left: -7px;
    padding-bottom: 0;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-268 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-278 {
    background-color: #1b1b1b;
    border-style: none none solid;
    border-bottom-color: #000;
    border-radius: 0;
  }

  .text-block-22 {
    flex: 0 auto;
    order: 0;
    display: block;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-10 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .product-grid-section {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-product-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-product-grid-inner {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    place-content: space-between start;
    place-items: start;
    overflow: hidden;
  }

  .product-grid-card {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .grid-images-wrapper {
    max-width: 100%;
  }

  .text-block-24, .clubs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-26 {
    text-align: left;
  }

  .see-more-button {
    text-align: center;
    padding: 6px 14px;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-28 {
    font-size: 12px;
  }

  .product-link {
    z-index: 999;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .custom-slider-wrapper {
    border-radius: 0;
    overflow: hidden;
  }

  .div-block-289 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-18 {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .header-mobile {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask {
    box-sizing: border-box;
    overflow: hidden;
  }

  .slide-nav._2 {
    display: none;
  }

  .slider-2 {
    height: auto;
  }

  .slide-2 {
    height: 100%;
    min-height: 100%;
  }

  .mask-2 {
    padding-bottom: 2px;
    top: auto;
  }

  .slide-nav-2 {
    display: none;
  }

  .breadcrumbs {
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-filters {
    z-index: 99;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

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

  .previous {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    text-decoration: none;
    display: flex;
  }

  .next {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    text-decoration: none;
    display: flex;
  }

  .pagination {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .text-block-32, .text-block-33 {
    font-size: 12px;
  }

  .icon-2 {
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .icon-3 {
    margin-bottom: 2px;
  }

  .offer-block {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-295 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-35 {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

  .text-block-36 {
    text-align: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .text-span-4 {
    color: #333;
    background-color: #ff6e0000;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .main-section {
    padding-bottom: 0;
    padding-left: 0;
  }

  .right {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-title {
    font-size: 28px;
    line-height: 32px;
  }

  .webflow-atc-button {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    width: 100%;
  }

  .button-4:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
  }

  .text-block-452 {
    color: #ffd900;
  }

  .mask-7 {
    max-height: none;
  }

  .slide-12 {
    margin-bottom: 0;
  }

  .text-block-454 {
    color: #676668;
    overflow: hidden;
  }

  .small-review-slider {
    overflow: visible;
  }

  .text-span-98 {
    color: #ffd900;
  }

  .slider-7 {
    max-height: none;
    overflow: hidden;
  }

  .div-block-478 {
    margin-bottom: -30px;
  }

  .reviews-section {
    margin-top: 30px;
  }

  .text-block-458 {
    padding-bottom: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block-459 {
    color: #272727;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
  }

  .div-block-484 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-460 {
    letter-spacing: 3px;
    font-size: 18px;
  }

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

  .text-block-462._4 {
    flex: 0 auto;
  }

  .text-block-462._2 {
    width: 5%;
  }

  .div-block-487 {
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 35%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-466 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-490, .tabs-avis {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-content-2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-2 {
    padding-left: 0;
  }

  .slider-avis {
    max-width: 100%;
  }

  .avis-left-arrow {
    width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    left: auto;
    right: 50%;
  }

  .avis-right-arrow {
    width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    left: 50%;
    right: auto;
  }

  .slide-nav-9 {
    color: #fff;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .accordion-heading {
    padding-right: 10px;
    line-height: 22px;
  }

  .div-block-501 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-right: 0;
  }

  .image-184 {
    width: 20%;
  }

  .collection-list-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sub-menu-clubs {
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    width: 100vw;
    height: 100%;
    max-height: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 110px;
    transform: translate(100%);
  }

  .main-menu-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-507 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-508 {
    max-height: none;
  }

  .div-block-510 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .div-block-511 {
    height: 100%;
    padding-bottom: 0;
  }

  .menu-scrollable-clubs {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    max-height: none;
    padding: 20px 15px 200px;
    display: flex;
  }

  .main-menu {
    flex-flow: column;
    flex: 0 auto;
    height: 100%;
    max-height: none;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .sub-menu-nations {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    display: flex;
  }

  .link-block-16 {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    text-decoration: none;
    display: flex;
  }

  .link-block-16.w--current {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    display: flex;
  }

  .custom-slider {
    position: relative;
  }

  .grid-slide {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .div-block-515 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-form-wrapper {
    padding: 25px;
  }

  .text-block-489 {
    line-height: 18px;
  }

  .image-195 {
    width: 15px;
  }

  .js-css-product-image-slider {
    display: none;
  }

  .div-block-519 {
    position: absolute;
    inset: 0;
  }

  .code-embed-9 {
    display: none;
  }

  .product-main-link {
    display: block;
  }

  .product-texts-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
  }

  .div-block-521 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-523 {
    justify-items: stretch;
  }

  .text-block-496 {
    flex: 0 auto;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-524 {
    height: 100%;
    min-height: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-20 {
    box-sizing: border-box;
    min-width: 100%;
    min-height: 100%;
  }

  .div-block-525 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-199 {
    object-fit: cover;
    height: 400px;
    min-height: 250px;
    max-height: 400px;
    position: static;
  }

  .zoomable-review-img {
    width: 100px;
    max-width: 100px;
  }

  .reviews-pictures {
    overflow: scroll;
  }

  .size-guide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-532 {
    background-color: #fff;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: stretch;
    overflow: scroll;
  }

  .text-block-503 {
    width: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-504 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    padding: 0 20px;
    line-height: 14px;
    display: flex;
  }

  .size-guide-form-wrapper {
    padding: 25px;
  }

  .button-group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .text-block-516 {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
  }

  .text-span-126 {
    font-weight: 400;
  }

  .popular-models {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block-23 {
    width: 314px;
    max-width: 314px;
  }

  .div-block-549 {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .div-block-550 {
    display: flex;
  }

  .div-block-550._2 {
    display: none;
  }

  .accueil-mobile {
    position: relative;
  }

  .div-block-557 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .div-block-558 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 5px;
    flex-flow: column;
    width: 100%;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 20px #0003;
  }

  .text-block-528 {
    font-size: 18px;
    font-weight: 600;
  }

  .button-5 {
    background-color: #0a0a0a;
    border-radius: 5px;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
  }

  .text-block-529 {
    color: gray;
    margin-top: 6px;
    font-size: 13px;
  }

  .text-block-533 {
    width: 50px;
  }

  .div-block-563 {
    margin-top: 15px;
    overflow: scroll;
  }
}

#w-node-c06a7f25-46cf-6a3f-ff92-c9176402b997-6609837c, #w-node-_0d56c943-1f80-e4a1-6011-48e474ca8253-6609837c, #w-node-_14abbce8-4bab-83c2-026b-c4eeb30ce200-6609837c, #w-node-_141f7238-466e-1b25-41ba-82d31facde29-6609837c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


