.media-with-comment__section{padding-bottom:var(--padding-bottom);padding-top:var(--padding-top)}.media-with-comment__section a{display:block;color:inherit;text-decoration:none}.media-with-comment__section img,.media-with-comment__section svg{width:100%;height:auto;display:block}.media-with-comment__header{margin-bottom:4rem;text-align:center}.media-with-comment__heading{font-size:4rem;line-height:1.3em;font-weight:700;color:var(--heading-color)}.media-with-comment__subheading{margin-top:.5rem;font-size:1.8rem;line-height:1.5em;color:var(--subheading-color)}.media-with-comment__header-text_1 svg{--icon-color: #ed1b24}.media-with-comment__header-text_2{line-height:1.5em}.media-with-comment_card-list{padding:0 0 2rem;display:block;position:relative}@media screen and (min-width:769px){.media-with-comment_card-list:after{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3;background:linear-gradient(to right,#fffffff2,#fff0 22% 78%,#fffffff2)}}.media-with-comment__card-item{display:grid;grid-template-columns:45% 45%;gap:10%;padding:3rem 2.6rem;box-sizing:border-box;background:var(--card-background);color:var(--active-card-text-color);overflow:hidden;border-radius:2rem;transition:transform .4s,color .4s;-webkit-user-select:none;user-select:none}.media-with-comment__card-item:before{position:absolute;left:0;top:0;width:100%;height:100%;background:var(--active-card-background);content:""}.media-with-comment__card-content{display:flex;flex-direction:column;position:relative;z-index:2;padding:10% 0 5%}.media-with-comment__card-comment{font-size:2rem;line-height:1.4em}.media-with-comment__card-desc_1{font-size:2.3rem;margin-top:auto}.media-with-comment__card-desc_2{font-weight:700;font-size:1.6rem;margin-top:.5rem;line-height:1.3em;opacity:.5}.media-with-comment__card-product{display:flex;border:1px solid #bfbfbf;background:#fff;align-items:center;padding:1rem 1.5rem;gap:1.2rem;width:fit-content;border-radius:1.2rem;margin-top:2rem}.media-with-comment__card-product-image{width:6rem;min-width:6rem}.media-with-comment__card-product-info{display:flex;flex-direction:column;gap:.5rem;color:#000}.media-with-comment__card-product-title{line-height:1.3em;font-size:1.4rem}.media-with-comment__card-product-prices{display:flex;line-height:1.3em;column-gap:.5rem}.media-with-comment__card-product-oldprice{font-size:12px;color:var(--old-price-color, #b3adad)}.media-with-comment__card-product-price{font-size:14px;font-weight:700;color:var(--price-color, #000)}.media-with-comment__card-product-form button{font-size:12px;display:flex;background:var(--button-color);color:var(--button-text-color);border:none;margin:0;padding:0;align-items:center;gap:.8rem;padding:.5em 1.2rem;border-radius:2rem;white-space:nowrap;cursor:pointer}.media-with-comment__card-product-form button>span{height:fit-content;pointer-events:none}.media-with-comment__card-media-box{border-radius:1.2rem;overflow:hidden}.media-with-comment__card-media-box.with-video{padding-bottom:var(--video-aspect-ratio);position:relative;background:#fff}.media-with-comment__card-media-box video{position:absolute;width:100%;height:100%;display:block;object-fit:cover}.media-with-comment__card-media-box.play .media-with-comment__play_icon{opacity:0;visibility:hidden}.media-with-comment__card-media-box svg{width:100%;height:auto;pointer-events:none}.media-with-comment__muted_icon{position:absolute;right:1rem;top:1rem;width:3rem;height:3rem;cursor:pointer;z-index:3}.media-with-comment__muted_icon[data-muted=false] .f-muted,.media-with-comment__muted_icon[data-muted=true] .t-muted{display:none}.media-with-comment__play_icon{position:absolute;pointer-events:none;left:50%;top:50%;transform:translate(-50%,-50%);width:3.2rem;height:3.2rem}.media-with-comment__slider-navi-button{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;gap:1.5rem}.media-with-comment__slider-arrow-button{cursor:pointer}.media-with-comment__slider-arrow-button svg{width:34px}.media-with-comment__slider-arrow-button:not(.swiper-button-disabled){color:var(--active-arrow-button-color)}.media-with-comment__slider-navi-button .media-with-comment__slider-pagination{position:static;width:fit-content}.media-with-comment__slider-navi-button .swiper-pagination-bullet.swiper-pagination-bullet-active{width:40px;border-radius:4px}@media screen and (min-width: 769px){.media-with-comment__section{max-width:var(--section-width);margin:0 auto;min-width:1200px}.media-with-comment__header-text_1{line-height:1.5em;font-size:2.8rem}.media-with-comment__mobile_cont{display:none!important}}@media screen and (max-width: 1680px){.media-with-comment__card-item{display:grid;grid-template-columns:47% 45%;gap:8%;padding:2.5rem 2rem}.media-with-comment__card-desc_2{font-size:1.4rem}}@media screen and (max-width: 1440px){.media-with-comment__card-desc_2{font-size:1.2rem}.media-with-comment__card-product{margin-top:1.5rem}.media-with-comment__card-product-title{font-size:1.2rem}.media-with-comment__card-product-oldprice,.media-with-comment__card-product-price{font-size:12px}.media-with-comment__card-product-form button{font-size:11px}}@media screen and (max-width: 768px){.media-with-comment__header{margin-bottom:6vw}.media-with-comment__heading{font-size:6vw}.media-with-comment__subheading{font-size:1.4rem}.media-with-comment__header-text_1{line-height:1.5em;font-size:1.6rem}.media-with-comment__card-item{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}.media-with-comment__card-content{order:2;padding:0}.media-with-comment__main{padding:0 1rem}.media-with-comment__card-comment{font-size:1.2rem;margin-bottom:1rem}.media-with-comment__card-desc_1{font-size:1.6rem;margin-bottom:1rem}.media-with-comment__card-product{margin-top:0;padding:1rem;gap:1rem}.media-with-comment__desktop_cont{display:none!important}}.kol-media__main{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/111/assets/media-with-comment.css.map */
