.promotion-section{padding:2rem 1rem 0;background:transparent;color:#333}.promotion-container{margin:0 auto;text-align:center}.promotion-description{font-size:1.6rem;color:#555;margin-bottom:1rem}.promotion-slider-container{position:relative;margin-bottom:2rem}.promotion-slider-wrapper{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.promotion-slider-wrapper::-webkit-scrollbar{display:none}.promotion-list{display:flex;align-items:center;gap:2rem;padding:.5rem;scroll-behavior:smooth;overflow-y:visible}.promotion-card{height:-moz-fit-content;height:fit-content;scroll-snap-align:start;background:#fff;border:1px solid #f9d3df;border-radius:10px;padding:2rem;box-shadow:0 2px 8px rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;transition:transform .3s,box-shadow .3s}.promotion-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 6px 10px rgba(0,0,0,.1)}.promotion-image-wrapper{border-radius:.75rem;overflow:hidden;background:#fdf2f8}.promotion-image{object-fit:contain;width:640px;height:auto;border-radius:.75rem;background:#fff}.promotion-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(239,209,233,.7);color:rgba(0,0,0,.63);border:none;font-size:2rem;padding:4rem 1rem;border-radius:1rem;cursor:pointer;transition:background .3s;z-index:10;box-shadow:0 2px 10px rgba(0,0,0,.07)}.promotion-arrow:hover{background:rgba(236,72,153,.9);color:white}@media (hover:none) and (pointer:coarse){.promotion-arrow:hover{background:rgba(239,209,233,.7);color:rgba(0,0,0,.63)}.promotion-arrow:active{background:rgba(236,72,153,.9);color:white}}.promotion-arrow.left{left:5px}.promotion-arrow.right{right:5px}.promotion-more-button{display:inline-block;padding:.75rem 1.5rem;background-color:#ec4899;color:white;border-radius:999px;font-size:2rem;font-weight:600;text-decoration:none;transition:background-color .3s,transform .2s,box-shadow .2s;margin:0 0 2rem}.promotion-more-button:hover{background-color:#db2777;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.15)}@media (max-width:768px){.promotion-image{min-width:85vw;max-width:85vw}.promotion-slider-container{margin-left:-1rem;margin-right:-1rem}}