.customer-stories-section{display:grid;grid-template-columns:1fr 1fr;min-height:700px;background-color:var(--section-bg-color, #F5F1E8);padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 0)}.customer-stories-section .stories-content{padding:60px 50px 50px 60px;display:flex;flex-direction:column;position:relative}.customer-stories-section .section-label{font-size:12px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--title-color, #555);margin-bottom:30px;order:1}.customer-stories-section .testimonials-wrapper{position:relative;overflow:hidden;order:2}.customer-stories-section .testimonial-slide{display:none;animation:customerStoryFadeIn .5s ease}.customer-stories-section .testimonial-slide.active{display:block}@keyframes customerStoryFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.customer-stories-section .testimonial-quote{font-family:var(--font-heading-family, "Playfair Display", Georgia, serif);font-size:28px;font-weight:400;color:var(--quote-color, #1a1a1a);line-height:1.2;margin:0 0 30px;max-width:380px}.customer-stories-section .testimonial-quote:before{content:'"'}.customer-stories-section .testimonial-quote:after{content:'"'}.customer-stories-section .customer-info{margin-bottom:40px}.customer-stories-section .customer-name{font-size:16px;font-weight:600;color:#000;margin:0 0 4px;font-family:Raleway}.customer-stories-section .customer-location{font-size:14px;color:var(--text-color, #666);font-weight:400;margin:0;font-family:Raleway}.customer-stories-section .product-cards-container{position:absolute;top:50%;right:-60px;transform:translateY(-50%);z-index:4;order:0}.customer-stories-section .featured-product-card{display:none;background-color:var(--card-bg-color, #fff);border-radius:12px;padding:12px;width:180px;box-shadow:0 8px 30px #0000001a;animation:customerStoryFadeIn .5s ease}.customer-stories-section .featured-product-card.active{display:block}.customer-stories-section .product-badge{position:absolute;top:8px;left:8px;background-color:var(--accent-color, #2D5F4F);color:#fff;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;z-index:2}.customer-stories-section .product-card-link{display:block;text-decoration:none}.customer-stories-section .product-card-image{width:100%;height:130px;object-fit:contain;margin-bottom:12px;background-color:#fafafa;border-radius:8px}.customer-stories-section .product-card-placeholder{width:100%;height:130px;background-color:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.customer-stories-section .product-card-placeholder .placeholder-svg{width:60px;height:60px;fill:#ccc}.customer-stories-section .product-card-title{display:block;font-size:13px;font-weight:500;color:#333;margin-bottom:8px;line-height:1.4;text-decoration:none;transition:color .3s ease}.customer-stories-section .product-card-title:hover{color:var(--accent-color, #2D5F4F)}.customer-stories-section .product-card-price{display:flex;align-items:center;gap:8px}.customer-stories-section .price-current{font-size:14px;font-weight:600;color:var(--accent-color, #2D5F4F)}.customer-stories-section .price-original{font-size:13px;color:#999;text-decoration:line-through}.customer-stories-section .story-navigation{display:flex;align-items:center;gap:15px;margin-bottom:auto;order:3}.customer-stories-section .nav-text{font-size:14px;color:var(--accent-color, #2D5F4F);font-weight:500}.customer-stories-section .nav-arrow-btn{width:50px;height:50px;border-radius:50%;border:2px solid var(--accent-color, #2D5F4F);background-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--accent-color, #2D5F4F);padding:10px}.customer-stories-section .nav-arrow-btn:hover{background-color:#fff;color:#fff}.customer-stories-section .nav-arrow-btn svg{width:20px;height:20px;transition:color .3s ease}.customer-stories-section .carousel-dots{display:flex;gap:8px;margin-top:20px;order:4}.customer-stories-section .dot{width:8px;height:8px;border-radius:50%;background-color:#d0cbb8;cursor:pointer;transition:all .3s ease}.customer-stories-section .dot:hover{background-color:#b0a998}.customer-stories-section .dot.active{background-color:var(--accent-color, #2D5F4F);width:24px;border-radius:4px}.customer-stories-section .write-story-link{margin-top:auto;padding-top:40px;order:5}.customer-stories-section .write-story-link a{font-size:14px;color:var(--accent-color, #2D5F4F);text-decoration:underline;text-underline-offset:4px;font-weight:500;transition:opacity .3s ease}.customer-stories-section .write-story-link a:hover{opacity:.7}.customer-stories-section .stories-image-container{position:relative;overflow:hidden}.customer-stories-section .stories-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}.customer-stories-section .stories-image.active{opacity:1;z-index:1}.customer-stories-section .stories-bg-image{width:100%;height:100%;object-fit:cover}.customer-stories-section .stories-image-placeholder{width:100%;height:100%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.customer-stories-section .stories-image-placeholder .placeholder-svg{width:100px;height:100px;fill:#999}@media(max-width:1200px){.customer-stories-section .product-cards-container{right:-40px}.customer-stories-section .featured-product-card{width:160px}.customer-stories-section .testimonial-quote{font-size:28px;max-width:340px}}@media(max-width:1024px){.customer-stories-section{grid-template-columns:1fr;min-height:auto;padding-bottom:0}.customer-stories-section .stories-content{padding:50px 40px;order:2}.customer-stories-section .product-cards-container{position:relative;top:auto;right:auto;transform:none;order:0;margin:0 0 30px;align-self:flex-start}.customer-stories-section .featured-product-card{width:200px}.customer-stories-section .section-label{order:1;margin-bottom:20px}.customer-stories-section .testimonials-wrapper{order:2}.customer-stories-section .story-navigation{order:3;margin-top:30px;margin-bottom:0}.customer-stories-section .carousel-dots{order:4}.customer-stories-section .write-story-link{order:5;margin-top:30px;padding-top:0}.customer-stories-section .stories-image-container{order:1;height:400px;position:relative}.customer-stories-section .testimonial-quote{max-width:100%}}@media(max-width:768px){.customer-stories-section .stories-content{padding:40px 24px;top:-100px}.customer-stories-section .testimonial-quote{font-size:24px}.customer-stories-section .section-label{font-size:11px;margin-bottom:20px}.customer-stories-section .stories-image-container{height:350px}.customer-stories-section .featured-product-card{width:170px;padding:10px;margin-bottom:25px}.customer-stories-section .product-card-image{height:110px}.customer-stories-section .product-card-title{font-size:12px}}@media(max-width:480px){.customer-stories-section .stories-content{padding:30px 20px 0;top:-100px}.customer-stories-section .testimonial-quote{font-size:22px;margin-bottom:24px}.customer-stories-section .customer-info{margin-bottom:30px}.customer-stories-section .stories-image-container{height:300px}.customer-stories-section .nav-arrow-btn{width:45px;height:45px}.customer-stories-section .featured-product-card{width:160px;padding:10px;margin-bottom:20px}.customer-stories-section .product-card-image{height:100px;margin-bottom:10px}.customer-stories-section .product-card-title{font-size:12px;margin-bottom:6px}.customer-stories-section .price-current{font-size:13px}.customer-stories-section .price-original{font-size:12px}.customer-stories-section .product-badge{font-size:10px;padding:3px 8px}.customer-stories-section .customer-name{font-size:15px}.customer-stories-section .customer-location{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-customer-stories.css.map */
