/*!/wp-content/themes/woodmart-child/style.css*/.yamaha-slides{margin:60px 0}.yamaha-slide{height:100%;background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.yamaha-slide__image img{width:100%;height:220px;object-fit:cover;display:block}.yamaha-slide__title{font-size:18px;margin:16px}.yamaha-slide__content{padding:0 16px 20px;display:flex;flex-direction:column;flex-grow:1}.yamaha-slide__text{font-size:14px;line-height:1.6;color:#555;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.yamaha-slide__content[data-collapsed="false"] .yamaha-slide__text{-webkit-line-clamp:unset;overflow:visible}.yamaha-slide__toggle{margin-top:auto;background:none;border:none;padding-top:12px;font-size:14px;font-weight:600;cursor:pointer;color:#000;align-self:flex-start}.yamaha-swiper .swiper-button-next,.yamaha-swiper .swiper-button-prev{color:#000}.yamaha-swiper .swiper-pagination-bullet-active{background:#000}.yamaha-slides__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.yamaha-slides__title{margin:0}.yamaha-slides__nav{display:flex;gap:12px}.yamaha-swiper-prev,.yamaha-swiper-next{width:40px;height:40px;border-radius:50%;background:#fff;cursor:pointer;position:relative;transition:background .2s ease}.yamaha-swiper-prev::after,.yamaha-swiper-next::after{content:'';width:10px;height:10px;border-top:2px solid #121212;border-right:2px solid #121212;position:absolute;top:50%;left:50%}.yamaha-swiper-prev::after{transform:translate(-40%,-50%) rotate(-135deg)}.yamaha-swiper-next::after{transform:translate(-60%,-50%) rotate(45deg)}