


.game-section { padding: 10px clamp(18px, 5vw, 72px); color: #17212b; }
.wc-carousel-header { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: 1440px; margin: 0 auto 22px; }
.wc-carousel-kicker { margin: 0 0 7px; color: #7c5cfc; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wc-carousel-title { margin: 0; color: inherit; font-size: clamp(28px, 3vw, 42px); font-weight: 700; line-height: 1.1; text-transform: uppercase; }
.wc-carousel-controls { display: flex; gap: 10px; }
.wc-carousel-button { width: 42px; height: 42px; border: 1px solid #d9dfe7; border-radius: 50%; background: #fff; color: #17212b; cursor: pointer; font-size: 20px; transition: background .2s, color .2s, transform .2s; }
.wc-carousel-button:hover, .wc-carousel-button:focus { background: #17212b; border-color: #17212b; color: #fff; outline: none; transform: translateY(-2px); }
.game-section .owl-stage { display: flex; padding: 4px 0 20px; }
.game-section .owl-item { display: flex; }
.game-section .item { width: 100%; overflow: hidden; position: relative; background: #fff; box-shadow: none; transition: transform .3s ease, box-shadow .3s ease; }
.game-section .item::after { display: none; }
.game-section .item:hover { transform: translateY(-5px); }
.wc-product-image { height: 55%; position: relative; overflow: hidden; background: #eee; }
.wc-product-image a, .wc-product-image img { display: block; width: 100%; height: 100%; }
.wc-product-image img { object-fit: cover; transition: transform .35s ease; }
.game-section .item:hover .wc-product-image img { transform: scale(1.04); }
.discount-badge { position: absolute; top: 0; left: 0; padding: 7px 10px; background: #d71920; color: #fff; font-size: 11px; font-weight: 700; line-height: 1; box-shadow: 0 3px 5px rgba(0, 0, 0, .2); }
.game-section .item-desc { padding: 14px 2px 4px; color: #17212b; background: #fff; }
.product-category { margin-bottom: 7px; color: #777; font-size: 13px; line-height: 1.3; }
.product-category a { color: inherit; text-decoration: none; }
.game-section .item-desc h4 { margin: 0 0 9px; font-family: inherit; font-size: 15px; font-weight: 500; line-height: 1.4; }
.game-section .item-desc h4 a { color: #111 !important; text-decoration: none; }
.product-price { margin-bottom: 14px; color: #e51c23 !important; font-size: 14px !important; font-weight: 600; }
.product-price del { margin-right: 6px; color: #333; font-weight: 400; }
.product-price del .amount { color: #333; }
.product-price ins { text-decoration: none; }
.game-section .item-desc .button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 9px 14px; border: 1px solid #17212b; border-radius: 0; background: #17212b; color: #fff; font-size: 12px; font-weight: 700; line-height: 1; text-decoration: none; transition: background .2s, color .2s; }
.game-section .item-desc .button:hover, .game-section .item-desc .button:focus { background: #fff; color: #17212b; }
.game-section .owl-theme.custom-carousel .owl-dots { margin-top: 4px; }
.game-section .owl-theme .owl-dots .owl-dot span { width: 7px; height: 7px; margin: 5px; background: #cbd3dc; transition: width .2s, background .2s; }
.game-section .owl-theme .owl-dots .owl-dot.active span { width: 24px; background: #7c5cfc; }

@media (max-width: 767px) {
  .game-section { padding-top: 40px; padding-bottom: 40px; }
  .wc-carousel-header { align-items: flex-start; margin-bottom: 18px; }
  .wc-carousel-controls { padding-top: 4px; }
  .wc-carousel-button { width: 38px; height: 38px; font-size: 18px; }
  .wc-product-image { height: 360px; }
}
