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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: -webkit-sticky;
  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;
  -ms-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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-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;
  }
}

img {
  max-width: 100%;
  display: inline-block;
}

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.brand-image {
  width: 25%;
}

.navbar-container {
  width: 100%;
  max-width: 1182px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.navbar {
  z-index: 999;
  width: 100%;
  color: #fff;
  background-color: #fff;
  padding: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.home-page {
  z-index: 100;
  background-color: #122025;
}

.navbar.home {
  background-color: #122025;
}

.nav-link {
  color: #868c8f;
  cursor: pointer;
  font-family: Chivo, sans-serif;
  font-size: 150px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #fff;
}

.nav-link._2 {
  margin-left: 105px;
}

.nav-link._4 {
  margin-left: 178px;
}

.nav-link._1 {
  cursor: pointer;
}

.container {
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 230px;
  padding-bottom: 140px;
  padding-right: 0;
  display: grid;
}

.hero-section {
  color: #fff;
  background-color: #122025;
  overflow: hidden;
}

.hero-small-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 95px;
}

.hero-title.span {
  font-weight: 300;
}

.hero-text {
  width: 100%;
  max-width: 664px;
  margin-bottom: 56px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.hero-title-wrapper {
  margin-bottom: 20px;
}

.div-block {
  display: flex;
}

.text-with-circle-1 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.ellipse-5 {
  z-index: 999;
  position: absolute;
  top: 5%;
  right: 0;
}

.ellipse-5.hide-desktop {
  display: none;
}

.ellipse-6 {
  position: absolute;
  top: -125px;
  right: 0;
}

.ellipse-6.hide-desktop {
  display: none;
}

.hero-container {
  z-index: 1;
  max-width: 1182px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

.slider {
  height: 665px;
  max-height: 665px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.hero-left-wrapper {
  z-index: 1;
  position: relative;
}

.slide {
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 0;
}

.slide-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 100%;
  max-height: 665px;
  max-width: 439px;
}

.slide-nav {
  width: 100%;
  color: #e18417;
  bottom: 13%;
  right: -50%;
  transform: translate(-100%);
}

.button-wrapper {
  z-index: 10;
  display: inline-block;
  position: relative;
}

.primary-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #122025;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-arrow {
  perspective-origin: 100%;
  transform-origin: 100%;
  display: none;
}

.button-arrow._2 {
  top: 65%;
}

.body {
  background-color: #fff;
}

.featured {
  padding-top: 80px;
  padding-bottom: 140px;
}

.featured-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.featured-icon-wrapper {
  width: 89px;
  height: 95px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.featured-tier-icon {
  z-index: 1;
  position: relative;
}

.featured-type-circle {
  position: absolute;
  top: 0;
  left: 0;
}

.featured-type-circle._2 {
  transform: rotate(45deg);
}

.featured-type-title {
  color: #122025;
  margin-bottom: 8px;
  font-family: Chivo, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.featured-type-text {
  color: #566a73;
  font-family: Chivo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.featured-content {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 70px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 40px;
  display: grid;
}

.featured-title {
  color: #4b3b29;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 50px;
  font-weight: 400;
  line-height: 59px;
}

.featured-title-wrapper {
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.featured-title-wrapper._2 {
  align-items: flex-start;
  display: none;
}

.featured-item {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.featured-item-images {
  margin-bottom: 24px;
  overflow: hidden;
}

.featured-item-title {
  color: #122025;
  text-transform: uppercase;
  font-family: Chivo, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.featured-images {
  width: 100%;
  height: 100%;
  perspective-origin: 50%;
  transform-origin: 50%;
}

.trending-content {
  grid-column-gap: 27px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 4.4fr 2.8fr 2.8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trending-item-images-wrapper {
  height: 20vw;
  max-height: 300px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  overflow: hidden;
}

.trending-item-big {
  min-height: 56vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 73px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trending-big-title-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.trending-big-title {
  color: #393f44;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.trending-item-images {
  width: 100%;
  align-self: flex-end;
}

.start-from {
  color: #7b8792;
  margin-right: 8px;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
}

.text-block-2 {
  color: #393f44;
  font-family: Chivo, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 19px;
  display: inline-block;
}

.trending-content-wrapper {
  margin-bottom: 56px;
  padding-right: 27px;
  position: relative;
}

.trending-item-images-1 {
  width: 100%;
  height: 100%;
}

.trending-small-title {
  color: #393f44;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Chivo, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.trending-small-title-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.trending-item {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.trending {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 140px;
  display: flex;
}

.trending-header {
  width: 100%;
  max-width: 839px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  padding-bottom: 46px;
  display: flex;
  position: relative;
}

.trending-header-title-wrapper {
  z-index: 1;
  text-align: center;
  font-family: Chivo, sans-serif;
  font-size: 50px;
  line-height: 65px;
  display: flex;
  position: relative;
}

.trending-header-title {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 50px;
  line-height: 65px;
  position: relative;
}

.light-font {
  margin-right: 5px;
  font-weight: 400;
}

.header-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-section {
  z-index: 1;
  position: relative;
}

.secondary-button {
  color: #122025;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(18, 32, 37, .2);
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.products {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.products-left-wrapper {
  color: #122025;
  background-color: #ffeece;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 52px;
  position: relative;
  overflow: hidden;
}

.products-right-wrapper {
  color: #fff;
  background-color: #122025;
  padding-top: 120px;
  padding-bottom: 100px;
  padding-left: 49px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 43px;
}

.product-description {
  max-width: 357px;
  color: #344a52;
  margin-bottom: 52px;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.product-description._2 {
  opacity: .7;
  color: #fff;
}

.products-left-images {
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.products-content {
  z-index: 1;
  position: relative;
}

.text-span-6 {
  font-weight: 300;
}

.products-right-images {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15%);
}

.text-with-circle-2 {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.design {
  padding-top: 140px;
  padding-bottom: 70px;
  position: relative;
}

.design-row-1 {
  justify-content: flex-end;
  display: flex;
}

.design-description-wrapper._1 {
  max-width: 412px;
}

.design-description-wrapper._2 {
  max-width: 477px;
}

.design-description-title {
  color: #121d26;
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Barlow, sans-serif;
  font-size: 60px;
  font-weight: 200;
  line-height: 72px;
}

.design-description-text {
  color: #516a75;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.design-row-3 {
  justify-content: flex-start;
  display: flex;
}

.bg-circle {
  position: absolute;
  top: 142px;
  left: 0;
}

.design-row-2 {
  justify-content: center;
  margin-bottom: 41px;
  display: flex;
  position: relative;
  top: -54px;
}

.design-big-heading {
  color: #122025;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 170px;
  font-weight: 200;
  line-height: 204px;
}

.design-big-heading._1 {
  z-index: 1;
  margin-bottom: 62px;
  line-height: 14vw;
  position: relative;
}

.design-wrapper {
  z-index: 1;
  position: relative;
}

.big-heading-wrapper {
  position: relative;
}

.big-heading-image {
  height: 100%;
  min-height: 0;
  position: absolute;
  top: 10%;
  left: 10%;
}

.subscribe {
  max-width: 898px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 30px 140px;
  display: flex;
}

.subscribe-heading-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.relative {
  position: relative;
}

.line {
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translate(0, 100%);
}

.flex-horizontal {
  flex-wrap: wrap;
  display: flex;
}

.text-with-circle {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.text-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-with-circle-4 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.text-circle-3 {
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
}

.design-heading-wrapper {
  margin-bottom: 46px;
}

.suscribe-description-text {
  max-width: 838px;
  text-align: center;
  margin-bottom: 56px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.subscribe-form {
  align-items: flex-end;
  display: flex;
}

.subscribe-text-field {
  width: 342px;
  height: 100%;
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #a6aeb0;
  margin-bottom: 0;
  margin-right: 21px;
  padding-top: 21px;
  padding-bottom: 11px;
  font-size: 15px;
  line-height: 28px;
}

.subscribe-text-field::-ms-input-placeholder {
  color: #122025;
  font-family: Nunito Sans, sans-serif;
}

.subscribe-text-field::placeholder {
  color: #122025;
  font-family: Nunito Sans, sans-serif;
}

.form-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #122025;
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.form-button:hover {
  background-color: #fe782c;
}

.footer {
  background-color: #122025;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.footer-label {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.footer-nav-link {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #fe782c;
}

.footer-nav-menu {
  flex-direction: column;
  display: flex;
}

.copyright-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line-2 {
  height: 18px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 80%);
}

.social-link {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: underline;
}

.social-link:hover {
  color: #fe782c;
}

.featured-title-image {
  color: #4b3b29;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 50px;
  font-weight: 400;
  line-height: 59px;
}

.trending-flex-horizontal {
  display: flex;
}

.subscribe-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chivo, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 43px;
}

.subscribe-flex-horizontal {
  display: flex;
}

.tap-circle-wrapper {
  z-index: 5;
  width: 136px;
  height: 136px;
  perspective-origin: 50%;
  transform-origin: 50%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.tap-circle-image-1 {
  position: relative;
}

.tap-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.primary-button-text {
  z-index: 1;
  opacity: .7;
  position: relative;
}

.button-bg {
  width: 100%;
  height: 100%;
  background-color: #fe782c;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%);
}

.tertiary-button {
  color: #122025;
  text-transform: uppercase;
  background-color: #ffeece;
  border: 1px solid rgba(18, 32, 37, .2);
  border-radius: 8px;
  padding: 16px 30px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.secondary-button-bg {
  width: 100%;
  height: 100%;
  background-color: #122025;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-100%);
}

.secondary-button-text, .tertiary-button-text {
  z-index: 1;
  position: relative;
}

.tertiary-button-bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-100%);
}

.tap-circle-link-wrapper {
  width: 136px;
  height: 136px;
  perspective-origin: 50%;
  transform-origin: 50%;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

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

.start {
  margin-top: 40px;
  position: absolute;
  top: 27%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.button-arrow-wrapper {
  width: 97px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(100%, -50%);
}

.button-arrow-block {
  width: 100%;
  height: 100%;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #122025;
  position: absolute;
  top: 0;
  right: 0;
}

.button-arrow-block.white {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #fff;
}

.button-arrow-block._3 {
  background-color: #ffeece;
}

.button-arrow-block._1 {
  display: block;
}

.footer-tap-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-button {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.menu-button.w--open {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.menu-button._2 {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 33px;
  right: 56px;
}

.menu-button._2.w--open {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.menu-button._1 {
  width: auto;
  height: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

.menu-button._1.second {
  margin-right: 20px;
}

.nav-menu {
  width: 90vw;
  height: auto;
  max-height: 100vh;
  color: #fff;
  object-fit: fill;
  background-color: #122025;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  display: flex;
  position: fixed;
}

.nav-link-text {
  text-decoration: none;
  transform: none;
}

.bar {
  width: 45px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 29px;
  bottom: auto;
  left: auto;
  right: 21px;
  transform: translate(0);
}

.bar._2 {
  width: 24px;
  opacity: 0;
  top: 38px;
  transform: translate(-29px, 36px);
}

.bar._3 {
  top: 48px;
  transform: translate(-29px, 27px)rotate(-45deg);
}

.bar._1 {
  transform: translate(-29px, 45px)rotate(45deg);
}

.nav-link-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-circle {
  width: 60px;
  height: 60px;
  background-color: #4c6874;
  border-radius: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.secondimage {
  width: 25%;
}

.bbb-wrap-1-9 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bbb-wrap-1-4 {
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.bbb-wrap-1-2 {
  color: #d90000;
  border-bottom: 1px solid #a9a9a9;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: .8em;
  display: flex;
}

.bbb-decor-2 {
  width: 2em;
  height: 2em;
  background-color: #fff;
  border: 2px solid #bcbcbc;
  margin-right: .5em;
}

.bbb-wrap-8 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bbb-a-wrap-1 {
  flex-direction: row;
  align-self: stretch;
  align-items: stretch;
}

.bbb-text-1-1 {
  color: #535353;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.bbb-link-2 {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.bbb-pic-1 {
  width: auto;
  height: auto;
}

.bbb-decor-1 {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.bbb-text-2 {
  color: #bcbcbc;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
}

.bbb-search-1 {
  background-color: #fffdfd;
  border: 1px solid #aeaeae;
  border-radius: .4em;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 1em;
  display: flex;
}

.bbb-wrap-1-5 {
  margin-right: .3em;
}

.bbb-text-5 {
  color: #878887;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .1em;
  font-size: .9em;
  font-weight: 900;
  line-height: 1.3em;
}

.bbb-b-text-1 {
  color: #000;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.3em;
}

.bbb-decor-3 {
  margin-top: 2em;
}

.bbb-decor-6 {
  width: 2.5em;
  height: 2.5em;
  background-image: url('../images/Group-6_1Group 6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.bbb-b-toggle-1 {
  background-color: #fff;
  background-image: url('../images/chevron-down_1chevron-down.png');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: .9em;
  border: 2px solid #d5d5d5;
  border-radius: .2em;
  padding: .5em 2.5em .5em 1em;
}

.bbb-text-1-3 {
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
}

.bbb-section-1 {
  margin-top: 15vh;
  padding-top: 4.7em;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1vw;
}

.bbb-text-1 {
  color: #000;
  margin-bottom: 1.5em;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
}

.bbb-wrap-1-8 {
  border-radius: .3em;
  padding: 1em .7em;
  box-shadow: 0 8px 9px rgba(0, 0, 0, .23);
}

.bbb-button-2 {
  color: #fff;
  background-color: #122025;
  border: 2px solid #122025;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-bottom: .6em;
  padding: 1em;
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.3em;
  display: flex;
}

.bbb-button-2:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.bbb-wrap-9 {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  padding: 1.5em;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .06);
}

.bbb-imput-1 {
  width: 13em;
  color: #bcbcbc;
  border: 1px solid #fff;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
  margin-bottom: 0;
  padding: 1.4em 1em;
  font-size: 1.2em;
  line-height: 1.3em;
}

.bbb-wrap-4 {
  border-bottom: 1px solid #d5d5d5;
  margin-top: -8px;
  padding-bottom: 2.5em;
}

.bbb-a-text-1 {
  color: #fff;
  text-align: center;
  margin-right: 1em;
  font-size: 1.1em;
  line-height: 1.3em;
  display: inline-block;
}

.bbb-wrap-1 {
  display: flex;
}

.bbb-wrap-1-6 {
  width: 100%;
  max-width: 10em;
  background-color: #122025;
  border-top-left-radius: 1em;
  border-bottom-right-radius: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: .5em 1em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bbb-wrap-7 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2em;
  display: flex;
}

.bbb-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.bbb-b-list-1.w--open {
  background-color: #fff;
}

.bbb-text-9 {
  color: #000;
  margin-bottom: .5em;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1em;
}

.bbb-wrap-1-1 {
  width: auto;
  height: auto;
  position: relative;
}

.bbb-button-1 {
  background-color: #fff;
  background-image: url('../images/search_1search.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  padding: .5em 1em;
}

.bbb-text-1-2 {
  color: #d90000;
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.3em;
}

.bbb-text-1-5 {
  width: 9em;
  color: #fff;
  text-align: center;
  flex: none;
  padding-left: .5em;
  padding-right: .5em;
  font-size: 1.1em;
  line-height: 1.3em;
  overflow: visible;
}

.bbb-a-icon-1 {
  height: .7em;
}

.bbb-text-6 {
  color: #000;
  margin-bottom: .1em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3em;
}

.bbb-icon-3 {
  height: .7em;
  object-fit: cover;
}

.bbb-wrap-2 {
  margin-right: 4em;
}

.bbb-a-link-block-1 {
  background-color: #122025;
  border-radius: 1.3em;
  align-items: center;
  margin-bottom: .5em;
  margin-right: .5em;
  padding: .5em 1.3em .5em 1em;
  text-decoration: none;
  display: inline-block;
}

.bbb-wrap-1-7 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.bbb-link-block-2 {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bbb-wrap-3 {
  flex: 1;
}

.bbb-heading-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: .9em;
  font-size: 3.1em;
  font-weight: 500;
  line-height: 1.3em;
}

.bbb-text-8 {
  color: #535353;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.3em;
}

.text-block-3 {
  margin-top: 10vh;
  font-weight: 700;
}

.text-block-4 {
  margin-top: 10px;
}

.image-5 {
  width: 25%;
  height: 90%;
}

.tab-title {
  color: #bfc5c9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  transition: all .4s ease-in-out;
}

.tab-title.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #bfc5c9;
  border-bottom: 1px solid #bfc5c9;
  border-left: 1px #bfc5c9;
  border-right: 0 #bfc5c9;
}

.tab-title.first {
  margin-left: 0;
  padding-left: 0;
}

.tab-title.first.w--current {
  text-decoration: none;
}

.size-text {
  color: #bfc5c9;
  margin-right: 20px;
  font-size: 14px;
  display: inline-block;
}

.wishlist {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  margin-left: 8px;
  padding: 12px 32px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, .2);
}

.wishlist:hover {
  transform: translate(0, -2px);
}

.column-product-photo {
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.shipping-text {
  margin-left: 12px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.price {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.product-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  display: flex;
}

.extra-info-mobile {
  display: none;
}

.size-button {
  min-width: 52px;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bfc5c9;
  border-radius: 2px;
  margin-right: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}

.size-button.active {
  border-color: #000;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/Radna-stolica.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-product-info {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 110px 5% 28px;
  display: flex;
}

.tabs-content {
  padding-top: 16px;
  font-size: 14px;
  line-height: 22px;
}

.slider-2 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 70px;
}

.slide-nav-2 {
  margin-bottom: 12px;
}

.arrow {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.add-to-bag-text {
  margin-right: 60px;
  display: inline-block;
}

.add-to-bag {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #122025;
  border-radius: 2px;
  padding: 12px 32px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  box-shadow: 0 2px 12px -2px rgba(93, 103, 116, .2);
}

.add-to-bag:hover {
  transform: translate(0, -2px);
}

.size-chart {
  color: #bfc5c9;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}

.size-selection {
  margin-top: 12px;
}

.button-group {
  margin-top: 32px;
  margin-bottom: 60px;
}

.breadcrumbs {
  color: #bfc5c9;
  font-size: 13px;
  text-decoration: none;
}

.section {
  width: 100vw;
  height: 100vh;
  margin-top: 5vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.brand-2 {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.name {
  margin-left: -3px;
  font-size: 28px;
  font-weight: 200;
  line-height: 28px;
}

.wishlist-text {
  margin-right: 16px;
  display: inline-block;
}

.contact-form-right-side {
  background-color: #f7f7fc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 88px 56px;
}

.mg-right-32px {
  margin-right: 32px;
}

.input-2 {
  min-height: 70px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.input-2:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.input-2:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.input-2::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.input-2::placeholder {
  color: #6e7191;
  font-size: 18px;
}

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

.flex-horizontal-2.start {
  justify-content: flex-start;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 700;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.container-default {
  max-width: 1218px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.inner-container._752px.center {
  max-width: 752px;
}

.mg-top-8px {
  flex-direction: column;
  margin-top: 8px;
  display: flex;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.contact-form-side-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.2fr 1fr;
  align-items: stretch;
}

.contact-form-left-side {
  padding: 88px 56px;
}

.divider {
  height: 1px;
  background-color: #dcddeb;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.image-36 {
  width: 60%;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.subtitle {
  color: #333;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #000;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.success-message-3 {
  color: #4a3aff;
  background-color: #f3f2ff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.error-message-2 {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.social-media-grid-top-2 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
}

.heading-20 {
  color: #000;
  margin-bottom: 40px;
}

.text-area {
  min-height: 144px;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 22px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .08);
}

.text-area:hover {
  border-color: #4a3aff;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .1);
}

.text-area:focus {
  color: #211f54;
  border-color: #4a3aff;
}

.text-area::-ms-input-placeholder {
  color: #6e7191;
  font-size: 18px;
}

.text-area::placeholder {
  color: #6e7191;
  font-size: 18px;
}

.section-18 {
  margin-top: 5vh;
  padding-top: 100px;
  padding-bottom: 176px;
}

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

.color-neutral-300 {
  color: #eff0f6;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

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

.text-decoration-none.second {
  color: #fff;
}

.social-icon-square {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  color: #fff;
  background-color: #4a3aff;
}

.social-icon-square.color-primary {
  color: #fff;
  background-color: #000;
}

.social-icon-square.color-primary:hover {
  color: #fff;
  background-color: #3324d5;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.div-block-3 {
  margin-top: 20px;
}

.content {
  min-width: 1000px;
  flex-direction: column;
  margin-top: 20vh;
  display: flex;
}

.c-review-card__name {
  color: #333;
  margin-bottom: 0;
  margin-right: 10px;
}

.c-gallery-panel__image-03 {
  flex-direction: column;
  flex: none;
  display: none;
  position: relative;
}

.product-gallery {
  width: 50%;
  height: 80vh;
  margin-top: 10vh;
  margin-bottom: 5vh;
  margin-left: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button {
  height: 64px;
  color: #fff;
  background-color: #b42626;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 rgba(180, 38, 38, .2);
}

.button:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, .2);
}

.highlight__toggle {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transition: box-shadow .2s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 rgba(180, 38, 38, .3);
}

.highlight__toggle:hover {
  box-shadow: 0 0 10px 5px rgba(180, 38, 38, .2);
}

.c-gallery-panel__image-01 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.c-gallery-nav {
  z-index: 10;
  width: 100px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.highlight__text {
  width: 230px;
  flex: none;
}

.user-profile {
  width: 80px;
  height: 80px;
  background-color: #ebebeb;
  border-radius: 100%;
  overflow: hidden;
}

.highlight__icon {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #b42626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-product-rating {
  margin-bottom: 10px;
  display: flex;
}

.c-product-form {
  width: 100%;
  margin-bottom: 0;
}

.c-review-card__row {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-width--small {
  max-width: 60px;
}

.c-review-card {
  margin-bottom: 40px;
  display: flex;
}

.container-2 {
  max-width: 1366px;
  justify-content: flex-end;
  display: flex;
}

.highlight__content {
  width: 250px;
  background-color: #fff;
  align-items: center;
  margin-left: 40px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, .05);
}

.c-gallery-panel__image-02 {
  flex-direction: column;
  flex: none;
  display: none;
}

.product-info {
  width: 100%;
  max-width: 500px;
  margin-bottom: 20px;
}

.c-gallery-panel__highlight {
  z-index: auto;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.c-gallery-panel__highlight.highlight--order-03 {
  top: 140px;
  left: 218px;
}

.c-gallery-panel__highlight.highlight--order-01 {
  top: 100px;
  left: 90px;
}

.c-gallery-panel__highlight.highlight--order-02 {
  top: 500px;
  left: 270px;
}

.c-product-form__col {
  width: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  padding-right: 20px;
  display: flex;
}

.c-review-card__content {
  flex: 1;
  font-size: 14px;
}

.reviews {
  flex-direction: column;
  display: flex;
}

.content-row {
  justify-content: center;
  padding: 60px 40px;
}

.content-row.row--color-gray {
  background-color: #fdfdfd;
  flex-direction: column;
  display: flex;
}

.c-gallery-nav__link {
  max-height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border-left: 4px solid rgba(180, 38, 38, 0);
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.c-gallery-nav__link.order--first {
  background-color: #fff;
  border-left-color: #b42626;
}

.c-review-card__user {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.c-product-rating__star {
  width: 20px;
  height: 20px;
  color: #b42626;
}

.content-col.col--width-50 {
  max-width: 50%;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.c-product-form__row {
  display: flex;
}

.c-gallery-panel {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.image-37 {
  width: 65%;
}

.product5-feed-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section-19 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 20vh;
  padding-left: 36px;
  padding-right: 36px;
}

.product5-category-link {
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product3-content-wrap {
  margin-top: 26px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.item-overlay {
  z-index: 30;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(rgba(24, 24, 29, .1), rgba(24, 24, 29, .1));
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.product5-nav-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.product5-nav-wrap.mobile {
  display: none;
}

.product-image {
  height: 480px;
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-image.product-image-size-l {
  height: 480px;
}

.size6-link {
  color: #18181d;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.product5-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(170, 170, 170, .2);
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.black-label {
  z-index: 40;
  color: #fff;
  background-color: #18181d;
  border-style: none;
  border-width: 0;
}

.label.black-label.sale-label {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.label.inside-label {
  z-index: 40;
  color: #18181d;
  background-color: #fff;
  border-style: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.image-38 {
  width: 30%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lac-b-button-1 {
  color: #fff;
  background-color: #000;
  border: .2em solid #000;
  border-radius: .5em;
  padding: .8em 3.5em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}

.lac-b-button-1:hover {
  color: #000;
  background-color: #fff;
}

.section-8 {
  width: 100%;
  height: 10vh;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lac-paragraph-1 {
  color: #a6a6a6;
  margin-bottom: 3em;
  font-size: 1.3em;
  line-height: 1.6em;
}

.form-2 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block {
  padding-top: 4em;
}

.lac-a-text-3 {
  color: #ff5858;
  font-size: 1.3em;
  line-height: 1.3em;
}

.text-block-14 {
  color: #000;
  margin-right: 40px;
  font-weight: 600;
}

.div-block-77 {
  width: 100%;
  height: 60%;
  background-color: #484848;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 5%;
  display: flex;
}

.lac-a-decor-2 {
  margin-top: .5em;
  margin-left: .6em;
  position: relative;
}

.div-block-79 {
  width: 15%;
  height: 75%;
  background-color: #000;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-76 {
  width: 100%;
  height: 20vh;
  background-color: #2b2b2b;
  border-radius: 50px 50px 0 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-36 {
  color: #777;
  font-size: 1vw;
}

.lac-heading-2 {
  color: #36351a;
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-15 {
  margin-right: 40px;
  font-weight: 600;
  text-decoration: none;
}

.lac-grid-3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lac-text-2 {
  color: #2f2f2f;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.lac-section-1 {
  padding: 10em 5em 0;
  font-size: 1vw;
}

.lac-a-decor-3 {
  height: .1em;
  background-color: #a6a6a6;
  margin-top: .7em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lac-pic-1 {
  width: 50%;
  border-radius: 20px;
}

.div-block-26 {
  width: 95%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lac-wrap-6 {
  align-items: center;
  display: flex;
}

.image-26 {
  width: 40%;
}

.text-block-35 {
  color: #fff;
  font-size: 1.2vw;
}

.lac-wrap-4 {
  margin-bottom: 3em;
}

.lac-wrap-5 {
  border-top: 1px solid #c6d9d8;
  border-bottom: 1px solid #c6d9d8;
  padding-top: 4em;
  padding-bottom: 4em;
}

.lac-decor-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lac-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lac-wrap-2.mobil {
  display: none;
}

.image-15 {
  width: 45%;
  height: 65%;
}

.lac-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lac-container-1 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.lac-a-text-2 {
  color: #a6a6a6;
}

.lac-heading-1 {
  color: #36351a;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Montserrat, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.3em;
}

.image-27 {
  width: 2vw;
  height: auto;
}

.text-block-37 {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
}

.div-block-78 {
  width: 80%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-left-icon {
  width: 100%;
  min-height: 48px;
  color: #151e24;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e9ecf0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::-ms-input-placeholder {
  color: #a0a6b0;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

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

.lac-a-decor-1 {
  align-items: center;
  display: flex;
}

.div-block-83 {
  width: 80%;
  height: 100%;
  border-right: 1px solid #777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.div-block-83.first {
  padding-top: 0;
}

.lac-a-text-1 {
  color: #36351a;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3em;
}

.lac-grid-2 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.lac-grid-2.three {
  display: none;
}

.div-block-80 {
  width: 33%;
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-84 {
  width: 20%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lac-icon-1 {
  height: 1.7em;
  object-fit: cover;
  margin-right: 1em;
}

.text-block-16 {
  color: #000;
  margin-right: 40px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-27 {
  width: 35%;
  height: 75%;
  background-color: #000;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 6px 6px 11px -9px #000;
}

.image-39 {
  width: 100%;
}

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

.form-back {
  width: 48%;
  min-height: 60px;
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(127, 88, 226, .1);
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .3);
}

.form-back:active {
  box-shadow: 0 11px 20px -11px rgba(127, 88, 226, .6);
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.radio-button-field {
  width: 48%;
  height: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-img-wrap {
  width: 40%;
  margin-top: -60px;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.text-field-wrapper {
  width: 100%;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  width: 100%;
}

.text-field-wrapper.third {
  width: 49%;
}

.text-field-done {
  width: 1px;
  height: 1px;
  opacity: 0;
  background-color: rgba(127, 88, 226, .2);
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.radiobutton {
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  flex: none;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: rgba(0, 0, 0, .15);
}

.radiobutton.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  border-width: 9px;
  border-color: rgba(127, 88, 226, .5);
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: rgba(127, 88, 226, .5);
}

.subtitle-2 {
  max-width: 900px;
  color: #7c89a5;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.form-block {
  max-width: 600px;
  background-color: #fff;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -50px rgba(32, 45, 73, .2);
}

.text-area-wrapper {
  width: 100%;
  min-height: 120px;
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.hero-block {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.fields-group {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-content {
  width: 50%;
}

.form-button-2 {
  width: 100%;
  min-height: 70px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.form-button-2:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-button-2:active, .form-button-2:focus {
  border: 1px #000;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

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

.checkbox {
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, .05);
  border-radius: 7px;
  flex: none;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: rgba(0, 0, 0, .15);
}

.checkbox.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: rgba(127, 88, 226, .5);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: rgba(127, 88, 226, .5);
}

.text-field {
  height: 60px;
  color: #7f58e2;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-field:focus {
  border-color: rgba(127, 88, 226, .5);
}

.radio-buttons {
  width: 100%;
  flex: none;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.button-2 {
  min-height: 60px;
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.step-number {
  width: 100%;
  color: rgba(127, 88, 226, .5);
  font-size: 16px;
  font-weight: 900;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.note-heading {
  font-size: 40px;
  font-weight: 900;
}

.text-area-2 {
  min-height: 240px;
  color: #7f58e2;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, .05);
  border-radius: 10px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area-2:hover {
  border-color: rgba(0, 0, 0, .15);
  display: block;
}

.text-area-2:focus {
  border-color: rgba(127, 88, 226, .5);
}

.form-next {
  width: 48%;
  min-height: 60px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px rgba(127, 88, 226, .6);
}

.form-next:active {
  border: 1px #000;
}

.note {
  color: #c5387a;
  text-align: center;
  background-color: rgba(197, 56, 122, .1);
  border: 3px solid rgba(197, 56, 122, .4);
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px;
  font-size: 24px;
}

.form-step {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 70px;
}

.note-link {
  width: 40px;
  height: 40px;
  color: #c5387a;
  background-color: rgba(197, 56, 122, .2);
  border: 2px dashed rgba(197, 56, 122, .4);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.note-link:hover {
  background-color: rgba(197, 56, 122, .3);
}

.form-slide {
  width: 100%;
  flex: none;
  margin-right: 40px;
}

.radio-button-label {
  display: none;
}

.area-label {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.field-label {
  z-index: 1;
  color: rgba(0, 0, 0, .3);
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-heading {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.radio-button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.radio-button:hover {
  background-color: rgba(127, 88, 226, .2);
}

.radio-button.w--redirected-checked {
  background-color: rgba(127, 88, 226, .3);
  border: 2px solid rgba(127, 88, 226, .5);
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: rgba(127, 88, 226, .2);
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.body-2 {
  display: flex;
}

.div-block-111 {
  width: 100%;
  height: 30vh;
  background-color: #d8d8d8;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.div-block-112 {
  width: 100%;
  height: 48px;
  border: 1px solid #b3b3b3;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-38 {
  color: gray;
  font-size: 1.2vw;
}

.div-block-113 {
  width: 300px;
  height: 50px;
  background-color: #7f58e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-39 {
  color: #fff;
  font-weight: 700;
}

.div-block-114 {
  width: 100%;
  height: 10vw;
  align-items: center;
  margin-top: 20vh;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

.form-block-2 {
  margin-top: 20vh;
}

.form-3 {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-field-2 {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  margin-bottom: 0;
  margin-left: 20px;
}

.text-field-2.opis {
  width: 100%;
  margin-top: 3px;
}

.div-block-115 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.div-block-115.opis {
  width: 100%;
  margin-top: 10px;
}

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

.text-block-42 {
  color: #fff;
  position: absolute;
}

.div-block-116 {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.image-40 {
  width: 100%;
  height: 100%;
}

.button-3 {
  width: 60px;
  background-color: #00970a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-3.del {
  background-color: #e4080c;
}

.button-3.spoj {
  background-color: #006297;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 40px;
}

.div-block-117 {
  width: 32px;
}

.form-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field-3 {
  width: 40px;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

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

.div-block-118 {
  width: 80%;
  border: 1px #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-119 {
  height: 100%;
  display: flex;
}

.div-block-120 {
  width: 20%;
  height: 100%;
}

.link-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-4 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-20 {
  height: 100vh;
}

.heading-21 {
  text-align: center;
}

.checkbox-field-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.checkbox-2 {
  margin-left: 0;
}

.checkbox-label {
  display: none;
}

.selection {
  height: 80px;
  background-color: #ffb3b3;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-5 {
  margin-bottom: 0;
}

.form-block-5.sure {
  height: 20%;
}

.popup {
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-122 {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-block-45 {
  width: 90%;
  height: 80px;
  padding-top: 20px;
  padding-left: 10px;
}

.text-block-46 {
  margin-top: 0;
  margin-right: 10px;
  padding-left: 10px;
  font-size: 20px;
}

.div-block-123 {
  height: 40px;
}

.div-block-124 {
  flex-direction: column;
  display: flex;
}

.div-block-125 {
  height: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

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

@media screen and (min-width: 1440px) {
  .bbb-section-1 {
    font-size: 14px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-8 {
    z-index: 3;
    background-color: #fff;
  }

  .lac-section-1 {
    font-size: 14px;
  }

  .checkbox-field-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .checkbox-2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    font-size: 100px;
  }

  .hero {
    grid-row-gap: 39px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 150px;
  }

  .ellipse-5 {
    display: none;
    top: auto;
    bottom: 0;
  }

  .ellipse-5.hide-desktop {
    width: 100%;
    display: block;
    top: -35px;
    bottom: auto;
    right: -30px;
  }

  .ellipse-6 {
    display: none;
    top: 0;
    bottom: 23px;
  }

  .ellipse-6.hide-desktop {
    width: 100%;
    display: block;
    top: -35px;
    bottom: auto;
    right: -30px;
  }

  .slider {
    padding-top: 69px;
  }

  .image {
    height: 100%;
  }

  .slide-nav {
    display: flex;
    top: 0;
    bottom: auto;
    right: 0%;
    transform: translate(0%);
  }

  .featured-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured-title-wrapper._2 {
    display: flex;
  }

  .featured-title-wrapper._1 {
    display: none;
  }

  .trending-content {
    height: 100%;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .trending-item-images-wrapper {
    height: auto;
  }

  .trending-item-images {
    max-height: 500px;
  }

  .trending-content-wrapper {
    padding-right: 0;
  }

  .trending-item {
    overflow: hidden;
  }

  .trending {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .products-left-wrapper, .products-right-wrapper {
    padding-top: 80px;
    padding-bottom: 230px;
    padding-left: 30px;
  }

  .products-right-images {
    width: 50%;
  }

  .design-row-2 {
    justify-content: center;
    margin-bottom: 104px;
    top: 0;
  }

  .design-big-heading {
    font-size: 11.8vw;
    line-height: 14vw;
  }

  .design-big-heading._1 {
    z-index: 3;
    margin-bottom: 167px;
  }

  .design-big-heading._2 {
    z-index: 1;
    position: relative;
    top: -15px;
  }

  .big-heading-image {
    top: 12%;
    left: 1%;
  }

  .big-heading-image._3 {
    z-index: 2;
  }

  .line {
    height: 80px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .copyright-wrapper {
    justify-content: flex-end;
  }

  .trending-flex-horizontal {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-heading {
    text-align: center;
  }

  .tap-circle-link-wrapper {
    margin-top: 50px;
    margin-left: 70px;
  }

  .menu-button {
    overflow: hidden;
  }

  .nav-menu {
    height: 100%;
    padding-top: 20%;
  }

  .nav-link-wrapper {
    justify-content: flex-start;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .bbb-decor-6 {
    top: 1em;
  }

  .bbb-section-1 {
    font-size: 1.3vw;
  }

  .bbb-wrap-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .bbb-imput-1 {
    width: 12.5em;
  }

  .bbb-wrap-1 {
    flex-direction: column;
  }

  .wishlist {
    margin-left: 0;
    display: block;
  }

  .extra-info-mobile {
    display: block;
  }

  .column-product-info {
    height: 100vh;
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-2 {
    padding-top: 60px;
  }

  .product-tabs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .tab-title-mobile {
    color: #bfc5c9;
    margin-bottom: 10px;
  }

  .image-6 {
    float: right;
  }

  .contact-form-right-side {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    padding: 64px 40px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .grid-2-columns.contact-form-side-details {
    grid-template-columns: 1.2fr;
  }

  .contact-form-left-side {
    padding: 64px 40px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-18 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .product5-feed-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-19 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: static;
  }

  .product5-nav-wrap.mobile {
    display: flex;
  }

  .product-image {
    background-position: 50%;
  }

  .product5-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .lac-b-button-1 {
    justify-content: center;
    display: flex;
  }

  .text-block-36 {
    font-size: 1vw;
  }

  .lac-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .lac-section-1 {
    font-size: 1.3vw;
  }

  .lac-a-decor-3 {
    margin-top: .9em;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lac-pic-1 {
    width: auto;
    object-fit: cover;
  }

  .text-block-35 {
    font-size: 1.2vw;
  }

  .lac-a-wrap-1 {
    margin-bottom: 1.5em;
  }

  .lac-decor-1 {
    flex-direction: column;
    align-items: stretch;
  }

  .lac-wrap-2 {
    display: flex;
  }

  .lac-grid-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1.25fr;
  }

  .image-27 {
    width: 20px;
    height: 20px;
  }

  .text-block-37 {
    font-size: 1.2vw;
  }

  .lac-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-img-wrap {
    width: 50%;
    margin-top: 0;
  }

  .div-block-112 {
    height: 48px;
  }

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

  .text-field-2.opis {
    width: 100%;
    margin-top: 0;
  }

  .div-block-115 {
    width: 90%;
  }

  .div-block-115.opis {
    width: 90%;
    margin-top: 0;
  }

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

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .brand-image {
    width: 40px;
    height: 40px;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar {
    padding-top: 25px;
  }

  .nav-link._2 {
    margin-left: 5%;
  }

  .nav-link._4 {
    margin-left: 8%;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-bottom: 70px;
  }

  .hero-small-title {
    font-size: 18px;
    line-height: 21px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 62px;
  }

  .hero-text {
    margin-bottom: 39px;
  }

  .ellipse-6.hide-desktop {
    width: 100%;
    bottom: auto;
  }

  .hero-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-arrow, .button-arrow._2 {
    width: 92px;
    height: 32px;
  }

  .featured {
    padding-top: 40px;
  }

  .featured-header {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured-type-text {
    font-size: 18px;
  }

  .featured-content {
    grid-row-gap: 40px;
    padding-right: 0;
  }

  .trending-content {
    grid-template-columns: 1fr;
  }

  .trending-item-images-wrapper {
    max-height: 80vw;
  }

  .trending-big-title {
    font-size: 35px;
    line-height: 42px;
  }

  .trending-item-images {
    max-height: none;
  }

  .trending-item {
    text-decoration: none;
  }

  .trending {
    align-items: flex-start;
  }

  .trending-header-title {
    font-size: 24px;
    line-height: 32px;
  }

  .products-left-wrapper, .products-right-wrapper {
    padding-top: 58px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .product-description {
    margin-bottom: 40px;
  }

  .design-row-1 {
    margin-bottom: 150px;
  }

  .design-description-title {
    margin-bottom: 28px;
    font-size: 42px;
    line-height: 49px;
  }

  .design-big-heading {
    font-size: 74px;
    line-height: 89px;
  }

  .design-big-heading._1 {
    z-index: 3;
  }

  .design-big-heading._2 {
    z-index: 1;
    position: relative;
  }

  .big-heading-image {
    z-index: 2;
    top: 9%;
    left: 0%;
  }

  .subscribe {
    padding-bottom: 114px;
  }

  .line {
    display: none;
  }

  .flex-horizontal {
    align-items: flex-start;
  }

  .design-heading-wrapper {
    margin-bottom: 29px;
  }

  .subscribe-form {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 27px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .subscribe-text-field {
    width: 342px;
    max-width: 342px;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto auto;
  }

  .subscribe-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .subscribe-flex-horizontal {
    align-items: flex-start;
  }

  .tap-circle-wrapper {
    width: 100px;
    height: 100px;
  }

  .tap-circle {
    width: 56px;
    height: 56px;
  }

  .start {
    left: 8%;
  }

  .image-4 {
    width: 120px;
  }

  .menu-button._2 {
    width: 100px;
    height: 100px;
    right: 16px;
  }

  .bar._2 {
    transform: translate(-4px, 12px);
  }

  .bar._3 {
    transform: translate(-4px, 3px)rotate(-45deg);
  }

  .bar._1 {
    transform: translate(-4px, 21px)rotate(45deg);
  }

  .nav-link-wrapper {
    justify-content: flex-start;
  }

  .bbb-wrap-1-4 {
    align-items: center;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr 1fr;
  }

  .bbb-text-1-1 {
    font-size: 1em;
  }

  .bbb-text-2 {
    font-size: 1.2em;
  }

  .bbb-search-1 {
    width: 18em;
  }

  .bbb-text-5 {
    font-size: 1em;
  }

  .bbb-decor-6 {
    width: 3em;
    height: 3em;
    top: 1.3em;
    right: 1.5em;
  }

  .bbb-text-1-3 {
    font-size: 1.1em;
  }

  .bbb-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .bbb-text-1, .bbb-button-2 {
    font-size: 1.2em;
  }

  .bbb-wrap-4 {
    border-right: 1px solid #d5d5d5;
    padding-right: 2em;
  }

  .bbb-wrap-1 {
    flex-direction: column;
  }

  .bbb-wrap-1-6 {
    width: 9em;
    height: 2.4em;
  }

  .bbb-text-9, .bbb-text-1-2 {
    font-size: 1.7em;
  }

  .bbb-text-1-5 {
    flex: none;
  }

  .bbb-text-6 {
    font-size: 1.3em;
  }

  .bbb-icon-3 {
    height: .8em;
  }

  .bbb-wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1.5em;
    margin-right: 0;
    display: grid;
  }

  .bbb-text-8 {
    font-size: 1em;
  }

  .wishlist {
    display: inline-block;
  }

  .column-product-photo {
    height: 80vh;
  }

  .product-content {
    width: 100%;
  }

  .extra-info-mobile {
    display: none;
  }

  .column-product-info {
    height: 80vh;
    min-height: 640px;
    padding-top: 28px;
  }

  .slider-2 {
    height: 80vh;
  }

  .product-tabs {
    display: block;
  }

  .add-to-bag {
    display: inline-block;
  }

  .button-group {
    margin-bottom: 48px;
  }

  .breadcrumbs {
    display: block;
  }

  .contact-form-right-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .input-2 {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .contact-form-left-side {
    padding-left: 32px;
    padding-right: 32px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .text-area {
    border-radius: 18px;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .product5-feed-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product5-nav-wrap {
    padding-left: 20px;
    display: none;
    position: static;
  }

  .product5-nav-wrap.mobile {
    display: flex;
  }

  .product5-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .lac-b-button-1 {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .lac-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .lac-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .lac-pic-1 {
    object-fit: contain;
  }

  .lac-wrap-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: inline;
  }

  .lac-grid-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1.5fr;
  }

  .lac-grid-2 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-img-wrap {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .subtitle-2 {
    font-size: 20px;
  }

  .form-block {
    padding: 40px 40px 50px;
  }

  .hero-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .hero-content {
    width: 100%;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .note-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .note {
    padding: 40px;
    font-size: 20px;
  }

  .form-step {
    height: 100%;
  }

  .form-slide {
    width: 100%;
    flex: none;
  }

  .form-heading {
    font-size: 24px;
  }

  .div-block-112 {
    height: 48px;
  }

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

  .button-3, .button-3.del {
    width: 80px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-119 {
    width: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .form-4 {
    border-radius: 0;
  }

  .text-field-4, .text-field-5 {
    border-radius: 7px;
  }

  .submit-button {
    background-color: #000;
    border-radius: 9px;
  }
}

@media screen and (max-width: 479px) {
  .brand-image {
    width: 45px;
  }

  .navbar-container {
    width: 80%;
    padding-left: 0;
    padding-right: 20px;
  }

  .navbar {
    align-items: center;
  }

  .navbar.home-page {
    justify-content: space-between;
    display: flex;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 60px;
  }

  .nav-link._2, .nav-link._4 {
    margin-left: 0%;
  }

  .hero-title {
    font-size: 45px;
    line-height: 58px;
  }

  .hero-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .featured {
    padding-top: 40px;
  }

  .featured-header {
    grid-row-gap: 51px;
  }

  .featured-type-title {
    font-size: 16px;
    line-height: 19px;
  }

  .featured-type-text {
    font-size: 14px;
    line-height: 19px;
  }

  .featured-content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .featured-images {
    width: 100%;
  }

  .trending-content {
    grid-column-gap: 27px;
    grid-row-gap: 52px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .trending-big-title-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .products-left-wrapper {
    padding-bottom: 286px;
  }

  .products-right-wrapper {
    padding-bottom: 245px;
  }

  .products-left-images {
    width: 80%;
  }

  .design-row-1 {
    margin-bottom: 199px;
  }

  .design-big-heading {
    font-size: 17vw;
  }

  .subscribe-text-field {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 68px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .subscribe-flex-horizontal {
    flex-wrap: wrap;
    justify-content: center;
  }

  .start {
    width: 100px;
    height: 100px;
    top: 42%;
    left: 14px;
  }

  .button-arrow-wrapper {
    width: 80px;
  }

  .menu-button._2 {
    height: 100px;
  }

  .menu-button._1 {
    margin-left: 20px;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    width: 100vw;
    padding-top: 39%;
    padding-right: 5%;
  }

  .nav-circle {
    display: none;
  }

  .bbb-wrap-1-2 {
    align-items: flex-start;
  }

  .bbb-wrap-8 {
    grid-template-columns: 1fr;
  }

  .bbb-text-1-1 {
    font-size: 1.2em;
  }

  .bbb-text-2 {
    font-size: 1.3em;
  }

  .bbb-search-1 {
    width: auto;
  }

  .bbb-text-5 {
    font-size: 1.1em;
  }

  .bbb-decor-6 {
    width: 4em;
    height: 4em;
    top: 2em;
    right: 2em;
  }

  .bbb-text-1-3 {
    font-size: 1.3em;
  }

  .bbb-section-1 {
    font-size: 2.5vw;
  }

  .bbb-text-1, .bbb-button-2 {
    font-size: 1.3em;
  }

  .bbb-imput-1 {
    width: auto;
    flex: 1;
    font-size: 1.3em;
  }

  .bbb-wrap-4 {
    border-right-width: 0;
    padding-right: 0;
  }

  .bbb-wrap-1-6 {
    width: auto;
    height: 32px;
  }

  .bbb-text-9, .bbb-text-1-2 {
    font-size: 2em;
  }

  .bbb-icon-3 {
    height: .9em;
  }

  .bbb-wrap-2 {
    grid-template-columns: 1fr;
  }

  .bbb-text-8 {
    font-size: 1.2em;
  }

  .tab-title {
    margin-left: 0;
    margin-right: 0;
  }

  .wishlist {
    display: block;
  }

  .column-product-photo {
    height: 70vh;
  }

  .shippinh {
    margin-top: 40px;
  }

  .extra-info-mobile {
    display: block;
  }

  .column-product-info {
    height: auto;
    min-height: 700px;
    padding-top: 40px;
  }

  .slider-2 {
    height: 70vh;
  }

  .product-tabs {
    display: none;
  }

  .add-to-bag {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .mg-right-32px.mg-bottom-16px-mbp {
    margin-bottom: 16px;
  }

  .input-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .input-2::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input-2::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-left-side {
    padding: 48px 24px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-48px {
    margin-bottom: 32px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .social-media-grid-top-2 {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .section-18 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .social-icon-square {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    border-radius: 6px;
    font-size: 14px;
  }

  .product5-feed-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-19 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
  }

  .product5-nav-wrap {
    display: none;
  }

  .product5-nav-wrap.mobile {
    display: flex;
  }

  .product5-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .label.inside-label {
    text-align: center;
  }

  .lac-b-button-1 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .section-8 {
    z-index: 5;
    background-color: #fff;
  }

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

  .lac-wrap-3 {
    margin-top: 40px;
  }

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

  .lac-grid-3 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
  }

  .lac-section-1 {
    font-size: 2.5vw;
  }

  .lac-a-decor-3 {
    margin-top: 1.1em;
  }

  .lac-pic-1 {
    width: 100%;
  }

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

  .lac-wrap-2.mobil {
    display: flex;
  }

  .image-15 {
    height: 50%;
  }

  .lac-grid-1 {
    grid-template-columns: 1.5fr;
  }

  .lac-heading-1 {
    font-family: Montserrat, sans-serif;
  }

  .lac-grid-2 {
    display: none;
  }

  .lac-grid-2.three {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

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

  .form-back {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-wrapper.half {
    width: 100%;
  }

  .subtitle-2 {
    font-size: 18px;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .note-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form-next {
    width: 100%;
    flex: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .note {
    padding: 30px 20px 20px;
    font-size: 18px;
  }

  .div-block-112 {
    height: 48px;
  }

  .div-block-113 {
    width: 300px;
    height: 40px;
  }

  .form-3 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-field-2 {
    width: 100%;
  }

  .text-field-2.opis {
    margin-top: 0;
  }

  .div-block-115 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-115.opis {
    width: 100%;
    margin-top: 0;
  }

  .text-block-41 {
    padding-left: 4px;
  }

  .text-block-43 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
  }

  .text-field-3 {
    margin-left: 10px;
  }

  .text-block-44 {
    font-size: 14px;
  }

  .div-block-119 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-120 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

#w-node-ea542943-708b-8b7b-defe-44db377067af-575df5d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d12ccb3f-7538-7363-1da3-486511382114-575df5d7, #w-node-de52a5ae-e382-c21b-e34c-dc5f4d9f73a6-575df5d7, #w-node-_54e21135-1e6a-e95d-18fc-d4475a339031-37ecdaf5, #w-node-_54e21135-1e6a-e95d-18fc-d4475a339035-37ecdaf5, #w-node-_7482c7b3-a157-cb99-d022-8bff47f9c98f-37ecdaf5, #w-node-e757a1fe-861a-dc30-c25c-a28a7ad727df-37ecdaf5, #w-node-bcb69401-06df-43e1-b065-8fec0f232c60-37ecdaf5, #w-node-_2c72fab8-01ab-6412-1129-183c2b2f5a6f-71f3e972 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c72fab8-01ab-6412-1129-183c2b2f5a70-71f3e972 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c72fab8-01ab-6412-1129-183c2b2f5a78-71f3e972, #w-node-_8081914c-78eb-21da-5725-1220d697abaf-71f3e972 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a83797d4-5cfd-0a1a-68fb-6ac05132b8a0-3b728989 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a83797d4-5cfd-0a1a-68fb-6ac05132b8a4-3b728989 {
  justify-self: start;
}

#w-node-c0d0fa26-3f9c-6feb-af81-3b52a9174077-3b728989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ea542943-708b-8b7b-defe-44db377067af-575df5d7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0cd8a422-ed58-88b8-9131-b92f160975c9-575df5d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-de52a5ae-e382-c21b-e34c-dc5f4d9f73a6-575df5d7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-bcb69401-06df-43e1-b065-8fec0f232c58-37ecdaf5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bcb69401-06df-43e1-b065-8fec0f232c60-37ecdaf5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_8081914c-78eb-21da-5725-1220d697aba7-71f3e972 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8081914c-78eb-21da-5725-1220d697abaf-71f3e972 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c0d0fa26-3f9c-6feb-af81-3b52a917406f-3b728989 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0d0fa26-3f9c-6feb-af81-3b52a9174077-3b728989 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea542943-708b-8b7b-defe-44db377067af-575df5d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cd8a422-ed58-88b8-9131-b92f160975c9-575df5d7, #w-node-bcb69401-06df-43e1-b065-8fec0f232c58-37ecdaf5, #w-node-_8081914c-78eb-21da-5725-1220d697aba7-71f3e972, #w-node-c0d0fa26-3f9c-6feb-af81-3b52a917406f-3b728989 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0cd8a422-ed58-88b8-9131-b92f160975c9-575df5d7, #w-node-bcb69401-06df-43e1-b065-8fec0f232c58-37ecdaf5, #w-node-_8081914c-78eb-21da-5725-1220d697aba7-71f3e972 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a83797d4-5cfd-0a1a-68fb-6ac05132b8a0-3b728989 {
    grid-column: span 1 / span 1;
  }

  #w-node-c0d0fa26-3f9c-6feb-af81-3b52a917406f-3b728989 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


