@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('/fonts/Inter-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-stonearts®: #faf8f7;
  --dim-grey: #464646;
  --black-stonearts®: #0d0d0d;
  --transparent: #fff0;
  --floral-white\<deleted\|variable-bdd8c72c\>: #eceae3;
  --pure-white: white;
  --accent-stonearts®: #e07a3d;
  --white-smoke\<deleted\|variable-adccc9bd\>: #f4f4f4;
  --yellow-stonearts®: #fec75f;
  --dark-brown-stonearts®: #5b4534;
  --more-fun-coral-stonearts®: #e2956a;
  --light-grey-text: #6d6d6d;
  --orange-red\<deleted\|variable-418ff595\>: #f24616;
  --warm-grey: #a8a8a8;
  --muted-light-grey-stonearts®: #0d0d0d17;
  --brown-grey-stonearts®: #e4e0dd;
  --light-grey-stonearts®: #ededed;
  --transparent-white: #fffffff5;
  --kontrast-yellow\<deleted\|variable-374556cc-b295-db9e-cdaa-11f5c5eb6cfd\>: #ffc04a;
  --test: #f2f1f0;
  --mellow-brown: #5c5648;
  --red-stonearts®: #b97a5a;
  --olive-green-stonearts®: #585f53;
  --blue-stonearts®: #5a8a97;
  --washed-grey: #00000038;
  --light-backgrounddrop-stonearts®: #f7f7f7;
  --brown-black: #2e2e2b;
  --blass-orange: #e3562d;
  --hush-brown: #d6cebb;
  --sec-brown: #d8cdbc;
  --sec-greyish-brown: #ab9b8e;
  --redish: #471714;
  --background-journal: #e3e0d4;
  --category-journal: #f4f3e3;
  --terra-cotta: #d07d62;
  --tablet-header: 3rem;
  --light-brown-stonearts®: #e4d8c8;
  --coral-stonearts®: #e2b494;
  --light-yellow-stonearts®: #fdf2db;
  --green-stonearts®: #a9b497;
  --coffee-brown-stonearts®: #8a5638;
  --pink-stonearts®: #dfa399;
  --very-dark-brown-stonearts®: #2f2d2c;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper[style*="display: none"] {
  display: none !important;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: hidden;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  height: 100vh;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  display: flex;
  position: relative;
  background-color: #fff;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 16px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}

/* Cart item styling */
.w-commerce-commercecartitem {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease;
}

.w-commerce-commercecartitem:hover {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}

.w-commerce-commercecartitem:last-child {
  border-bottom: none;
}

.cart-item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.w-commerce-commercecartitemimage {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  background-color: #f5f5f5;
}

.w-commerce-commercecartiteminfo {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.cart-item-name-section {
  flex: 1;
  min-width: 0;
}

.cart-item-price-section {
  flex-shrink: 0;
  margin-left: 12px;
}

.w-commerce-commercecartproductname {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
}

.w-commerce-commercecartproductoption {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
  line-height: 1.5;
}

.w-commerce-commercecartproductprice {
  font-size: 15px;
  font-weight: 600;
  margin-top: 0;
  text-align: right;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
}

.cart-item-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.cart-quantity-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}

.cart-quantity-input {
  width: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  -moz-appearance: textfield;
}

.cart-quantity-input::-webkit-outer-spin-button,
.cart-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-qty-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s;
}

.cart-qty-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.cart-delete-link {
  color: #f24616;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 0;
  display: inline-block;
  cursor: pointer;
}

.cart-delete-link:hover {
  color: #d63a0f;
  text-decoration: underline;
}

.cart-qty-btn svg {
  width: 16px;
  height: 16px;
}

.cart-qty-btn {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  color: rgba(0, 0, 0, 0.7);
}

.cart-qty-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

.cart-qty-btn:active {
  transform: scale(0.95);
}

.cart-delete-link {
  color: #f24616;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 0;
  display: inline-block;
  cursor: pointer;
}

.cart-delete-link:hover {
  color: #d63a0f;
  text-decoration: underline;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  flex-direction: column;
  flex: none;
  padding: 20px 24px 24px;
  display: flex;
  background-color: #fff;
  margin-top: auto;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  padding: 0;
}

.text-block-107 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

.text-block-124,
.w-commerce-commercecartordervalue {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  display: flex;
  min-height: 400px;
}

.empty-cart-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.empty-cart-icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.empty-cart-message {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.empty-cart-subtitle {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 24px;
  line-height: 1.5;
}

.empty-cart-button {
  margin-top: 8px;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-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-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-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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown,
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity,
  .w-commerce-commerceaddtocartquantityinput,
  .w-commerce-commercecheckoutemailinput,
  .w-commerce-commercecheckoutshippingfullname,
  .w-commerce-commercecheckoutshippingstreetaddress,
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity,
  .w-commerce-commercecheckoutshippingstateprovince,
  .w-commerce-commercecheckoutshippingzippostalcode,
  .w-commerce-commercecheckoutshippingcountryselector,
  .w-commerce-commercecheckoutcardnumber,
  .w-commerce-commercecheckoutcardexpirationdate,
  .w-commerce-commercecheckoutcardsecuritycode,
  .w-commerce-commercecheckoutbillingfullname,
  .w-commerce-commercecheckoutbillingstreetaddress,
  .w-commerce-commercecheckoutbillingstreetaddressoptional,
  .w-commerce-commercecheckoutbillingcity,
  .w-commerce-commercecheckoutbillingstateprovince,
  .w-commerce-commercecheckoutbillingzippostalcode,
  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-stonearts®);
  outline-color: var(--dim-grey);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 3.0625rem;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
}

p {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  background-color: var(--transparent);
  color: var(--black-stonearts®);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.5em;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.7em;
}

img {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  letter-spacing: -.04em;
  font-size: 1rem;
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-top: 4.4rem;
  display: block;
  overflow: hidden;
}

