/** Shopify CDN: Minification failed

Line 9303:0 Unexpected "}"

**/
:root {
  --white: white;
  --black: black;
}
/* Search Icon CSS Start */
.sc-search__icon--wrapper {
    order: 4;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sc-search__icon--wrapper > .icon-close, .sc-search__icon--wrapper > .icon-plus{
  display:none;
  width:19px;
  height:19px;
}
.sc-search__icon--wrapper > .icon-plus.active, .sc-search__icon--wrapper > .icon-close.active{
  display:block;
}
/* Search Icon CSS END */
/* Mega Menu CSS Start */
.sc-child__mega--menu {
    position: absolute;
    top: 26px;
    width: 600px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity:0;
    display:none !important;
}

.nav-menu > a:hover + .sc-child__mega--menu {
  opacity: 1;
}

ul.list-unstyled {
    list-style: none;
}
.sc-child__mega--menu_inner {
    display: flex;
    justify-content: space-evenly;
}
.sc-menu__grandchildlink li {
    padding: 10px 0;
}
.sc-menu__grandchildlink {
    padding: 0;
}
.sc-menu__childlink > a .text-block-og {
    text-transform: uppercase;
    font-weight: bold;
}
.sc-menu__childlink {
    padding: 30px 0;
}
/* Mega Menu CSS End */
.sorting_selectBox{
  text-align:right;
}
.sorting_selectBox select{
  padding:15px;
}
.hidden {
  display: none;
}
form#ContactForm{
  background-color:#fff
}
form#emailForm{
  background-color:#fff
}
.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

.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-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-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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #000;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.section {
  display: block;
}

.section.bg-black {
  background-color: #000;
}

.section.blog-sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 55px;
}

.container.header {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 30px;
}

.container.product {
  padding-top: 20px;
}

.container.no-bottom-padding {
  padding-top: 15px;
  padding-bottom: 0;
}

.container.about-hero {
  padding-top: 0;
  padding-bottom: 0;
}

.container.about-bio, .container.about-brands, .container.gallery-hero, .container.faq {
  padding-top: 0;
}

