@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 1rem, 0)}100%{opacity:1;transform:none}}@keyframes growDown{0%{transform:scaleY(0)}100%{transform:scaleY(1)}}.simple-product{padding-top:5rem}.product-grid{display:grid;grid-template-columns:minmax(0, 1.375fr) minmax(0, 1fr);gap:3rem}.product-simple-overview{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:clamp(1.5rem,3vw,3rem) 0}.product__images--single{display:flex;align-items:center;justify-content:center;flex-direction:column}.product__images--single img{width:auto;max-height:600px}.__product__gallery{margin-top:1.5rem;text-align:center}.product__gallery__item{display:inline-block;width:100px;padding:0 .25rem}.product__title{margin-top:1rem;margin-bottom:1.5rem;font-weight:300;font-style:italic;color:#222}.product__intro{margin-bottom:1.5rem;font-size:1.3rem}.product__options{margin-bottom:0}.product__option:first-child{padding-top:0}.product__codes{margin-top:1rem;font-size:.875rem;font-style:italic}.product__codes strong{color:#222}.product__qtyprice{display:flex}.product__qtyprice .product__option__label strong{color:rgb(163.5,163.5,163.5)}.product__qtyprice .product-price{margin-right:1.5rem}.product__qtyprice .product-price__value{padding:.125rem 0;font-size:1.75rem}.product__status{margin-left:1.5rem}.product__status span{display:block;padding:.25rem 0}.product-price--was{color:#f52d18;display:block}.product-price--was .product-price__value{color:#f52d18;text-decoration:line-through}@media screen and (max-width: 1340px){.product-grid{display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1fr)}.page-tab{font-size:.875rem}}@media screen and (max-width: 970px){.product-simple-overview{display:grid;grid-template-columns:minmax(0, 1fr)}.product-grid{display:grid;grid-template-columns:minmax(0, 1fr)}.product__images--single{margin:0 auto;max-width:480px}}@media screen and (max-width: 600px){.product__qtyprice{display:block}.product__qtyprice .product__quantity{margin-top:1rem}.product__qtyprice .product__status{margin:1.5rem 0 0 0}}