.split-carousel{padding:60px 0}.split-carousel__container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1440px;margin:0 auto;padding:0 20px}.split-carousel__products{overflow:hidden}.product-carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;cursor:grab;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track.is-dragging{cursor:grabbing;scroll-behavior:auto}.product-carousel__card{flex-shrink:0}.carousel-product-card{width:343px;height:470px;border-radius:12px;box-shadow:0 4px 20px #00000040;overflow:hidden;position:relative;display:flex;flex-direction:column;background-color:#fff}.carousel-product-card__badge{position:absolute;top:12px;left:12px;width:127px;height:26px;border-radius:4px;padding:6px 12px;background-color:#fff;border:1px solid #374F2F;font-family:Lato,sans-serif;font-weight:700;font-size:12px;color:#374f2f;text-transform:uppercase;z-index:10;display:flex;align-items:center;justify-content:center;line-height:100%}.carousel-product-card__link{display:block;text-decoration:none}.carousel-product-card__image{width:343px;height:300px;background-color:#fff;overflow:hidden}.carousel-product-card__image img{width:100%;height:100%;object-fit:contain}.carousel-product-card__placeholder{width:100%;height:100%;background:repeating-conic-gradient(#e0e0e0 0% 25%,#f0f0f0 0% 50%) 50% / 20px 20px}.carousel-product-card__content{width:343px;height:170px;padding:16px;background-color:#fff;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}.carousel-product-card__top-row{display:flex;gap:12px;justify-content:space-between;align-items:flex-start}.carousel-product-card__title-artist{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.carousel-product-card__title{font-family:Montserrat,sans-serif;font-weight:800;font-size:16px;line-height:1.2;color:#374f2f;text-decoration:none;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.carousel-product-card__title:hover{text-decoration:underline}.carousel-product-card__artist{font-family:Lato,sans-serif;font-weight:400;font-size:13px;color:#2e2925;margin:0;line-height:1.3}.carousel-product-card__price{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;line-height:1.2;color:#4c4640;white-space:nowrap;flex-shrink:0;text-align:right}.carousel-product-card__bottom-row{display:flex;align-items:center;width:100%}.carousel-product-card__button{display:flex;justify-content:center;align-items:center;width:100%;height:44px;border-radius:8px;padding:12px 24px;color:#c50;font-family:Lato,sans-serif;font-weight:700;font-size:14px;background-color:#fff;border:1px solid #CC5500;text-decoration:none;cursor:pointer;transition:background-color .3s ease}.carousel-product-card__button:hover{background-color:#c503}.split-carousel__reviews{display:flex;flex-direction:column;align-items:center;padding:0 40px;overflow:visible}.reviews__heading{font-family:Montserrat,sans-serif;font-size:32px;font-weight:800;color:#374f2f;margin:0 0 30px;text-align:center}.reviews-carousel{position:relative;width:100%;max-width:500px;overflow:visible}.reviews-carousel__wrapper{overflow:hidden;position:relative;padding-top:35px}.reviews-carousel__track{display:flex;transition:transform .4s ease}.reviews-carousel__slide{flex-shrink:0;width:100%}.review-card{position:relative;background:#fff;border:2px solid #CC5500;border-radius:12px;padding:50px 30px 30px}.review-card__quote-icon{position:absolute;top:-30px;left:30px;width:60px;height:60px;background:#fff;border:2px solid #CC5500;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.review-card__quote-icon svg{width:28px;height:22px}.review-card__content{min-height:200px;display:flex;flex-direction:column}.review-card__stars{display:flex;gap:4px;margin-bottom:16px}.review-card__star{width:24px;height:24px}.review-card__quote{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;color:#2c2c2c;line-height:1.5;margin:0 0 auto}.review-card__author{font-family:Lato,sans-serif;font-size:14px;font-weight:600;color:#666;letter-spacing:.5px;margin:20px 0 0}.reviews-carousel__nav{display:contents}.reviews-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2c2c2c;transition:color .2s ease;padding:0;z-index:3}.reviews-carousel__arrow:hover{color:#c50}.reviews-carousel__arrow--prev{left:-50px}.reviews-carousel__arrow--next{right:-50px}.reviews-carousel__arrow svg{width:32px;height:32px}.reviews-carousel__dots{display:flex;justify-content:center;gap:10px;margin-top:24px}.reviews-carousel__dot{width:10px;height:10px;border-radius:50%;background:#c4c4c4;border:none;cursor:pointer;padding:0;transition:background-color .2s ease}.reviews-carousel__dot--active{background:#2c2c2c}.reviews-carousel__dot:hover:not(.reviews-carousel__dot--active){background:#999}@media screen and (max-width: 1024px){.split-carousel__container{grid-template-columns:1fr;gap:50px}.split-carousel__reviews{padding:0 20px;overflow:visible}.reviews-carousel{max-width:100%;overflow:visible}.reviews-carousel__arrow--prev{left:-10px}.reviews-carousel__arrow--next{right:-10px}}@media screen and (max-width: 768px){.split-carousel{padding:40px 0}.reviews__heading{font-size:26px}.split-carousel__reviews{padding:0 50px}.reviews-carousel__arrow{width:36px;height:36px}.reviews-carousel__arrow svg{width:24px;height:24px}.reviews-carousel__arrow--prev{left:-45px}.reviews-carousel__arrow--next{right:-45px}.review-card{padding:45px 24px 24px}.review-card__quote{font-size:16px}.review-card__content{min-height:160px}}@media screen and (max-width: 480px){.split-carousel{overflow:visible}.split-carousel__container{padding:0 15px;overflow:visible}.reviews__heading{font-size:22px}.split-carousel__reviews{padding:0 15px;overflow:visible}.reviews-carousel{overflow:visible;max-width:300px}.reviews-carousel__nav{display:flex;justify-content:space-between;align-items:center;margin-top:20px;width:100%}.reviews-carousel__arrow{position:static;transform:none;width:32px;height:32px}.reviews-carousel__arrow svg{width:24px;height:24px}.reviews-carousel__dots{margin-top:0;gap:8px}.review-card{padding:40px 20px 20px}.review-card__quote-icon{width:50px;height:50px;top:-25px;left:20px}.review-card__quote-icon svg{width:22px;height:18px}.review-card__stars svg{width:20px;height:20px}.review-card__quote{font-size:15px}.review-card__content{min-height:140px}.review-card__author{font-size:13px}.reviews-carousel__dot{width:8px;height:8px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/split-carousel.css.map */
