:root{--beige: #f5ebdd;--sage: #9aa68b;--turquoise: #5dc7b7;--dark: #333;--white: #fff}body{margin:0;font-family:Segoe UI,sans-serif;color:var(--dark);background-color:var(--beige)}header{background-color:var(--sage);color:var(--white);text-align:center;padding:1.5rem}.trust-bar{background-color:var(--turquoise);color:var(--white);text-align:center;padding:.75rem;font-weight:700}.section{padding:4rem 1rem}.section.alt{background-color:var(--white)}.section.alt:has(.story){padding:4rem 1rem}.story{display:block;max-width:none;margin:auto;padding:0}.story-text{width:100%;max-width:none;margin:0}.intro{max-width:700px;margin:auto;text-align:center}.intro h1{font-size:2.2rem;margin-bottom:1rem}.btn{display:inline-block;background-color:var(--turquoise);color:var(--white);padding:.75rem 1.5rem;border-radius:5px;text-decoration:none;font-weight:700;margin-top:1rem;transition:background .3s ease}.btn:hover{background-color:#3eb5a8}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:2rem auto 0}.card{background-color:var(--white);padding:1rem;border-radius:10px;box-shadow:0 0 10px #0000000d;text-align:center}.card img{max-width:100%;border-radius:5px}.testimonial{font-style:italic;padding:1rem;border-left:4px solid var(--sage);background-color:var(--white);margin-bottom:1rem}.story{display:block;max-width:1200px;margin:auto;padding:0 2rem}.story img{max-width:400px;width:100%;border-radius:10px}.story-text{width:100%;max-width:none}.story-text p{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;text-align:left;max-width:none}.story-text p:last-child{text-align:center;font-size:1.2rem;margin-top:2rem}.sticky-cta{position:fixed;bottom:0;width:100%;background-color:var(--turquoise);color:var(--white);text-align:center;padding:1rem;font-size:1rem;font-weight:700;z-index:999}.sticky-cta a{color:var(--white);text-decoration:none}footer{background-color:var(--sage);color:var(--white);text-align:center;padding:1.5rem}@media (max-width: 768px){.intro h1{font-size:1.8rem}.section{padding:2rem 1rem}.grid{grid-template-columns:1fr;gap:1rem}.story{flex-direction:column;text-align:center}.story img{max-width:100%}.btn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width: 480px){header{padding:1rem}.intro h1{font-size:1.5rem}.trust-bar{font-size:.9rem;padding:.5rem}.card,.testimonial{padding:.75rem}.sticky-cta{font-size:.9rem;padding:.75rem}}.text-center{text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:2rem auto;padding:0 1rem}.product-card{background-color:var(--white);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;text-align:center}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.product-card .badge{position:absolute;top:1rem;right:1rem;background-color:var(--turquoise);color:var(--white);padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:700;z-index:2}.product-card .badge:nth-of-type(1){background-color:#ff6b6b}.product-card img{width:100%;height:250px;object-fit:cover;border-radius:8px;margin-bottom:1rem;transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.product-card .title{font-size:1.2rem;font-weight:600;color:var(--dark);margin-bottom:.5rem;line-height:1.4}.product-card .price{font-size:1.4rem;font-weight:700;color:var(--sage);margin-bottom:.75rem}.product-card .rating{font-size:.9rem;color:#666;margin-bottom:1rem}.product-card .btn{display:inline-block;background-color:var(--turquoise);color:var(--white);padding:.75rem 1.5rem;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s ease;margin-top:0}.product-card .btn:hover{background-color:#3eb5a8;transform:translateY(-2px);box-shadow:0 4px 12px #5ec7b74d}.collection-header{text-align:center;padding:2rem 1rem;background-color:var(--white);margin-bottom:2rem}.collection-header h1{font-size:2.5rem;color:var(--dark);margin-bottom:1rem}.collection-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;padding:0 .5rem}.product-card{padding:1rem}.product-card img{height:200px}.product-card .title{font-size:1.1rem}.product-card .price{font-size:1.2rem}.collection-header h1{font-size:2rem}}@media (max-width: 480px){.product-grid{grid-template-columns:1fr;gap:1rem}.product-card img{height:180px}.collection-header{padding:1.5rem 1rem}.collection-header h1{font-size:1.8rem}}.pagination-wrapper{margin:3rem 0;text-align:center}.pagination{display:inline-flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.pagination a,.pagination span{padding:.75rem 1rem;border:2px solid var(--sage);border-radius:8px;text-decoration:none;color:var(--dark);font-weight:500;transition:all .3s ease;min-width:44px;text-align:center}.pagination a:hover{background-color:var(--turquoise);color:var(--white);border-color:var(--turquoise);transform:translateY(-2px)}.pagination .current{background-color:var(--sage);color:var(--white);border-color:var(--sage)}.pagination .disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.pagination a,.pagination span{padding:.5rem .75rem;font-size:.9rem}}.product-page{max-width:1200px;margin:2rem auto;padding:1rem;display:flex;flex-wrap:wrap;gap:2rem}.product-images{flex:1;min-width:300px}.product-images img,.product-images video{width:100%;border-radius:10px}#mainMediaContainer{position:relative;margin-bottom:1rem;max-height:500px;display:flex;align-items:center;justify-content:center;background:#f8f8f8;border-radius:10px;overflow:hidden}#mainImage{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:10px}#mainVideo{width:100%;height:auto;max-height:500px;border-radius:10px}.external-video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;border-radius:10px;overflow:hidden;max-height:500px}.external-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.model-container{background:#f5f5f5;border-radius:10px;padding:2rem;text-align:center;min-height:300px;max-height:500px;display:flex;align-items:center;justify-content:center}.thumbnail-container{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.media-thumb{width:60px!important;height:60px!important;border-radius:6px;cursor:pointer;border:2px solid transparent;transition:border-color .3s ease;position:relative;overflow:hidden;flex-shrink:0;display:block}.media-thumb img{width:60px!important;height:60px!important;object-fit:cover;border-radius:4px}.media-thumb.active,.media-thumb:hover{border-color:var(--turquoise)}.video-thumb,.external-video-thumb{position:relative;display:block;width:60px!important;height:60px!important}.play-icon,.model-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:10px}.product-details{flex:1;min-width:300px}.product-details h1{margin-top:0;font-size:2.2rem;color:var(--dark);margin-bottom:1rem}.product-price{font-size:2.5rem;font-weight:700;color:var(--sage);margin:1.5rem 0;line-height:1.2}.variant-selector{margin-bottom:1.5rem}.variant-selector label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dark)}.variant-selector select{padding:.75rem;width:100%;border-radius:8px;border:2px solid #ddd;background-color:var(--white);font-size:1rem;transition:border-color .3s ease}.variant-selector select:focus{outline:none;border-color:var(--turquoise)}.quantity-selector{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:600;color:var(--dark)}.quantity-input{display:flex;align-items:center;border:2px solid #ddd;border-radius:8px;overflow:hidden}.quantity-input button{background-color:var(--sage);color:var(--white);border:none;padding:.5rem .75rem;cursor:pointer;font-size:1.2rem;transition:background-color .3s ease}.quantity-input button:hover{background-color:var(--turquoise)}.quantity-input input{border:none;padding:.5rem;width:60px;text-align:center;font-size:1rem}.fomo-box{background-color:var(--sage);color:var(--white);padding:1rem;border-radius:8px;margin-top:1.5rem;font-weight:700;text-align:center}.product-form{margin-bottom:2rem}.add-to-cart-btn{display:block;width:100%;background-color:var(--turquoise);color:var(--white);padding:1rem 1.5rem;margin-top:1rem;text-decoration:none;border-radius:8px;font-weight:700;font-size:1.1rem;text-align:center;transition:all .3s ease;border:none;cursor:pointer}.add-to-cart-btn:hover{background-color:#3eb5a8;transform:translateY(-2px);box-shadow:0 4px 12px #5ec7b74d}.product-description{margin:2rem 0;line-height:1.6}.product-description h3{color:var(--sage);margin-bottom:1rem}.product-features{list-style:none;padding:0}.product-features li{padding:.5rem 0;border-bottom:1px solid #eee}.product-features li:before{content:"\2713";color:var(--turquoise);font-weight:700;margin-right:.5rem}.included-items{list-style:none;padding:0;margin:1rem 0}.included-items li{padding:.5rem 0;border-bottom:1px solid #eee;color:var(--dark);font-weight:500}.included-items li:last-child{border-bottom:none}.testimonials-section{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,var(--beige) 0%,rgba(245,245,220,.3) 100%);border-radius:12px;border-left:4px solid var(--turquoise)}.testimonials-section h3{color:var(--sage);margin-bottom:1.5rem;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.testimonial{background:var(--white);padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;border:1px solid rgba(var(--sage-rgb),.2)}.testimonial-stars{color:#ffc107;font-size:1rem;margin-bottom:.5rem}.testimonial-text{font-style:italic;margin:.5rem 0;line-height:1.6;color:var(--dark)}.testimonial-author{font-weight:600;color:var(--sage);font-size:.9rem}.special-notes-section{margin:1.5rem 0;padding:1.5rem;background:linear-gradient(135deg,#fff3cd,#fff3cd4d);border-radius:8px;border-left:4px solid #f0ad4e;border:1px solid rgba(240,173,78,.3)}.special-notes-section h3{color:#8a6d3b;margin-bottom:1rem;font-size:1.1rem}.special-notes-content{color:#8a6d3b;line-height:1.6;font-weight:500;font-size:.95rem}.special-notes-content p{margin:.5rem 0}.special-notes-content br{margin:.3rem 0}@media (max-width: 768px){.product-page{flex-direction:column;margin:1rem auto;padding:.5rem}.product-details h1{font-size:1.8rem}.product-price{font-size:1.5rem}.quantity-selector{flex-direction:column;align-items:flex-start;gap:.5rem}.thumbnail-container{justify-content:center}}@media (max-width: 480px){.product-details h1{font-size:1.6rem}.product-price{font-size:2rem}.add-to-cart-btn{padding:.75rem 1rem;font-size:1rem}.thumbnail-container img{width:50px;height:50px}}.cart-drawer__free-shipping{margin:1rem 0;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border:1px solid #dee2e6;position:relative;overflow:hidden}.cart-drawer__free-shipping:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--turquoise),var(--sage));border-radius:12px 12px 0 0}.cart-drawer__free-shipping--achieved{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-color:#28a745}.cart-drawer__free-shipping--achieved:before{background:linear-gradient(90deg,#28a745,#20c997)}.free-shipping-progress{display:flex;flex-direction:column;gap:.75rem}.free-shipping-progress__bar{background-color:#e9ecef;border-radius:20px;height:8px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.free-shipping-progress__indicator{background:linear-gradient(90deg,var(--turquoise) 0%,var(--sage) 100%);height:100%;border-radius:20px;transition:width .5s ease-in-out;position:relative;box-shadow:0 1px 3px #0003}.free-shipping-progress__indicator:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.free-shipping-progress__text{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.9rem;color:var(--dark);font-weight:500}.free-shipping-progress__text strong{color:var(--turquoise);font-weight:600}.shipping-icon,.shipping-success-icon{color:var(--turquoise);flex-shrink:0;animation:pulse 2s infinite}.shipping-success-icon{color:#28a745}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.free-shipping-success{display:flex;align-items:center;gap:.5rem;margin:0;font-size:.9rem;color:#155724;font-weight:500}.free-shipping-success strong{color:#28a745;font-weight:600}.cart-drawer__trust-badges{margin:1.5rem 0;padding:1rem 0;border-top:1px solid #dee2e6}.trust-badges__wrapper{display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--dark);opacity:.8;flex:1;min-width:0}.trust-badge .svg-wrapper{color:var(--sage);flex-shrink:0}.trust-badge span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-urgency{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffeaa7;border-radius:8px;padding:.75rem;margin:1rem 0}.cart-urgency__timer{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#856404}.urgency-icon{color:#f39c12;animation:tick 1s infinite}@keyframes tick{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.urgency-text{font-weight:500}.cart__checkout-button{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--turquoise) 0%,var(--sage) 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;width:100%;margin:1rem 0}.cart__checkout-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #5dc7b766}.cart__checkout-button.button--pulse{animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%,to{box-shadow:0 2px 10px #5dc7b74d}50%{box-shadow:0 4px 20px #5dc7b799}}.checkout-icon{margin-right:.5rem;font-size:1.1em}.checkout-arrow{margin-left:.5rem;transition:transform .3s ease}.cart__checkout-button:hover .checkout-arrow{transform:translate(5px)}.checkout-guarantee{text-align:center;margin-top:.5rem}.guarantee-text{font-size:.8rem;color:var(--dark);opacity:.7}.cart-drawer__recommendations{border-top:1px solid #dee2e6;padding:1.5rem 0;margin:1rem 0}.recommendations__heading{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--dark);text-align:center}.recommendations__products{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.recommendation-item{flex:0 0 auto;width:150px;background:#fff;border-radius:8px;padding:.75rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease}.recommendation-item:hover{transform:translateY(-2px)}.recommendation-item__image{text-align:center;margin-bottom:.5rem}.recommendation-item__image img{border-radius:4px;transition:opacity .3s ease}.recommendation-item__image img:hover{opacity:.8}.recommendation-item__title{font-size:.85rem;font-weight:500;margin:0 0 .25rem;line-height:1.3}.recommendation-item__price{font-size:.9rem;font-weight:600;color:var(--turquoise);margin-bottom:.5rem}.recommendation-form .button--small{font-size:.75rem;padding:.4rem .8rem;border-radius:4px;width:100%;background:var(--sage);border:none;color:#fff;transition:background .3s ease}.recommendation-form .button--small:hover{background:var(--turquoise)}@media (max-width: 480px){.trust-badges__wrapper{flex-direction:column;gap:.75rem}.trust-badge{justify-content:center;flex:none}.free-shipping-progress__text{font-size:.85rem;text-align:center}.cart-urgency__timer{justify-content:center;text-align:center}.recommendations__products{justify-content:center}.recommendation-item{width:130px}}.story{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto}.story-image{width:100%;background:transparent!important;height:auto;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000026}.story-image img{width:100%;height:auto;object-fit:cover;display:block;transition:transform .3s ease}.story-image:hover img{transform:scale(1.05)}.story-text{padding:1rem}.story-text p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:var(--dark)}.story-text strong{color:var(--turquoise);font-weight:600}@media (max-width: 768px){.story{grid-template-columns:1fr;gap:1.5rem;text-align:center}.story-image{order:-1;max-width:400px;margin:0 auto}.story-text{padding:0}.story-text p{font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/kreativschicht-styles.css.map */
