.navigation, .breadcrumbs, .catalog-category-view .page-main .breadcrumbs, .catalog-category-view .page-main .columns, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main, .page-container > .content, .jumbotron > .container{max-width:96%;}
.page-footer{background:#F6F5F4;}
.page-title-wrapper .page-title, .catalog-product-view .column.main > .block .block-title [role="heading"]{font-family:'DM Serif Display', sans-serif;}
div.block .block-title strong, .block.askit-question-form > .block-title strong, .contact.form .legend, .column.main .block-title [aria-level="3"], div.block .content-heading [role="heading"]{font-family:'DM Serif Display', sans-serif;}
a:visited, .alink:visited, .amstock-button.-link:visited {
  color: #333;
}
.page-product-configurable .swatch-attribute-options {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.page-product-configurable .swatch-attribute.size .swatch-option {
    padding: 14px;
    font-size: 1.6rem;
    text-align: left;
}
.page-product-configurable .swatch-option-container {
    position: relative;
}
.page-product-configurable .swatch-attribute span.swatch-option-price {
    position: absolute;
    top: 14px;
    right: 14px;
}
.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
  background: whitesmoke;
}
.page-product-configurable .swatch-option.am-stockstatus-disabled:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
    content: '';
    filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
}
.page-product-configurable .swatch-option.am-stockstatus-disabled:before {
    content: '';
    background: #ff5216;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 6px;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.catalog-product-view .m-logo {
    display: inline-block;
    min-width: 150px;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 0;
}
.page-main .page-title-wrapper .page-title {
    line-height: 1;
}

.catalog-product-view .product-info-main .product-info-stock-sku .amstockstatus-status-container span.amstockstatus {
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
}
.catalog-product-view .product-info-main .product.attribute.sku {
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
}
.catalog-product-view .product-info-main .product-info-stock-sku .amstockstatus-status-container.available:before {
    content: '';
    display: inline-block;
    background: #55b355;
    height: 10px;
    width: 10px;
}
.catalog-product-view .product-info-main .product-info-stock-sku .amstockstatus-status-container {
    margin: 0;
}
.product-info-main, .product-info-main .product-info-price {
    gap: 0;
}

/**** Category Page ****/

.catalog-category-view .product.details.product-item-details {
    text-align: center;
}
.catalog-category-view .product-item-details .price-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.catalog-category-view .product-item-details .price-box .special-price {
    background: #efd34a;
    padding: 0 3px;
}

/**** Value Prop Block ****/

.value-prop-item {
    font-weight: 300;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 32px;
}
.value-prop-item span {
    font-weight: 600;
    margin: 0 5px;
}
.value-prop {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}
svg.size-6 {
    height: 18px;
    width: 18px;
}

/**** Titles ****/
h1 {
    font-family: 'DM Serif Display', sans-serif;
    font-size: clamp(1.9rem, 1.4036rem + 0.8727vw, 3rem);
}
body {
    font-family: 'DM Sans', sans-serif;
}

/**** Icons ****/

.washable i {
    margin-right: 5px;
}
.washable {
    background: #bbdedd;
    display: flex;
    align-items: center;
    padding: 0 5px;
    margin: 0 0 7px 0;
}

/*** Sisal Border info ***/

/* .mageworx-swatch-option.text.border-change-bound[data-option-label="Baumwolle"]::after {
  content: '5cm sichtbar';
  font-size: 12px;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-top: -6px;
}
.mageworx-swatch-option.text.border-change-bound[data-option-label="Leinen"]::after {
  content: '6cm sichtbar';
  font-size: 12px;
  font-weight: 300;
  display: block;
  line-height: 1;
  margin-top: -6px;
}*/

