﻿#promotion-section .promo-swiper-wrap{position:relative;}#promotion-section .promo-swiper-wrap>.container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:none;}#promotion-section .promo-nav-wrap{position:relative;height:100%;}#promotion-section .swiper-promotion{overflow:hidden;max-width:1480px;margin:0 auto;padding:10px 0;}#promotion-section .swiper-promotion .swiper-wrapper{align-items:center;}@media(min-width:992px){#promotion-section .swiper-promotion{width:95%;}}#promotion-section .swiper-slide{height:auto;padding:8px 0;}#promotion-section .promo-card{display:block;text-decoration:none;border-radius:16px;overflow:hidden;transition:transform .4s ease;}#promotion-section .promo-card img{width:100%;height:auto;display:block;transition:all .6s ease;}#promotion-section .promo-card .label-icon-link{opacity:0;right:10px;bottom:20px;transition:all .3s ease;}#promotion-section .promo-card:hover img{transform:scale(1.04);}#promotion-section .promo-card:hover .label-icon-link{opacity:1;}#promotion-section .swiper-slide-active .promo-card{transform:scale(1.06);}#promotion-section .swiper-slide-active .promo-card .label-icon-link{bottom:10px;}#promotion-section .slide-arrow-prev,#promotion-section .slide-arrow-next{pointer-events:auto;}#promotion-section .slide-arrow-prev{left:0;}#promotion-section .slide-arrow-next{right:0;}