/** Shopify CDN: Minification failed

Line 870:21 Expected identifier but found whitespace
Line 870:23 Unexpected "{"
Line 870:32 Expected ":"
Line 871:10 Expected identifier but found whitespace
Line 871:12 Unexpected "{"
Line 871:21 Expected ":"
Line 872:12 Expected identifier but found whitespace
Line 872:14 Unexpected "{"
Line 872:23 Expected ":"
Line 872:65 Expected ":"
... and 47 more hidden warnings

**/


/* CSS from section stylesheet tags */
.shopify-section:has(.feature-banner) {
    position: relative;
  }

  .shopify-section:has(.feature-banner) .section-background {
    position: absolute;
    inset: 0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--layer-section-background);
    max-width: none;
  }

  @supports not (selector(:has(*))) {
    .feature-banner .section-background {
      position: absolute;
      inset: 0;
      width: 100vw;
      left: 50%;
      transform: translateX(-50%);
      z-index: var(--layer-section-background);
      max-width: none;
    }
  }

  .feature-banner__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
    padding-inline: 20px;
  }

  .feature-banner__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .feature-banner__content {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    justify-content: center;
  }

  .feature-banner__content:has(.feature-banner__text:only-child) {
    justify-content: center;
  }

  .feature-banner__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
  }

  .feature-banner__icon img,
  .feature-banner__icon-svg {
    width: var(--icon-size-mobile, 40px);
    height: var(--icon-size-mobile, 40px);
    object-fit: contain;
  }

  .feature-banner__icon img {
    filter: brightness(0) invert(1);
  }

  .feature-banner__icon-svg {
    fill: currentColor;
  }

  .feature-banner__text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
  }

  @media screen and (min-width: 750px) {
    .feature-banner__container {
      gap: 24px;
      padding-inline: 24px;
    }

    .feature-banner__content {
      gap: 20px;
    }

    .feature-banner__icon img,
    .feature-banner__icon-svg {
      width: var(--icon-size-desktop, 56px);
      height: var(--icon-size-desktop, 56px);
    }

    .feature-banner__text:not([style*="font-size"]) {
      font-size: 14px;
      letter-spacing: 0.8px;
    }
  }

  @media screen and (min-width: 990px) {
    .feature-banner__container {
      gap: 32px;
      padding-inline: 32px;
    }

    .feature-banner__content {
      gap: 24px;
    }

    .feature-banner__icon img,
    .feature-banner__icon-svg {
      width: var(--icon-size-desktop, 64px);
      height: var(--icon-size-desktop, 64px);
    }

    .feature-banner__text:not([style*="font-size"]) {
      font-size: 16px;
      letter-spacing: 1px;
    }
  }

  @media screen and (max-width: 749px) {
    .feature-banner__container {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      padding-inline: 16px;
    }

    .feature-banner__content {
      flex-direction: column;
      gap: 12px;
    }

    .feature-banner__icon img,
    .feature-banner__icon-svg {
      width: var(--icon-size-mobile, 40px);
      height: var(--icon-size-mobile, 40px);
    }

    .feature-banner__text:not([style*="font-size"]) {
      font-size: 10px;
      white-space: normal;
      text-align: center;
      line-height: 1.3;
    }
  }

  @media screen and (max-width: 480px) {
    .feature-banner__container {
      gap: 8px;
    }

    .feature-banner__text:not([style*="font-size"]) {
      font-size: 9px;
      letter-spacing: 0.3px;
    }
  }
