.section-video .image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .section-video .image-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104%;
    height: 110%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .section-video .image-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    z-index: 1; }

.section-category-slider .swiper-slide .sportsbuy__thumb {
  padding-bottom: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: block; }
  .section-category-slider .swiper-slide .sportsbuy__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-category-slider .swiper-slide .sportsbuy__title {
  text-align: center;
  display: block;
  font-size: 22px;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .section-category-slider .swiper-slide .sportsbuy__title {
      font-size: 16px; } }

.section-collection-banner .btn-default {
  font-size: 14px;
  padding: 8px 32px;
  line-height: 22px; }

.section-collection-banner .no-slide-banner {
  position: relative; }
  .section-collection-banner .no-slide-banner .section-slider-body {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 8px; }
    .section-collection-banner .no-slide-banner .section-slider-body .item-body {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 40px; }
      @media (max-width: 990px) {
        .section-collection-banner .no-slide-banner .section-slider-body .item-body {
          padding: 24px; } }
      .section-collection-banner .no-slide-banner .section-slider-body .item-body h3, .section-collection-banner .no-slide-banner .section-slider-body .item-body h4 {
        margin-bottom: 24px;
        color: #fff; }

@media (min-width: 991px) {
  .section-collection-banner .swiper-wrapper.collection-row {
    flex-wrap: wrap !important; } }

.section-collection-banner .lazyloaded.no-slide-banner .section-slider-body {
  background-image: var(--section-collection-banner);
  background-position: center;
  background-size: cover; }

@media (max-width: 767px) {
  .section-collection-banner .no-slide-banner .section-slider-body {
    padding-bottom: 95%; }
  .section-collection-banner .no-slide-banner {
    display: none;
    margin-bottom: 8px; } }

.section-tabs-collection {
  background: #F5F5F5;
  position: relative; }
  .section-tabs-collection .section-collection-wrapper--right {
    line-height: 0; }
    @media (min-width: 991px) {
      .section-tabs-collection .section-collection-wrapper--right {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        overflow: hidden; }
        .section-tabs-collection .section-collection-wrapper--right img {
          height: 100%;
          width: 100%;
          object-fit: cover; } }
  .section-tabs-collection .section-collection-wrapper {
    display: flex;
    flex-wrap: wrap; }
    .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left {
      width: calc(50% + 60px);
      margin-right: -60px;
      padding: 64px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      z-index: 1; }
      .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left .section-collection-wrapper--body {
        width: 100%; }
      @media (max-width: 990px) {
        .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left {
          margin-right: 0;
          width: 100%;
          padding: 24px 0; } }
      .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left .tabs-style-1 {
        margin-bottom: 32px; }
  .section-tabs-collection .sports-grid .sports-item .item-image {
    line-height: 0; }
  .section-tabs-collection .sports-grid .sports-item a {
    display: block;
    border-radius: 8px;
    background: #fff;
    overflow: hidden; }
  .section-tabs-collection .sports-grid .sports-item p {
    padding: 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500; }
    @media (max-width: 767px) {
      .section-tabs-collection .sports-grid .sports-item p {
        font-size: 15px; } }

.section-products-tabs .tabs-style-1, .section-blog-tabs .tabs-style-1 {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .section-products-tabs .tabs-style-1, .section-blog-tabs .tabs-style-1 {
      margin-bottom: 24px; } }

.section-products-tabs .sports-content, .section-blog-tabs .sports-content {
  position: relative; }

.section-products-tabs .nav-group, .section-blog-tabs .nav-group {
  position: absolute;
  right: 0;
  bottom: calc(100% + 43px);
  z-index: 1; }

.section-lookbooks .lookbook-item {
  position: relative;
  border-radius: 8px;
  padding-bottom: 150%;
  user-select: none;
  -webkit-user-drag: none; }

.section-lookbooks .lookbook-item .img-lookbook-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  -webkit-user-drag: none;
  border-radius: 8px; }

.section-lookbooks .product-dot {
  position: absolute;
  z-index: 10;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 3px; }

.section-lookbooks .product-dot .dot {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #000;
  border: 3px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: pulse 2s infinite; }

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); } }

.section-lookbooks .product-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
  padding-top: 24px;
  margin-top: -12px !important;
  margin-bottom: -12px !important;
  padding-bottom: 24px;
  display: none; }
  .section-lookbooks .product-info .product-detail-wrapper {
    background: #fff;
    padding: 4px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 250px;
    z-index: 100;
    display: flex;
    gap: 0 8px;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px); }

.section-lookbooks .product-dot:hover .product-info,
.section-lookbooks .product-dot.active .product-info {
  display: flex;
  gap: 12px;
  align-items: center; }

.section-lookbooks .product-info img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0; }

.section-lookbooks .product-details {
  flex: 1; }

.section-lookbooks .product-details h4 {
  font-size: 14px;
  margin-bottom: 6px; }

.section-lookbooks .product-details .price {
  font-size: 14px;
  color: #C60F14;
  font-weight: 600;
  margin-bottom: 0; }

.section-lookbooks .product-details .old-price {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
  font-weight: normal; }

.section-lookbooks .setup-controls {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  gap: 10px;
  align-items: center; }

.section-lookbooks .setup-btn {
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease; }

.section-lookbooks .setup-btn:hover {
  background: #000; }

.section-lookbooks .setup-btn.active {
  background: #e74c3c; }

.section-lookbooks .setup-info {
  background: #fff;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

.section-lookbooks .nav-group .arrow-style-1 {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  border: 1px solid #0A0A0A;
  background: transparent; }
  .section-lookbooks .nav-group .arrow-style-1:hover {
    background: #0A0A0A;
    color: #fff; }

.section-lookbooks .nav-group .section-lookbook-next {
  right: 20px; }

.section-lookbooks .nav-group .section-lookbook-prev {
  left: 20px; }

.section-lookbooks .arrow-style-1.swiper-button-disabled {
  opacity: 0;
  visibility: hidden; }

body.setup-mode .section-lookbooks .lookbook-item {
  cursor: crosshair; }

body.setup-mode .section-lookbooks .lookbook-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 10%), repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 10%);
  pointer-events: none;
  z-index: 1; }

body.setup-mode .section-lookbooks .product-dot:not(.temp-dot) .dot {
  opacity: 0.3;
  pointer-events: none; }

.section-lookbooks .temp-dot .dot {
  background: #e74c3c;
  border-color: #fff;
  animation: none;
  box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.3); }

/*.section-lookbooks .temp-dot::after {
  content: attr(data-position);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #e74c3c;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-family: monospace;
  white-space: nowrap;
  pointer-events: none;
  font-weight: 600;
}*/
.position-output {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 400px;
  max-height: 400px;
  overflow-y: auto;
  z-index: 1000;
  display: none; }

body.setup-mode .position-output {
  display: block; }

.position-output h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  letter-spacing: 0px; }

.position-output pre {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  font-size: 16px;
  overflow-x: auto;
  margin: 0; }

.position-output button {
  margin-top: 10px;
  background: #333;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  width: 100%; }

.position-output button:hover {
  background: #000; }

header .flex-container-header .header-wrap-menu .mega-menu-sub .banner-menu img {
  width: auto; }

.marquee-container.bg-gradient-2 {
  margin-top: -32px; }
  @media (max-width: 767px) {
    .marquee-container.bg-gradient-2 {
      margin-top: 0px; } }

@media (min-width: 991px) {
  .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left .tabs-style-1 {
    margin-right: 75px; }
    .section-tabs-collection .section-collection-wrapper .section-collection-wrapper--left .tabs-style-1 ul li a {
      padding: 5px 16px; } }
