:root {
  --black: black;
  --grey: #919191;
  --white: white;
  --antique-white: #fff0e1;
  --lavender: #efe3ff;
  --alice-blue: #e0eeff;
  --white-smoke: #ebebeb;
  --honeydew: #e1ffec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-family: Beausiteclassic clear, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
}

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

a {
  color: var(--grey);
  text-decoration: none;
}

form {
  align-self: center;
  margin-bottom: 0;
}

.hero {
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}

.col-5 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1vh;
  display: grid;
  position: relative;
}

.col {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.col.start {
  justify-content: flex-start;
}

.col-img-1 {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
  position: relative;
}

.collection-txt-prev {
  width: 100%;
  text-align: left;
  position: relative;
}

.collection-item {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cat-text-legende {
  color: var(--grey);
  text-decoration: none;
}

.lk {
  z-index: 6;
  width: 100%;
  opacity: 1;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.row {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  position: relative;
}

.page {
  z-index: 7;
}

.nav {
  z-index: 999;
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  overflow: hidden;
}

.nav-item {
  height: 100%;
  color: var(--black);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #000;
  flex: 1;
  justify-content: center;
  padding: 11px 1vh 9px;
  display: flex;
}

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

.nav-item.size {
  flex: 0 auto;
}

.nav-item.size.back {
  border: 1px #000;
}

.col-img-p {
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  display: block;
}

.col-img-p:hover {
  opacity: .7;
}

.col-p {
  width: 100%;
  grid-column-gap: 1vh;
  grid-row-gap: .5vh;
  flex-direction: column;
  flex: 1;
  grid-template: "Area"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: start;
  justify-items: end;
  padding: 1vh;
  display: grid;
  position: relative;
}

.collection-list-wrapper {
  position: relative;
}

.bleed {
  z-index: 999;
  background-color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  display: flex;
}

.col-bleed {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.col-6 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1vh;
  margin-bottom: 1vh;
  display: grid;
}

.col-img-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hover {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .6s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover:hover {
  opacity: 0;
}

.product-item {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.product-name {
  color: var(--black);
  text-transform: uppercase;
  padding-top: .5vh;
  padding-left: 5px;
  text-decoration: none;
}

.option {
  color: var(--grey);
  background-color: #fff;
  margin-bottom: 10px;
  padding: 0 10px 0 0;
  text-decoration: underline;
}

.option:visited {
  color: var(--grey);
}

.workshop-options {
  width: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

._w-dropdown {
  width: 100%;
}

.dropdown-toggle {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2vh;
  display: flex;
}

.workshops {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.text-block {
  order: -1;
}

.navorder {
  justify-content: space-between;
  display: flex;
}

.txt {
  padding: 1vh;
}

.workshop-list {
  background-color: #524747;
}

.workshop-list.w--open {
  z-index: 99;
  background-color: #fff;
  margin-top: 1px;
}

.options {
  z-index: 9;
  background-color: var(--white);
  justify-content: space-between;
  padding-left: 1vh;
  padding-right: 1vh;
  display: flex;
}

.options.margin-option {
  padding-top: 1vh;
}

.nav-wrapper {
  width: 200%;
  display: flex;
}

.nav-run {
  z-index: 999;
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.option-wrapper {
  justify-content: flex-end;
  display: flex;
}

.pageload {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: var(--antique-white);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.loading {
  text-align: center;
  display: block;
}

.cartorder {
  z-index: 9;
  width: 100%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1vh;
}

.default-state {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.buy-now-button {
  align-self: stretch;
  margin-top: 0;
}

.quantity {
  margin-bottom: 0;
}

.add-to-cart-button {
  height: 38px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  justify-content: flex-start;
  align-self: stretch;
  padding-left: 1vh;
  padding-right: 5px;
  text-decoration: underline;
}

.cart-button {
  height: 37px;
  background-color: var(--white);
  color: var(--black);
  border-left: 1px solid #000;
  align-items: center;
}

.cart-quantity {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 400;
}

.workshop {
  background-color: var(--lavender);
}

.collection {
  background-color: var(--white);
  flex-direction: column;
  display: flex;
  position: relative;
}

.txt-bleed {
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 5vh;
  position: relative;
}

.option-list {
  width: 100%;
}

.select-field {
  width: 100%;
  height: 38px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
  margin-bottom: 1vh;
  padding-left: 1vh;
  text-decoration: underline;
  position: relative;
}

.button-material {
  display: block;
}

.button-group {
  display: flex;
}

.button-material-textblock {
  justify-content: center;
  display: flex;
}

.text-block-2 {
  text-decoration: underline;
}

.add-to-cart {
  flex-direction: column;
  display: flex;
}

.cart-pos {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.col-img-pro {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  position: relative;
}

.prod-menu {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.back {
  border-left-width: 0;
  flex: 0 auto;
  text-decoration: underline;
}

.prod-wrap {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.product-multi-img {
  width: 100%;
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.col-pro-mult-img {
  width: 100%;
  height: 100%;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.prod-item-multi {
  width: 100%;
  height: 100%;
}

.prod-multi-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod-list {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding-left: 1vh;
  padding-right: 1vh;
  text-decoration: underline;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-full {
  text-align: left;
  position: relative;
}

.gradient {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--alice-blue) 30%, transparent);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.showroom {
  background-color: var(--antique-white);
}

.cart-wrapper {
  z-index: 9;
}

.cart-header {
  height: 38px;
  border-bottom-color: var(--black);
}

.checkout-button {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
}

.legal-info {
  padding: 2vh;
}

.video {
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.col-img-3 {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  position: relative;
}

.link-block {
  width: 100%;
  height: 100%;
}

.option-3 {
  width: 100%;
  display: flex;
}

.option-wrapper-left {
  flex: 1;
}

.filter-dynamic-list {
  display: block;
}

.category-item {
  float: left;
  white-space: nowrap;
  flex: 1;
  margin-right: 2px;
  position: relative;
}

.sort-button {
  background-color: var(--white);
  border: 1px solid #000;
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 1vh;
}

.sort-button:visited {
  opacity: .5;
}

.sort-text {
  color: var(--black);
}

.ringsize {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1vh;
  margin-left: 1vh;
  padding: 0 10px 0 0;
  text-decoration: underline;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ringsize:hover {
  color: var(--grey);
}

.ringsize:visited {
  color: var(--black);
}

.col-img-wrap {
  align-self: stretch;
  position: relative;
}

.action {
  align-self: flex-end;
  display: flex;
}

.action-item {
  width: 200px;
  height: 200px;
  color: var(--black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

.action-item.deskakris {
  display: flex;
}

.submit-button {
  background-color: var(--black);
}

.checkout-form, .order-confirmation {
  background-color: var(--alice-blue);
}

.video-item {
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.story-item {
  min-height: 100vh;
  align-items: center;
  padding: 2vh;
  display: flex;
}

.story-text {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.headline {
  text-align: center;
  padding: 2vh;
}

.headline.bordertop {
  border-top: 1px solid #000;
}

.headline.caps {
  text-transform: uppercase;
}

.story-preview {
  filter: grayscale();
  border: 1px solid #000;
}

.story-preview:hover {
  filter: none;
}

.story-headline-wrapper {
  width: 50%;
  border: 1px solid #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.date {
  padding-bottom: 2vh;
}

.rich-text-block {
  color: var(--black);
  padding: 2vh;
  display: flex;
}

.story-image {
  border: 1px solid #000;
}

.story-image:hover {
  filter: none;
}

.col-story {
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: start;
  align-items: start;
  justify-items: start;
}

.col-story-images {
  position: relative;
}

.col-story-images.start {
  justify-content: flex-start;
}

.story-page {
  z-index: 7;
  position: relative;
}

.story-item-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.collection-list-story {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.story-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  position: -webkit-sticky;
  position: sticky;
  top: 36px;
}

.row-images {
  background-color: var(--lavender);
  margin-left: auto;
  margin-right: auto;
  padding: 1vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.back-story {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.story-intro {
  color: var(--black);
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.collection-item-2 {
  object-fit: cover;
  position: relative;
}

.story-preview-wrap {
  flex: 1;
}

.cloneable {
  padding-left: 30px;
  padding-right: 30px;
}

.collection-list-wrapper-3 {
  width: 100%;
  border: 4px solid #f1eeff;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

.collection-load {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: stretch;
  display: grid;
}

.collection-list-item {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sticky {
  z-index: 9;
  height: 100vh;
  background-color: var(--lavender);
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

._1-2 {
  width: 50%;
  height: 100%;
  position: relative;
  top: 0;
}

._1-2.title {
  background-color: var(--lavender);
  padding-left: 2vh;
  padding-right: 2vh;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.left-arrow, .slide-nav {
  display: none;
}

.slider {
  height: 100%;
  background-color: var(--lavender);
}

.titling {
  color: var(--white);
  font-family: Beausiteclassic, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.header {
  height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vh;
  padding-left: 3vh;
  padding-right: 3vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.collectiontitle {
  color: var(--white);
  text-align: center;
  font-family: Beausiteclassic, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

.savour {
  width: 20%;
  opacity: 1;
  position: relative;
}

.contactme {
  z-index: 9;
  background-color: var(--white);
  color: var(--black);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mask {
  height: 100%;
}

.bg {
  width: 100%;
  height: 100%;
  opacity: .5;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  opacity: 1;
}

.oder-here {
  z-index: 9;
  background-color: var(--white);
  color: var(--black);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

@media screen and (min-width: 1280px) {
  .button-material, .button-group {
    display: flex;
  }

  .filter-dynamic-list {
    display: block;
  }

  .header {
    height: 90vh;
  }

  .contactme {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    font-weight: 400;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .oder-here {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    font-size: 1.2em;
    font-weight: 400;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    cursor: ew-resize;
  }

  .workshops {
    width: 100%;
  }

  .action-item {
    width: 150px;
    height: 150px;
  }

  .story-item {
    min-height: auto;
    flex-direction: column;
  }

  .story-headline-wrapper, .rich-text-block {
    width: 100%;
  }

  .story-intro {
    order: -1;
    margin-bottom: 2vh;
  }

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

  .collection-list-item {
    padding: 0;
  }

  .titling {
    font-size: 3em;
  }

  .header {
    cursor: ew-resize;
  }

  .savour {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .col {
    justify-content: space-between;
  }

  .nav-item {
    border-top-style: none;
  }

  .col-p {
    grid-template-columns: 1fr;
  }

  .bleed {
    border-top: 1px solid #000;
    flex-direction: column;
  }

  .option-wrapper {
    justify-content: space-between;
  }

  .option-wrapper.m-hidden {
    display: none;
  }

  .option-wrapper-left {
    justify-content: space-between;
  }

  .action {
    position: relative;
  }

  .action-item {
    width: 100px;
    height: 100px;
  }

  .col-story-images {
    justify-content: space-between;
  }

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

  .cloneable {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-load {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sticky {
    flex-direction: column;
  }

  ._1-2 {
    width: 100%;
    flex: 1;
  }

  ._1-2.title {
    width: 100%;
    height: 100%;
    flex: 0 auto;
  }

  .slider {
    width: 100%;
  }

  .contactme, .oder-here {
    left: auto;
  }
}

@media screen and (max-width: 479px) {
  .col-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-txt-prev {
    margin-bottom: 0;
    padding: 0;
  }

  .row {
    position: relative;
  }

  .option {
    color: var(--grey);
    text-decoration: underline;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .workshops {
    position: relative;
  }

  .txt {
    padding: 0;
  }

  ._w-icon {
    margin-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-wrapper {
    width: 250%;
  }

  .txt-bleed {
    margin-bottom: 0;
    padding: 0;
  }

  .text-full, .legal-info {
    padding: 0;
  }

  .ringsize {
    color: var(--grey);
    text-decoration: underline;
  }

  .action-item.deskakris {
    display: none;
  }

  .div-block {
    flex: none;
    align-self: stretch;
  }

  .circle {
    flex: 1;
  }

  .story-content, .row-images {
    position: relative;
  }

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

  ._1-2.title {
    height: auto;
    margin-bottom: 10px;
  }

  .header {
    height: 50vh;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .savour {
    margin-bottom: 20px;
  }

  .mask {
    height: auto;
  }
}

#w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3ef2-c5565a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3ef5-c5565a17 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3f02-c5565a17 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ee5ae263-1811-f71c-6bcc-e782f051605f-c5565a17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee5ae263-1811-f71c-6bcc-e782f0516062-c5565a17, #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-1b565a21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-1b565a21, #w-node-_4102aece-f91b-8381-d855-7f48e40ba296-1b565a21, #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-1b565a21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec107289-c0a0-409a-0ab8-3c79613eab1d-1b565a21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-ec107289-c0a0-409a-0ab8-3c79613eab27-1b565a21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec107289-c0a0-409a-0ab8-3c79613eab2a-1b565a21, #w-node-ec107289-c0a0-409a-0ab8-3c79613eab2c-1b565a21 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-f39a7bfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-f39a7bfd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ec107289-c0a0-409a-0ab8-3c79613eab1d-f39a7bfd {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-ec107289-c0a0-409a-0ab8-3c79613eab2a-f39a7bfd, #w-node-ec107289-c0a0-409a-0ab8-3c79613eab2c-f39a7bfd, #w-node-e7739aca-0369-692e-23bf-c83af8fd2da3-f39a7bfd, #w-node-e7739aca-0369-692e-23bf-c83af8fd2da5-f39a7bfd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-67cb0779 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-67cb0779, #w-node-_4102aece-f91b-8381-d855-7f48e40ba296-67cb0779, #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-67cb0779, #w-node-_56d5008a-bac6-1b5d-c201-65ea375553e6-5ed95c5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1259643-0ef3-91bb-1b78-c96058a42229-5ed95c5d {
  align-self: stretch;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-9b8c4702 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-9b8c4702 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_4102aece-f91b-8381-d855-7f48e40ba296-9b8c4702, #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-9b8c4702 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d0c56a3-cfa9-ad45-6dc4-7392defe2df6-9b8c4702 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 767px) {
  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-1b565a21, #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-f39a7bfd {
    align-self: start;
  }

  #w-node-e7739aca-0369-692e-23bf-c83af8fd2da3-f39a7bfd, #w-node-e7739aca-0369-692e-23bf-c83af8fd2da5-f39a7bfd {
    grid-column: span 6 / span 6;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-67cb0779 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3ef2-c5565a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3ef5-c5565a17 {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3ef8-c5565a17 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84204a3c-4b63-fbcb-768e-178f1aaa3f02-c5565a17 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b83be68b-bfda-b8d3-a46a-6b4a3e5054b3-c5565a17, #w-node-ee5ae263-1811-f71c-6bcc-e782f051605f-c5565a17 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ee5ae263-1811-f71c-6bcc-e782f0516062-c5565a17 {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-1b565a21 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-1b565a21 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4102aece-f91b-8381-d855-7f48e40ba296-1b565a21 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-1b565a21 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ec107289-c0a0-409a-0ab8-3c79613eab1d-1b565a21 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-ec107289-c0a0-409a-0ab8-3c79613eab27-1b565a21 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-f39a7bfd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-f39a7bfd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ec107289-c0a0-409a-0ab8-3c79613eab1d-f39a7bfd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-e7739aca-0369-692e-23bf-c83af8fd2da5-f39a7bfd {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-67cb0779 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-67cb0779 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4102aece-f91b-8381-d855-7f48e40ba296-67cb0779 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-67cb0779 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cc-9b8c4702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01bf21cd-8b46-2163-c69f-4362fc5906cd-9b8c4702 {
    order: -9999;
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d58c3fe5-1234-5fa0-583b-d803cb2ab3ca-9b8c4702 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4102aece-f91b-8381-d855-7f48e40ba296-9b8c4702 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2f54ccb9-c636-7208-5202-7fcf7b0100f7-9b8c4702 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3d0c56a3-cfa9-ad45-6dc4-7392defe2df6-9b8c4702 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


@font-face {
  font-family: 'Beausiteclassic clear';
  src: url('../fonts/BeausiteClassic-Clear.woff2') format('woff2'), url('../fonts/BeausiteClassic-Clear.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beausiteclassic';
  src: url('../fonts/BeausiteClassic-Light.woff2') format('woff2'), url('../fonts/BeausiteClassic-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Beausiteclassicweb clear';
  src: url('../fonts/BeausiteClassicWeb-Clear.eot') format('embedded-opentype'), url('../fonts/BeausiteClassicWeb-Clear.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}