.shopify-section:has(.hero-championship-belt) {
    position: relative;
    overflow: visible;
  }

  .shopify-section:has(.hero-championship-belt) .section-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: var(--layer-section-background);
    max-width: none;
  }

  .shopify-section:has(.hero-championship-belt) .section-background[style*="background-image"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  @supports not (selector(:has(*))) {
    .hero-championship-belt .section-background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      z-index: var(--layer-section-background);
      max-width: none;
    }
  }

  .hero-championship-belt__container {
    width: 100%;
    padding-inline: 20px;
  }

  .hero-championship-belt__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
  }

  .hero-championship-belt__left {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-championship-belt__headline {
    font-family: var(--font-heading-family);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-championship-belt__headline-accent {
    color: var(--headline-accent-color, #d4af37);
    display: block;
  }

  .hero-championship-belt__body-text {
    font-family: var(--font-body-family);
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin: 0;
    max-width: 600px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-championship-belt__buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-championship-belt__button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 32px;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
  }

  .hero-championship-belt__button--primary {
    background-color: var(--primary-button-color, #d4af37);
    color: var(--primary-button-text-color, #000000);
  }

  .hero-championship-belt__button--primary:hover {
    background-color: #b8941f;
    transform: translateY(-2px);
  }

  .hero-championship-belt__button--secondary {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }

  .hero-championship-belt__button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .hero-championship-belt__button-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .hero-championship-belt__customization {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }

  .hero-championship-belt__divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .hero-championship-belt__customization-label {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
  }

  .hero-championship-belt__input {
    width: 100%;
    max-width: 400px;
    padding: 16px;
    background-color: #1e293b;
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--font-body-family);
  }

  .hero-championship-belt__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
  }

  .hero-championship-belt__input:focus {
    outline: none;
    border-color: #d4af37;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
  }

  .hero-championship-belt__right {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-championship-belt__image-wrapper {
    width: 100%;
    max-width: 600px;
    position: relative;
  }

  .hero-championship-belt__image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* Pulse animation cho ảnh */
  .hero-championship-belt__image-wrapper--pulse img {
    animation: hero-belt-pulse 2s ease-in-out infinite;
    transform-origin: center center;
  }

  @keyframes hero-belt-pulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  @media screen and (min-width: 990px) {
    .hero-championship-belt__content {
      grid-template-columns: 1fr 1fr;
      gap: 80px;
    }

    .hero-championship-belt__left {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .hero-championship-belt__headline {
      font-size: 64px;
      padding-top: 30px;
      padding-bottom: 30px;
    }

    .hero-championship-belt__body-text {
      font-size: 20px;
      padding-top: 12px;
      padding-bottom: 12px;
    }

    .hero-championship-belt__buttons {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .hero-championship-belt__button {
      padding-top: 28px;
      padding-bottom: 28px;
    }

    .hero-championship-belt__image-wrapper {
      max-width: 800px;
    }
  }

  @media screen and (min-width: 750px) and (max-width: 989px) {
    .hero-championship-belt__content {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .hero-championship-belt__headline {
      font-size: 56px;
    }
  }

  /* Trên mobile: ảnh ở trên cùng, text ở dưới */
  @media screen and (max-width: 749px) {
    .hero-championship-belt__content {
      display: flex;
      flex-direction: column;
    }

    .hero-championship-belt__right {
      order: 1;
    }

    .hero-championship-belt__left {
      order: 2;
      margin-top: -70px;
      padding-top: 20px;
      padding-bottom: 40px;
    }

    .hero-championship-belt__headline {
      padding-top: 0;
      padding-bottom: 12px;
    }

    .hero-championship-belt__body-text {
      padding-top: 0;
      padding-bottom: 0;
    }

    .hero-championship-belt__buttons {
      flex-direction: column;
      gap: 12px;
      padding-top: 8px;
      padding-bottom: 28px;
    }

    .hero-championship-belt__button {
      width: 100%;
      padding: 16px 20px;
      padding-top: 18px;
      padding-bottom: 18px;
      font-size: 14px;
      justify-content: center;
    }
  }
.shopify-section:has(.icon-text-vertical) {
    position: relative;
  }

  .shopify-section:has(.icon-text-vertical) .section-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: var(--layer-section-background);
    max-width: none;
  }

  @supports not (selector(:has(*))) {
    .icon-text-vertical .section-background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      z-index: var(--layer-section-background);
      max-width: none;
    }
  }

  .shopify-section:has(.icon-text-vertical) {
    position: relative;
    overflow: visible;
    margin-top: var(--section-margin-top, 0px);
    margin-bottom: var(--section-margin-bottom, 0px);
  }

  .icon-text-vertical__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
    padding-inline: 20px;
    min-height: auto;
    position: relative;
    z-index: 1;
  }

  .icon-text-vertical.section--page-width .icon-text-vertical__container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .icon-text-vertical__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .icon-text-vertical__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .icon-text-vertical__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-foreground);
    animation: icon-pulse-up 2s ease-in-out infinite;
  }

  @keyframes icon-pulse-up {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }

  .icon-text-vertical__icon img,
  .icon-text-vertical__icon-svg {
    width: var(--icon-size-mobile, 40px);
    height: var(--icon-size-mobile, 40px);
    object-fit: contain;
  }

  .icon-text-vertical__icon img {
    filter: brightness(0) saturate(100%) invert(8%) sepia(94%) saturate(7151%) hue-rotate(234deg) brightness(95%) contrast(101%);
  }

  .icon-text-vertical__icon-svg {
    fill: currentColor;
  }

  .icon-text-vertical__text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  .icon-text-vertical__item--image {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 1;
    position: relative;
    z-index: 1;
    overflow: visible;
    height: 100%;
    align-self: stretch;
  }

  .icon-text-vertical__image-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    height: 100%;
  }

  .icon-text-vertical__image-wrapper img {
    width: auto;
    height: var(--image-height, 200px);
    object-fit: contain;
    position: relative;
    z-index: 2;
    transform-origin: center center;
    max-width: 200%;
    max-height: none;
  }

  .icon-text-vertical__container {
    overflow: visible;
  }

  .icon-text-vertical {
    overflow: visible;
    min-height: auto;
    position: relative;
    z-index: 1;
  }

  .shopify-section:has(.icon-text-vertical) {
    overflow: visible;
  }

  .icon-text-vertical__item {
    min-height: 120px;
  }

  .icon-text-vertical__item--image {
    min-height: auto;
  }

  @media screen and (min-width: 750px) {
    .icon-text-vertical__item {
      min-height: 140px;
    }
  }

  @media screen and (min-width: 990px) {
    .icon-text-vertical__item {
      min-height: 160px;
    }
  }

  @media screen and (min-width: 750px) {
    .icon-text-vertical__container {
      gap: 24px;
      padding-inline: 24px;
    }

    .icon-text-vertical__content {
      gap: 16px;
    }

    .icon-text-vertical__icon img,
    .icon-text-vertical__icon-svg {
      width: var(--icon-size-desktop, 245px);
      height: var(--icon-size-desktop, 245px);
    }

    .icon-text-vertical__text:not([style*="font-size"]) {
      font-size: 14px;
      letter-spacing: 0.8px;
    }
  }

  @media screen and (min-width: 990px) {
    .icon-text-vertical__container {
      gap: 32px;
      padding-inline: 32px;
    }

    .icon-text-vertical__content {
      gap: 20px;
    }

    .icon-text-vertical__icon img,
    .icon-text-vertical__icon-svg {
      width: var(--icon-size-desktop, 245px);
      height: var(--icon-size-desktop, 245px);
    }

    .icon-text-vertical__text:not([style*="font-size"]) {
      font-size: 16px;
      letter-spacing: 1px;
    }
  }

  @media screen and (max-width: 749px) {
    /* Fix padding và spacing trên mobile */
    .icon-text-vertical {
      padding-top: 16px;
      padding-bottom: 50px;
      overflow: hidden;
      height: 120px;
      min-height: 120px;
    }
    
    .shopify-section:has(.icon-text-vertical) {
      overflow: hidden;
    }

    .icon-text-vertical__container {
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
      padding-inline: 0;
      padding-top: 0;
      padding-bottom: 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
    }

    /* Ẩn image block và image wrapper trên mobile */
    .icon-text-vertical__item--image {
      display: none !important;
      visibility: hidden !important;
      height: 0 !important;
      width: 0 !important;
      overflow: hidden !important;
    }

    .icon-text-vertical__image-wrapper {
      display: none !important;
    }

    .icon-text-vertical__item {
      min-height: auto;
    }

    /* Icon boxes hiển thị 3 cột, fit chiều ngang */
    .icon-text-vertical__item:not(.icon-text-vertical__item--image) {
      grid-column: span 1;
      width: 100%;
      position: relative;
      padding: 16px 8px;
      min-height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }

    /* Divider 1px mờ giữa các icon boxes */
    .icon-text-vertical__item:not(.icon-text-vertical__item--image):not(:last-child)::after {
      content: '';
      position: absolute;
      right: 0;
      top: 25%;
      bottom: 25%;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 1;
    }

    .icon-text-vertical__content {
      gap: 8px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
    }

    .icon-text-vertical__icon {
      flex-shrink: 0;
      animation: icon-pulse-up 2s ease-in-out infinite;
    }

    .icon-text-vertical__icon img,
    .icon-text-vertical__icon-svg {
      width: var(--icon-size-mobile, 40px);
      height: var(--icon-size-mobile, 40px);
      max-width: 100%;
      flex-shrink: 0;
    }

    .icon-text-vertical__text {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
      hyphens: auto;
    }

    .icon-text-vertical__text:not([style*="font-size"]) {
      font-size: 10px;
      line-height: 1.3;
      letter-spacing: 0.3px;
    }
  }

  @media screen and (max-width: 480px) {
    .icon-text-vertical {
      padding-top: 12px;
      padding-bottom: 50px;
    }

    .icon-text-vertical__container {
      padding-inline: 0;
    }

    .icon-text-vertical__item:not(.icon-text-vertical__item--image) {
      padding: 12px 6px;
    }

    .icon-text-vertical__icon img,
    .icon-text-vertical__icon-svg {
      width: 32px;
      height: 32px;
    }

    .icon-text-vertical__text:not([style*="font-size"]) {
      font-size: 9px;
      letter-spacing: 0.2px;
      line-height: 1.2;
    }

    .icon-text-vertical__content {
      gap: 6px;
    }
  }

  /* Animation for block 2 image */
.product-badge-wrapper {
    position: fixed;
    z-index: 999;
    pointer-events: none;
  }

  .product-badge {
    pointer-events: auto;
    background-color: {{ section.settings.badge_bg_color | default: '#d4af37' }};
    color: {{ section.settings.badge_text_color | default: '#000000' }};
    padding: {{ section.settings.badge_padding | default: 16 }}px;
    border-radius: {{ section.settings.badge_border_radius | default: 8 }}px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, opacity 0.3s ease;
    max-width: {{ section.settings.badge_max_width | default: 200 }}px;
    text-align: center;
  }

  .product-badge:hover {
    transform: scale(1.05);
  }

  .product-badge__link {
    text-decoration: none;
    color: inherit;
    display: block;
  }

  .product-badge__image {
    width: 100%;
    margin-bottom: {{ section.settings.badge_image_margin_bottom | default: 8 }}px;
  }

  .product-badge__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: {{ section.settings.badge_image_radius | default: 4 }}px;
  }

  .product-badge__text {
    font-size: {{ section.settings.badge_font_size | default: 14 }}px;
    font-weight: {{ section.settings.badge_font_weight | default: 600 }};
    line-height: 1.4;
    word-wrap: break-word;
  }

  /* Desktop: Center Right */
  @media screen and (min-width: 750px) {
    .product-badge-wrapper {
      right: {{ section.settings.badge_desktop_right | default: 20 }}px;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  /* Mobile: Bottom Right */
  @media screen and (max-width: 749px) {
    .product-badge-wrapper {
      right: {{ section.settings.badge_mobile_right | default: 16 }}px;
      bottom: {{ section.settings.badge_mobile_bottom | default: 20 }}px;
      top: auto;
      transform: none;
    }

    .product-badge {
      max-width: {{ section.settings.badge_mobile_max_width | default: 150 }}px;
      padding: {{ section.settings.badge_mobile_padding | default: 12 }}px;
    }

    .product-badge__text {
      font-size: {{ section.settings.badge_mobile_font_size | default: 12 }}px;
    }
  }