.add-to-cart__button{width:100%}.add-to-cart__button.add-to-cart__button--fetching{cursor:progress}.add-to-cart__error{font-weight:var(--bold);margin:var(--spacing-xs) 0}.product-header{display:grid;grid-template-areas:"images" "info" "description";grid-template-columns:1fr;grid-template-rows:auto;margin-bottom:2.8125rem;padding:var(--spacing) 0;row-gap:1.875rem}@media screen and (min-width:1024px){.product-header{-webkit-column-gap:3.125rem;column-gap:3.125rem;grid-template-areas:"images info" "description info";grid-template-columns:7fr 5fr;margin-bottom:3.25rem;row-gap:0}}@media screen and (min-width:1440px){.product-header{-webkit-column-gap:6.25rem;column-gap:6.25rem;row-gap:3.75rem}}.product-header__info{grid-area:info;height:auto}@media screen and (min-width:768px){.product-header__info{padding-top:var(--spacing-l)}}@media screen and (max-width:413px){.product-header__info{display:flex;flex-direction:column}}.product-header__images{grid-area:images;margin-bottom:var(--spacing)}.product-header__images img{border-radius:var(--border-radius);display:block;height:auto;width:100%}.product-header__image[aria-hidden=true]{display:none}.product-header__label{font-size:1.5rem;margin-bottom:.9375rem}@media screen and (min-width:1024px){.product-header__label{margin-bottom:1.6875rem}}.product-header__name{margin-bottom:var(--spacing-s)}.product-header__brand{display:block;font-size:1.5rem;font-weight:600;margin-bottom:var(--spacing-xs)}.product-header__title{display:block;font-size:1.125rem;font-weight:400}.product-header__flex-row{display:flex;gap:var(--spacing);justify-content:space-between}.product-header__in-stock{text-align:right}.product-header__price{-webkit-column-gap:var(--spacing-s);column-gap:var(--spacing-s);display:flex;margin-bottom:var(--spacing-s)}.product-header__specifications{margin:0 0 var(--spacing) 0}.product-header__specifications-header{font-size:1.25rem;margin-bottom:var(--spacing-s)}.product-header__specifications-list{display:grid;gap:var(--spacing-xs) var(--spacing-s);grid-template-columns:1fr 4fr}.product-header__specifications-list dt{font-weight:700}.product-header__sku{font-size:.625rem}.product-header__buy{margin:var(--spacing-s) 0}@media screen and (max-width:413px){.product-header__buy{order:-3}}@media screen and (max-width:1023px){.product-header__desc-link{display:none}}.product-header__thumbs{display:none}@media screen and (min-width:1024px){.product-header__thumbs{display:grid;gap:.625rem;grid-template-columns:repeat(5,1fr);margin-top:.625rem}}.product-header__thumb--active{border:1px solid var(--color-gray-medium)}.product-header__thumb-button{border:0;overflow:hidden}.product-header__description{grid-area:description}.product-header__description-header{font-size:1.25rem;margin-bottom:var(--spacing-s)}.block{margin:var(--spacing-l) auto}@media screen and (max-width:413px){.block{margin:var(--spacing) auto}}.block .block{margin:var(--spacing) auto}.block--article{max-width:var(--max-width-article)}.block__heading,.block__intro{margin-bottom:var(--spacing-s)}.block__intro{max-width:var(--max-width-article)}.product-usp{background-color:var(--color-webshop);margin:var(--spacing-l) auto;padding:var(--spacing)}@media screen and (max-width:413px){.product-usp{margin:var(--spacing) auto}}.product-usp .block{margin:var(--spacing) auto}@media screen and (min-width:768px){.product-usp{padding:var(--spacing-l)}}.product-usp ul{display:flex;flex-wrap:wrap;gap:var(--spacing-m)}@media screen and (min-width:768px){.product-usp ul{align-items:center;justify-content:center}}.product-usp ul li{align-items:center;display:flex}@media screen and (min-width:768px){.product-usp{flex-direction:column}}.product-usp svg{flex-shrink:0;margin-right:var(--spacing-xs)}