.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: 0;
  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: 18px;
  margin-top: 16px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .section-category-slider .swiper-slide .sportsbuy__title {
      font-size: 14px; } }

.flashsale-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px; }
  .flashsale-bar-wrapper .flashsale-bar-logo img {
    height: 62px;
    width: auto;
    object-fit: contain; }
  .flashsale-bar-wrapper .flashsale-bar-countdown {
    display: flex;
    gap: 10px; }
  .flashsale-bar-wrapper .countdown-item {
    line-height: 24px;
    background-color: #BF161B;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
    text-align: center;
    min-width: 45px;
    justify-content: center;
    display: flex;
    gap: 0px;
    align-items: center; }
  .flashsale-bar-wrapper .countdown-value {
    display: block;
    font-size: 14px;
    font-weight: 600; }
  .flashsale-bar-wrapper .countdown-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px; }

.section-collection-banner {
  /*@media (min-width: 991px){
    .swiper-wrapper.collection-row {
      flex-wrap: wrap !important;
    }
  }*/ }
  .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; }
  .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 {
  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: 100%;
      /*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: 160px 20px 14px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    align-items: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    border-radius: 0px 0px 8px 8px;
    gap: 10px; }
    @media (max-width: 1200px) {
      .section-tabs-collection .sports-grid .sports-item p {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .section-tabs-collection .sports-grid .sports-item p {
        font-size: 15px;
        padding: 80px 14px 14px; } }

.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; }

@media (min-width: 991px) {
  .section-products-tabs-two .tabs-style-1 {
    margin-bottom: 0;
    z-index: 1; }
    .section-products-tabs-two .tabs-style-1 ul li button, .section-products-tabs-two .tabs-style-1 ul li a {
      color: #fff;
      background: rgba(255, 255, 255, 0.3); }
    .section-products-tabs-two .tabs-style-1 ul li.tab-active button, .section-products-tabs-two .tabs-style-1 ul li.tab-active a {
      color: #fff;
      background-color: var(--text-primary-v1); }
  .section-products-tabs-two .title_block h3, .section-products-tabs-two .title_block h4 {
    color: #fff;
    z-index: 1; }
  .section-products-tabs-two .section-collection-wrapper--header {
    background-image: var(--two_home_collection_tab_banner);
    position: relative;
    padding: 25px;
    padding-top: 35%;
    background-size: cover;
    background-position: center;
    margin-bottom: 8px; }
    .section-products-tabs-two .section-collection-wrapper--header:before {
      content: '';
      background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, var(--Background-Dark-V1, rgba(10, 10, 10, 0.6)) 100%);
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: 100%; } }

.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; }

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