/** Shopify CDN: Minification failed

Line 3448:26 Expected ":"

**/


 .is-blog-heading {
  font-size: 3rem !important;
 }
 
.lb-spc-details-cont {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.ppcse-card-lt-cont {
   display: flex !important;
    flex-direction: column;
    justify-content: center;
  gap: 0.5rem !important;
}

.ppcse-card-plus {
    margin-top: 0.5rem !important;
}

.lb-upsell-product-page-card.ppcse-card-product.margin-top-12.lb-upsell-product-card {
  margin-top: 0.5rem !important;
}

.lb-spc-details-checkbox-cont {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}

.lb-spc-details-checkbox-cont > input {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.lb-spc-body {
  border: 1px solid transparent;
  background-color: white;
}

.lb-spc-body:has(.lb-spc-details-checkbox:checked) {
  /* background-color: white; */
  border: 1px solid black;
  color: black;
}

.lb-spc-image {
  background: transparent !important;
}

.ppcse-tot-btn-div.ppcse-tot-btn-div-new.ppcse-tot-btn.ppcse-cursor-pointer.lb-upsell-tot-btn {
  border-radius: 0px !important;
}

.ppcse-tot-btn-div-new {
    border-radius: 0px !important;
}

.ppcse-tot-btn {
    border: unset !important;
    padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.lb-spc-border-radius {
  border-radius: 0px !important;
}

.lb-spc-details-btn {
  border-radius: 0px !important;
  background-color: black !important;
}

.lb-addon-popup-continue-btn {
    border-radius: 0px !important;
  background-color: black !important;
  letter-spacing: unset !important;
  font-family: unset !important;
}

body.loaded {
  opacity:1;
  transition:opacity .5s ease;
}

img {
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}


.vh50 {
  min-height:50vh;
}

.ly-custom-dropdown-switcher {
  overflow:hidden;
}

.ly-custom-dropdown-switcher.ly-is-open {
  overflow: visible;
}

.forgot_password_wrapper {
    display: flex;
    justify-content: center;
}
  
:root {
  --base-color-brand--black: black;
  --text-color--text-primary: var(--base-color-brand--black);
  --link-color--link-primary: var(-@-base-color-neutral--black);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --base-color-neutral--black: black;
  --base-color-neutral--white: white;
  --base-color-brand--white: white;
  --base-color-neutral--neutral-dark: #444;
  --black-archive: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --border-color--border-primary: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --background-color--background-primary: var(--base-color-neutral--white);
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-secondary: var(--base-color-neutral--black);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-light: #aaa;
  --background-color--background-success: var(--base-color-system--success-green-light);
  --white-archive\<deleted\|variable-1766b841\>: white;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #027a48;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --text-color--text-success: var(--base-color-system--success-green);
}

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

.w-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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--base-color-brand--black);
  color: var(--text-color--text-primary);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.page-wrapper.font-neue p,
.page-wrapper.font-neue p ul,
.page-wrapper.font-neue p ul li {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
}

font-neue {
  font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;
}

.kore-blue {
  color: #1D1A43;
}



h1 {
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;

   font-kerning: none;
}



h2 {
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;

   font-kerning: none;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;

   font-kerning: none;
}

h4 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;

   font-kerning: none;
}

h5 {
  letter-spacing: -.02rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
   font-kerning: none;
}

h6 {
  letter-spacing: .05rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;

}

p {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.hide {
  display: none !important;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  font-family: Inter, sans-serif;
}

.page-wrapper.font-canela {
  font-family: Canela Trial, Georgia, sans-serif !important;
}

.page-wrapper.font-canela h1,
.page-wrapper.font-canela h2,
.page-wrapper.font-canela h3,
.page-wrapper.font-canela h4,
.page-wrapper.font-canela h5,
.page-wrapper.font-canela h6 {
  font-family: Canela Trial, Georgia, sans-serif !important;
}

.page-wrapper.font-canela h1,
.page-wrapper.font-canela h2,
.page-wrapper.font-canela h3,
.page-wrapper.font-canela h4,
.page-wrapper.font-canela h5,
.page-wrapper.font-canela h6 {
  font-family: Canela Trial, Georgia, sans-serif !important;
}

.font-kore {
  font-family: Domainesanstext, sans-serif !important;
  color: #1D1A43;

}

.font-kore.uc {
  text-transform:uppercase;
  letter-spacing: 0.3rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.align-items-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.background-color-black.font-kore {
  font-family: Inconsolata, monospace;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium.vertical-button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.vertical-button-wrap {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.text-size-medium {
  font-size: 1.2rem;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--text-color--text-primary);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-family: Gilda Display, sans-serif;
  font-size: 7rem;
  font-weight: 400;
}

.heading-style-h6 {
  letter-spacing: .08rem;
  text-transform: uppercase;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.heading-style-h6.cart_label {
  display: none;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.heading-style-h5 {
  letter-spacing: -.02rem;
  text-transform: none;
  font-family: Gilda Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  letter-spacing: 0;
  font-family: Gilda Display, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.form_checkbox-icon {
  border: 1px solid var(--border-color--border-alternate);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.faded {
  opacity: .5;
}

.form_field-label {
  margin-bottom: 5px;
  font-weight: 400;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  letter-spacing: .15rem;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1.5rem 3rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  /* transition: all .5s; */
  border-radius: 0px !important;
  text-wrap: no-wrap;
  text-wrap-mode: nowrap;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  font-size: .7rem;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-link.is-remove {
  text-align: left;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

.button.is-secondary.is-alternate:hover {
  /* transform: scale(1.03); */
}

.button.is-secondary.is-alternate.is-small:hover {
  /* transform: scale(1.02); */
}

.button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: 1rem;
}

.button.is-small {
  padding: 1rem 2.5rem;
  font-size: .7rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  border-color: var(--base-color-neutral--white);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
}

.button.is-alternate.is-small.subscribe, .button.is-alternate.subscribe {
  margin-top: -1rem;
}

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  text-align: center;
      display: flex;
    justify-content: center;
}

.button.is-search {
  min-height: 2.75rem;
  padding: .7rem .8rem;
}

.button.is-full {
  width: 100%;
}

.button.expand-btn {
  text-align: left;
  display:inline-block;
  padding-left: 0!important;
  margin-bottom:2rem;
  margin-top:-1rem!important;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  letter-spacing: .05px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.text-style-italic {
  font-style: italic;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Gilda Display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.normalcase {
  text-transform: none;
}

.heading-style-h3.product-title {
  letter-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-large.caligraphy {
  filter: brightness(10000%) saturate(0%);
  object-fit: contain;
  width: 8rem;
  height: 7rem;
  transform: translate(-43px);
}

.form_input {
  border: 1px solid var(--base-color-neutral--neutral-dark);
  color: var(--base-color-brand--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 20px;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-text-area.bordered {
  border-color: var(--base-color-brand--black);
}

.form_input.is-select-input {
  background-image: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form_input.is-quantity-input {
  border-color: var(--base-color-brand--black);
  width: 6rem;
  padding-left: 5px;
  padding-right: 5px;
}

.form_input.is-quantity-input::placeholder {
  color: var(--base-color-neutral--black);
}

.form_input.is-quantity-input.no-bottom-margin {
  margin-bottom: 0;
}

.form_input.ghost {
  color: var(--base-color-brand--white);
  background-color: #fff0;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.text-color-white {
  color: var(--base-color-neutral--white);
}

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--base-color-neutral--black);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.form_radio-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  width: 100%;
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--text-color--text-primary);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-size-large {
  letter-spacing: -.02rem;
  font-family: Gilda Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}



.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.no-top-padding {
  padding-top: 0;
}

.padding-section-large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-xlarge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.no-top-padding {
  padding-top: 0;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: 0;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-family: Gilda Display, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--background-color--background-primary);
  color: var(--link-color--link-primary);
  border-radius: 0;
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

.background-color-grey {
  background-color: var(--background-color--background-secondary) !important;
}

.checked-background {
  background-color: white;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternative {
  background-color: var(--background-color--background-alternate);
}

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

.text-color-primary {
  color: var(--text-color--text-primary);
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  background-color: #ddd0;
  border: 1px solid #fff;
  padding: 0;
  text-align: center;
}

.form_message-success {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-success.is-contact {
  background-color: #ecfdf300;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url(//shhh.group/cdn/shop/t/43/assets/webflow-background.svg?v=155868057025121930801763917955);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navbar5_component {
  background-color: var(--base-color-brand--black);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #0003;
  border-bottom-color: #fff3;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_menu-left {
  display: flex;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_menu-button {
  padding: 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.navbar5_logo {
  color: var(--base-color-brand--white);
  width: 5rem;
  display: flex;
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translate(0, 50%)scale(.6);
}

.navbar5_logo.black {
  filter: invert();
}

.navbar5_blog-image-wrapper {
  flex: 1 0 40%;
  width: 100%;
}

.navbar5_menu {
  background-color: #c8c8c800;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  position: static;
}



.kore-scalp-toner-image{
  height: 30rem;
}

/* Styles for when direction is rtl */
body[direction="rtl"] .navbar5_dropdown-background-layer {
    inset: 0% -7.5% 0% auto;
}

body[direction="rtl"]  .navbar5_dropdown-link-list {
    text-align: right;
}

body[direction="rtl"] .navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 2rem;
  display: grid;
}

.navbar5_dropdown-background-layer {
  background-color: var(--background-color--background-secondary);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--link-color--link-alternate);
  letter-spacing: .05rem;
  text-transform: uppercase;
  align-items: center;
  padding: 1.5rem;
  font-family: Gilda Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.navbar5_large-item-content {
  flex-direction: column;
  flex: auto;
  justify-content: flex-start;
  display: flex;
}

.text-weight-semibold {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.text-weight-semibold.omg-plus-font {
  font-family: Canela Trial, Georgia, sans-serif;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar5_menu-dropdown {
  position: static;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  /* transition: all .2s; */
  display: flex;
}

.navbar5_dropdown-link:hover {
  opacity: .74;
}

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_link {
  color: var(--link-color--link-alternate);
  letter-spacing: .05rem;
  text-transform: uppercase;
  padding: 1.5rem;
  font-family: Gilda Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.navbar5_link.w--current {
  color: var(--base-color-brand--white);
}

.navbar5_logo-link {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.navbar5_blog-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

 .section_brand_hero {
    position: relative;
    height: 100svh;    
  }
  .brand_hero_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .padding-global.is-brand-hero {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .brand_hero_section {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    flex-direction: column;
  }

.shop_faq_component h2 {
  font-size: 3rem;
}

.accordion1_top .heading-style-h4 {
  font-size: 1.5rem !important;
}


 .brand_navigation {
    display: none;
    gap: 2rem;
    padding: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    top: 80px;
    z-index: 9999;
    transition: transform 1s ease;
    width: 100%;
     pointer-events: all;
  }
  
  body[data-scrolled='true'] .brand_navigation {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
  }

  body[data-screen-width='mobile'] .brand_navigation {
    display: none;
}

  .brand_navlink {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
  }

 .brand_intro_content_wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; /* Ensure the text and image are vertically aligned */
      background-color: #f7f7f7;
      color: black;
      align-items: stretch;
      gap: 5rem;
      /* min-height: 60vh; */
    }
    .brand_intro_text_content_wrapper {
      font-size: 24px;
      font-weight: bold;
      width: 50%; /* Takes up 50% of the width */
      padding: 3rem; /* Optional spacing between text and image */
      padding-left: 0rem !important; /* Optional spacing between text and image */
      padding-right: 0rem !important; /* Optional spacing between text and image */
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .brand_intro_text_content {
      max-width: 50ch;
      text-align: center;
    }
    .brand_intro_image_content_wrapper {
      width: 50%; /* Takes up 50% of the width */
      /* height: 50vh; */
      /* height: auto; */
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
    }
    .brand_intro_image_content_wrapper img {
      width: 100%;
      height: auto;
      min-height: 100%;
      object-fit: cover;
      max-height: 100%;
    }

.fullpage-iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.omg-plus-logo-alt {
  width: 20rem;
  margin-bottom: -1.5rem;
}

    @media only screen and (max-width: 991px) {
    .text-size-large.is-brand-page  {
      font-size: 1.2rem !important;
    }
    .brand_intro_text_content_wrapper {
      padding: 3rem;
    }

    .image-product-wrapper.is-sticky {
        position: relative !important;
        top: 0rem !important;
      }
      
      .kore-scalp-toner-image{
  height: 20rem;
}

  

      /* .brand_navigation {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 2rem;
    justify-content: center;
    flex-wrap: wrap;
  } */

  .brand_navlink {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    }
  }

    @media only screen and (max-width: 695px) {
    .brand_intro_content_wrapper {
      flex-direction: column;
      gap: 3rem;
    }
    .brand_intro_text_content_wrapper {
      width: 100%;
      text-align: center;
      padding: 0px !important;
    }
    .brand_intro_image_content_wrapper {
      width: 100%;
      max-height: none;
    }
    .brand_intro_image_content_wrapper img {
      height: 40vh;
    }
  }

    @media only screen and (max-width: 400px) {
    .brand_intro_image_content_wrapper img {
      height: 30vh;
    }
  } 

  .omg_product_wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;    
  }

  .omg_product_wrapper.is-reverse {
    flex-direction: row-reverse;
  }

   @media only screen and (max-width: 769px) {
    .omg_product_wrapper {
      flex-direction: column-reverse;
         gap: 2rem;
      }

    .omg_product_wrapper.is-reverse {
        flex-direction: column-reverse;
      }


    .brand-page_product_wrapper {
      flex-direction: column-reverse!important;
       gap: 2rem;
    }

    .brand-page_product_wrapper.is-reverse {
        flex-direction: column-reverse;
     }



     
     .padding-global.is-kore {
  padding-left: 0%;
  padding-right: 0%;
}
  } 
  
.image-overlay-layer {
  z-index: 1;
  background-color: #0009;
  position: absolute;
  inset: 0%;
  pointer-events: none;
}

.image-overlay-layer.gradient-left {
  background-color: #0000;
  background-image: linear-gradient(90deg, #000000ba 37%, #0000);
}

.home_hero-header_background-image-wrapper {
  z-index: -1;
  background-image: url(//shhh.group/cdn/shop/t/43/assets/group-92_1.webp?v=10877852627647244781763917906), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: 993px, auto;
  position: absolute;
  inset: 0%;
}

.section_home_hero-header {
  background-image: none;
  background-position: 0 0;
  position: relative;
}

.home_hero-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_hero-header_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.home_hero-header_content.left {
  justify-content: flex-start;
  align-items: center;
}

.home_logo-list_logo {
  width: 150px;
  display: flex;
}

.section_home_logo-list {
  overflow: hidden;
}

.vh60 {
  min-height:60vh;
}

.home_logo-list_component {
  width: 100%;
  display: flex;
  direction: ltr !important;
}

.home_logo-list_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 2rem;
  margin-right: 2rem;
  display: grid;
}

.home_logo-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home_about_component {
  grid-column-gap: 5rem;ƒ
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.home_ecommerce-products-list_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.collections-products-list_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.collections-products-list_image {
  aspect-ratio: 10 / 12;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 20rem;
}

.collections-products-list_slide {
  padding-right: 1rem;
}

.collections-products-list_image-wrapper {
  width: 100%;
}

.collections-products-list_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.collections-products-list_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

collections-products-list_item-title {
  
}

collections-products-list_item-description {
  
}

.collections-products-list_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.collections-products-list_arrow.left {
  right: 4rem;
}

.collections-products-list_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
  direction: ltr !important;
}

.home_ecommerce-products-list_heading {
  flex: 1;
}

.section_home_ecommerce-products-list {
  overflow: hidden;
}

.collections-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.collections-products-list_slide-nav.inverted {
  filter: invert();
}

.home_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collections-products-list_mask {
  width: 33%;
  overflow: visible;
}

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

.home_gallery_image-wrapper {
  width: 100%;
}

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

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

.home_gallery_image {
  box-sizing: content-box;
  aspect-ratio: 1;
  outline-offset: 5px;
  object-fit: cover;
  outline: 1px solid #fff0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  transition: all .2s;
  display: block;
}

.home_gallery_image:hover {
  outline-offset: 5px;
  outline: 1px solid #fff;
}

.testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial_arrow-icon {
  color: var(--base-color-brand--white);
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_testimonial {
  color: var(--base-color-brand--white);
  background-color: #000;
}

.testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.home_testimonial_client-info.is-centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.home_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.home_testimonial_logo {
  max-height: 3rem;
}

.testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial_arrow.hide-mobile-landscape {
  border-top-color: var(--base-color-brand--white);
  border-right-color: var(--base-color-brand--white);
  border-bottom-color: var(--base-color-brand--white);
  border-left-color: var(--base-color-brand--white);
  background-color: #0000;
}

.testimonial_rating-wrapper {
  display: flex;
}

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

.general_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_home_blog-list {
  color: var(--base-color-brand--white);
}

.section_home_blog-list.hidden {
  display: none;
}


.home_blog-list_category-link {
  border: 1px solid #fff;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.home_blog-list_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.home_blog-list_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.home_blog-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.blog_list_meta_wrapper {
  margin-bottom: 1rem;
}

.home_blog-list_heading {
  flex: 1;
}

.home_blog-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: -2rem;
  display: grid;
}

.home_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.home_blog-list_title-link {
  color: inherit;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.home_blog-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home_blog-list_button-row.show-mobile-landscape {
  display: none;
}

.home_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.success-text {
  font-weight: 600;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: 1rem;
  display: grid;
}

.home_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.home_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_home_cta-form {
  color: var(--base-color-brand--white);
  position: relative;
}

.error-text {
  color: #e23939;
}

.success-message {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: 1.5rem;
}

.home_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_legal-link {
  color: var(--base-color-neutral--neutral-light);
  font-size: .875rem;
  text-decoration: underline;
}

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_credit-text {
  color: var(--base-color-neutral--neutral-light);
  -webkit-text-stroke-color: var(--base-color-neutral--neutral-dark);
  font-size: .875rem;
}

.footer7_component.background-color-black {
  border-top: 0 solid #ffffff4d;
}

.footer7_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_bottom-wrapper {
  color: var(--base-color-brand--white);
  justify-content: space-between;
  display: flex;
}

.footer_link {
  color: var(--base-color-brand--white);
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #fff0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.footer_link:hover {
  border-bottom: 1px solid #fff;
}

.footer_link.help {
  cursor: help;
}

.line-divider {
  background-color: var(--border-color--border-primary);
  opacity: .2;
  width: 100%;
  height: 1px;
}

.line-divider.white {
  background-color: var(--base-color-brand--white);
  opacity: .2;
}

.line-divider.dark-grey {
  background-color: var(--base-color-neutral--neutral-dark);
  opacity: 1;
  color: var(--base-color-neutral--neutral-dark);
}

.line-divider.grey {
  background-color: #CCC;
  opacity: 1;
  color: #F7D4F3;
}

.section-brand-cta {
    min-height: 60vh;
    display: flex;
  width: 100%;
    align-items: center;
      justify-content: center;
  position: relative;
}


.footer_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  color: var(--base-color-brand--white);
  -webkit-text-stroke-color: var(--base-color-brand--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  width: 100%;
  display: grid;
}

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop_ecommerce-products-list-3_mask {
  width: 25%;
  overflow: visible;
}

.section_collections-products-list {
  background-color: #fff;
  overflow: hidden;
}

.shop_ecommerce-products-list-3_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.shop_ecommerce-products-list-3_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shop_ecommerce-products-list-3_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.shop_ecommerce-products-list-3_arrow.left {
  right: 4rem;
}

.shop_ecommerce-products-list-3_slide {
  padding-right: 2rem;
}

.shop_ecommerce-products-list-3_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.shop_ecommerce-products-list-3_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.shop_ecommerce-products-list-3_heading {
  flex: 1;
}

.shop_ecommerce-products-list-3_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.shop_ecommerce-products-list-3_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop_ecommerce-products-list-3_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.shop_ecommerce-products-list-3_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.shop_ecommerce-products-list-3_image-wrapper {
  width: 100%;
}

.shop_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.shop_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.shop_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_shop_testimonial {
  color: var(--base-color-brand--white);
}

.shop_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shop_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.shop_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.shop_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.shop_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.shop_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.shop_testimonial_logo {
  max-height: 3rem;
}

.shop_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.shop_testimonial_rating-wrapper {
  display: flex;
}

.shop_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

.shop_ecommerce-product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.shop_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.shop_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_shop_cta-form {
  position: relative;
}

.shop_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop_product-header_arrow {
  border: 1px solid var(--border-color--border-primary);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% 1rem 0% auto;
}

.shop_product-header_gallery-slider {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 10vh;
  bottom: 10vh;
  /* max-height: 80vh; */
}

.shop_product-header_breadcrumb {
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
}

.shop_product-header_slide {
  height: 100%;
}

.shop_product-header_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 3rem;
  display: grid;
}

.shop_product-header_price-wrapper {
  display: flex;
}



.shop_product-header_slide-nav {
  height: 1.75rem;
  margin-bottom: 1rem;
  font-size: .5rem;
}

.shop_product-header_image-wrapper {
  background-color: var(--base-color-brand--white);
   position: relative;
   width: 100%;
  height: 70vh;
   overflow: hidden;
}

 .shop_product-header_main-image,
 .shop_product-header_main-video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     object-fit: contain;
     margin: 0;
   }

  .shop_product-header_main-video {
     object-fit: contain!important;
  }
   

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.variant-button {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-style: solid;
  border-width: 1px;
  padding: .8rem 1.5rem;
  font-size: .8rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  border-color: var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.shop_product-header_default-state {
  margin-bottom: 2rem;
}

.shop_product-header_option {
  margin-bottom: 1.5rem;
}

.section_shop_product-header {
  background-color: #fff;
  position: relative;
}

.shop_product-header_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.breadcrumb-link {
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

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

.shop_product-header_text-divider {
  background-color: var(--base-color-neutral--black);
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.shop_product-header_reviews-wrapper {
  align-items: center;
  display: flex;
}

.shop_product-header_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.shop_product-header_slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  position: relative;
}

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

.shop_product-header_arrow-left {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: 0% auto 0% 1rem;
}

.shop_product-header_arrow-left.hide-tablet {
  background-color: #fff;
}

.shop_product-header_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.shop_stats_item {
  border-left: 2px solid var(--base-color-neutral--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.shop_stats_number {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
}

.shop_stats_list {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

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

.shop_stats_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.section.kore-bg {
  color: white;
    background-image: linear-gradient(#000000b3, #000000b3), url(//shhh.group/cdn/shop/t/43/assets/kore-bg-2_1.avif?v=94117334744407212591726078340&v=94117334744407212591763917912);
}

.kore-bg-gradient {
    position:relative;
}
      
.kore-bg-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(//shhh.group/cdn/shop/t/43/assets/PantonePrintLayer_BLUE_Landscape.jpg?v=106762924099992614231732463382&v=106762924099992614231763917938);
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: .1;
}

.bg-transparent {
  background:transparent!important;
}
      
.section_shop_features-list {
  background-image: linear-gradient(#000000b3, #000000b3), url(//shhh.group/cdn/shop/t/43/assets/63467bd91463086f0aefcc99_omg_pattern.webp?v=88501485051025150621763917875);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.shop_features-list_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop_features-list_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.shop_features-list_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop_features-list_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.shop_features-list_list {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.shop_timeline_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--base-color-neutral--white);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.shop_timeline_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.shop_timeline_timeline-wrapper {
  position: relative;
}

.shop_timeline_progress-bar {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.section_shop_timeline {
  background-color: #fff;
}

.shop_timeline_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.shop_timeline_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.shop_timeline_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.shop_timeline_progress-bar-wrapper {
  background-color: #00000026;
  width: 2px;
  height: 75%;
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.shop_faq_answer {
  overflow: hidden;
}

.shop_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.shop_faq_question.reverse {
  border-top-color: var(--base-color-brand--white);
}

.shop_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.shop_faq_component.reverse {
  border-bottom-width: 0;
  border-bottom-color: var(--base-color-brand--white);
}

.section_shop_faq {
  background-color: var(--base-color-brand--white);
  color: var(--base-color-brand--black);
}

.shop_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.shop_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.shop_ecommerce-products-list_mask {
  width: 25%;
  overflow: visible;
}

.section_shop_ecommerce-products-list {
  background-color: #fff;
  overflow: hidden;
}

.shop_ecommerce-products-list_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.shop_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.shop_ecommerce-products-list_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.shop_ecommerce-products-list_arrow.left {
  right: 4rem;
}

.shop_ecommerce-products-list_slide {
  padding-right: 2rem;
}

.shop_ecommerce-products-list_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.shop_ecommerce-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.shop_ecommerce-products-list_heading {
  flex: 1;
}

.shop_ecommerce-products-list_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.shop_ecommerce-products-list_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shop_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.shop_ecommerce-products-list_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.shop_ecommerce-products-list_image-wrapper {
  width: 100%;
}

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

.haircare_header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.haircare_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.haircare_how-it-works_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.haircare_how-it-works_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.haircare_benefits_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

.haircare_benefits_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.haircare_gallery_image-wrapper {
  width: 100%;
}

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

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

.haircare_gallery_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.haircare_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.haircare_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.haircare_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.haircare_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.haircare_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.haircare_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.haircare_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.haircare_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.haircare_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.haircare_testimonial_logo {
  max-height: 3rem;
}

.haircare_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.haircare_testimonial_rating-wrapper {
  display: flex;
}

.haircare_ecommerce-products-list_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.haircare_ecommerce-products-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.haircare_ecommerce-products-list_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.haircare_ecommerce-products-list_slide {
  padding-right: 3rem;
}

.haircare_ecommerce-products-list_image-wrapper {
  width: 100%;
}

.haircare_ecommerce-products-list_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.haircare_ecommerce-products-list_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.haircare_ecommerce-products-list_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.haircare_ecommerce-products-list_arrow.left {
  right: 4rem;
}

.haircare_ecommerce-products-list_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.haircare_ecommerce-products-list_heading {
  flex: 1;
}

.section_haircare_ecommerce-products-list {
  overflow: hidden;
}

.haircare_ecommerce-products-list_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.haircare_ecommerce-products-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.haircare_ecommerce-products-list_mask {
  width: 33%;
  overflow: visible;
}

.haircare_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

.haircare_ecommerce-product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.haircare_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.haircare_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_haircare_cta-form {
  position: relative;
}

.haircare_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spa_gallery_image-wrapper1 {
  width: 100%;
  margin-bottom: 5%;
  margin-left: 10%;
  margin-right: 10%;
}

.spa_gallery_image-wrapper3 {
  width: 29%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.spa_gallery_image2 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spa_feature_image-wrapper {
  width: 100%;
}

.spa_gallery_image3 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spa_gallery_image1 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spa_gallery_image-wrapper2 {
  width: 27%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spa_gallery_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.spa_gallery_image-group {
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.spa_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.spa_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.spa_services_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.spa_services_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.spa_services_image-wrapper {
  width: 100%;
  position: relative;
}

.spa_services_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

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

.spa_services_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spa_services_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.spa_testimonial_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.spa_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.spa_testimonial_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.spa_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spa_testimonial_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.spa_testimonial_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.spa_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.spa_testimonial_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.spa_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.spa_testimonial_logo {
  max-height: 3rem;
}

.spa_testimonial_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.spa_testimonial_rating-wrapper {
  display: flex;
}

.spa_faq_answer {
  overflow: hidden;
}

.spa_faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.spa_faq_component {
  border-bottom: 1px solid var(--border-color--border-primary);
}

.spa_faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.spa_faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.spa_locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.section_spa_locations {
  color: var(--base-color-brand--white);
}

.spa_locations_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.spa_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.spa_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_spa_cta-form {
  position: relative;
}

.spa_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_about-us_about {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-us_about_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}


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

.b2b_feature_logo {
  margin-top:2rem;
}

.b2b_feature_logo-wrapper {
  width: 100%
}

.b2b_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
  grid-template-areas: 
        "content image"; /* Content first, image second */
}

/* Reverse order for b2b_feature_component-reversed */
.b2b_feature_component-reversed {
    grid-template-areas: 
        "image content"; /* Image first, content second */
}

.b2b_feature_content {
    grid-area: content; /* Define content area */
}

.b2b_feature_image-wrapper {
    grid-area: image; /* Define image area */
}



.navbar_content-center {
  background-color: #0000;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.about-us_client-logos-list_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5rem;
  display: grid;
}

.about-us_client-logos-list_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-us_client-logos-list_content-left {
  max-width: 20rem;
}

.about-us_client-logos-list_logo {
  max-height: 3.5rem;
}

.about-us_client-logos-list_component {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.about-us_testimonial-1_rating-wrapper {
  display: flex;
}

.about-us_testimonial-1_logo {
  max-height: 3rem;
}

.about_us_component {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: top;
  display: grid;
}

.about-us_testimonial-1_client-image {
  object-fit: cover;
}

.about-us_testimonial-1_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.about-us_testimonial-1_rating-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.about-us_testimonial-1_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.about-us_testimonial-1_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.about-us_testimonial-2_item-content {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.about-us_testimonial-2_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, var(--background-color--background-primary));
  width: 4rem;
  height: 4px;
  position: absolute;
  right: 0%;
}

.about-us_testimonial-2_progress-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.about-us_testimonial-2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: 1fr max-content 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-us_testimonial-2_progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us_testimonial-2_circle {
  z-index: 2;
  background-color: var(--base-color-brand--white);
  box-shadow: 0 0 0 8px var(--base-color-neutral--black);
  border-radius: 100%;
  flex: none;
  width: .9375rem;
  height: .9375rem;
}

.about-us_testimonial-2_line-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.about-us_testimonial-2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.about-us_testimonial-2_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.section_about-us_testimonial-2 {
  background-color: var(--background-color--background-alternate);
  overflow: hidden;
}

.section_about-us_testimonial-2.hidden {
  display: none;
}

.about-us_timeline_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-us_timeline_image-wrapper {
  width: 100%;
}

.about-us_timeline_lightbox-link {
  width: 100%;
  height: 100%;
}

.about-us_timeline_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-us_timeline_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-us_gallery_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.about-us_gallery_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.about-us_gallery_arrow-icon {
  color: var(--base-color-neutral--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.about-us_gallery_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-us_gallery_divider {
  background-color: var(--base-color-neutral--black);
  align-self: stretch;
  width: 1px;
}

.about-us_gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.about-us_gallery_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.about-us_gallery_rating-icon {
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.about-us_gallery_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.about-us_gallery_logo {
  max-height: 3rem;
}

.about-us_gallery_arrow {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.about-us_gallery_rating-wrapper {
  display: flex;
}

.about-us_locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.about-us_locations_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us_locations_map, .about-us_cta_image, .feature_image_wrapper {
  width: 100%;
  height: 100%;
}

.about-us_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.about-us_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_about-us_cta-form {
  position: relative;
}

.about-us_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.news_featured-blog-list-header_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.news_featured-blog-list-header_menu-link {
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  text-decoration: none;
}

.news_featured-blog-list-header_menu-link.w--current {
  border-color: var(--base-color-neutral--black);
}

.news_featured-blog-list-header_component {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.news_featured-blog-list-header_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.news_featured-blog-list-header_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.news_featured-blog-list-header_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.news_featured-blog-list-header_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.news_featured-blog-list-header_meta-wrapper {
  margin-bottom: 1rem;
}

.news_featured-blog-list-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_news_featured-blog-list-header {
  background-color: #fff;
}

.news_featured-blog-list-header_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.news_featured-blog-list-header_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.news_featured-blog-list-header_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.news_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.news_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_news_cta-form {
  position: relative;
}

.news_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-post_header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post_header_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blog-post_header_image-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section_blog-post_header {
  background-color: #fff;
}

.blog-post_header_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_header_author-wrapper {
  align-items: center;
  display: flex;
}

.blog-post_header_content-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.blog-post_header_breadcrumb {
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
}

.blog-post_header_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog-post_header_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post_header_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post_header_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post_header_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post_body_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-post_body_author-wrapper {
  align-items: center;
  display: flex;
}

.section_blog-post_body {
  background-color: #fff;
}

.blog-post_body_content {
  margin-bottom: 4rem;
}

.blog-post_body_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blog-post_body_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blog-post_body_divider {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blog-post_body_tag-item {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post_body_tag-item.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog-post_body_author-image-wrapper {
  margin-right: 1rem;
}

.blog-post_body_social-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  border-radius: 20px;
  padding: .25rem;
}

.blog-post_body_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.blog-post_body_tag-list-wrapper {
  width: 50%;
}

.blog-post_body_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section_blog-post_blog-list {
  background-color: #fff;
}

.blog-post_blog-list_category-link {
  background-color: var(--base-color-neutral--neutral-lightest);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-post_blog-list_category-link.w--current {
  border-bottom: 2px solid var(--base-color-neutral--black);
}

.blog-post_blog-list_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog-post_blog-list_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.blog-post_blog-list_meta-wrapper {
  margin-bottom: 1rem;
}

.blog-post_blog-list_heading {
  flex: 1;
}

.blog-post_blog-list_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-post_blog-list_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-post_blog-list_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: -2rem;
  display: grid;
}

.blog-post_blog-list_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog-post_blog-list_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog-post_blog-list_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-post_blog-list_button-row.show-mobile-landscape {
  display: none;
}

.blog-post_blog-list_component {
  flex-direction: column;
  align-items: center;
}

.blog-post_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.blog-post_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_blog-post_cta-form {
  position: relative;
}

.blog-post_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact_locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact_locations_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_locations_map, .contact_ecommerce-product_image {
  width: 100%;
  height: 100%;
}

.contact_ecommerce-product_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.contact_cta-form_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.contact_cta-form_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_contact_cta-form {
  position: relative;
}

.contact_cta-form_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  filter: invert();
}

.paragraph {
  color: var(--black-archive);
}

.body {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.inverted {
  filter: invert();
}

.light {
  opacity: .75;
}

.cart_icon {
  color: var(--background-color--background-success);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  transition:all .5s ease;
}

.cart_icon:hover {
  transform: scale(1.1);
}

/* .cart_icon_img {
  width: 3rem;
}
 */
.cart_icon.w--current {
  position: relative;
}

.icon-full {
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_side_container {
  width: 10rem;
  display: flex;
}

.navbar_side_container.is-right {
  justify-content: flex-end;
  align-items: center;
}

.spacer_navbar {
  height: 5rem;
}

.navbar5_component-2 {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.button-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.navbar5_menu-button-2 {
  padding: 0;
}

.navbar5_menu-right-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar5_dropdown-content-left-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: var(--link-color--link-primary);
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.navbar5_menu-dropdown-2 {
  position: static;
}

.navbar5_link-2 {
  color: var(--link-color--link-primary);
  padding: 1.5rem 1rem;
}

.navbar5_link-2.w--current {
  color: var(--base-color-neutral--black);
}

.navbar5_logo-link-2 {
  padding-left: 0;
}

.flex-content-center {
  background-color: #0000;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.link {
  color: var(--link-color--link-alternate);
}

.blog-list-title {
  letter-spacing: .03rem;
  text-transform: uppercase;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav-spacer {
  height: 80px;
}

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

.about-us_manifesto_container {
  display: block;
}

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

.section-contact-header {
  color: var(--base-color-brand--white);
}

.accordion1_component {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.accordion1_component.is-last {
  border-bottom-width: 0;
  border-bottom-color: #fff0;
}

.accordion1_top {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accordion1_top.faint-border {
  border-top-color: #0003;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.accordion1_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.accordion1_bottom {
  overflow: hidden;
}

.navbar_component {
  background-color: var(--base-color-brand--black);
  border: 1px solid #0006;
  border-bottom-style: none;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  height:80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 0 0 1px #fff3;
}

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

.navbar6_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar_menu-dropdown {
  padding-top: .3rem;
  padding-bottom: .3rem;
  position: static;
}

.navbar6_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_blog-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 15rem;
  display: flex;
}

.navbar6_blog-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.navbar_menu {
  background-color: #c8c8c800;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  align-items: center;
  padding: 1.5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: flex;
}

.navbar6_icon-wrapper {
  flex: none;
}

.navbar6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_link {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  margin-left: .7rem;
  margin-right: .7rem;
  padding: 1.5rem 0.8rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.navbar_link, .navbar_dropdown-toggle {
  font-size: 0.8rem;
}

.navbar_link.w--current {
  color: var(--base-color-brand--white);
}

@media screen and (max-width: 1300px) {

  .navbar_link {
    margin-left:0;
    margin-right:0;
  }

  .navbar_left-container,
  .navbar_menu-right  {
   width: 12rem!important;
  }

  .navbar_link, .navbar_dropdown-toggle {
    font-size:.8rem;
  }

}

.navbar_menu-button {
  padding: 0;
}

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar6_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  position: relative;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar6_dropdown-list.w--open {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--background-color--background-primary);
  color: var(--border-color--border-primary);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar6_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18rem;
  display: flex;
}

.navbar6_dropdown-background-layer {
  background-color: var(--background-color--background-secondary);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar6_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar6_logo-link {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-left: 0;
  display: flex;
}

.pixel {
  width: 1px;
}

.navbar6_component-2 {
  border-bottom: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-brand--black);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 10rem;
}

.navbar6_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar6_dropdown-toggle-2 {
  grid-column-gap: .5rem;
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  align-items: center;
  padding: 1.5rem 1rem;
  font-family: Gilda Display, sans-serif;
  display: flex;
}

.navbar6_link-2 {
  color: var(--base-color-brand--white);
  text-transform: uppercase;
  padding: 1.5rem 1rem;
  font-family: Gilda Display, sans-serif;
}

.navbar6_link-2.w--current {
  color: var(--base-color-neutral--black);
}

.navbar_test-logo {
  width: 3rem;
}

.navbar_logo_wrapper {
  pointer-events: none;
  width: 5rem;
  min-height: .8rem;
}

.hero_background_wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero_image.homepage-video {
  filter: saturate(200%);
}

.relative {
  z-index: 10;
  position: relative;
}

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

.news_collection_list1 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.full-width-image {
  width: 100%;
}

.list-item {
  text-transform: uppercase;
  text-indent: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  font-weight: 400;
  list-style: none;
}

.list-item.press {
  text-transform: capitalize;
  margin-bottom: .5rem;
  text-decoration: underline;
}

.list-item.stockists {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1rem;
}

.list-item.stockists.is-last {
  padding-bottom: 0;
}

.stockists_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2.25fr 1fr 1fr;
  padding-bottom: 2rem;
}

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

.list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.press-grid {
  border-top: 0 solid #fff3;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

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

.mapping_collection_list_wrapper {
  width: 20rem;
  display: flex;
}

.mapping_collection_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: none;
}

.bg_image_wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.bg_image_wrapper.omg-plus-mix-n-match {
  background-image: linear-gradient(270deg, #fff0, #000000d9), url(//shhh.group/cdn/shop/t/43/assets/sjFjtjZM.jpeg?v=45417177804837049051763917949);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  
}

    
    .bg_image_wrapper.omg-mix-n-match {
      background-image: linear-gradient(270deg, #fff0, #000000d9), url(//shhh.group/cdn/shop/t/43/assets/marvin-shhhgroup-65-1_1.avif?v=86535402563353576661763917918);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
    }

.icon-ingredient.height {
    width: auto;
    height: 6rem;
}

   .icon-ingredient.is-invert {
     filter: invert(1) contrast(1.2);
    }


.bg_image_wrapper.mailing {
  background-image: linear-gradient(270deg, #fff0, #000000d9), url(//shhh.group/cdn/shop/t/43/assets/s2v1a3531_1.webp?v=24584636244839179961763917946);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}
    
.bg_image_wrapper.cta-section-1 {
  background-image: linear-gradient(270deg, #fff0, #000000d9), url(//shhh.group/cdn/shop/t/43/assets/bitmap_3.webp?v=37648558645165959641763917886);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.bg_overlay {
  z-index: 1;
  background-image: linear-gradient(270deg, #0000, #000000d9);
  position: absolute;
  inset: 0%;
}

.bg_overlay_full {
    position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Black with 0.7 opacity */

}

.section_cta {
  /* min-height: 60vh; */
  display: flex;
  align-content: center;
  align-items: center;
}

._w-100 {
  width: 100%;
}

._h-100 {
  height: 100%;
}

.cart_item_info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  display: grid;
}

.cart-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.link-2 {
  display: block;
}

.cart-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  flex-flow: row;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.press_article_link_list_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.press_article_link {
    /* border-top: 1px solid #444; */
    /* padding-top: 1rem; */
}

.press_article_link h4 {
  font-size:1.5rem;
}

.press_article_link  .heading-style-h6 {
  opacity:0.5;
}

.underline {
  text-decoration: underline;
}

.form_success_wrapper {
  border: 1px solid var(--base-color-brand--white);
  background-color: #fff0;
}

.cart_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 13rem;
  height: 13rem;
}

.cart_item_image_link {
  height: 100%;
  display: flex;
}

.cart_number_of_items {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding-top: .3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cart_animated {
  transition: all .3s;
  transform: scale(1.2);
}

.breadcrumb_code {
  display: none;
}

.omg-plus-h2 {
  text-transform: capitalize;
  max-width: 17ch;
  font-family: Canela Trial, Georgia, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 120%;
  display: inline-block;
}

.omg-plus-p {
  font-family: Canela Trial, Georgia, sans-serif;
}

.brand-page-3-col {
  text-align: center;
  max-width: 300px;
}

.brand-icon {
  object-fit: contain;
  width: 150px;
  height: 150px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.omg-plus-ingredients {
  color: var(--base-color-brand--black);
  background-color: #f7f7f7;
  font-family: 'Inter', sans-serif;
}

.omg-plus-h1 {
  font-family: Canela Trial, Georgia, sans-serif;
}

.omg-plus-large-p {
  text-align: center;
  max-width: 40ch;
  font-size: 1.5rem;
}

.cart_form {
  width: 100%;
}

.link-arrow {
  color: #fff;
  align-items: center;
  display: flex;
}

.link-arrow.black {
  color: #16171e;
  align-items: stretch;
  display: flex;
  transform: rotate(180deg);
}

.grid-products {
  z-index: 0;
  grid-column-gap: 6.25em;
  grid-row-gap: 6.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1040px;
  position: relative;
}



.grid-products.kore {
  max-width:none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-wrapper-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-product-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-button {
  color: #fff;
  text-align: center;
  background-color: #111010;
  border: 1px solid #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1em 3em;
  font-weight: 400;
  /* transition: all .35s; */
  display: flex;
  box-shadow: 1px 1px 6px #c5ccd8;
}

.cta-button:hover {
  color: #111010;
  background-color: #fff;
  border-color: #111010;
  transform: translate(0);
}

.cta-button.buy-now {
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 300;
  position: relative;
  top: -1em;
}

.cta-button.buy-now.blue.no-top-margin, .cta-button.buy-now.red.no-top-margin, .cta-button.buy-now.grey.no-top-margin {
  top: 0;
}

.cta-button.buy-now.kore-1 {
  box-shadow: none;
  background-color: #1f1c4e;
  margin-top: 1rem;
  font-weight: 700;
  top:auto;
  max-width:fit-content;
}

.cta-button.buy-now.kore-1:hover {
  color: #1f1c4e;
  background-color: #f7f7f7;
  border-color: #1f1c4e;
}

.cta-button.iframe {
  box-shadow: none;
  background-color: #000;
  border-color: #fff;
  font-size: 1.4rem;
}

.cta-button.iframe:hover {
  background-color: #fff;
}

.cta-button.iframe.kore {
  background-color: #1f1c4e;
  font-size: 1rem;
}

.cta-button.iframe.kore:hover {
  color: #1f1c4e;
  background-color: #fff;
}

.product-name-div {
  color: #f7f7f7;
  cursor: pointer;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.product-name-div.grey {
  background-color: #565759;
}

.product-name-div.grey:hover {
  color: #565759;
  background-color: #56575900;
  border: 1px solid #565759;
}

.product-name-div.blue {
  background-color: #122781;
}

.product-name-div.blue:hover {
  color: #122781;
  background-color: #fff0;
  border: 1px solid #122781;
}

.product-name-div.red {
  background-color: #d04219;
}

.product-name-div.red:hover {
  color: #d04219;
  background-color: #d0421900;
  border: 1px solid #d04219;
}

.product-image {
  width: 170px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.product-image.kore-1 {
  object-fit: contain;
  height: 250px;
}

.product-image.kore-1.wide {
  width: 270px;
  height: 300px;
}

.small-p {
  color: #565759;
  margin-bottom: 10px;
  font-size: .8rem;
  line-height: 1.4;
}

.swipe-text {
  font-size: .9em;
}

.swipe-more-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.5em;
  display: none;
}

.curved-text-wrapper {
  width: 240px;
  margin-bottom: -1.3rem;
}

.curved-text-wrapper.scalp {
  width: 200px;
}

.plus-menu-hor {
  background-color: #565759;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
}

.plus-menu-hor.red {
  background-color: #d04219;
}

.plus-menu-hor.blue {
  background-color: #122681;
}

.all-caps {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 300;
}

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

.accordian-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding: 1.25em 0 1.25em 0;
  display: flex;
  overflow: hidden;
}

.dropdown-content {
  z-index: 98;
  background-color: #fff0;
  display: block;
  position: relative;
}

.spacer-button-vert {
  width: .7em;
  height: .7em;
}

.product-description-wrapper {
  /* grid-column-gap: 1rem;
  grid-row-gap: 1rem; */
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.product-image-angle {
  width: 140px;
  /* min-width: 180px; */
  /* margin-left: 10%; */
  transform: rotate(-7deg);
}


.product-image-angle.right {
  transform: rotate(7deg);
}

.product-image-angle.is-iframe {
  width: 160px;
  min-width: 140px;
  transform: rotate(-7deg);
}

.product-image-angle.is-iframe.right {
  transform: rotate(7deg);
}

.product-image-angle.is-iframe.right.kore {
  width: 140px;
  min-width: 120px;
}

.product-image-angle.is-iframe.right.is-kore {
  width: 70%;
  transform: none;
}

.product-image-angle.is-iframe.is-kore {
  width: 120px;
  min-width: 120px;
}

.image-button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
}

.image-button.airy-right {
  inset: auto 18% 100px auto;
}

.image-button.airy-left {
  inset: 140px 14% auto auto;
}

.image-button.glossy-right {
  inset: auto 18% 100px auto;
}

.image-button.glossy-left {
  inset: 140px 14% auto auto;
}

.grid-product-detailed {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 4rem;
  position: relative;
  align-items: start; /* Ensures that grid items are aligned to the top */
}

.grid-product-detailed.kore {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.grid-product-detailed.is-reverse {
  grid-template-columns: 1fr .75fr;
}

.image-product {
  z-index: 99;
  flex: 1;
  height: 440px;
  position: relative;
}

.image-product.right {
  z-index: 90;
  left: -20%;
}

.image-product.right.is-kore {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.is-flex-button {
    display: flex;
    align-items: center;
}
  
.my-contain {
  z-index: 99;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.my-contain.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.plus-menu-vert {
  background-color: #ceb28b;
  height: 100%;
  padding-left: 1px;
  padding-right: 1px;
}

.plus-menu-vert.ingredient-wrapper {
  background-color: #565759;
}

.plus-menu-vert.ingredient-wrapper.blue {
  background-color: #122681;
}

.plus-menu-vert.kore-1 {
  background-color: #1f1c4e;
}

.plus-menu-vert.grey {
  background-color: #565759;
}

.image-product-wrapper {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image-product-wrapper.is-left-aligned {
  justify-content: center;
}

.image-product-wrapper.is-iframe {
  overflow: hidden;
}

.image-product-wrapper.is-sticky {
  padding-left: 0;
  position: sticky;
  top: 10rem;
}

.kore-box-image {
  height: auto;
  width: 20rem;
}

.list-2 {
  padding-left: 1.6em;
}

.section {
  background-color: #f7f7f7;
  position: relative;
}

.section.text-color-black.background-color-white {
  background-color: #fff;
}

.section.bg-kore-light {
  /* background-color: #f5e6dd; */
  background-color: #F7EBE4;
  /* background-color: #FAF3EE; */
}

.section.black-bg {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000000a6, #000000a6), url(//shhh.group/cdn/shop/t/43/assets/q_b3oukq.jpeg?v=167843140745408542611763917945);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 8rem;
  display: flex;
}

.section.black-bg.kore-hero {
  background-image: url(//shhh.group/cdn/shop/t/43/assets/PantonePrintLayer_BLUE_Landscape.jpg?v=106762924099992614231763917938);
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 0rem;
}

  .ly-switcher-wrapper.fixed.bottom_right {
    display: none !important;
    }
    
.section.black-bg.kore {
  background-image: linear-gradient(#1f1c4ec4, #1f1c4ec4), url(//shhh.group/cdn/shop/t/43/assets/kore-bg-2_1.avif?v=94117334744407212591763917912);
  background-position: 0 0, 50%;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  min-height: 0px !important;
  padding-top: 0rem;
}

.section.black-bg.kore-cta {
    background-image:none;
  /* background-image: url(//shhh.group/cdn/shop/t/43/assets/Dq3Oc4E0.jpg?v=56864353329153279011763917894) !important; */
  /* background-position: 110%; */
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 0px !important;
  padding-top: 0rem;
}



/* .section.shop-omg-plus {
  color: var(--base-color-brand--black);
  background-image: url(//shhh.group/cdn/shop/t/43/assets/omg-plus-products.jpg?v=49803042952593265031763917925);
  background-position: 50%;
  background-size: auto;
}
 */

    .section.shop-omg-plus {
  position: relative;
  color: white; /* Make the text white */
  background-image: url(//shhh.group/cdn/shop/t/43/assets/omg-plus-products.jpg?v=49803042952593265031763917925);
  background-position: 50%;
  background-size: auto;
}

.section.shop-omg-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensure the overlay is behind the text */
}

.section.shop-omg-plus * {
  position: relative;
  z-index: 2; /* Ensure text appears above the overlay */
}

.section.shop-omg-plus.is-black {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-brand--white);
  background-attachment: fixed;
}

.section.shop-omg {
  background-image: linear-gradient(#00000080, #00000080), url(//shhh.group/cdn/shop/t/43/assets/img_3718-1_1.avif?v=10874871820764150091763917910);
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.omg-product-overview {
  color: var(--base-color-brand--black);
  background-color: #fff;
}

.section.omg-product-overview.bg-light-grey {
  background-color: #ececec;
}

.flex-vert-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vert-centered.char-restrict-medium {
  max-width: 60ch;
}

.flex-vert-centered.character-restriction {
  z-index: 10;
  position: relative;
}

.accordian-item {
  width: 100%;
  padding-bottom: 1em;
  overflow: hidden;
}

.dropdown-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  margin-top: -.41em;
  margin-right: .5em;
  display: flex;
  position: relative;
}

.css-overflow, .js-scroll-sync {
  display: none;
}

.kore-p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kore-p.hide {
  display: none;
}

.kore-spaced-text {
    letter-spacing: 1rem;
    text-transform: uppercase;
}

.cta-button.kore {

}

.buy-now.kore {
  letter-spacing: .4rem;
  text-transform: uppercase;
  font-size:.8rem;
  background: #1D1A43;
  display:inline-block;
  margin-top:1rem;
  box-shadow: none;
  max-width:fit-content;
  padding-right:2rem;
}

.buy-now.kore:hover {
  color:white;
}

.upgrade-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-iframe-button-wrapper {
  justify-content: center;
  display: flex;
}

.plus-menu-hor-2 {
  background-color: #ceb28b;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  position: absolute;
}

.plus-menu-hor-2.grey {
  background-color: #565759;
}

.plus-menu-hor-2.kore-1 {
  background-color: #1f1c4e;
}

.grid-ingredients {
  gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  /* max-width: 1040px; */
  margin-top: 7rem;
}

.grid-ingredients.is-kore {
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start; /* Align items at the top */
  justify-items: center; /* Keep items centered horizontally */
  margin-top: 4rem;
  gap: 5rem;
}

.grid-wrapper-2 {
  padding-top: 3.8em;
}

.product-wrapper-header-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-medium-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.spacer-tiny-2 {
  height: 1em;
}

.product-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-wrapper.kore {
  gap: 0rem;
}

.kore-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24rem;
  max-width: 90%;
  height: 9rem;
  display: flex;
  position: relative;
}

.grid_upgrades {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1040px;
  margin-top: 7em;
  margin-bottom: 20px;
  position: relative;
}

.grid_upgrades.hide {
  display: none;
}

.grid-product-detailed-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  width: 100%;
  max-width: 1040px;
  margin-top: 2.6rem;
}

.overlay {
  z-index: 1;
  opacity: 1;
  background-color: #1f1c4ee0;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
}

.upgrade_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.is-kore-heading {
  text-transform: none;
  font-family: Domainesanstext, sans-serif;
  font-size: 2rem;
  /* color: #1D1A43; */

}

.is-kore-heading.large {
  font-size: 1.8rem;
  letter-spacing: 1rem;
  text-transform: uppercase;
}

.is-kore-heading.small {
  font-size: 1.3rem;
}

.is-domain-sans {
  font-family: Domainesanstext, sans-serif !important;
}

.is-kore-heading.char-restrict-kore {
  font-weight: 400;
}



.incredient-text-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.incredient-text-wrapper.is-kore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  max-width: 310px;
  text-align: center;
  align-items: center;
}

.kore-product-name-div {
  color: #111010;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.upgrade_image {
  filter: invert();
  object-fit: contain;
  width: 80px;
  height: 99px;
  transform: scale(1.5);
}

.upgrade_image.middle {
  height: 80px;
  margin-bottom: 19px;
}

.upgrade_image.hide {
  display: none;
}

.spacer-large-2 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  display: block;
}

.list-3 {
  padding-left: 1.6em;
}

.padding-bottom-2.padding-small {
  padding-bottom: 1rem;
}

.text-tiny {
  font-size: .8rem;
}

.ingredient-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.brand-page {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  flex-direction: column;
  display: flex;
}

.character-restriction {
  max-width: 50ch;
}

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

.stockist_address_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.stockists_contact_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stockists_country_wrapper {
  margin-bottom: 3rem;
  padding-top: 2rem;
}

.faq_section_wrapper {
  padding-top: 5rem;
}

.faq_section_wrapper.is-first {
  padding-top: 0;
}

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

.shopping_cart_header {
  grid-template-rows: auto;
  grid-template-columns: 13rem 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: start;
  display: grid;
}

.cart_spacer {
  width: 1px;
}

.map-container {
  z-index: 10;
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}

.map-container.is-how-it-works {
  height: 100%;
  padding-bottom: 0%;
}

.map-js {
  display: none;
}

.map {
  object-fit: cover;
  background-color: #c7c7c7;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_left-container {
  width: 15rem;
  display: flex;
}

.press_grid_wrapper {
  padding-bottom: 0;
}

.full-screen {
  width: 100%;
  height: 100%;
}

.no-margin {
  margin-bottom: 0;
}

.filters2_rangeslider2-handle-right {
  z-index: 1;
  border: 2px solid var(--base-color-neutral--black);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus-visible {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters_instructions-list {
  list-style-type: decimal;
}

.filters2_form-radio2 {
  border: 1px solid var(--border-color--border-primary);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters2_form-radio2.is-active {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.filters2_tablet-modal-menu {
  display: none;
}

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters2_toggle-button-circle {
  z-index: 2;
  background-color: var(--base-color-neutral--white);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filters2_form-radio2-icon {
  border: 1px none var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: #0000;
}

.filters2_form-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters2_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filters2_tablet-filters-button {
      border: 1px solid rgba(255, 255, 255, .3);
    color: var(--base-color-neutral--black);
    text-align: center;
    background-color: black;
    padding: 1rem 1.5rem;
    display: none;
    position: fixed;
    font-size: 1.2;
    margin: 0 auto;
    color: white;
    z-index: 9998;
    left: 50%;
    box-shadow: 1px 1px 41px rgba(0, 0, 0, .4);
    bottom: 8%;
    width: 200px;
    transform: translateX(-50%);
  /* border: 1px solid var(--border-color--border-primary);
  color: var(--base-color-neutral--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  display: none; */
}

.filters2_tablet-filters-button .button-icon-left {
  filter: invert(1);
}


.filters2_form-radio1-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--border-color--border-primary);
  background-color: var(--base-color-neutral--black);
  background-image: url(//shhh.group/cdn/shop/t/43/assets/checkbox-check.svg?v=133110914079777849461763917891);
  background-position: 50%;
  background-size: 14px 14px;
  width: 1.125rem;
  height: 1.125rem;
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters2_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters2_filter-options {
  overflow: hidden;
}

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filters2_filter-group-heading {
  border-top: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.dropdown1_dropdown-list.w--open {
  border: 1px solid var(--border-color--border-primary);
  background-color: var(--base-color-neutral--white);
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown1_dropdown-list.is-right {
  right: 0;
}

.filters2_form-block {
  margin-bottom: 0;
}

.filters_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.filters_category-link.w--current {
  text-decoration: underline;
}

.filters_category-link.is-current {
  font-weight: 600;
}

.filters2_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.filters2_toggle-button-checkbox:focus-visible {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.filters2_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters2_scroll-wrapper {
  height: 80vh;
  padding-bottom: 2rem;
  padding-right: 1rem;
  overflow: hidden auto;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters2_form-checkbox2 {
  border: 1px solid var(--border-color--border-primary);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox2.is-active {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.filters2_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filters-2-instructions-delete {
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: left;
  padding: 2rem;
}

.filters2_rangeslider2-handle-left {
  z-index: 1;
  border: 2px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus-visible {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters2_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox1-icon {
  border: 1px solid var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters2_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: url(//shhh.group/cdn/shop/t/43/assets/checkbox-check.svg?v=133110914079777849461763917891);
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters2_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.filters2_tablet-modal-close-button {
  display: none;
}

.filters2_rangeslider1-track {
  background-color: var(--base-color-neutral--neutral-lightest);
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_rangeslider2-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters2_rangeslider1-handle {
  z-index: 1;
  border: 2px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px #00000040, 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus-visible {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider1-handle[data-wf-focus-visible] {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_results-text {
  font-size: .875rem;
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters2_rangeslider2-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.rl-styleguide_label-2 {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #1e51f71a;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.filters2_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters2_empty {
  border: 1px solid var(--border-color--border-primary);
  text-align: center;
  padding: 2.9rem;
  display: none;
}

.filters2_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.filters2_rangeslider2-input {
  display: none;
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters2_rangeslider1-input {
  display: none;
}

.section_filters2 {
  background-color: #fff;
}

.filters2_rangeslider1-fill {
  background-color: var(--base-color-neutral--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_category-list {
  margin-bottom: 1.5rem;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.filters2_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.dropdown1_dropdown-link {
  padding: .5rem 1rem;
}

.dropdown1_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.form_input-2 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.form_input-2.is-icon-left {
  padding-left: 2.75rem;
}

.form_input-2.is-select-input {
  background-image: none;
}

.form_input-2.is-search {
  padding-left: 2.75rem;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_rangeslider2-track {
  background-color: var(--base-color-neutral--neutral-lightest);
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_tag {
  background-color: var(--base-color-neutral--neutral-lightest);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters_instructions-callout-image {
  margin-top: .5rem;
}

.filters_form {
  background-color: #0000;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_list.is-radio2, .filters2_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters2_rangeslider2-fill {
  background-color: var(--base-color-neutral--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_form-checkbox2-icon {
  border: 1px none var(--border-color--border-primary);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #0000;
}

.filters2_form-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_filters-wrapper {
  max-width: 20rem;
  position: sticky;
  top: 10vh;
}

.filters2_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

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

.custom_filter_code {
  display: none;
}

.feature_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.omg-font {
  font-family: Gilda Display, sans-serif;
}

.omg-h2 {
  font-size: 1.5rem;
}

.header_content {
  align-items: center;
  max-width: 48rem;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 5.1rem;
  overflow: hidden;
}

.header80_component {
  height: 280vh;
  position: relative;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 60vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.press_component {
  border: 1px solid var(--black-archive);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}




.brand-page_product_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center; /* Centers content vertically */
  justify-content: space-between; /* Adds space between the columns */
  gap: 1; /* Optional: adjust spacing between columns */
  min-height:50vh;
}

.brand-page_product_wrapper.is-reverse {
    flex-direction: row-reverse;
  }

.brand-page_product_text_wrapper {
  flex: 1; /* Ensures the text column takes up available space proportionally */
  display: flex;
  flex-direction: column; /* Ensures text flows naturally in a column */
  justify-content: center; /* Centers text vertically within the wrapper */
  padding: 1; /* Optional: adjust padding around the text */
  text-align:center;
}

.brand-page_product_image_wrapper {
  flex: 1; /* Ensures the image column takes up available space proportionally */
  display: flex;
  align-items: center; /* Centers the image vertically */
  justify-content: center; /* Centers the image horizontally within the column */
  padding: 1; /* Optional: adjust padding around the image */
}




.press_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  display: flex;
}

.press_tab-link.w--current {
  border: 1px solid var(--base-color-brand--white);
  background-color: #0000;
}

.press_tab-link.tabs-last {
  border-right-style: none;
}

.press_tab-pane {
  height: 100%;
}

.tab_card {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.layout508_card-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.press_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  top: 4.5rem;
  background: linear-gradient(to bottom, black 0%, black 50%, rgba(0, 0, 0, 0.1) 100%);
  backdrop-filter: blur(10px);
  z-index: 10;
  height: 12vh;

  /* Sticky */
  position: sticky; 
  padding-bottom: 6rem;
  padding-top: 2rem;

  /* padding-bottom: 4rem;
  padding-top: 0rem;
  margin-top: -2rem; */
}

.press_tabs_bottom_fader {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, black 50%, black 100%);
  backdrop-filter: blur(50px);
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  right: 0px;
  height: 3rem;
  z-index: 10;
}

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

.tab-link {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.gallery6_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery6_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery6_image-wrapper {
  width: 100%;
}

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

.brand-page-full-width-col {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-ingredient {
  width: 6rem;
}

.scroll-trigger {
  width: 1px;
  position: absolute;
  top: 8rem;
  right: 0;
}

.js {
  display: none;
}

.omg-logo {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.omg-brand-product-image {
  object-fit: contain;
  width: auto;
  height: 50vh;
}

.omg-brand-product-pair-columns {
  justify-content: center;
  align-items: flex-end;
  max-width: 720px;
  margin: 2rem auto;
  display: flex;
}

.omg-text-large {
  max-width: 32ch;
  font-size: 1.3rem;
}

.img-full {
  width: 100%;
  height: auto;
}

.pill_wraper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  width: 100%;
  padding-top: .5rem;
  display: flex;
}

.text-pill {
  background-color: var(--base-color-neutral--neutral-lighter);
  color: var(--base-color-brand--black);
  border-radius: 100vw;
  padding: .65rem 1.5rem;
}

.user-account-wrapper {
  padding-top: 100px;
}

.circles-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.circles-grid.is-airy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr; 
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.circles-grid.is-two {
    grid-template-columns: 1fr 1fr
}

.circle-img {
  z-index: 3;
  outline-offset: 0px;
  -webkit-user-select: none;
  user-select: none;
  border: 6px solid #fff;
  border-radius: 100rem;
  outline: 1px solid #000;
  width: 100%;
  position: relative;
  overflow: visible;
  max-width:160px;
  max-height:160px;
}

.circle-img.even {
  z-index: 2;
  margin-top: 60px;
}

.press_component-copy {
  border: 1px solid var(--black-archive);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact_form_component {
  border: 1px solid var(--black-archive);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.contact_tab_pane {
  height: 100%;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.form_field-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-label-2 {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact2_form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-wrapper-2 {
  background-color: #ddd0;
  margin-top: 1rem;
  padding: 0;
}

.contact2_component {
  padding-top: 3rem;
  display: flex;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_input-3 {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-3:focus {
  border-color: #000;
}

.form_input-3::placeholder {
  color: #0009;
}

.form_input-3.is-select-input {
  background-image: url(//shhh.group/cdn/shop/t/43/assets/chevron-down.svg?v=115441041784957413901763917892);
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input-3.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_radio-icon-2 {
  border: 1px solid var(--base-color-neutral--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon-2.w--redirected-checked {
  background-color: var(--base-color-neutral--white);
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.contact_form_section {
  color: var(--base-color-brand--white);
}

.contact_tab_card {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.faq_section {
  color: var(--base-color-brand--white);
}

.checkbox_wrapper {
  display: flex;
}

.checkbox_options_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.form_logo {
  padding-bottom: 1.3rem;
}

.contact_tab_link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-brand--white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 4rem;
  display: flex;
}

.contact_tab_link.w--current {
  border: 1px solid var(--base-color-brand--white);
  background-color: #0000;
}

.contact_tab_link.tabs-last {
  border-right-style: none;
}

.omg-ingredients {
  color: var(--black-archive);
  background-color: #f7f7f7;
}

.div-block-2 {
  position: relative;
}

.circle-img-wrap {
  width: 100%;
  position: relative;
}

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

.lightbox-code {
  display: none;
}

@media screen and (max-width: 991px) {

    .collections-products-list_item-title {
    font-size: 12px!important;
  }
  
  .collections-products-list_item-description {
      font-size: 12px!important;
  }

  
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .circle-grid-spacer {
    display: none;
  }
  
  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    letter-spacing: 0;
    font-size: 2.75rem;
  }

  .heading-style-h6.cart_label {
    display: flex;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .button.is-link.is-icon.is-white-tablet {
    color: var(--base-color-brand--white);
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .navbar5_blog-list {
    width: 100%;
  }

  .navbar5_component {
    height: 5rem;
  }

  .navbar5_dropdown-content-right {
    background-color: var(--base-color-brand--black);
    align-items: flex-start;
    width: 100%;
    max-width: none;
    padding: 0;
    display: none;
  }

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

  .navbar5_menu-button {
    color: var(--base-color-brand--white);
  }

  .navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_logo {
    width: 4rem;
  }

  .menu-icon {
    color: var(--base-color-brand--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar5_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--text-color--text-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: -.1rem;
    padding: 1rem 5% 6.5rem;
    /* transition: height .5s; */
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-background-layer {
    min-width: 0;
  }

  .navbar5_dropdown-content-left {
    color: var(--base-color-brand--white);
    align-content: start;
    align-items: start;
    padding: 0;
  }

  .navbar5_dropdown-content-left.text-color-black {
    background-color: var(--base-color-brand--black);
    color: #fff;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_menu-dropdown {
    margin-left: 0;
    position: relative;
  }

  .navbar5_dropdown-link {
    opacity: .55;
    color: var(--base-color-brand--white);
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-brand--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_link {
    width: auto;
    margin-left: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-brand--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_blog-image.quiz-menu {
    display: none;
  }

  .navbar5_dropdown-content-wrapper, .navbar5_blog-item {
    width: 100%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .home_about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .home_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .collections-products-list_slide {
    padding-right: 2rem;
  }

  .collections-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .home_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .home_ecommerce-products-list_button-row {
    flex: none;
  }

  .collections-products-list_mask {
    width: 50%;
  }

  
    

  
  .general_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_blog-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .home_blog-list_heading {
    margin-right: 3rem;
  }

  .blog_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .home_blog-list_button-row {
    flex: none;
  }

  .footer_link-list {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    max-width: 70vw;
    display: flex;
  }

  .shop_ecommerce-products-list-3_mask {
    width: 50%;
  }

  .shop_ecommerce-products-list-3_button-row {
    flex: none;
  }

  .shop_ecommerce-products-list-3_slide {
    padding-right: 2rem;
  }

  .shop_ecommerce-products-list-3_heading {
    margin-right: 3rem;
  }

  .shop_ecommerce-products-list-3_component {
    padding-left: 0;
    padding-right: 0;
  }

  .shop_ecommerce-products-list-3_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .shop_ecommerce-product_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .shop_product-header_gallery-slider {
    position: static;
  }

  .shop_product-header_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-bottom: 2.5rem;
  }

  .shop_product-header_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .shop_product-header_image-wrapper {
    /* padding-top: 120%; */
  }

  .shop_product-header_slider {
    height: auto;
  }

  .shop_stats_number {
    font-size: 4rem;
  }

  .shop_stats_list {
    grid-column-gap: 2rem;
  }

  .shop_stats_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .shop_features-list_list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .shop_timeline_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .shop_timeline_timeline-step {
    grid-column-gap: 24px;
  }

  .shop_ecommerce-products-list_mask {
    width: 50%;
  }

  .shop_ecommerce-products-list_button-row {
    flex: none;
  }

  .shop_ecommerce-products-list_slide {
    padding-right: 2rem;
  }

  .shop_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .shop_ecommerce-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .shop_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .haircare_how-it-works_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .haircare_benefits_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .haircare_ecommerce-products-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .haircare_ecommerce-products-list_slide {
    padding-right: 2rem;
  }

  .haircare_ecommerce-products-list_component {
    padding-left: 0;
    padding-right: 0;
  }

  .haircare_ecommerce-products-list_heading {
    margin-right: 3rem;
  }

  .haircare_ecommerce-products-list_button-row {
    flex: none;
  }

  .haircare_ecommerce-products-list_mask {
    width: 50%;
  }

  .haircare_ecommerce-product_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .spa_gallery_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .spa_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .spa_services_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .spa_locations_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_about_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .navbar_content-center {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .b2b_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home_gallery_image-wrapper {
    max-height: 25rem;
   }

  .about-us_client-logos-list_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us_client-logos-list_content-left {
    max-width: 16rem;
  }

  .about-us_client-logos-list_component {
    grid-column-gap: 3rem;
  }

  .about_us_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_locations_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us_cta_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .news_featured-blog-list-header_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post_header_image-wrapper {
    padding-top: 56.25%;
  }

  .blog-post_header_title-wrapper {
    margin-bottom: 4rem;
  }

  .blog-post_body_content {
    margin-bottom: 3rem;
  }

  .blog-post_blog-list_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog-post_blog-list_heading {
    margin-right: 3rem;
  }

  .blog-post_blog-list_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post_blog-list_button-row {
    flex: none;
  }

  .contact_locations_component, .contact_ecommerce-product_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .navbar_side_container.is-right {
    width: 3rem;
    display: flex;
  }

  .navbar5_menu-button-2.w--open {
    background-color: #0000;
  }

  .navbar5_menu-right-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar5_menu-2 {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    /* transition: height .5s; */
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-content-left-2 {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar5_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .navbar5_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .flex-content-center {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav-spacer {
    height: 80px;
  }

  .navbar_menu-left {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .navbar6_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_menu-dropdown {
    width: 100%;
  }

  .navbar_menu-right {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
  }

  .navbar_menu {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-brand--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    /* transition: height .5s; */
    position: absolute;
    overflow: auto;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
    font-size: 2.125rem;
    display: flex;
  }

  .navbar_link {
    width: auto;
    margin-left: 0;
    padding: .5rem 0;
    font-size: 2.125rem;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar6_dropdown-list {
    background-color: #fff0;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    background-color: #fff0;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

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

  .navbar6_logo-link {
    margin-left: -1rem;
  }

  .pixel {
    display: none;
  }

  .navbar6_menu-2 {
    border-bottom: 1px solid var(--border-color--border-primary);
    background-color: var(--background-color--background-primary);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    /* transition: height .5s; */
    position: absolute;
    overflow: auto;
  }

  .navbar6_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar6_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar_logo_wrapper {
    width: 4.8rem;
  }

  .hero_image.omg {
    opacity: .31;
  }

  .news_collection_list1 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stockists_grid {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

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

  .cart_item_info {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cart-item {
    flex-flow: column;
    padding-bottom: 1rem;
  }

  .grid-products {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .product-wrapper-header {
    flex-direction: column;
    display: flex;
  }

  .small-p {
    font-size: .8rem;
  }

  .curved-text-wrapper {
    margin-bottom: -1em;
  }

  .all-caps {
    font-size: 1.5rem;
  }

  .dropdown-content, .product-description-wrapper {
    width: 100%;
  }

  .product-description-wrapper {
    order: 2
  };

  .product-image-angle.is-iframe {
    width: 80%;
    min-width: 150px;
  }

  .image-button.airy-right, .image-button.airy-left, .image-button.glossy-right, .image-button.glossy-left {
    right: 0%;
  }

  .grid-product-detailed {
     display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
    
  }

  .image-product {
    max-height: 440px;
  }

  .list-item-2 {
    width: 100%;
  }

  .list-2 {
    width: 100%;
  }

  .section {
    height: auto;
  }

  .section.shop-omg-plus {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .grid-ingredients {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin-top: 5.5em;
  }

  .grid-ingredients.is-kore {
    max-width: none;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .product-wrapper-header-2 {
    flex-direction: column;
    display: flex;
  }

  .grid_upgrades {
    grid-template-columns: 1fr;
    max-width: 98%;
    margin-top: 5.5em;
  }

  .grid-product-detailed-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr;
  }

  .upgrade_wrapper {
    max-width: 21rem;
  }

  .upgrade_image {
    width: 100px;
  }

  .list-3 {
    width: 100%;
  }

  .stockist_address_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stockists_contact_wrapper {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-columns: 2.25fr;
    padding-bottom: 0;
  }

  .stockists_phone_link {
    color: #fff;
  }

  .item_price {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .map-container {
    padding-bottom: 100%;
  }

  .filters2_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    border-top: 1px solid var(--border-color--border-primary);
    background-color: var(--base-color-neutral--white);
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-top: 3rem;
    margin-left: -5vw;
    padding: .75rem 5%;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters2_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .filters2_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters-2-instructions-delete {
    display: block;
  }

  .filters2_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_tablet-modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filters2_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

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

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters2_filters-wrapper {
    z-index: 9999;
    background-color: var(--base-color-neutral--white);
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .search_form {
    display: flex;
  }

  .header_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4, .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 28vw;
  }

  .press_component {
    grid-column-gap: 3rem;
  }


  .tab_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section_press {
    margin-top: -30vh;
    position: relative;
  }

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

  .brand-page-full-width-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .circles-grid {
    grid-column-gap: 2.2rem;
    grid-row-gap: 2.2rem;
    grid-template-rows: auto auto;
  }

  .press_component-copy, .contact_form_component {
    grid-column-gap: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .contact_tab_card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact_tab_link {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: .9rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .navbar5_dropdown-content-right {
    padding: 0;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.6rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .image-overlay-layer.gradient-left {
    background-image: linear-gradient(#000000b8, #000000b8);
  }

  .home_logo-list_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    /* padding-top: 1rem; */
  }

  .home_logo-list_wrapper {
    padding: .75rem 1rem;
  }

  .home_about_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .home_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .collections-products-list_slide {
    padding-right: 1.5rem;
  }

  .collections-products-list_image-wrapper {
    height: 100%;
  }

  .collections-products-list_arrow.left {
    right: 3.5rem;
  }

  .home_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .home_ecommerce-products-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .collections-products-list_mask {
    width: 80%;
  }

  .home_gallery_image-wrapper {
    max-height: 15rem;
   }

  .home_gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .testimonial_component {
    padding-bottom: 3rem;
  }

  .home_testimonial_divider {
    display: none;
  }

  .home_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

  .general_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_blog-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_blog-list_heading {
    margin-right: 0;
  }

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_blog-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .home_blog-list_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer_link-list {
    grid-auto-flow: row;
    justify-items: center;
    max-width: 90vw;
  }

  .footer_top-wrapper {
    padding-bottom: 2rem;
  }

  .shop_ecommerce-products-list-3_mask {
    width: 80%;
  }

  .shop_ecommerce-products-list-3_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .shop_ecommerce-products-list-3_arrow.left {
    right: 3.5rem;
  }

  .shop_ecommerce-products-list-3_slide {
    padding-right: 1.5rem;
  }

  .shop_ecommerce-products-list-3_heading {
    margin-right: 0;
  }

  .shop_ecommerce-products-list-3_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop_ecommerce-products-list-3_image-wrapper {
    height: 100%;
  }

  .shop_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .shop_testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .shop_testimonial_component {
    padding-bottom: 3rem;
  }

  .shop_testimonial_divider {
    display: none;
  }

  .shop_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

  .shop_ecommerce-product_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .shop_product-header_gallery-slider {
    grid-template-columns: 1fr;
  }

  .shop_product-header_component {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .shop_stats_number {
    font-size: 3.5rem;
  }

  .shop_stats_list {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .shop_stats_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .shop_features-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .shop_timeline_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .shop_timeline_progress-bar-wrapper {
    left: 2rem;
  }

  .shop_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .shop_faq_icon-wrapper {
    width: 1.75rem;
  }

  .shop_ecommerce-products-list_mask {
    width: 80%;
  }

  .shop_ecommerce-products-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .shop_ecommerce-products-list_arrow.left {
    right: 3.5rem;
  }

  .shop_ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .shop_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .shop_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .haircare_how-it-works_list, .haircare_benefits_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .haircare_gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .haircare_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .haircare_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  

  .haircare_testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .haircare_testimonial_component {
    padding-bottom: 3rem;
  }

  .haircare_testimonial_divider {
    display: none;
  }

  .haircare_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

  .haircare_ecommerce-products-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .haircare_ecommerce-products-list_slide {
    padding-right: 1.5rem;
  }

  .haircare_ecommerce-products-list_image-wrapper {
    height: 100%;
  }

  .haircare_ecommerce-products-list_arrow.left {
    right: 3.5rem;
  }

  .haircare_ecommerce-products-list_heading {
    margin-right: 0;
  }

  .haircare_ecommerce-products-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .haircare_ecommerce-products-list_mask {
    width: 80%;
  }

  .haircare_ecommerce-product_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .home_logo-list_component {
    margin-top: -1.25rem;
  }

  .spa_gallery_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .spa_gallery_image-group {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spa_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spa_services_left {
    grid-row-gap: 3rem;
  }

  .spa_services_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spa_services_right {
    grid-row-gap: 3rem;
  }

  .spa_testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .spa_testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .spa_testimonial_component {
    padding-bottom: 3rem;
  }

  .spa_testimonial_divider {
    display: none;
  }

  .spa_testimonial_client-info {
    margin-bottom: 1rem;
  }

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

  .spa_faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .spa_faq_icon-wrapper {
    width: 1.75rem;
  }

  .spa_locations_map-wrapper {
    height: 25rem;
  }

  .spa_locations_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spa_feature_component.is-reverse, .about_us_component.is-reverse, .general_feature_component.is-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .spa_feature_image, .feature_image {
      max-height: 28rem;
      object-fit: cover;
  }

  .b2b_feature_image {
     max-height: 28rem;
     object-fit: cover;
  }
    
  .b2b_feature_component, .b2b_feature_component-reversed {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
        grid-template-areas:
            "image"
            "content"; /* Default: content first, image second */
    }

   .b2b_feature_logo-wrapper {
     max-width: 30rem;
     /* padding-right: 2rem; */
   }

  .grid-product-detailed.kore {
   margin-top: 2rem;  
  }
  
  .about-us_about_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .about-us_client-logos-list_logo-list {
    grid-column-gap: 1rem;
    flex-flow: row-reverse wrap;
    justify-content: center;
    place-items: center stretch;
    padding-top: 1rem;
    display: flex;
  }

  .about-us_client-logos-list_wrapper {
    padding: .75rem 1rem;
  }

  .about-us_client-logos-list_content-left {
    max-width: none;
  }

  .about-us_client-logos-list_logo {
    max-height: 3rem;
  }

  .about-us_client-logos-list_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about_us_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_testimonial-1_client {
    align-items: center;
    width: 100%;
  }

  .about-us_testimonial-2_item-content {
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .about-us_testimonial-2_fade-overlay-right {
    display: none;
  }

  .about-us_testimonial-2_progress-line {
    width: 3px;
    height: 100%;
  }

  .about-us_testimonial-2_item {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
  }

  .about-us_testimonial-2_empty-space {
    display: none;
  }

  .about-us_testimonial-2_progress-wrapper {
    flex-direction: column;
    width: auto;
  }

  .about-us_testimonial-2_line-wrapper {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content 1fr;
  }

  .about-us_testimonial-2_list {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .about-us_timeline_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-us_timeline_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-us_gallery_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .about-us_gallery_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .about-us_gallery_component {
    padding-bottom: 3rem;
  }

  .about-us_gallery_divider {
    display: none;
  }

  .about-us_gallery_client-info {
    margin-bottom: 1rem;
  }

  .about-us_gallery_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us_locations_map-wrapper {
    height: 25rem;
  }

  .about-us_locations_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-us_cta_component {
    grid-row-gap: 3rem;
  }

  .news_featured-blog-list-header_menu-link.last-link {
    margin-right: 2rem;
  }

  .news_featured-blog-list-header_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .news_featured-blog-list-header_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .news_featured-blog-list-header_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .blog-post_header_title-wrapper {
    margin-bottom: 3rem;
  }

  .blog-post_body_content {
    margin-bottom: 2rem;
  }

  .blog-post_body_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blog-post_blog-list_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-post_blog-list_heading {
    margin-right: 0;
  }

  .blog-post_blog-list_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog-post_blog-list_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog-post_blog-list_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .contact_locations_map-wrapper {
    height: 25rem;
  }

  .contact_locations_component, .contact_ecommerce-product_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar5_component-2 {
    min-height: 4rem;
  }

  .navbar5_menu-2 {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-content-left-2 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .accordion1_top {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .accordion1_icon {
    width: 1.75rem;
  }

  .navbar_component {
    min-height: 4rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar_menu {
    padding-bottom: 6rem;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar6_dropdown-list.w--open {
    color: var(--base-color-brand--white);
    background-color: #1110;
  }

  .navbar6_component-2 {
    min-height: 4rem;
  }

  .navbar6_menu-2 {
    padding-bottom: 6rem;
  }

  .news_collection_list1 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .press-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .cart-footer {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    grid-template-columns: 1fr;
  }

  .omg-plus-h2 {
    font-size: 1.5rem;
  }

  .brand-page-3-col {
    /* margin-bottom: 2rem; */
    margin-left: auto;
    margin-right: auto;
  }

  .grid-wrapper.omg {
    width: 100vw;
    margin-left: -5vw;
    overflow: auto;
  }

  .grid-products {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    width: 100vw;
    margin-bottom: 1.5em;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .grid-products.kore {
    overflow: scroll;
  }

  .product-wrapper-header {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .brand-product-wrapper {
    min-width: 15rem;
  }

  .cta-button.buy-now {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .cta-button.buy-now.blue.no-top-margin, .cta-button.buy-now.red.no-top-margin, .cta-button.buy-now.grey.no-top-margin {
    width: 100%;
  }

  .product-name-div {
    width: 120px;
    height: 120px;
  }

  .product-image.kore-1 {
    height: 230px;
  }

  .product-image-angle {
    width: 30%;
    min-width: 100px;
    max-width: none;
    margin-left: 0%;
  }

  .product-image-angle.is-iframe {
    width: 120px;
    min-width: 0;
  }

  .product-image-angle.is-iframe.right.kore {
    width: 60px;
    min-width: 90px;
  }

  .product-image-angle.is-iframe.right.kore.mob {
    padding: 3px;
  }

  .product-image-angle.is-iframe.right.is-kore {
    width: 40%;
    max-width: 10rem;
  }

  .product-image-angle.is-iframe.is-kore {
    width: 70px;
    min-width: 90px;
  }

  .product-image-angle.is-iframe.is-kore.mob {
    width: 110px;
    padding: 14px;
  }

  .image-button {
    display: none;
  }

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

  .image-product {
    flex: 1;
    height: auto;
    left: 10%;
  }

  .image-product.left {
    justify-content: flex-end;
    max-height: 370px;
    display: flex;
    top: -30px;
    left: auto;
  }

  .image-product.right {
    max-height: 400px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .two-button-wrapper.is-iframe {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    width: 100%;
  }

  .image-product-wrapper {
    justify-content: center;
    padding-top: 1rem;
    /* padding-bottom: 2rem; */
    padding-left: 0;
  }

  .image-product-wrapper.is-left-aligned {
    justify-content: center;
  }

  .image-product-wrapper.is-sticky {
    position: relative;
    top: 0;
  }

  /* .section {
    padding-left: 2em;
    padding-right: 2em;
  } */

  .section.shop-omg-plus {
    background-size: 160vw;
  }

  .flex-vert-centered {
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .grid-ingredients {
    margin-top: 3em;
  }

  .product-wrapper-header-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .product-wrapper {
    min-width: 15rem;
  }

  .kore-logo {
    width: 18rem;
  }

  .grid_upgrades {
    margin-top: 3em;
  }

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

  .upgrade_image {
    width: 80px;
  }

  .character-restriction {
    max-width: 36ch;
  }

  .map-container.is-how-it-works {
    min-height: 300px;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .header_content {
    padding-top: 0;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_component {
    height: 150vh;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3, .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .press_component {
    width: 100%;
  }

  .heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .press_tab-link {
    border-bottom: 1px solid #000;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .press_tab-link.tabs-last {
    border-bottom-width: 0;
  }

  .press_tab-pane {
    width: 100%;
  }

  .tab_card {
    grid-template-columns: 1fr;
    /* padding: 1.5rem 0; */
  }

  .press_tabs-content {
    width: 100%;
  }

  .press_tabs-menu {
    border-top: 1px solid #000;
    margin-bottom: 2rem;
  }

  .section_press {
    margin-top: -40vh;
  }

  .gallery6_component, .gallery6_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .brand-page-full-width-col {
    flex-flow: column;
  }

  .omg-logo {
    max-width: 140px;
  }

  .omg-brand-product-pair-columns {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: row;
    display: flex;
  }

  .circles-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center;
    margin-bottom: 3rem;
  }

  .circles-grid._2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .circle-img.even {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact_tabs-menu {
    border-top: 1px solid #000;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact2_component {
    padding-top: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .contact_tab_card {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }

  .contact_tab_link {
    border-bottom: 1px solid #000;
    border-right-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact_tab_link.tabs-last {
    border-bottom-width: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

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

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

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

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .home_logo-list_logo {
    width: 110px;
  }

  .home_logo-list_list {
    justify-content: center;
  }

  .home_logo-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .collections-products-list_mask {
    width: 95%;
  }

  .general_feature_component, .home_feature_item-list {
    grid-template-columns: 1fr;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .shop_ecommerce-products-list-3_mask {
    width: 95%;
  }

  .shop_ecommerce-product_component, .shop_product-header_component {
    grid-template-columns: 1fr;
  }

  .shop_product-header_product-details {
    overflow: hidden;
  }

  .shop_product-header_price-wrapper {
    flex-direction: column;
  }

  .shop_stats_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .shop_stats_content {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .shop_features-list_list, .shop_timeline_component {
    grid-template-columns: 1fr;
  }

  .shop_ecommerce-products-list_mask {
    width: 95%;
  }

  .haircare_how-it-works_list, .haircare_benefits_item-list, .haircare_benefits_component {
    grid-template-columns: 1fr;
  }

  .haircare_ecommerce-products-list_mask {
    width: 95%;
  }

  .haircare_ecommerce-product_component, .spa_gallery_content {
    grid-template-columns: 1fr;
  }

  .breadcrumb-link {
    font-size: 0.6rem;
  }
  
  .spa_gallery_image-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .spa_feature_item-list, .spa_feature_component, .spa_services_content-bottom, .spa_locations_component, .about-us_about_component {
    grid-template-columns: 1fr;
  }

  .about-us_client-logos-list_logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .about-us_client-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .about-us_testimonial-1_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .about-us_testimonial-2_fade-overlay-right {
    width: 1rem;
    left: 0%;
  }

  .about-us_testimonial-2_item {
    grid-column-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .about-us_testimonial-2_empty-space {
    display: none;
  }

  .about-us_testimonial-2_line-wrapper {
    grid-template-columns: max-content 1fr;
  }

  .about-us_locations_component, .about-us_cta_component {
    grid-template-columns: 1fr;
  }

  .blog-post_header_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_header_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-post_body_tag-list {
    justify-content: flex-start;
  }

  .blog-post_body_author-wrapper {
    margin-bottom: 1rem;
  }

  .blog-post_body_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blog-post_body_tag-list-wrapper {
    width: 100%;
  }

  .blog-post_body_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact_locations_component, .contact_ecommerce-product_component {
    grid-template-columns: 1fr;
  }

  .navbar5_dropdown-content-left-2 {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar6_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar6_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
  }

  .navbar6_dropdown-content-wrapper {
    width: 100%;
  }

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

  .navbar6_dropdown-content-right {
    max-width: none;
  }

  .navbar6_blog-content {
    margin-top: .5rem;
  }

  .list-item.press {
    white-space: break-spaces;
  }

  .press_article_link {
    /* white-space: break-spaces; */
    width: 100%;
  }

  .press_article_link_list_wrapper {
    width: 100%;
  }

  .brand-page-3-col {
    text-align: center;
  }

  .omg-plus-large-p {
    font-size: 1rem;
  }

  .link-arrow.black {
    color: #111010;
    width: 30%;
  }

  .grid-wrapper {
    padding-top: 2.2em;
  }

  .grid-products {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100vw;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

    .grid-ingredients.is-kore {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  
  .brand-product-wrapper {
    width: 150px;
  }

  .small-p {
    font-size: 13px;
    line-height: 22px;
  }

  .swipe-text {
    display: block;
  }

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

  .all-caps.red-text {
    font-size: 6vw;
  }

  .accordian-toggle, .dropdown-content, .product-description-wrapper {
    width: 100%;
  }

  /* .product-image-angle {
    width: 40%;
    min-width: 100;
    margin-left: 0%;
  } */

  .product-image-angle.is-iframe {
    min-width: 120px;
    max-width: 120px;
  }

  .product-image-angle.is-iframe.right.kore {
    max-width: 190px;
  }

  .product-image-angle.is-iframe.right.kore.mob {
    width: 110px;
    padding: 16px;
  }

  .product-image-angle.is-iframe.right.is-kore {
    width: 70%;
    max-width: 12rem;
  }

  .product-image-angle.is-iframe.is-kore.mob {
    padding: 17px;
  }

  .grid-product-detailed {
    position: relative;
  }

  .image-product {
    flex: 0 auto;
    height: auto;
  }

  .image-product.left {
    left: 0;
  }

  .image-product.left.is-kore {
    left: 5px;
  }

  .image-product.right {
    display: flex;
  }

  .two-button-wrapper {
    flex-direction: column;
  }

  .two-button-wrapper.is-iframe {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .my-contain.flex-vert-centered {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    /* padding-top: 3em;
    padding-left: 1.5em;
    padding-right: 1.5em; */
  }

  .upgrade-text-wrapper {
    text-align: center;
    align-items: center;
    max-width: 30ch;
  }

  .grid-ingredients {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-wrapper-2 {
    padding-top: 2.2em;
  }

  .spacer-medium-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-wrapper {
    width: 150px;
  }

  .kore-logo {
    transform: scale(.6);
  }

  .grid_upgrades {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-product-detailed-2 {
    position: relative;
  }

  .upgrade_wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
    align-items: center;
  }

  .is-kore-heading {
    font-size: 1.5rem;
  }

  .is-kore-heading.large {
    font-size: 2rem;
  }

  .incredient-text-wrapper {
    text-align: center;
    align-items: center;
    max-width: 30ch;
  }

  .upgrade_image {
    margin-bottom: .35em;
    transform: scale(1.2);
  }

  .spacer-large-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ingredient-wrapper {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-direction: column;
    align-items: center;
  }

  .spa_feature_image, .feature_image {
      max-height: 20rem;
      object-fit: cover;
  }

  .feature_image {
      max-height: 20rem;
      object-fit: cover;
  }

  .b2b_feature_image {
     max-height: 20rem;
     object-fit: cover;
  }

  .map-container {
    height: 70vh;
  }

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

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

  .press_tab-link {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .tab-link {
    font-size: .8rem;
  }

  .omg-brand-product-image {
    height: auto;
    max-height: 30vh;
  }

  .omg-brand-product-image.is-single {
    height: 50vh;
  }

  .omg-brand-product-pair-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-end;
  }

  .circles-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .press_component-copy, .contact_form_component {
    grid-template-columns: 1fr;
  }

  .form_field-2col {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }
}

#w-node-ee1cfad4-7541-7bdc-87f2-8b99b0effbb6-b0effbb0 {
  justify-self: center;
}

#w-node-ee1cfad4-7541-7bdc-87f2-8b99b0effbcb-b0effbb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c86eec0-28f3-0812-ffa6-c1032fdd8403-2fdd83fe {
  align-self: center;
}

#w-node-_4073f371-15e4-eb6a-e07f-4da0a6ed9324-650e9bff, #w-node-ee154cf0-9fc4-8568-87ad-ee8c650e9c1b-650e9bff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65a2-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65a4-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65a6-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65a8-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65aa-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65ac-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65ae-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65b0-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65b3-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65b5-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65b7-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65b9-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65bb-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65bd-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65bf-e0be659a, #w-node-ceb86ba6-d5cb-d483-c265-1ce6e0be65c1-e0be659a {
  justify-self: center;
}

#w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c22-0bc89c0c, #w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c27-0bc89c0c, #w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c3a-0bc89c0c, #w-node-_289b995f-3793-c060-7503-6b97ec94893c-0bc89c0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-a086428e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-a086428e {
  justify-self: start;
}

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-a086428e, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-a086428e, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-a086428e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-a086428e, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-a086428e, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-a086428e {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-a086428e {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-a086428e {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-a086428e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-a086428e, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-a086428e {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-a086428e, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-a086428e, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-a086428e {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-a086428e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-a086428e, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-a086428e {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-a086428e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-a086428e, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-a086428e {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-a086428e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-a086428e, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-a086428e {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-a086428e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-a086428e, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-a086428e {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-a086428e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-a086428e, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-a086428e {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-a086428e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-a086428e, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-a086428e {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-a086428e, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-a086428e {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-a086428e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-a086428e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-a086428e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-a086428e, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-a086428e, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-a086428e, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-a086428e, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-a086428e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-a086428e {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-a086428e, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-a086428e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-a086428e {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-a086428e, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-a086428e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-a086428e {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-a086428e, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-a086428e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-a086428e {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-a086428e, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-a086428e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-a086428e {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-a086428e, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-a086428e, #w-node-ee961e8d-845a-edc3-3307-509470022457-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-a086428e {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-a086428e, #w-node-ee961e8d-845a-edc3-3307-50947002245b-a086428e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-a086428e {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-a086428e, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-a086428e, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-a086428e {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-a086428e, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-a086428e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-a086428e {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-a086428e, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-a086428e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-a086428e {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-a086428e, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-a086428e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-a086428e {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-a086428e, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-a086428e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-a086428e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-a086428e {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-a086428e {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-a086428e {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-a086428e {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-a086428e {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-a086428e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-a086428e {
  justify-self: start;
}

#w-node-ca8621f4-6bc3-e7a8-e30d-367eb22be346-b22be30d, #w-node-ed2aa7ad-d77f-a0fb-6f90-ef175e1a76b6-b22be30d, #w-node-ca8621f4-6bc3-e7a8-e30d-367eb22be36c-b22be30d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc949c1a-d931-507b-4cb6-401eae701931-1c69d4d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7e29e05-0646-457a-c94e-b8b5b8e3ce0e-b8e3cdff, #w-node-e7e29e05-0646-457a-c94e-b8b5b8e3ce10-b8e3cdff, #w-node-e7e29e05-0646-457a-c94e-b8b5b8e3ce12-b8e3cdff, #w-node-a24ca3fc-76fa-63d4-e263-caa55e935f16-5e935f10, #w-node-ab405744-d8d0-05f0-59d6-49cff6e88e3a-88d2a891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1433f2a-d9b0-6b89-3e43-eeb460a58c43-60a58c30 {
  align-self: center;
}

#tabs.w-node-_9904b212-4b96-2a7a-6771-95d75b019dfe-4f5200c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac08d20a-0073-aa30-d1ff-76b33b0b7191-4f5200c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac08d20a-0073-aa30-d1ff-76b33b0b71c4-4f5200c5 {
  justify-self: center;
}

#w-node-_9904b212-4b96-2a7a-6771-95d75b019e16-4f5200c5, #w-node-_7a06a1b4-2421-0779-141b-e9f8eb31c551-4f5200c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9904b212-4b96-2a7a-6771-95d75b019e50-4f5200c5 {
  justify-self: center;
}

#w-node-_40588cb2-f9df-dc0e-41da-a709e0a99390-fc5d622d, #w-node-_40588cb2-f9df-dc0e-41da-a709e0a99391-fc5d622d, #w-node-_40588cb2-f9df-dc0e-41da-a709e0a99393-fc5d622d, #w-node-_40588cb2-f9df-dc0e-41da-a709e0a994a0-fc5d622d, #w-node-bd4edc96-dbd8-53da-a86e-6622c6e582f0-fc5d622d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73a3bfcd-33ec-afef-2dd8-45e6ac0da798-fc5d622f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_33cded06-898a-9b81-6bec-0baec4e391f3-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e3920e-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e39210-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e39212-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e39227-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e39229-c4e391e4, #w-node-_33cded06-898a-9b81-6bec-0baec4e3922b-c4e391e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef6a073c-8571-01ae-e23c-72401f6ab1de-8657efc7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_76b73c24-b391-6498-7309-02b0420834f7-420834e8, #w-node-_76b73c24-b391-6498-7309-02b04208350f-420834e8, #w-node-_76b73c24-b391-6498-7309-02b042083528-420834e8, #w-node-_34b79479-fe7e-091a-b872-857e6b0dc2ee-6b0dc2df, #w-node-deb863cc-f773-8014-0c97-068754b4fe6c-9be2c261, #w-node-_7340fd09-132a-0756-d988-01e17763c3cf-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11a4b9eb-52f1-4c40-5ae5-17dffa0c8540-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_92d1b73e-9765-7fe6-beb6-19d90ee359fa-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92d1b73e-9765-7fe6-beb6-19d90ee359fc-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_06276d9d-ec25-845d-501d-af695d2cd1d3-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06276d9d-ec25-845d-501d-af695d2cd1d5-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f074d95b-b2a2-241d-4973-751f740c7129-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f074d95b-b2a2-241d-4973-751f740c712b-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19c87895-2e09-ace2-2549-d5c3ba6fd0a8-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19c87895-2e09-ace2-2549-d5c3ba6fd0aa-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab237a08-8c6b-63c6-0cd5-e4151799857b-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab237a08-8c6b-63c6-0cd5-e4151799857d-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f28e2aa9-1bbd-8ab6-e88f-ee97670e8e4d-9be2c261 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28e2aa9-1bbd-8ab6-e88f-ee97670e8e4f-9be2c261 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f871a9d-0290-339a-1bed-a8ad2c046303-4c631db5, #w-node-_4f871a9d-0290-339a-1bed-a8ad2c046305-4c631db5, #w-node-_4f871a9d-0290-339a-1bed-a8ad2c046307-4c631db5, #w-node-_4f871a9d-0290-339a-1bed-a8ad2c046309-4c631db5, #w-node-_4f871a9d-0290-339a-1bed-a8ad2c04630d-4c631db5, #w-node-_4f871a9d-0290-339a-1bed-a8ad2c04630f-4c631db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#tabs.w-node-be13f1bc-41df-3f51-79c2-f568a2b58308-a2b58303 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be13f1bc-41df-3f51-79c2-f568a2b58382-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58393-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583a3-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583ad-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583b7-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583c1-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583cb-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583db-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583e5-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583ef-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b583f9-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58409-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58420-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b5843a-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58446-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58443-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b5844c-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58440-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b58449-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b5844f-a2b58303, #w-node-_2524406f-ad7c-a10d-dd01-72f8c5cc1c1a-a2b58303, #w-node-a51da188-3acb-c90b-3b48-191a8f01b479-a2b58303, #w-node-c97dad71-92b2-53a2-5140-94e4233de4d7-a2b58303, #w-node-_0456bf69-9e38-187f-55f5-5d983cbe1ddc-a2b58303, #w-node-be13f1bc-41df-3f51-79c2-f568a2b5843d-a2b58303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c705a37b-9df6-bfaa-4c56-240bfd7658b3-2f7b3f3b, #w-node-_33a16943-c1d7-6524-fafc-5d3d8b68d75a-2f7b3f3b {
  justify-self: start;
}

#w-node-_698b48e8-27a0-2aed-6c9e-a8f850163ceb-2f7b3f3b {
  justify-self: end;
}

#w-node-cee4fdeb-2d48-9a0e-d93d-c788f501152a-2f7b3f3b, #w-node-d9e29c11-f7ea-bf71-af8d-3238743c7df4-2f7b3f3b {
  align-self: auto;
}

#w-node-e1c30b8e-a9f0-b0e3-a212-f37075f114ec-2f7b3f3b {
  justify-self: end;
}

#w-node-_8e158b9a-e924-6d21-20d6-8b76ad49cb42-8dec17f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4305192f-048d-4888-78f1-1449f6d7fb56-8dec17f6, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb5b-8dec17f6, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb60-8dec17f6, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb65-8dec17f6, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb6a-8dec17f6, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb6f-8dec17f6, #w-node-_3c82b04b-406d-c711-9bdd-474edc220082-dc22007a, #w-node-_3c82b04b-406d-c711-9bdd-474edc2200c3-dc22007a, #w-node-_1db46a89-4f48-ca9b-532d-18373ee17366-3ee17355, #w-node-e0b33594-44c8-70be-682e-11a7211d60cb-211d60c3, #w-node-e0b33594-44c8-70be-682e-11a7211d610c-211d60c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494b9841-e01f-fc1d-ca51-9d4bf2bbfcff-f2bbfcf7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_494b9841-e01f-fc1d-ca51-9d4bf2bbfd01-f2bbfcf7, #w-node-_1dfef370-13db-abcf-1de1-187355f71a91-55f71a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dfef370-13db-abcf-1de1-187355f71abc-55f71a89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ab5d6d48-59d7-0871-1cc6-76a71a2f8ceb-1a2f8ce3, #w-node-ab5d6d48-59d7-0871-1cc6-76a71a2f8cf0-1a2f8ce3, #w-node-fbdb9c54-9825-39dc-7656-06cfb0109a13-b0109a0b, #w-node-fbdb9c54-9825-39dc-7656-06cfb0109a42-b0109a0b, #w-node-_73380f60-8e75-809f-e547-2a87fc78078e-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc780793-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc780798-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc78079d-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807a2-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807a7-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807ac-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807b1-fc780775, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56ec-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56ed-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56f2-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56f3-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56f9-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac56fa-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac5700-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac5701-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac5708-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac5709-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac570e-f1ac56df, #w-node-b65e8de9-9801-2982-008d-92d6f1ac570f-f1ac56df, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06d7-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06d8-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06d9-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06de-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06df-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06e0-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06ef-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06f0-c82c06c3, #w-node-_8f23ad4d-3f0b-6f3f-cd00-e908c82c06f1-c82c06c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e158b9a-e924-6d21-20d6-8b76ad49cb42-9daf8043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4305192f-048d-4888-78f1-1449f6d7fb56-9daf8043, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb5b-9daf8043, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb60-9daf8043, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb65-9daf8043, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb6a-9daf8043, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb6f-9daf8043 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ee1cfad4-7541-7bdc-87f2-8b99b0effbb6-b0effbb0 {
    justify-self: center;
  }

  #w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c53-0bc89c0c, #w-node-b65e8de9-9801-2982-008d-92d6f1ac5708-f1ac56df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7c86eec0-28f3-0812-ffa6-c1032fdd8405-2fdd83fe {
    order: -9999;
  }

  #w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c1e-0bc89c0c, #w-node-_71f48247-fa94-dcf6-1bb0-1f990bc89c26-0bc89c0c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73221d7a-0a59-af38-54fb-a12dfdc75b3b-88d2a891 {
    order: -9999;
  }

  #w-node-ab405744-d8d0-05f0-59d6-49cff6e88e3a-88d2a891, #w-node-ab405744-d8d0-05f0-59d6-49cff6e88e50-88d2a891 {
    order: 9999;
  }

  #w-node-f1433f2a-d9b0-6b89-3e43-eeb460a58c35-60a58c30, #w-node-_0ff295ab-6e7f-2b30-e071-be130915da44-0915da3d {
    order: -9999;
  }

  #tabs.w-node-_9904b212-4b96-2a7a-6771-95d75b019dfe-4f5200c5 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ef6a073c-8571-01ae-e23c-72401f6ab1de-8657efc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #tabs.w-node-be13f1bc-41df-3f51-79c2-f568a2b58308-a2b58303 {
    order: 9999;
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3c82b04b-406d-c711-9bdd-474edc2200c3-dc22007a, #w-node-_1db46a89-4f48-ca9b-532d-18373ee1735d-3ee17355, #w-node-e0b33594-44c8-70be-682e-11a7211d610c-211d60c3, #w-node-_494b9841-e01f-fc1d-ca51-9d4bf2bbfcff-f2bbfcf7, #w-node-_1dfef370-13db-abcf-1de1-187355f71abc-55f71a89, #w-node-ab5d6d48-59d7-0871-1cc6-76a71a2f8ceb-1a2f8ce3, #w-node-fbdb9c54-9825-39dc-7656-06cfb0109a42-b0109a0b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ee1cfad4-7541-7bdc-87f2-8b99b0effbb6-b0effbb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ab405744-d8d0-05f0-59d6-49cff6e88e40-88d2a891, #w-node-ab405744-d8d0-05f0-59d6-49cff6e88e56-88d2a891 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4305192f-048d-4888-78f1-1449f6d7fb56-8dec17f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3c82b04b-406d-c711-9bdd-474edc2200c3-dc22007a, #w-node-e0b33594-44c8-70be-682e-11a7211d610c-211d60c3, #w-node-_494b9841-e01f-fc1d-ca51-9d4bf2bbfcff-f2bbfcf7, #w-node-_1dfef370-13db-abcf-1de1-187355f71abc-55f71a89, #w-node-ab5d6d48-59d7-0871-1cc6-76a71a2f8ceb-1a2f8ce3, #w-node-fbdb9c54-9825-39dc-7656-06cfb0109a42-b0109a0b {
    justify-self: center;
  }

  #w-node-_73380f60-8e75-809f-e547-2a87fc78078e-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc780798-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807a2-fc780775, #w-node-_73380f60-8e75-809f-e547-2a87fc7807ac-fc780775, #w-node-_4305192f-048d-4888-78f1-1449f6d7fb56-9daf8043 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('NeueHaasDisplay-Mediu..woff') format('woff');  
  font-style: normal;
  }
  
@font-face {
  font-family: 'Canela Trial';
  src: url(//shhh.group/cdn/shop/t/43/assets/canela-light-trial.otf?v=114838465134052144831763917887) format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Domainesanstext';
  src: url(//shhh.group/cdn/shop/t/43/assets/domainesanstext-regular.otf?v=4114992875516144041763917894) format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Domainesanstext';
  src: url(//shhh.group/cdn/shop/t/43/assets/domainesanstext-medium.otf?v=92354152919522057741763917893) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Domainesanstext';
  src: url(//shhh.group/cdn/shop/t/43/assets/domainesanstext-lightitalic.otf?v=95852708215749779351763917893) format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'Domainesanstext';
  src: url(//shhh.group/cdn/shop/t/43/assets/domainesanstext-light.otf?v=50137242961710654211763917892) format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('NeueHaasDisplay-Mediu.woff') format('woff');  
  font-style: normal;
  font-display: block;
  font-weight: 500;
  }

/* Center About dropdown items horizontally */
.navbar5_dropdown-content-left.w-layout-grid a.navbar5_dropdown-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem; /* increase padding for visual balance */
}

/* Center the text inside the paragraph */
.navbar5_dropdown-content-left.w-layout-grid p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

/* Navbar icon layout fixes */
.navbar_menu-right {
  gap: 0.75rem;
}

.navbar_menu-right > * {
  flex-shrink: 0;
}

.navbar_menu-right .shhh-market-switcher,
.navbar_menu-right .shhh-locale-switcher {
  align-self: center;
}

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

@media screen and (min-width: 992px) {
  .cart_icon {
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar_menu-right {
    width: auto;
    min-width: unset;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .navbar_menu-right {
    gap: 0.5rem;
  }

  .navbar_menu-right .shhh-market-switcher,
  .navbar_menu-right .shhh-locale-switcher {
    min-width: 2.75rem;
  }
}

.shhh-locale-switcher,
.shhh-market-switcher {
  position: relative;
  margin: 0 3px;
}

.shhh-locale-switcher .ly-custom-dropdown-current,
.shhh-market-switcher .ly-custom-dropdown-current {
  background: #0a0000;
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0;
}

.shhh-locale-switcher .ly-custom-dropdown-current-inner,
.shhh-market-switcher .ly-custom-dropdown-current-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.shhh-locale-switcher .ly-arrow,
.shhh-market-switcher .ly-arrow {
  display: none;
}

.ly-country-name {
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: none;
}

.ly-custom-dropdown-list {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  background: #0a0000;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 0.25rem 0;
  min-width: 10rem;
  max-height: 60vh;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}

.ly-custom-dropdown-list-element {
  width: 100%;
  text-align: left;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-transform: none;
  background:black;
}

.ly-custom-dropdown-list-element.is-active {
  background: #ffffff22;
}

.ly-custom-dropdown-list.ly-is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .ly-custom-dropdown-list {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.ly-circle-label {
  font-family: Montserrat, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ly-custom-dropdown-list .ly-inner-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.ly-custom-dropdown-list .ly-iso-code {
  font-weight: 600;
  text-transform: uppercase;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.localization-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999998;
}

.localization-modal[data-open="true"] {
  display: flex;
}

.localization-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.localization-modal__panel {
  position: relative;
  z-index: 1;
  background: #050505;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  width: min(92vw, 760px);
  max-height: 90vh;
  overflow: auto;
  padding: 2.5rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
  font-family: Montserrat, sans-serif;
}

.localization-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 1px solid #ffffff55;
  background: transparent;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  cursor: pointer;
}

.localization-modal__eyebrow {
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.localization-modal__title {
  font-family: 'Canela Trial', Georgia, serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-right: 3rem; /* keep clear of close button on small screens */
}

.localization-modal__section {
  margin-bottom: 1.5rem;
}

.localization-modal__label {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.localization-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.localization-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.localization-modal__select {
  width: 100%;
  background: #0f0f0f;
  color: #fff;
  border: 1px solid #ffffff55;
  padding: 0.85rem 0.75rem;
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
}

.localization-modal__select:focus {
  border-color: #fff;
  outline: none;
}

.localization-modal__pill-group,
.localization-modal__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.localization-modal__grid {
  max-height: 40vh;
  overflow-y: auto;
}

.localization-pill,
.localization-region-pill {
  border: 1px solid #ffffff55;
  background: #0f0f0f;
  color: #fff;
  padding: 0.5rem 0.85rem;
  min-width: 6rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  cursor: pointer;
  transition: border 0.2s ease, background 0.2s ease;
}

.localization-pill.is-active,
.localization-region-pill.is-active {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.localization-pill.is-active .pill-label,
.localization-region-pill.is-active .pill-label,
.localization-pill.is-active .pill-subtext,
.localization-region-pill.is-active .pill-subtext {
  color: #000;
}

.localization-region-pill.is-hidden {
  display: none;
}

.localization-modal__more {
  margin-top: 1rem;
  border: 1px solid #ffffff55;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 0.75rem;
  width: 100%;
  display: block;
  text-align: center;
  cursor: pointer;
}

.localization-modal__more:focus,
.localization-modal__more:hover {
  border-color: #fff;
}

.cart-quantity-control {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-quantity-button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.cart-quantity-button:hover,
.cart-quantity-button:focus {
  background: #000;
  color: #fff;
}

.cart-quantity-control .is-quantity-input {
  text-align: center;
  max-width: 4rem;
}

.is-quantity-input::-webkit-outer-spin-button,
.is-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.is-quantity-input[type=number] {
  -moz-appearance: textfield;
}

.pill-label {
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
}

.pill-code {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  opacity: 0.7;
}

.pill-subtext {
  font-size: 0.75rem;
  opacity: 0.8;
  letter-spacing: 0.03em;
}

.localization-modal__apply {
  flex: 1;
  border: 1px solid #fff;
  background: #fff;
  color: #000;
  padding: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.localization-modal__apply:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.localization-modal__apply:not(:disabled):hover,
.localization-modal__nav:not(:disabled):hover {
  opacity: 0.85;
}

.localization-modal__hint {
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.75;
}

.localization-modal__header {
  margin-bottom: 1.25rem;
}

.localization-modal__steps-indicator {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
  width: 50%;
}

.localization-modal__steps {
  position: relative;
  overflow: hidden;
}

.localization-modal__step {
  display: none;
  animation: fadeIn 0.3s ease;
}

.localization-modal__step.is-active {
  display: block;
}

.localization-modal__priority {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.localization-modal__pill-group--priority {
  margin-bottom: 0.75rem;
}

.localization-modal__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.5rem;
  justify-content: flex-end;
}

.localization-modal__nav {
  flex: 1;
  border: 1px solid #ffffff55;
  background: transparent;
  color: #fff;
  padding: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.localization-modal__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

body[data-localization-modal="true"] {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .localization-modal__panel {
    width: 92vw;
    padding: 1.75rem;
  }

  .localization-modal__grid {
    max-height: 35vh;
  }

  .localization-modal__actions {
    flex-direction: column;
  }

  .localization-modal__nav,
  .localization-modal__apply {
    width: 100%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}