.container.cta-yellow {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.ts {
  padding-top: 0;
}

.info-bar-wrapper {
    width: 100%;
    max-width: 1560px;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.shop-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  letter-spacing: -.5px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.paragraph-13px {
  font-size: 13px;
}

.paragraph-13px.white {
  color: #fff;
}

.paragraph-13px.white._340 {
  max-width: 340px;
}

.paragraph-13px.grey {
  color: #888;
}

.paragraph-13px.contact {
  color: #000;
  text-decoration: underline;
}

.paragraph-13px.black {
  color: #000;
}

.info-bar-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.logo-icon {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-og {
  color: #000;
  letter-spacing: .3px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.c-nav {
  max-width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 55px 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero {
  width: 100%;
  height: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wrapper {
  z-index: 9;
  max-width: 590px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.title-h2 {
  color: #fff;
  letter-spacing: -1.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.title-h2.black {
  color: #000;
}

.square-white-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  transition: opacity .4s;
  display: flex;
}

.square-white-button:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, .7);
}

.paragraph-18px {
  color: #000;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-18px.grey {
  color: #888;
}

.home-category-heading {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hch-title {
  width: 100%;
  grid-column-gap: 109px;
  grid-row-gap: 109px;
  border: 0 solid #e9ecec;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.title-h1 {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h1._610px {
  max-width: 610px;
}

.title-h1.white {
  color: #fff;
}

.title-h1._810px {
  max-width: 810px;
}

.title-h1.about {
  font-size: 80px;
}

.hch-paragraph {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-h6 {
  color: #2c2c2c;
  margin-top: -7px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

._450px {
  max-width: 450px;
}

.home-category {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.hc-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  border-right-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.hc-card._2 {
  border-right-width: 1px;
}

.hc-image {
  object-fit: cover;
}

.paragraph-20px {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.hc-button {
  grid-column-gap: 6.15625px;
  grid-row-gap: 6.15625px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-14px {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px.white {
  color: #fff;
}

.paragraph-14px.white.footer-links {
  font-size: 13px;
  font-weight: 500;
}

.paragraph-14px.blue {
  color: #2864c7;
}

.paragraph-14px.grey.third {
  padding-right: 174px;
}

.arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.home-product {
  width: 100%;
  height: 610.962px;
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.hp-info {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 solid #000;
  border-width: 0 0 1px 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.title-h5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.title-h5._360px {
  max-width: 360px;
}

.title-h5._360px.faq {
  font-size: 29px;
}

.hp-text-wrapper {
  width: 100%;
  max-width: 330px;
  min-height: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.paragraph-16px {
  color: #000;
  letter-spacing: .3px;
  flex: none;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-16px.white {
  color: #fff;
}

.paragraph-16px.grey.conditions {
  flex: 1;
}

.paragraph-16px._380px {
  max-width: 380px;
}

.home-about {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ha-subheading {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #fff;
  border-top-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: .00000190735px;
  display: flex;
}

.ha-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.ha-content-wrapper {
  width: 68%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ha-image {
  object-fit: cover;
  object-position: 100% 50%;
}

.ha-content-inner {
  width: 100%;
  max-width: 975.991px;
  grid-column-gap: 50px;
  border: 0 solid #fff;
  border-bottom: 1px #fff;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.ha-content-text {
  width: 65%;
  max-width: 570px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.title-h3 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.title-h3.black {
  color: #000;
}

.ha-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ha-button-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border: 0 solid #2864c7;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 18px;
  display: flex;
}

.ha-button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ha-text {
  color: #fff;
  letter-spacing: -10px;
  text-transform: undefined;
  white-space: nowrap;
  font-size: 242px;
  font-weight: 300;
  line-height: 225px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ha-heading {
  color: #fff;
  letter-spacing: -17.5px;
  text-transform: undefined;
  font-size: 238px;
  font-weight: 300;
  line-height: 225px;
  position: absolute;
  top: 397.671px;
  left: 157px;
}

.cta {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  display: flex;
}

.cta-content {
  z-index: 2;
  max-width: 550px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-content-text {
  width: 100%;
  max-width: 549px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  transition: opacity .35s;
  display: flex;
}

.cta-button:hover {
  opacity: .5;
}

.cta-img-1 {
  width: 180px;
  height: 180px;
  object-fit: cover;
  position: absolute;
  top: 90px;
  bottom: auto;
  left: 80px;
  right: auto;
  transform: rotate(-30deg);
}

.cta-img-2 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 165px;
  bottom: auto;
  left: -198px;
  right: auto;
  transform: rotate(-20deg);
}

.cta-img-3 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: 203px;
  bottom: auto;
  left: 149px;
  right: auto;
  transform: rotate(10deg);
}

.cta-img-4 {
  z-index: -1;
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  top: 405px;
  bottom: auto;
  left: 64px;
  right: auto;
  transform: rotate(12deg);
}

.cta-img-5 {
  z-index: 0;
  width: 500px;
  height: 500px;
  object-fit: cover;
  position: absolute;
  top: 89px;
  bottom: 0%;
  left: auto;
  right: -110px;
  transform: rotate(19deg);
}

.cta-img-6 {
  width: 200px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: 89px;
  bottom: 0%;
  left: auto;
  right: 167px;
  transform: rotate(-18deg);
}

.cta-img-7 {
  width: 300px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  top: 344px;
  bottom: 0%;
  left: auto;
  right: 226px;
  transform: rotate(5deg);
}

.footer {
  width: 100%;
  max-width: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-heading {
  width: 100%;
  border: 0 solid #727272;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.footer-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #fff;
  border-bottom-width: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.footer-inner.w--current {
  border-bottom-width: 6px;
  padding-bottom: 0;
}

.footer-text {
  color: #fff;
  letter-spacing: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 49px;
}

.footer-button-margin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.footer-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #242424;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 18px 25px;
  display: flex;
}

.paragraph-14px-white {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.paragraph-14px-white.bold-bar {
  font-size: 18px;
  font-weight: 700;
}

.footer-content {
  width: 100%;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #888;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .4s;
}

.footer-link:hover {
  opacity: .6;
}

.footer-bottom {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.newsletter {
  width: 100%;
  max-width: 1450px;
  border: 1px solid #242424;
  border-width: 1px 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.newletter-content {
  width: 100%;
  height: 93px;
  max-width: 985px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 0 solid #242424;
  border-right-width: 1px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-mail {
  width: 39px;
  height: 37px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.newsletter-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.newsletter-input {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer-end {
  width: 100%;
  max-width: 1450px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.fe-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.fe-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fe-socials {
  grid-column-gap: 9.32813px;
  grid-row-gap: 9.32813px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fe-social-wrapper {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(236, 229, 219, .2);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.fe-social-wrapper:hover {
  border-color: #ece5db;
}

.page-wrapper {
  display: block;
  position: relative;
  overflow: visible;
}

.page-wrapper.blog {
  overflow: visible;
}

.hero-shop {
  width: 100%;
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hs-content {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.hs-text-wrapper {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 130px;
  display: flex;
}

.hs-inner {
  width: 185px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filtering {
  z-index: 9;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.shop-product {
  width: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shop-product .image {
  aspect-ratio: 1/1;
}

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

.sp-image-wrapper {
  z-index: 1;
  width: 75%;
  height: 100%;
  align-self: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: static;
}

.sp-content {
  grid-row-gap: 5px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
}

.shop-blog {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  border: 0 solid #000;
  border-top-width: 1px;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.sb-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sb-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  width: 100%;
}

.sb-image {
  object-fit: cover;
}

.sb-button {
  grid-column-gap: 6.15625px;
  grid-row-gap: 6.15625px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-sb {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cta-top-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.shop-cta {
  width: 100%;
  max-width: 1450px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--shop-cta-bg, #fbce04);
  border: 1px solid #000;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 50px 100px;
  display: flex;
}

.shop-cta-header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  text-transform: uppercase;
}

.shop-cta-content {
  width: 100%;
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.shop-cta-inner {
  height: 200px;
  max-width: 500px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 130px;
  display: flex;
}

.shop-cta-paragraph {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.shop-cta-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-button-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #000;
  border: 0 solid #fff;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 18px;
  display: flex;
}

.cta-button-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

._530px {
  max-width: 530px;
}

.categories {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.collection-list-categories {
  grid-column-gap: 30px;
  display: flex;
}

.categories-link {
  color: #888;
  padding: 20px;
  font-size: 18px;
  transition: opacity .4s;
}

.categories-link:hover {
  color: rgba(136, 136, 136, .5);
}

.categories-link.w--current {
  color: #000;
  border-bottom: 2px solid #000;
  transition: opacity .4s;
}

.categories-link.w--current:hover {
  color: rgba(0, 0, 0, .5);
}

.category-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cr-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cr-grid-column {
  width: 100%;
  max-width: 340px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cr-grid-column-2 {
  width: 100%;
  max-width: 710px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cr-paragraph {
  width: 100%;
  height: 60px;
  max-width: 220px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-card {
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.product-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cr-grid-column-3 {
  width: 100%;
  max-width: 340px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.categories-cta {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.caterogies-cta-header {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  border: 1px solid #6d6d6d;
  border-width: 1px 0;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.logo-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.logo-brands {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caterogies-cta-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.categories-cta-heading {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 0 solid #6d6d6d;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.categories-cta-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categories-cta-left {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.categories-cta-right {
  width: 100%;
  height: 340px;
  border: 0 solid #6d6d6d;
  border-left-width: 1px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 35px;
  display: flex;
}

.grey {
  color: #888;
}

.cta-categories-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-breadcrumbs {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.product-hero {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-gallery {
  width: 60%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-gallery-row {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  flex: 0 auto;
  align-self: stretch;
  padding: 0;
}

.product-details {
  width: 40%;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 200px;
}

.pd-top {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.pd-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.color-filter-heading {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cfh-text {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pd-buttons {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pd-buttons-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.icon-store {
  width: 17px;
  height: 17px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pd-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.buy-now-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #000;
  border: 0 solid #fff;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 16px 18px;
  transition: opacity .4s;
  display: flex;
}

.buy-now-text:hover {
  opacity: .5;
  background-color: #000;
}

.buy-now-icon {
  width: 45.9906px;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: none;
  position: relative;
  overflow: hidden;
}

.find-stores {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.find-stores-text {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border: 0 solid #000;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 18px;
  display: flex;
}

.find-stores-icon {
  height: 48px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pd-description {
  width: 100%;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pd-features-body {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pd-features-paragraph {
  width: 100%;
  grid-column-gap: 3px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.icon-features {
  width: 13.068px;
  height: 12.4284px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pd-features-row {
  width: 100%;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  border: 0 solid #000;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 5px;
  display: flex;
}

.collection-list-multi-images {
  width: 100%;
  height: 100%;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 300px));
}

.multi-images, .lightbox-link {
  width: 100%;
  height: 100%;
}

.collection-item-multi-images {
  width: 300px;
  height: 300px;
}

.button-group {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.color-button {
  padding-left: 18px;
  padding-right: 18px;
  transition: opacity .4s;
}

.color-button:hover {
  opacity: .5;
}

.color-button.w--ecommerce-pill-selected {
  background-color: #ff8a35;
}

.default-state {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.buy-now-wrapper {
  display: flex;
}

.collection-list-wrapper-multi-images {
  width: 100%;
}

.sp-grid {
  width: 100%;
  max-width: 1450px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-list-product {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 50px;
  display: grid;
}

.product-testimonials {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 0 solid #000;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 0;
  display: flex;
}

.pt-heading {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.pt-card {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 30px 120px;
  display: flex;
}

.quotes {
  width: 17.64px;
  height: 15.48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-wrapper {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.blog-title {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
}

.collection-list-category-blod {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.blog-image-wrapper {
  width: 100%;
}

.hero-blog-template {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.blog-content p {
  color: rgba(0, 0, 0, .7);
}

.blog-content h4 {
  font-size: 20px;
  font-weight: 500;
}

.hbt-content {
  width: 100%;
  max-width: 750px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-heading {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.hbt-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-date-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.blog-date-wrapper:hover {
  opacity: .5;
}

.date-icon {
  width: 16.7934px;
  height: 16.7934px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category-icon {
  width: 20.4141px;
  height: 16.3313px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-icon {
  width: 16.793px;
  height: 16.7929px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hbt-image {
  object-fit: cover;
  object-position: 50% 33%;
}

.quote {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  padding: 30px 193px 30px 199px;
  display: flex;
  position: relative;
}

.quote-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  top: -29.9082px;
  left: 115px;
}

.author-hero {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ah-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.author-icon {
  width: 78.0039px;
  height: 78.0038px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ah-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ah-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 31.1758px 13px 31.8242px;
  transition: opacity .4s;
  display: flex;
}

.ah-button:hover {
  opacity: .5;
}

.author-description {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.ad-text-wrapper {
  max-width: 60%;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.galleries-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.galleries {
  width: 100%;
  height: 890px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
  overflow: hidden;
}

.galleries-link {
  color: #888;
  padding: 20px;
  font-size: 18px;
  transition: opacity .4s;
}

.galleries-link:hover {
  color: rgba(136, 136, 136, .5);
}

.galleries-link.w--current {
  color: #000;
  border-bottom: 2px solid #000;
}

.galleries-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 445px 445px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: grid;
  overflow: hidden;
}

.hero-faq {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hf-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-content {
  width: 100%;
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-header-wrapper {
  max-width: 280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.faq-wrapper {
  width: 60%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-card {
  width: 100%;
  max-width: 862.469px;
  grid-column-gap: 25px;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-card-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-icon {
  width: 10.9091px;
  height: 10.9135px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-contact {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.accordion-wrapper {
  align-self: stretch;
}

.accordion-item {
  background-color: #fff;
  border: 1px #999797;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding: 0 0 24px;
}

.accordion-item-trigger {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.faq-paragraph {
  padding-top: 30px;
}

.faq-contact-wrapper {
  grid-column-gap: 3px;
  align-items: center;
  display: flex;
}

.hero-terms {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ht-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.terms-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
}

.terms-row {
  width: 100%;
  max-width: 1450px;
  grid-column-gap: 50px;
  border: 0 solid #000;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.terms-paragraph {
  width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.about-features {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: static;
}

.af-text-wrapper {
  max-width: 650px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.af-wrapper {
  width: 100%;
  grid-column-gap: 145px;
  grid-row-gap: 145px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.af-card {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.smile-icon {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-25px {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-25px.third {
  padding-right: 207px;
}

.paragraph-25px._1st {
  padding-right: 68px;
}

.shop-icon, .star-icon {
  width: 40px;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.af-content {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.about-mission {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #fafafa;
  border: 1px solid #000;
  border-width: 1px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 30px 50px;
  display: flex;
  position: relative;
}

.am-heading {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.about-button-content {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.about-button-content.am {
  padding-top: 50px;
  overflow: hidden;
}

.about-button {
  z-index: 10;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #000;
  align-items: center;
  display: flex;
  position: relative;
}

.about-quote {
  width: 100%;
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.aq-heading {
  max-width: 520px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aq-content {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.quoates-icons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quotes-about {
  width: 122px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aq-paragraph {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
}

.aq-paragraph-0 {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  overflow: visible;
}

.aq-wrapper {
  max-width: 840px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.about-team {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border: 0 solid #000;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.at-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #8a8474;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 10px;
  display: flex;
}

.at-content {
  width: 100%;
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.at-text {
  max-width: 500px;
  color: #000;
  padding-right: 19px;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.at-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.at-card {
  width: 100%;
  max-width: 445px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.at-imag {
  object-fit: cover;
}

.at-card-heading {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px;
  display: flex;
}

.at-name {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.at-position {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-width: 1px 0;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.at-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-hero {
  width: 100%;
  border: 0 solid #000;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ch-column {
  width: 50%;
  height: 505px;
  max-width: 725px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.ch-column._2 {
  border-left: 1px solid #000;
}

.contact-chanel-general {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border: 0 solid #c4c4c4;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  transition: opacity .4s;
  display: flex;
}

.ch-icon {
  width: 35px;
  height: 35px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-modal {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
  
}

.contact-form-modal-model,
.contact-form-modal {
  background: rgba(0, 0, 0, 0.5);
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.cf-title {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 10px 30px 10px 30px;
}

.cf-title .paragraph-18px{
  text-wrap: nowrap;
}

.close-button-icon {
  width: 9.09091px;
  height: 9.09091px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-input {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px;
  display: flex;
}

.text-field {
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 16px;
}

.text-field::-ms-input-placeholder {
  color: #000;
  font-size: 14px;
}

.text-field::placeholder {
  color: #000;
  font-size: 14px;
}

.text-field.message {
  width: 100%;
  height: 120px;
}

.form-block {
  width: 400px;
  margin-top: auto;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  padding: 12px 30px;
  transition: opacity .4s;
}

.submit-button:hover {
  opacity: .5;
}

.close-button {
  width: 20px;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-row {
  width: 100%;
  border: 0 solid #000;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.cr-column {
  width: 50%;
  height: auto;
  max-width: 725px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 0 solid #000;
  border-right: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cr-column-2 {
  width: 50%;
  height: auto;
  max-width: 725px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-left: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
}

.contact-cta {
  width: 100%;
  height: 531.516px;
  max-width: 1450px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.contact-cta-column {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-11px {
  color: #fff;
  letter-spacing: .65px;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-11px.black {
  color: #000;
}

.contact-heading {
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

.newsletter-contact-cta {
  width: 270px;
  grid-row-gap: 90px;
  border: 1px solid #fff;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.contact-image-wrapper {
  max-height: 420px;
  max-width: 328px;
}

.mask-modal {
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: fill;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-footer {
  width: 30%;
  height: 93px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-field-footer {
  width: 100%;
  height: 93px;
  background-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
}

.text-field-footer:active {
  background-color: rgba(255, 255, 255, 0);
}

.text-field-footer:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.text-field-footer:focus-visible {
  background-color: rgba(255, 255, 255, 0);
}

.text-field-footer[data-wf-focus-visible] {
  background-color: rgba(255, 255, 255, 0);
}

.text-field-footer::-ms-input-placeholder {
  color: #fff;
}

.text-field-footer::placeholder {
  color: #fff;
}

.submit-button-footer {
  width: auto;
  object-fit: fill;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Vectors-Wrapper_8.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-text-wrapper {
  height: 48px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.hc-image-wrapper {
  overflow: hidden;
}

.arrow-absolute {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: -24px;
}

.sb-image-wrapper, .blog-image-wrapper {
  overflow: hidden;
}



.text-field-contact-cta {
  width: 100%;
  color: #fff;
  background-color: #000;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.text-field-contact-cta::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.text-field-contact-cta::placeholder {
  color: #fff;
  font-size: 16px;
}

.submit-button-cta {
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/Vectors-Wrapper_14.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.ah-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-category {
  width: 100%;
}

.styleguide-row {
  border-bottom: 1px solid #000;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.display {
  color: #000;
  letter-spacing: -10px;
  white-space: nowrap;
  font-size: 200px;
  font-weight: 300;
  line-height: 1.4;
}

.styleguie-tipography {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.font-wrapper {
  width: 307px;
  height: auto;
  background-color: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.font-box {
  width: 120px;
  height: 120px;
  background-color: #424242;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vertical-font-box {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 20px;
  line-height: 1;
  display: flex;
}

.white {
  color: #fff;
}

.header-text {
  font-weight: 500;
}

.shipping-method {
  font-size: 14px;
}

.submit-order {
  color: #000;
  background-color: #fbce04;
  border: 1px dashed #000;
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-weight: 500;
  transition: all .35s;
}

.submit-order:hover {
  background-color: #fff;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/C33800B7-1577-44B0-AEE1-3F360F963AF1-copy.jpg');
  background-position: 0 0;
  background-size: cover;
  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;
}

.success-message {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.error-message {
  position: absolute;
}

.form-footer {
  width: 100%;
}

.form-footer:active {
  background-color: rgba(255, 255, 255, 0);
}

.success-message-2 {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
}

.sticky-frame-blog {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 0 solid #d7d7d7;
  border-top: 2px #d7d7d7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.sfb-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sfb-wrapper {
  grid-column-gap: 3px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.sfb-line {
  width: 100%;
  height: 2px;
  background-color: #d7d7d7;
}

.sfb-line-absolute {
  width: 100%;
  height: 2px;
  background-color: #fbce04;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sfb-line-wrapper {
  position: relative;
}

._25 {
  flex: 1;
  display: block;
}

.info-bar-button-wrapper {
  justify-content: center;
  display: flex;
}

.hero-image {
  z-index: 8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mask {
  overflow: hidden;
}

.mask._100 {
  width: 100%;
}

.hp-image {
  z-index: 0;
  width: 600px;
  height: 600px;
  object-fit: contain;
  padding-right: 113px;
  position: relative;
  top: auto;
  bottom: auto;
  left: 464px;
  right: -20px;
}

.ha-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 50px;
}

.all-templates-button {
  z-index: 100;
  min-width: 136px;
  grid-column-gap: 5px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 12px;
}

.all-templates-icon {
  width: 18px;
  height: 18px;
}

._12px {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.blog-author-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.blog-author-link:hover {
  opacity: .5;
}

.blog-category-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.blog-category-link:hover {
  opacity: .5;
}

.div-block {
  height: 25px;
}

.div-block-2 {
  height: 100%;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.sc-icon {
  width: 100.03%;
  height: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.brand-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.div-block-4 {
  z-index: 6;
  height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: block;
  position: relative;
}

.hero-image-home {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.contact-cta-column-2-copy {
  width: 100%;
  height: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.cta-column-text-copy {
  width: 250px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-chanel-copy {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border: 0 solid #c4c4c4;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  transition: opacity .4s;
  display: flex;
}

.contact-chanel-copy.last-copy {
  border-bottom-style: none;
}

.navbar {
  height: 3.5em;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.open-cart-footer {
  background-image: linear-gradient(#fff, #f7f7f7);
  border-top-style: none;
  padding-top: 20px;
}

.title-serif {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.title-serif.h2 {
  font-size: 1.5em;
  line-height: 1.35;
}

.open-cart-subtotal {
  letter-spacing: .5px;
  background-color: #fff;
  border-radius: .25em;
  padding: 9px 18px;
  font-size: 1.2em;
  font-weight: 300;
  box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 30px rgba(0, 0, 0, .05);
}

.nav-menu {
  grid-row-gap: 2rem;
  flex: 0 auto;
  align-items: stretch;
  display: flex;
}

.cart-3 {
  flex: 0 auto;
  order: 4;
}

.remove-button {
  color: #d84242;
  border-radius: 50px;
  align-self: flex-start;
  margin-top: 10px;
  margin-left: -9px;
  padding: 1px 10px 2px;
  font-size: .9em;
  transition: color .2s, background-color .2s;
}

.remove-button:hover {
  color: #fee;
  background-color: #eb4746;
}

.hide-on-desktop {
  display: none;
}

.shop-bag-white {
  opacity: 1;
  position: absolute;
}

.shop-bag-white.hide {
  display: none;
}

.no-items-empty-state {
  padding-top: 50px;
  font-size: 1.5em;
  font-weight: 300;
}

.opern-cart-title {
  letter-spacing: -.01em;
  margin-bottom: 3px;
  font-weight: 500;
  line-height: 130%;
}

.cart-header {
  border-bottom-style: none;
  padding-top: 32px;
  padding-bottom: 0;
}

.navbar-right {
  flex: 1;
  order: 2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-block {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #111;
  text-transform: uppercase;
  flex-direction: row;
  align-items: center;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .75em;
  transition: background-color .4s;
  display: flex;
}

.nav-link-block:hover {
  background-color: rgba(115, 115, 115, .18);
}

.nav-link-block.w--current {
  font-weight: 600;
}

.navbar-left {
  flex: none;
  order: 3;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.open-cart-items {
  margin-left: 20px;
}

.open-cart-price {
  color: #88939b;
  font-size: .9em;
  font-weight: 300;
  line-height: 130%;
}

.logo {
  flex: none;
  order: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .3s;
  display: flex;
}

.logo:hover {
  background-color: rgba(115, 115, 115, .18);
}

.cart-container {
  color: #1c1b26;
  background-color: #fff;
}

.cart-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.cart-button-2 {
  width: 4rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding: 0;
  position: relative;
}

.cart-button-2:hover {
  background-color: rgba(0, 0, 0, .12);
}

.logo-title {
  letter-spacing: -.03em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 100%;
}

.error-state {
  background-color: #c53737;
  padding: 20px;
}

.open-cart-item {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  margin-left: -24px;
  margin-right: -24px;
  padding: 18px 24px;
}

.open-cart-item:last-child {
  border-bottom-style: none;
}

.search-icon {
  width: 1.75em;
}

.cart-quantity-2 {
  background-color: #fff;
  border-color: #dadae4;
  border-radius: 5px;
  transition: border-color .3s;
}

.cart-quantity-2:hover {
  border-color: #5b7180;
}

.shop-bag-dark {
  opacity: 1;
  position: absolute;
}

.cart-line-item {
  margin-bottom: 32px;
}

.navbar-divider {
  width: 100%;
  height: 3.5em;
  max-width: 1560px;
  border-bottom: 1px solid #000;
  flex: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-2 {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.nav-spacer {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}

.black-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px solid #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.terms-paragraph-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  height: 20px;
  align-self: stretch;
}

.prodc-images-side {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: grid;
}

.product-main-wrapper {
  width: 100%;
  height: 500px;
  min-height: 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: block;
}

.paragraph-14px-copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px-copy.white {
  color: #fff;
}

.paragraph-14px-copy._250px {
  max-width: 400px;
}

.button-copy, .quote-copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

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

.paragraph-13px-copy {
  font-size: 13px;
}

.div-block-8 {
  justify-content: space-between;
  align-self: stretch;
  padding-right: 29px;
  display: flex;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: stretch;
  margin-top: 56px;
}

.title-h1-copy {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h4-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-14px-copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px-copy.white {
  color: #fff;
}

.paragraph-14px-copy._250px {
  max-width: 400px;
  text-align: center;
}

.paragraph-16px-copy {
  color: #000;
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.hs-contentt-shop {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.model-form-block {
  width: 400px;
  margin-top: 53px;
}

.consignment-form-block {
  width: 100%;
  margin-top: auto;
}

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

.square-black-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.square-black-copy:hover {
  opacity: 1;
  background-color: #000;
}

.paragraph-14px-copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px-copy.white {
  color: #fff;
}

.paragraph-14px-copy._250px {
  max-width: 400px;
}

.paragraph-16px-copy {
  color: #000;
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.display-big-shop {
  color: #000;
  letter-spacing: -6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.hs-text-wrapper-shop {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.hs-inner-shop {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.container-shop {
  max-width: 1560px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 55px;
}

.prodc-images-side-mobile-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: none;
}

.product-descriptions h5 {
  font-size: 16px;
  font-weight: 400;
}

.product-descriptions h6 {
  font-size: 14px;
  font-weight: 300;
}

.paragraph-13px-copy {
  font-size: 18px;
  font-weight: 500;
}

.paragraph-20px-copy {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.title-h1-copy {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h4-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.title-h6-copy {
  color: #2c2c2c;
  margin-top: -7px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.container-footer {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 55px 20px;
}

.hs-content-gallery {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.hs-text-wrapper-copy {
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 130px;
  display: flex;
}

.paragraph-14px-quote {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px-quote.grey {
  color: #888;
}

.paragraph-16px-prod-banner {
  color: #000;
  letter-spacing: .3px;
  flex: 0 auto;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.cf-title-consignement {
  width: 100%;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.contact-form-modal-consignment {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.contact-chanel-model {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  border: 0 solid #c4c4c4;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 20px;
  transition: opacity .4s;
  display: flex;
}

.contact-form-modal-model {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.close-button-model, .close-button-cons, .close-button-gen {
  width: 100%;
  height: 20px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-right: 14px;
}

.paragraph-16px-cta-2 {
  color: #000;
  letter-spacing: .3px;
  flex: 1;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.consignment-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.container-cons {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 55px;
  padding-right: 55px;
}

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

.paragraph-18px-consi {
  color: #000;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
}

.column, .column-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.columns-cons {
  align-self: stretch;
}

.paragraph-14px-copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.paragraph-14px-copy.white {
  color: #fff;
}

.paragraph-14px-copy._250px {
  max-width: 400px;
}

.consign-link {
  align-self: stretch;
}

.container-category-menu {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 55px;
  position: static;
  top: 45px;
}

.category-wrapper {
  z-index: 1;
  outline-offset: -2px;
  background-color: #fff;
  outline: .5px solid #000;
  position: relative;
}

.category-item-wrapper {
  z-index: 3;
  width: 100%;
  height: 50px;
  border: .6px solid #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.category-link {
  color: #000;
  flex-direction: row;
  display: block;
}

.category-link:hover {
  background-color: rgba(153, 153, 153, .17);
}

.category-title {
  text-align: center;
  font-size: 11px;
  line-height: 17px;
}

.category-item {
  border: 1px #000;
  border-left-style: solid;
}

.category-item.first {
  border-left-style: none;
}

.category-collection-list-wrapper-dropdown {
  background-color: #fff;
  flex-flow: column;
  align-content: stretch;
  display: flex;
}

.category-collection-list-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  flex: 1;
  grid-template-rows: .5fr;
  grid-template-columns: repeat(auto-fit, minmax(142px, 1fr));
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: stretch;
  display: grid;
}

.category-dropdown-list.w--open {
  flex-flow: row;
  display: block;
}

.dropdown-category {
  flex-flow: row;
  display: flex;
}

.category-toggle {
  box-shadow: none;
  border: 1px #000;
  flex: 1;
  align-self: auto;
}

.paragraph-16px-shop {
  color: #000;
  letter-spacing: .3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-16px-shop._380px-shop {
  text-align: right;
  flex: 1;
  align-self: center;
}

.hs-content-copy-copy {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.faq-titles.black {
  color: #000;
}

.paragraph-14px-breadcrumb {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: opacity .4s;
}

.submit-button-2 {
  background-color: #000;
}

.title-h6-size {
  color: #746d6d;
  margin-top: -7px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.title-h6-size.margin {
  margin-right: 5px;
}

.paragraph-16px-copy {
  color: #000;
  letter-spacing: .3px;
  flex: none;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.nav-section {
  background-color: #fff;
}

.category_section {
  z-index: 9;
  background-color: #fff;
  margin-top: -10px;
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.section-shop-header {
  background-color: #fff;
  display: block;
}

.section-home-bottom {
  display: block;
}

.section-home-bottom.relative {
  position: relative;
  overflow: hidden;
}

.search-open-trigger {
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fontawesome-close {
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: color .5s;
  position: absolute;
  right: 15px;
}

.fontawesome-close:hover {
  color: #fe4242;
}

.search-input-2 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 11px;
  flex: 0 auto;
  align-self: center;
  margin-bottom: 0;
}

.search-button-2 {
  background-color: #000;
  border-radius: 5px;
  flex: 0 auto;
  align-self: auto;
  padding: 4px 16px;
  font-size: 13px;
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.search-result-item {
  display: flex;
}

.hero-carousel {
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  flex: 0 auto;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-position: 50%;
  background-size: cover;
}

.div-block-11 {
  z-index: 7;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 45%, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trust-badges {
  margin-top: 20px;
}

.checkout-form {
  background-image: url('../images/C33800B7-1577-44B0-AEE1-3F360F963AF1-copy.jpg');
  background-position: 0%;
  background-size: cover;
}

.trust-badge-png {
  max-width: 50%;
  margin-top: 20px;
}

.trust-wrapper {
  justify-content: center;
  display: flex;
}

.paypal-checkout-form {
  background-color: #fff;
  background-image: url('../images/C33800B7-1577-44B0-AEE1-3F360F963AF1-copy.jpg');
  background-size: cover;
}

.nav-wrapper {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}

.order-confirm-message {
  margin-bottom: 20px;
}

.cta-para-authentication {
  width: 60%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.body, .body-2 {
  overflow: visible;
}

.search-bar-wrapper {
  width: 100%;
  height: 40px;
  max-width: 1560px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
}

.flex-body {
  min-height: 100vh;
  background-image: linear-gradient(45deg, #ff0052, #ff6327);
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-wrapper {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  position: relative;
}

.search-input {
  z-index: 10;
  width: 260px;
  height: 40px;
  border-style: none;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  box-shadow: inset 0 0 25px rgba(0, 0, 0, .05), inset 0 0 8px rgba(0, 0, 0, .33);
}

.search-bar-closer {
  z-index: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.search-button {
  z-index: 5;
  color: rgba(51, 51, 51, 0);
  text-transform: uppercase;
  background-color: #3b3b3b;
  background-image: url('../images/search.svg');
  background-position: 73%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  font-family: Exo, sans-serif;
  font-size: 8px;
  transition: background-color .2s, box-shadow .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: inset 0 0 26px rgba(0, 0, 0, .77);
}

.search-button:hover {
  background-color: #ff0052;
  box-shadow: inset 0 0 26px rgba(0, 0, 0, .22);
}

.nav-search {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.field-label-2 {
  align-self: center;
}

.title-h1-blog {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h1-blog._610px {
  max-width: 610px;
}

.title-h1-blog._610px.hs {
  font-size: 70px;
}

.title-h1-blog.white {
  color: #fff;
}

.title-h1-blog._810px {
  max-width: 810px;
}

.title-h1-blog.about {
  font-size: 80px;
}

.title-h1-gallery {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 86px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h1-gallery._610px {
  max-width: 610px;
}

.title-h1-gallery.white {
  color: #fff;
}

.title-h1-gallery._810px {
  max-width: 810px;
}

.title-h1-gallery._810px.hs {
  letter-spacing: -1px;
  font-size: 70px;
}

.title-h1-gallery.about {
  font-size: 80px;
}

.title-h1-contact {
  color: #2c2c2c;
  letter-spacing: -2.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
}

.title-h1-contact._610px {
  max-width: 610px;
}

.title-h1-contact.white {
  color: #fff;
}

.title-h1-contact._810px {
  max-width: 810px;
}

.title-h1-contact.about {
  font-size: 80px;
}

.search-results {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.search-results-link-wrapper {
  align-self: center;
  margin-left: 50px;
}

.image-4 {
  width: 200px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 20px;
  }

  .info-bar-wrapper {
    justify-content: space-between;
  }

  .paragraph-13px.grey.mb, .paragraph-13px.mb {
    display: none;
  }

  .title-h2.black.cr {
    align-self: flex-start;
    font-size: 50px;
    line-height: 50px;
  }

  .title-h1 {
    font-size: 84px;
  }

  .title-h1.about {
    font-size: 70px;
  }

  .hch-paragraph {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
  }

  .title-h6 {
    flex: 0 auto;
    margin-top: 0;
    font-size: 21px;
  }

  ._450px {
    max-width: none;
  }

  .home-category {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .hc-card {
    justify-content: space-between;
  }

  .hc-image {
    height: 300px;
  }

  .paragraph-14px.grey.third {
    padding-right: 0;
  }

  .home-product {
    background-size: contain;
  }

  .title-h4 {
    z-index: 1;
    position: relative;
  }

  .title-h4._450px {
    font-size: 40px;
    line-height: 45px;
  }

  .title-h5 {
    font-size: 33px;
  }

  .hp-text-wrapper {
    min-height: 300px;
  }

  .paragraph-16px {
    flex: none;
  }

  .paragraph-16px.grey.conditions {
    flex: 1;
  }

  .home-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ha-content {
    margin-top: 30px;
  }

  .ha-content-wrapper {
    width: auto;
  }

  .ha-image {
    height: 500px;
  }

  .ha-content-inner {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .ha-content-text {
    width: 100%;
  }

  .title-h3.black {
    flex: 0 auto;
    align-self: stretch;
    margin-right: 24px;
  }

  .ha-text {
    font-size: 160px;
    left: -149px;
  }

  .ha-heading {
    font-size: 180px;
    top: 290.671px;
  }

  .cta {
    padding-right: 100px;
  }

  .cta.home {
    justify-content: flex-start;
  }

  .cta-content {
    max-width: 450px;
  }

  .cta-img-1 {
    left: 25px;
  }

  .cta-img-2 {
    z-index: 1;
    left: -229px;
  }

  .cta-img-3 {
    left: 44px;
  }

  .cta-left-images, .cta-right-images {
    display: none;
  }

  .cta-img-5 {
    right: -182px;
  }

  .cta-img-6 {
    top: 35px;
    right: 103px;
  }

  .cta-img-7 {
    top: 366px;
    right: 79px;
  }

  .footer-text {
    font-size: 50px;
  }

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

  .newsletter {
    flex-direction: column;
  }

  .newletter-content {
    border-bottom-width: 1px;
    border-right-style: none;
  }

  .newsletter-input {
    max-width: none;
  }

  .footer-end {
    flex-direction: column;
    align-items: flex-start;
  }

  .fe-content {
    max-width: 560px;
    margin-bottom: 15px;
  }

  .hs-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 4px;
    padding-bottom: 18px;
  }

  .hs-text-wrapper {
    height: auto;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .hs-inner {
    width: auto;
    flex: 0 auto;
    align-self: auto;
    align-items: flex-start;
  }

  .collection-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image {
    object-fit: cover;
    object-position: 22% 50%;
  }

  .sb-card {
    max-height: 600px;
    min-height: 500px;
    flex: 1;
  }

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

  .shop-cta {
    padding-bottom: 50px;
  }

  .shop-cta-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .shop-cta-inner {
    height: auto;
    padding-right: 0;
  }

  .shop-cta-paragraph {
    max-width: 300px;
  }

  .collection-list-categories {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cr-grid {
    flex-flow: wrap;
  }

  .cr-grid-column-2 {
    align-items: flex-start;
  }

  .product-text-wrapper {
    align-self: stretch;
    align-items: center;
  }

  .cr-grid-column-3 {
    max-width: none;
  }

  .categories-cta {
    padding-bottom: 0;
  }

  .caterogies-cta-header {
    text-align: left;
  }

  .logo-wrapper {
    justify-content: flex-start;
  }

  .logo-brands {
    object-fit: contain;
  }

  .categories-cta-wrapper {
    align-items: stretch;
  }

  .product-hero {
    flex-direction: column;
  }

  .image-gallery {
    width: 100%;
    height: auto;
    position: static;
  }

  .product-img {
    width: 47.5%;
  }

  .product-details {
    width: 100%;
  }

  .sp-grid {
    flex-direction: column;
  }

  .collection-list-product {
    grid-template-columns: 1fr 1fr;
  }

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

  .pt-card {
    max-width: none;
  }

  .blog-wrapper {
    max-height: 600px;
  }

  .blog-title {
    font-size: 22px;
    line-height: 20px;
  }

  .collection-list-category-blod {
    grid-template-columns: 1fr 1fr;
  }

  .quote {
    padding-left: 66px;
    padding-right: 130px;
  }

  .quote-icon {
    left: 0;
  }

  .ad-text-wrapper {
    max-width: 70%;
  }

  .galleries-wrapper {
    height: 600px;
  }

  .galleries {
    height: auto;
    flex-direction: column;
  }

  .faq-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .faq-contact-wrapper {
    grid-row-gap: 3px;
    flex-wrap: wrap;
  }

  .terms-paragraph {
    width: auto;
    max-width: 60%;
  }

  .about-features {
    padding-top: 0;
    padding-bottom: 0;
  }

  .af-wrapper {
    width: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    flex: 0 auto;
  }

  .af-card {
    align-self: flex-start;
  }

  .af-content {
    flex-flow: column;
  }

  .about-mission {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 50px;
  }

  .at-content {
    flex-direction: column;
  }

  .contact-cta {
    height: auto;
  }

  .form-block-footer {
    width: 100%;
    height: 70px;
  }

  .text-field-footer.fbf {
    height: auto;
    margin-left: 0;
  }

  

  .blog-image-wrapper {
    max-height: 300px;
  }

  .display {
    font-size: 130px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr 1fr;
  }

  .font-wrapper {
    height: auto;
  }

  .utility-page-wrap {
    background-image: url('../images/IRB_4109_IB2020.jpg');
  }

  .sticky-frame-blog, .sfb-line-wrapper {
    display: none;
  }

  ._25 {
    flex: 1;
    display: block;
  }

  .info-bar-button-wrapper {
  }

  .hp-image {
    z-index: 0;
    width: 800px;
    height: 800px;
    padding-right: 0;
    top: 3px;
    left: 145px;
    right: 15%;
  }

  .all-templates-button {
    display: none;
  }

  .div-block-2 {
    height: 100%;
  }

  .contact-cta-column-2-copy {
    flex-direction: column;
  }

  .navbar {
    flex: none;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4.8em;
    position: fixed;
    top: 0;
  }

  .hide-on-desktop {
    display: block;
  }

  .navbar-right {
    flex: none;
  }

  .nav-link-block {
    min-width: 15em;
    padding: 1em 2em;
    font-size: 1em;
  }

  .navbar-left {
    flex: none;
    order: -1;
    margin-left: 0;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
  }

  .cart-button-2 {
    width: 5rem;
  }

  .menu-button {
    width: 5rem;
    height: 100%;
    cursor: pointer;
    background-image: var(--mobile-icon);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, .12);
  }

  .menu-button.w--open {
    background-image: var(--mobile-icon);
    background-position: 50%;
    background-size: auto;
  }

  .search-icon {
    display: none;
  }

  .terms-paragraph-copy {
    width: auto;
    max-width: 60%;
  }

  .prodc-images-side {
    display: none;
  }

  .product-main-wrapper.slider {
    flex-direction: row;
    align-items: stretch;
    display: block;
  }

  .div-block-7 {
    padding-top: 9px;
    padding-bottom: 9px;
    display: none;
  }

  .div-block-8 {
    flex-direction: column;
    flex: 0 auto;
  }

  .flex-block {
    flex-wrap: nowrap;
    align-items: stretch;
    margin-top: 16px;
  }

  .title-h4-copy {
    z-index: 1;
    position: relative;
  }

  .title-h4-copy._450px {
    font-size: 40px;
    line-height: 45px;
  }

  .hs-contentt-shop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .display-big-shop {
    min-width: 268px;
    letter-spacing: -4px;
    padding-right: 0;
    font-size: 50px;
  }

  .hs-text-wrapper-shop {
    height: auto;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .prodc-images-side-mobile-slide {
    display: block;
  }

  .slider {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .slide-image {
    object-fit: cover;
    position: relative;
  }

  .icon-left {
    filter: invert();
    margin-left: 0;
  }

  .icon-right {
    filter: invert();
    margin-right: 0;
  }

  .title-h4-copy {
    z-index: 1;
    position: relative;
  }

  .title-h4-copy._450px {
    font-size: 40px;
    line-height: 45px;
  }

  .title-h6-copy {
    flex: 0 auto;
    margin-top: 0;
    font-size: 21px;
  }

  .container-footer {
    padding-top: 40px;
  }

  .hs-content-gallery {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 4px;
    padding-bottom: 18px;
  }

  .hs-text-wrapper-copy {
    height: auto;
    align-self: center;
    align-items: flex-end;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-14px-quote.grey {
    color: #888;
  }

  .paragraph-16px-prod-banner {
    flex: none;
  }

  .paragraph-16px-cta-2 {
    flex: 1;
  }

  .container-cons {
    padding-top: 0;
  }

  .column {
    flex-wrap: nowrap;
  }

  .columns-cons {
    flex: 0 auto;
    align-self: stretch;
  }

  .container-category-menu {
    padding-top: 0;
  }

  .category-collection-list-dropdown {
    grid-template-columns: repeat(auto-fit, minmax(237px, 1fr));
  }

  .paragraph-16px-shop._380px-shop {
    padding-left: 32px;
  }

  .hs-content-copy-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .faq-titles.black {
    flex: 0 auto;
  }

  .image-3 {
    filter: invert();
  }

  .heading-2, .field-label {
    color: #fff;
  }

  .title-h6-size {
    flex: 0 auto;
    margin-top: 0;
    font-size: 21px;
  }

  .paragraph-16px-copy {
    flex: none;
  }

  .category_section {
    margin-top: -10px;
  }

  .checkout-form {
    margin-top: 0;
  }

  .search-bar-wrapper {
    justify-content: space-between;
  }

  .search-wrapper {
    display: none;
  }

  .paypal {
    margin-bottom: 10px;
  }

  .title-h1-blog {
    font-size: 84px;
  }

  .title-h1-blog._610px.hs {
    font-size: 60px;
  }

  .title-h1-blog.about {
    font-size: 70px;
  }

  .title-h1-gallery {
    font-size: 84px;
  }

  .title-h1-gallery._810px.hs {
    letter-spacing: -1px;
    font-size: 60px;
  }

  .title-h1-gallery.about {
    font-size: 70px;
  }

  .title-h1-contact {
    font-size: 63px;
  }

  .title-h1-contact.about {
    font-size: 70px;
  }

  .image-4 {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 25px 20px;
  }

  .c-nav {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding: 15px;
  }

  .hero-wrapper {
    padding-left: 0;
  }

  .title-h1 {
    font-size: 68px;
  }

  .title-h1.about {
    font-size: 50px;
  }

  .hch-paragraph {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .home-category {
    flex-direction: column;
  }

  .hc-card {
    border-bottom-style: none;
    border-right-width: 1px;
  }

  .hc-card._2 {
    border-bottom-style: solid;
  }

  .paragraph-14px {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .paragraph-14px.grey {
    text-align: left;
    font-size: 18px;
  }

  .paragraph-14px.grey.third {
    padding-right: 25px;
  }

  .home-product {
    height: 530px;
    grid-row-gap: 30px;
    background-position: 0 100%;
    background-size: auto 170px;
    justify-content: flex-start;
  }

  .title-h4 {
    font-size: 30px;
    line-height: 1.4;
  }

  .hp-info {
    border-top-width: 1px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .title-h5 {
    font-size: 26px;
  }

  .hp-text-wrapper {
    z-index: 1;
    max-width: 290px;
    min-height: 200px;
  }

  .ha-image {
    height: 460px;
  }

  .ha-text {
    font-size: 130px;
    line-height: 1.3;
    top: 11.7725px;
    left: -111px;
  }

  .ha-heading {
    font-size: 130px;
    line-height: 1.3;
    left: 67px;
  }

  .cta-content {
    max-width: none;
  }

  .cta-img-2 {
    left: -233px;
  }

  .cta-img-3 {
    left: -6px;
  }

  .cta-img-4 {
    left: 14px;
  }

  .cta-img-5 {
    top: auto;
    right: -192px;
  }

  .cta-img-6 {
    top: auto;
    bottom: 22px;
  }

  .cta-img-7 {
    top: auto;
    bottom: 327px;
    right: 25px;
  }

  .footer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-heading {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-inner {
    padding-bottom: 0;
  }

  .footer-text {
    font-size: 35px;
    line-height: 42px;
  }

  .footer-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: nowrap;
  }

  .footer-end {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fe-content {
    max-width: 511px;
  }

  .hero-shop {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .hs-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    flex: 1;
    align-self: stretch;
  }

  .hs-text-wrapper {
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    padding-right: 0;
    display: block;
  }

  .shop-product {
    align-items: center;
  }

  .sp-image-wrapper {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    padding: 0;
    display: block;
  }

  .image {
    height: 100%;
    object-fit: cover;
    align-self: auto;
  }

  .sp-content {
    flex: 0 auto;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
  }

  .sb-card {
    flex: 1;
    align-self: auto;
    align-items: flex-start;
  }

  .sb-image {
    width: 100%;
    flex: 1;
    align-self: stretch;
    position: relative;
  }

  .collection-list-sb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .categories {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .categories-link {
    padding: 10px;
  }

  .cr-grid {
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .cr-grid-column {
    max-width: none;
    align-items: flex-start;
  }

  .cr-grid-column-2 {
    align-items: flex-start;
  }

  .cr-grid-column-3 {
    max-width: none;
    align-items: flex-end;
  }

  .categories-cta-wrapper {
    flex-direction: column;
  }

  .categories-cta-left {
    padding-bottom: 40px;
  }

  .categories-cta-right {
    height: auto;
    grid-row-gap: 40px;
    border-top-width: 1px;
    border-left-style: none;
    padding-top: 40px;
    padding-left: 0;
  }

  .collection-list-category-blod {
    grid-template-columns: 1fr;
  }

  .hbt-details {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .quote {
    padding-left: 59px;
    padding-right: 59px;
  }

  .quote-icon {
    left: 0;
  }

  .galleries-link {
    padding: 10px;
  }

  .faq-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .faq-wrapper {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .af-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .quoates-icons {
    flex-direction: row;
  }

  .aq-paragraph-0 {
    font-size: 24px;
    line-height: 1.4;
  }

  .aq-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .at-wrapper {
    width: auto;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .at-card {
    width: auto;
  }

  .at-name {
    width: auto;
    align-self: stretch;
    align-items: flex-start;
  }

  .at-position {
    width: auto;
    align-self: stretch;
  }

  .contact-row {
    flex-flow: column;
  }

  .cr-column {
    width: 100%;
    max-width: none;
  }

  .cr-column-2 {
    width: 100%;
    max-width: none;
    border-top: 1px solid #000;
    border-left-style: none;
    padding-left: 0;
  }

  .contact-cta {
    flex-direction: column;
  }

  .contact-image-wrapper {
    width: auto;
  }

  .form-block-footer {
    width: 100%;
  }

 .navbar-text-wrapper {
    display: flex !important;
}

  .blog-image-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-self: stretch;
    display: flex;
  }

  .styleguide-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .display {
    font-size: 14vw;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: auto;
  }

  .utility-page-wrap {
    background-image: url('../images/IRB_4066.jpg');
  }

  .mask {
    flex: 0 auto;
  }

  .hp-image {
    z-index: 0;
    width: 500px;
    height: 800px;
    flex: 0 auto;
    align-self: auto;
    padding-right: 0;
    top: -37px;
    bottom: 0%;
    left: 100px;
    right: auto;
  }

  .div-block-2 {
    height: 100%;
  }

  .div-block-3 {
    position: relative;
  }

  .contact-cta-column-2-copy {
    align-items: flex-start;
  }

  .title-serif {
    font-size: 1.5em;
  }

  .nav-menu {
    margin-top: 5.8em;
  }

  .cart-3 {
    border: 1px #000;
  }

  .cart-button-2 {
    width: 4rem;
  }

  .logo-title {
    font-size: 1.5em;
  }

  .menu-button {
    width: 4rem;
  }

  .paragraph-14px-copy {
    flex: 0 auto;
    align-self: auto;
    padding-top: 16px;
  }

  .paragraph-14px-copy.white {
    padding-top: 0;
  }

  .button-copy, .quote-copy {
    flex: 0 auto;
    align-self: auto;
    padding-top: 16px;
  }

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

  .flex-block {
    margin-top: 37px;
  }

  .title-h1-copy {
    font-size: 47px;
  }

  .title-h4-copy {
    font-size: 30px;
    line-height: 1.4;
  }

  .paragraph-14px-copy {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .hs-contentt-shop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
  }

  .div-block-9 {
    padding-right: 46px;
  }

  .paragraph-14px-copy {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .display-big-shop {
    min-width: 167px;
    letter-spacing: -2px;
    padding-right: 0;
    font-size: 40px;
    display: block;
  }

  .hs-text-wrapper-shop {
    flex: 0 auto;
    align-self: center;
    align-items: flex-end;
    padding-right: 0;
    display: block;
  }

  .hs-inner-shop {
    flex-direction: row;
    align-items: flex-start;
  }

  .container-shop {
    padding: 0 20px;
  }

  .slider {
    height: auto;
  }

  .slide-image {
    min-height: 100%;
    object-fit: cover;
    top: auto;
  }

  .icon-left {
    margin-left: 0;
  }

  .icon-right {
    margin-right: 0;
  }

  .title-h1-copy {
    font-size: 47px;
  }

  .title-h4-copy {
    font-size: 30px;
    line-height: 1.4;
  }

  .container-footer {
    padding: 25px 20px;
  }

  .hs-content-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    flex: 1;
    align-self: stretch;
  }

  .hs-text-wrapper-copy {
    flex: 0 auto;
    align-self: auto;
    align-items: flex-end;
    padding-right: 0;
    display: block;
  }

  .paragraph-14px-quote {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .paragraph-14px-quote.grey {
    color: #888;
    text-align: left;
    font-size: 14px;
  }

  .container-cons {
    padding: 25px 20px;
  }

  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
    align-content: stretch;
    margin-bottom: 20px;
  }

  .paragraph-14px-copy {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .container-category-menu {
    padding: 0 20px;
  }

  .paragraph-16px-shop._380px-shop {
    max-width: 232px;
    flex: 1;
    align-self: center;
    padding-left: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .product-title-page {
    text-align: center;
    font-size: 14px;
  }

  .hs-content-copy-copy {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: wrap;
    flex: 1;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .paragraph-14px-breadcrumb {
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .image-3 {
    filter: invert();
  }

  .heading-2, .field-label {
    color: #fff;
  }

  .category_section {
    margin-top: -10px;
    padding-top: 20px;
    top: 120px;
  }

  .nav-search {
    justify-content: space-between;
    align-self: stretch;
  }

  .title-h1-blog {
    font-size: 68px;
  }

  .title-h1-blog._610px.hs, .title-h1-blog.about {
    font-size: 50px;
  }

  .title-h1-gallery {
    font-size: 68px;
  }

  .title-h1-gallery._810px.hs {
    letter-spacing: -1px;
    font-size: 40px;
  }

  .title-h1-gallery.about {
    font-size: 50px;
  }

  .title-h1-contact {
    font-size: 52px;
  }

  .title-h1-contact.about {
    font-size: 50px;
  }

  .image-4 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container.ts {
    padding-top: 10px;
  }

  .info-bar-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .shop-text {
    display: block;
  }

  .info-bar-button {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
  }

  .c-nav {
    padding-top: 15px;
  }

  .hero {
    height: 400px;
  }

  .title-h2 {
    outline-offset: 0px;
    direction: ltr;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #746d6d;
    text-transform: none;
    outline: 3px #fff;
    font-size: 32px;
    line-height: 39px;
  }

  .title-h2.black.mb {
    font-size: 9vw;
    line-height: 1.1;
  }

  .title-h2.black.hbt {
    font-size: 10vw;
    line-height: 1.2;
  }

  .title-h2.black.cr {
    font-size: 12vw;
    line-height: 1.2;
  }

  .paragraph-18px.grey {
    font-size: 14px;
    display: flex;
  }

  .paragraph-18px.bold {
    flex: none;
  }

  .hch-title {
    flex-direction: row;
    flex: 1;
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 1.5rem;
  }

  .title-h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 39px;
    line-height: 1.3;
  }

  .title-h1._610px.hs {
    max-width: none;
    font-size: 12vw;
  }

  .title-h1._810px.hs {
    font-size: 12vw;
  }

  .title-h1.authentication {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .title-h1.about {
    font-size: 50px;
  }

  .hch-paragraph {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }

  .title-h6 {
    padding-right: 0;
    line-height: 38px;
  }

  ._450px {
    max-width: 450px;
  }

  .hc-card._2 {
    border-bottom-style: solid;
  }

  .paragraph-14px {
    text-align: center;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
  }

  .paragraph-14px.white.footer-links {
    font-size: 12px;
  }

  .paragraph-14px.grey {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-14px.grey.third {
    line-height: 20px;
  }

  .home-product {
    height: 610px;
    background-position: 0 72%;
  }

  .title-h4 {
    text-align: left;
  }

  .paragraph-16px {
    flex: 0 auto;
    align-self: auto;
    font-size: 16px;
  }

  .paragraph-16px.grey.conditions {
    flex: 1;
    font-size: 11px;
    line-height: 13px;
  }

  .home-about {
    padding: 20px;
  }

  .ha-image {
    height: 410px;
  }

  .title-h3.black {
    font-size: 30px;
    line-height: 1.4;
  }

  .title-h3.ha {
    font-size: 10.5vw;
    line-height: 1.3;
  }

  .ha-text {
    z-index: 1.3;
    margin-left: 101px;
    font-size: 87px;
    top: 29.7725px;
  }

  .ha-heading {
    z-index: 1.3;
    letter-spacing: -7px;
    margin-top: 0;
    font-size: 87px;
    line-height: 130px;
    top: 235.671px;
    left: 26px;
  }

  .cta {
    padding: 103px 20px;
  }

  .cta-img-1 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .cta-img-2 {
    width: 150px;
    height: 150px;
    top: 38px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cta-img-3 {
    top: 83px;
    bottom: 0%;
    left: 109px;
    right: auto;
  }

  .cta-img-4 {
    top: 151px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .cta-img-5 {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 58px;
    left: auto;
    right: 0%;
  }

  .cta-img-6 {
    top: auto;
    bottom: 31px;
    left: 0%;
    right: auto;
  }

  .cta-img-7 {
    top: auto;
    bottom: 117px;
    left: auto;
    right: 117px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-heading {
    padding-top: 0;
  }

  .footer-inner {
    padding-bottom: 8px;
  }

  .footer-text {
    font-size: 34px;
    line-height: 39px;
  }

  .footer-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter {
    grid-row-gap: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .newletter-content {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .newsletter-text-wrapper {
    grid-row-gap: 5px;
  }

  .newsletter-input {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-shop {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .hs-content {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .hs-text-wrapper {
    flex: 0 auto;
    align-self: flex-end;
    padding-top: 0;
    padding-right: 0;
  }

  .hs-inner {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: block;
  }

  .collection-list {
    grid-column-gap: 11px;
    grid-template-columns: 1fr 1fr;
  }

  .sp-image-wrapper {
    width: 100%;
    align-self: center;
    padding: 0;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .sp-content {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
  }

  .sb-card {
    max-height: 500px;
    min-height: 400px;
  }

  .sb-image {
    position: relative;
  }

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

  .shop-cta {
    grid-row-gap: 50px;
    padding: 25px;
  }

  .categories {
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collection-list-categories {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
  }

  .categories-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .category-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cr-grid {
    grid-row-gap: 15px;
  }

  .cr-grid-column-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .categories-cta {
    padding-top: 0;
  }

  .caterogies-cta-header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
  }

  .logo-wrapper {
    align-content: stretch;
    justify-content: flex-start;
  }

  .logo-inner {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-brands {
    object-fit: contain;
  }

  .image-gallery-row {
    flex-direction: column;
  }

  .product-img {
    width: 100%;
  }

  .product-details {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .pd-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
  }

  .pd-buttons-wrapper {
    flex-direction: column;
  }

  .buy-now-text {
    width: 100%;
  }

  .pd-features-row {
    grid-column-gap: 150px;
  }

  .collection-list-multi-images {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .buy-now-wrapper {
    width: 100%;
  }

  .sp-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-product, .pt-content {
    grid-template-columns: 1fr;
  }

  .blog-title {
    font-size: 18px;
  }

  .collection-list-category-blod {
    grid-template-columns: 1fr;
  }

  .hero-blog-template {
    margin-top: 25px;
  }

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

  .author-description {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .ad-text-wrapper {
    max-width: none;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .galleries-wrapper {
    height: 450px;
  }

  .galleries-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .galleries-grid {
    grid-template-rows: 300px 300px;
  }

  .hero-faq {
    grid-row-gap: 25px;
  }

  .faq-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-terms {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 20px;
  }

  .terms-wrapper {
    padding-bottom: 20px;
  }

  .terms-row {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .terms-paragraph {
    max-width: none;
    flex-wrap: nowrap;
    align-self: auto;
  }

  .af-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .paragraph-25px.thrid, .paragraph-25px._1st {
    padding-right: 0;
  }

  .about-mission {
    padding-top: 70px;
  }

  .am-heading {
    align-items: flex-start;
  }

  .aq-paragraph-0 {
    font-size: 24px;
    line-height: 1.4;
  }

  .aq-wrapper {
    flex-direction: column;
  }

  .about-team {
    padding-top: 75px;
  }

  .at-text {
    font-size: 24px;
    line-height: 1.4;
  }

  .at-card-heading {
    width: 100%;
    padding-left: 0;
  }

  .at-name {
    align-self: stretch;
    align-items: stretch;
  }

  .at-position {
    width: 100%;
  }

  .contact-hero {
    flex-flow: column;
  }

  .ch-column {
    width: 100%;
    height: auto;
    flex: 1;
    align-self: stretch;
    align-items: stretch;
  }

  .ch-column._2 {
    border-top: 1px solid #000;
    border-left-width: 0;
    margin-top: 23px;
    padding-top: 0;
  }

  .text-field.message {
    flex: 0 auto;
    align-self: auto;
  }

  .contact-cta-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-block-footer {
    height: 50px;
  }

  .text-field-footer.fbf {
    height: auto;
  }

  .navbar-text-wrapper {
    display: block;
  }

  .blog-image-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .display {
    letter-spacing: -5px;
    font-size: 100px;
  }

  .styleguie-tipography {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    width: 280px;
  }

  .utility-page-wrap {
    background-image: url('../images/mini-dully.jpg');
    background-position: 0 100%;
  }

  ._25 {
    display: block;
  }

  .info-bar-button-wrapper {
    flex: 1;
    justify-content: center;
  }

  .mask {
    flex: 0 auto;
  }

  .hp-image {
    width: 275px;
    height: 400px;
    margin-bottom: 191px;
    padding-right: 32px;
    top: 145px;
    bottom: 21%;
    left: 4%;
  }

  .div-block-2 {
    height: 100%;
    max-width: 100%;
  }

  .brand-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
  }

  .div-block-4 {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 4%, #000 43%);
  }

  .hero-image-home {
    top: -199px;
  }

  .nav-menu {
    margin-top: 5.2em;
  }

  .opern-cart-title {
    margin-bottom: 6px;
  }

  .error-state {
    color: #fff;
  }

  .nav-spacer {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .terms-paragraph-copy {
    max-width: none;
    align-self: auto;
    align-items: flex-start;
  }

  .product-main-wrapper.slider {
    height: 100%;
  }

  .paragraph-14px-copy, .button-copy {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    padding-top: 0;
  }

  .quote-copy {
    text-align: left;
    flex: 0 auto;
    align-self: auto;
    padding-top: 10px;
    padding-left: 32px;
    padding-right: 35px;
  }

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

  .paragraph-13px-copy {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-self: center;
    display: block;
  }

  .div-block-8 {
    flex-flow: column;
    flex: 0 auto;
    padding-right: 0;
  }

  .flex-block {
    flex-flow: column wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
  }

  .title-h1-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 57px;
    line-height: 1.3;
  }

  .title-h4-copy {
    text-align: left;
  }

  .paragraph-14px-copy {
    text-align: center;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
  }

  .paragraph-14px-copy._250px {
    text-align: left;
  }

  .paragraph-16px-copy {
    flex: 0 auto;
    align-self: auto;
    font-size: 12px;
  }

  .hs-contentt-shop {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .div-block-9 {
    min-height: 100px;
    padding-right: 0;
  }

  .paragraph-14px-copy {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
  }

  .paragraph-16px-copy {
    flex: 0 auto;
    align-self: auto;
    font-size: 14px;
  }

  .display-big-shop {
    min-width: 91px;
    letter-spacing: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 1.5;
  }

  .hs-text-wrapper-shop {
    flex: 0 auto;
    align-self: stretch;
    padding-top: 0;
    padding-right: 0;
  }

  .hs-inner-shop {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    display: block;
  }

  .paragraph-13px-copy {
    align-self: flex-start;
  }

  .slider {
    height: auto;
  }

  .slide-image {
    min-height: 100%;
    object-fit: contain;
    top: auto;
  }

  .icon-left {
    margin-left: 0;
    font-size: 19px;
  }

  .icon-right {
    margin-right: 0;
    font-size: 19px;
  }

  .paragraph-20px-copy {
    font-size: 16px;
  }

  .title-h1-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 43px;
    line-height: 1.3;
  }

  .title-h4-copy {
    text-align: left;
  }

  .title-h4-copy._450px {
    font-size: 30px;
  }

  .title-h6-copy {
    padding-right: 7px;
    font-size: 16px;
    line-height: 29px;
  }

  .hs-content-gallery {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .hs-text-wrapper-copy {
    flex: 0 auto;
    align-self: flex-end;
    padding-top: 0;
    padding-right: 0;
  }

  .paragraph-14px-quote {
    text-align: center;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
  }

  .paragraph-14px-quote.grey {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-16px-prod-banner, .paragraph-16px-cta-2 {
    flex: 0 auto;
    align-self: auto;
    font-size: 16px;
  }

  .div-block-10 {
    flex: 0 auto;
    align-self: auto;
  }

  .paragraph-18px-consi {
    flex: 1;
    align-self: stretch;
    font-size: 22px;
  }

  .paragraph-14px-copy {
    text-align: center;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
  }

  .upload-text {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2;
  }

  .home-copy-14 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-category-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .category-collection-list-dropdown {
    grid-template-columns: repeat(auto-fit, minmax(114px, 1fr));
  }

  .paragraph-16px-shop {
    flex: 0 auto;
    align-self: auto;
    font-size: 12px;
  }

  .paragraph-16px-shop._380px-shop {
    text-align: left;
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: flex-end;
    align-self: stretch;
    font-size: 12px;
    line-height: 13px;
    display: block;
  }

  .product-title-page {
    font-size: 12px;
    line-height: 16px;
  }

  .hs-content-copy-copy {
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 9px;
  }

  .faq-titles {
    color: #000;
    text-align: left;
    font-size: 14px;
  }

  .paragraph-14px-breadcrumb {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
    padding-top: 0;
    font-size: 8px;
  }

  .image-3 {
    filter: none;
  }

  .title-h6-size {
    padding-right: 0;
    line-height: 38px;
  }

  .paragraph-16px-copy {
    flex: 0 auto;
    align-self: auto;
    font-size: 16px;
  }

  .search-input-2 {
    width: 70vw;
    border-radius: 5px;
  }

  .search-result-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 30px;
    display: flex;
  }

  .search-result-item {
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
  }

  .checkout-prices {
    flex: 0 auto;
    font-size: 13px;
  }

  .authentication-block {
    align-self: stretch;
  }

  .cta-para-authentication {
    width: 100%;
  }

  .search-bar-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-search {
    justify-content: space-between;
    align-self: stretch;
  }

  .title-h1-blog {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 39px;
    line-height: 1.3;
  }

  .title-h1-blog._610px.hs {
    max-width: none;
    font-size: 11vw;
  }

  .title-h1-blog._810px.hs {
    font-size: 12vw;
  }

  .title-h1-blog.authentication {
    font-size: 32px;
  }

  .title-h1-blog.about {
    font-size: 50px;
  }

  .title-h1-gallery {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 39px;
    line-height: 1.3;
  }

  .title-h1-gallery._610px.hs {
    max-width: none;
    font-size: 12vw;
  }

  .title-h1-gallery._810px.hs {
    letter-spacing: -1px;
    font-size: 9vw;
  }

  .title-h1-gallery.authentication {
    font-size: 32px;
  }

  .title-h1-gallery.about {
    font-size: 50px;
  }

  .title-h1-contact {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.3;
  }

  .title-h1-contact._610px.hs {
    max-width: none;
    font-size: 12vw;
  }

  .title-h1-contact._810px.hs {
    font-size: 12vw;
  }

  .title-h1-contact.authentication {
    font-size: 32px;
  }

  .title-h1-contact.about {
    font-size: 50px;
  }

  .search-results-link-wrapper {
    text-align: left;
    margin-left: 20px;
  }

  .image-4 {
    width: 100px;
    align-self: center;
  }

  .result-link {
    font-size: 13px;
  }

  .result-des {
    font-size: 12px;
  }
}

#w-node-_0ef2ae84-fd28-1da1-cd6c-38880ae18078-2af46122 {
  align-self: start;
  justify-self: center;
}

#w-node-_97f4a10d-b34f-54ba-b16f-c642e8ed1cd4-2af46122 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0ef2ae84-fd28-1da1-cd6c-38880ae1807c-2af46122 {
  justify-self: end;
}

#w-node-a078ec99-4ff4-11b5-9929-d0ca45dde1a3-2af4613b, #w-node-b3c7e809-2e34-e6e1-79dc-06e8f8d28070-2af4613b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b3c7e809-2e34-e6e1-79dc-06e8f8d28072-2af4613b {
  align-self: auto;
}

#w-node-_5dca28dc-a5bc-2577-5b4d-6e6065aa2770-2af4615d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: start;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.dynamic-checkout__content .shopify-cleanslate ul {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dynamic-checkout__content .shopify-cleanslate ul li:nth-child(n + 3) {
grid-area: 2 / 1 / 3 / 3;
}

.dynamic-checkout__content {
margin-block: 0.5rem;
min-height: 140px;
}

@media screen and (min-width: 750px) {
.dynamic-checkout__content {
  min-height: 105px;
}
}

.w-commerce-commercecartfooter .tax-note {
text-align: center;
}

.cart-item__error {
display: none;
width: 95%;
margin: auto;
padding: 0.5rem;
background: rgba(255, 0, 0, 0.1);
border-radius: 0.5rem;
margin-block: 0.5rem;
gap: 0.5rem;
align-items: center;
}

.cart-item__error svg {
width: 1rem;
height: 1rem;
}

.gallery-hero .galleries:nth-child(odd){
flex-direction: row-reverse;
}

.blog-image-wrapper {
position: relative;
padding-bottom: 120%;  
}

.collection-card .blog-image-wrapper {
padding-bottom: 100%;  
}

.blog-image-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.sc-header__cta .info-bar-button {
  width: 95%;
  justify-content: center;
}

.sc-header__cta .info-bar-button-wrapper {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
    .pd-description { /* Update this class if needed */
        margin-bottom: 10px !important; /* Adjust this value as needed */
        padding-bottom: 10px !important;
    }
}


