:root {
  --white: white;
  --black: #090807;
  --black-2: black;
  --7s: #777;
  --dark: #101019;
  --white-2: #f0f0f0;
  --gg: #f1ddc680;
  --green: #00e676;
  --blue: #00e5ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: DIN Alternate, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

h1 {
  letter-spacing: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4em;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand.w--current {
  color: var(--black);
}

.navbar {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wide {
  max-width: 1800px;
}

.navlink {
  color: var(--black);
  letter-spacing: -1px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
}

.navlink.nav-dd {
  float: left;
  padding: 0;
  display: inline-block;
}

.hero {
  text-align: center;
  width: 100%;
  padding: 100px 20px 20px;
  position: relative;
  overflow: hidden;
}

.sect {
  padding: 60px;
  position: relative;
}

.sect.sect-f {
  background-color: var(--white);
  color: var(--black);
  padding-bottom: 0;
}

.sect.sect-bar {
  color: var(--black);
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 16px;
}

.sect.sect-test {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sect.sect-sho {
  padding-top: 20px;
}

.sect.sect-bg {
  background-image: url('../images/mens-desktop_58bf24be-0548-4fe2-a52d-7ca47d816977.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 600px;
}

.sect.sect-nf {
  padding-top: 220px;
  padding-bottom: 200px;
}

.btn {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  border-radius: 3px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.btn.btn-f {
  background-color: var(--white);
  color: var(--black-2);
}

.btn.btn-line {
  background-color: var(--white);
  color: var(--black);
  border: 3px solid #000;
  padding: 9px 27px;
}

.btn.btn-form {
  aspect-ratio: 1;
  border: 1px solid var(--7s);
  background-color: var(--white);
  color: var(--dark);
  text-transform: uppercase;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  font-size: 14px;
}

.footer {
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding: 50px 50px 60px;
  overflow: hidden;
}

.row {
  width: 100%;
}

.ctr {
  text-align: center;
}

.bot50 {
  margin-bottom: 50px;
}

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

.nav {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.ftlink {
  color: var(--7s);
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.ul-foot {
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 20px;
  list-style-type: none;
}

.li-foot {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-toggle {
  color: var(--black);
  padding: 10px 40px 10px 20px;
  display: inline-block;
}

.icon {
  margin-right: 10px;
  padding-top: 2px;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-sp {
  width: 6px;
  height: 6px;
  display: inline-block;
}

.header {
  background-color: var(--white-2);
  color: var(--black);
  text-align: left;
  width: 100%;
  padding: 125px 20px 60px;
  position: relative;
  overflow: hidden;
}

.bot0 {
  margin-bottom: 0;
}

.list {
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li-shop {
  text-align: left;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.goto {
  aspect-ratio: 2 / 3;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  background-color: #ffffff80;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.goto:hover {
  background-color: #fafafa;
}

.namebox {
  border-top: 1px solid var(--white);
  text-align: left;
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.namebox.name-card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  text-align: center;
  background-color: #0000;
  background-image: none;
  border: 1px #000;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 22px;
}

.heading-6 {
  letter-spacing: -2px;
  font-weight: 700;
}

.heading-6.bot0 {
  letter-spacing: 0;
}

.bot5 {
  margin-bottom: 5px;
}

.banner {
  aspect-ratio: 2.39;
  background-color: var(--black);
  background-image: linear-gradient(#00000040, #00000040), url('../images/knicks-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.go-bar {
  aspect-ratio: 2 / 3;
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/Ro_sachet_ripping_on_blue_background_desktop.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.go-bar:hover {
  background-color: #fafafa;
}

.heading-7 {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Unbounded;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.1em;
}

.heading-7.h22 {
  font-size: 3.2em;
}

.line3 {
  color: var(--7s);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 1em;
  font-weight: 300;
}

.line3.offwhite {
  color: var(--white-2);
}

.heading-9 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 300;
  line-height: .5em;
}

.heading-9.ctrd {
  text-align: center;
  margin-bottom: 60px;
}

.heading-9.xxl {
  font-size: 2.2em;
  line-height: .7em;
}

.cols-ft {
  text-align: left;
  margin-bottom: 40px;
}

.text-block {
  color: #777;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
}

.nav-menu {
  background-color: #fff6;
  border-radius: 20px;
}

.bgg {
  z-index: -1;
  background-image: linear-gradient(135deg, var(--white), #eee);
  position: fixed;
  inset: 0%;
}

.hero-bg {
  aspect-ratio: 3;
  text-align: left;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg.hero-cate {
  aspect-ratio: 4;
}

.bold-text {
  letter-spacing: 11px;
  font-size: .5em;
}

.msg {
  color: var(--black);
  letter-spacing: 0;
  border: 1px #000;
  height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
}

.form {
  padding: 0;
  display: flex;
}

.form-block {
  border: 1px solid #999;
  width: 470px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
}

.heading-10 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
}

.go-card {
  aspect-ratio: 2;
  color: var(--black);
  text-align: left;
  background-color: #eee;
  background-image: linear-gradient(#0000, #ffffffe6), url('../images/mens-desktop_58bf24be-0548-4fe2-a52d-7ca47d816977.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-left: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.go-card.go-2 {
  color: var(--white);
  background-image: linear-gradient(#0000 60%, #000000e6), url('../images/womens-desktop_1_f552e6e8-65c8-4043-a79a-504ebd94c9c6.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

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

.text-span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.6em;
}

.catename {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff9, #fff9);
  border-radius: 10px;
  padding: 2px 20px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  inset: auto 10px 10px;
}

.squaer {
  aspect-ratio: 1;
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-7 {
  width: 60%;
  position: absolute;
  inset: auto 0% 4% auto;
}

.image-7.imgx {
  filter: hue-rotate(209deg);
  width: 90%;
  right: -12%;
  transform: rotate(10deg);
}

.area {
  text-align: left;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

.hero-img {
  filter: contrast(118%) saturate(0%);
  width: 50%;
  position: absolute;
  inset: auto auto -41% 2%;
}

.col-hero {
  position: static;
}

.img-hero {
  width: 100%;
  transform: rotate(-14deg);
}

.text-block-2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 13px;
}

.div-block-11 {
  background-color: var(--white-2);
  width: 100%;
  height: 2px;
  margin-top: 75px;
}

.heading-11 {
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 1em;
  font-weight: 500;
}

.heading-12 {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-family: Nanum Myeongjo;
  font-size: 3.5em;
  font-weight: 400;
}

.box-ship {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffffb3;
  border-radius: 10px;
  padding: 15px;
  font-size: 10px;
}

.h1-hero {
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nanum Myeongjo;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

.container-2 {
  max-width: 1200px;
}

.test-img {
  width: 60%;
  position: absolute;
  inset: auto -13% 4% auto;
}

.heading-13 {
  text-transform: none;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6em;
}

.colno {
  height: 0;
}

.div-block-12 {
  background-color: var(--gg);
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  font-size: 11px;
}

.columns-2 {
  font-size: 9px;
}

.h-cate {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: Nanum Myeongjo;
  font-size: 1.8em;
  font-weight: 700;
}

.collection-list {
  flex-flow: wrap;
  display: flex;
}

.collection-item {
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}

.hero-sho {
  filter: contrast(118%) saturate(0%);
  width: 40%;
  position: absolute;
  inset: auto auto -41% 2%;
}

.itemimg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.item-bg {
  aspect-ratio: 1;
  text-align: left;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #f3f3f3;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 750px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-item {
  padding: 110px 50px 60px;
  position: relative;
}

.collection-list-wrapper-2 {
  width: 80px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.collection-item-2 {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.hide {
  display: none;
}

.widen {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  padding-top: 60px;
}

.bot40 {
  margin-bottom: 40px;
}

.column-2 {
  padding-top: 142px;
}

.ul-blog {
  flex-flow: wrap;
  margin-bottom: 25px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.li-blog {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.link-block {
  aspect-ratio: 3 / 2;
  background-color: #eee;
  background-image: url('../images/pexels-cottonbro-8443648.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  width: 100%;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.link-block:hover {
  background-size: auto 110%;
}

.h3-blog {
  background-image: url('../images/right-arrow.png');
  background-position: 98% 4px;
  background-repeat: no-repeat;
  background-size: auto 20px;
  margin-top: 30px;
}

.paragraph {
  margin-bottom: 50px;
  font-size: 21px;
  line-height: 32px;
}

.herosoon {
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}

.logo-lny {
  height: 80px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  display: block;
}

.logo-lny.shaddd {
  margin-top: 0;
  margin-bottom: -50px;
}

.image-10 {
  width: 620px;
  margin: 10px auto;
  display: block;
}

.logo-nav {
  height: 36px;
}

.dots {
  height: 18px;
  margin: 50px auto;
  display: block;
}

.container-3 {
  background-color: #fff;
  border-radius: 20px;
  max-width: 800px;
  padding: 20px;
}

.inblock {
  color: #656565;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding: 12px 10px;
  font-size: .8em;
  line-height: 20px;
  display: inline-block;
}

.text-block-4 {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 20px;
}

.div-block-13 {
  color: #656565;
  border: 1px solid #656565;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 310px;
  max-width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
  line-height: 18px;
  display: flex;
}

.div-block-14 {
  text-align: center;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-5 {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.div-block-15 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: -9px;
  margin-bottom: -9px;
  display: flex;
}

.tps {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .li-shop {
    width: 50%;
  }

  .hero-bg {
    aspect-ratio: auto;
    text-align: center;
    padding: 73px 33px 33px;
  }

  .hero-img {
    width: 70%;
    margin-bottom: -176px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  .columns {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item {
    width: 50%;
    margin-bottom: 10px;
  }

  .hero-sho, .itemimg {
    width: 70%;
    margin-bottom: -176px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0%;
    left: 0%;
  }

  .item-bg {
    aspect-ratio: auto;
    text-align: center;
    padding: 73px 33px 33px;
  }
}

@media screen and (max-width: 767px) {
  .sect {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sect.sect-bar {
    padding-bottom: 20px;
  }

  .flex-ctr {
    flex-flow: column;
  }

  .flex-ctr.flip-sm {
    flex-flow: column-reverse;
  }

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

  .banner {
    aspect-ratio: 1;
    text-align: center;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .go-card {
    aspect-ratio: 3 / 2;
  }

  .area {
    text-align: center;
    padding-bottom: 50px;
    font-size: 12px;
  }

  .heading-12 {
    font-size: 3em;
  }

  .li-blog {
    width: 50%;
  }

  .herosoon {
    text-align: center;
  }

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h2 {
    font-size: 2.5em;
  }

  .navbar {
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero {
    text-align: center;
  }

  .sect {
    padding: 60px 20px;
  }

  .sect.sect-test {
    padding-top: 20px;
  }

  .btn-sp {
    display: block;
  }

  .banner {
    font-size: 9px;
  }

  .heading-7 {
    font-size: 2em;
  }

  .heading-9 {
    font-size: 1.1em;
  }

  .hero-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .catename, .area {
    font-size: 10px;
  }

  .heading-12 {
    font-size: 1.8em;
  }

  .h1-hero {
    font-size: 2em;
  }

  .item-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-item {
    padding: 60px 20px;
  }

  .li-blog {
    text-align: center;
    width: 100%;
  }

  .logo-lny {
    height: 60px;
    margin-top: 10px;
  }

  .logo-lny.shaddd {
    margin-bottom: -30px;
  }

  .image-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .logo-nav {
    height: 25px;
  }

  .dots {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .container-3 {
    padding: 15px;
    font-size: 16px;
    line-height: 20px;
  }

  .inblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-4 {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .div-block-13 {
    width: 310px;
    line-height: 15px;
  }

  .div-block-14 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


@font-face {
  font-family: 'DIN Alternate';
  src: url('../fonts/DINAlternate-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}