.button-hero-container.about-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-outline-black {
  border: 2px solid var(--black-stonearts®);
  background-color: var(--transparent);
  border-radius: 4.3rem;
  justify-content: center;
  align-items: center;
  width: 292.17px;
  height: 61.771px;
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.button-outline-black.taps {
  border-color: var(--black-stonearts®);
  border-radius: 4.3rem;
  justify-content: space-around;
  width: 187px;
}

.button-outline-black.taps.cell-2 {
  background-color: var(--black-stonearts®);
  margin-left: 5px;
}

.button-outline-black.taps.key {
  background-color: var(--transparent);
  border-radius: 4.3rem;
  width: 236px;
  display: none;
}

.button-outline-black.is-full {
  background-color: var(--black-stonearts®);
}

.layout-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-slogan-box {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown {
  font-size: 21px;
  font-weight: 400;
  position: static;
}

.image-94 {
  width: 29px;
}

.shopping-cart-and-account-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-10 {
  color: #0d0d0d;
  width: 29px;
  height: 25px;
}

.under-text-menu-grid {
  color: var(--background-stonearts®);
  letter-spacing: -1px;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 20px;
  font-weight: 600;
}

.link-block-grid-menu {
  padding-bottom: 0;
}

.link-block-grid-menu.image-container {
  border-radius: 6px;
  width: 25vw;
  height: 280px;
  display: block;
}

.link-block-grid-menu.under-img-text {
  width: 17vw;
  margin-top: 25px;
}

.link-block-grid-menu.image-container {
  background-image: url('/images/Akurock-Wall-Panel-Whisper-Japandi-Bedroom.jpg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  width: 19vw;
  height: 22vw;
  padding: 22px 10px;
  display: flex;
}

.link-block-grid-menu.image-container.two {
  background-image: url('/images/Stoneskin-and-Akurock-Merge-into-Art.webp');
}

.cart-quantity-2 {
  color: #fff;
  background-color: #f24616;
  position: absolute;
  top: .5px;
  left: 29px;
}

.menu-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.menu-block.first {
  border-right: 1px #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 57px;
  padding-bottom: 57px;
  padding-left: 5px;
  display: flex;
}

.dropdown-list {
  background-color: var(--background-stonearts®);
  border: 1px #00000008;
  border-top: 1px solid #0000001a;
  height: 654px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  inset: 100% 0% auto;
  box-shadow: 0 6px 6px #00000038;
}

.dropdown-list.w--open {
  background-color: var(--background-stonearts®);
  height: 40rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 4.3rem 0% auto;
  overflow: hidden;
}

.navbar-link-holder {
  padding-left: 0;
  padding-right: 0;
}

.navbar-link-holder._2 {
  padding-right: 25px;
}

.under-image-container-menu {
  display: flex;
}

.menu-text-block {
  font-family: acumin-pro;
  font-size: 1rem;
  font-weight: 400;
}

.container-new {
  z-index: 999999;
  justify-content: space-between;
  align-items: center;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.navbar-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  max-width: 99.7rem;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.link-6 {
  color: var(--dim-grey);
  letter-spacing: -1px;
  font-family: acumin-pro;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
}

.link-6:hover {
  color: #f24616;
  text-decoration: none;
}

.text-block-47 {
  color: var(--floral-white\<deleted\|variable-bdd8c72c\>);
  letter-spacing: 0;
  padding-top: 15px;
  font-family: acumin-pro;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.cart-button-2 {
  background-color: #3898ec00;
}

.brand-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.basic-grid-section {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  position: relative;
}

.basic-grid-section.product {
  height: 100%;
  margin-bottom: 0;
  display: block;
}

.basic-grid-section.product.is-akkustik {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.basic-grid-section.slogan {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.basic-grid-container {
  padding-left: 2rem;
  padding-right: 2rem;
}

.product-hero-header-container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-hero-header-container.slogan {
  padding-top: 0;
  padding-bottom: 0;
}

.under-text-hero-slogan {
  color: var(--black-stonearts®);
  text-align: center;
  letter-spacing: -.02em;
  max-width: 905px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 3rem;
}

.slider-main_component {
  position: relative;
  overflow: visible;
}

.slider-main_component.stoneskin {
  z-index: 2;
}

.slider-page-padding {
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 2em 6% 6em;
  display: flex;
}

.slider-page-padding.blog {
  padding: 0 0% 4rem;
}

.slider-page-padding.main {
  padding-bottom: 2rem;
  padding-left: 80px;
}

.slider-page-padding.showcase {
  min-height: 100%;
  padding: 0 0%;
}

.slider-page-padding.sustainability {
  min-height: 0;
  padding: 0 0%;
}

.slider-page-padding.is-articel {
  z-index: 62;
  min-height: 0;
  padding: 0 0%;
}

.swiper-drag-wrapper {
  background-color: #0d0d0d14;
  width: 100vw;
  max-width: 100%;
  height: .1rem;
}

.swiper-drag-wrapper.is-slider-main {
  width: 100%;
  height: .1rem;
}

.slider-container {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.slider-container.main {
  max-width: 130em;
}

.slider-container.blog {
  max-width: none;
}

.slider-container.is-articel {
  z-index: 4;
  max-width: 109.03em;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

.slider-header {
  text-align: center;
  letter-spacing: -1px;
  padding-top: 0;
  font-size: 3.3125rem;
  font-weight: 600;
}

.slider-header.is-slider-main {
  color: var(--black-stonearts®);
  letter-spacing: -.07em;
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.1em;
}

.slider-header.is-slider-main.stoneskin {
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.2em;
}

.slider-header.is-slider-main.is-articel {
  color: var(--pure-white);
  letter-spacing: -.05em;
  font-size: 3rem;
}

.slider-header.is-blog-main {
  font-size: 2.75rem;
}

.swiper-wrapper.is-slider-main,
.swiper-wrapper.is-blog-main {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-slider-selector {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-wrapper.is-slider-add-ons {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-slider-add-ons._2 {
  align-items: stretch;
}

.swiper-wrapper.showcase {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.sustainability {
  display: flex;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.33%;
  display: block;
}

.swiper-slide.is-blog-main {
  flex: none;
  width: 33%;
}

.swiper-slide.is-slider-selector {
  flex: none;
  width: 16.4%;
  padding-right: 0;
  position: relative;
}

.swiper-slide.is-slider-add-ons {
  flex: none;
  width: 26%;
}

.swiper-slide.is-slider-add-ons._2 {
  width: 45%;
}

.swiper-slide.showcase {
  flex: none;
  width: 33.8%;
}

.swiper-slide.sustainability {
  flex: none;
  width: 33.7%;
}

/* Enable touch/swipe on mobile for Swiper */
.swiper.is-slider-main {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.swiper.is-slider-main .swiper-wrapper {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.swiper.is-slider-main .swiper-slide {
  touch-action: pan-x pan-y;
  -webkit-tap-highlight-color: transparent;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper.is-blog-main {
  position: relative;
}

.swiper.is-slider-selector {
  z-index: 1;
  overflow: hidden;
}

.swiper.is-slider-add-ons {
  z-index: 1;
  flex-direction: row;
  position: relative;
  overflow: visible;
}

/* Product image gallery swiper - enable touch/swipe on mobile */
.swiper.is-swiper-product {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.swiper.is-swiper-product .swiper-wrapper {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.swiper.is-swiper-product .swiper-slide {
  touch-action: pan-x pan-y;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
}

.swiper.showcase {
  position: relative;
  overflow: visible;
}

.swiper.sustainability {
  display: block;
}

.swiper.is-articel {
  z-index: 3;
}

.swiper-drag.is-slider-main {
  background-color: #0d0d0d;
  border-radius: 100vw;
  width: 3.5rem;
  height: 100%;
}

.slider-section {
  background-color: var(--white-smoke\<deleted\|variable-adccc9bd\>);
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  overflow: hidden;
}

.slider-section.is-selection-main,
.slider-section.is-selection-main.new {
  display: none;
}

.slider-section.slider-1 {
  background-color: var(--background-stonearts®);
  margin-top: 0;
  margin-bottom: 3.5rem;
}

.slider-section.slider-1.is-articel {
  background-color: var(--yellow-stonearts®);
  border-radius: 50px;
  margin-bottom: 5rem;
  padding-bottom: 8rem;
}

.slider-section.journal {
  background-color: var(--background-stonearts®);
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: block;
}

.slider-main_bottom-wrapper.is-slider-main {
  padding-top: 1rem;
  display: none;
}

.slider-main_top-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 5.1rem;
  display: flex;
}

.slider-main_top-wrapper.is-slider-main {
  justify-content: center;
  margin-top: 80px;
}

.slider-main_top-wrapper.is-slider-main.stoneskin {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.slider-main_top-wrapper.is-slider-main.is-articel {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slider-main_top-wrapper.is-blog-main {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 4.5rem;
}

.basic-container {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.basic-container.hero-image {
  padding-top: 4.5875rem;
  padding-bottom: 2rem;
}

.basic-container.hero-image.main {
  max-width: none;
  padding: 0;
}

.basic-container.super-large-image {
  max-width: 120rem;
  padding-left: 0;
  padding-right: 0;
}

.basic-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: static;
}

.basic-grid.sustainability {
  min-height: 100%;
}

.basic-grid.sustainability.health {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
}

.page-padding {
  padding: 0;
  display: none;
}

.page-padding.slogan {
  color: #212529;
  min-height: 100%;
  display: block;
}

.page-padding.super-large-image,
.page-padding.shout-out {
  padding: 0;
  display: block;
}

.basic-section {
  color: #fff;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  display: block;
}

.basic-section.slogan {
  margin-top: 0;
}

.basic-section.slogan.main {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-bottom: 0;
}

.basic-section.lets-reconnect {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

.basic-section.shout-out {
  margin-bottom: 3.5rem;
}

.basic-section.guide {
  display: none;
}

.basic-section.is-bento-faq {
  z-index: 1;
  margin-top: -7.3rem;
  position: relative;
}

.basic-img-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.basic-img-wrapper.sustainability {
  position: relative;
}

.img-container {
  width: 100%;
  min-height: 919px;
  padding-top: 100%;
}

.img-container.health {
  background-image: linear-gradient(#00000054 32%, #fff0), url('/images/Japandi-Bedroom-transformed-with-Akurock-Wall-Panels.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  padding-top: 120%;
}

.img-container.health._2 {
  background-image: linear-gradient(175deg, #0000004f 35%, #fff0), url('/images/20231120_145536-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.div-block {
  min-height: 0;
}

.cell {
  justify-content: center;
  align-items: center;
  font-family: Acumin Pro;
  font-weight: 600;
}

.cell-2,
.cell-3,
.cell-4,
.cell-5 {
  justify-content: center;
  align-items: center;
}

.dropdown-toggle-4 {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
}

.menu-grid-header-2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Acumin Pro;
  font-size: 26px;
  font-weight: 600;
}

.menu-grid-header-2._2 {
  font-size: 26px;
  font-weight: 400;
}

.image-97 {
  margin-left: 15px;
}

.navbar-7 {
  z-index: 99999999;
  background-color: var(--background-stonearts®);
  font-family: Acumin Pro;
  position: fixed;
  inset: 0% 0% auto;
}

.button-text-style-2 {
  color: var(--black-stonearts®);
  letter-spacing: -1px;
  font-family: Inter, sans-serif;
  font-size: .85vw;
  font-weight: 600;
  text-decoration: none;
}

.hero-heading-2 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: -.05em;
  max-width: 720px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.2em;
}

.button-text {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.button-text.bottom {
  color: var(--background-stonearts®);
  font-size: 1rem;
}

.button-text.bottom.side-note {
  color: var(--black-stonearts®);
  letter-spacing: 0;
  font-size: 1rem;
}

.button-text.is-guide {
  color: var(--dark-brown-stonearts®);
}

.button-text.is-kontakt {
  color: var(--background-stonearts®);
}

.button-text.is-white {
  color: var(--background-stonearts®);
  letter-spacing: -.03em;
  font-size: 1rem;
}

.button-outline-white {
  border: 2px solid var(--background-stonearts®);
  background-color: var(--transparent);
  color: var(--background-stonearts®);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 18.3rem;
  height: 3.8rem;
  margin-top: 35px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-outline-white.bottom {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  justify-content: center;
  width: auto;
  min-width: 18.3rem;
  height: auto;
  min-height: 4vw;
  margin-top: 23px;
  text-decoration: none;
}

.button-outline-white.bottom.add-ons {
  min-width: 0;
  height: 3.7em;
  min-height: 0;
}

.button-outline-white.bottom {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
  justify-content: center;
  width: auto;
  min-width: 17vw;
  height: auto;
  min-height: 4vw;
}

.button-outline-white.bottom.faqs {
  background-color: var(--background-stonearts®);
  color: var(--black-stonearts®);
  border-radius: 70px;
  width: 233px;
  min-width: auto;
  height: 56px;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 2em;
}

.button-outline-white.bottom.faqs.additions {
  border-radius: 4.3rem;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.button-outline-white.bottom {
  background-color: var(--black-stonearts®);
  color: #fff;
  border-color: #0d0d0d;
  border-radius: 4.5rem;
  justify-content: center;
  height: auto;
  min-height: 4vw;
}

.button-outline-white.about-us {
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-outline-white.guide {
  border-color: var(--dark-brown-stonearts®);
  display: flex;
}

.button-outline-white._2 {
  border-color: var(--background-stonearts®);
  border-radius: 30px;
}

.button-outline-white._2.bento {
  display: none;
}

.slider-main_image-height {
  width: 100%;
  padding-top: 161%;
  position: relative;
  overflow: hidden;
}

.slider-main_image-height.is-slider-main {
  border-radius: 1rem;
  padding-top: 155%;
}

.slider-main_image-height.is-slider-main.is-articel {
  padding-top: 0%;
}

.slider-main_image-height.is-blog-main {
  border-radius: 10px;
  padding-top: 100%;
}

.slider-main_image {
  object-fit: cover;
  object-position: 25% 50%;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  transition: transform .4s, opacity 0.5s ease-in-out;
  position: absolute;
  inset: 0%;
}

.heading-142 {
  color: var(--black-stonearts®);
  letter-spacing: -.07em;
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1rem;
}

.heading-143 {
  color: var(--accent-stonearts®);
  letter-spacing: -.07em;
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1em;
}

.heading-144 {
  color: var(--light-grey-text);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1em;
}

.slider-selector_link {
  width: 100%;
  position: relative;
}

.slider-selector_link.is-slider-selector {
  padding-bottom: 5px;
  padding-right: 10px;
}

.slider-selector_link.is-slider-selector:focus-visible,
.slider-selector_link.is-slider-selector[data-wf-focus-visible] {
  outline-offset: -3px;
  border-radius: 6px;
  outline: 3px solid #0d0d0d;
}

.slider-selector_link.is-slider-add-ons.w--current {
  display: flex;
}

.slider-selector_link.is-slider-add-ons._2.w--current {
  display: inline-block;
}

.slider-main_text-wrapper {
  background-image: linear-gradient(to top, #00000052 26%, #fff0 52%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 9%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-main_text-wrapper.is-slider-main {
  background-image: none;
  flex-direction: row;
  justify-content: space-between;
  padding: 1% 1.5%;
  position: static;
}

.slider-main_text-wrapper.is-blog-main {
  background-image: none;
  padding: 0%;
}

.slider-main_text-holder.is-blog-main {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 43px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -1px;
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 3.1rem;
}

.slogan._2 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 4.1rem;
  line-height: 4.3rem;
}

.slogan._2.text {
  letter-spacing: -.05em;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
}

.slogan.guide {
  color: var(--background-stonearts®);
  letter-spacing: -.05em;
  margin-bottom: 35px;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  line-height: 1em;
}

.slogan-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 48.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.55rem;
  padding-right: 3.55rem;
  display: flex;
}

.shout-out-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 761px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.large-img-wrapper {
  background-color: #0000;
  background-image: linear-gradient(to right, #0000004a, #fff0), url('/images/Akurock-Wall-Panel-Obsidian-in-an-modern-livingroom.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 60%;
  display: block;
  position: relative;
}

.large-img-wrapper.main {
  background-repeat: repeat, no-repeat;
  justify-content: center;
  align-items: center;
  min-height: 120vh;
  padding-top: 0%;
  display: flex;
}

.shout-out-container {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 7.5rem;
  display: flex;
}

.shout-out-container.installation {
  justify-content: flex-start;
  align-items: flex-start;
}

.shout-out-container.main {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 14.9rem;
  padding-right: 14.9rem;
  display: flex;
}

.health-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-70 {
  color: #ffffffe6;
  text-align: center;
  letter-spacing: -.05em;
  margin-top: 30px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.link-7 {
  color: #fff;
  letter-spacing: -.02em;
  padding-top: 49px;
  font-family: Inter, sans-serif;
  font-size: 1.3125rem;
  text-decoration: underline;
}

.link-7:hover {
  color: var(--accent-stonearts®);
}

.health-slogan-text-wrapper {
  width: 100%;
  height: 50%;
}

.health-text-slogan {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 2.75rem;
  line-height: 1em;
}

.blog-link-block {
  padding-top: 5px;
}

.text-wrapper-super-large-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
}

.super-large-image-wrapper {
  background-image: url('/images/We-care-about-our-future.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 69.7rem;
  position: relative;
}

.content-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60em;
  display: flex;
}

.field-label {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  padding-bottom: 13px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
}

.payment-options-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 29%;
  padding-top: 1.5rem;
  display: flex;
}

.payment-options-wrapper.is-einkaufswagen {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 1rem 9px 1.5rem;
  display: grid;
}

.payment-options-wrapper.is-produkt {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.form-2 {
  padding-right: 58px;
}

.image-104 {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 29px;
  margin-right: 10px;
}

.checkbox-newsletter:active {
  background-color: var(--orange-red\<deleted\|variable-418ff595\>);
}

.footer-main-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-main-block.links {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.footer-main-block.news {
  padding-top: 0;
}

.footer-main-block.logo {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.footer-main-block.newsletter {
  padding-top: 0;
}

.footer-links {
  color: var(--dim-grey);
  letter-spacing: -.05em;
  padding-bottom: 3px;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.2vw;
  transition: color .2s;
}

.footer-links:hover {
  color: var(--warm-grey);
}

.image-100 {
  width: auto;
  margin-right: 5px;
}

.social-media-link {
  width: auto;
  margin-right: 5px;
  transition: transform .2s;
}

.social-media-link:hover {
  transform: scale(1.1);
}

.link-block-holder-footer {
  flex-direction: column;
  display: flex;
}

.heading-147 {
  color: var(--muted-light-grey-stonearts®);
  text-align: center;
  letter-spacing: -.84vw;
  font-family: Inter, sans-serif;
  font-size: 11.5vw;
  font-weight: 700;
  line-height: 1em;
}

.submit-button-newsletter {
  background-color: #3898ec00;
  background-image: url('/images/Arrow-Up-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18px;
  position: absolute;
  inset: 22% -1% 0% auto;
}

.rights-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-149 {
  color: var(--black-stonearts®);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.social-media-icon_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.follow-us-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.text-field-6 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black #fff var(--black-stonearts®) black;
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  background-color: #fff0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-field-6:active {
  color: var(--black-stonearts®);
}

.text-field-6:focus {
  border-bottom-color: var(--accent-stonearts®);
  color: var(--black-stonearts®);
}

.footer-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(auto, .25fr) auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 109rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image-103 {
  object-fit: contain;
  border-radius: 0;
  max-width: 100%;
  height: 20px;
  margin-right: 10px;
}

.flex-wrapper-newsletter {
  display: flex;
  position: relative;
}

.image-99 {
  object-fit: fill;
  width: auto;
  margin-right: 5px;
  padding-right: 0;
}

.footer-footer-note {
  border-top: 1px solid var(--dim-grey);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-102 {
  width: auto;
  margin-right: 5px;
}

.footer-container {
  background-color: var(--brown-grey-stonearts®);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.quick-stack {
  padding: 0 0 19px;
}

.footer-content-wrapper {
  background-color: var(--light-grey-stonearts®);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
}

.footer-padding {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.image-101 {
  width: auto;
  margin-right: 5px;
}

.heading-150 {
  color: var(--black-stonearts®);
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.5vw;
}

.footer-grid-main_container {
  grid-column-gap: 0px;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .25fr .5fr;
  padding-top: 115px;
  padding-bottom: 1.7em;
}

.checkbox-label {
  color: var(--dim-grey);
  max-width: 376px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-main_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 109rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-footer-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 109rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-links {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: .3rem;
  display: flex;
}

.heading-148 {
  color: var(--black-stonearts®);
  margin-top: 10px;
  padding-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1em;
}

.company-details-wrapper {
  flex-direction: row;
  padding-right: 0;
  display: flex;
}

.heading-151 {
  color: var(--black-stonearts®);
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
}

.heading-153 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1rem;
}

.heading-153.blog {
  color: var(--background-stonearts®);
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.heading-154 {
  color: #f4f4f4;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1rem;
}

.heading-154.blog {
  color: var(--brown-grey-stonearts®);
  text-align: center;
  padding: 19px 29px 19px 0;
  font-size: 1rem;
  line-height: 1.2rem;
}

.slider-main_overflow {
  overflow: hidden;
}

.heading-155 {
  font-family: Acumin Pro;
  font-weight: 600;
}

.submit-button {
  background-color: var(--accent-stonearts®);
  color: var(--background-stonearts®);
}

.heading-156 {
  font-size: 24px;
  font-weight: 600;
}

.text-block-48,
.text-block-49 {
  font-size: 27px;
  font-weight: 600;
}

.cart-footer {
  border-top-style: none;
  border-bottom: 1px #000;
}

.cart-line-item {
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}

.cart-container {
  max-width: 800px;
}

.checkout-button {
  background-color: var(--black-stonearts®);
  padding: 18px;
  font-family: acumin-pro;
  font-size: 21px;
  font-weight: 400;
}

.image-106 {
  width: 172px;
}

.cart-item {
  flex-direction: row;
  display: flex;
}

.text-block-50 {
  font-family: acumin-pro;
  font-size: 19px;
  font-weight: 400;
}

.slider-main_image-2 {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
  transition: opacity 0.5s ease-in-out;
}

.page-wrapper {
  z-index: 0;
}

.container-products {
  max-width: none;
}

.container-products.samples {
  max-width: 115.3rem;
}

.container-products.is-addons {
  max-width: 109.8rem;
}

.page_main {
  z-index: 0;
  display: block;
  overflow: hidden;
}

.page_main.is-guide {
  overflow: visible;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 3.6rem;
  margin-bottom: 3.6rem;
  display: block;
  overflow: hidden;
}

.section.details {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.product {
  margin-top: 4.3rem;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.product.add-ons {
  margin-top: 60px;
  display: block;
}

.section.product.samples {
  margin-top: 8rem;
  margin-bottom: 4.5rem;
}

.section.product.samples.is-addons {
  margin-bottom: 0;
}

.section.product.top {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
}

.section.add-ons {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.content-tile {
  background-color: var(--background-stonearts®);
  border-radius: 10px;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.section.content-tile.is-samples {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section.content-tile.is-product {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.section.showcase {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
}

.section.full.is-akkustik {
  margin-top: 4.3rem;
  padding-top: 0;
}

.section.stoneskin {
  padding-top: 0;
  padding-bottom: 0;
}

.section.stoneskin.slogan {
  margin-top: 5rem;
  margin-bottom: 6rem;
}

.section.stoneskin.inbetween {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section.large {
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-top: 0;
  padding-bottom: 0;
}

.section.top {
  padding-top: 0;
  padding-bottom: 0;
}

.section.top.gallerie {
  margin-bottom: 5rem;
}

.section.gallerie {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-akkustik {
  display: block;
}

.section.is-akkustik.first {
  margin-top: 5rem;
  display: block;
}

.section.is-about {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.section.is-about.description {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.section.is-about.slogan {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

.section.is-about.gemeinsam {
  margin-bottom: 0;
}

.section.is-about.story {
  justify-content: center;
  align-items: center;
  margin-top: -5rem;
  margin-bottom: 0;
  display: block;
}

.section.is-about.team {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section.is-about.last {
  margin-bottom: 10rem;
}

.section.is-about.liebe {
  overflow: visible;
}

.section.is-kontakt {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section.is-hero.versand {
  margin-top: 4.4rem;
  margin-bottom: 0;
}

.section.main {
  display: block;
}

.section.main.social {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: block;
}

.section.main.gallery,
.section.main.landing {
  display: block;
}

.section.is-zahlung {
  margin-top: 0;
}

.product_text_wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  padding: .2rem 2rem 30px;
  display: block;
}

.product-image-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around;
  place-items: stretch stretch;
  display: grid;
  position: relative;
  min-height: 900px;
}

.product-image-grid.add-ons {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: space-around;
  place-items: center;
}

.collection-item-2 {
  position: relative;
  min-height: 450px;
}

.collection-item-2.add-ons {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.image-107 {
  object-fit: cover;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  min-height: 450px;
  position: static;
  inset: 0%;
}

.header-wrapper-product {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: .7em;
  padding-left: .8rem;
  display: flex;
}

.heading-157 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
}

.heading-158 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .2em;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  line-height: 1em;
}

.heading-158.is-product_main {
  font-size: 2.5rem;
}

.heading-159 {
  color: var(--accent-stonearts®);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: .8rem;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
}

.pd-heading {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.selector {
  flex-flow: column wrap;
  flex: 0 auto;
  width: 100%;
  padding-left: .8rem;
  display: flex;
  position: relative;
}

.div-block-604 {
  display: flex;
}

.div-block-605 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0;
  line-height: 15px;
  display: flex;
}

.div-block-605.desk {
  padding-top: 1rem;
}

.slider-selector_component {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.slider-selector_component.is-slider-product {
  flex-direction: column;
  display: flex;
}

.slider-selector_component.is-slider-selector,
.slider-selector_component.showcase {
  overflow: visible;
}

.slider-selector_overflow {
  position: relative;
  overflow: hidden;
}

.slider-selector_wrapper {
  padding-bottom: 0;
  position: relative;
}

.slider-selector_wrapper.showcase {
  width: auto;
}

.slider-selector_height {
  height: 100%;
  padding-top: 120px;
  display: block;
  position: relative;
}

.slider-selector_height.showcase {
  width: 100%;
  margin-right: 0;
  padding-top: 0;
  padding-right: 20px;
  overflow: hidden;
}

.slider-selector_height.sustainability {
  width: 100%;
  padding-top: 0;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.slider-selector_img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: transform .2s;
  display: inline-block;
  position: static;
  inset: 0%;
  box-shadow: 3px 3px 5px -1px #0003;
}

.slider-selector_img:focus {
  box-shadow: none;
}

.slider-selector_img.is-slider-add-ons {
  object-fit: cover;
  padding-right: 5px;
}

.slider-selector_img.is-slider-add-ons._2 {
  box-shadow: none;
  padding-right: 0;
  position: absolute;
}

.slider-selector_img.showcase {
  border-radius: 10px;
  position: static;
  inset: 0%;
}

.slider-selector_img.sustainability {
  box-shadow: none;
  border-radius: 1rem;
  transition-property: none;
}

.slider-selector_img.sustainability.articel {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.heading-161 {
  color: var(--light-grey-text);
  text-align: left;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 1.3vw;
}

.add-to-cart-wrapper {
  width: 100%;
}

.size-selector {
  padding-top: 0;
  padding-left: 15px;
}

.select-field {
  border: 1px solid var(--black-stonearts®);
  background-color: #fff;
  border-radius: 6px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: acumin-pro;
  font-size: .8rem;
  font-weight: 700;
  line-height: 21px;
}

.field-label-2 {
  color: var(--black-stonearts®);
  font-family: acumin-pro;
  font-size: 1.1rem;
  font-weight: 400;
}

.q-num {
  background-color: var(--transparent);
  text-align: center;
  border-width: 1px;
  border-radius: 1.25rem;
  flex: 0 auto;
  width: 60px;
  height: 3rem;
  margin-bottom: 0;
  margin-left: .4rem;
  margin-right: .4rem;
  padding-left: 1px;
  padding-right: 1px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.q-num.is-cart {
  width: 44px;
  height: 31px;
  margin-right: .4rem;
  font-size: .7rem;
}

.q-num.is-einkauf {
  width: 55px;
  height: 2rem;
  margin-left: 0;
  font-size: .9rem;
  font-weight: 400;
}

.q-num.is-main {
  width: 50px;
  height: 2.5rem;
  margin-right: .4rem;
  font-size: .9rem;
}

.q-num.is-zubeh-r {
  display: none;
}

.field-label-3 {
  color: var(--black-stonearts®);
  text-align: left;
  letter-spacing: -.05em;
  border-bottom: 1px solid #00000024;
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7em;
}

.div-block-607,
.div-block-608 {
  flex-direction: column;
}

.div-block-609 {
  border: 1px solid #00000024;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--black-stonearts®);
  color: var(--background-stonearts®);
  border-radius: 70px;
  justify-content: center;
  width: 100%;
  margin-top: 1.4em;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.button {
  background-color: var(--background-stonearts®);
  border-width: 1px;
  border-radius: 6px;
  padding: 13px 30px;
  font-family: Acumin Pro;
}

.cell-7 {
  padding-right: 100px;
}

.heading-162 {
  color: var(--black-stonearts®);
  margin-top: 0;
  padding-right: 5px;
  font-size: 1rem;
  line-height: 2rem;
  display: none;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
}

.slider-selector_arrow {
  z-index: 2;
  position: absolute;
  inset: 30% auto 0% 6%;
}

.slider-selector_arrow.swiper-prev {
  background-color: var(--background-stonearts®);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  display: flex;
  inset: 0% auto 0% 4%;
  box-shadow: 0 5px 5px #0003;
}

.slider-selector_arrow.swiper-prev:hover {
  transform: scale(.9);
}

.slider-selector_arrow.swiper-prev.desktop {
  display: none;
}

.slider-selector_arrow.swiper-next {
  background-color: var(--background-stonearts®);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  display: flex;
  inset: 0% 4% 0% auto;
  box-shadow: 0 5px 5px #0003;
}

.slider-selector_arrow.swiper-next:hover {
  transform: scale(.9);
}

.slider-selector_arrow.swiper-next.desktop {
  display: none;
}

.slider-selector_wrap {
  overflow: visible;
}

.delivery-time-wrapper {
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-163 {
  color: var(--light-grey-text);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1em;
}

.image-110 {
  object-fit: contain;
  border-radius: 0;
  width: 1.5rem;
  margin-left: 20px;
}

.sample-link-wrapper {
  flex-direction: column;
  margin-left: 15px;
  display: block;
}

.heading-165 {
  color: var(--black-stonearts®);
  letter-spacing: -1px;
  margin-bottom: 0;
}

.heading-165.add-ons {
  padding-bottom: 10px;
}

.heading-166 {
  color: var(--dim-grey);
  letter-spacing: -1px;
  margin-top: 0;
  padding-bottom: 15px;
  font-family: acumin-pro;
  font-size: 1.2rem;
  font-weight: 400;
}

.cell-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-details {
  border-bottom: 0 #0000004d;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.tab-link {
  background-color: #0000;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.tab-link.w--current {
  border-bottom: 2px solid var(--accent-stonearts®);
  background-color: #0000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.tabs-menu {
  border: 0 solid #0000004d;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs-menu.beschreibung {
  justify-content: center;
  align-items: center;
}

.tabs-beschreibung {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-16 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.tabs-container-beschreibung {
  max-width: 108.2rem;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.taps-tagline {
  margin-top: 35px;
  padding-bottom: 20px;
  font-size: 2.2rem;
}

.taps-tagline.installation-downloads {
  letter-spacing: -.05em;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 5rem;
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.9rem;
  line-height: 2.1rem;
}

.taps-counter-wrapper {
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.counter {
  color: var(--black-stonearts®);
  letter-spacing: -2px;
  padding-right: 5px;
  font-family: acumin-pro;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 5rem;
}

.counter.installation-downloads {
  letter-spacing: -.05em;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 5rem;
}

.heading-167 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  padding-top: 12px;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

.text-span {
  color: var(--accent-stonearts®);
  -webkit-text-stroke-color: var(--accent-stonearts®);
  font-family: Acumin Pro;
  font-weight: 600;
}

.taps-text-wrapper {
  flex-direction: column;
  display: flex;
}

.taps-text-wrapper.specifications {
  flex: none;
  width: 375px;
  padding-bottom: 11px;
}

.heading-168 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  margin-top: 40px;
  font-weight: 600;
  line-height: 1.5rem;
}

.taps-hero-img.installation-downloads {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 11px 6px 20px #0003;
}

.taps-hero-img.specification {
  border-radius: 10px;
}

.paragraph-72 {
  padding-top: 20px;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5em;
}

.button-wrapper-taps {
  width: 379px;
  height: 97px;
  display: flex;
}

.button-wrapper-taps.specfications {
  align-items: flex-end;
}

.our-natural-stones {
  object-fit: fill;
}

.container-basic {
  width: 100%;
  max-width: 97.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-basic.hero-section {
  max-width: 120rem;
  margin-top: 0;
}

.container-basic.hero-section.product,
.container-basic.hero-section.is-akustik {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selection-tile._3 {
  background-color: #0000;
}

.selection-tile_img-wrapper {
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 900px;
  padding: 60px;
  display: flex;
}

.selection-tile_img-wrapper._2 {
  background-image: linear-gradient(0deg, #00000014, #fff0 40%), url('/images/Mockup_AKUROCK_Visualizer_Landing.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1rem;
  max-width: none;
  height: 100%;
  min-height: 0;
  padding-right: 0;
}

.selection-tile_img-wrapper._3 {
  background-image: url('/images/Sample-0123421_12.webp');
  background-position: 50% 82%;
  background-size: cover;
  border-radius: 1rem;
  max-width: none;
  height: 100%;
  min-height: 0;
}

.selection-tile_img-wrapper._3.is-akkustik {
  background-image: url('/images/Sample-0240316_small.webp');
}

.selection-tile_img-wrapper._1 {
  background-image: url('/images/Skandi_Bedroom_3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  min-height: 53rem;
}

.heading-174 {
  color: var(--background-stonearts®);
  letter-spacing: -.05em;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  display: block;
}

.heading-174.bento {
  color: var(--more-fun-coral-stonearts®);
  -webkit-text-stroke-color: #f1c6a8;
}

.heading-174.bento-main {
  color: var(--background-stonearts®);
  font-size: 2.7rem;
}

.heading-174.bento-main._2 {
  color: var(--background-stonearts®);
  width: 430px;
  padding-right: 0;
  font-size: 3.6rem;
  line-height: 3.8rem;
}

.paragraph-77 {
  color: var(--background-stonearts®);
  letter-spacing: -.04em;
  margin-bottom: .2rem;
  padding-left: .2rem;
  font-size: 1rem;
  line-height: 1.2em;
}

.paragraph-77.bento {
  color: var(--more-fun-coral-stonearts®);
}

.paragraph-77.bento-main {
  font-size: 1rem;
}

.paragraph-77.bento-main._2 {
  color: var(--background-stonearts®);
  font-size: 1rem;
}

.paragraph-77.bento-main._3 {
  color: var(--background-stonearts®);
}

.quick-stack-4 {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  height: 53rem;
  padding: 0;
}

.quick-stack-4.is-akkustik {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.selection-tile_text-wrapper {
  flex-direction: row;
  padding-left: 0;
  display: flex;
}

.selection-tile_text-wrapper.bento.background {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% auto 0% 4%;
}

.arrow-wrapper {
  align-items: flex-end;
  display: flex;
}

.arrow-wrapper.bento.visualizer {
  justify-content: center;
  align-items: center;
  width: 43px;
  min-height: 0;
  padding-bottom: 46px;
}

.arrow-wrapper.visualizer {
  justify-content: flex-start;
  align-items: center;
}

.wrapper {
  padding-left: 15px;
}

.container-selection {
  max-width: 109.2rem;
  padding-left: 0;
  padding-right: 0;
}

.container-selection.is-akustik {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.basic-container {
  max-width: 109.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.basic-container.journal {
  width: auto;
  max-width: 104.3rem;
}

.basic-container.social {
  padding-left: .5rem;
  padding-right: .5rem;
}

.content-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.img-hero-wrapper-guide {
  background-image: url('/images/1326419180-1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 928px;
  position: relative;
}

.section-2 {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 0;
}

.section-2.review {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0;
  display: block;
}

.section-2.slogan {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.section-2.slogan.product {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.tile-wrapper {
  background-image: url('/images/20230807_093002-2.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  height: 115vh;
  display: flex;
  position: relative;
}

.tile-wrapper.is-zubeh-r {
  border-radius: 1rem;
}

.shout-outs-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shout-outs-wrapper.product {
  flex-flow: column;
}

.heading-178 {
  text-align: center;
  letter-spacing: -.01em;
  max-width: 70rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.review-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.heading-180 {
  color: var(--black-stonearts®);
  font-size: 7.9rem;
  line-height: 8.1rem;
}

.score {
  padding-left: 7px;
}

.score.review {
  padding-left: 0;
}

.review-count {
  font-family: Inter, sans-serif;
}

.collection-list-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: 109.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-medium.installation.is-zubehr {
  max-width: 109.8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.heading-185 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: -.05em;
  max-width: 1000px;
  margin-bottom: 23px;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  line-height: 1em;
}

.section-medium {
  margin-top: 120px;
  margin-bottom: 3.5rem;
}

.section-medium.installation-guide {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.section-medium.installation-guide.is-akkustik {
  margin-top: 5rem;
}

.section-medium.product {
  margin-bottom: 120px;
}

.section-medium.bento {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.section-medium.bento.gallerie {
  margin-bottom: 10rem;
}

.section-medium.installation {
  margin-top: 1.5rem;
}

.section-medium.installation.is-addons {
  margin-top: 0;
}

.section-medium.installation.product {
  margin-bottom: 1.5rem;
}

.add-ons-sample_wrapper {
  margin-top: 1rem;
  padding: 0 0 15px 15px;
}

.hero-img-wrapper {
  background-color: var(--background-stonearts®);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-img-wrapper.stone-selection {
  background-image: url('/images/neom-AdkJ-LgpTrE-unsplash-wdie-test-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100vh;
  display: block;
}

.hero-img-wrapper.is-akkustik {
  background-image: url('/images/Quiete_the_noise_20240426.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110vh;
  margin-top: 0;
}

.hero-img-wrapper.is-mission {
  background-image: linear-gradient(#00000014, #00000014), url('/images/pushkar-mission-India.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 110vh;
}

.hero-img-wrapper.is-lieferung {
  background-image: linear-gradient(#00000059, #00000059), url('/images/james-zwadlo-hpZh7Pvs9mk-unsplash-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 3.1rem;
  border-bottom-left-radius: 3.1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.section-hero {
  margin-top: 4.3rem;
  margin-bottom: 2.5rem;
}

.section-hero.is-journal {
  margin-top: 4.4rem;
  margin-bottom: 0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-189 {
  color: var(--yellow-stonearts®);
  letter-spacing: -.05em;
  border-radius: 0;
  margin-top: 5rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 6.5rem;
}

.container-section {
  max-width: 109.2rem;
  padding: 0 2.5rem 3rem;
}

.journal-collection-wrapper {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-3 {
  border-radius: 10px;
  width: 100%;
}

.section-journal {
  z-index: 1;
  background-color: var(--background-stonearts®);
  margin-top: 0;
  margin-bottom: 7.5rem;
  position: relative;
}

.section-journal.select {
  margin-bottom: 0;
}

.collection-item-4 {
  padding-left: 0;
  padding-right: 0;
}

.section-journal-page {
  margin-top: 5rem;
  padding-left: 45px;
  padding-right: 45px;
}

.container-journal-page {
  background-color: var(--pure-white);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9.4rem;
  padding-left: 0;
  padding-right: 0;
}

.heading-193 {
  text-align: left;
  letter-spacing: -.07em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.top {
  color: var(--dim-grey);
  text-align: center;
  font-family: acumin-pro;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.main-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: block;
}

.body-text-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: acumin-pro;
  font-size: 17px;
  font-weight: 400;
}

.heading-195 {
  background-color: var(--yellow-stonearts®);
  color: var(--pure-white);
  text-align: left;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 2.6rem;
  padding: 8.5px 13.5px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.blog-wrapper {
  max-width: 70.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
}

.blog-img-container {
  object-fit: cover;
  display: block;
  position: relative;
}

.blog-meta {
  display: flex;
}

.heading-198 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1em;
}

.top-header-wrapper {
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.heading-202 {
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.section-guide {
  z-index: 0;
  display: block;
  position: relative;
}

.section-timeline-heading {
  background-color: var(--background-stonearts®);
}

.container-2 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 902px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-main_heading-wrapper.is-end {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.margin-bottom-medium.first-things-first {
  margin-top: 34px;
}

.paragraph-large {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 1.2rem;
  font-weight: 500;
}

.heading-204 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  font-size: 5rem;
  font-weight: 700;
  line-height: .8em;
}

.section-timeline {
  z-index: -3;
  background-color: var(--background-stonearts®);
  display: block;
  position: relative;
}

.container-3 {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.instructions {
  width: 100vw;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--accent-stonearts®), var(--accent-stonearts®));
  width: 3px;
  height: 52vh;
  position: fixed;
  inset: 0 auto 52vh;
}

.timeline_centre {
  justify-content: space-around;
  padding-left: .3em;
  display: flex;
}

.timeline_circle {
  background-color: var(--black-stonearts®);
  box-shadow: 0 0 0 8px var(--background-stonearts®);
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 52vh;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
  inset: auto auto auto 37%;
}

.timeline_image-wrapper {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}

.timeline_right {
  width: 100%;
  margin-left: 0;
  padding-left: 45px;
}

.timeline_date-text {
  color: var(--black-stonearts®);
  text-align: left;
  letter-spacing: -.05em;
  justify-content: flex-start;
  font-family: Inter, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  position: sticky;
  top: 50vh;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_text {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.overlay-fade-top {
  background-image: linear-gradient(to bottom, var(--background-stonearts®) 56%, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 51px 1.75fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 104.9rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 75px;
  padding-right: 20px;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, var(--background-stonearts®) 20%, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-54 {
  color: var(--black-stonearts®);
  letter-spacing: -.07em;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1em;
}

.quick-stack-9 {
  grid-column-gap: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.rich-text-block-2 {
  letter-spacing: -.05em;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 29px;
}

.cell-22 {
  padding-left: .5rem;
}

.option-wrapper {
  margin-top: 30px;
  margin-bottom: 5px;
  display: flex;
}

.heading-205 {
  letter-spacing: -.05em;
  margin-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1em;
}

.section-timeline-cta {
  background-color: var(--background-stonearts®);
  display: block;
}

.margin-bottom-small {
  margin-bottom: 24px;
}

.timeline_date-text-2 {
  color: var(--black-stonearts®);
  letter-spacing: -.07em;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  display: flex;
  position: sticky;
  top: 50vh;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.button-inverted {
  border: 2px solid var(--black-stonearts®);
  background-color: var(--black-stonearts®);
  color: var(--background-stonearts®);
  letter-spacing: .05em;
  text-transform: none;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 14.7rem;
  height: 3.8rem;
  padding: 14px 32px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: all .4s;
  display: flex;
}

.button-inverted:hover {
  transform: translate(0, -4px);
}

.youtube {
  min-height: 378px;
}

.container-menu {
  justify-content: space-between;
  align-items: center;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.button-wrapper-menu {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-button-3 {
  background-color: #0000;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}

.cart-quantity-3 {
  background-color: var(--accent-stonearts®);
  color: var(--background-stonearts®);
  position: absolute;
  top: 5.5px;
  left: 13px;
}

.nav-stonearts {
  background-color: var(--background-stonearts®);
  position: fixed;
  inset: 0% 0% auto;
}

.account-wrapper {
  flex: 0 auto;
  padding: 9px 6px;
}

.dropdown-toggle-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
}

.dropdown-toggle-5.w--open {
  font-family: Inter, sans-serif;
}

.div-block-663 {
  flex: 1;
}

.div-block-664 {
  display: flex;
}

.div-block-665 {
  flex: 0 auto;
  display: flex;
}

.dropdown-2 {
  position: static;
}

.nav-menu {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  display: flex;
  position: static;
}

.nav-menu._2 {
  justify-content: flex-end;
  display: flex;
}

.dropdown-list-2 {
  background-color: var(--transparent-white);
  inset: 100% 0% auto;
}

.dropdown-list-2.w--open {
  background-color: var(--background-stonearts®);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 4px 5px -3px #0003;
}

.mega-menu-container {
  width: 100%;
  max-width: 110rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 45px;
}

.links {
  padding-top: 50px;
}

.mega-menu-linkblock {
  display: flex;
}

.heading-206 {
  letter-spacing: -1px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 2rem;
}

.heading-206:hover {
  color: var(--orange-red\<deleted\|variable-418ff595\>);
}

.heading-206.inspiration {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2em;
  transition: color .2s;
}

.heading-206.inspiration:hover {
  color: var(--warm-grey);
}

.heading-207 {
  color: var(--black-stonearts®);
  letter-spacing: -1px;
  font-family: Acumin Pro;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.7rem;
  display: block;
}

.heading-207.img {
  letter-spacing: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.img-container-menu {
  flex-direction: column;
  align-items: flex-start;
  font-family: Acumin Pro;
  font-weight: 600;
  display: flex;
}

.div-block-666,
.div-block-667 {
  display: flex;
}

.div-block-668 {
  background-image: url('/images/Whisper_Staircase_AKUROCK_Akustikpaneele.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 10px;
  min-width: 20vw;
  min-height: 18vw;
  display: flex;
  overflow: hidden;
}

.div-block-668._2 {
  background-image: url('/images/20240314_144441-1-top.webp');
  background-position: 50% 39%;
}

.div-block-668._2.inspiration.second {
  background-image: url('/images/Stoneskin_by_stonearts®.webp');
  background-position: 50% 73%;
}

.div-block-668._2.support {
  background-image: url('/images/Support-hotline.webp');
}

.div-block-668._3 {
  background-image: url('/images/Visualizer_Kachel_Akustikpaneele.webp');
}

.div-block-668.inspiration {
  background-image: url('/images/brush-close-up.webp');
  background-position: 50% 100%;
  min-width: 20vw;
  min-height: 18vw;
}

.div-block-668.installation {
  background-image: url('/images/Akurock_Akustikpaneel_Installation.webp');
}

.footer-mega-menu {
  border-top: 1px solid #0d0d0d1a;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.text-block-56 {
  color: var(--black-stonearts®);
  letter-spacing: -1px;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 65px;
  font-family: Acumin Pro;
  font-size: 1rem;
  font-weight: 600;
}

.text-wrapper-menu {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 35px 0 15px;
  display: flex;
}

.bottom-mega-text-wrapper {
  flex: 1;
  display: flex;
}

.heading-208 {
  color: var(--black-stonearts®);
  letter-spacing: 0;
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
}

.mega-menu-grid {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  padding-left: 20px;
}

.mega-menu-grid.inspiration,
.mega-menu-grid.support {
  grid-template-columns: 1fr 1fr 1fr;
}

.mega-menu-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mega-menu-block.img-large {
  border-left: 1px solid #0d0d0d1a;
  padding-left: 25px;
  padding-right: 25px;
}

.mega-menu-block.img-large._2 {
  border-left: 1px solid #0d0d0d1a;
}

.general-mega-wrapper {
  border-top: 1px solid #0d0d0d1a;
  width: 100%;
  position: relative;
}

.link-wrapper {
  margin-top: 25px;
}

.text-block-57 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
}

.image-117 {
  object-fit: contain;
  width: auto;
}

.text-block-58 {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.text-block-59 {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: color .2s;
}

.text-block-59:hover {
  color: var(--warm-grey);
}

.link-block-17 {
  padding: 25px 20px 25px 10px;
}

.link-block-17.w--current:hover {
  color: var(--kontrast-yellow\<deleted\|variable-374556cc-b295-db9e-cdaa-11f5c5eb6cfd\>);
}

.link-block-17.contact-us {
  display: none;
}

.slider-main_wrap {
  position: relative;
}

.slider-main_arrow {
  z-index: 2;
  background-color: var(--background-stonearts®);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 0 5px 5px #0003;
}

.slider-main_arrow:hover {
  transform: scale(.9);
}

.slider-main_arrow.swiper-prev {
  background-color: var(--background-stonearts®);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  inset: 0% auto 0% 0%;
  box-shadow: 0 2px 5px #0003;
}

.slider-main_arrow.swiper-prev:hover {
  transform: scale(.9);
}

.slider-main_arrow.swiper-prev.mobile-main._2 {
  top: 14%;
  left: -2%;
}

.slider-main_arrow.swiper-prev.mobile-main._2.main {
  cursor: pointer;
  margin-top: 25rem;
}

.slider-main_arrow.swiper-prev.mobile-main._2.main.is-articel {
  z-index: 5;
}

.slider-main_arrow.swiper-prev.mobile-main._2.is-stoneskin {
  margin-top: 12.5rem;
}

.slider-main_arrow.swiper-prev.mobile-main.first.sus {
  display: none;
  left: 1%;
}

.slider-main_arrow.swiper-next {
  inset: 0% 0% 0% auto;
}

.slider-main_arrow.swiper-next.mobile-main._2 {
  top: 14%;
  right: -2%;
  transform: none;
}

.slider-main_arrow.swiper-next.mobile-main._2:hover {
  transform: scale(.9);
}

.slider-main_arrow.swiper-next.mobile-main._2.main {
  cursor: pointer;
  margin-top: 25rem;
}

.slider-main_arrow.swiper-next.mobile-main._2.main.is-articel {
  z-index: 5;
}

.slider-main_arrow.swiper-next.mobile-main._2.is-stoneskin {
  margin-top: 12.5rem;
}

.slider-main_arrow.swiper-next.mobile-main.first.sus {
  display: none;
}

.hero-slogan-wrap {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 9rem;
  padding-left: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mobile-selection-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

/* Show accessories section on desktop even when mobile-selection-grid is hidden */
@media screen and (min-width: 768px) {

  .mobile-selection-grid .add-ons-sample_wrapper,
  .mobile-selection-grid .additonal_products_wrapper,
  .mobile-selection-grid .collection-list-wrapper-5,
  .mobile-selection-grid .w-dyn-items {
    display: block !important;
    visibility: visible !important;
  }

  .mobile-selection-grid .collection-item-7 {
    display: flex !important;
  }
}

.slider-selector-orbit,
.nav-right {
  display: flex;
}

.logo-stonearts {
  object-fit: cover;
  border-radius: 0;
  width: 9.1rem;
  height: 2.5rem;
}

.image-121 {
  object-fit: cover;
  width: 27px;
  height: 27px;
  display: none;
  overflow: hidden;
}

.desktop-nav {
  padding-top: 0;
}

.mobile-nav {
  display: none;
}

.image-122 {
  border-radius: 0;
  width: 27px;
  height: 27px;
}

.accordion-item.js-accordion-item {
  cursor: pointer;
}

.accordion-item.js-accordion-item.side-note {
  border-top: 1px solid #0d0d0d26;
}

.accordion-item.js-accordion-item.is-faq-tap {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  padding-left: 0;
}

.accordion-item.js-accordion-item.is-faq-tap.end {
  border-bottom-style: none;
}

.accordion-header.js-accordion-header.side-note {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.accordion-header.js-accordion-header.side-note.is-faq-tap {
  padding-left: 35px;
}

.accordion-body.js-accordion-body.is-faq-tap {
  padding-left: 34px;
  padding-right: 35px;
}

.mobile-nav-header.side-note {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.mobile-nav-header.side-note.info-taps {
  color: var(--black-stonearts®);
  font-size: 1.2rem;
  font-weight: 600;
}

.js-accordion-icon.side-note {
  align-self: auto;
  width: auto;
  height: 20px;
  transition: transform .2s;
}

.slogan-wrap-footer {
  width: 16%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.html-embed.in-reverse.sus {
  width: 30%;
  height: 55%;
  transform: rotate(-180deg);
}

.html-embed.sus,
.arrow-embed {
  width: 30%;
  height: 55%;
}

.arrow-embed.is-reversed {
  width: 30%;
  transform: rotate(-180deg);
}

.image-123 {
  aspect-ratio: auto;
  width: 100%;
}

.product-selection-grid {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  padding-top: 0;
}

.swiper-main-img {
  padding-top: 0;
  display: none;
}

.paragraph-86.side-note {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5em;
}

.important-side-note-wrap {
  padding-top: 20px;
  padding-left: 15px;
}

.tab-link-tab-3 {
  background-color: #c8c8c800;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-3.w--current {
  border-bottom: 2px solid var(--black-stonearts®);
  background-color: #c8c8c800;
}

.tab-link-tab-2 {
  background-color: #fff0;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-2.w--current {
  background-color: #fff0;
  border-bottom: 2px solid #000;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-1 {
  background-color: var(--background-stonearts®);
  padding-left: 0;
  padding-right: 10px;
}

.tab-link-tab-1.w--current {
  border-bottom: 2px solid var(--black-stonearts®);
  background-color: #0000;
  padding-left: 0;
  padding-right: 10px;
  transition: transform .2s;
}

.tabs-content {
  border-top: 1px solid #46464626;
}

.side-note_wrap {
  color: var(--dim-grey);
  padding-top: 20px;
  font-size: 1rem;
}

.div-block-670 {
  border: 1px solid #00000024;
  border-radius: 1rem;
  padding: 15px 20px 20px;
}

.text-block-60 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: .8vw;
}

.text-block-61,
.text-block-62 {
  font-family: Inter, sans-serif;
  font-size: .8vw;
}

.sample-selection_wrap {
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: block;
}

.quantity-2 {
  background-color: var(--white-smoke\<deleted\|variable-adccc9bd\>);
  border-style: none;
  border-radius: 20px;
  padding-left: 23px;
  display: inline-block;
}

.quantity-2.addtionals {
  border-radius: 14px;
  width: 49px;
  padding-left: 19px;
}

.field-label-5,
.select-field-2 {
  display: none;
}

.slider-main_price-holder {
  flex-flow: column;
  display: flex;
}

.page_wrap {
  background-color: var(--background-stonearts®);
}

.sample-content_wrap {
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 44px;
  display: flex;
}

.sample-information_wrap {
  opacity: 1;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 6rem;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.sample-information_wrap.is-addons {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.sample-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.sample-grid.is-addons {
  grid-template-rows: auto auto auto;
  grid-auto-flow: row;
}

.add-to-cart-button-2 {
  color: var(--background-stonearts®);
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 20px;
  padding: 0 10px 0 15px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.collection-item-5 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.text-block-65 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.3rem;
}

.text-block-65.is-addons {
  padding-bottom: .2em;
  font-size: 1.8vw;
  line-height: 1.9vw;
}

.top_titel-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.top_titel-wrap.is-addons {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 375px;
  padding-left: 0;
  padding-right: 10px;
}

.item-wrap_samples {
  z-index: 3;
  aspect-ratio: 450 / 450;
  background-color: var(--test);
  opacity: 1;
  object-fit: cover;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px -2px #0003;
}

.item-wrap_samples:hover {
  mix-blend-mode: normal;
}

.item-wrap_samples.is-addons {
  background-color: var(--test);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-block-67 {
  color: var(--black-stonearts®);
  text-align: left;
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 3.8rem;
}

.img_wrap {
  flex: 0 auto;
  width: 27%;
  position: absolute;
  inset: 63% auto auto 5%;
}

.bottom_addtocart-wrap {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.bottom_addtocart-wrap.is-addons {
  z-index: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
}

.add-to-cart {
  line-height: 1px;
}

.addtocart_container {
  background-color: var(--black-stonearts®);
  border-radius: 25px;
  width: 176px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  overflow: hidden;
}

.image-131 {
  object-fit: contain;
  width: 37px;
  margin-left: 7px;
  padding-left: 10px;
  padding-right: 10px;
}

.sample-selection-box_wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 564px;
  margin-top: 1rem;
  padding-top: 0;
  display: flex;
  position: relative;
}

.sample-selection-box_wrap.is-zubeh-r {
  min-height: 655px;
}

.large-box_container {
  z-index: 0;
  background-image: url('/images/20240314_153732-2-adj.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 1rem;
  justify-content: flex-end;
  width: 73%;
  height: 100%;
  padding-top: 546px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.large-box_container.is-addons {
  background-image: url('/images/Produkt-Foto-Stoneskin-327-99-1.webp');
  background-position: 50%;
}

.text-block-68 {
  padding-top: .6rem;
  font-family: Inter, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.text-block-68.is-addons {
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5em;
}

.box-addtocart_wrap {
  background-color: var(--brown-grey-stonearts®);
  border-radius: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  min-width: 34.5rem;
  padding: 42px;
  display: flex;
  position: relative;
}

.text-block-69 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 2.1rem;
}

.text-block-70 {
  letter-spacing: -.02em;
  padding-left: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-70.is-addons {
  padding-top: 0;
  font-size: .85vw;
  font-weight: 400;
  line-height: 1.5vw;
}

.darken-animation-layer {
  z-index: 1;
  background-color: #0000000f;
  border-radius: 20px;
  display: none;
  position: absolute;
  inset: 0%;
}

.darken-animation-layer.is-addons {
  z-index: 0;
  border-radius: 0;
  display: none;
}

.image-132 {
  border-radius: 0;
}

.image-133 {
  aspect-ratio: 3 / 2.3;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.image-134 {
  object-fit: contain;
  border-radius: 0;
  width: 74px;
}

.image-135 {
  width: auto;
}

.image-136 {
  border-radius: 0;
  margin-top: -5px;
  padding-bottom: 0;
  display: flex;
}

.image-137,
.image-138,
.image-139 {
  width: 70%;
}

.main-hero_wrap {
  background-image: none;
  background-position: 0 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 100vh;
  position: relative;
}

.image-145 {
  border-radius: 0;
}

.text-block-72 {
  color: var(--light-grey-text);
  font-family: Inter, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.slider-section {
  background-color: var(--background-stonearts®);
}

.section-bento-main {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.section-bento-main.large_img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-bento-main.large_img.product {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
}

.section-bento-main.full-screen,
.section-bento-main.full-screen.samples {
  margin-top: 2rem;
}

.section-bento-main.samples {
  margin-top: 2.5rem;
}

.bento-grid-main {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bento-grid-main.product {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.bento-vid-container-large {
  position: relative;
}

.slogan-wrapper {
  max-width: 71rem;
}

.slogan-wrapper.product {
  z-index: 2;
  background-image: none;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.slogan-wrapper.main {
  z-index: 2;
  background-image: linear-gradient(#0000000d, #0000000d);
  border-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.heading-215 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: -.05em;
  max-width: 1000px;
  font-family: Inter, sans-serif;
  font-size: 5.9rem;
  font-weight: 600;
  line-height: 5.2rem;
}

.taps-img-container-2 {
  border-radius: 10px;
  width: 337px;
  height: 362px;
  padding-right: 0;
  display: block;
  box-shadow: 11px 6px 25px #0003;
}

.taps-img-container-2.specifications {
  box-shadow: none;
  border-radius: 0;
  flex: none;
  width: 619px;
  height: auto;
}

.taps-img-container-2._3 {
  width: 225px;
  height: 260px;
}

.taps-wrapper {
  max-width: 109.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.taps-left {
  flex: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.taps-counter-information {
  z-index: 6;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.taps-counter-information.specifications {
  align-items: flex-start;
  width: 100%;
}

.img-container-taps {
  flex: none;
  width: 500px;
  height: 550px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.taps-right {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-93 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr minmax(200px, .5fr);
  position: relative;
}

.taps-img-container-3 {
  flex: none;
  width: 225px;
  height: 303px;
  padding-right: 0;
}

.taps-grid-right {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  object-fit: fill;
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.grid-94 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  height: 550px;
  margin-right: 98px;
  padding-left: 0;
}

.grid-94.specifications {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-columns: .25fr .25fr;
  margin-right: 0;
  padding-left: 0;
}

.right-tap-img-text-wrapper {
  flex-direction: column;
  display: flex;
}

.right-tap-img-text-wrapper.specifications {
  flex: none;
  justify-content: flex-end;
  align-items: stretch;
}

.text-block-73 {
  letter-spacing: -.03em;
  padding-top: .9375rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.image-152,
.image-153 {
  border-radius: 10px;
}

.div-block-673 {
  background-color: var(--black-stonearts®);
  width: 54px;
  height: 2px;
}

.tabs_content {
  background-color: #e0dbd3;
  flex: 0 auto;
  width: 0%;
  transition: height .4s, width .4s;
  position: relative;
  overflow: hidden;
}

.tabs_content.active {
  width: 100%;
}

.tabs_heading {
  margin-left: 0;
  margin-right: 0;
  font-family: Acumin Pro;
  font-size: 1.9em;
  font-weight: 600;
  transform: rotate(-180deg);
}

.tab_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.8em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tabs_link {
  background-color: #f3f1ee;
  border-left: 2px solid #000;
  border-right: 2px solid #0000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding: 2.3em 1.5em;
  transition: all .4s;
  display: flex;
}

.tabs_link.active {
  background-color: #c5bfb3;
  border-right-color: #000;
}

.main-wrapper {
  border: 1px solid var(--black-stonearts®);
}

.tab_contain {
  width: 45.4em;
  max-width: 45.4em;
  height: auto;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.heading-218 {
  color: var(--mellow-brown);
  margin-bottom: 23px;
}

.bold-text-6 {
  color: var(--mellow-brown);
  font-family: acumin-pro;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.text-block-74 {
  color: var(--dim-grey);
  padding-left: 25px;
  padding-right: 25px;
  font-family: acumin-pro;
  font-size: 1em;
  display: block;
  position: absolute;
  inset: auto 0% 12%;
}

.bold-text-7 {
  color: var(--background-stonearts®);
  font-family: Acumin Pro;
  font-size: 1.3em;
  font-weight: 600;
}

.image-154 {
  border-radius: 10px;
  box-shadow: 5px 7px 16px #00000026;
}

.paragraph-91 {
  margin-top: 15px;
  margin-bottom: 40px;
  line-height: 1.1rem;
}

.img-wrap-guide {
  border-radius: 10px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.bento-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bento-grid.sample_visualizer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-bento {
  background-color: var(--more-fun-coral-stonearts®);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  min-height: 415px;
  padding: 25px 60px;
  display: flex;
}

.img_bento {
  background-image: url('/images/Mockup_AKUROCK_Visualizer_Small.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 563px;
  padding: 60px;
  display: flex;
  position: relative;
}

.long_img_bento {
  background-image: linear-gradient(2deg, #00000091, #fff0), url('/images/20240314_153732-2-adj.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 415px;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading-219 {
  color: var(--background-stonearts®);
  letter-spacing: -.05em;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-92 {
  color: var(--background-stonearts®);
  letter-spacing: -.03em;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.image-155 {
  width: 76%;
}

.image-155.is-produkt {
  width: 100%;
}

.sustainability_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-156,
.image-157,
.image-158 {
  border-radius: 10px;
}

.installation_wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan_installation_guide_wrap {
  width: 574px;
  margin-right: 4.5rem;
}

.heading-220 {
  color: var(--dark-brown-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9em;
}

.paragraph-93 {
  color: var(--dark-brown-stonearts®);
  letter-spacing: -.03em;
  padding-top: 22px;
  padding-right: 90px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.div-block-674 {
  background-color: var(--more-fun-coral-stonearts®);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 520px;
  padding: 60px 80px;
  display: flex;
}

.div-block-675 {
  background-image: url('/images/Quite-the-noise_Akurock.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 520px;
  padding: 60px 30px;
  display: flex;
}

.text-block-75 {
  color: var(--background-stonearts®);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.1vw;
}

.heading-221 {
  color: var(--background-stonearts®);
  letter-spacing: -.04em;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.1em;
  display: flex;
}

.image-161 {
  padding-top: 25px;
}

.div-block-676 {
  background-image: url('/images/20240807_184331.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  align-items: flex-end;
  min-height: 520px;
  padding: 60px;
  display: flex;
  position: relative;
}

.div-block-677 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.background_bento-wrap {
  background-color: var(--olive-green-stonearts®);
  border-radius: 1rem;
  justify-content: flex-end;
  padding: 50px;
  display: flex;
  position: relative;
}

.img-wrapper_bento-full {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 25px 40px 25px 200px;
  display: flex;
}

.image-162 {
  border-radius: 10px;
  flex: none;
}

.img_container_background {
  max-width: 935px;
}

.bento-img-container {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.bento-img-container._2 {
  background-image: url('/images/20231120_123248-4_2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5rem;
}

.img-sustian_container {
  width: 600px;
}

.addon-image-container {
  justify-content: space-between;
  align-items: stretch;
  width: 500px;
  display: flex;
}

.image-165 {
  border-radius: 10px;
}

.text-wrapper-stone {
  width: 100%;
}

.text-block-77 {
  color: var(--background-stonearts®);
  letter-spacing: -.04em;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 88px;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: .9em;
}

.hero-section.is-stoneselection {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-section.is-about {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.container {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 109.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem 5rem;
  display: flex;
  position: relative;
}

.container.is-taps {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container.is-taps.faqs {
  padding-top: 0;
}

.container.is-stoneselection {
  min-height: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.is-stoneselection.hero {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5rem;
  display: flex;
}

.container.hero {
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  height: 40vw;
  min-height: 0;
  padding-bottom: 0;
}

.container.hero.is-stoneskin {
  justify-content: center;
  align-items: center;
  height: 110vh;
}

.container.stoneskin {
  min-height: 0;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.container.stoneskin.slogan {
  max-width: 88rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container.shoutout {
  max-width: none;
  height: 54vw;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10rem 0;
}

.container.shoutout._2 {
  background-image: url('/images/vlcsnap-2024-03-16-10h58m25s505-2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 50vw;
  padding-top: 0;
  padding-bottom: 0;
}

.container.shoutout._2.stoneskin {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.container.stone_selection {
  padding-top: 0;
  padding-bottom: 0;
}

.container.stone_selection.shoutout {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 8rem;
}

.container.top {
  padding-bottom: 0;
}

.container.is-hero.is-akkustik {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 11rem;
  padding-left: 8.3rem;
}

.container.is-hero.is-mission {
  justify-content: center;
  align-items: flex-start;
}

.container.is-hero.faq {
  height: 100%;
}

.container.is-hero.is-lieferung {
  width: auto;
  height: 80vh;
  padding-bottom: 0;
  display: flex;
}

.container.is-akkustik {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.is-about {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 0;
  top: auto;
}

.container.is-about.text {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.container.is-about.shout-out {
  padding-top: 2.5rem;
  padding-bottom: 0;
}

.container.is-about.team {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.container.is-about.team.slogan {
  padding-bottom: 2.5rem;
  display: block;
}

.container.is-about.story {
  max-width: none;
  padding-top: 0;
  padding-left: 2rem;
  padding-right: 0;
}

.container.is-about.last {
  padding-top: 0;
  padding-bottom: 5rem;
}

.container.is-about.is-hero {
  z-index: 2;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.container.full-wid {
  z-index: 1;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.container.full-wid.is-about {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.container.is-kontakt {
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 0;
  display: block;
}

.container.is-kontakt.faq {
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.container.main.social {
  padding-left: 0;
  padding-right: 0;
}

.container.is-checkout {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.container.is-legal {
  padding-top: 5rem;
}

.container.is-legal.zahlung {
  justify-content: center;
  align-items: center;
  max-width: 109.3rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 3rem;
}

.img-wrap-hero {
  background-image: linear-gradient(to bottom, var(--blue-stonearts®), var(--blue-stonearts®));
  height: 70vh;
}

.heading-223 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 6.25rem;
}

.faq-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
}

.faq-kachel {
  background-color: var(--background-stonearts®);
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 520px;
  min-height: 400px;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 13px #0003;
}

.img-container_faq {
  display: none;
}

.img-container_faq._2 {
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.txt-wrap_faq {
  justify-content: center;
  align-items: center;
  padding-top: 45px;
  display: flex;
}

.faq-kachel-heading {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 1.9rem;
  line-height: 1em;
}

.faq-text-wrapper_large {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.line-divider {
  background-color: var(--dim-grey);
  height: .5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.link-block-abs {
  position: absolute;
  inset: 0%;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.tabs-menu-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.header-container {
  flex-flow: column;
  display: flex;
}

.header-container.is-taps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: block;
}

.faq-tap {
  color: var(--washed-grey);
  background-color: #ddd0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0;
}

.faq-tap:hover {
  color: var(--black-stonearts®);
}

.faq-tap.w--current {
  color: var(--black-stonearts®);
  background-color: #c8c8c800;
  padding-left: 0;
  line-height: 1em;
}

.tab-pane-tab-1 {
  height: 100%;
}

.tabs-content-2 {
  border-left: 1px solid var(--light-grey-text);
}

.faq-subtext {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.taps-wrapper-faqs {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.taps-wrapper-faqs.first {
  padding-top: 0;
}

.addons-collection {
  flex-flow: column;
  position: relative;
}

.special-section.full {
  border-radius: 50px 50px 0 0;
  position: relative;
}

.special-section.full.is-overlap {
  margin-top: -12rem;
  position: relative;
}

.special-section.full.is-overlap.end {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-bottom: 8rem;
  display: block;
}

.special-section.full.is-overlap._2 {
  margin-top: -7rem;
  position: relative;
}

.stone-selection_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  position: relative;
}

.stone-selection-header.tile {
  color: var(--background-stonearts®);
  letter-spacing: -.07em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 7.7rem;
  font-weight: 700;
  line-height: 9rem;
}

.paragraph-95 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: 0;
  max-width: 765px;
  padding: .8rem 0 2.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3em;
}

.journal_text {
  background-color: var(--brown-grey-stonearts®);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 19.5rem;
  padding: 40px 40px 20px;
  display: flex;
}

.journal_text.articel {
  background-color: var(--pure-white);
  height: 100%;
  min-height: 20.3rem;
  margin-right: 0;
}

.paragraph-96 {
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.text-block-79 {
  letter-spacing: -.04em;
  margin-top: 4rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.content-header_journal {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-left: 0;
  display: block;
}

.image-169 {
  border-radius: 50px;
}

.main_header_wrapper_journal {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 94%;
  padding-right: 5.7rem;
  display: flex;
}

.top_main_descriptionn_wrapper {
  color: var(--orange-red\<deleted\|variable-418ff595\>);
}

.text-block-80 {
  color: var(--dim-grey);
  letter-spacing: -.4px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-block-81 {
  color: var(--black-stonearts®);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-block-82 {
  color: var(--black-stonearts®);
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.paragraph-97 {
  font-size: 1rem;
  line-height: 1em;
}

.rte {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.rte h1 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1em;
}

.rte h2 {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2em;
}

.rte h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.rte p {
  color: var(--black-stonearts®);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.rte ol {
  font-size: 1.1rem;
}

.rte strong {
  font-size: 1.1rem;
  line-height: 1.6em;
}

.rte a,
.rte ul,
.rte blockquote {
  font-size: 1.1rem;
}

.div-block-679 {
  max-width: 120rem;
}

.section-4 {
  padding-left: 165px;
  padding-right: 165px;
}

.heading-225 {
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4rem;
}

.slogan_shoutout_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 2.5rem 1.5em;
}

.slogan_shoutout_wrapper.footer {
  padding-left: 0;
  padding-right: 0;
}

.follow_us_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.follow_us_wrapper.zahlung_versand {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 27px;
  display: grid;
}

.basic-grid {
  grid-column-gap: 1.04167vw;
  grid-row-gap: 1.04167vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.basic-grid.stoneskin {
  z-index: 1;
  max-width: 109rem;
  height: 100%;
  padding-left: 39px;
  padding-right: 39px;
  position: relative;
}

.basic-grid.gallerie {
  grid-template-rows: auto auto;
}

.basic-grid.is-stoneskin.akurock {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.basic-grid.is-stoneskin.is-video {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.basic-grid.is-zusatzprodukte {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
}

.basic-grid.is-about {
  z-index: 3;
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  grid-template-rows: auto auto auto auto auto auto;
  height: 100%;
}

.basic-grid.is-about.hero {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  height: auto;
}

.basic-grid.is-about.story {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  grid-template-rows: auto auto auto auto auto auto;
}

.basic-grid.large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.basic-grid.team {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto auto;
}

.basic-grid.is-kontakt {
  grid-column-gap: 1rem;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  height: auto;
}

.basic-grid.is-kontakt.kontakt {
  grid-template-rows: auto auto;
}

.paragraph-98 {
  color: var(--black-stonearts®);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.image_wrapper {
  padding-top: 0;
}

.image_wrapper.place_holder {
  height: 827px;
}

.image_wrapper.product {
  width: 35%;
  padding-top: 0;
}

.image_wrapper.is-stoneskin {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 1079px;
  padding-top: 40rem;
  display: block;
}

.image-174 {
  border-radius: 1rem;
  height: 100%;
}

.image-175,
.image-176 {
  object-fit: cover;
  border-radius: 1rem;
}

.text_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 4.5rem;
  padding-bottom: 0;
  display: flex;
}

.text_wrapper._1 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text_wrapper.is-akkustik {
  justify-content: center;
  align-items: stretch;
  padding-left: 2.5rem;
}

.text_wrapper.last,
.text_wrapper.is-about {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text_wrapper._2 {
  justify-content: center;
  align-items: stretch;
}

.heading-228 {
  letter-spacing: -.05em;
  margin-bottom: .9em;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1em;
}

.heading-229 {
  color: var(--background-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1em;
}

.scroll_wrap {
  position: relative;
  overflow: hidden;
}

.scroll_trigger {
  pointer-events: none;
  height: 100%;
  min-height: 120vh;
  position: absolute;
  inset: auto 0% 0%;
}

.image-177 {
  z-index: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll_top {
  position: relative;
  overflow: hidden;
}

.top_trigger {
  pointer-events: none;
  height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.image-179 {
  object-fit: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img_wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img_wrapper._2 {
  aspect-ratio: 1;
  height: 140vh;
}

.img_wrapper._3,
.img_wrapper._4 {
  height: 140vh;
}

.img_wrapper.stone-selection {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140vh;
  display: flex;
}

.img_wrapper.is-akkustik {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.scroll_image {
  border-radius: 50px;
  height: 125%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-230 {
  letter-spacing: -.07em;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.heading-230.is-musterbox,
.heading-230.is-zusatzprodukte {
  text-align: left;
  letter-spacing: -.06em;
  justify-content: flex-start;
  align-items: center;
  font-size: 8.5rem;
  display: block;
}

.text-block-83 {
  text-align: left;
  max-width: 685px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.text-block-83.is-musterbox {
  max-width: 457px;
  font-size: 1.6rem;
}

.text-block-83.is-zusatzprodukte {
  color: var(--dim-grey);
  max-width: 354px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

.collection-item-6 {
  position: relative;
}

.dark_overlay {
  pointer-events: none;
  background-color: #00000042;
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-184 {
  width: 14%;
  display: inline-block;
  position: relative;
}

.svg_wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-100 {
  font-size: 1rem;
  line-height: 1.3em;
}

.paragraph-101 {
  font-size: 1rem;
  line-height: 1.2em;
}

.top_sales_wrapper {
  border-radius: 20px;
  padding: 15px;
}

.brand_wrapper {
  padding-bottom: .3em;
  padding-left: .8rem;
  display: flex;
}

.price_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-86 {
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-left: 10px;
  font-family: Inter, sans-serif;
  line-height: 1em;
  display: flex;
}

.paragraph-102 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-231 {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 1.5em;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1em;
}

.text-block-90 {
  color: var(--black-stonearts®);
  text-align: center;
  letter-spacing: -.03em;
  width: 800px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1em;
}

.gallerie_header_wrap {
  padding-bottom: 2rem;
}

.heading-232 {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
}

.image-186 {
  border-radius: 1rem;
}

.heading-233 {
  color: var(--background-stonearts®);
  text-align: left;
  letter-spacing: -.05em;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: .9em;
}

.heading-234 {
  color: var(--background-stonearts®);
  letter-spacing: -.05em;
  margin-bottom: .3em;
  font-family: Inter, sans-serif;
  font-size: 8.5rem;
  font-weight: 700;
  line-height: 1em;
}

.heading-235 {
  letter-spacing: -.05em;
  margin-bottom: 1.2em;
  font-family: Inter, sans-serif;
  font-size: 2.1rem;
  font-style: normal;
  line-height: 1.1em;
}

.paragraph-103 {
  letter-spacing: -.03em;
  font-size: 1.1rem;
  line-height: 1.5em;
}

.image-188 {
  border-radius: 1rem;
}

.additonal_products_wrapper {
  border: 1px solid #00000024;
  border-radius: 1rem;
  padding: 15px 20px 20px;
}

.buy-button {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.addtional-products {
  background-color: var(--orange-red\<deleted\|variable-418ff595\>);
  letter-spacing: -.02em;
  border-radius: 1rem;
  padding: 15px 25px;
  font-family: Acumin Pro;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1em;
}

.addtional-products.buy_button {
  background-color: var(--black-stonearts®);
  color: var(--background-stonearts®);
  border-radius: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: block;
}

.quanitity_buy_wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content_additionals {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  padding-right: 0;
  display: flex;
}

.addtions_img_container {
  width: 18%;
}

.collection-item-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.description.additionals {
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 133.781px;
  padding-left: 30px;
  display: flex;
}

.additional_top {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .3em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1em;
}

.additional_top.header {
  padding-left: 0;
  padding-right: 0;
}

.text-block-92 {
  margin-bottom: .2em;
  font-family: Inter, sans-serif;
  font-size: .8rem;
}

.heading-238 {
  text-align: left;
  border-bottom: 1px solid #00000024;
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4em;
}

.tabs-menu-3,
.tab-pane-tab-2,
.tab-pane-tab-3 {
  text-align: left;
}

.div-block-681 {
  border-top: 1px solid #00000024;
  margin-top: 1.8rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span-3 {
  color: var(--light-grey-stonearts®);
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 8.5rem;
  font-weight: 700;
}

.text-block-94 {
  color: var(--background-stonearts®);
  letter-spacing: -.03em;
  max-width: 753px;
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-239 {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.heading-240 {
  letter-spacing: -.05em;
}

.bold-text-13 {
  font-weight: 600;
}

.list-3 {
  color: var(--dim-grey);
  letter-spacing: -.06em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.text-block-95 {
  font-family: Inter, sans-serif;
}

.text-block-96 {
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.bold-text-17 {
  font-weight: 600;
}

.bold-text-18 {
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-243 {
  color: var(--background-stonearts®);
  letter-spacing: -.06em;
  font-size: 8.5rem;
}

.heading-244 {
  color: var(--background-stonearts®);
  letter-spacing: -.06em;
  font-size: 7.2rem;
  position: relative;
}

.heading-245 {
  color: var(--background-stonearts®);
  text-align: center;
  letter-spacing: -.06em;
  font-size: 8.5rem;
}

.bold-text-34,
.bold-text-39 {
  font-weight: 600;
}

.image-195 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  transform: rotate(4deg);
}

.image-196 {
  z-index: 3;
  border-radius: 0;
  transform: rotate(-9deg);
}

.image-197 {
  border-radius: 0;
  transform: rotate(-7deg);
}

.heading-246 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  max-width: 1000px;
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-104 {
  text-align: center;
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
  font-family: Playfair Display, sans-serif;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.about-text-wrapper {
  z-index: 2;
}

.image-198 {
  border-radius: 0;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.heading-247 {
  text-align: center;
  letter-spacing: -.07em;
  max-width: 1315px;
  font-family: Inter, sans-serif;
  font-size: 5.9rem;
  font-weight: 700;
  line-height: 1em;
}

.team_wrapper.ali {
  margin-top: -185px;
}

.shoutout-wrapper {
  width: 1250px;
}

.heading-248 {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  max-width: 1000px;
  font-size: 3.9rem;
  line-height: 1em;
}

.hero_polaroid_wrap {
  width: auto;
  height: auto;
  padding-top: 50px;
}

.hero_polaroid_wrap.second {
  width: auto;
}

.story_img_wrapper {
  padding-top: 3.2rem;
}

.story_img_wrapper.first {
  padding-top: 11.5rem;
}

.story_img_wrapper.last {
  padding-top: 9.6rem;
}

.story_img_wrapper.third {
  z-index: 1;
  position: relative;
}

.text_description_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-105 {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 2.3rem;
  line-height: 1.3em;
}

.image-199 {
  z-index: 1;
  position: relative;
}

.image-200 {
  border-radius: 0;
  transform: rotate(-15deg);
}

.image-200.second {
  transform: rotate(-4deg);
}

.image-201 {
  z-index: 1;
  border-radius: 0;
  position: relative;
  transform: rotate(9deg);
}

.image-202 {
  transform: rotate(9deg);
}

.image-202.third {
  border-radius: 0;
  transform: rotate(-1deg);
}

.image-203 {
  border-radius: 0;
  transform: rotate(-15deg);
}

.heading-249 {
  color: var(--black-stonearts®);
  text-align: center;
  letter-spacing: -.07em;
  font-family: Inter, sans-serif;
  font-size: 6.9rem;
  font-weight: 700;
  line-height: 1em;
}

.paragraph-106 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 1.5em;
  font-family: Playfair Display, sans-serif;
  font-size: 2.3rem;
  line-height: 1.3em;
  display: flex;
}

.paragraph-106.is-team {
  text-align: center;
  margin-top: 0;
}

.image-204 {
  width: 600px;
}

.image-205 {
  border-radius: 0;
}

.image_wrapper_svg {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -2rem;
  padding-left: 95px;
  padding-right: 0;
  display: flex;
}

.image-207 {
  object-fit: contain;
  width: 50%;
  transform: rotate(0);
}

.profile_image {
  border-radius: 0;
}

.image-208 {
  z-index: 1;
  border-radius: 0;
  width: 24%;
  position: absolute;
  left: -107.734px;
  transform: rotate(18deg);
}

.heading-250 {
  color: var(--background-stonearts®);
  letter-spacing: -.4vw;
  margin-top: 0;
  padding-top: 5rem;
  padding-left: 4rem;
  font-size: 5.6vw;
  line-height: 5.5vw;
}

.bento-box {
  background-color: var(--yellow-stonearts®);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.5rem 0 0;
  display: block;
}

.bento-box.first {
  background-color: var(--yellow-stonearts®);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.5rem .6rem 0;
  display: block;
}

.image-block-kontakt {
  width: 100%;
  height: auto;
}

.image-209 {
  border-radius: 50px;
  max-height: 756px;
}

.heading-251 {
  color: var(--background-stonearts®);
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: .97vw;
  font-weight: 700;
  line-height: 1.1vw;
}

.paragraph-107 {
  color: var(--light-backgrounddrop-stonearts®);
  font-size: .9vw;
  line-height: 1.3em;
}

.faq-wrapper {
  background-color: var(--blue-stonearts®);
  border-radius: 3.1rem;
  width: 100%;
}

.image-210 {
  border-radius: 50px;
  max-height: 756px;
}

.text-wrapper-kontakt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.heading-252 {
  color: var(--background-stonearts®);
  letter-spacing: -.07em;
  font-family: Inter, sans-serif;
  font-size: 3.7rem;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-108 {
  color: var(--light-backgrounddrop-stonearts®);
  line-height: 1.2em;
}

.image-211 {
  border-radius: 10px;
  height: 100%;
}

.checkout-button-2 {
  background-color: #f24616;
  border-radius: .5rem;
  margin-top: 16px;
  padding: 16px 24px;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  transition: all 0.2s ease;
  display: block;
  text-decoration: none;
}

.checkout-button-2:hover {
  background-color: #d63a0f;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(242, 70, 22, 0.3);
}

.checkout-button-2:active {
  transform: translateY(0);
}

.text-block-100 {
  color: var(--accent-stonearts®);
  font-size: .9rem;
}

.cart-container-2 {
  background-color: var(--background-stonearts®);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.text-block-101 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5em;
}

.text-block-102 {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-253 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
}

.about-us-wrapper {
  background-color: var(--yellow-stonearts®);
  border-radius: 50px;
}

.contacts {
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 4rem;
  display: flex;
}

.heading-255 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.bold-text-48 {
  font-weight: 600;
}

.akustik-link-block {
  background-color: var(--background-stonearts®);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 143px;
  height: 143px;
  transition: transform .2s;
  display: flex;
  transform: rotate(-20deg);
}

.akustik-link-block:hover {
  transform: translate(0, -7px)rotate(-20deg);
}

.text-block-106 {
  color: var(--more-fun-coral-stonearts®);
  text-align: center;
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1em;
}

.link-11 {
  font-size: .8rem;
}

.add-to-cart-button-4 {
  background-color: var(--black-stonearts®);
  border-radius: 25px;
  padding: 20px 84px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
  transition: transform .2s;
}

.add-to-cart-button-4:hover {
  transform: scale(1.05);
}

.image-213 {
  aspect-ratio: auto;
  border-radius: 10px;
  width: 76px;
  height: 100%;
}

.option-list {
  display: none;
}

.checkmark_wrapper {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-215 {
  width: 39%;
}

.text-block-107 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1em;
}

.option-list-3 {
  display: none;
}

.option-list-3.is-cart {
  letter-spacing: -.05em;
  padding-top: .2em;
  padding-bottom: .2em;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.option-list-4.is-mobile {
  color: var(--black-stonearts®);
  font-size: .7rem;
  line-height: 1em;
}

.price {
  display: flex;
}

.heading-256 {
  color: var(--washed-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .8rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-257 {
  color: var(--washed-grey);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2em;
  text-decoration: line-through;
}

.text-block-110 {
  color: var(--light-grey-text);
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
}

.error-message {
  color: var(--black-stonearts®);
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 1.5rem;
  display: flex;
}

.cart-footer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pure-white);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 456px;
  margin-top: 0;
  padding: 35px;
  display: block;
  box-shadow: 0 2px 5px #0000001f;
}

.cart-line {
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 2em;
  display: flex;
}

.cart-line.is-subtotal {
  border-top: 1px solid #e6e6e6;
  display: flex;
}

.link-2 {
  color: var(--accent-stonearts®);
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  font-size: .9rem;
  display: flex;
}

.cart-items {
  background-color: var(--pure-white);
  border-radius: 1rem;
  width: 100%;
  margin-right: 30px;
  padding: 35px;
  box-shadow: 0 2px 5px #0000001f;
}

.cart-item-2 {
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 0 2.5rem;
  display: flex;
}

.cart-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 20px 20px 20px 0;
  display: grid;
}

.icon-12 {
  cursor: pointer;
}

.rich-text-block-7 {
  padding: 93px;
}

.paragraph-109 {
  letter-spacing: -.04em;
  font-size: 5.5rem;
  font-weight: 700;
}

.image-217 {
  border-radius: 10px;
}

.text-block-112 {
  letter-spacing: -.04em;
  padding-right: 54px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2em;
}

.text-block-113 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.text-block-114 {
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2em;
  display: flex;
}

.form-block-3 {
  flex-flow: column;
  width: 100%;
  display: block;
}

.text-block-115 {
  letter-spacing: -.04em;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.item {
  cursor: pointer;
  margin-bottom: 1rem;
  position: relative;
}

.list {
  column-count: 4;
  flex-flow: column;
  display: block;
}

.galerie_wrapper {
  overflow: hidden;
}

.image-222 {
  width: 20%;
  position: static;
  inset: 0%;
}

.mobile-insta-div {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.q-group {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.q-group.is-cart {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
}

.q-group.is-einkauf {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.q-group.is-main {
  justify-content: center;
  align-items: center;
}

.image-224 {
  height: 100%;
}

.cart-item-3 {
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: flex-start;
}

.produkt_informations_wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.remove-button {
  text-align: right;
}

.submit-button-2 {
  background-color: var(--accent-stonearts®);
  color: var(--background-stonearts®);
  letter-spacing: -.04em;
  border-radius: 2rem;
  width: 100%;
  margin-top: 1rem;
  padding: 18px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.submit-button-3 {
  display: none;
}

.grid-95 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-110 {
  letter-spacing: -.04em;
  flex: 0 auto;
  margin-bottom: .1em;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1em;
}

.text-block-119 {
  letter-spacing: -.04em;
  padding-top: .9rem;
  padding-left: 5px;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.text-block-120,
.text-block-121,
.text-block-122 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.link-block-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 105px;
  padding-left: .5em;
  font-size: 1rem;
  display: flex;
}

.link-block-20 {
  justify-content: center;
  align-items: center;
  width: 110px;
  height: auto;
  display: flex;
}

.zusatzinformationen {
  letter-spacing: -.05em;
  font-family: Inter, sans-serif;
  font-size: .84rem;
  line-height: 1.5em;
}

.einkaufswagen-button {
  background-color: var(--yellow-stonearts®);
  text-align: center;
  border-radius: .5rem;
  width: 100%;
  margin-top: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
}

.einkaufswagen-button.w--current {
  background-color: var(--yellow-stonearts®);
  text-align: center;
  border-radius: .5rem;
  width: 100%;
  margin-top: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.product_price_wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  font-size: 1.1rem;
  display: flex;
}

.heading-258 {
  text-align: left;
  width: auto;
  font-size: 5.5rem;
  line-height: .9em;
}

.heading-258.is-impressum {
  font-size: 8.5rem;
}

.legal_wrapper {
  max-width: 60rem;
}

.legal_wrapper.is-impressum {
  width: 100%;
  max-width: 1390px;
}

.legal_wrapper.zahlung_versand {
  border-radius: 1rem;
  max-width: none;
  padding: 2.5rem;
  box-shadow: 0 2px 5px #0003;
}

.legal_header {
  width: 100%;
  padding-bottom: 5rem;
  display: flex;
}

.rich-text-block-8 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: .9em;
}

.heading-259 {
  font-weight: 600;
}

.header-2-legal {
  font-size: 1.9rem;
}

.grid-97 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.company_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-260 {
  letter-spacing: -.07em;
  font-size: 1.6rem;
  font-weight: 700;
}

.heading-260.is-second {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5em;
}

.company_text {
  font-size: 1.1rem;
}

.holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 482px;
  display: flex;
}

.paragraph-111 {
  font-size: 1.1rem;
}

.text-span-4 {
  font-weight: 400;
}

.heading-261 {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.3em;
}

.link-13 {
  color: var(--dim-grey);
  font-size: 1.1rem;
  line-height: 1.5em;
  text-decoration: underline;
}

.text-block-124 {
  letter-spacing: -.04em;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1em;
}

.cart_right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 20px;
  display: flex;
}

.cart_right.is-desk {
  justify-content: space-between;
  height: 85px;
  font-family: Inter, sans-serif;
}

.cart_right.is-einkauf {
  padding-left: 0;
}

.grid-98 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

.payment-wrap {
  justify-content: center;
  align-items: center;
  padding-right: .5rem;
  display: block;
}

.image-230 {
  object-fit: cover;
  border-radius: .4rem;
  padding-right: 0;
}

.paragraph-113 {
  font-size: 1rem;
  line-height: 1.3em;
}

.rich-text-block-9 {
  margin-top: 2rem;
}

.paragraph-115 {
  padding-top: 0;
  padding-left: 5px;
  font-size: .9rem;
}

.image-231 {
  border-radius: 3px;
}

.discount-percentage-icon {
  z-index: 3;
  color: #fff;
  background-color: #b42318;
  padding: .3rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 2% auto auto 2%;
}

.text-size-small {
  font-size: .875rem;
}

.variation-stock_counter-icon {
  color: #fff;
  background-color: #027a48;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .3rem;
  padding: .7rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.q-dec {
  color: var(--light-backgrounddrop-stonearts®);
  cursor: pointer;
  background-color: #eee;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.q-dec:hover {
  background-color: var(--warm-grey);
}

.q-dec.is-cart {
  width: 1.8rem;
  height: 1.8rem;
}

.q-dec.is-main {
  background-color: var(--test);
  width: 2.5rem;
  height: 2.5rem;
}

.add-to-cart_quantity-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.add-to-cart_quantity-icon:hover {
  cursor: pointer;
}

.add-to-cart_quantity-icon.is-minus {
  background-image: url('/images/minus-sign-black_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  padding: 0;
  display: block;
}

.add-to-cart_quantity-icon.is-plus {
  background-image: url('/images/Plus-Sign-Black_small.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}

.text-weight-medium {
  font-weight: 500;
}

.variation-stock_wrapper {
  align-items: center;
  display: flex;
}

.q-inc {
  background-color: var(--test);
  color: var(--light-backgrounddrop-stonearts®);
  cursor: pointer;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.q-inc:hover {
  background-color: var(--warm-grey);
}

.q-inc.is-cart {
  width: 1.8rem;
  height: 1.8rem;
}

.q-inc.is-main {
  width: 2.5rem;
  height: 2.5rem;
}

.counter-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1em 1em 1em .5em;
  display: flex;
}

.mengen_container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  padding: 1em 0;
  display: grid;
}

.wrap {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-686 {
  position: relative;
}

.total-area {
  text-align: left;
  letter-spacing: -.04em;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.groessen_wrapper {
  width: 100%;
  padding-left: .8rem;
}

.text-block-127 {
  text-align: left;
  letter-spacing: -.04em;
  padding: 4px 0;
  font-family: Inter, sans-serif;
  font-size: .7vw;
  font-weight: 600;
}

.quantity-3,
.field-label-6,
.field-label-7,
.option,
.option-list-5 {
  display: none;
}

.panel_calculator_wrapper {
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-left: 15px;
}

.calculator-container {
  background-color: var(--transparent);
  border: 1px solid #00000024;
  border-radius: 1rem;
  padding: 20px;
  font-family: Inter, sans-serif;
  display: block;
}

.heading-265 {
  text-align: left;
  margin-top: 0;
  font-size: 1.1rem;
}

.paragraph-116 {
  font-size: .9rem;
  line-height: 1.1em;
}

.calculator-layout {
  grid-column-gap: .5em;
  grid-row-gap: 0em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 1em;
  font-family: Inter, sans-serif;
  line-height: 1em;
  display: flex;
}

.calculator-inputs {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  height: 100%;
  display: grid;
}

.input-field {
  color: var(--black-stonearts®);
  letter-spacing: -.05em;
  border: 1px solid #00000024;
  border-radius: .6rem;
  width: 100%;
  font-family: Inter, sans-serif;
}

.input-field.width-input {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  font-size: .8vw;
}

.input-field.width-input:focus {
  border-width: 1px;
  border-color: var(--black-stonearts®);
}

.input-field.hight-input {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  min-height: 50px;
  margin-bottom: 0;
  font-size: .8vw;
}

.input-field.hight-input:focus {
  border-width: 1px;
  border-color: var(--black-stonearts®);
}

.result {
  background-color: var(--black-stonearts®);
  letter-spacing: -.05em;
  border-radius: .6rem;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 50px;
  max-height: 50px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  transition: background-color .2s;
  display: none;
}

.result:hover {
  background-color: var(--dim-grey);
}

.text-block-128 {
  color: var(--background-stonearts®);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  font-size: .8vw;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.calculator-block-form {
  color: var(--black-stonearts®);
  flex: 0 auto;
  max-width: 290px;
}

.update-button {
  background-color: var(--transparent);
  background-image: url('/images/refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 1rem;
  height: 1.4rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9rem;
}

.options_wrapper {
  padding-top: .5em;
  padding-bottom: .5em;
}

.options_container {
  display: flex;
}

.text-block-129 {
  letter-spacing: -.05em;
  font-size: .9rem;
  line-height: 1em;
}

.text-block-130 {
  letter-spacing: -.05em;
  padding-left: .3em;
  font-size: .9rem;
  line-height: 1em;
}

.bg-video-main-2,
.background_video_product {
  z-index: 1;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-height: 877px;
  display: flex;
}

.video_section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section_video_product {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.background-video {
  z-index: 1;
  background-color: var(--brown-grey-stonearts®);
  height: 100%;
}

.bg_video_stoneskin_1 {
  z-index: 1;
  background-image: url('/images/vlcsnap-2023-04-19-12h41m01s243-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.background-video-2 {
  z-index: 1;
  background-image: url('/images/vlcsnap-2024-03-16-10h58m25s505-2_1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.image-232 {
  display: inline-block;
}

.quantity-4,
.option-list-6 {
  display: none;
}

.background-video-3 {
  z-index: 1;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-wrapper_about {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
}

.rating {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.code-embed-2 {
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  display: block;
}

.code-embed-3,
.code-embed-4 {
  width: 100%;
}

.sample-container {
  border: 1px solid #00000024;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-132 {
  text-align: left;
  padding-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1em;
}

.text-block-133 {
  color: var(--black-stonearts®);
  text-align: left;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
  padding-bottom: .1em;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .dropdown-list-2.w--open {
    box-shadow: 0 9px 11px -9px #0003;
  }
}

@media screen and (max-width: 991px) {
  .button-hero-container.about-us {
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-outline-black.taps.cell-2.mobile.is-datenblatt {
    display: none;
  }

  .button-outline-black.taps.mobile {
    border-radius: 30px;
  }

  .layout-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-slogan-box {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 7.5rem;
    padding-left: 0;
  }

  .menu-text-block {
    font-size: .5rem;
  }

  .basic-grid-section.product {
    display: none;
  }

  .basic-grid-section.slogan {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .under-text-hero-slogan {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    font-size: 1.8rem;
    line-height: 1.1em;
  }

  .slogan-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-main_component {
    position: relative;
  }

  .slider-page-padding {
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-page-padding.slider-1 {
    padding-top: 0;
  }

  .slider-page-padding.main {
    padding-left: 6%;
  }

  .swiper-drag-wrapper.is-slider-main {
    width: 70%;
    height: .2rem;
  }

  .swiper-drag-wrapper.is-slider-main.product {
    width: 40%;
    height: .2rem;
    display: none;
  }

  .swiper-drag-wrapper.is-slider-main.product.main {
    width: 100%;
    display: block;
  }

  .slider-container.main {
    max-width: 120em;
  }

  .slider-header.is-slider-main {
    letter-spacing: -.05em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .slider-header.is-slider-main.stoneskin {
    font-size: 1.4rem;
  }

  .slider-header.is-slider-main.is-articel {
    color: var(--pure-white);
    font-size: 2.3rem;
  }

  .swiper-wrapper.is-swiper-product,
  .swiper-wrapper.is-slider-addons {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .swiper-wrapper.nocollection {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .swiper-slide.is-slider-main {
    width: 55%;
  }

  .swiper-slide.is-slider-selector {
    width: 20%;
  }

  .swiper-slide.is-slider-add-ons {
    width: 50%;
  }

  .swiper-slide.is-swiper-product {
    width: 100%;
    height: 100%;
  }

  .swiper-slide.is-slider-addons {
    width: 100%;
    height: 100%;
    position: static;
  }

  .swiper-slide.showcase {
    width: 45%;
  }

  .swiper-slide.sustainability {
    width: 49%;
  }

  .swiper-slide.nocollection {
    z-index: 2;
    flex: none;
    width: 55%;
    position: relative;
  }

  .swiper.is-swiper-product {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .swiper.is-slider-addons {
    justify-content: space-between;
    display: flex;
  }

  .swiper.nocollection {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .swiper-drag.is-slider-main {
    width: 2.5rem;
  }

  .swiper-drag.is-slider-main.product {
    background-color: var(--accent-stonearts®);
  }

  .swiper-drag.is-slider-main.is-articel {
    background-color: var(--pure-white);
  }

  .slider-section.is-selection-main {
    background-color: var(--background-stonearts®);
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .slider-section.is-selection-main.new {
    display: block;
    overflow: hidden;
  }

  .slider-section.slider-1 {
    margin-top: 0;
  }

  .slider-section.slider-1.is-articel {
    border-radius: 20px;
    margin-top: -4.5rem;
  }

  .slider-main_bottom-wrapper.is-slider-main {
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .slider-main_bottom-wrapper.is-slider-main.main {
    padding-top: 0;
  }

  .slider-main_bottom-wrapper.is-slider-main.slider-2 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .slider-main_bottom-wrapper.is-slider-product {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
  }

  .slider-main_top-wrapper.is-slider-main {
    margin-top: 0;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .basic-container {
    height: 100%;
  }

  .basic-container.hero-image {
    padding-top: 2rem;
  }

  .basic-grid.sustainability {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .basic-grid.sustainability.health {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .page-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-padding.slogan {
    justify-content: center;
    align-items: center;
  }

  .page-padding.shout-out {
    padding-left: 0;
    padding-right: 0;
  }

  .basic-section.slogan.main {
    justify-content: center;
    align-items: stretch;
    padding-bottom: 0;
    display: block;
  }

  .basic-img-wrapper.sustainability {
    min-height: 550px;
    display: block;
  }

  .img-container.health {
    height: 100%;
    min-height: 0;
    padding-top: 100%;
  }

  .button-text-style-2 {
    font-size: 2vw;
  }

  .hero-heading-2 {
    text-align: center;
    letter-spacing: -.05em;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.85rem;
    line-height: 1.3em;
  }

  .button-text {
    letter-spacing: -.1vw;
    font-size: 1.8vw;
    line-height: 1vw;
  }

  .button-text.bottom {
    font-size: 1.8vw;
  }

  .button-outline-white {
    background-color: #0000;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 13.6rem;
    height: 3rem;
    padding-top: 0;
    display: flex;
  }

  .button-outline-white.bottom {
    min-width: 23vw;
    min-height: 6vw;
    margin-top: 20px;
  }

  .button-outline-white.bottom.faqs.additions {
    margin-top: 1rem;
  }

  .button-outline-white.about-us {
    align-items: center;
    padding-top: 0;
  }

  .button-outline-white.guide {
    background-color: #0000;
  }

  .button-outline-white._2 {
    letter-spacing: -.05em;
    background-color: #0000;
    flex-flow: row;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1em;
    display: flex;
  }

  .slider-main_image-height.is-slider-main.stoneskin {
    z-index: 2;
  }

  .slider-main_image-height.nocollection {
    object-fit: fill;
    border-radius: 10px;
    padding-top: 150%;
    position: relative;
  }

  .heading-142 {
    letter-spacing: -.05em;
    font-size: 1.4rem;
  }

  .heading-143 {
    letter-spacing: -.05em;
    font-size: 1.2rem;
  }

  .heading-144 {
    letter-spacing: -.03em;
    font-family: Acumin Pro;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .slider-main_text-wrapper.is-slider-main {
    padding-bottom: 5%;
  }

  .slider-main_text-wrapper.nocollection {
    background-image: none;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 13%;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .slogan {
    line-height: 1.8rem;
  }

  .slogan._2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .slogan._2.text {
    font-size: 3rem;
  }

  .slogan.guide {
    text-align: center;
    max-width: 620px;
    padding-right: 0;
    font-size: 2.6rem;
    line-height: 2.5rem;
  }

  .slogan-wrapper {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: block;
  }

  .shout-out-wrapper {
    justify-content: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .shout-out-wrapper.installation {
    inset: 0%;
  }

  .large-img-wrapper {
    padding-top: 100%;
  }

  .shout-out-container {
    justify-content: center;
    align-items: center;
  }

  .shout-out-container.installation {
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .shout-out-container.main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-70 {
    letter-spacing: -.03em;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .link-7 {
    font-size: 1rem;
  }

  .health-text-slogan {
    letter-spacing: -.05em;
    font-size: 1.4rem;
  }

  .super-large-image-wrapper {
    min-height: 45rem;
  }

  .payment-options-wrapper {
    width: 28%;
  }

  .form-2 {
    padding-right: 0;
  }

  .footer-main-block.logo {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-links {
    padding-bottom: 8px;
    font-size: 1.1rem;
    line-height: 1em;
  }

  .heading-147 {
    letter-spacing: -1.2vw;
    margin-left: 0;
    font-size: 12.76vw;
    font-weight: 700;
    line-height: 11vw;
  }

  .heading-147.is-footer {
    font-size: 12.2vw;
  }

  .social-media-icon_wrapper {
    width: 35%;
  }

  .follow-us-wrapper {
    padding-left: 0;
  }

  .footer-main-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-content-wrapper {
    background-color: var(--light-grey-stonearts®);
  }

  .heading-150 {
    font-size: 1.3rem;
    line-height: 1em;
  }

  .footer-grid-main_container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .footer-main_container {
    padding: 20px;
  }

  .heading-148 {
    margin-top: 0;
    line-height: 1.4rem;
  }

  .company-details-wrapper {
    padding-right: 0;
  }

  .heading-153.blog {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .heading-154.blog {
    padding-right: 0;
    font-size: .7rem;
    line-height: .8rem;
  }

  .slider-main_image-2 {
    z-index: 9999;
  }

  .container-products {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .page_main {
    overflow: hidden;
  }

  .page_main.is-guide {
    overflow: visible;
  }

  .section.details {
    display: none;
  }

  .section.product.samples.first {
    margin-bottom: 2rem;
  }

  .section.content-tile.is-product {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .section.showcase {
    display: none;
  }

  .section.stoneskin {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .section.stoneskin.slogan {
    margin-top: 2rem;
  }

  .section.stoneskin.inbetween {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section.large {
    margin-top: 5rem;
  }

  .section.top {
    margin-bottom: 2rem;
  }

  .section.is-about {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .section.is-about.description {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .section.is-about.slogan {
    margin-top: 0;
  }

  .section.is-about.story {
    margin-top: 0;
    overflow: visible;
  }

  .section.is-about.last {
    margin-top: -2.5rem;
  }

  .section.is-about.liebe {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .section.is-about.reise {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .product_text_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-wrapper-product {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-bottom: .2em;
    padding-left: 0;
    line-height: 1em;
  }

  .heading-157 {
    font-size: 5vw;
  }

  .heading-158 {
    padding-left: .2em;
    font-size: 5vw;
  }

  .heading-159 {
    color: var(--accent-stonearts®);
    padding-left: 0;
    line-height: 1em;
  }

  .selector {
    padding-left: 0;
  }

  .div-block-605 {
    padding-top: 0;
  }

  .slider-selector_component.is-slider-product {
    height: 100%;
    position: relative;
  }

  .slider-selector_component.is-slider-product.mobile {
    align-items: center;
    display: block;
  }

  .slider-selector_component.is-slider-addons {
    height: 100%;
  }

  .slider-selector_component.sustainability {
    position: relative;
  }

  .slider-selector_overflow {
    width: 100%;
  }

  .slider-selector_overflow.sus {
    position: static;
  }

  .slider-selector_wrapper.is-slider-product {
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%;
  }

  .slider-selector_wrapper.is-slider-addons {
    width: 100%;
    height: 100%;
  }

  .slider-selector_wrapper.showcase {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-selector_wrapper.sustainability {
    padding-left: 10px;
  }

  .slider-selector_height {
    padding-top: 0;
  }

  .slider-selector_height._2 {
    padding-top: 200px;
  }

  .slider-selector_img {
    display: inline-block;
  }

  .heading-161 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .size-selector {
    padding-left: 0;
  }

  .q-num {
    height: 3.1rem;
  }

  .q-num.is-einkauf {
    width: 43px;
    height: 2rem;
    font-size: .8rem;
  }

  .q-num.is-tablet {
    width: 50px;
    height: 2.5rem;
    margin-right: .4rem;
  }

  .cell-7 {
    padding-right: 0;
  }

  .quick-stack-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-selector_arrow.swiper-prev.mobile,
  .slider-selector_arrow.swiper-next.mobile {
    width: 3rem;
    height: 3rem;
  }

  .heading-163 {
    line-height: 1em;
  }

  .sample-link-wrapper {
    display: block;
  }

  .heading-166 {
    font-family: Inter, sans-serif;
  }

  .cell-8 {
    display: flex;
  }

  .tabs-menu.beschreibung {
    justify-content: space-between;
  }

  .tabs-beschreibung {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-block-16 {
    font-size: 14px;
  }

  .tabs-container-beschreibung {
    width: 100%;
  }

  .heading-174.bento-main {
    line-height: 1em;
  }

  .heading-174.bento-main._2 {
    font-size: 2.7rem;
    line-height: 1em;
  }

  .arrow-wrapper.bento.visualizer {
    padding-bottom: 15px;
  }

  .img-hero-wrapper-guide {
    background-image: linear-gradient(#00000054, #00000054), url('/images/1326419180-1.webp');
    background-position: 0 0, 66%;
    background-size: auto, cover;
    min-height: 57.3rem;
  }

  .section-2.slogan {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .section-2.slogan.product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-2.slogan.is-musterbox {
    display: none;
  }

  .tile-wrapper {
    height: 90vh;
  }

  .heading-178 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  .container-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium.installation {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium.installation.is-zubehr {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-185 {
    text-align: center;
    max-width: 551px;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.3rem;
    line-height: 3.4rem;
  }

  .section-medium {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .section-medium.installation-guide {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .section-medium.installation-guide.produkt,
  .section-medium.bento,
  .section-medium.installation.is-addons {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .add-ons-sample_wrapper {
    padding-left: 0;
  }

  .hero-img-wrapper.stone-selection {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    height: 100vh;
  }

  .section-hero.is-journal {
    margin-top: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-189 {
    padding-left: 15px;
    font-size: 3.2rem;
    line-height: 3.4rem;
  }

  .container-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-journal-page {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-193 {
    letter-spacing: -3px;
    padding-left: 0;
    padding-right: 0;
    font-size: 4.2rem;
    line-height: 3.6rem;
  }

  .main-image-wrapper {
    height: auto;
  }

  .body-text-wrapper {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .heading-195 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }

  .blog-wrapper {
    padding-top: 4.5rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }

  .heading-198 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .top-header-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    padding-left: 0;
  }

  .heading-202 {
    margin-top: 0;
    font-size: .8rem;
  }

  .timeline_centre {
    padding-left: 0;
  }

  .timeline_right {
    padding-right: 20px;
  }

  .timeline_date-text {
    color: var(--black-stonearts®);
    justify-content: flex-end;
    align-items: stretch;
  }

  .timeline_left {
    padding-left: 25px;
  }

  .cell-22 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-menu {
    width: 100%;
    height: 100%;
  }

  .nav-stonearts {
    width: 100vw;
  }

  .slider-main_arrow.swiper-prev {
    background-color: var(--background-stonearts®);
    border-radius: 50%;
    transition: transform .2s;
    left: -4%;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-main_arrow.swiper-prev:hover {
    transform: scale(.9);
  }

  .slider-main_arrow.swiper-prev.mobile-main {
    background-color: var(--background-stonearts®);
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: auto;
    margin-bottom: 522px;
    padding-bottom: 0;
    display: flex;
    left: -4%;
    box-shadow: 0 2px 5px #0003;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2 {
    margin-top: 18rem;
    margin-bottom: auto;
    top: -1%;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2.main {
    margin-top: 22rem;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2.is-stoneskin {
    cursor: pointer;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first {
    cursor: pointer;
    margin-bottom: 310px;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first.sus {
    margin-bottom: 235px;
    transition: transform .2s;
    display: flex;
    left: 1%;
  }

  .slider-main_arrow.swiper-next {
    display: flex;
    right: -4%;
  }

  .slider-main_arrow.swiper-next.mobile-main {
    width: 3rem;
    height: 3rem;
    margin-bottom: 522px;
    padding-bottom: 0;
    display: flex;
    right: -4%;
    transform: none;
  }

  .slider-main_arrow.swiper-next.mobile-main:hover {
    transform: scale(.9);
  }

  .slider-main_arrow.swiper-next.mobile-main._2 {
    width: 3rem;
    margin-top: 18rem;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    top: -1%;
  }

  .slider-main_arrow.swiper-next.mobile-main._2.main {
    margin-top: 22rem;
  }

  .slider-main_arrow.swiper-next.mobile-main._2.is-stoneskin {
    cursor: pointer;
  }

  .slider-main_arrow.swiper-next.mobile-main.first {
    cursor: pointer;
    margin-bottom: 310px;
  }

  .slider-main_arrow.swiper-next.mobile-main.first.sus {
    margin-bottom: 235px;
    display: flex;
    right: 1%;
  }

  .cell-26 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-slogan-wrap {
    padding-left: 0;
  }

  .mobile-selection-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider-wrapper-product-img {
    position: static;
  }

  .img-swiper_img {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .img-swiper_img.add-on {
    object-fit: contain;
  }

  .slider-selector-orbit {
    position: relative;
  }

  .swiper-bullet-wrapper.is-slider-product {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    flex: none;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    display: none;
  }

  .swiper-bullet {
    background-color: var(--white-smoke\<deleted\|variable-adccc9bd\>);
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    width: .8rem;
    min-height: .8rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .swiper-bullet.is-active {
    background-color: var(--orange-red\<deleted\|variable-418ff595\>);
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-center,
  .nav-right {
    z-index: 50;
    position: relative;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-top-bar {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .nav-mobile-drop {
    background-color: var(--background-stonearts®);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .mobile-nav-container-90 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .mobile-nav-container-90.drop {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    z-index: 50;
    cursor: pointer;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    position: relative;
  }

  .menu-left-align {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-right: 0;
    display: flex;
  }

  .menu-selection_wrap {
    width: 100%;
  }

  .menu-footer_wrap {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .menu-mobile-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header-menu-mobile {
    color: var(--black-stonearts®);
    letter-spacing: -.05em;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.7rem;
    font-weight: 600;
  }

  .link-block-18 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-mobile-block-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .accordion {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 5px;
    display: grid;
  }

  .accordion-item {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .accordion-header {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    line-height: 18px;
    display: flex;
  }

  .accordion-header.js-accordion-header {
    letter-spacing: -.05px;
    border-bottom: 1px solid #00000014;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .accordion-header.js-accordion-header.side-note.is-faq-tap {
    padding-left: 30px;
  }

  .accordion-body {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .accordion-body.js-accordion-body.is-faq-tap {
    padding-left: 30px;
  }

  .mobile-nav-header {
    color: var(--black-stonearts®);
    letter-spacing: -.05em;
    text-transform: capitalize;
    cursor: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.9rem;
    display: flex;
  }

  .mobile-nav-header.information {
    letter-spacing: -.05em;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 1em;
  }

  .js-accordion-icon {
    object-fit: contain;
    width: 4%;
    max-width: none;
    height: 44px;
    margin-left: 15px;
    padding-top: 0;
    transition: transform .2s;
  }

  .accordion-body-link {
    font-family: Inter, sans-serif;
  }

  .link-heading {
    color: var(--dim-grey);
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 1em;
    transition: color .2s;
  }

  .link-heading:hover {
    color: var(--warm-grey);
  }

  .accordion-body_contents {
    flex-direction: column;
    display: flex;
  }

  .slogan-wrap-footer {
    width: 21%;
  }

  .social-wrap-mobile {
    width: 50%;
    display: flex;
  }

  .mobile-social-link {
    margin-right: 5px;
    padding-right: 0;
  }

  .heading-209 {
    color: var(--dim-grey);
  }

  .html-embed {
    width: 30%;
    height: 55%;
  }

  .html-embed.in-reverse {
    transform: rotate(-180deg);
  }

  .arrow-embed {
    width: 30%;
    height: 55%;
  }

  .arrow-embed.is-reversed {
    width: 30%;
  }

  .product-selection-grid {
    display: none;
  }

  .heading-210 {
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.875em;
  }

  .paragraph-86 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .paragraph-86.info {
    text-align: left;
    padding-bottom: 2.5rem;
    line-height: 1.4em;
  }

  .rich-text-block-6 {
    text-align: left;
  }

  .information-video-wrap {
    padding-top: 2.5rem;
  }

  .youtube-2 {
    border-radius: 1rem;
  }

  .information-img-wrap {
    padding-top: 2.5rem;
  }

  .img-hight {
    padding-top: 440px;
    position: relative;
  }

  .sample-content_wrap {
    padding-bottom: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sample-information_wrap.is-addons {
    padding-left: 28px;
  }

  .sample-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sample-grid.is-addons {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-65.is-addons {
    font-size: 2.2rem;
    line-height: 1em;
  }

  .item-wrap_samples.is-addons {
    background-size: 400px;
  }

  .text-block-67 {
    letter-spacing: -.05em;
    font-size: 2.3rem;
    line-height: 1.1em;
  }

  .img_wrap {
    width: 29%;
    height: auto;
    bottom: -34%;
  }

  .sample-selection-box_wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .sample-selection-box_wrap.is-zubeh-r {
    margin-top: 2rem;
  }

  .large-box_container {
    background-image: url('/images/20240314_153732-2-2_20240517.webp');
    background-position: 50% 29%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    width: 100%;
    padding-top: 0;
  }

  .large-box_container.is-addons {
    background-position: 50% 57%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-block-68.is-addons {
    letter-spacing: -.05em;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .box-addtocart_wrap {
    width: 100%;
    min-width: 0;
    height: 320px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-70.is-addons {
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .image-133 {
    aspect-ratio: auto;
  }

  .main-hero_wrap {
    height: 100vh;
  }

  .text-block-72 {
    font-size: 1.7rem;
  }

  .section-bento-main {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-bento-main.large_img {
    margin-bottom: 1.5rem;
  }

  .section-bento-main.large_img.product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-bento-main.full-screen {
    margin-top: 1.5rem;
  }

  .section-bento-main.full-screen.samples {
    margin-bottom: 2rem;
  }

  .bento-grid-main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bento-grid-main.product {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .bento-vid-container-large {
    border-radius: 10px;
  }

  .slogan-wrapper.product {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slogan-wrapper.main {
    display: flex;
  }

  .heading-215 {
    letter-spacing: -.05em;
    font-size: 4rem;
    line-height: 1em;
  }

  .bento-grid.sample_visualizer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-bento {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
  }

  .img_bento {
    background-image: linear-gradient(#00000040, #00000040), url('/images/Mockup_AKUROCK_Visualizer_Landing.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-width: auto;
    height: 415px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .long_img_bento {
    background-position: 0 0, 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-219 {
    color: var(--red-stonearts®);
    font-size: 3.2rem;
    line-height: 1.1em;
  }

  .paragraph-92 {
    color: var(--red-stonearts®);
  }

  .image-155 {
    width: 100%;
  }

  .sustainability_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .slogan_installation_guide_wrap {
    width: 478px;
    margin-right: 0;
  }

  .heading-220 {
    font-size: 4.1rem;
    line-height: 1em;
  }

  .paragraph-93 {
    padding-right: 60px;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .image_wrapper_wave {
    width: 48%;
  }

  .div-block-674 {
    min-height: 0;
    max-height: 430px;
    padding: 25px 25px 25px 45px;
  }

  .div-block-675 {
    background-position: 50% 19%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    min-height: 325px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-75 {
    font-size: .7rem;
    line-height: 1em;
  }

  .heading-221 {
    letter-spacing: -.04em;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    font-size: 2.6rem;
    line-height: 1.1em;
  }

  .div-block-676 {
    background-position: 36%;
    min-height: 344px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-677 {
    justify-content: flex-end;
    align-items: center;
    width: 23%;
    padding-top: 7.1rem;
    padding-bottom: 0;
  }

  .background_bento-wrap {
    min-height: 550px;
    padding-right: 0;
  }

  .img_container-reviberation {
    width: 78%;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .bento-img-container._2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 403px;
    padding: 2rem;
    display: flex;
  }

  .img-sustian_container {
    width: 400px;
  }

  .image-165 {
    height: 100%;
  }

  .text-block-77 {
    text-align: left;
    padding-right: 5px;
    font-size: 2.5rem;
    line-height: 1em;
  }

  .image-166 {
    object-fit: cover;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .heading-222 {
    color: var(--background-stonearts®);
    text-align: center;
    letter-spacing: -.05em;
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 1em;
  }

  .text-block-78 {
    color: var(--background-stonearts®);
    text-align: center;
    letter-spacing: -.02em;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
  }

  .button-container_nocollection {
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 0;
  }

  .container.hero.is-stoneskin {
    height: 65vw;
    padding-top: 0;
  }

  .container.stoneskin {
    padding-bottom: 0;
  }

  .container.shoutout {
    justify-content: space-between;
    align-items: center;
    height: 56vw;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container.shoutout._2.stoneskin {
    background-image: none;
    justify-content: center;
    height: 56vw;
  }

  .container.stone_selection {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .container.stone_selection.shoutout {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container.top {
    padding-top: 3rem;
  }

  .container.is-hero.is-akkustik {
    padding-bottom: 0;
  }

  .container.is-about.text {
    line-height: 1em;
  }

  .container.is-about.team {
    padding-bottom: 2.5rem;
    position: static;
  }

  .container.full-wid {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
  }

  .container.full-wid.is-about {
    padding-bottom: 0;
    padding-left: 0;
  }

  .container.is-kontakt {
    padding-bottom: 0;
  }

  .container.is-checkout {
    padding-left: 3.1rem;
    padding-right: 3.1rem;
  }

  .container.is-legal.zahlung {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .img-wrap-hero {
    height: 55vh;
  }

  .heading-223 {
    text-align: center;
    letter-spacing: -.06em;
    font-size: 4.5rem;
    line-height: 1.1em;
  }

  .faq-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq-kachel {
    min-height: 400px;
  }

  .faq-kachel-heading {
    letter-spacing: -.04em;
  }

  .tabs-menu-2 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    box-shadow: 0 2px 5px #0003;
  }

  .faq-tap {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4em;
  }

  .faq-tap.w--current {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .tabs-content-2 {
    border-left-style: none;
  }

  .faq-subtext {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3em;
  }

  .special-section.full {
    padding-bottom: 12vh;
  }

  .stone-selection_wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .stone-selection-header.tile {
    letter-spacing: -.07em;
    font-size: 6.5rem;
    line-height: 1em;
  }

  .paragraph-95 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .journal_text {
    min-height: 0;
    padding: 25px;
  }

  .paragraph-96 {
    font-size: .7rem;
    line-height: .9rem;
  }

  .text-block-79 {
    margin-top: 1.5rem;
  }

  .content-header_journal {
    z-index: 1;
    background-color: var(--pure-white);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -19px;
    padding-top: 1.5rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    position: relative;
  }

  .image-169 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 0;
    height: 580px;
  }

  .text-block-82 {
    font-size: 1.2rem;
  }

  .rte h1 {
    font-size: 2.4rem;
  }

  .rte h2 {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }

  .rte h3 {
    font-size: 1.2rem;
  }

  .rte p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .rte ol,
  .rte strong,
  .rte a,
  .rte ul,
  .rte blockquote {
    font-size: 1rem;
  }

  .section-4 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .slogan_shoutout_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slogan_shoutout_wrapper.footer {
    padding-top: 0;
  }

  .basic-grid.stoneskin {
    grid-template-rows: auto auto;
  }

  .basic-grid.is-stoneskin {
    place-items: stretch start;
  }

  .basic-grid.is-stoneskin.is-video {
    z-index: 2;
  }

  .basic-grid.is-akkustik {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .basic-grid.is-about.hero {
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto auto auto auto auto;
    width: 87%;
  }

  .basic-grid.is-about.story {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .basic-grid.large {
    grid-column-gap: 2.7rem;
    grid-row-gap: 2.7rem;
  }

  .basic-grid.team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .basic-grid.is-kontakt.kontakt {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-98 {
    font-size: 1.1rem;
    line-height: 1.2em;
  }

  .image_wrapper.place_holder {
    height: auto;
  }

  .image_wrapper.is-stoneskin {
    height: 450px;
    padding-top: 7.4rem;
  }

  .image-174 {
    height: auto;
  }

  .text_wrapper._1 {
    justify-content: center;
    align-items: flex-start;
  }

  .text_wrapper.is-akkustik {
    padding-top: 0;
    padding-left: 0;
  }

  .text_wrapper._2 {
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
  }

  .heading-228 {
    letter-spacing: -.05em;
    font-size: 2rem;
  }

  .heading-229 {
    letter-spacing: -.05em;
    font-size: 2.9rem;
    line-height: .9em;
  }

  .image-177 {
    border-radius: 0;
  }

  .img_wrapper {
    height: 100vh;
  }

  .img_wrapper._2,
  .img_wrapper._3,
  .img_wrapper._4,
  .img_wrapper.stone-selection {
    height: 90vh;
  }

  .img_wrapper.is-akkustik {
    justify-content: center;
    align-items: center;
  }

  .heading-230 {
    font-size: 7.4rem;
  }

  .heading-230.is-musterbox,
  .heading-230.is-zusatzprodukte {
    font-size: 5.1rem;
  }

  .text-block-83,
  .text-block-83.is-musterbox,
  .text-block-83.is-zusatzprodukte {
    font-size: 1.3rem;
  }

  .brand_wrapper {
    padding-bottom: .1rem;
    padding-left: 0;
    font-family: Inter, sans-serif;
  }

  .text-block-86 {
    padding-top: 5px;
    padding-left: 0;
    font-size: 1.8vw;
  }

  .text-block-88 {
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .list-2 {
    font-family: Inter, sans-serif;
  }

  .paragraph-102 {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.1em;
  }

  .heading-231 {
    padding-bottom: 1.5em;
    font-size: .9rem;
  }

  .text-block-90 {
    width: 735px;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    font-size: 2.1rem;
  }

  .gallerie_header_wrap {
    padding-bottom: 2rem;
  }

  .heading-232 {
    margin-top: 0;
    font-size: 3rem;
  }

  .heading-233 {
    color: var(--background-stonearts®);
    text-align: left;
    letter-spacing: -.05em;
    font-size: 2.9rem;
    line-height: .9em;
  }

  .heading-234 {
    letter-spacing: -.05em;
    font-size: 5.1rem;
  }

  .heading-235 {
    letter-spacing: -.04em;
    margin-bottom: .7em;
    font-size: 1.6rem;
    line-height: 1em;
  }

  .paragraph-103 {
    font-size: .9rem;
  }

  .text-block-92 {
    font-size: .9rem;
    line-height: 1.7em;
  }

  .text-block-93 {
    font-family: Inter, sans-serif;
    font-size: .9rem;
  }

  .div-block-680 {
    text-align: left;
  }

  .text-span-3 {
    font-size: 5.1rem;
  }

  .text-block-94 {
    font-size: 1.1rem;
  }

  .heading-243,
  .heading-244 {
    font-size: 5.1rem;
  }

  .image-189,
  .image-190 {
    border-radius: 1rem;
    max-height: 500px;
  }

  .heading-245 {
    color: var(--background-stonearts®);
    letter-spacing: -.06em;
    font-size: 7.2rem;
  }

  .heading-246 {
    letter-spacing: -.06em;
    max-width: 500px;
    font-size: 2rem;
    line-height: 1.1em;
  }

  .paragraph-104 {
    max-width: 600px;
    font-size: 1.5rem;
  }

  .image-198 {
    width: 225px;
  }

  .heading-247 {
    font-size: 3.5rem;
  }

  .team_wrapper.ali {
    margin-top: -104px;
  }

  .shoutout-wrapper {
    width: 675px;
  }

  .heading-248 {
    letter-spacing: -.06em;
    max-width: 500px;
    font-size: 2rem;
    font-weight: 600;
  }

  .hero_polaroid_wrap {
    width: auto;
    height: auto;
    padding-top: 90px;
  }

  .story_img_wrapper {
    padding-top: 0;
  }

  .story_img_wrapper.first {
    padding-top: 6rem;
  }

  .story_img_wrapper.five {
    padding-top: 9.1rem;
  }

  .paragraph-105 {
    font-size: 1.5rem;
  }

  .heading-249 {
    letter-spacing: -.06em;
    font-size: 3.8rem;
  }

  .paragraph-106 {
    max-width: 660px;
    font-size: 1.5rem;
  }

  .image_wrapper_svg {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 8.5rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .image-207 {
    width: 60%;
    transform: none;
  }

  .image-208 {
    width: 32%;
  }

  .heading-250 {
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
    font-size: 3.2rem;
    line-height: 1em;
  }

  .bento-box,
  .bento-box.first {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: .5rem;
  }

  .image-209 {
    border-radius: 1.5rem;
    height: 100%;
  }

  .heading-251 {
    font-size: .7rem;
    line-height: 1em;
  }

  .paragraph-107 {
    font-size: .5rem;
  }

  .image-210 {
    height: 100%;
  }

  .heading-252 {
    margin-bottom: .5em;
    font-size: 2.3rem;
  }

  .paragraph-108 {
    margin-bottom: 1.5em;
    font-size: .9rem;
  }

  .checkout-button-3 {
    background-color: #f24616;
    border-radius: .5rem;
    margin-top: 16px;
    padding: 16px 24px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    transition: all 0.2s ease;
    display: block;
    text-decoration: none;
  }

  .checkout-button-3:hover {
    background-color: #d63a0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(242, 70, 22, 0.3);
  }

  .checkout-button-3:active {
    transform: translateY(0);
  }

  .heading-254 {
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-size: 1.4rem;
    line-height: 1em;
  }

  .text-block-103 {
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3em;
  }

  .text-block-104 {
    font-family: Inter, sans-serif;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5em;
  }

  .text-block-105 {
    color: var(--accent-stonearts®);
    text-align: right;
    padding-top: .4em;
    font-family: Inter, sans-serif;
    font-size: .9rem;
  }

  .cart-container-3 {
    background-color: var(--background-stonearts®);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .contacts {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
  }

  .akustik-link-block {
    width: 90px;
    height: 90px;
  }

  .text-block-106 {
    font-size: .8rem;
  }

  .image-214 {
    border-radius: 10px;
  }

  .checkmark_wrapper.mobile {
    display: none;
  }

  .checkmark_mobile {
    width: 26%;
  }

  .option-list-2 {
    display: none;
  }

  .text-block-108 {
    letter-spacing: -.05em;
    font-family: Inter, sans-serif;
    font-weight: 600;
  }

  .option-list-4 {
    display: none;
  }

  .option-list-4.is-mobile {
    color: var(--black-stonearts®);
    letter-spacing: -.05em;
    padding-top: .2em;
    padding-bottom: .2em;
    font-size: .8rem;
    line-height: 1em;
    display: flex;
  }

  .text-block-111 {
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-weight: 400;
  }

  .error-message-2 {
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1em;
  }

  .cart-footer-2 {
    width: 100%;
  }

  .cart-line.is-subtotal {
    border-top-color: var(--warm-grey);
    margin-top: .7em;
  }

  .link-2 {
    font-size: .8rem;
  }

  .cart-items {
    margin-right: 0;
  }

  .cart-item-2 {
    flex-flow: row;
  }

  .cart-form {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .text-block-115 {
    font-size: .9rem;
  }

  .text-block-115.is-einkauf {
    padding-top: 50px;
  }

  .item {
    position: relative;
  }

  .list {
    column-count: 2;
    flex-flow: wrap;
  }

  .grid-95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: block;
  }

  .link-block-19 {
    justify-content: flex-start;
  }

  .link-block-20 {
    height: auto;
  }

  .zusatzinformationen {
    font-size: .8rem;
  }

  .einkaufswagen-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .heading-258 {
    font-size: 4.3rem;
  }

  .heading-258.is-impressum {
    font-size: 5.1rem;
  }

  .header-2-legal {
    font-size: 1.7rem;
  }

  .heading-260 {
    font-size: 1.5rem;
  }

  .heading-260.is-second {
    font-size: 1.3rem;
  }

  .cart_right {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .cart_right.is-einkauf {
    flex: 1;
    padding-left: 0;
  }

  .text-block-126 {
    font-size: 1.1rem;
  }

  .cart-item-4 {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .cart-line-item-2 {
    font-size: 1.3rem;
    line-height: 1em;
  }

  .grid-98 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .q-dec {
    width: 3.1rem;
    height: 3.1rem;
  }

  .q-dec.is-tablet {
    width: 2.5rem;
    height: 2.5rem;
  }

  .q-inc {
    width: 3.1rem;
    height: 3.1rem;
  }

  .q-inc.is-tablet {
    width: 2.5rem;
    height: 2.5rem;
  }

  .mengen_container {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .total-area {
    font-size: .9rem;
  }

  .groessen_wrapper {
    padding-left: 0;
  }

  .text-block-127 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .8rem;
  }

  .panel_calculator_wrapper {
    padding-left: 0;
  }

  .paragraph-116 {
    font-size: .9rem;
  }

  .input-field.width-input {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: .9rem;
  }

  .input-field.hight-input {
    min-height: 45px;
    font-size: .9rem;
  }

  .result {
    min-height: 45px;
    max-height: 45px;
    display: none;
  }

  .text-block-128 {
    font-size: .9rem;
  }

  .bg-video-main-2,
  .background_video_product {
    min-height: 630px;
  }

  .section_video_product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .background-video-2 {
    z-index: 1;
  }

  .text-block-131 {
    color: var(--washed-grey);
    letter-spacing: -.05em;
    padding-top: .3em;
    padding-bottom: .3em;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: line-through;
  }

  .rating.mobile {
    margin-left: -.6rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: .9rem;
  }

  .hero-section {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .button-hero-container.about-us {
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-outline-black {
    width: 229px;
    height: 52px;
  }

  .under-text-hero-slogan {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.5rem;
  }

  .swiper-drag-wrapper.is-slider-main.product {
    display: block;
  }

  .swiper-drag-wrapper.is-slider-main.product.main {
    width: 100%;
  }

  .slider-header.is-slider-main {
    letter-spacing: -.05em;
    font-size: 1.7rem;
  }

  .slider-header.is-slider-main.is-articel {
    font-size: 2.2rem;
  }

  .slider-header.is-blog-main {
    font-size: 2rem;
  }

  .swiper-slide.is-slider-main {
    width: 80%;
  }

  .swiper-slide.is-slider-add-ons {
    width: 100%;
  }

  .swiper-slide.is-swiper-product {
    position: relative;
  }

  .swiper-slide.showcase,
  .swiper-slide.sustainability {
    width: 75%;
  }

  .swiper-slide.nocollection {
    width: 80%;
  }

  .slider-section.journal {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .slider-main_bottom-wrapper.is-slider-main.main {
    padding-top: 0;
  }

  .slider-main_top-wrapper.is-slider-main {
    margin-top: 0;
  }

  .basic-grid.sustainability.health {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .page-padding.slogan {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .basic-section {
    margin-bottom: 2rem;
  }

  .basic-section.slogan.main {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .basic-section.lets-reconnect {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .basic-section.shout-out {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .basic-section.main {
    margin-top: 2rem;
  }

  .basic-img-wrapper,
  .basic-img-wrapper.sustainability {
    min-height: 500px;
  }

  .img-container.health {
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-top: 0%;
  }

  .navbar-7 {
    display: none;
  }

  .button-text-style-2 {
    font-size: .875rem;
  }

  .button-text-style-2.mobile,
  .button-text-style-2.mobile.nano-seal {
    color: var(--black-stonearts®);
  }

  .hero-heading-2 {
    letter-spacing: -.5px;
    width: 70%;
    font-size: 1.7rem;
    line-height: 1.1em;
  }

  .button-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .button-text.bottom {
    font-size: .875rem;
  }

  .button-text.bottom.add-ons {
    font-size: 3vw;
  }

  .button-text.samples {
    color: var(--background-stonearts®);
    -webkit-text-stroke-color: #dda279;
  }

  .button-outline-white {
    background-color: #0000;
  }

  .button-outline-white.bottom {
    min-width: 28vw;
    min-height: 7vw;
  }

  .button-outline-white.bottom.add-ons {
    min-width: 6vw;
    min-height: 12vw;
  }

  .button-outline-white.guide {
    color: var(--dark-brown-stonearts®);
  }

  .button-outline-white._2 {
    height: 3.5em;
    padding-top: 0;
  }

  .button-outline-white._2.bento {
    align-items: center;
    margin-top: 1.9rem;
    padding-top: 0;
    display: flex;
  }

  .button-outline-white._2.bento.samples {
    border-color: var(--background-stonearts®);
  }

  .heading-143 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-144 {
    font-family: Acumin Pro;
    font-weight: 600;
  }

  .slider-main_text-wrapper.is-slider-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .slider-main_text-holder.is-slider-main {
    flex-direction: column;
    display: flex;
  }

  .slider-main_text-holder.is-blog-main {
    padding: 15px;
  }

  .slogan {
    text-align: left;
    font-size: 2rem;
    line-height: 2rem;
  }

  .slogan._2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .slogan._2.text {
    font-size: 3rem;
  }

  .slogan.guide {
    font-size: 2rem;
  }

  .slogan-wrapper {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .shout-out-container.main {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .paragraph-70 {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .link-7 {
    font-size: 1rem;
  }

  .health-text-slogan {
    font-size: 2.3rem;
    line-height: 1em;
  }

  .super-large-image-wrapper {
    min-height: 31.3rem;
  }

  .content-container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .field-label {
    font-size: 1.8rem;
  }

  .payment-options-wrapper {
    width: 28%;
  }

  .footer-main-block.links {
    padding-top: 1rem;
  }

  .footer-links {
    font-size: 1rem;
    line-height: 16px;
  }

  .link-block-holder-footer {
    justify-content: flex-start;
    align-items: stretch;
  }

  .heading-147 {
    letter-spacing: -1vw;
    margin-left: 0;
    padding-bottom: .425rem;
    font-size: 12.3vw;
    line-height: 10vw;
  }

  .heading-149 {
    font-size: .6rem;
  }

  .social-media-icon_wrapper {
    width: 44%;
  }

  .text-field-6 {
    letter-spacing: -.01em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1em;
  }

  .footer-container {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-section {
    margin-top: -1rem;
  }

  .quick-stack {
    padding-bottom: 0;
  }

  .footer-content-wrapper {
    background-color: var(--light-grey-stonearts®);
  }

  .footer-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-150 {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }

  .footer-grid-main_container {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-main_container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-148 {
    font-size: 1.2rem;
  }

  .heading-151 {
    font-size: .6rem;
  }

  .heading-153.blog {
    font-size: .8rem;
    line-height: .8rem;
  }

  .heading-154.blog {
    font-size: .6rem;
    line-height: .7rem;
  }

  .section.content-tile {
    margin-top: 2.5rem;
  }

  .section.content-tile.is-samples {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.content-tile.is-product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section.showcase {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .section.stoneskin.slogan {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .section.large {
    margin-top: 3vw;
  }

  .section.top.gallerie {
    margin-bottom: 3rem;
  }

  .section.gallerie {
    margin-top: 2rem;
  }

  .section.is-about.liebe {
    margin-top: 1.5rem;
  }

  .section.is-about.reise {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .section.is-kontakt.faq {
    margin-top: 2rem;
  }

  .section.main {
    margin-bottom: 2rem;
  }

  .product_text_wrapper {
    padding-right: 10px;
  }

  .header-wrapper-product {
    padding-bottom: .2em;
  }

  .heading-157,
  .heading-158 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .heading-159 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .slider-selector_component.is-slider-product.mobile {
    align-items: center;
    display: block;
  }

  .slider-selector_wrapper.showcase,
  .slider-selector_wrapper.sustainability {
    padding-left: 0;
  }

  .slider-selector_height {
    padding-top: 0;
  }

  .heading-161 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .q-num.is-einkauf {
    margin-left: 0;
  }

  .tabs-beschreibung {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .container-basic.hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-174 {
    text-align: center;
  }

  .heading-174.bento {
    color: var(--background-stonearts®);
  }

  .heading-174.bento-main {
    font-size: 2.3rem;
  }

  .heading-174.bento-main._2 {
    text-align: center;
    font-size: 2.3rem;
    line-height: 2.5rem;
  }

  .paragraph-77 {
    text-align: center;
  }

  .paragraph-77.bento {
    color: var(--background-stonearts®);
  }

  .paragraph-77.bento-main._2 {
    text-align: center;
  }

  .selection-tile_text-wrapper.bento {
    justify-content: center;
    align-items: center;
  }

  .selection-tile_text-wrapper.bento.background {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .arrow-wrapper,
  .arrow-wrapper.bento,
  .arrow-wrapper.bento.visualizer {
    display: none;
  }

  .wrapper.bento._2 {
    padding-left: 0;
  }

  .wrapper.bento.select {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-hero-wrapper-guide {
    min-height: 32rem;
  }

  .section-2.slogan {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-2.slogan.product {
    margin-top: 0;
    display: block;
  }

  .tile-wrapper {
    background-image: linear-gradient(#00000030, #00000030), url('/images/20230807_093002-2.webp');
    background-position: 0 0, 52%;
    background-size: auto, cover;
    height: 630px;
  }

  .shout-outs-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .shout-outs-wrapper.product {
    display: flex;
  }

  .heading-178 {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .heading-180 {
    font-size: 4.6rem;
  }

  .review-count {
    font-size: .9rem;
  }

  .container-medium.installation,
  .container-medium.installation.is-zubehr {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-185 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .section-medium {
    margin-bottom: 2.5rem;
  }

  .section-medium.installation-guide,
  .section-medium.installation {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-medium.installation.product {
    margin-bottom: 3rem;
  }

  .hero-img-wrapper.stone-selection {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 100vh;
  }

  .hero-img-wrapper.is-akkustik {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 72vh;
  }

  .hero-img-wrapper.is-mission {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-hero.is-journal {
    margin-top: 4.5rem;
    margin-bottom: 0;
  }

  .collection-list-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-193 {
    letter-spacing: -3px;
    font-size: 3.2rem;
    line-height: 3.4rem;
  }

  .heading-195 {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .heading-198 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .heading-202 {
    margin-top: 0;
  }

  .container-2.header {
    width: 90vw;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .paragraph-large {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .heading-204 {
    font-size: 2.9rem;
    line-height: .9em;
  }

  .container-3.instructions {
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_progress {
    left: 6px;
  }

  .timeline_right {
    padding-left: 0;
  }

  .timeline_date-text {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    font-size: 36px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_text {
    text-align: left;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    display: flex;
  }

  .timeline_item {
    grid-template-columns: 41px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
    padding-left: 0;
    display: none;
  }

  .text-block-54 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.9rem;
    display: flex;
  }

  .quick-stack-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text-block-2 {
    font-size: 1rem;
  }

  .cell-22 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 1.2rem;
  }

  .heading-205 {
    font-size: 1.3rem;
  }

  .margin-bottom-small {
    margin-bottom: 24px;
  }

  .timeline_date-text-2 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .button-inverted {
    padding: 14px 24px;
  }

  .container-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2 {
    margin-top: 340px;
    top: 8%;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first {
    margin-bottom: 320px;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first.sus {
    left: .8%;
  }

  .slider-main_arrow.swiper-next.mobile-main._2 {
    margin-top: 340px;
    top: 8%;
  }

  .slider-main_arrow.swiper-next.mobile-main.first {
    margin-bottom: 320px;
  }

  .cell-26 {
    justify-content: center;
    align-items: stretch;
    padding-left: 10px;
  }

  .swiper-bullet-wrapper.is-slider-product {
    display: none;
  }

  .swiper-bullet {
    width: .7rem;
    min-height: .7rem;
  }

  .nav-mobile-drop {
    width: 100%;
    display: none;
  }

  .menu-mobile-block {
    align-items: center;
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    display: flex;
  }

  .header-menu-mobile {
    letter-spacing: -1px;
    font-family: Acumin Pro;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .link-block-18 {
    line-height: 20px;
  }

  .mobile-nav-header {
    font-size: 1.9rem;
  }

  .mobile-menu-link-wrap {
    margin-top: 20px;
  }

  .paragraph-86 {
    color: var(--light-grey-text);
  }

  .paragraph-86.info {
    padding-bottom: 1.5rem;
  }

  .information-video-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .youtube-2 {
    min-height: 500px;
  }

  .information-img-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sample-content_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sample-information_wrap.is-addons {
    margin-bottom: 2.5rem;
  }

  .sample-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .text-block-65.is-addons {
    font-size: 2rem;
  }

  .text-block-67 {
    text-align: left;
  }

  .img_wrap {
    position: relative;
    top: 123px;
    left: 0%;
  }

  .sample-selection-box_wrap {
    margin-top: 2rem;
  }

  .large-box_container {
    background-position: 100%;
  }

  .text-block-68.is-addons {
    font-size: 1.4rem;
  }

  .box-addtocart_wrap {
    height: 320px;
  }

  .text-block-70.is-addons {
    font-size: 1rem;
  }

  .image-133 {
    aspect-ratio: auto;
    width: 100%;
    height: 390px;
  }

  .main-hero_wrap {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .section-bento-main.samples {
    margin-top: 1.5rem;
  }

  .bento-grid-main {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .bento-grid-main.product {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-215 {
    letter-spacing: -.05em;
    font-size: 3rem;
  }

  .tabs_content {
    width: 100%;
    height: 0%;
  }

  .tabs_content.active {
    height: 100%;
  }

  .tabs_heading {
    transform: rotate(0);
  }

  .tabs {
    flex-direction: column;
    height: 200vh;
  }

  .tabs_link {
    border-width: 2px 0;
    border-top-style: solid;
    border-top-color: #000;
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .tabs_link.active {
    border-bottom-color: #000;
  }

  .tab_contain {
    width: 100%;
    max-width: 43em;
  }

  .cta-bento {
    min-height: 315px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .img_bento {
    background-image: linear-gradient(#00000038, #00000038), url('/images/Mockup_AKUROCK_Visualizer_Small.webp');
    background-position: 0 0, 26%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 630px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .long_img_bento {
    justify-content: center;
    align-items: center;
    min-height: 630px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .heading-219 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .paragraph-92 {
    font-size: 1.1rem;
  }

  .installation_wrap {
    justify-content: center;
  }

  .slogan_installation_guide_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-220 {
    text-align: center;
    font-size: 3.4rem;
    line-height: 3rem;
  }

  .paragraph-93 {
    text-align: center;
    padding-right: 0;
  }

  .div-block-674 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-height: 450px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-675 {
    justify-content: center;
    min-height: 450px;
  }

  .text-block-75 {
    letter-spacing: -.02em;
    font-size: 1.2rem;
  }

  .heading-221 {
    text-align: left;
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-size: 2.8rem;
    line-height: 1.1em;
  }

  .image-161 {
    padding-bottom: 30px;
  }

  .div-block-676 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-677 {
    width: 25%;
    height: 100%;
    padding-top: 0;
  }

  .background_bento-wrap {
    flex-direction: column;
    min-height: 550px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-wrapper_bento-full {
    padding-left: 0;
    padding-right: 0;
  }

  .img_container-reviberation {
    width: 49%;
  }

  .bento-img-container._2 {
    height: auto;
    min-height: 630px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .img-sustian_container {
    width: 300px;
  }

  .text-block-77 {
    text-align: center;
    font-size: 2.7rem;
    line-height: 2.9rem;
  }

  .img_wrapper_overview {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-section.is-kontakt {
    margin-bottom: 2rem;
  }

  .hero-section.is-kontakt.stonearts {
    margin-bottom: 0;
  }

  .container {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-bottom: 0;
  }

  .container.is-stoneselection {
    min-height: 50vh;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .container.hero.is-stoneskin {
    height: 56vw;
  }

  .container.stoneskin {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container.shoutout {
    height: 57vw;
  }

  .container.shoutout._2 {
    height: 80vw;
  }

  .container.shoutout._2.stoneskin {
    text-align: center;
    background-image: none;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.shoutout.is-stoneskin {
    height: 65vw;
  }

  .container.stone_selection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-hero.is-akkustik {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
  }

  .container.is-hero.is-mission {
    padding-bottom: 10rem;
  }

  .container.is-akkustik {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-about {
    height: 100%;
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-about.team.slogan {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .container.is-kontakt,
  .container.main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-223 {
    text-align: center;
    margin-top: 0;
    padding-bottom: 2.5rem;
    font-size: 3.7rem;
  }

  .link-block-abs {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .faq-tap,
  .faq-tap.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-subtext {
    font-family: Inter, sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2em;
  }

  .special-section.full {
    padding-bottom: 0;
  }

  .special-section.full.is-overlap,
  .special-section.full.is-overlap._2 {
    margin-top: -4.5rem;
  }

  .stone-selection-header.tile {
    letter-spacing: -.3rem;
    font-size: 5.7rem;
    line-height: 6rem;
  }

  .paragraph-95 {
    padding-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .journal_text {
    min-height: 0;
    padding: 25px;
  }

  .paragraph-96 {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .content-header_journal {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .main_header_wrapper_journal,
  .top_main_descriptionn_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .rte h1 {
    font-size: 2rem;
  }

  .rte h2 {
    font-size: 1.5rem;
  }

  .basic-grid {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .basic-grid.beginning {
    grid-template-rows: auto;
  }

  .basic-grid.stoneskin {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .basic-grid.gallerie {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .basic-grid.is-stoneskin.is-video {
    z-index: 2;
  }

  .basic-grid.is-akkustik {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .basic-grid.is-zusatzprodukte {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .basic-grid.is-about.hero {
    height: 100%;
  }

  .basic-grid.is-kontakt.faq {
    grid-template-columns: 1fr;
  }

  .basic-grid.is-kontakt.kontakt {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-98 {
    font-size: 1rem;
  }

  .image_wrapper {
    padding-top: 0;
  }

  .image_wrapper.is-stoneskin {
    height: 250px;
    padding-top: 0;
  }

  .text_wrapper._2 {
    padding-left: 2.5rem;
  }

  .heading-228 {
    font-size: 1.6rem;
  }

  .heading-229 {
    font-size: 2.4rem;
    line-height: .9em;
  }

  .image-179 {
    object-fit: cover;
    height: 100%;
  }

  .img_wrapper {
    height: 87vh;
  }

  .scroll_image {
    height: 100%;
  }

  .heading-230 {
    letter-spacing: -.07em;
    font-size: 7.4rem;
  }

  .heading-230.is-zusatzprodukte {
    font-size: 6.5rem;
  }

  .text-block-83 {
    font-size: 1.1rem;
    line-height: 1.2em;
  }

  .dark_overlay {
    display: none;
  }

  .image-184 {
    flex: 0 auto;
    display: none;
  }

  .svg_wrapper {
    display: flex;
  }

  .brand_wrapper {
    padding-bottom: .2rem;
  }

  .text-block-86 {
    padding-top: 2px;
    font-size: 2.5vw;
  }

  .paragraph-102 {
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    line-height: 1.1em;
  }

  .heading-231 {
    padding-bottom: 0;
  }

  .heading-232 {
    font-size: 2.5rem;
  }

  .heading-233 {
    font-size: 2.4rem;
    line-height: .9em;
  }

  .heading-234 {
    font-size: 4.6rem;
  }

  .paragraph-103 {
    font-size: 1rem;
  }

  .text-span-3 {
    font-size: 4.6rem;
  }

  .heading-244 {
    font-size: 3.8rem;
  }

  .heading-245 {
    text-align: center;
    font-size: 6.5rem;
  }

  .image-195 {
    z-index: 1;
    position: relative;
    transform: rotate(-18deg);
  }

  .image-196 {
    margin-left: 38px;
  }

  .image-197 {
    position: relative;
    transform: rotate(12deg);
  }

  .heading-246 {
    max-width: 420px;
    font-size: 1.7rem;
  }

  .paragraph-104 {
    max-width: 450px;
    font-size: 1.3rem;
  }

  .heading-247 {
    font-size: 2.9rem;
  }

  .shoutout-wrapper {
    width: 485px;
  }

  .heading-248 {
    font-size: 1.7rem;
  }

  .hero_polaroid_wrap {
    padding-top: 125px;
  }

  .hero_polaroid_wrap.second {
    padding-top: 201px;
  }

  .story_img_wrapper.five {
    padding-top: 1.5rem;
  }

  .paragraph-105 {
    font-size: 1.3rem;
  }

  .heading-249 {
    font-size: 2.9rem;
  }

  .paragraph-106 {
    font-size: 1.3rem;
  }

  .paragraph-106.is-team {
    letter-spacing: 0;
    max-width: 450px;
    margin-top: 1.5rem;
  }

  .image_wrapper_svg {
    padding-top: 4rem;
  }

  .image-207 {
    width: 80%;
  }

  .image-208 {
    top: -4.75px;
    left: -60.734px;
  }

  .heading-250 {
    letter-spacing: -.5vw;
    padding-top: 3rem;
    font-size: 12vw;
    line-height: 11vw;
  }

  .bento-box {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }

  .bento-box.first {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 0;
  }

  .image-block-kontakt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-block-kontakt.faq {
    padding-top: 3rem;
  }

  .image-209 {
    height: 100%;
    max-height: 500px;
  }

  .heading-251 {
    text-align: center;
    font-size: .9rem;
    line-height: 1em;
  }

  .paragraph-107 {
    text-align: center;
    font-size: .8rem;
  }

  .faq-wrapper {
    border-radius: 1.5rem;
  }

  .image-210 {
    border-radius: 1.5rem;
    max-height: 500px;
  }

  .text-wrapper-kontakt {
    padding-bottom: 3rem;
  }

  .about-us-wrapper {
    border-radius: 1.5rem;
  }

  .contacts {
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 3rem;
  }

  .div-block-2 {
    margin-left: 0;
  }

  .link-2 {
    padding-top: .4rem;
    font-size: .8rem;
  }

  .cart-form {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
  }

  .paragraph-109 {
    font-size: 3rem;
  }

  .text-block-115.is-einkauf {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 48px;
    display: flex;
  }

  .item {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 630px;
    margin-bottom: 0;
  }

  .item.is-galerie {
    margin-top: 1rem;
  }

  .list {
    column-count: 1;
    flex-flow: row;
    display: flex;
    overflow: hidden;
  }

  .list.is-galerie {
    display: block;
  }

  .imagelink {
    height: 100%;
  }

  .image-222 {
    width: 13%;
  }

  .mobile-insta-div,
  .q-group.is-einkauf {
    display: flex;
  }

  .image-223 {
    height: 100%;
  }

  .link-block-19 {
    justify-content: flex-start;
  }

  .heading-258 {
    font-size: 2.9rem;
  }

  .header-2-legal {
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .heading-260.is-second {
    font-size: 1.2rem;
  }

  .company_text,
  .paragraph-111 {
    font-size: 1rem;
  }

  .heading-261 {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .cart_right {
    justify-content: flex-start;
  }

  .cart_right.is-einkauf {
    padding-left: 0;
  }

  .text-block-126 {
    font-size: 1.1rem;
  }

  .cart-line-item-2 {
    font-size: 1.2rem;
  }

  .text-block-127,
  .input-field.width-input {
    font-size: .8rem;
  }

  .input-field.hight-input {
    min-height: 45px;
    font-size: .8rem;
  }

  .text-block-128 {
    font-size: .8rem;
  }

  .options_wrapper {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .text-block-129 {
    font-size: .8rem;
  }

  .text-block-130 {
    padding-left: .3em;
    font-size: .8rem;
  }

  .bg-video-main-2 {
    min-height: 550px;
  }

  .background-video-2 {
    z-index: 1;
    background-image: url('/images/vlcsnap-2024-03-16-10h58m25s505-2_1.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .background-video-3 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .text-block-131 {
    font-size: 1.2rem;
  }

  /* --- PRODUCT DETAIL PAGE SURGICAL FIX --- */
  .product-selection-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }

  .product_image_wrapper,
  .product_text_wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .calculator-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
  }

  .calculator-inputs {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
  }

  .input-field {
    width: 100% !important;
  }

  .variation-wrapper {
    flex-wrap: wrap !important;
  }

  .add-ons-sample_wrapper .w-dyn-items {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .collection-item-7 {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }

  .add-to-cart-button {
    width: 100% !important;
  }

  .slider-selector_component {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .slider-selector_wrapper {
    width: auto !important;
  }
}

@media screen and (max-width: 479px) {
  a {
    font-size: .9rem;
  }

  ul {
    font-size: .9rem;
    line-height: 1.3em;
  }

  img {
    height: 100%;
  }

  strong {
    font-size: .9rem;
  }

  .hero-section {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 3.7rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-hero-container.about-us {
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-outline-black {
    width: 191px;
    margin-top: 15px;
    font-size: .8rem;
  }

  .button-outline-black.taps.cell-2.mobile.is-datenblatt {
    display: none;
  }

  .button-outline-black.taps.mobile {
    width: 8.8rem;
    height: 2.5rem;
    margin-top: 0;
  }

  .button-outline-black.is-full {
    width: auto;
    height: 3.5rem;
  }

  .hero-slogan-box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .basic-grid-section,
  .basic-grid-section.slogan {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .under-text-hero-slogan {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.2em;
  }

  .slogan-text-wrapper {
    justify-content: center;
    align-items: center;
  }

  .slider-main_component {
    position: relative;
  }

  .slider-page-padding {
    padding-top: 0;
    padding-bottom: 1.5em;
  }

  .slider-page-padding.blog {
    padding: 0 0% 2.5rem;
  }

  .slider-page-padding.slider-1 {
    padding-bottom: 0;
    padding-left: 16px;
  }

  .slider-page-padding.main {
    padding-left: 16px;
  }

  .swiper-drag-wrapper.is-slider-main {
    height: .2rem;
  }

  .swiper-drag-wrapper.is-slider-main.product {
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .slider-header.is-slider-main {
    letter-spacing: -.04em;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1em;
  }

  .slider-header.is-slider-main.stoneskin {
    font-size: 1.1rem;
  }

  .slider-header.is-slider-main.is-articel {
    text-align: center;
    font-size: 1.6rem;
  }

  .slider-header.is-blog-main {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.1rem;
  }

  .swiper-wrapper.nocollection {
    overflow: visible;
  }

  .swiper-slide.is-slider-main {
    width: 85%;
  }

  .swiper-slide.is-slider-selector {
    width: 31%;
  }

  .swiper-slide.is-swiper-product {
    position: relative;
  }

  .swiper-slide.showcase {
    width: 98%;
  }

  .swiper-slide.sustainability {
    width: 92%;
  }

  .swiper-slide.nocollection {
    width: 85%;
    position: relative;
  }

  .swiper.nocollection {
    z-index: 2;
    overflow: visible;
  }

  .swiper-drag.is-slider-main.product {
    background-color: var(--accent-stonearts®);
    width: 1.5rem;
  }

  .slider-section.is-selection-main.new {
    overflow: hidden;
  }

  .slider-section.slider-1 {
    margin-bottom: 1.5rem;
  }

  .slider-section.slider-1.is-articel {
    background-color: var(--yellow-stonearts®);
    border-radius: 20px;
    padding-bottom: 4rem;
  }

  .slider-section.journal {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .slider-main_bottom-wrapper.is-slider-main {
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
  }

  .slider-main_bottom-wrapper.is-slider-main.main {
    flex-flow: row;
    padding-top: 0;
    display: block;
  }

  .slider-main_bottom-wrapper.is-slider-product {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slider-main_top-wrapper.is-slider-main {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .slider-main_top-wrapper.is-slider-main.stoneskin {
    padding-top: 0;
  }

  .slider-main_top-wrapper.is-blog-main {
    padding-bottom: 2.4rem;
  }

  .basic-container.hero-image {
    padding-bottom: 1.5rem;
  }

  .basic-grid.sustainability.health {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.slogan {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-padding.super-large-image {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding.shout-out {
    padding-top: 0;
    padding-bottom: 0;
  }

  .basic-section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .basic-section.slogan.main {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .basic-section.lets-reconnect {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .basic-section.shout-out {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .basic-img-wrapper,
  .basic-img-wrapper.sustainability {
    min-height: 393px;
  }

  .img-container.health,
  .img-container.health._2 {
    min-height: 0;
  }

  .navbar-7 {
    display: none;
  }

  .button-text-style-2 {
    color: var(--black-stonearts®);
  }

  .button-text-style-2.mobile {
    letter-spacing: 0;
    font-size: .7rem;
  }

  .button-text-style-2.mobile.nano-seal {
    font-size: .8rem;
  }

  .hero-heading-2 {
    letter-spacing: -.05em;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .button-text {
    font-size: .8rem;
    line-height: 1rem;
  }

  .button-text.bottom,
  .button-text.bottom.add-ons,
  .button-text.bottom.side-note {
    font-size: .8rem;
  }

  .button-text.samples {
    color: var(--background-stonearts®);
    -webkit-text-stroke-color: var(--more-fun-coral-stonearts®);
  }

  .button-text.is-white {
    font-size: .8rem;
    line-height: 1em;
  }

  .button-outline-white {
    background-color: #0000;
    align-items: center;
    width: 11.4rem;
    height: 3.4rem;
    padding-top: 0;
    font-size: 0;
    line-height: 13vw;
  }

  .button-outline-white.bottom {
    min-width: 39vw;
    min-height: 13vw;
    margin-top: 2px;
  }

  .button-outline-white.bottom.add-ons {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button-outline-white.bottom {
    margin-top: 15px;
  }

  .button-outline-white.bottom.faqs.additions {
    width: auto;
  }

  .button-outline-white.about-us {
    width: 11.5rem;
    height: 3rem;
    margin-top: 1.8rem;
  }

  .button-outline-white.guide {
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    display: flex;
  }

  .button-outline-white._2 {
    align-items: center;
    height: 3.4em;
    margin-top: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .875rem;
  }

  .button-outline-white._2.bento {
    height: 3.4em;
    margin-top: 1.8rem;
    padding-top: 0;
    display: flex;
  }

  .button-outline-white._2.bento.samples {
    border-color: var(--background-stonearts®);
    width: 169px;
  }

  .button-outline-white._2.bento.is-visualizer {
    width: 169px;
  }

  .button-outline-white.is-kontakt {
    margin-top: 1.5em;
  }

  .slider-main_image-height.is-slider-main {
    border-radius: 10px;
    height: 393px;
    padding-top: 0%;
  }

  .slider-main_image-height.is-slider-main.is-articel {
    height: auto;
  }

  .slider-main_image-height.nocollection {
    height: 411px;
    padding-top: 0%;
  }

  .slider-main_image {
    object-position: 37% 50%;
  }

  .heading-142 {
    color: var(--black-stonearts®);
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 600;
  }

  .heading-143 {
    color: var(--black-stonearts®);
    letter-spacing: -1px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .heading-144 {
    color: var(--dim-grey);
    letter-spacing: 0;
    padding-top: 1px;
    font-family: Acumin Pro;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1rem;
  }

  .slider-main_text-wrapper.is-slider-main {
    background-image: none;
    align-items: flex-start;
    padding: 5% 2% 0%;
    position: static;
  }

  .slider-main_text-holder.is-blog-main {
    padding: 10px;
  }

  .slogan {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }

  .slogan._2 {
    text-align: center;
    letter-spacing: -.05rem;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .slogan._2.text {
    font-size: 2.2rem;
    line-height: 1em;
  }

  .slogan.guide {
    font-size: 1.8rem;
    line-height: 1em;
  }

  .slogan-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .shout-out-wrapper.installation {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-img-wrapper {
    background-position: 0 0, 29%;
    border-radius: 0;
    min-height: 28rem;
    padding-top: 0%;
  }

  .large-img-wrapper.main {
    min-height: 450px;
  }

  .shout-out-container {
    align-items: center;
  }

  .shout-out-container.main {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .health-text-container {
    padding: 60px 20px;
  }

  .paragraph-70 {
    margin-top: 1rem;
    font-size: .8rem;
    line-height: 1.2em;
  }

  .health-text-slogan {
    letter-spacing: -.04em;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

  .blog-link-block {
    padding-top: 0;
  }

  .super-large-image-wrapper {
    background-position: 69%;
    min-height: 450px;
  }

  .content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    padding-bottom: 0;
    font-size: 2rem;
  }

  .payment-options-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 18%;
    padding-top: 10px;
  }

  .form-2 {
    padding-right: 0;
  }

  .image-104 {
    height: 26px;
  }

  .footer-main-block.links {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 1rem;
    padding-left: 7px;
  }

  .footer-main-block.news {
    padding-top: 0;
  }

  .footer-main-block.logo {
    padding-top: .5rem;
  }

  .footer-main-block.newsletter {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-links {
    font-size: .8rem;
    line-height: 8px;
  }

  .image-100 {
    height: auto;
  }

  .social-media-link {
    width: auto;
  }

  .heading-147 {
    text-align: left;
    letter-spacing: -1vw;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 12.2vw;
    font-weight: 700;
    line-height: 14vw;
    display: block;
  }

  .submit-button-newsletter {
    padding: 7px;
  }

  .rights-wrapper {
    height: 100%;
  }

  .heading-149 {
    margin-top: 9px;
    font-size: .5rem;
    line-height: .5rem;
  }

  .social-media-icon_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .follow-us-wrapper {
    padding-left: 7px;
  }

  .text-field-6 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: .9rem;
  }

  .footer-main-grid {
    grid-template-rows: auto auto auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-103 {
    height: 15px;
  }

  .image-99 {
    height: auto;
  }

  .image-102 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .footer-container {
    height: 100%;
  }

  .footer-section {
    height: 100%;
    margin-top: 0;
  }

  .quick-stack {
    padding-bottom: 0;
  }

  .footer-content-wrapper {
    background-color: var(--light-grey-stonearts®);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: static;
  }

  .footer-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-101 {
    height: auto;
  }

  .heading-150 {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.2em;
  }

  .footer-grid-main_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding: 35px 10px 0;
  }

  .checkbox-label {
    font-size: .7rem;
    line-height: .9rem;
  }

  .footer-main_container {
    padding-top: 0;
  }

  .legal-links {
    padding-right: .15rem;
  }

  .heading-148 {
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: .8rem;
  }

  .heading-151 {
    font-size: .4rem;
  }

  .heading-153.blog {
    font-size: .6rem;
    line-height: .8rem;
  }

  .heading-154.blog {
    font-family: acumin-pro;
    font-size: .5rem;
    font-weight: 400;
    line-height: .7rem;
  }

  .slider-main_image-2 {
    object-position: 74% 50%;
  }

  .container-products {
    width: auto;
  }

  .container-products.samples,
  .container-products.is-addons {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.product.add-ons {
    margin-bottom: 0;
  }

  .section.product.samples {
    margin-top: 4.5rem;
    margin-bottom: .9rem;
  }

  .section.content-tile,
  .section.content-tile.is-samples,
  .section.content-tile.is-product {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section.showcase {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .section.stoneskin,
  .section.stoneskin.slogan {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section.large {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section.top {
    margin-bottom: .5rem;
  }

  .section.top.gallerie {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
  }

  .section.is-akkustik {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section.is-about.description {
    margin-bottom: .5rem;
  }

  .section.is-about.slogan {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .section.is-about.story {
    overflow: hidden;
  }

  .section.is-about.team {
    margin-top: 1.5rem;
    display: block;
  }

  .section.is-about.last {
    margin-top: -5rem;
    margin-bottom: 5rem;
  }

  .section.is-about.liebe {
    margin-top: 0;
  }

  .section.is-about.reise {
    margin-bottom: 0;
  }

  .section.is-kontakt,
  .section.is-kontakt.faq {
    margin-top: 1rem;
  }

  .section.is-hero {
    margin-bottom: 3.5rem;
  }

  .section.is-hero.einakufswagen {
    margin-bottom: 1.5rem;
  }

  .section.main.social {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .product_text_wrapper {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    padding: 0 16px;
  }

  .header-wrapper-product {
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: .3em;
  }

  .heading-157,
  .heading-158 {
    letter-spacing: -.03em;
    height: 100%;
    font-size: 1.8rem;
    line-height: 1em;
  }

  .heading-159 {
    color: var(--accent-stonearts®);
    font-size: 1.3rem;
    line-height: 1em;
  }

  .pd-heading {
    width: auto;
  }

  .div-block-605 {
    padding-top: .5em;
    padding-bottom: 1.5em;
  }

  .slider-selector_component.is-slider-product {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    display: block;
    position: static;
    overflow: visible;
  }

  .slider-selector_component.is-slider-product.mobile {
    display: block;
  }

  .slider-selector_overflow {
    width: 100%;
  }

  .slider-selector_wrapper.is-slider-product {
    height: 100%;
    position: relative;
    inset: 0%;
  }

  .slider-selector_wrapper.showcase {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-selector_height._2 {
    padding-top: 115px;
  }

  .slider-selector_height.sustainability {
    padding-right: 10px;
  }

  .heading-161 {
    text-align: left;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .q-num {
    text-align: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-left: .3rem;
    margin-right: .3rem;
    padding-left: 1px;
    font-size: .9rem;
  }

  .q-num.is-cart {
    width: 2rem;
    height: 1.5rem;
  }

  .q-num.is-einkauf {
    width: 38px;
    height: 1.5rem;
    margin-right: .1rem;
    font-size: .7rem;
    font-weight: 400;
  }

  .q-num.is-tablet {
    width: 50px;
    line-height: 1em;
  }

  .field-label-3 {
    text-align: left;
    font-size: 1.3rem;
  }

  .div-block-609 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .add-to-cart-button {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .8rem;
  }

  .heading-163 {
    font-size: .9rem;
  }

  .sample-link-wrapper {
    margin-left: 0;
  }

  .heading-165.add-ons {
    padding-bottom: .2em;
    font-size: 1.1rem;
    line-height: 1em;
  }

  .heading-166 {
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1em;
  }

  .button-wrapper-taps.mobile {
    width: auto;
    height: auto;
  }

  .container-basic.hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .container-basic.hero-section.is-akustik {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .heading-174 {
    font-size: 1.7rem;
    line-height: 1.1em;
  }

  .heading-174.bento {
    color: var(--background-stonearts®);
  }

  .heading-174.bento-main {
    text-align: center;
    padding-top: .5rem;
    font-size: 1.6rem;
    line-height: 1.1em;
  }

  .heading-174.bento-main._2 {
    width: auto;
    font-size: 1.6rem;
    line-height: 1.5rem;
  }

  .heading-174.bento-main._2.samples {
    line-height: 1.2em;
  }

  .paragraph-77 {
    font-size: .8rem;
  }

  .paragraph-77.bento {
    color: var(--background-stonearts®);
  }

  .paragraph-77.bento-main {
    padding-bottom: 0;
    font-size: .8rem;
    line-height: 1rem;
  }

  .paragraph-77.bento-main._2 {
    text-align: center;
    font-size: .8rem;
  }

  .paragraph-77.bento-main._2.sample {
    text-align: center;
  }

  .paragraph-77.bento-main._3 {
    text-align: center;
    padding-bottom: 0;
  }

  .selection-tile_text-wrapper.bento.background {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .selection-tile_text-wrapper.bento.background.sample {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .arrow-wrapper {
    width: 21px;
    display: none;
  }

  .wrapper {
    padding-left: 0;
  }

  .wrapper.bento.select {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .basic-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .basic-container.social {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .img-hero-wrapper-guide {
    width: 100%;
  }

  .section-2.review {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .section-2.slogan.product {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .section-2.slogan.is-musterbox {
    display: none;
  }

  .tile-wrapper {
    background-image: url('/images/20230807_093002-2.webp');
    background-position: 52%;
    background-size: cover;
    height: auto;
    min-height: 393px;
  }

  .shout-outs-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .shout-outs-wrapper.product {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-178 {
    text-align: center;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .container-medium,
  .container-medium.bento {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-medium.full-screen {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-185 {
    text-align: center;
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.1rem;
  }

  .section-medium {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-medium.installation-guide {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section-medium.product {
    margin-bottom: 0;
  }

  .section-medium.bento {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-medium.bento.product {
    margin-top: -5.5rem;
  }

  .section-medium.bento.product.gallerie {
    margin-top: 0;
  }

  .section-medium.bento.product.first {
    margin-top: -1.5rem;
  }

  .section-medium.installation {
    margin-top: 2rem;
  }

  .section-medium.installation.is-addons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-medium.installation.product {
    margin-bottom: 2rem;
  }

  .add-ons-sample_wrapper {
    padding-left: 0;
  }

  .hero-img-wrapper {
    width: 100%;
  }

  .hero-img-wrapper.stone-selection {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100vh;
  }

  .hero-img-wrapper.is-akkustik {
    background-position: 69%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100vh;
  }

  .hero-img-wrapper.is-mission {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100vh;
  }

  .hero-img-wrapper.is-lieferung {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .section-hero.is-journal {
    margin-top: 4rem;
    margin-bottom: .5rem;
    padding-left: 0;
  }

  .heading-189 {
    letter-spacing: -.06em;
    padding-left: 1.1rem;
    padding-right: 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 2.4rem;
  }

  .container-section {
    padding-bottom: 5rem;
  }

  .section-journal-page {
    margin-top: 3.7rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-journal-page {
    background-color: var(--pure-white);
    padding-left: 0;
    padding-right: 0;
  }

  .heading-193 {
    letter-spacing: -3px;
    font-size: 2.5rem;
    line-height: 1.1em;
  }

  .body-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-195 {
    color: var(--pure-white);
    font-size: 1rem;
  }

  .blog-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .blog-meta {
    font-family: Acumin Pro Book;
    font-weight: 600;
  }

  .heading-198 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading-202 {
    font-family: Acumin Pro Book;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .paragraph-large {
    letter-spacing: -.04em;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2em;
  }

  .heading-204 {
    font-size: 2.2rem;
  }

  .container-3.instructions {
    padding-right: 15px;
  }

  .timeline_circle {
    position: sticky;
    top: 52.2vh;
  }

  .timeline_right {
    padding-right: 5px;
  }

  .timeline_date-text {
    font-size: 2.1rem;
  }

  .margin-bottom-xlarge {
    margin-bottom: 20px;
  }

  .timeline_text {
    text-align: left;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .timeline_item {
    grid-template-columns: 34px 1fr;
  }

  .timeline_component {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-54 {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .rich-text-block-2 {
    margin-top: 20px;
    font-size: .8rem;
    line-height: 21px;
  }

  .cell-21 {
    justify-content: center;
    align-items: center;
  }

  .cell-22 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 1px;
  }

  .heading-205 {
    font-size: 1.1rem;
  }

  .timeline_date-text-2 {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .youtube {
    min-height: 235px;
  }

  .container-menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cart-button-3 {
    padding-top: 10px;
    padding-left: 0;
  }

  .cart-quantity-3 {
    color: var(--background-stonearts®);
    min-width: 17px;
    top: 5.5px;
    left: 3px;
  }

  .account-wrapper {
    padding-right: 5px;
  }

  .div-block-665 {
    flex-wrap: wrap;
  }

  .slider-main_wrap {
    overflow: visible;
  }

  .slider-main_arrow.swiper-prev {
    width: 2.9rem;
    padding-bottom: 10px;
    display: flex;
  }

  .slider-main_arrow.swiper-prev.mobile-main {
    width: 2.9rem;
    height: 3rem;
    margin-bottom: auto;
    top: -40%;
    left: -4%;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2 {
    width: 2.9rem;
    height: 2.9rem;
    margin-top: auto;
    top: 4%;
    left: -4%;
  }

  .slider-main_arrow.swiper-prev.mobile-main._2.main {
    margin-top: 18.5rem;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first {
    z-index: 3;
    margin-bottom: 240px;
  }

  .slider-main_arrow.swiper-prev.mobile-main.first.sus {
    margin-bottom: 175px;
  }

  .slider-main_arrow.swiper-next {
    display: block;
  }

  .slider-main_arrow.swiper-next.mobile-main {
    width: 2.9rem;
    height: 2.9rem;
    margin-bottom: auto;
    padding-top: 0;
    display: flex;
    inset: -39% -4% 0% auto;
    transform: none;
  }

  .slider-main_arrow.swiper-next.mobile-main._2 {
    width: 2.9rem;
    height: 2.9rem;
    margin-top: auto;
    top: 4%;
  }

  .slider-main_arrow.swiper-next.mobile-main._2.main {
    margin-top: 18.5rem;
  }

  .slider-main_arrow.swiper-next.mobile-main.first {
    z-index: 3;
    margin-bottom: 240px;
  }

  .slider-main_arrow.swiper-next.mobile-main.first.sus {
    margin-bottom: 175px;
  }

  .cell-26 {
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
  }

  .hero-slogan-wrap {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 5.7rem;
    padding-left: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .menu-button {
    padding-left: 8px;
    padding-right: 8px;
  }

  .mobile-selection-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-swiper_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .slider-selector-orbit {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .swiper-bullet-wrapper.is-slider-product {
    color: #3330;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: none;
  }

  .swiper-bullet {
    background-color: var(--floral-white\<deleted\|variable-bdd8c72c\>);
    color: #333;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: .6rem;
    min-height: .6rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .swiper-bullet.is-active {
    background-color: var(--orange-red\<deleted\|variable-418ff595\>);
  }

  .nav-center {
    padding-left: 0;
  }

  .logo-stonearts {
    object-fit: contain;
  }

  .nav-logo-link.w--current {
    width: 131px;
  }

  .image-121 {
    width: 21px;
    height: 21px;
  }

  .mobile-nav {
    display: flex;
  }

  .nav-mobile-drop {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
  }

  .mobile-nav-container-90 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mobile-nav-container-90.drop {
    height: 100%;
    display: block;
  }

  .menu-button {
    width: 3.1rem;
    height: 2.4rem;
    padding-left: 0;
  }

  .image-122 {
    width: 21px;
  }

  .menu-left-align {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 2rem;
  }

  .menu-selection_wrap {
    padding-top: 1.5rem;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-footer_wrap {
    padding-left: 13px;
    padding-right: 8px;
  }

  .menu-mobile-block {
    height: 39px;
    padding-left: 5px;
  }

  .header-menu-mobile {
    letter-spacing: -.05em;
    font-family: Inter, sans-serif;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 600;
  }

  .link-block-18 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion.js-accordion {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
  }

  .accordion.js-accordion.is-faq-tap {
    grid-template-rows: auto auto auto auto auto auto auto;
    padding-left: 0;
  }

  .accordion-item.js-accordion-item {
    width: auto;
  }

  .accordion-item.js-accordion-item.is-faq-tap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion-header.js-accordion-header {
    border-bottom-color: #00000026;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-header.js-accordion-header.side-note.is-faq-tap {
    border-bottom-style: none;
    padding-left: 0;
  }

  .accordion-body.js-accordion-body {
    padding-top: 10px;
  }

  .accordion-body.js-accordion-body.is-faq-tap {
    padding-left: 3px;
    padding-right: 0;
  }

  .mobile-nav-header {
    letter-spacing: -.05em;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2em;
  }

  .mobile-nav-header.information {
    letter-spacing: -.05em;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .mobile-nav-header.side-note.info-taps {
    letter-spacing: -.06em;
    text-transform: none;
    padding-left: 8px;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.1em;
  }

  .js-accordion-icon {
    width: 5%;
    height: 16px;
    margin-left: 0;
  }

  .accordion-body-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-heading {
    margin-bottom: 5px;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .link-heading:active {
    color: var(--orange-red\<deleted\|variable-418ff595\>);
  }

  .accordion-body_contents {
    display: flex;
  }

  .accordion-body_contents.is-faq-tap {
    padding-left: 5px;
  }

  .slogan-wrap-footer {
    width: 40%;
  }

  .social-wrap-mobile {
    opacity: .7;
    width: 68%;
    display: flex;
  }

  .mobile-social-link {
    vertical-align: middle;
    display: inline-block;
  }

  .heading-209 {
    opacity: .7;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .arrow-embed {
    width: 30%;
  }

  .image-123 {
    margin-left: auto;
    padding-top: 0;
  }

  .information-accordion-wrapper {
    padding-top: 15px;
  }

  .heading-210 {
    color: #0d0d0df0;
    text-align: left;
    letter-spacing: -.03em;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.1em;
  }

  .paragraph-86 {
    color: var(--light-grey-text);
    text-align: left;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 15px;
    padding-right: 45px;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .paragraph-86.side-note {
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .paragraph-86.info {
    color: var(--light-grey-text);
    padding-right: 0;
    line-height: 1.3em;
  }

  .rich-text-block-6 {
    font-size: .6rem;
    line-height: .9rem;
  }

  .accordion-img_container {
    width: auto;
  }

  .image-125 {
    object-fit: cover;
  }

  .information-video-wrap {
    border-radius: 10px;
    width: 100%;
    margin-top: 2rem;
    padding-top: 0;
  }

  .youtube-2 {
    border-radius: 10px;
    width: auto;
    min-height: 310px;
    position: relative;
  }

  .information-img-wrap {
    object-fit: cover;
    border-radius: 10px;
    min-height: 14rem;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .information-img-wrap.sustainability {
    border-radius: 10px;
    padding-bottom: 1.5rem;
  }

  .img-hight {
    padding-top: 440px;
    position: relative;
  }

  .slider-main_price-holder {
    height: 100%;
  }

  .page_wrap {
    position: relative;
  }

  .sample-content_wrap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sample-information_wrap {
    justify-content: center;
    margin-bottom: .5rem;
    padding-left: 0;
  }

  .sample-information_wrap.is-addons {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sample-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .sample-grid.is-addons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .add-to-cart-button-2 {
    letter-spacing: 0;
    padding-left: 0;
    font-size: .8rem;
  }

  .text-block-65 {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }

  .text-block-65.is-addons {
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .item-wrap_samples {
    min-height: auto;
    padding: 15px;
  }

  .item-wrap_samples.is-addons {
    aspect-ratio: 450 / 550;
    background-size: 229px;
    padding: 15px;
  }

  .text-block-67 {
    text-align: left;
    letter-spacing: -.05em;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .img_wrap {
    position: absolute;
    top: 43%;
    bottom: auto;
    left: 5%;
  }

  .bottom_addtocart-wrap.is-addons {
    justify-content: flex-end;
    align-items: stretch;
  }

  .addtocart_container {
    width: 143px;
    height: 45px;
  }

  .image-131 {
    padding-left: 12px;
  }

  .sample-selection-box_wrap {
    margin-top: 2rem;
  }

  .sample-selection-box_wrap.is-zubeh-r {
    min-height: 393px;
    margin-top: 1.5rem;
  }

  .large-box_container {
    background-position: 100%;
    background-size: cover;
    padding-top: 366px;
  }

  .large-box_container.is-addons {
    height: 63%;
    padding-top: 0;
  }

  .text-block-68 {
    color: var(--black-stonearts®);
    font-size: 1.4rem;
  }

  .text-block-68.is-addons {
    letter-spacing: -.05em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6em;
  }

  .box-addtocart_wrap {
    height: 217px;
    padding: 35px 15px 15px;
  }

  .text-block-69 {
    letter-spacing: -.05em;
    font-size: 1.3rem;
    line-height: 1.1em;
  }

  .text-block-70.is-addons {
    font-family: Inter, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6em;
  }

  .image-133 {
    height: 300px;
  }

  .image-135 {
    height: auto;
  }

  .image-136 {
    margin-top: -.2em;
  }

  .image-137,
  .image-138 {
    width: 100%;
  }

  .social-icon {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .main-hero_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-position: 0 0, 49%;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 88vh;
    display: block;
  }

  .text-block-72 {
    padding-top: 10px;
    font-size: 1rem;
  }

  .section-bento-main {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .section-bento-main.large_img {
    margin-bottom: 2rem;
  }

  .section-bento-main.large_img.product,
  .section-bento-main.full-screen {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .section-bento-main.samples {
    margin-top: 0;
  }

  .bento-grid-main,
  .bento-grid-main.product {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .slogan-wrapper {
    display: flex;
  }

  .slogan-wrapper.product {
    padding-left: 0;
    padding-right: 0;
  }

  .slogan-wrapper.main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-215 {
    font-size: 2.2rem;
    line-height: 1.1em;
  }

  .tabs_heading {
    font-size: 1.5em;
  }

  .tabs_link {
    padding-left: .9em;
    padding-right: .9em;
  }

  .bento-grid.sample_visualizer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-bento {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 393px;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .img_bento {
    background-position: 27%;
    min-height: 393px;
    padding: 30px 15px;
  }

  .long_img_bento {
    background-image: linear-gradient(#0000005c, #0000005c), url('/images/20240314_153732-2-adj.webp');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    min-height: 393px;
    padding: 30px 15px;
  }

  .heading-219 {
    text-align: left;
    letter-spacing: -.05em;
    padding-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.1em;
  }

  .paragraph-92 {
    text-align: left;
    width: 100%;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .installation_wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .slogan_installation_guide_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-220 {
    text-align: center;
    letter-spacing: -.04em;
    font-size: 1.75rem;
    line-height: 1em;
  }

  .paragraph-93 {
    text-align: center;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1em;
  }

  .image-160 {
    object-fit: cover;
    max-width: 100%;
  }

  .div-block-674 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-height: 393px;
    padding: 35px 2rem;
  }

  .div-block-675 {
    min-height: 393px;
  }

  .text-block-75 {
    text-align: center;
    font-size: 1rem;
  }

  .heading-221 {
    text-align: left;
    width: 214.094px;
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.1em;
  }

  .div-block-676 {
    background-position: 23%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 393px;
  }

  .div-block-677 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .background_bento-wrap {
    background-color: var(--mellow-brown);
    border-radius: 0;
    justify-content: center;
    min-height: 362px;
    padding: 30px 16px 15px;
  }

  .img-wrapper_bento-full {
    padding-top: 0;
    padding-bottom: 0;
  }

  .img_container-reviberation {
    width: 66%;
  }

  .bento-img-container._2 {
    background-image: linear-gradient(#00000005, #00000005), url('/images/20231120_123248-4_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    height: 393px;
    min-height: 0;
    padding: 15px;
  }

  .img-sustian_container {
    width: 230px;
  }

  .text-wrapper-stone {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 1rem;
    display: flex;
  }

  .text-block-77 {
    text-align: center;
    letter-spacing: -.04em;
    padding-right: 0;
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 1em;
  }

  .heading-222 {
    letter-spacing: -.04em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .text-block-78 {
    margin-top: .5rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8rem;
    line-height: 1.2em;
  }

  .button-container_nocollection {
    padding-top: 81px;
  }

  .button-container_nocollection.is-middle {
    padding-top: 100px;
  }

  .hero-section.is-faq {
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero-section.is-kontakt {
    margin-bottom: 1rem;
  }

  .hero-section.is-kontakt.stonearts {
    margin-bottom: 0;
  }

  .container {
    flex-flow: row;
    padding: 0 1rem;
    display: block;
  }

  .container.is-faq,
  .container.is-taps.faqs {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-stoneselection {
    min-height: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-stoneselection.hero {
    background-image: url('/images/neom-AdkJ-LgpTrE-unsplash-wdie-test-2.webp');
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero {
    background-image: url('/images/White-Sandstone_stonearts_mobile_smaller.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .container.hero.is-stoneskin {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100vh;
    display: flex;
  }

  .container.stoneskin {
    padding: 1rem;
  }

  .container.stoneskin.slogan {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .container.shoutout {
    height: 45vh;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .container.shoutout._2 {
    border-radius: 0;
    height: 45vh;
  }

  .container.shoutout._2.stoneskin {
    background-image: none;
    height: 450px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.shoutout.is-stoneskin {
    height: 104vw;
  }

  .container.stone_selection {
    padding-left: 0;
    padding-right: 0;
  }

  .container.stone_selection.shoutout {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .container.top {
    padding: 1rem 1rem 2.5rem;
  }

  .container.is-hero {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .container.is-hero.is-akkustik {
    display: flex;
  }

  .container.is-hero.is-mission {
    padding-bottom: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-hero.faq {
    display: flex;
  }

  .container.is-hero.is-lieferung {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 51vh;
  }

  .container.is-akkustik {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-about {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-about.text {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
  }

  .container.is-about.shout-out {
    padding: 1.5rem .5rem;
  }

  .container.is-about.team {
    padding: 0 1rem;
    display: block;
    position: static;
    overflow: hidden;
  }

  .container.is-about.team.slogan {
    padding: 0 1rem;
  }

  .container.is-about.story {
    padding-bottom: 3rem;
    padding-left: 0;
    overflow: hidden;
  }

  .container.is-about.last {
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-about.is-hero {
    z-index: 2;
    height: 93vh;
  }

  .container.full-wid {
    padding: 1.5rem 1rem;
  }

  .container.is-kontakt {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.main.social {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-checkout {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.is-legal.zahlung {
    padding: 1.5rem 1rem;
  }

  .img-wrap-hero {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 45vh;
  }

  .heading-223 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 3.2rem;
    line-height: .9em;
  }

  .faq-grid {
    grid-column-gap: 2.1rem;
    grid-row-gap: 2.1rem;
  }

  .faq-kachel {
    min-height: 350px;
    padding: 15px;
  }

  .img-container_faq._2 {
    display: flex;
  }

  .faq-kachel-heading {
    letter-spacing: -.05em;
    font-size: 1.5rem;
  }

  .link-block-abs {
    display: none;
  }

  .tabs-2 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .tabs-menu-2 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8px;
    box-shadow: 0 2px 9px #0000001f;
  }

  .header-container.is-taps {
    padding-bottom: 15px;
    padding-left: 8px;
  }

  .faq-tap {
    color: var(--washed-grey);
    background-color: #ddd0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .faq-tap.w--current {
    line-height: 1em;
  }

  .faq-subtext {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    line-height: 1.1em;
  }

  .taps-wrapper-faqs {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-wrap {
    padding-top: 0;
  }

  .special-section.full {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .special-section.full.is-overlap {
    margin-top: -2.5rem;
  }

  .special-section.full.is-overlap.end {
    margin-bottom: 5rem;
  }

  .special-section.full.is-overlap._2 {
    margin-top: -2.5rem;
  }

  .stone-selection_wrapper {
    padding-bottom: 2.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .stone-selection-header.tile {
    letter-spacing: -.2rem;
    font-size: 3.5rem;
    line-height: 4.6rem;
  }

  .paragraph-95 {
    padding-top: .4rem;
    padding-bottom: .4rem;
    font-size: .8rem;
    line-height: 1.1em;
  }

  .journal_text {
    min-height: 0;
    padding: 20px;
  }

  .journal_text.articel {
    width: 100%;
    min-height: 13.4rem;
    margin-right: 10px;
  }

  .paragraph-96 {
    font-size: .7rem;
    line-height: .9rem;
  }

  .text-block-79 {
    font-size: .8rem;
  }

  .content-header_journal {
    background-color: var(--pure-white);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-169 {
    border-radius: 0;
    height: 338px;
  }

  .main_header_wrapper_journal,
  .top_main_descriptionn_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-80 {
    font-size: .6rem;
  }

  .text-block-81 {
    margin-top: 0;
    font-size: .9rem;
  }

  .text-block-82 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .rte h1 {
    font-size: 1.6rem;
  }

  .rte h2 {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .rte h3 {
    font-size: 1.3rem;
  }

  .rte p {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .rte ol {
    font-size: .9rem;
    line-height: 1.3em;
  }

  .rte strong,
  .rte a,
  .rte ul,
  .rte blockquote {
    font-size: .9rem;
  }

  .slogan_shoutout_wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1.5em;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
  }

  .slogan_shoutout_wrapper.footer {
    margin-top: 0;
  }

  .follow_us_wrapper {
    padding-left: 6px;
    padding-right: 0;
  }

  .follow_us_wrapper.zahlung_versand {
    padding: 15px;
  }

  .form-block-2 {
    margin-bottom: 5px;
    padding-left: 7px;
  }

  .basic-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .basic-grid.stoneskin {
    grid-template-rows: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .basic-grid.gallerie {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .basic-grid.is-stoneskin {
    place-items: stretch stretch;
  }

  .basic-grid.is-stoneskin.akurock {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .basic-grid.is-stoneskin.is-video {
    z-index: 2;
    padding-left: 1.5rem;
    position: absolute;
    inset: 0%;
  }

  .basic-grid.is-akkustik {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .basic-grid.is-musterbox {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .basic-grid.is-about.hero {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 100%;
  }

  .basic-grid.is-about.story {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .basic-grid.is-about.last {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-template-rows: auto auto;
  }

  .basic-grid.large {
    overflow: visible;
  }

  .basic-grid.team {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .basic-grid.is-kontakt.faq {
    grid-auto-flow: row;
  }

  .basic-grid.is-kontakt.kontakt {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image_wrapper {
    width: 100%;
    height: 100%;
    min-height: 393px;
  }

  .image_wrapper.place_holder {
    height: auto;
    min-height: 393px;
  }

  .image_wrapper.product {
    width: 30%;
  }

  .image_wrapper.product.logo {
    height: auto;
    min-height: 0;
  }

  .image_wrapper.product._1 {
    height: auto;
  }

  .image_wrapper.product._1.stonearts {
    min-height: 0;
  }

  .image_wrapper.is-stoneskin {
    height: auto;
    min-height: 393px;
  }

  .image-174 {
    border-radius: 1rem;
    height: 100%;
  }

  .image-175 {
    height: 100%;
  }

  .image-176 {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .text_wrapper {
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
  }

  .text_wrapper.last {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text_wrapper._2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .heading-228 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-229 {
    font-size: 2rem;
    line-height: 1em;
  }

  .image-177 {
    height: 100%;
  }

  .image-179 {
    display: none;
  }

  .img_wrapper {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 65vh;
  }

  .img_wrapper._2,
  .img_wrapper._3,
  .img_wrapper._4 {
    height: 60vh;
  }

  .img_wrapper.stone-selection {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60vh;
    display: flex;
  }

  .img_wrapper.is-akkustik {
    min-height: 393px;
  }

  .scroll_image {
    border-radius: 20px;
  }

  .heading-230 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 4.8rem;
    display: block;
  }

  .heading-230.is-musterbox {
    text-align: center;
    font-size: 4rem;
  }

  .heading-230.is-zusatzprodukte {
    text-align: center;
    font-size: 4.8rem;
  }

  .text-block-83 {
    text-align: center;
    padding-right: 14px;
    font-size: .9rem;
  }

  .text-block-83.is-musterbox {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-83.is-zusatzprodukte {
    text-align: center;
    font-size: 1.1rem;
  }

  .image-184 {
    height: auto;
  }

  .brand_wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .5em;
  }

  .text-block-86 {
    padding-top: 5px;
    padding-left: 0;
    font-size: .8rem;
  }

  .text-block-88 {
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1em;
  }

  .list-item-3 {
    font-size: .8rem;
  }

  .list-2 {
    color: var(--light-grey-text);
    font-family: Inter, sans-serif;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .paragraph-102 {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .heading-231 {
    text-align: center;
    letter-spacing: -.02em;
    padding-bottom: .1em;
    font-size: .7rem;
    font-weight: 700;
  }

  .text-block-90 {
    width: auto;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 1.4rem;
    line-height: 1.1em;
  }

  .gallerie_header_wrap {
    text-align: center;
    padding-bottom: 1.5rem;
  }

  .heading-232 {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .image-186 {
    height: 100%;
  }

  .heading-233 {
    font-size: 2.2rem;
    line-height: 1em;
  }

  .heading-234 {
    letter-spacing: -.06em;
    font-size: 4.8rem;
  }

  .heading-234.is-mission {
    margin-bottom: .8em;
    font-size: 2.7rem;
  }

  .paragraph-103 {
    font-size: .9rem;
    line-height: 1.4em;
  }

  .addtional-products.buy_button {
    height: 3.7em;
    padding: 15px 20px;
  }

  .content_additionals {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .addtions_img_container {
    width: 30%;
    margin-right: 1rem;
  }

  .collection-item-7 {
    margin-bottom: 1em;
  }

  .description.additionals {
    align-items: flex-start;
    padding-left: 0;
  }

  .additional_top {
    margin-bottom: .1em;
    font-size: .8rem;
    line-height: 1.3em;
  }

  .text-block-92 {
    font-size: .7rem;
  }

  .heading-238 {
    text-align: left;
    font-size: 1.3rem;
  }

  .collection-list-wrapper-5 {
    margin-bottom: 1.5em;
  }

  .text-block-93 {
    font-family: Inter, sans-serif;
    font-size: .7rem;
  }

  .div-block-680 {
    border-top: 1px solid #00000024;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
  }

  .text-span-3 {
    font-size: 2.7rem;
  }

  .text-block-94 {
    font-size: 1rem;
    font-weight: 500;
  }

  .list-3 {
    font-size: .9rem;
    line-height: 1.3em;
  }

  .heading-243 {
    text-align: center;
    font-size: 4.3rem;
  }

  .heading-244 {
    font-size: 4.3rem;
  }

  .heading-245 {
    font-size: 3.8rem;
  }

  .image-191,
  .image-192,
  .image-193,
  .image-194 {
    height: auto;
  }

  .image-195 {
    width: 61%;
    height: auto;
  }

  .image-196 {
    height: auto;
  }

  .image-197 {
    width: 59%;
    height: auto;
  }

  .heading-246 {
    max-width: 300px;
    font-size: 1.1rem;
  }

  .paragraph-104 {
    max-width: 300px;
    font-size: .9rem;
    line-height: 1.4em;
  }

  .image-198 {
    flex: none;
    width: 160px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(-12deg);
  }

  .heading-247 {
    width: 100%;
    max-width: none;
    font-size: 1.9rem;
  }

  .team_wrapper {
    width: 100%;
    height: 100%;
  }

  .team_wrapper.ali {
    margin-top: -26px;
  }

  .shoutout-wrapper {
    width: 355px;
  }

  .heading-248 {
    max-width: 250px;
    font-size: 1.1rem;
    line-height: 1.1em;
  }

  .hero_polaroid_wrap {
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .hero_polaroid_wrap.second {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .story_img_wrapper {
    width: 171px;
    height: 202px;
    padding-top: 0;
  }

  .story_img_wrapper.first {
    margin-top: 3rem;
    padding-top: 0;
  }

  .story_img_wrapper.last {
    padding-top: 0;
  }

  .story_img_wrapper.five {
    padding-top: 1.5rem;
    display: none;
  }

  .story_img_wrapper.stone {
    margin-top: -1px;
  }

  .story_img_wrapper.crew {
    margin-top: -30px;
  }

  .text_description_wrapper {
    padding-right: .6rem;
  }

  .paragraph-105 {
    padding-left: 1rem;
    padding-right: 0;
    font-size: .7rem;
  }

  .image-199 {
    z-index: 2;
  }

  .image-200.second {
    height: auto;
  }

  .image-201 {
    height: auto;
    transform: rotate(-12deg);
  }

  .image-202.third {
    height: auto;
    transform: rotate(9deg);
  }

  .image-203 {
    z-index: 1;
    height: auto;
    position: relative;
    transform: rotate(1deg);
  }

  .heading-249 {
    font-size: 2rem;
  }

  .paragraph-106 {
    font-size: .9rem;
    line-height: 1.5em;
  }

  .paragraph-106.is-team {
    max-width: 380px;
    margin-top: 0;
  }

  .image-204 {
    width: 55%;
    height: auto;
    padding-left: 1rem;
  }

  .image-205 {
    height: auto;
  }

  .image_wrapper_svg {
    justify-content: flex-end;
    align-items: center;
    margin-top: -2.5rem;
    padding-top: 0;
    padding-left: 0;
  }

  .image-207 {
    z-index: 1;
    width: 85%;
    position: relative;
    left: 28px;
    transform: rotate(-26deg);
  }

  .profile_image {
    height: auto;
  }

  .image-208 {
    object-fit: contain;
    width: 50%;
    height: auto;
    top: -26.75px;
    left: -63.734px;
  }

  .heading-250 {
    letter-spacing: -.05em;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.7rem;
    line-height: .9em;
  }

  .bento-box {
    background-color: var(--transparent);
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .bento-box.first {
    padding-left: 0;
    padding-right: .5rem;
  }

  .image-block-kontakt {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-block-kontakt.faq {
    padding-top: 2rem;
  }

  .image-209 {
    border-radius: 1rem;
  }

  .heading-251 {
    font-size: .7rem;
  }

  .paragraph-107 {
    font-size: .5rem;
  }

  .faq-wrapper,
  .image-210 {
    border-radius: 1rem;
  }

  .text-wrapper-kontakt {
    padding: 1rem 1rem 2.5rem;
  }

  .heading-252 {
    letter-spacing: -.05em;
    font-size: 2.2rem;
    line-height: .9em;
  }

  .paragraph-108 {
    font-size: .8rem;
    line-height: 1.3em;
  }

  .checkout-button-3 {
    border-radius: .5rem;
    padding: 16px 24px;
  }

  .heading-254 {
    font-size: 1.3rem;
  }

  .text-block-103 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .text-block-104 {
    letter-spacing: -.04em;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.2em;
  }

  .text-block-105 {
    color: var(--accent-stonearts®);
    letter-spacing: -.04em;
    padding-top: .7em;
    font-size: .8rem;
    font-weight: 500;
  }

  .cart-container-3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .about-us-wrapper {
    border-radius: 1rem;
  }

  .contacts {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-11 {
    font-size: .7rem;
  }

  .add-to-cart-button-4 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .image-214 {
    height: 100%;
  }

  .checkmark_mobile {
    height: auto;
  }

  .text-block-108 {
    letter-spacing: -.04em;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1em;
  }

  .option-list-4 {
    display: none;
  }

  .image-216 {
    width: 65px;
    height: auto;
  }

  .heading-257 {
    font-size: 1rem;
  }

  .div-block-2 {
    margin-left: .2rem;
  }

  .cart-footer-2 {
    height: 382px;
    padding: 15px;
  }

  .cart-line {
    line-height: 1.4em;
  }

  .link-2 {
    padding-top: .5em;
    font-size: .7rem;
  }

  .cart-items {
    padding: 15px;
  }

  .cart-item-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cart-form {
    padding-right: 0;
  }

  .paragraph-109 {
    font-size: 2rem;
  }

  .text-block-112 {
    font-size: 1rem;
  }

  .text-block-113 {
    font-size: .9rem;
  }

  .text-block-114 {
    font-size: 1rem;
  }

  .text-block-115 {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .text-block-115.is-einkauf {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 35px;
    display: flex;
  }

  .item {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 393px;
    margin-bottom: 0;
  }

  .item.is-galerie {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .list {
    column-count: 0;
    flex-flow: row;
    display: flex;
    overflow: hidden;
  }

  .galerie_wrapper {
    display: block;
    overflow: visible;
  }

  .image-222 {
    width: 19%;
    height: auto;
  }

  .q-group.is-einkauf {
    margin-left: -5px;
    padding-top: .2em;
  }

  .submit-button-2 {
    font-size: 1rem;
  }

  .paragraph-110 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: .9rem;
    line-height: 1.1em;
  }

  .text-block-120 {
    font-size: .9rem;
  }

  .text-block-121,
  .text-block-122 {
    font-size: .8rem;
  }

  .link-block-19 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100px;
    height: auto;
  }

  .zusatzinformationen {
    letter-spacing: -.04em;
    line-height: 1.7em;
  }

  .product_price_wrapper {
    justify-content: space-between;
  }

  .heading-258 {
    font-size: 1.8rem;
  }

  .heading-258.is-impressum {
    font-size: 3.7rem;
  }

  .legal_wrapper.zahlung_versand {
    padding: 1.4rem;
  }

  .legal_header {
    padding-bottom: 2.5rem;
  }

  .rich-text-block-8 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .header-2-legal {
    font-size: 1.2rem;
  }

  .heading-260 {
    font-size: 1.3rem;
  }

  .heading-260.is-second {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.1rem;
  }

  .company_text {
    font-size: .9rem;
  }

  .holder {
    width: auto;
  }

  .paragraph-111,
  .heading-261 {
    font-size: .9rem;
  }

  .link-13 {
    font-size: 1rem;
  }

  .cart_right {
    justify-content: space-between;
    height: 59px;
    padding-top: 0;
  }

  .cart_right.is-einkauf {
    height: 100%;
    padding-left: 0;
  }

  .text-block-126 {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1em;
  }

  .cart-item-4 {
    border-bottom: 1px solid #e6e6e6;
  }

  .heading-262 {
    line-height: .9em;
  }

  .rich-text-block-9 {
    margin-top: .5rem;
  }

  .heading-263 {
    text-align: left;
    font-size: 1.7rem;
  }

  .heading-264 {
    text-align: left;
    font-size: 1.2rem;
  }

  .paragraph-114 {
    text-align: left;
    line-height: 1.3em;
  }

  .list-8 {
    text-align: left;
  }

  .list-9 {
    font-family: Inter, sans-serif;
  }

  .discount-percentage-icon {
    font-size: .85rem;
  }

  .q-dec {
    width: 2.9rem;
    height: 2.9rem;
  }

  .q-dec.is-cart {
    width: 1.5rem;
    height: 1.5rem;
  }

  .q-dec.is-tablet {
    width: 2.2rem;
    height: 2.2rem;
  }

  .add-to-cart_quantity-icon.is-minus {
    background-size: 8px 8px;
  }

  .add-to-cart_quantity-icon.is-plus {
    background-size: 8px;
  }

  .q-inc {
    width: 2.9rem;
    height: 2.9rem;
  }

  .q-inc.is-cart {
    width: 1.5rem;
    height: 1.5rem;
  }

  .q-inc.is-tablet {
    width: 2.2rem;
    height: 2.2rem;
  }

  .counter-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: .4em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mengen_container {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr;
    justify-content: flex-start;
    place-items: center stretch;
    width: 100%;
    display: flex;
  }

  .total-area {
    font-size: .9rem;
  }

  .text-block-127 {
    font-size: .7rem;
    font-weight: 600;
  }

  .panel_calculator_wrapper {
    margin-top: .5rem;
  }

  .calculator-container {
    padding: 13px;
  }

  .heading-265 {
    font-size: 1.3rem;
  }

  .calculator-layout {
    grid-column-gap: .2em;
  }

  .calculator-inputs {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
  }

  .input-field.width-input {
    font-size: 2.8vw;
  }

  .input-field.hight-input {
    min-height: 45px;
    font-size: 2.8vw;
    font-weight: 500;
  }

  .result {
    min-height: 45px;
    max-height: 45px;
    font-size: .9rem;
    display: none;
  }

  .text-block-128 {
    font-size: 2.8vw;
  }

  .calculator-block-form {
    max-width: 176px;
  }

  .update-button {
    height: 1rem;
    font-size: .6rem;
  }

  .text-block-129,
  .text-block-130 {
    font-size: .6rem;
  }

  .bg-video-main-2,
  .background_video_product {
    height: 393px;
    min-height: 0;
  }

  .background-video {
    object-fit: fill;
    width: 100%;
  }

  .background-video-2 {
    z-index: 1;
    background-image: url('/images/vlcsnap-2024-03-16-10h58m25s505-2_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .overlay {
    background-image: linear-gradient(3deg, #0003 29%, #fff0);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .background-video-3 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .figure-caption {
    font-size: .8rem;
  }

  .text-block-131 {
    color: var(--washed-grey);
    padding-top: 0;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .list-item-4,
  .list-10 {
    font-size: .9rem;
    line-height: 1.4em;
  }

  .list-11,
  .list-12 {
    padding-left: 0;
  }

  .list-13 {
    padding-left: 20px;
    font-size: .9rem;
    line-height: 1.4em;
  }
}

#w-node-_841f18dc-b448-e09b-5fcc-cf9b0b2bdb39-05f77d2f {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-b0b3578b-1b4e-066b-388f-0e75cfbf5043-05f77d2f {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_2f3a6e61-f481-5063-685e-dd3292470e0c-05f77d2f {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-afbbce74-ba15-1daa-41d2-c3f1006f69c0-05f77d2f {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-_7661538e-f5ea-2a50-37d1-8f555f4f3efa-05f77d2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a789-7119a779 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a7af-7119a779 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_03e1f4f9-4e9b-b182-a8bf-30348856e182-7119a779 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a793-7119a779 {
  grid-area: 1 / 3 / 3 / 4;
  align-self: auto;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a794-7119a779 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a795-7119a779,
#w-node-b1144648-ea22-8332-4fb8-cb5f7119a7a3-7119a779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a7c1-7119a779 {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-c864b520-897b-0062-ab70-2c8afeac0149-7119a779 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a78b-7119a779 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: auto;
}

#w-node-_566d5ec0-7f80-6106-7828-48e055f029e8-7119a779 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-b1144648-ea22-8332-4fb8-cb5f7119a7d3-7119a779 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-_4042225b-17d3-9364-9626-b26687d91218-87d91215,
#w-node-_4042225b-17d3-9364-9626-b26687d91222-87d91215 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_745122dd-e573-cd39-9f8a-0f39ae9896c6-ae9896c3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8a56b42d-4538-38c1-32b4-2089e2f8a556-e2f8a554 {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_8a56b42d-4538-38c1-32b4-2089e2f8a557-e2f8a554 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8a56b42d-4538-38c1-32b4-2089e2f8a561-e2f8a554,
#w-node-_8a56b42d-4538-38c1-32b4-2089e2f8a56b-e2f8a554,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749ba79-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749ba87-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749ba94-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749baa1-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749baba-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749bac5-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749bad2-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749baeb-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749baf6-d749ba6b,
#w-node-_4bc36725-f958-4612-d2cb-e90fd749bb03-d749ba6b,
#w-node-_116c2318-c33b-dcc5-4ef0-b6d435cfdf0e-d3e03b91,
#w-node-_567280b8-25ac-8e1c-a7b6-de9c8b496a88-d3e03b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb295-d3e03b91 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb296-d3e03b91,
#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb297-d3e03b91,
#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb29a-d3e03b91,
#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb29f-d3e03b91,
#w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb2a0-d3e03b91,
#w-node-_6bfd68e4-6ea1-ac17-faa8-c262585bd00b-d3e03b91,
#w-node-dfbfbedc-64db-41b9-5962-c77d144ca9d9-d3e03b91,
#w-node-cbaa3229-7c92-749c-5808-e30b3802aac5-d3e03b91,
#w-node-_24fd762f-2bc5-8086-745e-067e82ddf80d-d3e03b91,
#w-node-_4d0d44aa-5fc6-3325-919d-c02a65936826-d3e03b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c046c613-619a-a743-124a-5642269dac39-d3e03b91 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fbd1704a-df8c-174c-2359-5f33842a49b7-d3e03b91 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_27b42142-c7f7-c6f7-fc15-2cc33b4637e2-d3e03b91 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3459baf1-d83d-86d2-2a68-c6e43dec32e0-d3e03b91 {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-fc513157-a1b0-939b-efc3-725eb7299428-d3e03b91 {
  grid-area: 1 / 7 / 4 / 13;
}

#w-node-_3be275ca-a07a-efda-c573-5eb2a3ae2706-ddcac9d3 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_76e10ccf-ba13-5420-ff1c-fcf9bdda8bab-ddcac9d3,
#w-node-d897c967-69d0-9103-3a1e-cfa964e436e9-ddcac9d3,
#w-node-_5749504e-d734-dfad-f218-ee6da6cdfb73-ddcac9d3,
#w-node-f739dc24-dbc1-3cdc-ad50-3bb1c71c4e33-ddcac9d3,
#w-node-ea3c4dd1-aa43-c25e-03b7-d7fc3b69dd2c-ddcac9d3,
#w-node-_6460017e-64d4-646c-0760-17806d63908b-ddcac9d3,
#w-node-_3ffa0f18-fa7f-5e5b-ebe7-45c2d7185b01-ddcac9d3,
#w-node-d2687c16-9674-3c09-9c84-1c727b683f60-ddcac9d3,
#w-node-_2f468f21-12bd-49d7-2a5b-99e30a38a34f-ddcac9d3,
#w-node-_0673be17-d191-758c-a004-8eb347f76772-ddcac9d3,
#w-node-_609575dd-33ba-2802-6527-7f09e9d6902f-ddcac9d3,
#w-node-_9feeb320-3eff-ac39-f441-3bfa0f4fbfd0-ddcac9d3,
#w-node-_3a13be4e-d684-7c47-e058-354fa4e3d697-ddcac9d3,
#w-node-_27b222d9-73d8-bf7f-a05e-18e540f1fcff-ddcac9d3,
#w-node-b5fd8bc2-826b-418c-d5a5-49ee2e3e89d5-ddcac9d3,
#w-node-_2d57754b-d864-83c0-095e-e5c94710583b-ddcac9d3,
#w-node-fd536210-9ac0-97fe-5d33-e317500adbe9-ddcac9d3,
#w-node-aeda6fee-7497-b514-f882-c2edbdb8de03-ddcac9d3,
#w-node-_081d74f3-6bce-50f5-b38d-d809736e4a82-ddcac9d3,
#w-node-_5b648cbd-3a39-d4ab-1c1d-405c5011db5c-ddcac9d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_176fa1a4-329b-0611-1a7b-ad86d8aeaabf-50f13962 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_9ef39614-7432-0c72-0c00-7664ba8af847-d083e3a1 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9ef39614-7432-0c72-0c00-7664ba8af849-d083e3a1 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_59ce43f0-84b9-aae1-9f05-2619e4974db2-d083e3a1,
#w-node-d8cf7757-b213-1654-baaf-7ff961fb3319-d083e3a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fb884b7-58ec-da00-f90f-c52e9b434211-d083e3a1 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_4fb884b7-58ec-da00-f90f-c52e9b434220-d083e3a1 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_4fb884b7-58ec-da00-f90f-c52e9b434225-d083e3a1 {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-dc2fe752-35c5-e620-7816-9dba8ab5c3c3-d083e3a1,
#w-node-dc2fe752-35c5-e620-7816-9dba8ab5c3c4-d083e3a1,
#w-node-dc2fe752-35c5-e620-7816-9dba8ab5c3c5-d083e3a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4cb0115-db4c-1591-e64a-a7c72f906f4d-fbab205d {
  grid-area: 1 / 8 / 3 / 12;
}

#w-node-_6ad50235-5be4-91c6-ada0-da67eb9d4fa3-fbab205d {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f8db7fbf-6b3e-7d13-f2b3-7a3071d1fa9a-fbab205d {
  grid-area: 1 / 1 / 12 / 12;
}

#w-node-_6a608253-baf9-1c95-7dc7-9ab12ada2c8e-fbab205d {
  grid-area: 8 / 14 / 22 / 21;
}

#w-node-_0e061a23-8a65-efae-c513-360c54f6de90-fbab205d {
  grid-area: 16 / 2 / 32 / 11;
}

#w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b88-69f29b85,
#w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b89-69f29b85 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa36-84feaa33 {
  grid-area: 1 / 8 / 3 / 12;
}

#w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa38-84feaa33 {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa3b-84feaa33 {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_4a8cccd7-04e3-863a-625e-e2a14fb1aecb-18f87e05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a8cccd7-04e3-863a-625e-e2a14fb1aed5-18f87e05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5cf5f4a2-aefb-5321-d616-630f59875a1e-18f87e05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5cf5f4a2-aefb-5321-d616-630f59875a28-18f87e05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff259-18f87e05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff263-18f87e05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727710d-18f87e05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277117-18f87e05 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54a3f01a-d75c-c976-c975-87f3a8b69b5a-49456e78 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_11e4c0e8-f297-f630-c8b8-ec290759cdcf-49456e78 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-b594266b-974e-94b6-e9b5-42936c04e521-49456e78 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-e32099de-84ac-66d7-eb37-cf2aac498a23-49456e78 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_98d07054-836d-924b-00cd-c82140087083-49456e78 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-_9d1738f0-27dd-6314-2d9c-c3c985a4f35d-49456e78 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_9ba8ccfd-ff56-c685-060a-fb60922dd63d-49456e78 {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#w-node-ce13973d-9665-b81a-2f94-083bcd7d22ff-49456e78 {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-_63935750-1ec8-0279-352e-38c014b6360a-e15c884c {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_491fa168-1c5f-8d3a-f32f-bb7758855a78-e15c884c {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e826034-e15c884c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82603d-e15c884c {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82604b-e15c884c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426be9-8bde98fd {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426beb-8bde98fd {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ece8da53-3ba9-abc4-14a5-101a2bb201aa-82ab35e9 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-82ab35e9 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64d-82ab35e9 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64f-82ab35e9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-dd2a9572-8f6f-effb-88c0-ceaecd9d3fab-82ab35e9 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_54521a09-66dc-3e7c-0c64-b3166abbbb24-82ab35e9 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_7316378d-cb4e-e808-4f0e-8b18ff96a4f6-82ab35e9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7316378d-cb4e-e808-4f0e-8b18ff96a4f7-82ab35e9,
#w-node-_7316378d-cb4e-e808-4f0e-8b18ff96a50c-82ab35e9 {
  grid-row: span 2 / span 2;
}

#w-node-b3b63181-dd86-aa8f-79aa-e5b2fb1d2678-c6deabf7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2aae159-9421-ed6d-8bd8-fd62e67468f8-c6deabf7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b020-c6deabf7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b022-c6deabf7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-ece8da53-3ba9-abc4-14a5-101a2bb201aa-c6deabf7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-c6deabf7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64d-c6deabf7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64f-c6deabf7 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_3203b7c0-05ad-c624-42a0-ffe09ec8c87b-c6deabf7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3203b7c0-05ad-c624-42a0-ffe09ec8c87c-c6deabf7,
#w-node-_3203b7c0-05ad-c624-42a0-ffe09ec8c887-c6deabf7 {
  grid-row: span 2 / span 2;
}

#w-node-_8f1070cd-6610-319e-aef3-a3c72949ef20-2b73c151 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e4b4f624-933e-0137-fd52-b708ebc62c55-2b73c151 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ae92321-3343-e093-6810-454f8faefbda-2b73c151 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_84c30f42-7dd2-c7bc-dccb-17e43ebe2605-2b73c151 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-ba3e4409-7ae6-ed88-b3c2-5582de798d55-2b73c151 {
  grid-area: 2 / 5 / 3 / 10;
}

#w-node-_0f2bbbbe-4980-6560-6414-c4c3de93ae38-2b73c151 {
  grid-area: 1 / 2 / 3 / 7;
}

#w-node-_95aaecc9-f674-5550-c559-0254df2e3185-2b73c151 {
  grid-area: 1 / 8 / 3 / 12;
}

#w-node-_290db822-676e-8387-6763-974de3fdb062-2b73c151 {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_0f2056f0-2c00-a52e-6ecb-69eb4b54c56a-2b73c151 {
  grid-area: 3 / 7 / 5 / 10;
}

#w-node-_371d26ca-bf66-f473-bf6f-5a1de7940559-2b73c151 {
  grid-area: 4 / 4 / 7 / 7;
}

#w-node-_7e784df8-1067-0e35-8842-2192433f99e0-2b73c151 {
  grid-area: 4 / 10 / 6 / 13;
}

#w-node-_10e787d0-ff92-3e83-5f86-0d5b7af72168-2b73c151 {
  grid-area: 2 / 4 / 4 / 7;
}

#w-node-_5b7fc764-291a-d63a-b1fa-88aa903c684e-2b73c151 {
  grid-area: 5 / 7 / 7 / 10;
}

#w-node-_06b2f003-f67f-e240-2cbb-50b01a1447e9-2b73c151 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ff0e58e1-affe-b5c0-a3ba-0969c2e84f0e-2b73c151 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-b5e0bc1c-1546-1023-44e0-ecbb053eb669-2b73c151,
#w-node-_22b299f1-fcf9-1611-1673-77b4c70ab668-2b73c151 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c075-1566c072 {
  grid-area: 1 / 2 / 3 / 4;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c076-1566c072 {
  grid-area: 7 / 6 / 10 / 9;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c077-1566c072 {
  grid-area: 8 / 5 / 10 / 8;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c078-1566c072 {
  grid-area: 5 / 9 / 8 / 12;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c079-1566c072 {
  grid-area: 5 / 8 / 9 / 11;
}

#w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c07a-1566c072 {
  grid-area: 8 / 10 / 11 / 13;
}

#w-node-_2459ef66-3f33-caae-4ec7-06619be14b6c-1907f062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2459ef66-3f33-caae-4ec7-06619be14b7f-1907f062 {
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7af-7119a779 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_841f18dc-b448-e09b-5fcc-cf9b0b2bdb39-05f77d2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0b3578b-1b4e-066b-388f-0e75cfbf5043-05f77d2f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2f3a6e61-f481-5063-685e-dd3292470e0c-05f77d2f {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-afbbce74-ba15-1daa-41d2-c3f1006f69c0-05f77d2f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a789-7119a779 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7af-7119a779 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
  }

  #w-node-_03e1f4f9-4e9b-b182-a8bf-30348856e182-7119a779 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a793-7119a779 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: auto;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a794-7119a779 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7c1-7119a779 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a78b-7119a779 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: auto;
  }

  #w-node-_566d5ec0-7f80-6106-7828-48e055f029e8-7119a779 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_4042225b-17d3-9364-9626-b26687d91218-87d91215 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4042225b-17d3-9364-9626-b26687d91222-87d91215 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_745122dd-e573-cd39-9f8a-0f39ae9896c6-ae9896c3,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bb97-d749ba6b,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bb9c-d749ba6b,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bbaa-d749ba6b,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bbaf-d749ba6b,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bbba-d749ba6b,
  #w-node-_4bc36725-f958-4612-d2cb-e90fd749bbbf-d749ba6b,
  #w-node-_116c2318-c33b-dcc5-4ef0-b6d435cfdf0e-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe63-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe68-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe76-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe7b-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe86-d3e03b91,
  #w-node-_232d745c-aeae-bc7d-06e5-d49815befe8b-d3e03b91,
  #w-node-a97960a0-d296-3d04-1977-c825f15027af-d3e03b91,
  #w-node-a97960a0-d296-3d04-1977-c825f15027b4-d3e03b91,
  #w-node-_14dc61d5-63c3-6dac-84ea-270972ae93d8-d3e03b91,
  #w-node-_14dc61d5-63c3-6dac-84ea-270972ae93dd-d3e03b91,
  #w-node-_94035192-5966-4341-3047-d44453d17439-d3e03b91,
  #w-node-_94035192-5966-4341-3047-d44453d1743e-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc4a-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc4f-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc56-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc5b-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc71-d3e03b91,
  #w-node-_137b513d-b205-9d8d-35c8-06827522dc76-d3e03b91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_409f9c8b-4b78-5f06-d0ad-57ad5bbfb295-d3e03b91 {
    display: none;
  }

  #w-node-_7d4ad969-9c93-2634-e0c7-deb6f874895a-d3e03b91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c046c613-619a-a743-124a-5642269dac39-d3e03b91 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fbd1704a-df8c-174c-2359-5f33842a49b7-d3e03b91 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_27b42142-c7f7-c6f7-fc15-2cc33b4637e2-d3e03b91 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3459baf1-d83d-86d2-2a68-c6e43dec32e0-d3e03b91 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc513157-a1b0-939b-efc3-725eb7299428-d3e03b91 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434211-d083e3a1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434220-d083e3a1 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434225-d083e3a1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c4cb0115-db4c-1591-e64a-a7c72f906f4d-fbab205d {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-_6ad50235-5be4-91c6-ada0-da67eb9d4fa3-fbab205d {
    grid-area: 1 / 2 / 3 / 7;
  }

  #w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b88-69f29b85 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b89-69f29b85 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa36-84feaa33 {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa38-84feaa33 {
    grid-area: 1 / 8 / 2 / 13;
  }

  #w-node-_4a8cccd7-04e3-863a-625e-e2a14fb1aecb-18f87e05 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4a8cccd7-04e3-863a-625e-e2a14fb1aed5-18f87e05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b126c6a5-ae66-f5f2-3b54-ba22e6f11c5f-18f87e05,
  #w-node-b126c6a5-ae66-f5f2-3b54-ba22e6f11c64-18f87e05,
  #w-node-_52431488-cd3b-ffe1-0aa9-6b61b3d93891-18f87e05,
  #w-node-cf43e28a-3ada-ecda-edf2-f05f29201fba-18f87e05,
  #w-node-_5db85b6e-0cba-5353-a029-364458c891fa-18f87e05,
  #w-node-_6edd8be5-41b3-e671-88d8-ada148c4a2e8-18f87e05,
  #w-node-_6b83576f-8ad7-1686-2ee4-fe9e71170f9f-18f87e05,
  #w-node-_303c2a8a-14a0-a39f-1ed1-a73203a232a9-18f87e05,
  #w-node-fba43427-fc50-2235-ff39-f2f32365ab06-18f87e05,
  #w-node-fba43427-fc50-2235-ff39-f2f32365ab0d-18f87e05,
  #w-node-fba43427-fc50-2235-ff39-f2f32365ab16-18f87e05,
  #w-node-fba43427-fc50-2235-ff39-f2f32365ab38-18f87e05,
  #w-node-e32018e9-51ca-354c-664f-77c63df0ff6d-18f87e05,
  #w-node-e32018e9-51ca-354c-664f-77c63df0ff74-18f87e05,
  #w-node-_14998e7e-8e6a-d6d2-7bd5-483f7bf7f8b7-18f87e05,
  #w-node-_1a75fc6f-0621-1c18-b684-9c1d3bccda86-18f87e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a1e-18f87e05 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a28-18f87e05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a2b-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a32-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a3b-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a47-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a52-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a5d-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a68-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a79-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a80-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a89-18f87e05,
  #w-node-_5cf5f4a2-aefb-5321-d616-630f59875a96-18f87e05,
  #w-node-_0883e6e9-13be-7333-45a1-94889593d3c3-18f87e05,
  #w-node-_3cbeeea3-de93-003f-5a72-2bdbd3b0f8db-18f87e05,
  #w-node-_3cbeeea3-de93-003f-5a72-2bdbd3b0f8e2-18f87e05,
  #w-node-_3cbeeea3-de93-003f-5a72-2bdbd3b0f8ed-18f87e05,
  #w-node-_3cbeeea3-de93-003f-5a72-2bdbd3b0f8f8-18f87e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff259-18f87e05 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff263-18f87e05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff266-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff26d-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff276-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff282-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff28d-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff2b4-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff2bb-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff2c4-18f87e05,
  #w-node-_9da5b632-0375-f582-4ea3-a551ffd074bd-18f87e05,
  #w-node-d04d9fd3-5117-c9b0-5358-1672ed2ff2d1-18f87e05,
  #w-node-_8b0eb2b2-4618-bfe5-6fd0-7ef4a7c2f0ad-18f87e05,
  #w-node-_8b0eb2b2-4618-bfe5-6fd0-7ef4a7c2f0b4-18f87e05,
  #w-node-_8b0eb2b2-4618-bfe5-6fd0-7ef4a7c2f0bf-18f87e05,
  #w-node-_8b0eb2b2-4618-bfe5-6fd0-7ef4a7c2f0cc-18f87e05,
  #w-node-_1384b005-725d-64d9-6605-f78a0aa9e245-18f87e05,
  #w-node-_8b0eb2b2-4618-bfe5-6fd0-7ef4a7c2f0d9-18f87e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727710d-18f87e05 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277117-18f87e05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727711a-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277120-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727712d-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277139-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277146-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727714c-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b7277153-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727715e-18f87e05,
  #w-node-_05a70b64-2db8-5f75-3c8b-fcc6b727716b-18f87e05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54a3f01a-d75c-c976-c975-87f3a8b69b5a-49456e78 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_11e4c0e8-f297-f630-c8b8-ec290759cdcf-49456e78 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_9d1738f0-27dd-6314-2d9c-c3c985a4f35d-49456e78 {
    grid-area: 1 / 7 / 3 / 13;
  }

  #w-node-_9ba8ccfd-ff56-c685-060a-fb60922dd63d-49456e78 {
    grid-area: span 2 / span 6 / span 2 / span 6;
  }

  #w-node-ce13973d-9665-b81a-2f94-083bcd7d22ff-49456e78 {
    grid-area: 1 / 7 / 3 / 13;
  }

  #w-node-_491fa168-1c5f-8d3a-f32f-bb7758855a78-e15c884c {
    grid-area: 2 / 4 / 3 / 11;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e826034-e15c884c {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82603d-e15c884c {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82604b-e15c884c {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426beb-8bde98fd {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_4a7dc39c-fd5a-acc7-8775-f4e5a479d73d-8bde98fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-82ab35e9 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-dd2a9572-8f6f-effb-88c0-ceaecd9d3fab-82ab35e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54521a09-66dc-3e7c-0c64-b3166abbbb24-82ab35e9 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-b3b63181-dd86-aa8f-79aa-e5b2fb1d2678-c6deabf7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2aae159-9421-ed6d-8bd8-fd62e67468f8-c6deabf7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b020-c6deabf7 {
    grid-column: 2 / 3;
  }

  #w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b022-c6deabf7 {
    grid-column-end: 2;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-c6deabf7 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_8f1070cd-6610-319e-aef3-a3c72949ef20-2b73c151 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5ae92321-3343-e093-6810-454f8faefbda-2b73c151 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84c30f42-7dd2-c7bc-dccb-17e43ebe2605-2b73c151 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-ba3e4409-7ae6-ed88-b3c2-5582de798d55-2b73c151 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_0f2bbbbe-4980-6560-6414-c4c3de93ae38-2b73c151 {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_95aaecc9-f674-5550-c559-0254df2e3185-2b73c151 {
    grid-area: 1 / 7 / 3 / 12;
  }

  #w-node-_290db822-676e-8387-6763-974de3fdb062-2b73c151 {
    grid-area: 3 / 1 / 5 / 5;
  }

  #w-node-_0f2056f0-2c00-a52e-6ecb-69eb4b54c56a-2b73c151 {
    grid-area: 3 / 8 / 5 / 12;
  }

  #w-node-_371d26ca-bf66-f473-bf6f-5a1de7940559-2b73c151 {
    grid-area: 4 / 4 / 7 / 8;
  }

  #w-node-_7e784df8-1067-0e35-8842-2192433f99e0-2b73c151 {
    grid-area: 4 / 9 / 7 / 13;
  }

  #w-node-_10e787d0-ff92-3e83-5f86-0d5b7af72168-2b73c151 {
    grid-area: 2 / 4 / 4 / 8;
  }

  #w-node-_5b7fc764-291a-d63a-b1fa-88aa903c684e-2b73c151 {
    grid-area: 4 / 1 / 7 / 5;
  }

  #w-node-_06b2f003-f67f-e240-2cbb-50b01a1447e9-2b73c151 {
    grid-area: 6 / 1 / 8 / 13;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c075-1566c072 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c076-1566c072 {
    grid-area: 6 / 5 / 8 / 9;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c078-1566c072 {
    grid-area: 5 / 9 / 7 / 13;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c07a-1566c072 {
    grid-area: 7 / 9 / 8 / 13;
  }

  #w-node-_14b24ac8-2210-70ab-8ed1-5c07f6622198-dbec2a5b {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b0b3578b-1b4e-066b-388f-0e75cfbf5043-05f77d2f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f3a6e61-f481-5063-685e-dd3292470e0c-05f77d2f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afbbce74-ba15-1daa-41d2-c3f1006f69c0-05f77d2f {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a793-7119a779 {
    grid-row: 3 / 4;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a794-7119a779 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7c1-7119a779 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a78b-7119a779 {
    grid-row: 4 / 5;
  }

  #w-node-_4042225b-17d3-9364-9626-b26687d91222-87d91215 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c046c613-619a-a743-124a-5642269dac39-d3e03b91 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fbd1704a-df8c-174c-2359-5f33842a49b7-d3e03b91 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_27b42142-c7f7-c6f7-fc15-2cc33b4637e2-d3e03b91,
  #w-node-fc513157-a1b0-939b-efc3-725eb7299428-d3e03b91 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85666-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85669-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba8566b-50f13962 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85672-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85675-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85685-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85688-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba856bb-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba856be-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85709-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba8570c-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba8569f-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba856a2-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba856d8-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba856db-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba8571d-50f13962 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_313c5695-2e25-1992-f5e6-64015ba85720-50f13962 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434211-d083e3a1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434220-d083e3a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434225-d083e3a1 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-c4cb0115-db4c-1591-e64a-a7c72f906f4d-fbab205d {
    grid-area: 1 / 6 / 2 / 12;
  }

  #w-node-_6ad50235-5be4-91c6-ada0-da67eb9d4fa3-fbab205d {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-f8db7fbf-6b3e-7d13-f2b3-7a3071d1fa9a-fbab205d {
    grid-area: 1 / 1 / 13 / 12;
  }

  #w-node-_6a608253-baf9-1c95-7dc7-9ab12ada2c8e-fbab205d {
    grid-area: 8 / 13 / 22 / 21;
  }

  #w-node-_0e061a23-8a65-efae-c513-360c54f6de90-fbab205d {
    grid-area: 15 / 2 / 32 / 11;
  }

  #w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b88-69f29b85 {
    grid-area: 1 / 1 / 4 / 7;
  }

  #w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b89-69f29b85 {
    grid-area: 1 / 6 / 4 / 12;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa36-84feaa33 {
    grid-area: 2 / 3 / 4 / 5;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa38-84feaa33 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa3b-84feaa33 {
    grid-area: 1 / 1 / 4 / 3;
  }

  #w-node-_54a3f01a-d75c-c976-c975-87f3a8b69b5a-49456e78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11e4c0e8-f297-f630-c8b8-ec290759cdcf-49456e78 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9d1738f0-27dd-6314-2d9c-c3c985a4f35d-49456e78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ba8ccfd-ff56-c685-060a-fb60922dd63d-49456e78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce13973d-9665-b81a-2f94-083bcd7d22ff-49456e78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_491fa168-1c5f-8d3a-f32f-bb7758855a78-e15c884c {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e826034-e15c884c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82603d-e15c884c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82604b-e15c884c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426beb-8bde98fd {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201aa-82ab35e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-82ab35e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64d-82ab35e9 {
    grid-column: 1 / 2;
  }

  #w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64f-82ab35e9 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-dd2a9572-8f6f-effb-88c0-ceaecd9d3fab-82ab35e9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_54521a09-66dc-3e7c-0c64-b3166abbbb24-82ab35e9 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-c2aae159-9421-ed6d-8bd8-fd62e67468f8-c6deabf7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b020-c6deabf7 {
    grid-column: 1 / 2;
  }

  #w-node-d42e1087-7f1d-3eb9-ffe5-d7e5cdd6b022-c6deabf7 {
    grid-row-start: 2;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201aa-c6deabf7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ece8da53-3ba9-abc4-14a5-101a2bb201ac-c6deabf7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64d-c6deabf7 {
    grid-column: 1 / 2;
  }

  #w-node-a9439be4-4a4b-9d7e-95b8-105a44e7e64f-c6deabf7 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_290db822-676e-8387-6763-974de3fdb062-2b73c151 {
    grid-area: 3 / 1 / 5 / 6;
  }

  #w-node-_0f2056f0-2c00-a52e-6ecb-69eb4b54c56a-2b73c151 {
    grid-area: 3 / 8 / 5 / 13;
  }

  #w-node-_371d26ca-bf66-f473-bf6f-5a1de7940559-2b73c151 {
    grid-area: 4 / 4 / 7 / 9;
  }

  #w-node-_7e784df8-1067-0e35-8842-2192433f99e0-2b73c151 {
    grid-area: 4 / 8 / 6 / 13;
  }

  #w-node-_10e787d0-ff92-3e83-5f86-0d5b7af72168-2b73c151 {
    grid-area: 2 / 4 / 4 / 9;
  }

  #w-node-_5b7fc764-291a-d63a-b1fa-88aa903c684e-2b73c151 {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c076-1566c072 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c078-1566c072 {
    grid-area: 7 / 5 / 8 / 9;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c07a-1566c072 {
    grid-area: 6 / 9 / 8 / 13;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f3a6e61-f481-5063-685e-dd3292470e0c-05f77d2f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7af-7119a779 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: auto;
  }

  #w-node-_03e1f4f9-4e9b-b182-a8bf-30348856e182-7119a779 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a793-7119a779 {
    grid-area: 3 / 1 / 4 / 3;
    align-self: auto;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a794-7119a779 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7c1-7119a779 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a78b-7119a779 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-_566d5ec0-7f80-6106-7828-48e055f029e8-7119a779 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b1144648-ea22-8332-4fb8-cb5f7119a7d3-7119a779 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4042225b-17d3-9364-9626-b26687d91218-87d91215,
  #w-node-_4042225b-17d3-9364-9626-b26687d91222-87d91215,
  #w-node-_05bf86eb-4efd-ee8d-d355-2d815de0e5f8-d3e03b91,
  #w-node-a97960a0-d296-3d04-1977-c825f15027af-d3e03b91,
  #w-node-_14dc61d5-63c3-6dac-84ea-270972ae93d8-d3e03b91,
  #w-node-_94035192-5966-4341-3047-d44453d17439-d3e03b91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fbd1704a-df8c-174c-2359-5f33842a49b7-d3e03b91 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_27b42142-c7f7-c6f7-fc15-2cc33b4637e2-d3e03b91 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3459baf1-d83d-86d2-2a68-c6e43dec32e0-d3e03b91 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fc513157-a1b0-939b-efc3-725eb7299428-d3e03b91 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ef39614-7432-0c72-0c00-7664ba8af847-d083e3a1 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_9ef39614-7432-0c72-0c00-7664ba8af849-d083e3a1 {
    grid-area: 2 / 1 / 4 / 13;
  }

  #w-node-_4fb884b7-58ec-da00-f90f-c52e9b434220-d083e3a1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4cb0115-db4c-1591-e64a-a7c72f906f4d-fbab205d {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6ad50235-5be4-91c6-ada0-da67eb9d4fa3-fbab205d,
  #w-node-f8db7fbf-6b3e-7d13-f2b3-7a3071d1fa9a-fbab205d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a608253-baf9-1c95-7dc7-9ab12ada2c8e-fbab205d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0e061a23-8a65-efae-c513-360c54f6de90-fbab205d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60a8dd3b-a4ac-19f7-2aca-85bd69f29b89-69f29b85 {
    grid-area: 1 / 1 / 4 / 12;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa36-84feaa33 {
    grid-column: 1 / 2;
    grid-row-start: 3;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa38-84feaa33 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0e4e2286-2450-75d5-77b9-e87a84feaa3b-84feaa33 {
    grid-row-end: 2;
    grid-column-end: 2;
  }

  #w-node-_54a3f01a-d75c-c976-c975-87f3a8b69b5a-49456e78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11e4c0e8-f297-f630-c8b8-ec290759cdcf-49456e78 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b594266b-974e-94b6-e9b5-42936c04e521-49456e78 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e32099de-84ac-66d7-eb37-cf2aac498a23-49456e78 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_98d07054-836d-924b-00cd-c82140087083-49456e78 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_9d1738f0-27dd-6314-2d9c-c3c985a4f35d-49456e78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ba8ccfd-ff56-c685-060a-fb60922dd63d-49456e78 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ce13973d-9665-b81a-2f94-083bcd7d22ff-49456e78 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_63935750-1ec8-0279-352e-38c014b6360a-e15c884c {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_491fa168-1c5f-8d3a-f32f-bb7758855a78-e15c884c {
    grid-area: 2 / 1 / 3 / 12;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82603d-e15c884c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_44a4bd32-f3ab-b422-37c2-8e5b2e82604b-e15c884c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426be9-8bde98fd {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ef0669f8-7a2e-58eb-17cb-c3f60f426beb-8bde98fd {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8f1070cd-6610-319e-aef3-a3c72949ef20-2b73c151 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e4b4f624-933e-0137-fd52-b708ebc62c55-2b73c151 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5ae92321-3343-e093-6810-454f8faefbda-2b73c151 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_84c30f42-7dd2-c7bc-dccb-17e43ebe2605-2b73c151 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ba3e4409-7ae6-ed88-b3c2-5582de798d55-2b73c151 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0f2bbbbe-4980-6560-6414-c4c3de93ae38-2b73c151 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_95aaecc9-f674-5550-c559-0254df2e3185-2b73c151 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_290db822-676e-8387-6763-974de3fdb062-2b73c151 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0f2056f0-2c00-a52e-6ecb-69eb4b54c56a-2b73c151 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_371d26ca-bf66-f473-bf6f-5a1de7940559-2b73c151 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_7e784df8-1067-0e35-8842-2192433f99e0-2b73c151 {
    grid-area: 5 / 2 / 6 / 4;
  }

  #w-node-_10e787d0-ff92-3e83-5f86-0d5b7af72168-2b73c151 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_5b7fc764-291a-d63a-b1fa-88aa903c684e-2b73c151 {
    grid-area: 5 / 1 / 7 / 7;
  }

  #w-node-_06b2f003-f67f-e240-2cbb-50b01a1447e9-2b73c151 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-ff0e58e1-affe-b5c0-a3ba-0969c2e84f0e-2b73c151 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b5e0bc1c-1546-1023-44e0-ecbb053eb669-2b73c151 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c075-1566c072 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c076-1566c072 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c078-1566c072 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_1fbb9091-8eec-bf31-6e6a-e0721566c07a-1566c072 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-f1075487-1c8b-dfc4-fd2d-a7d64ba0a007-dbec2a5b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14b24ac8-2210-70ab-8ed1-5c07f6622198-dbec2a5b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1dd3d7bc-8778-b7c2-5c83-6400a5e5f159-dbec2a5b {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --- PRECISE MOBILE UI REPAIR (Per Screenshots) --- */
.mobile-selection-grid,
.mobile-nav {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .product-selection-grid {
    display: grid !important;
  }
}

@media screen and (max-width: 767px) {

  /* 1. Reset Global Layout */
  html,
  body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
    background-color: #ffffff !important;
  }

  /* 2. Precision Header Fix */
  .desktop-nav,
  .product-selection-grid {
    display: none !important;
  }

  .mobile-nav {
    display: flex !important;
    background-color: #ffffff !important;
    height: 60px !important;
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    border-bottom: 1px solid #eeeeee !important;
    padding: 0 15px !important;
  }

  .nav-center {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
  }

  .logo-stonearts {
    height: 20px !important;
    width: auto !important;
  }

  .menu-button,
  .nav-right {
    width: 40px !important;
    display: flex !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* 3. True Edge-to-Edge Product Presentation */
  .section.product {
    padding-top: 60px !important;
    margin-top: 0 !important;
  }

  .container-products {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .mobile-selection-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
  }

  .slider-selector_component.is-slider-product.mobile {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: none !important;
  }

  .img-hight {
    padding-top: 0 !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    display: block !important;
    position: relative !important;
    background: #fff !important;
  }

  .img-swiper_img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* Slider Indicator - Segmented Orange Bar */
  .slider-main_bottom-wrapper {
    margin: -10px auto 20px auto !important;
    padding: 0 10% !important;
    position: relative !important;
    z-index: 100 !important;
    width: 80% !important;
  }

  .swiper-drag-wrapper {
    height: 3px !important;
    background: #f0f0f0 !important;
    border-radius: 4px !important;
  }

  .swiper-drag {
    background: #df6330 !important;
    height: 3px !important;
    border-radius: 4px !important;
  }

  /* 4. Text & Branding Typography */
  .product_text_wrapper {
    padding: 30px 20px !important;
    background: #fff !important;
  }

  .header-wrapper-product {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    margin-bottom: 8px !important;
  }

  .heading-157 {
    font-size: 1.8rem !important;
    font-weight: 300 !important;
    margin: 0 !important;
  }

  .heading-158.is-product_main,
  .heading-158 {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
  }

  .brand_wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 15px !important;
  }

  .price_wrapper .heading-159 {
    color: #df6330 !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin: 10px 0 2px 0 !important;
  }

  .text-block-86,
  .text-block-127 {
    font-size: 0.9rem !important;
    color: #555 !important;
    margin-bottom: 2px !important;
  }

  /* 5. Rating Section & Leave Review Button */
  .rating.mobile,
  .rating {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 30px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .variation-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 20px 0 !important;
  }

  .add-to-cart-button,
  .button-outline-white._2.bento.samples {
    background-color: #0044ff !important;
    color: #fff !important;
    width: 100% !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    border: none !important;
    margin-top: 20px !important;
  }

  /* 6. Grid Cleanup */
  [class*="w-node-"] {
    grid-column: span 1 !important;
    width: 100% !important;
    margin: 0 !important;
    position: static !important;
  }
}
/* --- GLOBAL LOGO SIZE REPAIR (Next.js + Static HTML) --- */
.logo-stonearts {
  height: 45px !important;
  width: auto !important;
  max-width: 100% !important;
  display: inline-block !important;
  vertical-align: middle !important;
  object-fit: contain !important;
  transition: height 0.3s ease !important;
}

.nav-logo-link {
  display: inline-block !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .logo-stonearts {
    height: 40px !important;
  }
}

/* --- HAMBURGER MENU FIXES --- */
@media screen and (max-width: 991px) {
  /* 1. Fix: Duplicate Navbars */
  .nav-stonearts + .nav-stonearts { display: none !important; }
  
  /* 2. Fix: Duplicate Menu Buttons */
  .menu-button ~ .menu-button { display: none !important; }

  /* 3. Fix: Invisible Hamburger (Fallback Icon) */
  .menu-button { 
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23000000%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22%3E%3Cline x1=%223%22 y1=%2212%22 x2=%2221%22 y2=%2212%22/%3E%3Cline x1=%223%22 y1=%226%22 x2=%2221%22 y2=%226%22/%3E%3Cline x1=%223%22 y1=%2218%22 x2=%2221%22 y2=%2218%22/%3E%3C/svg%3E') !important; 
    background-position: center !important; 
    background-repeat: no-repeat !important; 
    background-size: 24px !important; 
    display: flex !important; 
    opacity: 1 !important; 
    visibility: visible !important; 
  }
  
  /* 4. Fix: Double Icon - Hide fallback if Lottie loads (has child svg/canvas) */
  /* Note: :has support is good in modern browsers (92%), safe fallback is just showing both overlapping which is better than invisible */
  .menu-button:has(svg), .menu-button:has(canvas) { background-image: none !important; }
  
  /* 5. Ensure Z-Index needed for visibility */
  .nav-top-bar, .mobile-nav, .menu-button { z-index: 9999 !important; position: relative !important; }
}