.swatch-description {
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

/*** Category Description ***/
.category-view h1,
.category-view .category-description {
    max-width: 100%;
}

/*** Block Widths ***/
[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 1920px;
}

/*** Product Page Description ***/
.additional-attributes-wrapper.div-wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*max-width: 33%;*/
  border-bottom: 1px dotted #777;
  padding: 10px 0;
  font-size: 1.75rem;
  font-weight: 300;
}
.additional-attributes-wrapper.div-wrapper > div .att-data {
  font-weight: 600;
}
.additional-attributes-wrapper.div-wrapper > div .att-data[data-th="Komfort"] {
  display: flex;
  align-items: center;
}
.product.info.detailed #produkt\.details {
  display: flex;
  gap: 10px;
}
.product.info.detailed #produkt\.details > div {
  /*width: 50%;*/
    flex-grow: 1;
}
.amreview-submit-form {
  background: none;
}

/*** Home Styles ***/
.h2-front {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
}
.sizes-images img {
    max-height: 250px;
}
.sizes-images img:hover {
  scale: 1.05;
  transition: all 0.5s;
}
h3-front a {
  font-size: 5rem;
  color: #000;
}
.size-illus {
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-size: 1.5rem;
  padding-top: 14px;
}
.category-banner-front .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(360deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%);
}
.categor-banner-wrapper {
  display: flex;
  justify-content: space-between;
}

.category-banner-text.white {
  color: #fff;
}

.category-banner-action.white {
  color: #fff;
}

.category-banner-front .pagebuilder-banner-wrapper {
  display: flex;
  align-items: end;
}

.category-banner-front .pagebuilder-collage-content [data-element="content"] {
  min-height: auto;
}

.category-banner-text, .category-banner-action {
  font-size: 2.2rem;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.category-banner-grid .pagebuilder-column-line {
  gap: 16px;
  margin-bottom: 16px;
}
.banner-title {
    font-family: "DM Serif Display";
    text-transform: uppercase;
    font-size: 12rem;
    line-height: 1;
}
.banner-subtitle {
    font-size: 3rem;
    margin-top: -20px;
}
.white {
    color:#fff !important;
}

/*** price formula product ***/

.field.width.zero-step::before {
    content: "1";
}
.field.length.zero-step::before {
    content: "2";
}
.field.required.form.two-step::before {
    content: "1";
    font-weight: bold;
    background: aquamarine;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}
.field.required.form.two-step {
    flex-basis: 100%;
}
.field.width.two-step::before {
    content: "2";
}
.field.length.two-step::before {
    content: "3";
}
.field.diameter.two-step::before {
    content: "2";
}

/*** cookie bar width ***/
.cookie-bar .cookie-bar-container {
    max-width: 100%;
}
.cookie-bar .cookie-bar-text {
    max-width: 100%;
}

/*** text column settings ***/
.text-column-2 {
    padding-top: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 25px;
}

/*** custom size wunschmass button ***/
a.wunschmass-button {
    background-image: url(/media/wysiwyg/elements/teppich-im-wunschmass_60.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 14px;
    padding: 14px 14px 14px 80px;
    width: calc(100% - 7px);
    display: block;
    box-sizing: border-box;
    border: 1px solid #dadada;
    border-radius: 2px;
    margin-top: -9px;
}
.product-info-main .swatch-opt {
    flex-grow: 1;
}

.prolabels-content-wrapper .prolabel {margin-right: 2px;}

.products-grid .product-item [class^="swatch-opt-"] {
  position: relative;
  opacity: 1;
  transform: none;
  bottom: 0;
  right: auto;
  left: auto;
  padding: 1.6rem 0 0 0.6rem;
  background: transparent;
}

/**** Product Page img background ****/
.fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    mix-blend-mode: darken;
  }
  .fotorama__stage__frame .fotorama__img[class*="mageworx-overlay"] {
  	mix-blend-mode: unset;
  }
}

/******* Configurable Product Swatch Images *******/

.swatch-attribute.color .swatch-attribute-options {
  flex-direction: row;
}

.swatch-attribute.color .swatch-attribute-options .swatch-option {
  border-radius: 0;
}

.swatch-attribute.color .swatch-attribute-options span.swatch-option-price {
  position: relative;
  top: -9px;
  right: 0;
  font-size: 1.2rem;
  font-style: italic;
}
.custom-shapes .swatch-attribute.size .swatch-attribute-options {
  display: flex;
  flex-direction: row;
}